/*font family*/
/*gradiant mixin*/
/*animation style*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css");
@import url("lightbox.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css");
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.otf") format("opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ACaslonPro-Semibold';
  src: url("../fonts/acaslonPro-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/acaslonPro-semibold.otf") format("opentype"), url("../fonts/acaslonPro-semibold.woff") format("woff"), url("../fonts/acaslonPro-semibold.ttf") format("truetype"), url("../fonts/acaslonPro-semibold.svg#ACaslonPro-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("../fonts/ProximaNovaRegular.eot");
  src: local("ProximaNovaRegular"), url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype"); }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url("../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Regular.otf") format("opentype"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

p {
  font-family: "ProximaNovaRegular";
  font-weight: 400; }

body {
  font-size: 17px;
  color: #656b6f;
  background-color: #fff;
  line-height: 1;
  padding: 0 !important;
  overflow-y: scroll;
  overflow-x: hidden;
  font-weight: normal;
  font-family: "ProximaNovaRegular"; }
  body.customize-support header {
    top: 32px; }
    @media only screen and (max-width: 991px) {
      body.customize-support header {
        top: 46px; } }
    @media only screen and (max-width: 479px) {
      body.customize-support header {
        top: 46px; }
      body.customize-support header.stick {
        top: 0; } }

body.modal-open {
  overflow: hidden !important; }

.modal-open {
  overflow-y: scroll !important; }

ol,
ul {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  /*margin: 0;
  padding: 0;*/ }

