@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Share+Tech);

@font-face {
  font-family: "arimoregular";
  src: url("../fonts/arimo-regular-webfont.woff2") format("woff2"),
    url("../fonts/arimo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arimobold";
  src: url("../fonts/arimo-bold-webfont.woff2") format("woff2"),
    url("../fonts/arimo-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "flamabookregular";
  src: url("../fonts/ufonts.com_flamabook-opentype-webfont.woff2")
      format("woff2"),
    url("../fonts/ufonts.com_flamabook-opentype-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "la_belle_auroreregular";
  src: url("../fonts/la_belle_aurore-webfont.woff2") format("woff2"),
    url("../fonts/la_belle_aurore-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dancing_script_otregular";
  src: url("../fonts/dancingscript-regular-webfont.woff2") format("woff2"),
    url("../fonts/dancingscript-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video-block {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}
th {
  font-weight: 700;
  vertical-align: bottom;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  border: 0;
  border-top: 1px solid #585858;
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre-line;
  word-wrap: break-word;
}
:focus {
  outline: 0;
}
input[type="checkbox"] {
  vertical-align: baseline;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
a {
  color: #555;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #e6a9a2;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: 700;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
  width: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.clear {
  clear: both;
}

body,
select,
input,
textarea {
  color: #444;
}
a:link {
  -webkit-tap-highlight-color: #fcd700;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
.ie6 input {
  vertical-align: text-bottom;
}

/* ==========================*/
body {
  background: #fff;
  color: #555555;
  font-size: 17px;
  line-height: 30px;
  font-family: "arimoregular", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "flamabookregular";
}
h1,
h1 a {
  font-size: 42px;
  line-height: 48px;
}
h2,
h2 a {
  font-size: 30px;
  line-height: 38px;
}
h3,
h3 a {
  font-size: 24px;
  line-height: 28px;
}
h4,
h4 a {
  font-size: 22px;
  line-height: 30px;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 25px;
}
h6,
h6 a {
  font-size: 16px;
  line-height: 24px;
}
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-bottom: 10px;
}
p {
  margin-bottom: 20px;
}

/*=============== basic css ===================*/
.btn {
  background: #373737;
  border-radius: 4px;
  padding: 10px 27px;
  text-transform: uppercase;
  color: #fff;
}
.btn:hover {
  background: #e6a9a2;
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn-border {
  border: 1px solid #fff;
}
.btn-border:hover {
  border: 1px solid #e6a9a2;
}

/*=============== transitions ===================*/
header *,
.cd-main-nav li a,
.btn,
.author a,
.blog *,
.headroom--pinned,
.headroom--pinned {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

/*=============== image hover effects ===================*/
/*{transform: scale(1.2);filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter: gray;-webkit-filter: grayscale(100%);}*/

/*=============== block elements design ===================*/

/********* header **************/
header {
  padding: 20px 0;
  z-index: 1111;
  height: 70px;
  overflow: hidden;
}
.cd-main-nav li a {
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
.cd-main-nav {
  text-align: left;
  margin-bottom: 0;
}
.cd-logo {
  font-size: 36px;
  margin-left: 0;
  border-right: 2px solid #e6a9a2;
  padding-right: 2.5%;
}
header .row {
  position: relative;
  margin: 0;
}
.more {
  position: absolute;
  right: 0;
  display: none;
}
.cd-main-nav li a:hover {
  outline: none;
  text-decoration: none;
  color: #e6a9a2;
}
.more img {
  position: relative;
  top: 2px;
}
.headroom--pinned,
.headroom--not-top {
  background: transparent;
}

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0px;
  left: 0px;
  top: 0px;
}
.headroom {
  will-change: transform;
  transition: transform 0.25s ease-in-out;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--pinned,
.headroom--not-top {
  background: #fff;
  box-shadow: 1px 1px 14px 1px #eee;
}
.headroom--top {
  background: transparent;
  box-shadow: none;
}
.box {
  float: right;
  overflow: hidden;
  background: #333;
  display: none;
  height: 660px;
  margin-top: -50px;
  padding-top: 60px;
  text-align: left;
}
/* Add padding and border to inner content
for better animation effect */
.box-inner {
  width: 200px;
  margin-bottom: 0;
}
.box-inner li a {
  display: block;
  color: #fff;
  padding: 2px 42px;
}
.box-inner li a:hover {
  background: #e6a9a2;
  color: #fff;
}
.mobile-menu {
  display: none !important;
}

/************ banner **************/
section.banner {
  overflow: hidden;
}
.img-text-wrap {
  position: relative;
}
.banner-text {
  position: absolute;
  padding: 0;
  top: 40%;
  width: 1140px;
  margin: auto;
  left: 0;
  right: 0;
}
.banner-text h2 {
  font-size: 36px;
  line-height: 42px;
}
.banner-text span {
  font-size: 20px;
  line-height: 30px;
}

/**** bx slider edit ***/
.bx-wrapper .bx-viewport {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.bx-wrapper {
  margin: 20px 0 0;
  max-width: 100% !important;
}
.bx-wrapper .bx-viewport {
  left: 0;
  position: fixed !important;
  top: 0 !important;
  height: 600px !important;
  background: #fff;
}
.bx-wrapper img {
  margin: auto;
}

/************ block1 **************/
.block {
  padding: 70px 0;
}
.title-block span {
  font-size: 17px;
  color: #e6a9a2;
  position: relative;
}
.title-block span:before,
.title-block span:after {
  position: absolute;
  height: 1px;
  background: #eddcda;
  width: 22%;
  top: 10px;
  content: "";
}
.title-block span:before {
  left: -25%;
}
.title-block span:after {
  right: -25%;
}
.title-block {
  margin-bottom: 65px;
}
.block1 h5,
.block1 p {
  margin-bottom: 30px;
}
ul.list-style {
  margin-left: 20px;
}
.list-style li {
  position: relative;
  padding-left: 15px;
}
.list-style li:before {
  position: absolute;
  content: "";
  background: #e6a9a2;
  border-radius: 6px;
  height: 6px;
  width: 6px;
  left: 0;
  top: 11px;
}
.block1 ul.list-style {
  margin-bottom: 30px;
}
/*.right-image-bg {background: url(../images/side-image1.jpg) 145% 0 no-repeat;background-size: 65%;}*/
.left-text ul.list-style + p {
  margin-bottom: 10px;
}
.home-page {
  font-size: 15px;
  line-height: 30px;
}
.right-image-bg {
  overflow: hidden;
}
.right-image-bg .left-text.col-sm-6 {
  padding-left: 7%;
}
.solution-design {
  background: #fff;
  margin-top: 580px;
  position: relative;
  z-index: 1;
}
section {
  position: relative;
}
main.cd-main-content {
  z-index: 1;
}

/************ block2 **************/
.full-width-image {
  /**height: 800px;**/
  padding: 0;
  position: relative;
  background: url(../images/full-image.jpg) center top no-repeat;
  background-size: cover;
}
.about-box {
  padding: 40px 30px;
  background: #fff;
  width: 370px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.full-width-image .container {
  padding: 11% 15px;
}
.image-right-side .image-wrap img {
  width: 100%;
}

/************ get started **************/
.get-started {
  padding: 70px 0 0;
  background: #fff;
  z-index: 1;
}
.text-left-side p {
  padding-right: 17%;
}
.text-left-side h3 {
  margin-bottom: 15px;
}
.text-left-side img {
  margin-bottom: 3px;
}
.image-right-side .image-wrap {
  margin-top: -40px;
  float: right;
}
.last .image-right-side .image-wrap {
  margin-top: -90px;
}
.image-right-side .image-wrap img {
  vertical-align: bottom;
}
.left-right-block {
  margin-bottom: 150px;
}
.left-right-block.last {
  margin-bottom: 0;
}
.col-sm-5.text-left-side p {
  padding-right: 0;
}

/************ are-you-ready **************/
.are-you-ready {
  background: #1e1e1e;
  color: #fff;
  padding: 50px 0;
  z-index: 1;
}
.right-btn {
  margin-top: 15px;
}
.are-you-ready .left-text h2 {
  margin-bottom: 5px;
}

/************ testimonial **************/
.testimonial {
  padding: 70px 0;
  background: #fff;
  z-index: 1;
}
.testimonial-wrap {
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
  border: 1px solid #373737;
  border-radius: 4px;
  padding: 30px 5.5% 20px;
  text-align: center;
  position: relative;
}
.middle {
  margin: auto;
  float: none;
}
.testimonial-wrap:before,
.testimonial-wrap:after {
  background: #fff;
  width: 90%;
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.testimonial-wrap:before {
  top: -1px;
}
.testimonial-wrap:after {
  bottom: -1px;
}
.textimonial-text img:nth-of-type(2) {
  position: relative;
  top: 15px;
}
.author {
  border-top: 1px solid #e6a9a2;
  padding-top: 5px;
  display: inline-block;
  padding: 5px 4%;
}
.author span {
  font-size: 18px;
  display: block;
  line-height: 22px;
  padding-top: 5px;
}
.author a {
  color: #e6a9a2;
  font-size: 12px;
  font-style: italic;
  margin-top: -5px;
  display: block;
}
.textimonial-text {
  margin-bottom: 40px;
}
.author a:hover {
  color: #333;
  font-weight: bold;
}

/************ fullwidth2  **************/
.full-width-image2 {
  padding: 13% 0;
  background: url(../images/bg-image.jpg) center top no-repeat;
  background-size: 100%;
  height: 500px;
  background-attachment: fixed;
  z-index: 1;
}
.full-width-image2 h1 {
  margin-bottom: 15px;
}
.full-width-image2 span {
  font-size: 20px;
  line-height: 26px;
}
.full-width-image {
  background-attachment: fixed;
  z-index: 1;
}

/************ blog  **************/
.blog {
  padding: 70px 0 50px;
  background: #fff;
  z-index: 1;
}
.tag {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.blog-item-wrap figure {
  position: relative;
  overflow: hidden;
}
.tag:hover {
  background: #e6a9a2;
  color: #fff;
  padding: 0 40px;
}
.blog .title-block {
  margin-bottom: 50px;
}
.blog-item-wrap figure a img {
  vertical-align: bottom;
  width: 100%;
}

/************ footer  **************/
.full-bg .middle span:first-of-type {
  text-align: left;
  font-size: 14px;
  display: block;
  line-height: 24px;
  color: #fff !important;
}
.full-bg .middle h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 48px;
  display: inline-block;
  color: #fff !important;
  margin-right: 20px;
}
.full-bg .middle span:last-of-type {
  text-transform: capitalize;
  text-align: left;
  font-size: 30px;
  border-bottom: 1px solid #e6a9a2;
  position: relative;
  top: -4px;
  color: #e6a9a2;
  display: inline-block;
}
.full-bg {
  font-family: "flamabookregular";
  text-align: center;
  display: block;
  background: url(../images/overlay-image.jpg) center top no-repeat;
  background-size: cover;
  height: 560px;
}
.full-bg .middle {
  padding: 19% 0 22.5%;
  position: relative;
}
.bottom-footer,
.bottom-footer a {
  color: #c9c9c9;
  font-size: 12px;
}
.footer-links li {
  margin: 0 10px;
}
.social-links li {
  margin-right: 4px;
}
.social-links li:last-child {
  margin-right: 0;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.copyright {
  font-size: 12px;
}
.top-text {
  display: inline-block;
}
.bottom-footer {
  padding: 25px 0 20px;
  float: left;
  width: 100%;
  border-top: 1px solid #5e5d5d;
  text-align: left;
  margin-top: -86px;
}
.bottom-footer .copyright {
  padding: 0;
  width: auto;
}
.bottom-footer .social-links {
  padding-right: 0;
}
.footer-links {
  position: relative;
  left: 15%;
}
.footer-links li,
.social-links li {
  display: inline-block;
}
.footer-links,
.social-links {
  padding: 0;
  width: auto;
}
.social-links {
  float: right;
}

/************ about page  **************/
.top-text-block {
  padding: 60px 0 45px;
}
blockquote {
  font-size: 24px;
  position: relative;
  line-height: 36px;
  font-style: italic;
  margin: 30px 0;
}
blockquote img:first-of-type {
  margin-left: -38px;
  margin-right: 5px;
}
blockquote img:last-of-type {
  margin-left: 5px;
  position: relative;
  top: 16px;
}
.center-title h2 {
  margin-bottom: 0;
}
.center-title h1 {
  font-size: 36px;
  line-height: 44px;
}
.center-title {
  margin-bottom: 35px;
}
.about-page {
  font-size: 17px;
  line-height: 30px;
}
.about-page .about-box p:last-of-type {
  margin-bottom: 0;
}
.signature-block span {
  font-size: 48px;
  font-family: "la_belle_auroreregular";
  display: block;
  margin: 30px 0 60px;
}
.about-page .right-image-bg {
  background: url(../images/kelli-law.png) 145% 0 no-repeat;
  margin-top: -40px;
}
.about-page .block {
  padding-bottom: 0;
}
.about-page .right-image-bg .left-text {
  margin-top: 40px;
}
.about-page .banner-text > div {
  font-size: 72px;
  font-family: "dancing_script_otregular";
  color: #e6a9a2;
  line-height: 96px;
}
.about-page .banner-text h2 {
  font-size: 36px;
}
.banner-text span {
  width: 43%;
  display: block;
}

/************ new here page  **************/
.new-here-page .banner-text span {
  width: 54%;
  margin: auto;
}
.new-here-page .banner-text {
  top: 35%;
}
.new-here-page .left-text h2 {
  margin-bottom: 20px;
}
.new-here-page .full-width-image {
  background: url(../images/full-image2.jpg) center top no-repeat;
}
.new-here-page .right-image-bg {
  background: url(../images/side-image2.jpg) right top no-repeat;
  background-size: cover;
  height: 865px;
}
.new-here-page .right-image-bg .left-text {
  margin-top: 100px;
}
.new-here-page .block1 {
  padding: 0;
}
.new-here-page .are-you-ready .left-text h2 {
  margin-bottom: 5px;
}

.blog-banner .bx-viewport {
  height: 650px;
  overflow: hidden;
}
.blog-banner .bx-viewport ul li img {
  height: 100%;
  width: auto;
  opacity: 0.5;
}
.blog-banner .img-text-wrap {
  background: #000;
}
.blog-page .cd-main-nav li a,
.blog-page .cd-logo a,
.blog-page .more a {
  color: #fff;
}

/*====================== responsive styles ============================*/
@media (min-width: 1601px) {
  /*    .right-image-bg {background: url(../images/side-image1.jpg) top right no-repeat;}*/
  .about-page .right-image-bg {
    background: url(../images/kelli-law.png) top right no-repeat;
    margin-top: -40px;
  }
  .right-image-block figure img {
    float: right;
  }
}

@media (max-width: 1600px) {
  .right-image-block figure img {
    float: left;
  }
}

@media (max-width: 1399px) {
  .about-page .img-text-wrap img {
    width: 113%;
  }
  .new-here-page .right-image-bg {
    background: url(../images/side-image2.jpg) 70% top no-repeat;
  }
}

@media (max-width: 1200px) {
  .banner-text {
    width: 940px;
  }
  .image-right-side .image-wrap {
    margin-top: 40px;
  }
  .last .image-right-side .image-wrap {
    margin-top: -20px;
  }
  .left-right-block {
    margin-bottom: 80px;
  }
  .footer-links {
    left: 7%;
  }
}

@media (max-width: 1080px) {
  .right-image-bg .left-text.col-sm-6 {
    padding-left: 5%;
  }
}

@media (max-width: 1024px) {
  .mobile-menu {
    display: block !important;
  }
  .desktop-menu {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .banner-text {
    width: 720px;
  }
  .image-right-side .image-wrap {
    margin-top: 80px;
  }
  h3,
  h3 a,
  h4,
  h4 a {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
  }
  .last .image-right-side .image-wrap {
    margin-top: 90px;
  }
  .left-right-block {
    margin-bottom: 50px;
  }
  .bottom-footer .social-links {
    display: none;
  }
  .banner-text {
    top: 31%;
  }
  .banner-text span {
    width: 63%;
  }
}

@media (max-width: 768px) {
  .banner-text,
  .bottom-footer .copyright,
  .right-image-block img,
  .footer-links {
    width: 100%;
  }
  .full-width-image2,
  .full-bg {
    height: auto;
  }
  .footer-links {
    left: 0;
    margin: 6px 0;
  }
  .title-block span:before {
    left: -8%;
  }
  .title-block span:after {
    right: -8%;
  }
  .image-right-side .image-wrap,
  .banner-text span br {
    display: none;
  }
  .right-btn a {
    float: none !important;
  }
  .row .blog-item:last-child {
    margin-bottom: 0;
  }
  .title-block {
    margin-bottom: 15px;
  }
  ul.list-style {
    margin-left: 0;
  }
  .textimonial-text,
  .blog .title-block,
  .row .blog-item {
    margin-bottom: 20px;
  }
  .get-started .title-block {
    margin-bottom: 40px;
  }
  .left-right-block {
    margin-bottom: 25px;
  }
  .left-right-block.last {
    margin-bottom: 30px;
  }
  .left-right-block {
    box-shadow: 1px 3px 9px -5px #666;
    padding-bottom: 25px;
  }
  .left-right-block.last {
    padding-bottom: 0;
    box-shadow: none;
  }
  .text-left-side h3 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .text-left-side p {
    padding-right: 0;
  }
  .block1 h5,
  .block1 p,
  .block1 ul.list-style,
  p,
  .are-you-ready .left-text h2 {
    margin-bottom: 10px;
  }
  .block1 h5 {
    font-weight: 600;
  }
  .block {
    padding: 30px 0 10px;
  }
  .get-started {
    padding: 30px 0 0;
    text-align: center;
  }
  h2,
  h2 a {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .about-box {
    padding: 7px 15px 15px;
  }
  .are-you-ready {
    padding: 20px 0 25px;
    text-align: center;
  }
  .testimonial {
    padding: 30px 0;
  }
  .testimonial-wrap {
    font-size: 16px;
    line-height: 25px;
  }
  .textimonial-text img {
    width: 24px;
  }
  h1,
  h1 a {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 10px !important;
  }
  .full-width-image2 span {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
  .full-width-image2 .container {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
  }
  .blog {
    padding: 30px 0 20px;
  }
  .title-block span {
    font-size: 15px;
    line-height: 20px;
    display: block;
    overflow: hidden;
  }
  .btn {
    padding: 6px 22px;
    font-size: 13px;
  }
  .are-you-ready .left-text span {
    display: block;
    line-height: 22px;
  }
  .home-page,
  body {
    font-size: 15px;
    line-height: 25px;
  }
  .full-bg .middle h2 {
    font-size: 25px;
    margin-right: 12px;
  }
  .full-bg .middle span:last-of-type {
    font-size: 16px;
    top: -3px;
    display: inline-block;
    line-height: 17px;
  }
  .full-bg .middle {
    padding: 31% 0 70.5%;
  }
  .bottom-footer {
    padding: 10px 0;
    margin-top: -128px;
    text-align: center;
  }
  .footer-links ul {
    margin-bottom: 0;
    line-height: 18px;
  }
  .bottom-footer .social-links {
    display: block;
    width: 100%;
  }
  .title-block {
    padding: 0 15px;
  }
  .right-image-bg .left-text.col-sm-6 {
    padding: 0 30px;
  }
  .left-text h5,
  h5 a {
    font-size: 14px;
    line-height: 25px;
  }
  .full-width-image {
    background: url(../images/full-image.jpg) left top no-repeat;
    background-size: cover;
  }
  .about-box {
    background: rgba(255, 255, 255, 0.8);
  }
  .mobile-menu {
    display: none !important;
  }
  .banner-text {
    padding: 0 15px;
  }
  .banner-text span {
    width: 70%;
  }
  .banner-text {
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 10px;
    width: 95%;
  }
}

@media (max-width: 700px) {
  .banner-text h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .banner-text {
    top: 23%;
  }
  .banner-text span {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  .about-box,
  .banner-text span {
    width: 100%;
  }
  .bx-wrapper .bx-viewport {
    height: 210px !important;
  }
  .bx-wrapper img {
    max-width: 156%;
    margin-left: -50px !important;
  }
  .banner-text h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .banner-text span {
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 430px) {
  .banner-text {
    top: 30%;
  }
}

@media (max-width: 350px) {
  .banner-text {
    top: 34%;
  }
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
