/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999999999999;
  background: #fff;
}

.loader-content {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}


.b-cube {
  background: #33abde;
}


.cube1, .cube2 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


body * {
  -webkit-text-size-adjust: none;
}


input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

input, textarea, select {
  font-family: Arial, sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
}

a, a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-family: 'Montserrat', sans-serif, Arial;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

p {
  font-family: 'Maven Pro';
  letter-spacing: 1px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*table*/


/*buttons*/
/*nopadding class*/
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
/*content wrapper*/


/*body class with moved header*/
body.header-moved #content-wrapper {
  padding-top: 244px;
}
/*container to display above header*/


/*text styles*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
}


p {
  font-family: "Maven Pro";
}

/*map*/
#map-canvas {
  height: 660px;
  background: #485b77;
}

.block #map-canvas {
  margin-bottom: 60px;
}
/*video player*/

@media (max-width: 991px) {

  #content-wrapper, body.header-moved #content-wrapper {
    padding-top: 50px;
  }


  #map-canvas {
    height: 300px;
  }

  .block #map-canvas {
    margin-bottom: 30px;
  }
}


.block-title {
  color: #196575;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 23px;
  word-wrap: break-word;
}

@media screen and (max-width: 481px) {
  .block-title {
    font-size: 23px;
    margin-bottom: 5px
  }
  .sub-title {
    font-size: 14px !important;
  }

}
.sub-title {
  max-width: 560px;
  color: #8b989b;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
  padding: 0 15px 80px;
  font-family: 'Maven Pro';
  letter-spacing: 0;
}


@-webkit-keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}
@-ms-keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}
@keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}

.module .content {
  width: 60%;
  font-size: 14px;
  line-height: 22px;
  color: #2c2c2c;
  font-family: 'Maven Pro';
  letter-spacing: 1px;
  float: left;
}
@media screen and (max-width: 992px) {
  .module .content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 992px) {
}