p {
  font-size: 15px;
  color: #656b6f;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.020em; }

a {
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }

a:hover,
a:focus {
  text-decoration: none;
  outline: 0; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

.wow {
  visibility: hidden; }

figure {
  margin-bottom: 0; }

input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="button"]:hover,
button[type="button"]:focus {
  outline: 0; }

.display_table {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center; }

.display_cell {
  display: table-cell;
  vertical-align: middle; }

.wpcf7-response-output {
  padding: 15px !important;
  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 0;
  font-size: 15px; }
  @media only screen and (max-width: 1199px) {
    .wpcf7-response-output {
      font-size: 13px;
      padding: 10px !important; } }

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

input.wpcf7-not-valid {
  border-color: #f00 !important; }

span.wpcf7-not-valid-tip {
  display: none !important; }

.modal-backdrop.in {
  opacity: .7; }

.m-bottom {
  margin-bottom: 149px; }
  @media only screen and (max-width: 991px) {
    .m-bottom {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .m-bottom {
      margin-bottom: 0; } }

/*loader css*/
.loader-home {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 99999;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .loader-home ul li {
    display: inline-block;
    color: #e52a27;
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    -webkit-animation: stretch-bounce infinite ease-in-out; }
    @media only screen and (max-width: 767px) {
      .loader-home ul li {
        font-size: 25px; } }
    .loader-home ul li:nth-child(1) {
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s; }
    .loader-home ul li:nth-child(2) {
      -webkit-animation-duration: 1.8s;
      animation-duration: 1.8s; }
    .loader-home ul li:nth-child(3) {
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }
    .loader-home ul li:nth-child(4) {
      -webkit-animation-duration: 2.5s;
      animation-duration: 2.5s; }
    .loader-home ul li:last-child {
      margin-right: 0;
      -webkit-animation-duration: 2.8s;
      animation-duration: 2.8s; }
  .loader-home .loading-text {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.400em; }
    @media only screen and (max-width: 767px) {
      .loader-home .loading-text {
        font-size: 17px; } }
  .loader-home.hidden {
    width: 100%;
    visibility: visible;
    display: none; }

.section {
  padding: 70px 0;
  position: relative;
  z-index: 99;
  background-color: #fff; }
  @media only screen and (max-width: 1199px) {
    .section {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 30px 0; } }
  .section h2 {
    font-size: 52px;
    /* text-transform: capitalize;*/
    text-align: center;
    letter-spacing: 0;
    font-family: 'ProximaNova-Bold';
    color: #3b3d40; }
    .section h2 .fa {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    @media only screen and (max-width: 1199px) {
      .section h2 {
        font-size: 43px; } }
    @media only screen and (max-width: 991px) {
      .section h2 {
        font-size: 39px; } }
    @media only screen and (max-width: 767px) {
      .section h2 {
        font-size: 25px; } }
    .section h2 img {
      margin: 0 auto 13px; }
      @media only screen and (max-width: 767px) {
        .section h2 img {
          max-width: 23px;
          margin: 0 auto 7px; } }
  .section h3 {
    font-size: 30px;
    letter-spacing: 0;
    color: #3b3d40;
    font-family: 'ProximaNova-Bold'; }

/*@include media(exlarge) { 
    & {
        .container {  
            max-width: 1380px;
        }
    }
}*/
@media only screen and (max-width: 1499px) {
  .container {
    max-width: 1380px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1380px; } }

.more-btn {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.100em;
  font-size: 12px;
  padding: 2px 36px 0;
  line-height: 3.5;
  font-weight: normal;
  position: relative;
  border: 1px solid transparent;
  color: #e52a27;
  overflow: hidden;
  background-color: transparent;
  font-family: 'ProximaNova-Bold'; }
  @media only screen and (max-width: 767px) {
    .more-btn {
      padding: 4px 26px 0;
      line-height: 3.2; } }
  .more-btn span {
    position: relative;
    z-index: 99; }
  .more-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    right: 0;
    left: 0;
    opacity: 1;
    -moz-transform: scale(1) rotateY(0);
    -o-transform: scale(1) rotateY(0);
    -ms-transform: scale(1) rotateY(0);
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }
  .more-btn:hover, .more-btn:focus {
    color: #fff;
    border: 1px solid #fff; }
    .more-btn:hover:before, .more-btn:focus:before {
      left: 0;
      opacity: 0;
      -moz-transform: scale(0) rotateY(60deg);
      -o-transform: scale(0) rotateY(60deg);
      -ms-transform: scale(0) rotateY(60deg);
      -webkit-transform: scale(0) rotateY(60deg);
      transform: scale(0) rotateY(60deg); }

/*animation arow*/
/* Safari 4.0 - 8.0 */
@-webkit-keyframes movearrow {
  from {
    top: 0px; }
  to {
    top: 15px;
    color: #fff;
    @media only screen and (max-width: 767px) { {
        top: 10px; } } } }

/* Standard syntax */
@keyframes movearrow {
  from {
    top: 0px; }
  to {
    top: 15px;
    color: #fff;
    @media only screen and (max-width: 767px) { {
        top: 10px; } } } }

/*loader animation*/
@-webkit-keyframes loaderstar {
  0% {
    top: 0px; }
  25% {
    top: 200px; }
  50% {
    top: 100px; }
  75% {
    top: 200px; }
  100% {
    top: 0px; } }

/* Standard syntax */
@-webkit-keyframes stretch-bounce {
  0% {
    color: #fff; }
  25% {
    color: #fff; }
  50% {
    color: #e52a27; }
  75% {
    color: #fff; }
  100% {
    color: #e52a27; } }

/*@-webkit-keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}*/
.login h1 a {
  width: auto;
  background-size: 44% !important;
  background-color: black;
  background-position: center center !important; }

/*header sec css*/
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 50px 15px 0;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  z-index: 2; }
  @media only screen and (max-width: 991px) {
    .navbar {
      padding: 20px 0 0;
      z-index: 999; } }
  .navbar.stick {
    position: fixed;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 999; }
    @media only screen and (max-width: 991px) {
      .navbar.stick {
        padding-right: 0;
        padding-left: 0; } }
    @media (max-width: 767px) and (orientation: landscape) {
      .navbar.stick {
        position: absolute; } }
    .navbar.stick .headerLogo {
      position: relative; }
      .navbar.stick .headerLogo:before {
        display: none; }
    @media only screen and (max-width: 991px) {
      .navbar.stick .container .navbar-collapse {
        top: 60px; } }
    @media only screen and (max-width: 767px) {
      .navbar.stick .container .navbar-collapse {
        top: 60px; } }
  .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .navbar .container .headerLogo {
      position: relative; }
      @media only screen and (max-width: 991px) {
        .navbar .container .headerLogo {
          padding-left: 15px;
          max-width: 140px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .navbar .container .headerLogo {
      max-width: 100px; } }
      .navbar .container .headerLogo:before {
        content: '';
        position: absolute;
        top: -56px;
        left: -52px;
        background-image: url(../images/lines.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 560px;
        height: 448px;
        background-size: 100%;
        opacity: 0.2; }
        @media only screen and (max-width: 991px) {
          .navbar .container .headerLogo:before {
            left: -70px;
            top: -61px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .navbar .container .headerLogo:before {
      left: 12px;
      top: -26px;
      width: 300px;
      height: 300px; } }
      .navbar .container .headerLogo a {
        position: relative;
        z-index: 99; }
    .navbar .container .navbar-toggler {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      cursor: pointer; }
      .navbar .container .navbar-toggler.collapsed {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s; }
      .navbar .container .navbar-toggler .navbar-toggler-icon {
        background: url(../images/menu-button.png) no-repeat;
        background-position: 0 0;
        background-size: 100%; }
    @media only screen and (max-width: 991px) {
      .navbar .container .navbar-collapse {
        background-color: rgba(233, 41, 44, 0.97);
        padding: 20px;
        position: absolute;
        top: 90px;
        left: 0;
        z-index: 9999999;
        right: 0; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .navbar .container .navbar-collapse {
      top: 70px; } }
    .navbar .container .navbar-collapse .navbar-nav {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      z-index: 99;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .navbar .container .navbar-collapse .navbar-nav li {
        margin-left: 45px;
        /*  @include media(mobile) {
                        & {
                            margin-bottom: 0;
                            border-bottom: 1px solid rgba(255, 255, 255, 0.42);
                            display: block;
                            width: 100%;
                        }
                    }*/ }
        @media only screen and (max-width: 991px) {
          .navbar .container .navbar-collapse .navbar-nav li {
            margin-bottom: 15px;
            margin-left: 0; }
            .navbar .container .navbar-collapse .navbar-nav li:last-child {
              margin-bottom: 0; } }
        .navbar .container .navbar-collapse .navbar-nav li:first-child {
          margin-left: 0; }
        .navbar .container .navbar-collapse .navbar-nav li a {
          color: #fff;
          padding: 0;
          text-transform: uppercase;
          display: block;
          letter-spacing: 0.200em;
          font-size: 12px;
          font-family: 'ProximaNova-Bold'; }
          .navbar .container .navbar-collapse .navbar-nav li a:after {
            content: '';
            display: block;
            width: 0;
            margin-top: 7px;
            height: 1px;
            background-color: #fff;
            -ms-transition: all ease-in-out 0.5s;
            -moz-transition: all ease-in-out 0.5s;
            -o-transition: all ease-in-out 0.5s;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s; }
            @media only screen and (max-width: 767px) {
              .navbar .container .navbar-collapse .navbar-nav li a:after {
                margin-top: 5px; } }
          @media only screen and (max-width: 991px) {
            .navbar .container .navbar-collapse .navbar-nav li a {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .navbar .container .navbar-collapse .navbar-nav li a {
              font-size: 14px; } }
          .navbar .container .navbar-collapse .navbar-nav li a:hover:after, .navbar .container .navbar-collapse .navbar-nav li a:focus:after {
            width: 100%; }
        .navbar .container .navbar-collapse .navbar-nav li.current-menu-item a:after {
          width: 100%; }

footer {
  background-color: #3b3d40;
  padding: 40px 15%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: -1; }
  @media only screen and (max-width: 1199px) {
    footer {
      padding: 40px 5%; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    footer {
      padding: 20px 15px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    footer {
      padding: 30px 15px;
      position: static;
      text-align: center; } }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    footer .footer-custom {
      margin-bottom: 15px; }
      footer .footer-custom:last-child {
        margin-bottom: 0; } }
  footer .footer-custom p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px; }
    @media only screen and (max-width: 1199px) {
      footer .footer-custom p {
        line-height: 22px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    footer .footer-custom p {
      font-size: 14px;
      line-height: 1.3; } }
    footer .footer-custom p a {
      color: rgba(255, 255, 255, 0.5); }
      footer .footer-custom p a:hover {
        color: white; }
  footer .footer-custom.footer-adress p a {
    margin-top: 15px;
    display: inline-block; }
  footer .footer-custom.footer-copyright {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      footer .footer-custom.footer-copyright {
        width: 100%; } }

/* banner section start */
.bannerblock {
  height: 796px;
  position: relative;
  background-color: #000; }
  @media only screen and (max-width: 1199px) {
    .bannerblock {
      height: 656px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .bannerblock {
      height: 515px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .bannerblock {
      height: 385px; } }
  .bannerblock .carousel {
    height: 100%;
    position: relative; }
    .bannerblock .carousel .container.logo-lines:before {
      content: '';
      position: absolute;
      top: -56px;
      left: -52px;
      background-image: url(../images/lines.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      width: 560px;
      height: 448px;
      background-size: 100%;
      opacity: 0.2; }
      @media only screen and (max-width: 991px) {
        .bannerblock .carousel .container.logo-lines:before {
          left: -40px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .bannerblock .carousel .container.logo-lines:before {
      left: 12px;
      top: -26px;
      width: 300px;
      height: 300px; } }
    .bannerblock .carousel .carousel-inner {
      position: relative;
      height: 100%; }
      .bannerblock .carousel .carousel-inner .carousel-item {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: 100px; }
        @media only screen and (max-width: 991px) {
          .bannerblock .carousel .carousel-inner .carousel-item {
            padding-top: 50px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .bannerblock .carousel .carousel-inner .carousel-item {
      padding-top: 60px; } }
        .bannerblock .carousel .carousel-inner .carousel-item.active {
          opacity: 1; }
      .bannerblock .carousel .carousel-inner .carousel-indicators {
        position: static;
        margin-bottom: 4px; }
        .bannerblock .carousel .carousel-inner .carousel-indicators li {
          position: relative;
          -ms-flex: 0 1 auto;
          -webkit-box-flex: 0;
          flex: 0 1 auto;
          width: auto;
          height: auto;
          margin-right: 3px;
          margin-left: 3px;
          text-indent: 1px;
          background-color: transparent;
          color: #fff;
          font-size: 14px;
          cursor: pointer; }
          .bannerblock .carousel .carousel-inner .carousel-indicators li svg {
            width: 13px;
            height: 13px; }
            .bannerblock .carousel .carousel-inner .carousel-indicators li svg polygon {
              fill: #fff; }
          .bannerblock .carousel .carousel-inner .carousel-indicators li.active {
            color: #e52a27; }
            .bannerblock .carousel .carousel-inner .carousel-indicators li.active svg {
              width: 13px;
              height: 13px; }
              .bannerblock .carousel .carousel-inner .carousel-indicators li.active svg polygon {
                fill: #e52a27; }
      .bannerblock .carousel .carousel-inner .banner-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 99;
        padding-bottom: 38px; }
        @media only screen and (max-width: 991px) {
          .bannerblock .carousel .carousel-inner .banner-bottom {
            bottom: -20px; } }
        .bannerblock .carousel .carousel-inner .banner-bottom a.down-arrow {
          color: #a4a2a0;
          font-weight: normal;
          line-height: normal;
          position: relative;
          -webkit-animation: movearrow 1s infinite ease-in-out alternate;
          /* Safari 4.0 - 8.0 */
          animation: movearrow 1s infinite ease-in-out alternate; }
          .bannerblock .carousel .carousel-inner .banner-bottom a.down-arrow .fa {
            font-size: 40px; }
            @media only screen and (max-width: 767px) {
              .bannerblock .carousel .carousel-inner .banner-bottom a.down-arrow .fa {
                font-size: 30px; } }
          .bannerblock .carousel .carousel-inner .banner-bottom a.down-arrow:hover {
            color: #fff; }
    .bannerblock .carousel.carousel-fade .carousel-item {
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      position: absolute;
      -webkit-transition: opacity .75s ease-in-out;
      -moz-transition: opacity .75s ease-in-out;
      -o-transition: opacity .75s ease-in-out;
      transition: opacity .75s ease-in-out; }
      .bannerblock .carousel.carousel-fade .carousel-item:first-of-type {
        position: relative; }
      .bannerblock .carousel.carousel-fade .carousel-item.active {
        opacity: 1; }

.overlay-blk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(59, 61, 64, 0.741176);
  height: 100%;
  width: 100%; }
  .overlay-blk .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
  .overlay-blk .bannerContent {
    text-align: center;
    position: relative;
    z-index: 99;
    max-width: 686px;
    width: 95%; }
    .overlay-blk .bannerContent h1 {
      font-size: 72px;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 8px;
      font-family: 'ProximaNova-Bold'; }
      @media only screen and (max-width: 1199px) {
        .overlay-blk .bannerContent h1 {
          font-size: 62px; } }
      @media only screen and (max-width: 991px) {
        .overlay-blk .bannerContent h1 {
          font-size: 55px; } }
      @media only screen and (max-width: 767px) {
        .overlay-blk .bannerContent h1 {
          font-size: 38px;
          line-height: 1; } }
  @media only screen and (max-width: 767px) and (max-width: 479px) {
    .overlay-blk .bannerContent h1 {
      font-size: 32px;
      line-height: 1; } }
    .overlay-blk .bannerContent p {
      font-size: 24px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 26px; }
      @media only screen and (max-width: 767px) {
        .overlay-blk .bannerContent p {
          font-size: 18px;
          line-height: 1.1; } }

/*Expert Section css*/
.expertBlock {
  background-color: #e52a27; }
  .expertBlock .sectionHead {
    text-align: center; }
    .expertBlock .sectionHead h2 {
      color: #fff;
      margin-bottom: 6px; }
    .expertBlock .sectionHead p {
      color: #fff;
      font-size: 24px;
      line-height: 26px; }
      @media only screen and (max-width: 991px) {
        .expertBlock .sectionHead p {
          font-size: 22px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .expertBlock .sectionHead p {
      font-size: 18px;
      line-height: 1.3; } }
  .expertBlock .item-bx {
    text-align: center;
    max-width: 990px;
    margin: 40px auto 0;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .expertBlock .item-bx {
        margin-top: 40px;
        max-width: 710px; } }
    @media only screen and (max-width: 991px) {
      .expertBlock .item-bx {
        margin-top: 20px;
        max-width: 530px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .expertBlock .item-bx {
      max-width: 440px; } }
    .expertBlock .item-bx ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .expertBlock .item-bx ul li {
        width: 170px;
        text-align: center;
        position: relative;
        height: 170px;
        margin-right: 25px;
        /*     @include media(normal-x) {
                    & {
                        margin-right: 30px;
                        @supports (-webkit-appearance: none) {
                            margin-right: 31px;
                        }

                    }
                }*/ }
        .expertBlock .item-bx ul li:nth-child(5n + 5) {
          margin-right: 0; }
        @media only screen and (max-width: 1199px) {
          .expertBlock .item-bx ul li {
            width: 140px;
            height: 140px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .expertBlock .item-bx ul li {
      width: 100px;
      height: 100px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .expertBlock .item-bx ul li {
      width: 150px;
      height: 150px; } }
        @media only screen and (max-width: 1199px) {
          .expertBlock .item-bx ul li {
            margin-right: 1px; } }
        .expertBlock .item-bx ul li img {
          display: inline-block;
          max-width: 120px; }
          @media only screen and (max-width: 1199px) {
            .expertBlock .item-bx ul li img {
              max-width: 80px;
              /*  @include media(mobile) {
                                & {
                                    max-width: 60px;
                                } 
                            }*/ } }
        .expertBlock .item-bx ul li:before, .expertBlock .item-bx ul li:after {
          content: '';
          border: 2px solid rgba(255, 255, 255, 0.8);
          opacity: 1;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          height: 100%;
          width: 100%;
          -moz-transform: scale(0);
          -o-transform: scale(0);
          -ms-transform: scale(0);
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          -ms-transition: all ease-in-out 0.4s;
          -moz-transition: all ease-in-out 0.4s;
          -o-transition: all ease-in-out 0.4s;
          -webkit-transition: all ease-in-out 0.4s;
          transition: all ease-in-out 0.4s; }
        .expertBlock .item-bx ul li:after {
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          transition: all ease-in-out 0.5s;
          background-color: #e52a27;
          border: 2px solid rgba(255, 255, 255, 0.6); }
        .expertBlock .item-bx ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 100%;
          position: relative;
          color: #fff;
          font-size: 20px; }
          @media only screen and (max-width: 1199px) {
            .expertBlock .item-bx ul li a {
              font-size: 17px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .expertBlock .item-bx ul li a {
      font-size: 14px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .expertBlock .item-bx ul li a {
      font-size: 18px; } }
          .expertBlock .item-bx ul li a span {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -ms-transition: all ease-in-out 0.5s;
            -moz-transition: all ease-in-out 0.5s;
            -o-transition: all ease-in-out 0.5s;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
            z-index: 9;
            opacity: 0;
            white-space: normal;
            word-break: break-word;
            padding: 0 10px; }
            @media only screen and (max-width: 767px) {
              .expertBlock .item-bx ul li a span {
                word-break: break-word; } }
        .expertBlock .item-bx ul li:hover:before, .expertBlock .item-bx ul li:focus:before {
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
        .expertBlock .item-bx ul li:hover:after, .expertBlock .item-bx ul li:focus:after {
          -moz-transform: scale(0.9);
          -o-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -webkit-transform: scale(0.9);
          transform: scale(0.9); }
        .expertBlock .item-bx ul li:hover span, .expertBlock .item-bx ul li:focus span {
          opacity: 1; }
    .expertBlock .item-bx .more-btn {
      display: inline-block;
      margin-top: 27px;
      line-height: 3.5;
      padding-top: 2px; }
      @media only screen and (max-width: 767px) {
        .expertBlock .item-bx .more-btn {
          margin-top: 17px;
          line-height: 3.2;
          padding: 4px 26px 0; } }

/*our project*/
.ourProjectBlock {
  text-align: center;
  padding-bottom: 50px; }
  @media only screen and (max-width: 991px) {
    .ourProjectBlock {
      padding-bottom: 30px; } }
  .ourProjectBlock .sectionHead {
    text-align: center; }
    .ourProjectBlock .sectionHead h2 {
      color: #3b3d40;
      margin-bottom: 18px; }
      .ourProjectBlock .sectionHead h2 .fa {
        color: #e52a27; }
    .ourProjectBlock .sectionHead p {
      color: #aaaaab;
      font-size: 24px;
      line-height: 26px; }
      @media only screen and (max-width: 1199px) {
        .ourProjectBlock .sectionHead p {
          font-size: 21px;
          line-height: 1.2; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .ourProjectBlock .sectionHead p {
      font-size: 17px; } }
  .ourProjectBlock .projectSlider {
    max-width: 995px;
    margin: auto; }
    .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item {
      padding: 20px; }
      @media only screen and (max-width: 991px) {
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item {
          padding: 20px; } }
      .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx {
        padding: 30px 30px 28px; }
        @media only screen and (max-width: 991px) {
          .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx {
            padding: 20px 10px; } }
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx figure {
          width: 150px;
          height: 150px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          display: inline-block;
          margin-bottom: 23px; }
          @media only screen and (max-width: 991px) {
            .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx figure {
              width: 130px;
              height: 130px;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx figure {
      width: 120px;
      height: 120px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; } }
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx p {
          line-height: 1.5; }
          @media only screen and (max-width: 767px) {
            .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx p {
              font-size: 14px; } }
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx h4 {
          margin: 40px 0 8px;
          font-size: 12px;
          text-transform: uppercase;
          color: #3c3d41;
          font-family: 'Raleway', sans-serif;
          font-weight: 700; }
          @media only screen and (max-width: 991px) {
            .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx h4 {
              margin-top: 20px; } }
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx h5 {
          font-size: 13px;
          color: #656b6f;
          margin-top: 5px;
          font-weight: 400;
          font-family: "ProximaNovaRegular"; }
          .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx h5:first-child {
            margin-top: 0; }
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .item .item-bx:hover {
          -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-prev,
    .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-next {
      width: 13px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      font-size: 0;
      position: absolute;
      top: 50%; }
      .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-prev:hover,
      .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-next:hover {
        opacity: 0.5; }
    .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-prev {
      background-image: url(../images/left-arrow.png);
      left: -36px; }
      @media only screen and (max-width: 1199px) {
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-prev {
          left: 0; } }
      @media only screen and (max-width: 767px) {
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-prev {
          left: 0; } }
    .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-next {
      background-image: url(../images/right-arrow.png);
      right: -36px; }
      @media only screen and (max-width: 1199px) {
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-next {
          right: 0; } }
      @media only screen and (max-width: 767px) {
        .ourProjectBlock .projectSlider .projectSliderInn .owl-carousel .owl-nav .owl-next {
          right: 0; } }
    .ourProjectBlock .projectSlider .projectSliderInn .more-btn {
      color: #fff;
      margin-top: 48px; }
      .ourProjectBlock .projectSlider .projectSliderInn .more-btn:before {
        background-color: #e52a27; }
      .ourProjectBlock .projectSlider .projectSliderInn .more-btn:hover, .ourProjectBlock .projectSlider .projectSliderInn .more-btn:focus {
        color: #e52a27;
        border-color: #e52a27; }
        .ourProjectBlock .projectSlider .projectSliderInn .more-btn:hover:before, .ourProjectBlock .projectSlider .projectSliderInn .more-btn:focus:before {
          background-color: #fff; }
      @media only screen and (max-width: 1199px) {
        .ourProjectBlock .projectSlider .projectSliderInn .more-btn {
          margin-top: 28px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .ourProjectBlock .projectSlider .projectSliderInn .more-btn {
      margin-top: 10px; } }

.partnar-logo {
  border-top: 1px solid #b7b7b7;
  padding: 25px 0 0;
  margin-top: 78px; }
  @media only screen and (max-width: 1199px) {
    .partnar-logo {
      margin-top: 48px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .partnar-logo {
      margin-top: 30px; } }
  .partnar-logo .owl-carousel .owl-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0 30px; }
    .partnar-logo .owl-carousel .owl-item img {
      max-width: 160px;
      /* -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                filter: grayscale(100%);*/ }
      .partnar-logo .owl-carousel .owl-item img:hover {
        /*  -webkit-filter: grayscale(0);
                    -moz-filter: grayscale(0);
                    filter: grayscale(0);*/
        opacity: 0.6; }
      @media only screen and (max-width: 991px) {
        .partnar-logo .owl-carousel .owl-item img {
          max-width: 120px;
          display: inline-block; } }
  .partnar-logo .owl-carousel .owl-dots {
    margin-top: 10px; }
    .partnar-logo .owl-carousel .owl-dots .owl-dot {
      width: 15px;
      height: 15px;
      border-radius: 100%;
      background-color: #ddd;
      display: inline-block;
      margin-left: 10px; }
      .partnar-logo .owl-carousel .owl-dots .owl-dot.active {
        background-color: #e52a27; }
  .partnar-logo .owl-carousel .owl-nav .owl-next,
  .partnar-logo .owl-carousel .owl-nav .owl-prev {
    display: inline-block; }
    .partnar-logo .owl-carousel .owl-nav .owl-next:after,
    .partnar-logo .owl-carousel .owl-nav .owl-prev:after {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 30px;
      color: #3c3d41; }
  .partnar-logo .owl-carousel .owl-nav .owl-next {
    font-size: 0;
    margin-left: 10px; }
    .partnar-logo .owl-carousel .owl-nav .owl-next:after {
      content: "\f105"; }
    .partnar-logo .owl-carousel .owl-nav .owl-next:hover:after {
      opacity: 0.6; }
  .partnar-logo .owl-carousel .owl-nav .owl-prev {
    font-size: 0; }
    .partnar-logo .owl-carousel .owl-nav .owl-prev:after {
      content: "\f104"; }
    .partnar-logo .owl-carousel .owl-nav .owl-prev:hover:after {
      opacity: 0.6; }

/*our process css*/
.process-section {
  margin-top: 70px; }

.process-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 220px;
  margin-top: 100px; }
  @media only screen and (max-width: 1199px) {
    .process-content {
      margin-top: 50px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .process-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 0; } }
  .process-content .process-box {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

@media only screen and (max-width: 1199px) and (max-width: 991px) {
  .process-content .process-box {
    width: 228px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .process-content .process-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px;
      position: static !important; }
      .process-content .process-box:before, .process-content .process-box:after {
        display: none; }
      .process-content .process-box:last-child {
        margin-bottom: 0; } }
    .process-content .process-box:nth-child(2), .process-content .process-box:nth-child(4) {
      position: absolute;
      top: auto;
      bottom: 0; }
    .process-content .process-box:nth-child(1) {
      /*  &:before {
                content: '';
                position: absolute;
                top: 120px;
                left: 0;
                background-image: url(../images/arrow-1.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                width: 100px;
                height: 120px;
                transform: rotate(15deg);

                @include media(iPad) {
                    & {
                        top: 180px;
                    }
                }
            }*/ }
    .process-content .process-box:nth-child(2) {
      left: 100px;
      right: auto;
      /*  &:before {
                content: '';
                position: absolute;
                top: -140px;
                right: 30px;
                width: 50px;
                height: 120px;
                background-image: url(../images/arrow-2.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                -webkit-transform: rotate(5deg);
                -ms-transform: rotate(5deg);
                transform: rotate(5deg);
            }*/ }
    .process-content .process-box:nth-child(3) {
      position: relative;
      /*      &:after {
                content: '';
                position: absolute;
                top: auto;
                right: 90px;
                width: 19px;
                height: 40px;
                background-image: url(../images/arrow-3.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
                bottom: -70px;
            }*/ }
    .process-content .process-box:nth-child(4) {
      right: 100px;
      left: auto;
      /*      &:before {
                content: '';
                position: absolute;
                top: -50px;
                right: -100px;
                width: 90px;
                height: 120px;
                background-image: url(../images/arrow-4.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                -webkit-transform: rotate(5deg);
                -ms-transform: rotate(5deg);
                transform: rotate(-15deg);

                @include media(iPad) {
                    & {
                        top: -20px;
                    }
                }
            }*/ }
    .process-content .process-box .number-bx {
      width: 48px;
      height: 48px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #b7b7b7;
      color: #3b3d40;
      font-size: 23px;
      font-weight: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .process-content .process-box .number-bx {
          margin-bottom: 15px; } }
    .process-content .process-box .procss-textBx {
      text-align: left;
      width: calc(100% - 50px);
      display: inline-block;
      padding-left: 30px; }
      @media only screen and (max-width: 1199px) {
        .process-content .process-box .procss-textBx {
          padding-left: 20px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .process-content .process-box .procss-textBx {
      padding-left: 0;
      text-align: center; } }
      .process-content .process-box .procss-textBx h3 {
        color: #3b3d40;
        font-size: 40px;
        text-transform: capitalize;
        margin-top: -6px;
        font-family: 'ProximaNova-Bold'; }
        @media only screen and (max-width: 1199px) {
          .process-content .process-box .procss-textBx h3 {
            font-size: 32px;
            margin-top: -4px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .process-content .process-box .procss-textBx h3 {
      font-size: 29px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .process-content .process-box .procss-textBx h3 {
      font-size: 22px; } }
      .process-content .process-box .procss-textBx p {
        font-size: 14px;
        color: #656b6f;
        line-height: 24px; }

/*destina block css*/
.destinaBlock {
  background-color: #575758;
  margin-bottom: 149px; }
  @media only screen and (max-width: 991px) {
    .destinaBlock {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .destinaBlock {
      margin-bottom: 0; } }
  .destinaBlock .sectionHead {
    text-align: center; }
    .destinaBlock .sectionHead h2 {
      color: #fff;
      margin-bottom: 18px; }
      .destinaBlock .sectionHead h2 .fa {
        color: #e52a27; }
    .destinaBlock .sectionHead p {
      font-size: 24px;
      line-height: 26px;
      color: rgba(255, 255, 255, 0.69); }
      @media only screen and (max-width: 991px) {
        .destinaBlock .sectionHead p {
          font-size: 21px;
          line-height: 1.2; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .destinaBlock .sectionHead p {
      font-size: 17px; } }
  .destinaBlock .mapBlock {
    text-align: center;
    margin: 50px 0 10px; }
    .destinaBlock .mapBlock img {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .destinaBlock .mapBlock img {
          max-width: 480px; } }
  @media only screen and (max-width: 767px) and (max-width: 479px) {
    .destinaBlock .mapBlock img {
      max-width: 330px; } }
  .destinaBlock .more-btn {
    color: #fff;
    border: 0;
    background-color: #e52a27;
    line-height: 3.5; }
    @media only screen and (max-width: 767px) {
      .destinaBlock .more-btn {
        line-height: 3.2; } }
    .destinaBlock .more-btn:before {
      background-color: #e52a27;
      opacity: 0;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .destinaBlock .more-btn:hover {
      color: #e52a27;
      border-color: transparent; }
      .destinaBlock .more-btn:hover:before {
        opacity: 1;
        background-color: #fff;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }

/*our story section*/
.banner-inn-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 380px; }
  @media only screen and (max-width: 1199px) {
    .banner-inn-block {
      height: 270px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .banner-inn-block {
      height: 200px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .banner-inn-block {
      height: 170px; } }
  .banner-inn-block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(59, 61, 64, 0.741176);
    height: 100%;
    width: 100%; }
  .banner-inn-block .container {
    padding-top: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
  .banner-inn-block .bannerContent h1 {
    font-size: 72px;
    text-transform: capitalize;
    font-family: 'ProximaNova-Bold';
    color: #fff; }
    @media only screen and (max-width: 1199px) {
      .banner-inn-block .bannerContent h1 {
        font-size: 43px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .banner-inn-block .bannerContent h1 {
      font-size: 33px; } }

.our-culture,
.our-people {
  padding-top: 60px; }
  @media only screen and (max-width: 1199px) {
    .our-culture,
    .our-people {
      padding-top: 40px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .our-culture,
    .our-people {
      padding-top: 20px; } }
  .our-culture .sectionHead,
  .our-people .sectionHead {
    margin-bottom: 35px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .our-culture .sectionHead,
      .our-people .sectionHead {
        padding-top: 20px; } }
    .our-culture .sectionHead p,
    .our-people .sectionHead p {
      font-size: 23px;
      color: #aaaaab; }

.our-culture .sectionHead {
  margin-bottom: 15px; }

.our-culture {
  padding-bottom: 0; }
  .our-culture .culture-contnt {
    max-width: 990px;
    margin: auto;
    width: 100%;
    text-align: center; }
    .our-culture .culture-contnt.culture-sction {
      border-bottom: 0;
      /* border-bottom: 1px solid $borderColor;*/
      padding-bottom: 56px; }
      @media only screen and (max-width: 1199px) {
        .our-culture .culture-contnt.culture-sction {
          padding-bottom: 36px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .our-culture .culture-contnt.culture-sction {
      padding-bottom: 16px; } }
    .our-culture .culture-contnt p {
      margin-bottom: 18px;
      /*
            line-height: 30px;*/
      font-size: 17px;
      color: #aaaaab; }
      @media only screen and (max-width: 991px) {
        .our-culture .culture-contnt p {
          font-size: 18px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .our-culture .culture-contnt p {
      font-size: 16px;
      line-height: 24px;
      /*  &:last-child
                            {
                                margin-bottom: 0;
                            }*/ } }

.single-projects .culture-sction h4 {
  font-size: 20px;
  margin-bottom: 10px; }

.single-projects .culture-sction h5 {
  font-size: 17px;
  margin-bottom: 10px; }
  .single-projects .culture-sction h5:last-child {
    margin-bottom: 0; }

.page-id-103 .our-culture,
.page-id-101 .our-culture,
.our-people {
  margin-bottom: 149px; }
  @media only screen and (max-width: 991px) {
    .page-id-103 .our-culture,
    .page-id-101 .our-culture,
    .our-people {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .page-id-103 .our-culture,
    .page-id-101 .our-culture,
    .our-people {
      margin-bottom: 0; } }
  .page-id-103 .our-culture .our-people-blk,
  .page-id-101 .our-culture .our-people-blk,
  .our-people .our-people-blk {
    max-width: 1140px;
    margin: auto;
    width: 95%;
    text-align: center; }
    .page-id-103 .our-culture .our-people-blk ul,
    .page-id-101 .our-culture .our-people-blk ul,
    .our-people .our-people-blk ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-id-103 .our-culture .our-people-blk ul li,
      .page-id-101 .our-culture .our-people-blk ul li,
      .our-people .our-people-blk ul li {
        width: 33%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1199px) {
          .page-id-103 .our-culture .our-people-blk ul li,
          .page-id-101 .our-culture .our-people-blk ul li,
          .our-people .our-people-blk ul li {
            width: 32%; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .page-id-103 .our-culture .our-people-blk ul li,
    .page-id-101 .our-culture .our-people-blk ul li,
    .our-people .our-people-blk ul li {
      margin-bottom: 15px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 479px) {
    .page-id-103 .our-culture .our-people-blk ul li,
    .page-id-101 .our-culture .our-people-blk ul li,
    .our-people .our-people-blk ul li {
      margin-bottom: 10px;
      width: 49%; } }
        .page-id-103 .our-culture .our-people-blk ul li a,
        .page-id-101 .our-culture .our-people-blk ul li a,
        .our-people .our-people-blk ul li a {
          display: block;
          position: relative;
          overflow: hidden;
          /*   &:after {
                        content: 'Read More';
                        position: absolute;
                        top: 50%;
                        @include transform(translate(-100%, -100%));
                        left: 0;
                        right: 0;
                        min-width: 200px;
                        max-width: 200px;
                        @include border-radius(50px);
                        background-color: $whiteColor;
                        color: $redColor;
                        font-size: 20px;
                        margin: auto;
                        line-height: 3;
                        font-family: 'ProximaNova-Bold';
                        @include transition(all ease-in-out 0.5s);
                        @include transform(translateY(100%));
                        opacity: 0;
                    }*/ }
          .page-id-103 .our-culture .our-people-blk ul li a img,
          .page-id-101 .our-culture .our-people-blk ul li a img,
          .our-people .our-people-blk ul li a img {
            width: 100%; }
          .page-id-103 .our-culture .our-people-blk ul li a span,
          .page-id-101 .our-culture .our-people-blk ul li a span,
          .our-people .our-people-blk ul li a span {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            opacity: 0;
            -moz-transform: translate(100%, 100%);
            -o-transform: translate(100%, 100%);
            -ms-transform: translate(100%, 100%);
            -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
            -ms-transition: all ease-in-out 0.5s;
            -moz-transition: all ease-in-out 0.5s;
            -o-transition: all ease-in-out 0.5s;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s; }
            .page-id-103 .our-culture .our-people-blk ul li a span h3,
            .page-id-101 .our-culture .our-people-blk ul li a span h3,
            .our-people .our-people-blk ul li a span h3 {
              color: #fff;
              font-size: 20px;
              font-weight: 600;
              text-transform: capitalize; }
              @media only screen and (max-width: 767px) {
                .page-id-103 .our-culture .our-people-blk ul li a span h3,
                .page-id-101 .our-culture .our-people-blk ul li a span h3,
                .our-people .our-people-blk ul li a span h3 {
                  font-size: 18px; } }
            .page-id-103 .our-culture .our-people-blk ul li a span p,
            .page-id-101 .our-culture .our-people-blk ul li a span p,
            .our-people .our-people-blk ul li a span p {
              color: #fff;
              font-size: 18px;
              font-weight: 400; }
              @media only screen and (max-width: 767px) {
                .page-id-103 .our-culture .our-people-blk ul li a span p,
                .page-id-101 .our-culture .our-people-blk ul li a span p,
                .our-people .our-people-blk ul li a span p {
                  font-size: 16px; } }
          .page-id-103 .our-culture .our-people-blk ul li a:before,
          .page-id-101 .our-culture .our-people-blk ul li a:before,
          .our-people .our-people-blk ul li a:before {
            content: '';
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8);
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -ms-transition: all ease-in-out 0.5s;
            -moz-transition: all ease-in-out 0.5s;
            -o-transition: all ease-in-out 0.5s;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
            -moz-transform: translate(-100%, -100%);
            -o-transform: translate(-100%, -100%);
            -ms-transform: translate(-100%, -100%);
            -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%); }
          .page-id-103 .our-culture .our-people-blk ul li a:hover span,
          .page-id-101 .our-culture .our-people-blk ul li a:hover span,
          .our-people .our-people-blk ul li a:hover span {
            opacity: 1;
            -moz-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
            .page-id-103 .our-culture .our-people-blk ul li a:hover span h3,
            .page-id-101 .our-culture .our-people-blk ul li a:hover span h3,
            .our-people .our-people-blk ul li a:hover span h3 {
              color: #fff;
              font-size: 20px;
              font-weight: 600; }
            .page-id-103 .our-culture .our-people-blk ul li a:hover span p,
            .page-id-101 .our-culture .our-people-blk ul li a:hover span p,
            .our-people .our-people-blk ul li a:hover span p {
              color: #fff;
              font-size: 18px;
              font-weight: 400; }
          .page-id-103 .our-culture .our-people-blk ul li a:hover:before,
          .page-id-101 .our-culture .our-people-blk ul li a:hover:before,
          .our-people .our-people-blk ul li a:hover:before {
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
          .page-id-103 .our-culture .our-people-blk ul li a:hover:after,
          .page-id-101 .our-culture .our-people-blk ul li a:hover:after,
          .our-people .our-people-blk ul li a:hover:after {
            opacity: 1;
            background-color: #e52a27;
            color: #fff;
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

/*projects page css*/
.ourProjectBlock .sectionHead h2 {
  margin-bottom: 10px; }

.project-inn-blk {
  margin-bottom: 149px; }
  @media only screen and (max-width: 991px) {
    .project-inn-blk {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .project-inn-blk {
      margin-bottom: 0; } }
  .project-inn-blk .projectitem {
    max-width: 995px;
    margin: auto; }
    .project-inn-blk .projectitem .projectSliderInn {
      margin-top: 25px; }
      .project-inn-blk .projectitem .projectSliderInn ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media only screen and (max-width: 479px) {
          .project-inn-blk .projectitem .projectSliderInn ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .project-inn-blk .projectitem .projectSliderInn ul li {
          width: 33%; }
          @media only screen and (max-width: 479px) {
            .project-inn-blk .projectitem .projectSliderInn ul li {
              width: 100%;
              margin-bottom: 10px; } }
        .project-inn-blk .projectitem .projectSliderInn ul hr {
          width: 100%;
          margin: 33px 0; }
		  .project-inn-blk .projectitem .projectSliderInn ul hr:last-child {
			  display:none;
		  }
          @media only screen and (max-width: 991px) {
            .project-inn-blk .projectitem .projectSliderInn ul hr {
              margin: 23px 0; } }
  @media only screen and (max-width: 991px) and (max-width: 479px) {
    .project-inn-blk .projectitem .projectSliderInn ul hr {
      display: none; } }
      .project-inn-blk .projectitem .projectSliderInn .item-bx {
        padding: 30px 30px 28px; }
        @media only screen and (max-width: 991px) {
          .project-inn-blk .projectitem .projectSliderInn .item-bx {
            padding: 10px; } }
        .project-inn-blk .projectitem .projectSliderInn .item-bx figure {
          width: 150px;
          height: 150px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          display: inline-block;
          margin-bottom: 23px; }
          @media only screen and (max-width: 991px) {
            .project-inn-blk .projectitem .projectSliderInn .item-bx figure {
              width: 130px;
              height: 130px;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              border-radius: 100%; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .project-inn-blk .projectitem .projectSliderInn .item-bx figure {
      width: 120px;
      height: 120px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; } }
        .project-inn-blk .projectitem .projectSliderInn .item-bx p {
          line-height: 18px;margin-top:20px; }
          @media only screen and (max-width: 767px) {
            .project-inn-blk .projectitem .projectSliderInn .item-bx p {
              font-size: 14px; } }
        .project-inn-blk .projectitem .projectSliderInn .item-bx h4 {
          margin: 40px 0 8px;
          font-size: 12px;
          text-transform: uppercase;
          color: #3c3d41;
          font-family: 'Raleway', sans-serif;
          font-weight: 700; }
          @media only screen and (max-width: 1199px) {
            .project-inn-blk .projectitem .projectSliderInn .item-bx h4 {
              margin-top: 20px; } }
        .project-inn-blk .projectitem .projectSliderInn .item-bx h5 {
          font-size: 13px;
          color: #656b6f;
          font-family: "ProximaNovaRegular";
          font-weight: 400;
          margin-top: 5px; }
          .project-inn-blk .projectitem .projectSliderInn .item-bx h5:first-child {
            margin-top: 0; }
          @media only screen and (max-width: 767px) {
            .project-inn-blk .projectitem .projectSliderInn .item-bx h5 {
              margin-top: 2px; } }
        .project-inn-blk .projectitem .projectSliderInn .item-bx:hover {
          -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

/*contact page css*/
.adress-wrap {
  max-width: 857px;
  width: 95%;
  margin: 65px auto 80px; }
  @media only screen and (max-width: 1199px) {
    .adress-wrap {
      margin: 30px auto 40px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .adress-wrap {
      margin: 40px auto 60px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .adress-wrap {
      margin: 30px auto; } }
  .adress-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 479px) {
      .adress-wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .adress-wrap ul li {
      text-align: left;
      width: 49%; }
      @media only screen and (max-width: 479px) {
        .adress-wrap ul li {
          width: 100%;
          margin-bottom: 20px; } }
      .adress-wrap ul li h3 {
        font-size: 20px;
        color: #aaaaab;
        font-family: 'ACaslonPro-Semibold';
        margin-bottom: 16px;
        text-align: left; }
        @media only screen and (max-width: 1199px) {
          .adress-wrap ul li h3 {
            margin-bottom: 10px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .adress-wrap ul li h3 {
      font-size: 18px; } }
      .adress-wrap ul li p {
        font-size: 30px;
        color: #3b3d40;
        /*  font-family: 'ProximaNovaRegular';*/
        line-height: 1.3; }
        @media only screen and (max-width: 1199px) {
          .adress-wrap ul li p {
            font-size: 26px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .adress-wrap ul li p {
      font-size: 17px; } }
        .adress-wrap ul li p a {
          color: #3b3d40; }
          .adress-wrap ul li p a:hover {
            color: #e52a27; }

.joinTeam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto; }
  @media only screen and (max-width: 479px) {
    .joinTeam {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .joinTeam .joinComn {
    width: 49%;
    height: 487px; }
    @media only screen and (max-width: 991px) {
      .joinTeam .joinComn {
        height: 317px; } }
  @media only screen and (max-width: 991px) and (max-width: 479px) {
    .joinTeam .joinComn {
      width: 100%;
      margin-bottom: 20px; } }
  .joinTeam .join_elemt {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .joinTeam .join_elemt .join-btn {
      display: inline-block;
      text-align: center;
      font-size: 12px;
      background-color: #e52a27;
      color: #fff;
      text-transform: uppercase;
      padding: 2px 37px 0;
      font-family: 'ProximaNova-Bold';
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      line-height: 3.5;
      position: relative;
      overflow: hidden; }
      .joinTeam .join_elemt .join-btn:before, .joinTeam .join_elemt .join-btn:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3px;
        -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.8);
        background-color: rgba(255, 255, 255, 0.5);
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        -ms-transform: skew(40deg);
        -webkit-transform: skew(40deg);
        transform: skew(40deg); }
      .joinTeam .join_elemt .join-btn:before {
        left: -40px; }
      .joinTeam .join_elemt .join-btn:after {
        left: -100px; }
      .joinTeam .join_elemt .join-btn:hover:before, .joinTeam .join_elemt .join-btn:hover:after {
        left: 130%; }
  .joinTeam .map_elemt iframe {
    width: 100%;
    height: 100%;
    border: 0; }

/*new contact*/
.banner_coman {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .banner_coman:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%; }
  .banner_coman .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .banner_coman .banner_content h1 {
    font-size: 72px;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 43px;
    font-family: "ProximaNova-Bold"; }
    @media only screen and (max-width: 1199px) {
      .banner_coman .banner_content h1 {
        font-size: 52px;
        margin-bottom: 13px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .banner_coman .banner_content h1 {
      font-size: 42px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .banner_coman .banner_content h1 {
      font-size: 32px;
      line-height: 1.2; } }
  .banner_coman .banner_content h2 {
    font-size: 35px;
    color: #fff;
    font-family: "ProximaNova-Bold";
    margin-bottom: 10px; }
    @media only screen and (max-width: 1199px) {
      .banner_coman .banner_content h2 {
        font-size: 28px;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .banner_coman .banner_content h2 {
      font-size: 25px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .banner_coman .banner_content h2 {
      font-size: 21px; } }
    .banner_coman .banner_content h2 img {
      margin: 0 auto 20px; }
      @media only screen and (max-width: 1199px) {
        .banner_coman .banner_content h2 img {
          margin: 0 auto 10px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .banner_coman .banner_content h2 img {
      max-width: 22px; } }
  .banner_coman .banner_content ul li,
  .banner_coman .banner_content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "ProximaNovaRegular";
    margin-bottom: 20px; }
    @media only screen and (max-width: 1199px) {
      .banner_coman .banner_content ul li,
      .banner_coman .banner_content p {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 15px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .banner_coman .banner_content ul li,
    .banner_coman .banner_content p {
      font-size: 16px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .banner_coman .banner_content ul li,
    .banner_coman .banner_content p {
      font-size: 14px; } }
    .banner_coman .banner_content ul li a,
    .banner_coman .banner_content p a {
      color: #fff; }
      .banner_coman .banner_content ul li a:hover,
      .banner_coman .banner_content p a:hover {
        color: #e52a27; }
  .banner_coman .banner_content .contact_num p {
    margin-bottom: 0; }
  .banner_coman .banner_content ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 19px;
    position: relative;
    padding-left: 30px;
    line-height: 1; }
    .banner_coman .banner_content ul li:before {
      content: "\f041";
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      text-align: center;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .banner_coman .banner_content ul li:last-child {
      margin-right: 0; }
    .banner_coman .banner_content ul li:nth-child(2) {
      padding-left: 35px; }
      .banner_coman .banner_content ul li:nth-child(2):before {
        height: 30px;
        background-image: url(http://www.eventful.designsafariclients.com/wp-content/themes/eventful/assets/images/user-icon.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 22px 20px;
        font-size: 0; }
        @media only screen and (max-width: 767px) {
          .banner_coman .banner_content ul li:nth-child(2):before {
            background-size: 18px 16px; } }
  .banner_coman .banner_content .more-btn {
    color: #fff;
    margin-top: 58px; }
    @media only screen and (max-width: 767px) {
      .banner_coman .banner_content .more-btn {
        padding: 3px 15px 0;
        line-height: 3; } }
    .banner_coman .banner_content .more-btn:before {
      background-color: #e52a27;
      z-index: -1; }
    .banner_coman .banner_content .more-btn:hover, .banner_coman .banner_content .more-btn:focus {
      color: #e52a27;
      border-color: #e52a27; }
      .banner_coman .banner_content .more-btn:hover:before, .banner_coman .banner_content .more-btn:focus:before {
        background-color: #fff; }
    @media only screen and (max-width: 1199px) {
      .banner_coman .banner_content .more-btn {
        margin-top: 28px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .banner_coman .banner_content .more-btn {
      margin-top: 10px; } }
  .banner_coman.contact_banner_main {
    height: 976px; }
    @media only screen and (max-width: 1199px) {
      .banner_coman.contact_banner_main {
        height: 735px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .banner_coman.contact_banner_main {
      height: 600px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .banner_coman.contact_banner_main {
      height: 500px; } }
    .banner_coman.contact_banner_main:after {
      content: '';
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50%;
      ackground: transparent;
      background: -moz-linear-gradient(top, transparent 0%, black 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
      background: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background: -o-linear-gradient(top, transparent 0%, black 100%);
      background: -ms-linear-gradient(top, transparent 0%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
      background: linear-gradient(to bottom, transparent 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }
  .banner_coman.project_banner_main {
    height: 642px; }
    .banner_coman.project_banner_main h2 {
      font-size: 30px; }
    @media only screen and (max-width: 1199px) {
      .banner_coman.project_banner_main {
        height: 545px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .banner_coman.project_banner_main {
      height: 410px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .banner_coman.project_banner_main {
      height: 370px; } }

/*map css*/
.map_section {
  height: 485px; }
  @media only screen and (max-width: 1199px) {
    .map_section {
      height: 345px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .map_section {
      height: 215px; } }
  .map_section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

/*new project page css*/
.education_event {
  background-color: #fff;
  padding: 50px 0; }
  .education_event .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10%; }
    .education_event .container .edu_conm_bx {
      max-width: 50%;
      width: 100%; }
      .education_event .container .edu_conm_bx.edu_text_bx {
        padding-right: 20px; }
        .education_event .container .edu_conm_bx.edu_text_bx h3 {
          font-size: 30px;
          color: #3b3d40;
          font-family: "ProximaNova-Bold";
          margin-bottom: 15px; }
        .education_event .container .edu_conm_bx.edu_text_bx .content_bx {
          padding-right: 20px; }
        .education_event .container .edu_conm_bx.edu_text_bx p {
          font-size: 17px;
          line-height: 1.5;
          font-family: "ProximaNovaRegular";
          color: #aaaaab;
          margin-bottom: 15px; }
          .education_event .container .edu_conm_bx.edu_text_bx p:last-of-type {
            margin-bottom: 0; }
    .education_event .container .figure_bx figure {
      height: 500px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }

/*testimonial cs*/
.testimonaial_con {
  background-image: url("http://www.eventful.designsafariclients.com/wp-content/themes/eventful/assets/images/testimonial_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 430px;
  position: relative; }
  .testimonaial_con:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.63);
    height: 100%;
    width: 100%; }
  .testimonaial_con:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-image: -webkit-linear-gradient(to bottom, transparent 0%, #000 100%);
    background-image: -moz-linear-gradient(to bottom, transparent 0%, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #000 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #000 100%); }
  .testimonaial_con .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%; }
    .testimonaial_con .container .testimonail_bx {
      text-align: center;
      max-width: 960px;
      width: 100%; }
      .testimonaial_con .container .testimonail_bx p {
        font-size: 40px;
        color: #fff;
        font-family: "ProximaNovaRegular";
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 30px; }
      .testimonaial_con .container .testimonail_bx h4 {
        font-size: 20px;
        color: #fff;
        font-family: "ProximaNovaRegular";
        font-weight: 500; }
    .testimonaial_con .container:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 1px;
      background-color: #fff;
      max-width: 545px;
      width: 100%; }

/*gallery section*/
.gallery_con {
  background-color: #000;
  padding: 100px; }

.head_section {
  text-align: center;
  margin-bottom: 36px; }
  .head_section h2 {
    font-size: 30px;
    color: #fff;
    font-family: "ProximaNova-Bold";
    font-weight: normal; }
  .head_section p {
    font-size: 17px;
    color: #aaaaab;
    font-family: "ProximaNovaRegular";
    font-weight: normal; }

.gallery_blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery_blk ul li {
    width: 24.85%;
    margin: 0 2px 2px 0;
    overflow: hidden; }
    .gallery_blk ul li:nth-child(4n + 4) {
      margin-right: 0; }
    .gallery_blk ul li figure {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 234px;
      width: 100%;
      margin: 0;
      -ms-transition: all ease-in-out 0.8s;
      -moz-transition: all ease-in-out 0.8s;
      -o-transition: all ease-in-out 0.8s;
      -webkit-transition: all ease-in-out 0.8s;
      transition: all ease-in-out 0.8s;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
      .gallery_blk ul li figure:hover {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .gallery_blk ul li figure a {
        width: 100%;
        height: 100%;
        display: block; }

.related_project {
  background-color: #fff;
  padding: 100px; }
  .related_project .head_section img {
    display: block;
    margin: 0 auto 10px; }
  .related_project .head_section h2 {
    color: #3b3d40; }
  .related_project .gallery_blk ul li {
    position: relative; }
    .related_project .gallery_blk ul li .overlay_text {
      background-color: rgba(10, 10, 10, 0.56);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 20px;
      -moz-transform: rotatez(0deg) scale(0);
      -o-transform: rotatez(0deg) scale(0);
      -ms-transform: rotatez(0deg) scale(0);
      -webkit-transform: rotatez(0deg) scale(0);
      transform: rotatez(0deg) scale(0);
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
      .related_project .gallery_blk ul li .overlay_text a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        font-family: "ProximaNovaRegular";
        -moz-transform: rotatez(360deg) scale(0);
        -o-transform: rotatez(360deg) scale(0);
        -ms-transform: rotatez(360deg) scale(0);
        -webkit-transform: rotatez(360deg) scale(0);
        transform: rotatez(360deg) scale(0);
        /* &:hover
                        {
                            color: $redColor;
                        }*/ }
    .related_project .gallery_blk ul li:hover figure {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .related_project .gallery_blk ul li:hover .overlay_text {
      -moz-transform: rotatez(360deg) scale(1);
      -o-transform: rotatez(360deg) scale(1);
      -ms-transform: rotatez(360deg) scale(1);
      -webkit-transform: rotatez(360deg) scale(1);
      transform: rotatez(360deg) scale(1); }
      .related_project .gallery_blk ul li:hover .overlay_text a {
        -moz-transform: rotatez(-360deg) scale(1);
        -o-transform: rotatez(-360deg) scale(1);
        -ms-transform: rotatez(-360deg) scale(1);
        -webkit-transform: rotatez(-360deg) scale(1);
        transform: rotatez(-360deg) scale(1); }

/*individual pagr css*/
.individual-section {
  text-align: center;
  background-color: #fff; }
  .individual-section .container {
    max-width: 996px;
    margin: auto; }
    @media only screen and (max-width: 1499px) {
      .individual-section .container {
        max-width: 996px;
        margin: auto; } }
  .individual-section .sectionHead h2 img {
    margin: 0 auto 10px; }

.profile-bx figure {
  display: inline-block;
  width: 152px;
  height: 152px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1199px) {
    .profile-bx figure {
      width: 110px;
      height: 110px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; } }

.profile-bx h3 {
  font-size: 30px;
  color: #3b3d40;
  margin-bottom: 10px;
  font-family: 'ProximaNova-Bold'; }
  @media only screen and (max-width: 1199px) {
    .profile-bx h3 {
      font-size: 26px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .profile-bx h3 {
      font-size: 20px; } }

.profile-bx h4 {
  font-size: 20px;
  color: #3b3d40;
  margin-bottom: 10px;
  font-family: 'ProximaNova-Bold'; }
  @media only screen and (max-width: 1199px) {
    .profile-bx h4 {
      font-size: 18px;
      margin-bottom: 5px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .profile-bx h4 {
      font-size: 18px; } }
  .profile-bx h4:last-child {
    margin-bottom: 0; }

.individual-content {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding: 40px 0;
  margin-top: 40px; }
  .individual-content h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .individual-content h2 {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 1199px) {
    .individual-content {
      padding: 30px 0;
      margin-top: 30px; } }
  .individual-content p {
    margin-bottom: 20px; }
    .individual-content p:last-child {
      margin-bottom: 0; }

.individul-gallery {
  margin-top: 50px;
  display: inline-block;
  width: 100%; }
  .individul-gallery .item_main {
    display: inline-block;
    width: 100%; }
    .individul-gallery .item_main figure {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      float: left; }
      .individul-gallery .item_main figure a {
        display: block;
        width: 100%;
        height: 100%; }
      .individul-gallery .item_main figure:nth-child(1) {
        width: 625px;
        height: 550px; }
        @media only screen and (max-width: 991px) {
          .individul-gallery .item_main figure:nth-child(1) {
            width: 460px;
            height: 550px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .individul-gallery .item_main figure:nth-child(1) {
      width: 390px;
      height: 420px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) and (max-width: 479px) {
    .individul-gallery .item_main figure:nth-child(1) {
      width: 100%;
      height: 205px;
      margin-bottom: 10px; } }
      .individul-gallery .item_main figure:nth-child(2), .individul-gallery .item_main figure:nth-child(3) {
        width: 320px;
        height: 265px;
        margin-left: 20px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 991px) {
          .individul-gallery .item_main figure:nth-child(2), .individul-gallery .item_main figure:nth-child(3) {
            width: 257px;
            height: 265px;
            margin-left: 20px;
            margin-bottom: 20px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .individul-gallery .item_main figure:nth-child(2), .individul-gallery .item_main figure:nth-child(3) {
      width: 236px;
      height: 205px;
      margin-left: 10px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) and (max-width: 479px) {
    .individul-gallery .item_main figure:nth-child(2), .individul-gallery .item_main figure:nth-child(3) {
      width: 100%;
      height: 205px;
      margin-left: 0;
      margin-bottom: 10px; } }
    .individul-gallery .item_main:nth-child(even) figure:nth-child(1) {
      float: right;
      margin-right: 0; }
    .individul-gallery .item_main:nth-child(even) figure:nth-child(2), .individul-gallery .item_main:nth-child(even) figure:nth-child(3) {
      margin-left: 0 !important;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .individul-gallery .item_main:nth-child(even) figure:nth-child(2), .individul-gallery .item_main:nth-child(even) figure:nth-child(3) {
          margin-right: 10px; } }
  @media only screen and (max-width: 767px) and (max-width: 479px) {
    .individul-gallery .item_main:nth-child(even) figure:nth-child(2), .individul-gallery .item_main:nth-child(even) figure:nth-child(3) {
      margin-right: 0; } }

.client-testimonal {
  padding: 50px 170px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .client-testimonal {
      padding: 50px 90px 0; } }
  @media only screen and (max-width: 767px) and (max-width: 479px) {
    .client-testimonal {
      padding: 30px 43px 0; } }
  .client-testimonal:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background-image: url(../images/quote.png);
    width: 68px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%; }
    @media only screen and (max-width: 767px) {
      .client-testimonal:before {
        width: 38px;
        height: 30px; } }
  .client-testimonal:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/quote2.png);
    width: 68px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%; }
    @media only screen and (max-width: 767px) {
      .client-testimonal:after {
        width: 38px;
        height: 30px; } }
  .client-testimonal .item h3 {
    font-size: 30px;
    color: #3b3d40;
    font-family: 'ProximaNovaA-Bold';
    margin-bottom: 5px; }
  .client-testimonal .item p {
    font-style: italic;
    line-height: 30px; }
    @media only screen and (max-width: 479px) {
      .client-testimonal .item p {
        line-height: 24px; } }

.single-projects .profile-bx {
  margin: 20px 0 0; }

/*expertise page css*/
.our_expertise_con {
  background-color: #fff; }

.expertiveRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 479px) {
    .expertiveRow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .expertiveRow:nth-child(odd) figure.main_img_bg {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media only screen and (max-width: 479px) {
      .expertiveRow:nth-child(odd) figure.main_img_bg {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }
  .expertiveRow .comun_width {
    max-width: 50%;
    width: 100%;
    display: inline-block; }
    @media only screen and (max-width: 479px) {
      .expertiveRow .comun_width {
        max-width: 100%; } }
  .expertiveRow .cumon_height {
    height: 580px; }
    @media only screen and (max-width: 1199px) {
      .expertiveRow .cumon_height {
        height: 420px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .expertiveRow .cumon_height {
      height: 300px; } }
  .expertiveRow figure.main_img_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .expertiveRow .expertiveContent {
    text-align: center;
    padding: 50px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .expertiveRow .expertiveContent {
        padding: 50px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .expertiveRow .expertiveContent {
      padding: 30px 20px 30px 30px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 479px) {
    .expertiveRow .expertiveContent {
      height: auto; } }
    .expertiveRow .expertiveContent figure {
      display: inline-block;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1199px) {
        .expertiveRow .expertiveContent figure {
          width: 70px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) {
    .expertiveRow .expertiveContent figure {
      width: 50px; } }
  @media only screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
    .expertiveRow .expertiveContent figure {
      width: 40px; } }
    .expertiveRow .expertiveContent h2 {
      color: #3b3d40;
      font-size: 30px;
      margin-bottom: 15px;
      font-family: 'ProximaNova-Bold'; }
      @media only screen and (max-width: 1199px) {
        .expertiveRow .expertiveContent h2 {
          font-size: 24px;
          margin-bottom: 10px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .expertiveRow .expertiveContent h2 {
      font-size: 18px;
      margin-bottom: 5px; } }
      .expertiveRow .expertiveContent h2 a {
        color: #3b3d40; }
        .expertiveRow .expertiveContent h2 a:hover {
          color: #ff0000; }
    .expertiveRow .expertiveContent h3 {
      color: #e10505;
      font-size: 18px;
      font-family: 'ProximaNova-Bold';
      line-height: 1.5;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1199px) {
        .expertiveRow .expertiveContent h3 {
          font-size: 15px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .expertiveRow .expertiveContent h3 {
      font-size: 13px;
      margin-bottom: 5px; } }
    .expertiveRow .expertiveContent .contentBox {
      height: 220px;
      padding-right: 30px; }
      @media only screen and (max-width: 1199px) {
        .expertiveRow .expertiveContent .contentBox {
          height: 140px; } }
  @media only screen and (max-width: 1199px) and (max-width: 479px) {
    .expertiveRow .expertiveContent .contentBox {
      height: auto;
      padding-right: 0; } }
    .expertiveRow .expertiveContent p {
      color: #aaaaab;
      /*font-size: 18px;*/
      line-height: 1.5;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .expertiveRow .expertiveContent p {
          color: #aaaaab;
          font-size: 15px;
          line-height: 1.3; } }
      .expertiveRow .expertiveContent p:last-child {
        margin-bottom: 0; }
    .expertiveRow .expertiveContent ul li {
      color: #aaaaab;
      font-size: 18px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .expertiveRow .expertiveContent ul li {
          color: #aaaaab;
          font-size: 15px;
          line-height: 1.3; } }

.our-expertise {
  padding: 0;
  margin-bottom: 149px; }
  @media only screen and (max-width: 991px) {
    .our-expertise {
      margin-bottom: 120px; } }
  @media only screen and (max-width: 991px) and (max-width: 767px) {
    .our-expertise {
      margin-bottom: 0; } }
  .our-expertise .sectionHead {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1199px) {
      .our-expertise .sectionHead {
        margin-bottom: 20px; } }
    .our-expertise .sectionHead h2 span {
      color: #e52a27; }
    .our-expertise .sectionHead p {
      font-size: 20px;
      color: #3b3d40;
      font-family: 'ProximaNova-Bold'; }
      @media only screen and (max-width: 767px) {
        .our-expertise .sectionHead p {
          font-size: 17px; } }
  @media only screen and (max-width: 767px) and (max-width: 479px) {
    .our-expertise .sectionHead p {
      font-size: 15px; } }

.expertise-content {
  padding: 90px 0; }
  @media only screen and (max-width: 1199px) {
    .expertise-content {
      padding: 40px 0; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .expertise-content {
      padding: 20px 0; } }

.exper-body-cont {
  text-align: center; }
  .exper-body-cont p {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #aaaaab; }
    @media only screen and (max-width: 1199px) {
      .exper-body-cont p {
        margin-bottom: 30px;
        font-size: 18px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .exper-body-cont p {
      font-size: 16px;
      line-height: 24px; } }
    .exper-body-cont p:last-child {
      margin-bottom: 0; }
  .exper-body-cont ul li {
    line-height: 1.5;
    font-size: 20px;
    color: #aaaaab; }
    @media only screen and (max-width: 1199px) {
      .exper-body-cont ul li {
        font-size: 18px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .exper-body-cont ul li {
      font-size: 16px;
      line-height: 24px; } }
  .exper-body-cont .more-btn {
    margin-top: 40px;
    color: #fff;
    background-color: #e52a27; }
    @media only screen and (max-width: 1199px) {
      .exper-body-cont .more-btn {
        margin-top: 25px; } }
    .exper-body-cont .more-btn:before {
      background-color: #e52a27;
      opacity: 0;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .exper-body-cont .more-btn:hover {
      color: #e52a27;
      border-color: transparent; }
      .exper-body-cont .more-btn:hover:before {
        opacity: 1;
        background-color: #fff;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }

.expert-figure-bx {
  height: 366px;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 1199px) {
    .expert-figure-bx {
      height: 230px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .expert-figure-bx {
      height: 120px; } }

/*our people*/
@media only screen and (max-width: 1199px) {
  .our-people-pag .sectionHead h3 {
    font-size: 23px; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .our-people-pag .sectionHead h3 {
      font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .our-people-pag .culture-sction h3 {
    font-size: 25px; } }

.figure_bxxx {
  margin-bottom: 48px; }
  .figure_bxxx figure {
    display: inline-block;
    width: 284px;
    height: 284px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (max-width: 1199px) {
      .figure_bxxx figure {
        width: 200px;
        height: 200px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%; } }
  @media only screen and (max-width: 1199px) and (max-width: 767px) {
    .figure_bxxx figure {
      width: 150px;
      height: 150px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; } }

.our-people-pag .more-btn {
  color: #fff;
  background-color: #e52a27;
  margin-top: 20px; }
  .our-people-pag .more-btn:before {
    background-color: #e52a27;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .our-people-pag .more-btn:hover {
    color: #e52a27;
    border-color: transparent; }
    .our-people-pag .more-btn:hover:before {
      opacity: 1;
      background-color: #fff;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
