@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@font-face {
  font-family: 'antoniobold';
  src: url(../fonts/antonio-bold_0-webfont.eot);
  src: url(../fonts/antonio-bold_0-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/antonio-bold_0-webfont.html) format("woff2"), url(../fonts/antonio-bold_0-webfont.woff) format("woff"), url(../fonts/antonio-bold_0-webfont.ttf) format("truetype"), url(../fonts/antonio-bold_0-webfont.svg#antoniobold) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'antoniolight';
  src: url(../fonts/antonio-light_0-webfont.eot);
  src: url(../fonts/antonio-light_0-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/antonio-light_0-webfont.html) format("woff2"), url(../fonts/antonio-light_0-webfont.woff) format("woff"), url(../fonts/antonio-light_0-webfont.ttf) format("truetype"), url(../fonts/antonio-light_0-webfont.svg#antoniolight) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'antonioregular';
  src: url(../fonts/antonio-regular_0-webfont.eot);
  src: url(../fonts/antonio-regular_0-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/antonio-regular_0-webfont.html) format("woff2"), url(../fonts/antonio-regular_0-webfont.woff) format("woff"), url(../fonts/antonio-regular_0-webfont.ttf) format("truetype"), url(../fonts/antonio-regular_0-webfont.svg#antonioregular) format("svg");
  font-weight: normal;
  font-style: normal; }
.fp-enabled .modal {
  position: fixed !important; }

.modal-dialog {
  margin: 10em auto; }

.btn-primary {
  background-color: #BE2025;
  border-color: #8D1418;
  border-radius: 0; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #D83338;
    border-color: #8D1418; }

body {
  font-family: 'Open Sans', sans-serif; background-color:#f9f9f9;}

ul {
  padding: 0;
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a:focus, a:hover {
  outline: none; }

main,
header {
  opacity: 0;
  visibility: hidden;
  display: none; }

main.active,
header.active {
  opacity: 1;
  visibility: visible;
  display: block; }

#wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff; }

.loader {
  z-index: 99999;
  background: url(../images/bg.jpg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-size: cover; }
  .loader .centerlogo {
    position: relative;
    height: 100%; }
    .loader .centerlogo .childcenter {
      position: absolute;
      top: 40%;
      left: 48%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center; }
      .loader .centerlogo .childcenter img {
        display: inline-block;
        width: auto; }

.o-rotate {
  -webkit-animation-name: rotating;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotating;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotating;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotating;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 1.61s linear infinite;
  -moz-animation: rotating 1.61s linear infinite;
  -ms-animation: rotating 1.61s linear infinite;
  -o-animation: rotating 1.61s linear infinite;
  animation: rotating 1.61s linear infinite; }

.homepage {
  background: url(../images/home-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: 55%; }
  @media screen and (max-width: 767px) {
    .homepage {
      height: 450px !important; } .loader,.preload{display:none !important;}}
  @media screen and (max-width: 767px) {
    .homepage .fp-tableCell {
      height: 450px !important; } }
  .homepage article {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 25%;
    color: #a53235;
    height: 120px; }
    @media screen and (max-width: 1200px) {
      .homepage article {
        left: 35%;
        top: 40%; } }
    @media screen and (max-width: 992px) {
      .homepage article {
        padding: 10px;
        top: 30%;
        left: 40%; } }
    @media screen and (max-width: 767px) {
      .homepage article {
        padding: 10px;
        top: 30%;
        left: 40%; } }
    .homepage article h1 {
      font-size: 32px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .homepage article h1 {
          font-size: 24px;
          margin-bottom: 10px; } }
      .homepage article h1 span {
        font-weight: 700; }
    .homepage article h2 {
      font-weight: 700;
      font-size: 50px;
      color: #FFFFFF;
      background: #ed1c24;
	  padding: 0px 5px 5px;
      line-height: 30px; }
      @media screen and (max-width: 767px) {
        .homepage article h2 {
          font-size: 18px;
          margin-bottom: 10px; 
padding: 10px 15px 0;} }

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%; }
  @media screen and (max-width: 767px) {
    header {
      background: rgba(0, 0, 0, 0.24); } }
  header .logo-main {
    display: inline-block;
    width: 193px;
    padding: 0;
    margin: 5px; }
    @media screen and (max-width: 767px) {
      header .logo-main {
        width: 110px; } }
  header .social-icons {
    padding: 10px;
    margin: 0 25px 0 0;
    text-align: right; }
    @media screen and (max-width: 1200px) {
      header .social-icons {
        padding: 25px 50px 0 0; } }
    header .social-icons li {
      display: inline-block;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      color: #fff;
      position: relative;
      margin: 0 5px; }
      header .social-icons li:hover {
        background: #BD2025 !important;
        transition: all 0.61s; }
      header .social-icons li a {
        color: #fff; }
      @media screen and (max-width: 767px) {
        header .social-icons li {
          width: 24px;
          height: 24px;
          margin: 0; } }
      header .social-icons li.linkedin {
        background: #1b82bc; }
      header .social-icons li.facebook {
        background: #3b5997; }
      header .social-icons li.twitter {
        background: #00abf1; }
      header .social-icons li i {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 767px) {
          header .social-icons li i {
            font-size: 11px; } }

.aboutus {
  background: #f9f9f9;
  padding: 20px 0; }
  .aboutus .layer1 {
    position: absolute;
    right: 8%;
    bottom: 0;
    z-index: 0;
    width: 40%; }
    @media screen and (max-width: 992px) {
      .aboutus .layer1 {
        width: 60%;
        left: 10%; } }
    @media screen and (max-width: 767px) {
      .aboutus .layer1 {
        width: 90%;
        z-index: 0;
        top: 0; } }
  .aboutus .layer2 {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: 0;
    width: 40%; }
    @media screen and (max-width: 1200px) {
      .aboutus .layer2 {
        bottom: 0;
        left: 0;
        width: 30%; } }
    @media screen and (max-width: 992px) {
      .aboutus .layer2 {
        width: 50%;
        top: 0;
        right: 30%;
        left: auto; } }
    @media screen and (max-width: 767px) {
      .aboutus .layer2 {
        width: 90%;
        z-index: 0;
        position: static; } }
  .aboutus article h2 {
    font-size: 56px;
    font-weight: 700;
    color: #585858;
    font-family: 'antoniobold'; }
    @media screen and (max-width: 767px) {
      .aboutus article h2 {
        font-size: 24px;
        margin-bottom: 10px; } }
  .aboutus article p {
    color: #000;
    font-size: 16px;
    text-align: justify; }

.portfolios {
  background: url(../images/portfoliobg.png);
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .portfolios {
      height: 300px !important; } }
  @media screen and (max-width: 767px) {
    .portfolios .fp-tableCell {
      height: 400px !important; } }
  @media screen and (max-width: 767px) {
    .portfolios .ms-container {
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .portfolios .ms-slide {
      width: 260px !important;
      height: 260px !important; } }
  @media screen and (max-width: 767px) {
    .portfolios .ms-view {
      height: 240px !important; } }
  @media screen and (max-width: 767px) {
    .portfolios .ms-staff-carousel.ms-round .ms-slide-bgcont {
      margin: 0 15px; } }
  .portfolios .ms-slide .ms-slide-bgcont {
    border: solid 15px #e6e6e6;
    transition: border 0.81s;
    -webkit-transition: border 0.81s; }
  .portfolios .ms-slide.ms-sl-selected .ms-slide-bgcont {
    border: 5px solid  #ed1c24;
    transition: border 0.81s;
    -webkit-transition: border 0.81s; }
  .portfolios .ms-staff-carousel {
    height: 400px;
    max-width: 1100px; }
    @media screen and (max-width: 1200px) {
      .portfolios .ms-staff-carousel {
        margin-top: 70px; } }
    @media screen and (max-width: 992px) {
      .portfolios .ms-staff-carousel {
        margin-top: 85px; } }
    .portfolios .ms-staff-carousel .master-slider:after, .portfolios .ms-staff-carousel .master-slider:before {
      position: absolute;
      content: '';
      top: 50%;
      transform: translate(-50%, -50%);    z-index: 0;
    pointer-events: none; }
    .portfolios .ms-staff-carousel .master-slider:before {
      width: 165px;
      height: 378px;
      left: 20px;
      background: url("../images/left-bg.png") no-repeat;
      top: 160px;
      z-index: 999; }
      @media screen and (max-width: 1200px) {
        .portfolios .ms-staff-carousel .master-slider:before {
          background: none;
          display: none; } }
    .portfolios .ms-staff-carousel .master-slider:after {
      width: 158px;
      height: 378px;
      right: -111px;
      background: url("../images/right-bg.png") no-repeat; }
	  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	   .ms-staff-carousel .master-slider:after,
         .ms-staff-carousel .master-slider:before {
        	display: none !important;
        }
	  }
	  
      @media screen and (max-width: 1200px) {
        .portfolios .ms-staff-carousel .master-slider:after {
          background: none;
          display: none; } }
  .portfolios .ms-slide-info {
    text-align: center; }
    .portfolios .ms-slide-info h3 {
      display: inline-block;
      /* background: #BD2025; */
      color: #1A1A18;
      padding: 10px 15px;
      border-radius: 2px;
      font-size: 26px;
      text-transform: uppercase; }
    .portfolios .ms-slide-info p {
      color: #323232; }

.clients {
  background: #fff; }
  .clients h1 {
    padding: 20px 0; }
  .clients ul {
    overflow: hidden;
    margin-left: 10%; }
    @media screen and (max-width: 767px) {
      .clients ul {
        margin: 0; } }
    .clients ul li {
      width: 15%;
      float: left;
      border: 1px solid transparent;
      text-align: center;
      min-height: 75px;
      position: relative;
      transition: all 0.61s;
      border-radius: 20px;
      margin: 2%; }
      @media screen and (max-width: 992px) {
        .clients ul li {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .clients ul li {
          width: 40%;
          margin: 4%; } }
      .clients ul li img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block; }
      .clients ul li:hover {
        border: 1px solid red; }

.careers {
  background: url(../images/career.png);
  background-size: cover; }
  .careers article {
    max-width: 580px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 20px #676767;
    position: relative;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    font-size: 22px; }
    @media screen and (max-width: 992px) {
      .careers article {
        font-size: 20px; } }
    .careers article .camera-icon {
      background: #ed1c24;
      position: relative;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
      .careers article .camera-icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .careers article h2 {
      color: #c6140b;
      margin-top: 50px;
      font-size: 28px;
      font-weight: 300; }
.careers article h3 {
      color: #c6140b;
      font-size: 30px;
      font-weight: 300;    margin-bottom: 15px; }
    .careers article a {
      color: #c6140b; }
      .careers article a:hover, .careers article a:focus {
        text-decoration: none; }

.ourteam {
  background: #f9f9f9;
  background: -moz-radial-gradient(center, ellipse cover, #f9f9f9 0%, #f9f9f9 52%, #f9f9f9 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f9f9f9 0%, #f9f9f9 52%, #f9f9f9 100%);
  background: radial-gradient(ellipse at center, #f9f9f9 0%, #f9f9f9 52%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); }
  @media screen and (max-width: 767px) {
    .ourteam {
      height: 600px !important; } }
  @media screen and (max-width: 767px) {
    .ourteam .fp-tableCell {
      height: 600px !important; } }
  .ourteam .ms-staff-carousel {
    max-width: 800px; }
  .ourteam h1 {
    font-weight: 300;
    padding: 15px 0; }
  .ourteam ul li {
    width: 20%;
    float: left;
    text-align: center; }
    @media screen and (max-width: 992px) {
      .ourteam ul li {
        width: 33.33%; } }
    @media screen and (max-width: 992px) {
      .ourteam ul li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .ourteam ul li figure img {
        height: 320px; } }

.tittle {
  background: #323232;
  color: #fff;
  padding: 15px 10px 5px;
  font-size: 40px;
  font-family: 'antonioregular';
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 9999;
  line-height: 34px;
  text-align: right;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .tittle {
      display: none; } }
  .tittle:hover {
    background: #323232;
    text-decoration: none;
    color: #fff; }

.testimonials {
  background: #9cc6db url(../images/testimonial.png);
  background-size: cover; }
  .testimonials .ms-slide.ms-sl-selected .ms-slide-bgcont {
    border: solid 5px #ed1c24;
    transition: border 0.41s;
    -webkit-transition: border 0.41s; }
  .testimonials .master-slider {
    margin-top: 30px; }
    .testimonials .master-slider:after, .testimonials .master-slider:before {
      position: absolute;
      content: '';
      top: 50%;
      transform: translate(-50%, -50%); }
    .testimonials .master-slider:before {
      width: 109px;
      height: 224px;
      left: 22px;
      background: url("../images/s-left.png") no-repeat;
      top: 111px;
      z-index: 999; }
      @media screen and (max-width: 1200px) {
        .testimonials .master-slider:before {
          background: none;
          display: none; } }
    .testimonials .master-slider:after {
      width: 150px;
      height: 224px;
      right: -129px;
      transform: translate(-50%, -59%);
      background: url("../images/s-right.png") no-repeat; }
      @media screen and (max-width: 1200px) {
        .testimonials .master-slider:after {
          background: none;
          display: none; } }
  .testimonials .ms-staff-carousel {
    max-width: 830px;
    height: 400px; }

.contactus {
  background: #f9f9f9 url(../images/footer-bg1.png) bottom no-repeat;
  background-size: contain;
  position: relative;
  padding-top: 30px;
  background-position: 0 100%; }
  @media screen and (max-width: 992px) {
    .contactus {
      background-position: 0 95%; } }
  @media screen and (max-width: 767px) {
    .contactus {
      background-position: 0 95%;
      padding-top: 25px; } }
  .contactus .tittle {
    top: 20%; }
  .contactus footer {
    border-top: 1px solid #474445;
    color: #fff;
    padding: 5px;
    background: #2B2B2B;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      .contactus footer {
        position: absolute;
        bottom: 0; } }
    @media screen and (max-width: 767px) {
      .contactus footer {
        position: static; } }
    .contactus footer p {
      text-align: right; }
      @media screen and (max-width: 767px) {
        .contactus footer p {
          text-align: center;
          margin: 0; } }
    .contactus footer > div {
      text-align: center; }
      .contactus footer > div img {
        display: inline-block;
        max-width: 110px; }
        @media screen and (max-width: 767px) {
          .contactus footer > div img {
            max-width: 120px; } }
  .contactus .footerinfo {
    padding-top: 150px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .contactus .footerinfo {
        position: absolute;
        bottom: 54px; } }
    @media screen and (max-width: 767px) {
      .contactus .footerinfo {
        position: static;
        height: 570px; } }
    @media screen and (max-width: 767px) {
      .contactus .footerinfo > div {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .contactus .footerinfo {
        padding-top: 0;
        color: #231F20; }
.contactus .footerinfo p{color: #231F20;} }
    .contactus .footerinfo i {
      font-size: 20px; }
    .contactus .footerinfo h3 {
      font-size: 20px;
      font-weight: 300;
      margin: 10px 0; }
  .contactus form input.form-control {
    height: 42px; }
  .contactus form .form-control {
    border: 1px solid #ccc; }
  .contactus h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .contactus h1 {
        font-size: 24px;
        margin: 15px 0; } }
  .contactus .btn {
    border: none;
    border-radius: 2px;
    background: #BE2026;
    padding: 8px 15px;
    font-size: 16px;
    min-width: 100px;
    display: inline-block;
    margin-top: 0;
    float: right;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .contactus .btn {
        float: none;} textarea.form-control{    margin-bottom: 15px;}}

@media screen and (max-width: 1200px) {
  .ourteam, .ourteam .fp-tableCell,
  .contactus, .contactus .fp-tableCell {
    height: 600px !important;
    display: block; }

  .portfolios, .portfolios .fp-tableCell,
  .testimonials, .testimonials .fp-tableCell {
    height: 600px !important; } }
@media screen and (max-width: 992px) {
  .portfolios, .portfolios .fp-tableCell,
  .testimonials, .testimonials .fp-tableCell {
    height: 500px !important;
    display: block; } }
@media screen and (max-width: 767px) {
  .portfolios, .portfolios .fp-tableCell,
  .testimonials, .testimonials .fp-tableCell {
    height: 450px !important;
    display: block; }

  .contactus, .contactus .fp-tableCell {
    height: auto !important; }

  .portfolios .ms-staff-carousel {
    margin-top: 60px; }

  h1 {
    font-size: 24px; }

  .contactus br {
    display: none; } }
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center; }

.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700; }

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px; } }
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px; }

  .cd-title h1 {
    font-size: 3rem; } }
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center; }

.cd-intro {
  margin: 4em auto; }

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto; } }
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto; } }
.cd-headline {
  font-size: 3rem;
  line-height: 1.2; }

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300; } }
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem; } }
/* --------------------------------

Animated Text

-------------------------------- */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

.modal-content iframe {
  margin: 0 auto;
  display: block; }

/* --------------------------------

xzoom

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; 
  width:auto !important;
}

.cd-headline.zoom b {
  opacity: 0; }

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s; }

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s; }

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0); } }
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0); } }
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); } }
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px); } }
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px); } }
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px); } }
.modal h3 {
  color: #585858;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  padding-bottom: 10px;
  font-family: 'antoniobold'; }

.modal p {
  color: #909090; }

.modal ul li {
  color: #909090;
  line-height: 24px; }
  .modal ul li i {
    color: #bd1b22; }

.twi a {
  color: #fff; }
@media only screen and (max-width: 767px) {
.ms-nav-prev, .ms-nav-next{display:none;}
.twi a {
  color: #4d4a4a; }
}
.client-logo-love {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.client-love {
    background: url(../images/client-section-bg.jpg);
    background-size: cover;
}
.client-love article {
    max-width: 580px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 20px #676767;
    position: relative;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
}
.clients-love-bx {
	padding: 100px 0 60px;
	text-align: center;
}
.clients-love-bx img {
	max-width: 100%;
}
/*# sourceMappingURL=style.css.map */