.arrow-down {
  width: 18px;
  height: 18px;
  background: url("../img/demo/down-arrow.png");
  position: absolute;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
  -webkit-animation: scroll-arrow 750ms ease-in-out infinite alternate;
  animation: scroll-arrow 750ms ease-in-out infinite alternate;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 7- PLUGINS STYLE  */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  height: inherit !important;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: inherit !important;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  height: inherit !important;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */


/* Smart Consulting Custom */
.header.shrink #logo img {
    width:99px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.header.shrink .nav {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
        top: 27px;
    transition: all 0.2s;
}
.header.shrink .nav li a {
      -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
        font-size: 13px;
}

.aboutus .sub-title {max-width: 1000px !important;color:#8b989b;padding:0;}
.aboutus .block-title {color:#333333;padding:0;}
.swiper-container {
  /* Specify Swiper's Size: */
  width: 100%;
  height: auto;
}

.swiper-slide {
  /* Specify Slides's Size: */
  width: 100%;
  height: 100%;
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  background: transparent;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  position: relative;
  margin: 8px;
  border-radius: 50%;
}
.swiper-pagination-switch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.swiper-active-switch {
  border-color: #fff;
}
/* Magnific Popup CSS */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
}
@media all and (max-width: 900px) {
}


/*

====== "Hinge" close effect ======

*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#logo {
  margin: 0 0 20px 15px;
  float: left;
}

#logo img {
  width:140px;

}
@media screen and (max-width: 992px) {
  #logo {
    margin: 0 0 15px 15px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
 background:rgba(255,255,255, 1);


  padding-top: 12px;
    overflow: hidden;
  transition: background 0.3s linear;
}
.header > .container {
  position: relative;
}
@media screen and (max-width: 992px) {
  .header {
    background: rgba(255, 255, 255, 0.97);
    padding-top: 15px;
  }
}

.nav {
  position: absolute;
  top: 35px;
  right: 15px;
  z-index: 200;
}
@media screen and (max-width: 992px) {
  .nav {
    display: none;
    width: 100%;
    margin-right: 0;
  }
}

.nav li {
  list-style: none;
  float: left;
  margin: 0 25px 0 0;
}
.nav li a {
  color: #33abde;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom:5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s linear;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .nav li a {
    display: block;
    border: none;
    border-top: 1px solid #074C97;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 14px;
  }
}
.nav li a:hover {
  border-color: #069AD7;
}
@media screen and (max-width: 992px) {
  .nav li a:hover {
    background: #074C97;
    color: #fff;
  }
}
.nav li:last-of-type {
  margin-right: 0;
}
.nav li.active a {
  border-color: #33abde;
}

.menu-button, .m-menu-button {
  width: 30px;
  height: 18px;
  position: absolute;
  right: 15px;
  display: none;
  cursor: pointer;
  margin-top: 17px;
}
.menu-button span, .m-menu-button span {
  height: 2px;
  margin-top: 10px;
  background: #03dcd4;
  display: block;
  position: relative;
  top: 0;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 992px) {
  .menu-button, .m-menu-button {
    display: block;
  }
}
.menu-button span:first-child, .m-menu-button span:first-child {
  margin-top: 0;
}
.menu-button.active span:nth-child(1), .m-menu-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.menu-button.active span:nth-child(2), .m-menu-button.active span:nth-child(2) {
  opacity: 0;
  top: 7px;
}
.menu-button.active span:nth-child(3), .m-menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -17px;
}

.m-menu-button {
  transition: top 0.4s ease;
}
.m-menu-button.active span {
  color: #164b9b;
}
.m-menu-button.active {
  top: 5px;
}
.ftr-nav-container {
    background: #069AD7;
    color:#fff;
    padding: 10px 0;
    font-size:13px;
    font-weight: normal;
    font-family: "Maven Pro";
}
.footer-left {line-height: 27px}
.footer-right {text-align: right}
.majestic {

    margin: 0;
    width: 25px;
}

/*----------SERVICES----------------------*/
.serv {
  border-bottom: 1px solid #eeeef0;
}


.services {
  width: 100%;
  min-height: 800px;
  left: 0;
  top: 0;
  background: rgba(53, 55, 62, 0.85);
}
@media screen and (max-width: 992px) {
  .services {
    min-height: 100%;
    padding: 100px 15px;
  }
}
@media screen and (max-width: 768px) {
  .services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.serv-description {
  border: 5px solid #ffffff;
  text-align: center;
  padding: 50px 20px 45px 20px;
  margin: 0 auto;
  min-width: 350px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .serv-description {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    max-width: 380px;
    margin: 0 auto;
    min-width: 100%;
  }
}


.serv-item {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .serv-item {
    padding: 0 15px;
  }
}

.service {
  text-align: center;
  margin-top: 115px;
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .service {
    margin-top: 50px;
  }
}

.service img {
  display: inline-block;
  margin: auto;
  opacity: 0.45;
}

.service h6 {
  text-transform: uppercase;
  font-family: 'Montserrat';
  color: #acafba;
  margin-top: 33px;
  font-size: 13px;
}

.active-item h6 {
  color: #35373e;
}

.active-item img {
  opacity: 1;
}

.service:hover h6 {
  color: #35373e;
}

.service:hover img {
  opacity: 1;
}

/*----------WORK PROCESS----------------------*/
.work-process {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .work-process {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

.work-img {
  display: block;
  vertical-align: top;
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .work-img {
    width: 100%;
  }
}
.work-img:hover .work-description {
  bottom: 0;
}

.work-img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 479px) {
  .work-img img {
    width: 100%;
  }
}


.view {
  text-align: center;
  margin-top: 70px;
  display: inline-block;
  color: #acafba;
}
.view:hover {
  color: #acafba;
}
/*----------TEAM----------------------*/
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 992px) {
}


.team .pagination {
  display: none;
}


.arrow-left {
  margin-right: 90px;
}


.a-arrow .arrow-left {
  left: 0;
}
.a-arrow .arrow-right {
  right: 0;
}
@media screen and (max-width: 992px) {
}


.our-progress {
  margin-top: 45px;
}

.our-progress h5 {
  font-family: 'Montserrat';
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
  background: none;
}

.our-progress > div {
  display: inline-block;
}

.line .line-active {
  position: absolute;
  left: 0;
  top: 0;
  background: #35373e;
  height: 2px;
  width: 0;
  transition: width 3s linear;
}

.line-active span {
  position: absolute;
  right: 0;
  top: -12px;
  padding: 7px 10px;
  background: #acafba;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
}
.line-active span:after {
  content: '%';
}

/*----------FROM BLOG----------------------*/
.aboutus {
    text-align: center;
    padding-top: 140px;
    padding-bottom: 140px;
    background: #fff;
    width: 100%;

}

.aboutus .sub-title {padding-bottom: 80px}
@media screen and (max-width: 992px) {
  .aboutus {
    padding-top: 70px;
  }
}


@media (max-width: 991px) {
  .aboutus {
    padding-bottom: 40px;
  }

  .from-blog h2 {
    margin-top: 40px;
  }

  .from-blog p, .post p {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .post img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .aboutus {
    padding-bottom: 40px;
  }

  .from-blog h2 {
    margin-top: 40px;
  }

  .from-blog p, .post p {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .post img {
    width: 100%;
    height: auto;
  }
}

.pagination {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
}

.ts-pagination .swiper-pagination-switch {
  width: 10px !important;
  height: 10px !important;
  background: #eeeef0;
  margin: 0 6px;
  cursor: pointer;
  border: none;
}

.ts-pagination .swiper-active-switch {
  background: #35373e !important;
  border: none;
}
/*----------LOGO BLOCK----------------------*/

@media (max-width: 991px) {
}
@media screen and (max-width: 992px) {
}


.contact-us {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .contact-us {
    padding-bottom: 30px;
  }
}

.contact-us p {
  color: #acafba;
}

.contact-info h5 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 50px;
  color: #333;
}

.contact-info h5:first-child {
  margin-top: 0;
}

.contact-info p {
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.phone {
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  text-decoration: none;
  color: #acafba;
  transition: color 0.3s linear;
  font-family: 'Maven Pro';
  letter-spacing: 0;
}

.input-style {
  background: #eeeef0;
  padding: 16px 19px;
  color: #acafba;
  font-family: 'Maven Pro';
  font-size: 13px;
  display: inline-block;
  border: none;
  margin-bottom: 30px;
  border: 1px solid transparent;
}

.mail-us {
  color: #acafba;
  transition: color 0.3s linear;
}

.contact-us input[type=text] {
  width: 47%;
  margin-right: 6%;
  float: left;
}

.contact-us input[type=email] {
  width: 47%;
  float: left;
}

.contact-us input[type=tel] {
  width: 47%;
  float: left;
}

.tx-style {
  width: 100%;
  height: 150px;
  background: #eeeef0;
  padding: 16px 19px;
  color: #acafba;
  font-family: 'Maven Pro';
  font-size: 13px;
  margin-bottom: 40px;
  border: none;
  resize: none;
}

.contact-us input.send, .contact-us button {
  font-size: 13px;
  text-transform: uppercase;
  color: #074C97;
  display: block;
  opacity: 1;
  text-decoration: none;
  background: #fff;
  padding:10px 35px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif, Arial;
  border:2px #074C97 solid;
}


@media (max-width: 992px) {


  .contact-us p {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .contact-info h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .contact-info p {
    margin-top: 0;
  }

  .contact-us input {
    margin-bottom: 10px;
  }

  .contact-us textarea {
    margin-bottom: 40px;
  }

  .contact-us input[type=text] {
    width: 100%;
    margin-right: 0;
  }

  .contact-us input[type=email] {
    width: 100%;
  }

  .contact-us input[type=tel] {
    width: 100%;
  }
}
@media (max-width: 767px) {


  .contact-us p {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .contact-info h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .contact-info p {
    margin-top: 0;
  }

  .contact-us input {
    margin-bottom: 10px;
  }

  .contact-us textarea {
    margin-bottom: 20px;
    height: 100px;
  }

  .contact-us input[type=text] {
    width: 100%;
    margin-right: 0;
  }

  .contact-us input[type=email] {
    width: 100%;
  }

  .contact-us input[type=tel] {
    width: 100%;
  }
}

.b-block-title {
  color: #333333 !important;
}


/*----------HEADER----------------------*/
.b-header {
  background: transparent;
  transition: background 0.3s linear;
}
@media screen and (max-width: 992px) {
  .b-header {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 992px) {
}

.b-nav li.active a {
  color: #33abde;
  border-color: #33abde;
}
@media screen and (max-width: 992px) {
  .b-nav li.active a {
    background: #33abde;
    color: #fff !important;
    border-color: #33abde;
  }
}

.b-header-active {
  background: rgba(0, 0, 0, 0.9);
}

.bs-menu-button span {
  background: #33abde;
}

/*-------------------- 13-BLOCK-TYPE-1 ------------*/
body.red .w-banner {
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
@media screen and (max-width: 1200px) {
  body.red .w-banner {
    min-height: 700px;
  }
}
@media screen and (max-width: 992px) {
  body.red .w-banner {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  body.red .w-banner {
    min-height: 530px;
  }
}
@media screen and (max-width: 481px) {
  body.red .w-banner {
    min-height: 480px;
  }
}

body.red .w-banner {
  background-image: none;
}

body.red .w-banner .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 1200px) {
  body.red .w-banner .swiper-slide {
    min-height: 700px;
  }
}


body.red .w-banner .swiper-slide:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

body.red .w-banner .pagination {
  display: none;
}

.content-red {
  margin-top: 300px;
  padding: 0  40px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .content-red {
    margin-top: 175px;
  }
}
@media screen and (max-width: 768px) {
  .content-red {
    text-align: center;
    margin-top: 271px;
    padding: 50px 15px 50px;
  }
  .content-red br {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .content-red {
    padding-bottom: 0;
    margin-top:122px;
  }
}

.content-red h1, .content-red h2 {
  text-transform: uppercase;
  font-size: 46px;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .content-red h1, .content-red h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .content-red h1, .content-red h2 {
    font-size: 36px;
    text-align: center;
  }
  .content-red h1 br, .content-red h2 br {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .content-red h1, .content-red h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 25px;
  }
}

.content-red h1 span, .content-red h2 span {
  color: #33abde;
}

.content-red p {
  color: #fff;
  line-height: 28px;
  margin-bottom: 50px;
  font-size:15px;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .content-red p {
    text-align: center;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 481px) {

  .content-red p {
    max-width: 100%;
    margin: 0 auto 70px;
    line-height: 23px;
    font-size: 14px;
  }
}

.banner-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .banner-nav {
    display: none;
  }
}

.banner-navigation {
  text-align: center;
  border-bottom: 10px solid transparent;
  height: 120px;
  cursor: pointer;
}
.banner-navigation.active {
  border-color: #33abde;
}

.banner-navigation img {
  display: inline-block;
}

.banner-navigation h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat';
  padding: 30px 0;
  color: #fff;
}

.active-nav, .banner-navigation:hover {
  border-color: #33abde;
}

@media (max-width: 991px) {


  .content p {
    margin-top: 25px;
  }

  .banner-nav {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {


  .content p {
    margin-top: 25px;
  }

  .banner-nav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .pagination-bs {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 23px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .pagination-bs .swiper-pagination-switch {
    background: #fff;
    cursor: pointer;
  }
  .pagination-bs .swiper-active-switch {
    background: #33abde;
  }
}

/*-------------------- 13-BLOCK-TYPE-2 ------------*/
.serv {
  padding-top: 136px;
}
@media screen and (max-width: 992px) {
  .serv {
    padding-top: 70px;
  }
}


body.red .service {
  text-align: center;
  margin-top: 0;
  opacity: 0.7;
  cursor: pointer;
}

body.red .service img {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  opacity: 0.45;
}

body.red .service:hover {
  opacity: 1;
}

body.red .active-serv img {
  opacity: 1;
}

body.red .service p {
  text-align: center;
  line-height: 52px;
}

body.red .service h5 {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 25px;
  color: #000;
  text-align: center;
  line-height: 21px;
  margin-bottom: 30px;
}

body.red .active-serv h5, body.red .active-serv {
  color: #33abde;
  opacity: 1;
}

.detail {
  background-color: #33abde;
}
.markets {margin-bottom:50px;}
.detail h4.materials {line-height:36px;padding-top:50px;}
.detail h4.capture {padding-top:20px;}
.detail h4.systems {padding-top:20px;font-size: 23px;}
.detail h4.centre {padding-top:24px;}
.detail h4.gov {padding-top:10px;}

.service-detail {
  padding: 15px;
  background-color: #33abde;
  min-height: 500px;
}
@media screen and (max-width: 992px) {
  .service-detail {
    min-height: 100%;
    height: auto;
  }
}

.service-detail > div {
  padding-top:47px;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .service-detail > div {
    height: auto;
    padding: 50px 0;
  }
}

.service-detail h4 {
  font-size: 28px;
  max-width: 75%;
  margin: 0 auto 30px;
  color: #fff;
  text-transform: uppercase;
}
.service-detail p {
  line-height: 25px;
  font-size: 15px;
  color: #b1e8ff;
  margin: 0 auto 30px;
  max-width: 75%;
}

.read-more {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.service-detail .read-more:before {
    margin: 0 auto 30px;
    max-width: 75%;
}
.service-detail .read-more {
    color: #fff;
    border: 2px #fff solid;
    font-size: 14px;
    padding: 12px 15px;
    display: block;
    width: 180px;
    text-align: center;
}

.detail {
  display: none;
}

.current-det {
  display: block;
}

.detail .row {
  position: relative;
}

.serv-pic {
  position: absolute;
  padding: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  right: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .serv-pic {
    display: none;
  }
}

@media (max-width: 991px) {


  .service-detail {
    padding: 1px 10px;
  }
}
@media screen and (max-width: 991px) and (max-width: 992px) {
  .service-detail {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.red .service {
    margin-bottom: 20px;
  }

  body.red .service h5 {
    margin-top: 15px;
  }

  .service-detail h4 {
    margin-top: 80px;
    margin-bottom: 25px;
  }

  .service-detail p {
    line-height: 22px;
  }

  .service-detail .read-more {
    margin-top: 35px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {


  .service-detail {
    padding: 1px 10px;
  }

  body.red .service {
    margin-bottom: 20px;
  }

  body.red .service h5 {
    margin-top: 15px;
  }

  .service-detail h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .service-detail p {
    line-height: 22px;
  }

  .service-detail .read-more {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/*-------------------- 13-BLOCK-TYPE-3 ------------*/
.history {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 100px;
  padding-top: 136px;
}
@media screen and (max-width: 992px) {
  .history {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}


.story-date {
  padding: 13px 19px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  max-width: 50%;
  text-align: center;
  background-color: #33abde;
  position: absolute;
  top: 103px;
  left: 27%;
  z-index: 1;
}


p.history-p {
  color: #888888;
  line-height: 26px;
  text-align: center;
  padding: 0 25px;
}


.swiper-slide-visible .story-date {
  opacity: 1;
}


.swiper-slide-visible.swiper-slide-active .story-description {
  opacity: 1;
}

.swiper-slide-visible.swiper-slide-active .story-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-slide-visible.swiper-slide-active .story-date {
  opacity: 0;
}

.history .pagination {
  display: none;
}

@media (max-width: 991px) {


  .history {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {


  .history {
    padding-bottom: 50px;
  }
}
/*-------------------- 13-BLOCK-TYPE-4 ------------*/
.work-process {
  padding-top: 136px;
}

@media (max-width: 991px) {

  .process {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .process {
    margin-bottom: 20px;
  }
}
/*-------------------- 13-BLOCK-TYPE-5 ------------*/
.our-projects {
      background: #f9f9f9;
}

.our-projects > .container-fluid {
  padding-top: 136px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .our-projects > .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}


.project-desk {
  width: 20%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  float: left;
}
@media screen and (max-width: 992px) {
  .project-desk {
    width: 50%;
  }
}
@media screen and (max-width: 481px) {
  .project-desk {
    width: 100%;
  }
}

.logo-d {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
}

.project-mon {
  opacity: 0;
  width: 100%;
  position: relative;
}

.project-mon img {
  width: 100%;
  height: auto;
}

.project-desk:hover .project-mon {
  opacity: 1;
}

.project-desk:hover .logo-d {
  display: none;
}

.logo-ds {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}

.logo-ds h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 13px;
}

.logo-ds p {
  font-size: 14px;
  text-align: center;
  padding: 0 15px 25px 15px;
  color: #888888;
}

@media (max-width: 991px) {
  .our-projects {
    margin-top: 25px;
  }


  .our-projects > .container-fluid {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .our-projects {
    margin-top: 25px;
  }


  .our-projects > .container-fluid {
    padding-bottom: 15px;
  }
}
/*-------------------- 13-BLOCK-TYPE-6 ------------*/


/*-------------------- 13-BLOCK-TYPE-9------------*/
#map-canvas {
  height: 400px;
  background: #485b77;
}

.red-form .send {
  color: #33abde;
  opacity: 0.7;
}

.red-form .send:hover {
  opacity: 1;
}

.red-form .send:after {
  content: url(../img/arrow.png);
  margin-left: 8px;
  opacity: 0.7;
}

.red-form .send:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  #map-canvas {
    height: 250px;
  }
}


body.red .contact {
  padding-top: 81px;
  border-top: 1px solid #ededed;
}
@media screen and (max-width: 992px) {
  body.red .contact {
    padding-top: 70px;
  }
}

body.red .contact-us {
  margin-top: 90px;
}

body.red .contact-us p, body.red .contact-us a {
  color: #888;
}

body.red .contact-us a:hover {
  color: #074C97;
}

body.red .input-style, body.red .tx-style {
  background: #f2f2f2;
  color: #888;
}
body.red .input-style::-webkit-input-placeholder, body.red .tx-style::-webkit-input-placeholder {
  color: #888;
}
body.red .input-style::-moz-placeholder, body.red .tx-style::-moz-placeholder {
  color: #888;
}
body.red .input-style:-moz-placeholder, body.red .tx-style:-moz-placeholder {
  color: #888;
}
body.red .input-style:-ms-input-placeholder, body.red .tx-style:-ms-input-placeholder {
  color: #888;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUSINESS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.service img, .service h6 {
  transition: all 700ms ease-out;
  -ms-transition: all 700ms ease-out;
}

.process h6 {
  color: #acafba;
  font-size: 14px;
  margin-top: 28px;
  text-transform: uppercase;
}

.process:hover h6 {
  color: #35373e;
}

.process img {
  display: inline-block;
  margin: auto;
}


@media screen and (max-width: 481px) {
  .detail h4 {
    padding-top:0 !important;
    line-height: 22px;
    max-width: 90%;
    margin-top:0;
    font-size: 18px !important;
  }
  .service-detail p {
    max-width: 90%;
    font-size:14px;
    margin-bottom:0;
  }
  .service-detail > div {
    padding:35px 0;
  }
  .content-red *{
    text-align: left !important;
  }
  .aboutus {
    padding-top:10px;
  }
  .aboutus .sub-title {
    padding-bottom: 19px
  }
  .markets {
    margin-bottom: 0;
  }
  .process h6 {
    font-size:11px;
  }
  body.red .service h5 {
    font-size: 12px
  }
  .sub-title {
    padding:0 15px 35px;
  }
  body.red .contact {
    padding-top:38px;
  }
  body.red .contact-us {
    margin-top:25px;
  }
  .contact-us input.send {
    width:100%;
  }
  .footer-right {display: none}
  .footer {text-align: center;}
  #logo img {width:99px;}
  .nav {
    top:78px;
    right:0;
    background:#fff;
  }
    .b-nav li {
    text-align: left !important;
  }
  .b-nav li a {
    padding: 17px;
  }
  .header {overflow: visible;}
  body.red .w-banner .swiper-slide {
    min-height: 535px;
  }
    .nav li {
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
.alert ul{    margin-left: 20px;}
.contact-us .help-block,#success{display: none}
.contact-us .alert-success {    font-family: "Maven Pro";border-radius: 0}
.contact-us .alert-success strong {font-weight: 700}