

.slider1 {
	background: url('../images/slider/slider_1.png');
	border-color: #00a8fd;
}

.slider2 {
	background: url('../images/slider/slider_2.png');
	border-color: #00a8fd;
}

.slider3 {
	background: url('../images/slider/slider_3.png');
	border-color: #becd00;
}

.slider4 {
	background: url('../images/slider/slider_4.png');
	border-color: #fdad1c;
}

.positionrelative {
	position: relative;
}

.maxwidth1400 {
	max-width: 1400px:
}

.zindex2 {
	z-index: 2;
}

.service2 {
	background-image: url('../images/servicesBG/service_2.png');
}

.service1 {
	background-image: url('../images/servicesBG/service_1.png');
}

.service4 {
	background-image: url('../images/servicesBG/service_4.png');
}

.service3 {
	background-image: url('../images/servicesBG/service_3.png');
}

.service5 {
	background-image: url('../images/servicesBG/service_5.png');
}

.service6 {
	background-image: url('../images/servicesBG/service_6.png');
}

.service7 {
	background-image: url('../images/servicesBG/service_7.png');
}

.service8 {
	background-image: url('../images/servicesBG/service_8.png');	
}

.banner5 {
	background: url('../illu/5/5-banner.jpg');
}

.banner3 {
	background: url('../illu/3/3-banner.jpg');
}

.banner4 {
	background: url('../illu/4/4-banner.jpg');
}

.banner8 {
	background: url('../illu/8/8-banner.jpg');
}

.banner2 {
	background: url('../illu/2/2-banner.jpg');
}

.banner6 {
	background: url('../illu/6/6-banner.jpg');
}

.banner7 {
	background: url('../illu/7/7-banner.jpg');
}

.banner1 {
	background: url('../illu/1/1-banner.jpg')	
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
	transition: all 0.5s ease;
}

.custom-button {
  border-width: 1px;
  border-style: solid;
  padding: 10px 29px;
  border-radius: 57px;
  font-weight: 900;
  font-size: 1em;
  display: inline-flex;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-animation-duration: 0.3;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-name: button_hover_out;
  -moz-animation-name: button_hover_out; }
  .custom-button:hover {
    animation-name: button_hover;
    -moz-animation-name: button_hover; }

@keyframes button_hover {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6); }
  100% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.6); } }

@keyframes button_hover_out {
  0% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 9px 9px -8px rgba(0, 0, 0, 0.6); }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6); } }
  .custom-button.button-round {
    padding: 11px 10px; }
  .custom-button.button-arrow-icon {
    position: relative;
    padding-right: 10px; }
    .custom-button.button-arrow-icon:after {
      content: '';
      width: 50px;
      background-image: url("../images/button_arrow_icon.png");
      background-repeat: no-repeat;
      background-position: center; }

a:hover, a:visited, a:active {
  text-decoration: none; }

h3 {
  font-size: 1.719em; }
  @media (min-width: 576px) {
    h3 {
      font-size: 2.0628em; } }
  @media (min-width: 768px) {
    h3 {
      font-size: 2.4066em; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 2.7504em;
      letter-spacing: 3px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 3.438em; } }

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(0, 25px);
    -webkit-transform: translate(0, 25px);
    -moz-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px); }
  to {
    opacity: 1; } }

.fade-in-element {
  -webkit-animation: fade-in 1.35s;
  -moz-animation: fade-in 1.35s;
  -o-animation: fade-in 1.35s;
  animation: fade-in 1.35s; }

.fade-in-element-faster {
  -webkit-animation: fade-in 1.6s ease-in;
  -moz-animation: fade-in 1.6s ease-in;
  -o-animation: fade-in 1.6s ease-in;
  animation: fade-in 1.6s ease-in; }

.hidden {
  opacity: 0;
  transform: translate(0, -25px); }

body.green {
  background-color: #becd00;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b9c800+0,69af23+100 */
  background: #b9c800;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b9c800 0%, #69af23 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b9c800 0%, #69af23 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b9c800 0%, #69af23 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c800', endColorstr='#69af23',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

body.blue {
  background-color: #00a6fb;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a6fb+0,00a6fb+100 */
  background: #00a6fb;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00a6fb 0%, #00a6fb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #00a6fb 0%, #00a6fb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00a6fb 0%, #00a6fb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6fb', endColorstr='#00a6fb',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

body.orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbae1f+0,f78a31+100 */
  background: #fbae1f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fbae1f 0%, #f78a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fbae1f 0%, #f78a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fbae1f 0%, #f78a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbae1f', endColorstr='#f78a31',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.carousel-wrapper {
  position: relative; }
  .carousel-wrapper .slider-hashtag {
    position: absolute;
    bottom: 78px;
    left: 82px;
    font-size: 1.644em;
    color: #ffffff;
    line-height: 1;
    font-weight: 700; }
    @media (max-width: 776px) {
      .carousel-wrapper .slider-hashtag {
        left: 40px;
        bottom: 40px;
        font-size: 1.19em; } }
  .carousel-wrapper .slider-logo {
    position: absolute;
    bottom: 78px;
    right: 78px; }
    @media (max-width: 776px) {
      .carousel-wrapper .slider-logo {
        right: 40px;
        bottom: 40px; }
        .carousel-wrapper .slider-logo img {
          max-width: 110px;
          height: auto; } }
  .carousel-wrapper .contact-us-wrapper {
    position: absolute;
    top: 22px;
    right: 70px; }
    @media (max-width: 776px) {
      .carousel-wrapper .contact-us-wrapper {
        top: 5px;
        left: 40px; } }
    .carousel-wrapper .contact-us-wrapper .contact-us {
      background-color: #ffffff;
      border: none;
      color: #353a3d;
      font-size: 0.894em; }
  .carousel-wrapper .slider-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(53, 58, 61, 0.58); }
  .carousel-wrapper #tractebel-carousel .carousel-control-prev {
    width: auto;
    opacity: 1;
    left: 17px; }
    @media (max-width: 767px) {
      .carousel-wrapper #tractebel-carousel .carousel-control-prev {
        display: none; } }
    .carousel-wrapper #tractebel-carousel .carousel-control-prev .carousel-control-prev-icon {
      background-image: url("../images/arrow_left.svg");
      width: 50px;
      height: 50px;
      transition: all 0.2s ease; }
      .carousel-wrapper #tractebel-carousel .carousel-control-prev .carousel-control-prev-icon:hover {
        width: 55px;
        height: 55px; }
  .carousel-wrapper #tractebel-carousel .carousel-control-next {
    opacity: 1;
    width: auto;
    right: 17px; }
    @media (max-width: 767px) {
      .carousel-wrapper #tractebel-carousel .carousel-control-next {
        display: none; } }
    .carousel-wrapper #tractebel-carousel .carousel-control-next .carousel-control-next-icon {
      background-image: url("../images/arrow_right.svg");
      height: 50px;
      width: 50px;
      transition: all 0.2s ease; }
      .carousel-wrapper #tractebel-carousel .carousel-control-next .carousel-control-next-icon:hover {
        width: 55px;
        height: 55px; }
  .carousel-wrapper #tractebel-carousel .carousel-indicators {
    bottom: 50px; }
    @media (max-width: 767px) {
      .carousel-wrapper #tractebel-carousel .carousel-indicators {
        display: none; } }
    .carousel-wrapper #tractebel-carousel .carousel-indicators li {
      height: 7px;
      width: 7px;
      border-radius: 50%;
      margin-left: 10px;
      margin-right: 10px; }
  .carousel-wrapper #tractebel-carousel .slide-wrapper {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important; }
  .carousel-wrapper #tractebel-carousel .slide-wrapper-general {
    border: 43px solid; }
    @media (max-width: 991px) {
      .carousel-wrapper #tractebel-carousel .slide-wrapper-general {
        border: 35px solid; } }
    @media (max-width: 776px) {
      .carousel-wrapper #tractebel-carousel .slide-wrapper-general {
        border: 25px solid; } }
    .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide {
      height: 100%;
      width: 100%;
      display: flex;
      max-width: 1400px; }
      @media (max-width: 991px) {
        .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide {
          flex-direction: column; } }
      .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-left-half {
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px; }
        .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-left-half img {
          width: 407px;
          height: auto; }
        @media (max-width: 1350px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-left-half img {
            max-width: 350px;
            height: auto; } }
        @media (max-width: 1200px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-left-half img {
            max-width: 320px;
            height: auto; } }
        @media (max-width: 991px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-left-half {
            width: auto;
            align-items: center;
            height: 60%; } }
        @media (max-width: 767px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-left-half {
            padding: 0; }
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-left-half img {
              max-width: 70%;
              margin-left: 20px;
              height: auto; } }
      .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half {
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 30px; }
        @media (max-width: 1350px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half {
            font-size: 0.9em; } }
        @media (max-width: 1200px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half {
            font-size: 0.8em; } }
        @media (max-width: 991px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half {
            width: auto;
            align-items: center;
            padding: 0 30px;
            justify-content: flex-start; } }
        @media (max-width: 556px) {
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half {
            padding: 0 20px; } }
        .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half > * {
          width: 500px; }
          @media (max-width: 1350px) {
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half > * {
              width: 450px; } }
          @media (max-width: 991px) {
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half > * {
              width: auto;
              max-width: 450px; } }
        .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h3 {
          color: #ffffff;
          font-size: 1.438em;
          font-weight: 600;
          letter-spacing: 1px;
          margin: 0; }
          @media (max-width: 991px) {
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h3 {
              font-size: 1.2223em; } }
          @media (max-width: 767px) {
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h3 {
              text-align: center; } }
        .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2 {
          font-size: 2.500em;
          font-weight: 700;
          color: #ffff;
          margin: 0;
          line-height: 1.1;
          font-family: 'Lato','Kulim Park', sans-serif;
          max-width: 450px; }
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2 span {
            color: #00a8fd; }
          @media (max-width: 991px) {
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2 {
              text-align: center; } }
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2.title-mobility {
            color: #ffff; }
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2.title-mobility span {
              color: #00a8fd; }
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2.title-energy {
            color: #ffff; }
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2.title-energy span {
              color: #becd00; }
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2.title-infrastructure {
            color: #ffff; }
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2.title-infrastructure span {
              color: #fdad1c; }
          @media (max-width: 991px) {
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half h2 {
              font-size: 2.125em;
              margin-top: 20px; } }
        .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half .watch-video {
          display: flex;
          align-items: center;
          margin-top: 53px;
          cursor: pointer; }
          @media (max-width: 991px) {
            .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half .watch-video {
              justify-content: center;
              flex-direction: column;
              margin-top: 40px; }
              .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half .watch-video .video-play-icon {
                margin-bottom: 15px; } }
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half .watch-video .video-play-icon {
            width: 42px;
            height: 42px;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("../images/play_button.svg");
            margin-bottom: 10px; }
          .carousel-wrapper #tractebel-carousel .slide-wrapper-general .slide .slide-right-half .watch-video .video-text {
            font-size: 1em;
            text-transform: uppercase;
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 2px;
            padding-left: 17px; }

.headerV2 {
  position: relative;
  margin: 42px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .headerV2 {
      margin: 35px; } }
  @media (max-width: 776px) {
    .headerV2 {
      margin: 25px; } }
  .headerV2 .header-hashtag {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 1.644em;
    color: #ffffff;
    line-height: 1;
    font-weight: 700; }
    @media (max-width: 776px) {
      .headerV2 .header-hashtag {
        left: 40px;
        bottom: 40px;
        font-size: 1.19em; } }
  .headerV2 .header-logo {
    position: absolute;
    bottom: 40px;
    right: 40px; }
    @media (max-width: 776px) {
      .headerV2 .header-logo {
        right: 40px;
        bottom: 40px; }
        .headerV2 .header-logo img {
          max-width: 110px;
          height: auto; } }
  .headerV2 .header-button-wrapper {
    position: absolute;
    top: -19px;
    left: -19px;
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .headerV2 .header-button-wrapper .contact-us {
      background-color: #ffffff;
      border: none;
      color: #353a3d;
      font-size: 0.894em; }
    .headerV2 .header-button-wrapper .home-button {
      background-color: #ffffff;
      border: none;
      color: #353a3d;
      font-size: 0.894em; }
  .headerV2 .slider-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(53, 58, 61, 0.58); }
  .headerV2 .header-content-container .carousel-control-prev {
    width: auto;
    opacity: 1;
    left: 17px; }
    @media (max-width: 1200px) {
      .headerV2 .header-content-container .carousel-control-prev {
        left: 10px; } }
    @media (max-width: 991px) {
      .headerV2 .header-content-container .carousel-control-prev {
        display: none; } }
    .headerV2 .header-content-container .carousel-control-prev .carousel-control-prev-icon {
      background-image: url("../images/arrow_left.svg");
      width: 50px;
      height: 50px;
      transition: all 0.2s ease; }
      @media (max-width: 1200px) {
        .headerV2 .header-content-container .carousel-control-prev .carousel-control-prev-icon {
          width: 35px;
          height: 35px; } }
      .headerV2 .header-content-container .carousel-control-prev .carousel-control-prev-icon:hover {
        width: 55px;
        height: 55px; }
        @media (max-width: 1200px) {
          .headerV2 .header-content-container .carousel-control-prev .carousel-control-prev-icon:hover {
            width: 40px;
            height: 40px; } }
  .headerV2 .header-content-container .carousel-control-next {
    opacity: 1;
    width: auto;
    right: 17px; }
    @media (max-width: 1200px) {
      .headerV2 .header-content-container .carousel-control-next {
        right: 10px; } }
    @media (max-width: 991px) {
      .headerV2 .header-content-container .carousel-control-next {
        display: none; } }
    .headerV2 .header-content-container .carousel-control-next .carousel-control-next-icon {
      background-image: url("../images/arrow_right.svg");
      height: 50px;
      width: 50px;
      transition: all 0.2s ease; }
      @media (max-width: 1200px) {
        .headerV2 .header-content-container .carousel-control-next .carousel-control-next-icon {
          width: 35px;
          height: 35px; } }
      .headerV2 .header-content-container .carousel-control-next .carousel-control-next-icon:hover {
        width: 55px;
        height: 55px; }
        @media (max-width: 1200px) {
          .headerV2 .header-content-container .carousel-control-next .carousel-control-next-icon:hover {
            width: 40px;
            height: 40px; } }
  .headerV2 .header-content-container .carousel-indicators {
    bottom: 50px; }
    @media (max-width: 767px) {
      .headerV2 .header-content-container .carousel-indicators {
        display: none; } }
    .headerV2 .header-content-container .carousel-indicators li {
      height: 7px;
      width: 7px;
      border-radius: 50%;
      margin-left: 10px;
      margin-right: 10px; }
  .headerV2 .header-content-container .header-wrapper {
	  height:488px !important;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important; }
  .headerV2 .header-content-container .header-wrapper-general .slide {
    height: 100%;
    width: 100%;
    display: flex;
    max-width: 1400px; }
    @media (max-width: 991px) {
      .headerV2 .header-content-container .header-wrapper-general .slide {
        flex-direction: column; } }
    .headerV2 .header-content-container .header-wrapper-general .slide .slide-left-half {
      height: 100%;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px; }
      .headerV2 .header-content-container .header-wrapper-general .slide .slide-left-half img {
        width: 407px;
        height: auto; }
      @media (max-width: 1350px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .slide-left-half img {
          max-width: 350px;
          height: auto; } }
      @media (max-width: 1200px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .slide-left-half img {
          max-width: 320px;
          height: auto; } }
      @media (max-width: 991px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .slide-left-half {
          width: auto;
          align-items: center;
          height: 60%; } }
      @media (max-width: 767px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .slide-left-half {
          padding: 0; }
          .headerV2 .header-content-container .header-wrapper-general .slide .slide-left-half img {
            max-width: 70%;
            margin-left: 20px;
            height: auto; } }
    .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half {
      height: 100%;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 30px; }
      @media (max-width: 1350px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half {
          font-size: 0.9em; } }
      @media (max-width: 1200px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half {
          font-size: 0.8em; } }
      @media (max-width: 991px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half {
          width: auto;
          align-items: center;
          padding: 0 30px;
          justify-content: flex-start; } }
      @media (max-width: 556px) {
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half {
          padding: 0 20px; } }
      .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .carousel-inner {
        height: 100%;
        width: 330px;
        display: flex;
        align-items: center; }
        @media (max-width: 1350px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .carousel-inner {
            width: 340px; } }
        @media (max-width: 991px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .carousel-inner {
            width: auto;
            max-width: 450px; } }
      .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h3 {
        color: #ffffff;
        font-size: 1.438em;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0; }
        @media (max-width: 991px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h3 {
            font-size: 1.2223em; } }
        @media (max-width: 767px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h3 {
            text-align: center; } }
      .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2 {
        font-size: 2.500em;
        font-weight: 900;
        color: #ffff;
        margin: 0;
        line-height: 1.2;
        font-family: 'Lato','Kulim Park', sans-serif;
        max-width: 450px;
        margin: 0 auto; }
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2 span {
          color: #00a8fd; }
        @media (max-width: 1200px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2 {
            font-size: 1.9em; } }
        @media (max-width: 991px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2 {
            text-align: center; } }
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2.title-mobility {
          color: #ffff; }
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2.title-mobility span {
            color: #00a8fd; }
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2.title-energy {
          color: #ffff; }
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2.title-energy span {
            color: #becd00; }
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2.title-infrastructure {
          color: #ffff; }
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2.title-infrastructure span {
            color: #fdad1c; }
        @media (max-width: 991px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half h2 {
            font-size: 2.125em;
            margin-top: 20px; } }
      .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .watch-video {
        display: flex;
        align-items: center;
        margin-top: 53px;
        cursor: pointer; }
        @media (max-width: 991px) {
          .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .watch-video {
            justify-content: center;
            flex-direction: column;
            margin-top: 40px; }
            .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .watch-video .video-play-icon {
              margin-bottom: 15px; } }
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .watch-video .video-play-icon {
          width: 42px;
          height: 42px;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("../images/play_button.svg");
          margin-bottom: 10px; }
        .headerV2 .header-content-container .header-wrapper-general .slide .header-right-half .watch-video .video-text {
          font-size: 1em;
          text-transform: uppercase;
          color: #ffffff;
          font-weight: 600;
          letter-spacing: 2px;
          padding-left: 17px; }

/**video lightbox***/
.bitsia_video_lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(51, 49, 49, 0.69);
  background-color: rgba(0, 0, 0, 0.69);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000; }

.holder {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 300px;
  position: relative; }

.frame {
  width: 100%;
  height: 100%; }

.frame1 {
  width: 100%;
  height: 100%;
  border: 0px; }

.holder2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 251, 251, 0);
  cursor: pointer; }

.frame-holder {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  -webkit-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 23px -6px rgba(0, 0, 0, 0.6);
  position: relative; }

.close_btn {
  cursor: pointer;
  color: #0F0F0F;
  width: 25px;
  height: 21px;
  background-color: #cac8c8;
  margin-top: 11px;
  border-radius: 62px;
  padding-top: 4px;
  text-align: center;
  float: right; }

.close_btn_fancy {
  cursor: pointer;
  color: #0F0F0F;
  width: 34px;
  height: 34px;
  border-radius: 62px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -17px;
  background-image: url(../images/close_btn_fancy.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10001; }

.video_border {
  width: 75%;
  height: 80.5%;
  padding: 9px;
  margin: auto;
  margin-top: 6%; }

@media (min-width: 991px) {
  .page-template-internships .video_border {
    width: 550px;
    height: 550px; } }

@media (min-width: 1680px) {
  .page-template-internships .video_border {
    width: 850px;
    height: 850px; } }

@media (min-width: 1680px) and (max-height: 900px) {
  .page-template-internships .video_border {
    width: 550px;
    height: 550px; } }

@media (min-width: 1680px) and (max-height: 575px) {
  .page-template-internships .video_border {
    width: 350px;
    height: 350px; } }

.bitsia_content_lightbox {
  width: 60%;
  height: 70.5%;
  padding: 9px;
  margin: auto;
  position: fixed;
  top: 15.25%;
  left: 20%;
  z-index: 10001; }

@media (max-width: 550px) and (max-height: 750px) {
  .video_border {
    width: 90%;
    margin-top: 5%; } }

@media (max-width: 750px) {
  .video_border {
    width: 90%;
    margin-top: 5%; } }

@media (max-height: 420px) {
  .video_border {
    margin-top: 5%;
    height: 90%; } }

#partners {
  text-align: center;
  display: flex;
  margin: 0 32px;
  justify-content: center;
  flex-wrap: wrap; }
  #partners .partner-wrapper {
    display: flex;
    justify-content: space-between; }
  #partners .partner {
    margin: 32px 5vw; }
    #partners .partner img {
      height: 32px;
      width: auto; }

#services {
  min-height: 1082px; }

@media (min-width: 768px) {
  #services, #services-carousel {
    background-image: -moz-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
    background-image: -webkit-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
    background-image: -ms-linear-gradient(-32deg, #00aaff 0%, #0078be 100%); } }

#services .orange-bg, #services-carousel .orange-bg {
  position: absolute;
  background-image: -moz-linear-gradient(-33deg, #ffb11f 0%, #f78a31 100%);
  background-image: -webkit-linear-gradient(-33deg, #ffb11f 0%, #f78a31 100%);
  background-image: -ms-linear-gradient(-33deg, #ffb11f 0%, #f78a31 100%);
  z-index: 2;
  width: 100%;
  height: calc(25% + 30px);
  bottom: 0;
  right: 0; }
  @media (min-width: 1200px) {
    #services .orange-bg, #services-carousel .orange-bg {
      bottom: 0;
      right: 0;
      width: 50%;
      height: 50%; } }

#services .green-bg, #services-carousel .green-bg {
  position: absolute;
  background-image: -moz-linear-gradient(-33deg, #becd00 0%, #69af23 100%);
  background-image: -webkit-linear-gradient(-33deg, #becd00 0%, #69af23 100%);
  background-image: -ms-linear-gradient(-33deg, #becd00 0%, #69af23 100%);
  z-index: 1;
  bottom: 25%;
  left: 0;
  height: 25%;
  width: 100%; }
  @media (min-width: 1200px) {
    #services .green-bg, #services-carousel .green-bg {
      bottom: 0;
      left: 0;
      width: 50%;
      height: 50%; } }

#services .services-wrapper, #services-carousel .services-wrapper {
  max-width: 900px;
  padding: 43px 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1200px) {
    #services .services-wrapper, #services-carousel .services-wrapper {
      max-width: 1400px; } }
  @media (min-width: 1250px) {
    #services .services-wrapper, #services-carousel .services-wrapper {
      padding: 22px 30px; } }
  @media (min-width: 1400px) {
    #services .services-wrapper, #services-carousel .services-wrapper {
      padding: 43px 30px; } }
  @media (max-width: 1199px) {
    #services .services-wrapper, #services-carousel .services-wrapper {
      padding: 53px 20px;
      padding-bottom: 0;
      margin-top: 60px;
      padding-top: 0; } }

#services .single-service, #services-carousel .single-service {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 301px;
  height: 425px;
  margin: 15px;
  -moz-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.15);
  width: 301px;
  height: 425px;
  margin: 15px; }
  @media (max-width: 1199px) {
    #services .single-service, #services-carousel .single-service {
      margin-left: 12px;
      margin-right: 12px;
      margin-top: 25px;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    #services .single-service, #services-carousel .single-service {
      margin-left: 12px;
      margin-right: 12px;
      margin-top: 12px;
      margin-bottom: 12px; } }
  @media (min-width: 1200px) {
    #services .single-service, #services-carousel .single-service {
      width: 260px;
      height: 366px;
      margin: 12px; } }
  @media (min-width: 1320px) {
    #services .single-service, #services-carousel .single-service {
      height: 380px;
      width: 270px;
      margin: 10px; } }
  @media (min-width: 1420px) {
    #services .single-service, #services-carousel .single-service {
      width: 301px;
      height: 425px;
      margin: 15px; } }
  #services .single-service .service-inner, #services-carousel .single-service .service-inner {
    width: 225px;
    height: 260px;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 16px 24px; }
    #services .single-service .service-inner .service-title, #services-carousel .single-service .service-inner .service-title {
      color: #0078be;
      font-weight: 600;
      font-size: 1.500em;
      margin-bottom: 0;
      line-height: 1.15; }
    #services .single-service .service-inner .service-excerpt, #services-carousel .single-service .service-inner .service-excerpt {
      font-size: 1em;
      color: #353a3d;
      line-height: 1.25;
      margin: 0.7rem 0; }
    #services .single-service .service-inner .service-button-alternate, #services-carousel .single-service .service-inner .service-button-alternate {
      font-size: 0.914em;
      color: #ffffff;
      background-image: -moz-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
      background-image: -webkit-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
      background-image: -ms-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
      border: none;
      margin-top: auto; }
    #services .single-service .service-inner .service-button, #services-carousel .single-service .service-inner .service-button {
      font-size: 0.914em;
      border-color: #00a4f6;
      background-color: #ffffff;
      color: #00a4f6;
      margin-top: auto; }

#services .services-second-wrapper, #services-carousel .services-second-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0; }
  @media (min-width: 1200px) {
    #services .services-second-wrapper, #services-carousel .services-second-wrapper {
      width: auto;
      padding-bottom: 43px;
      padding-right: 13px; } }
  @media (min-width: 1420px) {
    #services .services-second-wrapper, #services-carousel .services-second-wrapper {
      padding-right: 27px; } }
  @media (min-width: 1200px) {
    #services .services-second-wrapper .single-service, #services-carousel .services-second-wrapper .single-service {
      margin-left: 7px;
      margin-right: 7px; } }

#services .services-third-wrapper, #services-carousel .services-third-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  margin-top: 0; }
  @media (max-width: 1199px) {
    #services .services-third-wrapper, #services-carousel .services-third-wrapper {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    #services .services-third-wrapper, #services-carousel .services-third-wrapper {
      width: auto;
      padding-top: 0px;
      padding-bottom: 43px;
      padding-left: 13px; } }
  @media (min-width: 1420px) {
    #services .services-third-wrapper, #services-carousel .services-third-wrapper {
      padding-left: 27px; } }
  @media (min-width: 1200px) {
    #services .services-third-wrapper .single-service, #services-carousel .services-third-wrapper .single-service {
      margin-left: 7px;
      margin-right: 7px; } }

#services #service-carousel .carousel-item, #services-carousel #service-carousel .carousel-item {
  padding: 63px 30px; }
  @media (max-width: 420px) {
    #services #service-carousel .carousel-item, #services-carousel #service-carousel .carousel-item {
      padding: 50px 0px; } }
  #services #service-carousel .carousel-item.carousel-blue-bg, #services-carousel #service-carousel .carousel-item.carousel-blue-bg {
    background-image: -moz-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
    background-image: -webkit-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
    background-image: -ms-linear-gradient(-32deg, #00aaff 0%, #0078be 100%); }
  #services #service-carousel .carousel-item.carousel-green-bg, #services-carousel #service-carousel .carousel-item.carousel-green-bg {
    background-image: -moz-linear-gradient(-33deg, #becd00 0%, #69af23 100%);
    background-image: -webkit-linear-gradient(-33deg, #becd00 0%, #69af23 100%);
    background-image: -ms-linear-gradient(-33deg, #becd00 0%, #69af23 100%); }
  #services #service-carousel .carousel-item.carousel-orange-bg, #services-carousel #service-carousel .carousel-item.carousel-orange-bg {
    background-image: -moz-linear-gradient(-33deg, #ffb11f 0%, #f78a31 100%);
    background-image: -webkit-linear-gradient(-33deg, #ffb11f 0%, #f78a31 100%);
    background-image: -ms-linear-gradient(-33deg, #ffb11f 0%, #f78a31 100%); }

#services #service-carousel .carousel-control-prev, #services-carousel #service-carousel .carousel-control-prev {
  opacity: 1; }
  #services #service-carousel .carousel-control-prev .carousel-control-prev-icon, #services-carousel #service-carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("../images/arrow_left.svg");
    width: 50px;
    height: 50px; }
    @media (max-width: 767px) {
      #services #service-carousel .carousel-control-prev .carousel-control-prev-icon, #services-carousel #service-carousel .carousel-control-prev .carousel-control-prev-icon {
        width: 35px;
        height: 35px; } }

#services #service-carousel .carousel-control-next, #services-carousel #service-carousel .carousel-control-next {
  opacity: 1; }
  #services #service-carousel .carousel-control-next .carousel-control-next-icon, #services-carousel #service-carousel .carousel-control-next .carousel-control-next-icon {
    background-image: url("../images/arrow_right.svg");
    height: 50px;
    width: 50px; }
    @media (max-width: 767px) {
      #services #service-carousel .carousel-control-next .carousel-control-next-icon, #services-carousel #service-carousel .carousel-control-next .carousel-control-next-icon {
        width: 35px;
        height: 35px; } }

#services #service-carousel .carousel-indicators, #services-carousel #service-carousel .carousel-indicators {
  margin-bottom: 10px; }
  #services #service-carousel .carousel-indicators li, #services-carousel #service-carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px; }

#services #service-carousel .single-service, #services-carousel #service-carousel .single-service {
  margin: auto; }
  @media (max-width: 420px) {
    #services #service-carousel .single-service, #services-carousel #service-carousel .single-service {
      max-width: 90%; } }

#services #service-carousel .slide-wrapper, #services-carousel #service-carousel .slide-wrapper {
  height: auto; }

#join-us-section {
  height: 618px;
  display: flex; }
  @media (max-width: 991px) {
    #join-us-section {
      flex-direction: column;
      height: auto; } }
  #join-us-section .join-us-graph-wrapper {
    width: 54%;
    background-image: url("../images/infrastructure_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px; }
    @media (max-width: 991px) {
      #join-us-section .join-us-graph-wrapper {
        width: auto;
        min-height: 600px; } }
    #join-us-section .join-us-graph-wrapper .join-us-graph {
      position: relative; }
      @media (max-width: 575px) {
        #join-us-section .join-us-graph-wrapper .join-us-graph {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      #join-us-section .join-us-graph-wrapper .join-us-graph .join-us-graph-image {
        width: 266px;
        height: 266px; }
        @media (max-width: 1400px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .join-us-graph-image {
            width: 230px;
            height: 230px; } }
        @media (max-width: 1200px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .join-us-graph-image {
            width: 200px;
            height: 200px; } }
        @media (max-width: 991px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .join-us-graph-image {
            width: 266px;
            height: 266px; } }
        @media (max-width: 767px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .join-us-graph-image {
            width: 200px;
            height: 200px; } }
        @media (max-width: 575px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .join-us-graph-image {
            margin: 35px auto;
            margin-top: 15px; } }
      #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
        position: absolute; }
        #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure h5, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy h5, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility h5 {
          font-size: 1.750em;
          text-transform: uppercase;
          letter-spacing: 3px;
          font-weight: 600; }
          @media (max-width: 575px) {
            #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure h5, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy h5, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility h5 {
              text-align: center; } }
        #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure p, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy p, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility p {
          font-size: 1.125em;
          color: #ffffff;
          line-height: 1.4; }
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure p br, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy p br, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility p br {
            display: none; }
          @media (max-width: 575px) {
            #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure p, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy p, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility p {
              text-align: center; } }
        @media (max-width: 575px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
            position: static; } }
        @media (max-width: 575px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy, #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
            width: 100% !important; } }
      #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure {
        top: -119px;
        left: 197px;
        width: 280px; }
        @media (max-width: 1400px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure {
            left: 140px;
            top: -113px; } }
        @media (max-width: 1200px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure {
            left: 75px;
            top: -105px; } }
        @media (max-width: 991px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure {
            top: -119px;
            left: 197px; } }
        @media (max-width: 767px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure {
            left: 75px;
            top: -105px; } }
        #join-us-section .join-us-graph-wrapper .join-us-graph .graph-infrastructure h5 {
          color: #f78a31; }
      #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
        bottom: -127px;
        left: 259px;
        width: 150px; }
        @media (max-width: 1400px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
            left: 225px;
            bottom: -113px; } }
        @media (max-width: 1200px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
            left: 200px;
            bottom: -88px; } }
        @media (max-width: 991px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
            bottom: -127px;
            left: 259px; } }
        @media (max-width: 767px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility {
            left: 200px;
            bottom: -88px; } }
        #join-us-section .join-us-graph-wrapper .join-us-graph .graph-mobility h5 {
          color: #00aaff; }
      #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy {
        bottom: 84px;
        right: 302px;
        width: 143px; }
        @media (max-width: 1400px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy {
            right: 260px; } }
        @media (max-width: 1200px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy {
            right: 180px;
            bottom: -70px; } }
        @media (max-width: 991px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy {
            bottom: 84px;
            right: 302px; } }
        @media (max-width: 767px) {
          #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy {
            right: 180px;
            bottom: -70px; } }
        #join-us-section .join-us-graph-wrapper .join-us-graph .graph-energy h5 {
          color: #9bc03b; }
  #join-us-section .join-us-text-wrapper {
    background-image: url("../images/join_us_section_bg.png");
    background-repeat: no-repeat;
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: 100% 100%;
    background-size: 250%; }
    @media (max-width: 991px) {
      #join-us-section .join-us-text-wrapper {
        width: auto; } }
    @media (min-width: 500px) {
      #join-us-section .join-us-text-wrapper {
        background-size: 160%; } }
    @media (min-width: 600px) {
      #join-us-section .join-us-text-wrapper {
        background-size: 120%; } }
    @media (min-width: 992px) {
      #join-us-section .join-us-text-wrapper {
        background-size: 210%; } }
    @media (min-width: 1200px) {
      #join-us-section .join-us-text-wrapper {
        background-size: 180%; } }
    @media (min-width: 1400px) {
      #join-us-section .join-us-text-wrapper {
        background-size: 170%; } }
    @media (min-width: 1600px) {
      #join-us-section .join-us-text-wrapper {
        background-size: 150%; } }
    #join-us-section .join-us-text-wrapper .join-us-text {
      max-width: calc(540px + 15%);
      margin: 0 auto;
      padding-right: 15%;
      padding-left: 90px;
      padding-top: 65px;
      padding-bottom: 65px; }
      @media (max-width: 767px) {
        #join-us-section .join-us-text-wrapper .join-us-text {
          padding-right: 30px;
          padding-left: 30px; } }
      #join-us-section .join-us-text-wrapper .join-us-text p {
        font-size: 1.125em;
        color: #353a3d;
        margin-bottom: 32px; }
    #join-us-section .join-us-text-wrapper .join-us-contact-us {
      background-color: #0a8bd3;
      color: #fff;
      font-size: 0.894em; }

#consulants-section {
  display: flex;
  max-height: 610px; }
  @media (max-width: 991px) {
    #consulants-section {
      flex-direction: column-reverse;
      max-height: none; } }
  #consulants-section .consultants-info-wrapper {
    background-color: #1c2691;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 30px; }
    @media (max-width: 991px) {
      #consulants-section .consultants-info-wrapper {
        width: 100%;
        height: 600px;
        padding: 50px 50px; } }
    @media (max-width: 575px) {
      #consulants-section .consultants-info-wrapper {
        padding: 40px 30px;
        height: 600px; } }
    #consulants-section .consultants-info-wrapper .consultants-info {
      max-width: 410px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        #consulants-section .consultants-info-wrapper .consultants-info {
          max-width: none; } }
      #consulants-section .consultants-info-wrapper .consultants-info .consultants-title {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 3px;
        line-height: 1; }
        @media (max-width: 991px) {
          #consulants-section .consultants-info-wrapper .consultants-info .consultants-title {
            text-align: center; }
            #consulants-section .consultants-info-wrapper .consultants-info .consultants-title br {
              display: none; } }
      #consulants-section .consultants-info-wrapper .consultants-info .consultants-content {
        color: #ffffff;
        margin: 36px 0 82px;
        font-size: 1.125em; }
        @media (max-width: 991px) {
          #consulants-section .consultants-info-wrapper .consultants-info .consultants-content {
            text-align: justify; } }
      @media (max-width: 991px) {
        #consulants-section .consultants-info-wrapper .consultants-info .meet-us-button-container {
          text-align: center; } }
      #consulants-section .consultants-info-wrapper .consultants-info .meet-us-button-container .meet-us-button {
        color: #ffffff;
        background-image: -moz-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
        background-image: -webkit-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
        background-image: -ms-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
        border-style: none;
        position: relative; }
        @media (max-width: 360px) {
          #consulants-section .consultants-info-wrapper .consultants-info .meet-us-button-container .meet-us-button {
            padding-left: 142px; } }
  #consulants-section .consultants-image {
    width: 50%; }
    @media (max-width: 991px) {
      #consulants-section .consultants-image {
        width: 100%;
        height: 600px; } }
    @media (max-width: 575px) {
      #consulants-section .consultants-image {
        height: 400px; } }
    #consulants-section .consultants-image img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      object-position: 50% 30%; }

#twitter-section {
  background-image: url("../images/twitter_section_bg.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 85%;
  padding: 65px 30px;
  text-align: center; }
  @media (min-width: 992px) {
    #twitter-section {
      padding: 80px 30px;
      background-size: 100%; } }
  @media (min-width: 1200px) {
    #twitter-section {
      padding: 100px 30px;
      background-size: initial; } }
  #twitter-section .twitter-section-title {
    text-align: center;
    font-weight: 600;
    color: #00aaff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0; }
  #twitter-section .tweets-container {
    max-width: 675px;
    margin: 55px auto;
    -moz-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.15); }
    @media (min-width: 992px) {
      #twitter-section .tweets-container {
        margin: 60px auto; } }
    @media (min-width: 1200px) {
      #twitter-section .tweets-container {
        margin: 72px auto; } }
    #twitter-section .tweets-container .placeholder-image {
      max-width: 100%;
      height: auto; }
  #twitter-section .load-more {
    text-align: center; }
    #twitter-section .load-more a {
      border-color: #42a5f5;
      background-color: white;
      color: #000000; }

.get-in-touch-section {
  min-height: 200px;
  padding: 30px 0;
  margin-top: 40px;
  background-color: #0183cf;
  display: flex;
  align-items: center;
  justify-content: center; }
#home .get-in-touch-section {
  margin-top: 0px; }
  .get-in-touch-section .get-in-touch-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1920px; }
    .get-in-touch-section .get-in-touch-wrapper > * {
      width: 50%; }
    @media (max-width: 992px) {
      .get-in-touch-section .get-in-touch-wrapper {
        flex-direction: column; } }
    .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper {
      text-align: center;
      justify-content: center;
      padding-left: 10vw; }
      @media (max-width: 1200px) {
        .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper {
          padding-left: 5vw; } }
      @media (max-width: 992px) {
        .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper {
          padding-top: 20px;
          padding-bottom: 50px;
          padding-left: 0; } }
      .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper .get-in-touch-text {
        font-size: 1.125em;
        color: #ffffff;
        position: relative;
        display: inline; }
        .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper .get-in-touch-text:before {
          position: absolute;
          content: '';
          height: 4px;
          width: 61px;
          background-color: #5FC3EB;
          top: -22px;
          left: 0; }
        .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper .get-in-touch-text:after {
          position: absolute;
          content: '';
          height: 4px;
          width: 61px;
          background-color: #5FC3EB;
          bottom: -25px;
          left: 0; }
        @media (max-width: 992px) {
          .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper .get-in-touch-text:after {
            left: calc(50%); }
          .get-in-touch-section .get-in-touch-wrapper .get-in-touch-text-wrapper .get-in-touch-text:before {
            left: calc(50%); } }
    .get-in-touch-section .get-in-touch-wrapper .get-in-touch-button-wrapper {
      display: flex;
      justify-content: center; }
      .get-in-touch-section .get-in-touch-wrapper .get-in-touch-button-wrapper .get-in-touch-button {
        color: #ffffff;
        background-color: #0aa9fe;
        font-weight: 400;
        border-style: none;
        position: relative; }
        @media (max-width: 360px) {
          .get-in-touch-section .get-in-touch-wrapper .get-in-touch-button-wrapper .get-in-touch-button {
            padding-left: 142px; } }

.inside-page-section {
  position: relative;
  margin: 0 42px; }
  @media (max-width: 991px) {
    .inside-page-section {
      margin: 35px; } }
  @media (max-width: 776px) {
    .inside-page-section {
      margin: 25px; } }
  .inside-page-section .inside-page-bg-image {
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 850px;
    left: 0px;
    background-image: url("../images/inner_green_bg.png");
    opacity: 0.09;
    z-index: 1; }
  .inside-page-section .inside-page-wrapper {
    background-color: #ffffff;
    padding: 80px 90px; }
    .inside-page-section .inside-page-wrapper .inside-page-title {
      font-size: 1.5em;
      font-weight: 700;
      max-width: 450px;
      margin-bottom: 35px; }
      @media (max-width: 992px) {
        .inside-page-section .inside-page-wrapper .inside-page-title {
          width: auto;
          max-width: none;
          font-size: 1.25em;
          margin-bottom: 30px;
          text-align: center; } }
      @media (max-width: 576px) {
        .inside-page-section .inside-page-wrapper .inside-page-title {
          font-size: 1.15em; } }
    @media (max-width: 992px) {
      .inside-page-section .inside-page-wrapper {
        padding: 40px 20px; } }
    .inside-page-section .inside-page-wrapper .inside-page-text {
      font-size: 1.125em;
      color: #353a3d;
      max-width: 485px;
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .inside-page-section .inside-page-wrapper .inside-page-text {
          font-size: 1.125em;
          margin-bottom: 20px;
          max-width: none;
          text-align: center; } }
      @media (max-width: 576px) {
        .inside-page-section .inside-page-wrapper .inside-page-text {
          font-size: 0.9em; } }
    .inside-page-section .inside-page-wrapper .inside-page-button-wrapper {
      max-width: 380px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px; }
      @media (max-width: 992px) {
        .inside-page-section .inside-page-wrapper .inside-page-button-wrapper {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-bottom: 60px;
          max-width: none;
          text-align: center; } }
      .inside-page-section .inside-page-wrapper .inside-page-button-wrapper .custom-button {
        margin: 0;
        width: 170px;
        justify-content: center;
        font-size: 0.875em;
        padding-left: 0;
        padding-right: 0; }
        @media (max-width: 992px) {
          .inside-page-section .inside-page-wrapper .inside-page-button-wrapper .custom-button {
            margin-bottom: 20px;
            font-size: 0.665em; } }
    .inside-page-section .inside-page-wrapper .inside-page-button-wrapper-2 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px;
      margin-top: 100px;
      padding-top: 80px;
      position: relative; }
      @media (max-width: 992px) {
        .inside-page-section .inside-page-wrapper .inside-page-button-wrapper-2 {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding-top: 30px;
          margin-bottom: 40px; 
		  margin-top: 60px;} }
      .inside-page-section .inside-page-wrapper .inside-page-button-wrapper-2 img {
        top: 0px; }
        @media (max-width: 992px) {
          .inside-page-section .inside-page-wrapper .inside-page-button-wrapper-2 img {
            position: static !important;
            margin-bottom: 20px; } }
      .inside-page-section .inside-page-wrapper .inside-page-button-wrapper-2 .custom-button {
        font-size: 0.875em;
        margin: 0;
        width: 215px;
        justify-content: center;
        padding-left: 0;
        padding-right: 0; }
        @media (max-width: 992px) {
          .inside-page-section .inside-page-wrapper .inside-page-button-wrapper-2 .custom-button {
            margin-bottom: 20px;
            margin-left: 0 !important;
            font-size: 0.665em; } }
    .inside-page-section .inside-page-wrapper .inside-page-list {
      list-style-type: none;
      padding-left: 10px; 
    max-width: 485px;}
      .inside-page-section .inside-page-wrapper .inside-page-list li {
        padding-left: 20px; }
      .inside-page-section .inside-page-wrapper .inside-page-list li::before {
        content: "\2022";
        color: #0183cf;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-right: 7px;
        margin-left: -1em; }
  .inside-page-section .inside-page-left {
    width: 50%; }
    @media (max-width: 992px) {
      .inside-page-section .inside-page-left {
        width: 100%; } }
  .inside-page-section .inside-page-right {
    width: 50%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 992px) {
      .inside-page-section .inside-page-right {
        width: 100%;
        margin-bottom: 0; } }
    .inside-page-section .inside-page-right img {
      width: 100%;
      height: auto;
      /*margin-bottom: 80px;*/
      max-width: 580px; 
	z-index:2}

body.blue .header-content-container .header-wrapper {
  background-image: url("../images/blue-header-bgr.png"); }

body.blue .inside-page-section .inside-page-title {
  color: #0183cf; }

body.blue .inside-page-section .inside-page-bg-image {
  background-image: url("../images/inner_blue_bg.png"); }

body.blue .inside-page-section .custom-button {
  border-color: #0183cf;
  color: #0183cf; }
  body.blue .inside-page-section .custom-button.button-alternate {
    background-color: #00aaff;
    border-color: #00aaff;
    color: #ffffff; }

body.green .header-content-container .header-wrapper {
  background-image: url("../images/green-header-bgr.png"); }

body.green .inside-page-section .inside-page-title {
  color: #69af23; }

body.green .inside-page-section .inside-page-bg-image {
  background-image: url("../images/inner_green_bg.png"); }

body.green .inside-page-section .custom-button {
  border-color: #69af23;
  color: #69af23; }
  body.green .inside-page-section .custom-button.button-alternate {
    background-color: #69af23;
    border-color: #69af23;
    color: #ffffff; }

body.orange .header-content-container .header-wrapper {
  background-image: url("../images/orange-header-bgr.png"); }

body.orange .inside-page-section .inside-page-title {
  color: #f78a31; }

body.orange .inside-page-section .inside-page-bg-image {
  background-image: url("../images/inner_orange_bg.png"); }

body.orange .inside-page-section .custom-button {
  border-color: #f78a31;
  color: #f78a31; }
  body.orange .inside-page-section .custom-button.button-alternate {
    background-color: #f78a31;
    border-color: #f78a31;
    color: #ffffff; }

#footer_1 {
  min-height: 150px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  flex-wrap: wrap;
  background-image: -moz-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
  background-image: -webkit-linear-gradient(-32deg, #00aaff 0%, #0078be 100%);
  background-image: -ms-linear-gradient(-32deg, #00aaff 0%, #0078be 100%); }
  @media (max-width: 767px) {
    #footer_1 {
      padding: 40px 10px;
      justify-content: space-around; } }
  #footer_1 .footer-logo a {
    display: block;
    padding-left: 20px; }
    @media (max-width: 767px) {
      #footer_1 .footer-logo a {
        padding-left: 10px; }
        #footer_1 .footer-logo a img {
          max-width: 170px;
          height: auto; } }
  #footer_1 .footer-social-media {
    display: flex;
    align-items: center; }
    #footer_1 .footer-social-media a {
      display: block;
      margin: 0px 15px; }
      @media (max-width: 767px) {
        #footer_1 .footer-social-media a {
          margin: 0px 5px; } }
      @media (max-width: 767px) {
        #footer_1 .footer-social-media a img {
          max-width: 30px;
          height: auto; } }
  #footer_1 .footer-copyright {
    color: white;
    font-size: 0.875em; }
    @media (max-width: 767px) {
      #footer_1 .footer-copyright {
        width: 100%;
        text-align: center;
        margin-top: 35px; } }

.footer2 {
  background-color: #ffffff; }
  .footer2 .footer-top-bar {
    background-color: #5fc3eb;
    height: 30px;
    width: 100%; }
  .footer2 .footer-main {
    margin: 0 auto;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 55px;
    padding-right: 30px;
    position: relative; }
    @media (max-width: 991px) {
      .footer2 .footer-main {
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px; } }
    .footer2 .footer-main .footer-logo-triangle {
      width: 0;
      height: 0;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-top: 17px solid #5fc3eb;
      display: block;
      position: absolute;
      top: 0px;
      left: 90px; }
      @media (max-width: 991px) {
        .footer2 .footer-main .footer-logo-triangle {
          display: block;
          margin: 0 auto;
          left: calc(50% - 17px); } }
    .footer2 .footer-main .footer-logo-wrapper img {
      width: 232px;
      height: auto; }
      @media (max-width: 1200px) {
        .footer2 .footer-main .footer-logo-wrapper img {
          width: 200px;
          height: auto; } }
      @media (max-width: 991px) {
        .footer2 .footer-main .footer-logo-wrapper img {
          display: block;
          margin: 0 auto;
          margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .footer2 .footer-main .footer-site-links {
        justify-content: center;
        display: flex;
        flex-wrap: wrap; } }
    .footer2 .footer-main .footer-site-links .footer-site-link {
      color: #353a3d;
      padding-right: 30px;
      padding-bottom: 5px;
      padding-top: 5px;
      border-bottom: 1px solid #353A3D;
      margin-right: 20px;
      font-style: italic; }
      .footer2 .footer-main .footer-site-links .footer-site-link:last-child {
        margin-right: 0; }
      @media (max-width: 1200px) {
        .footer2 .footer-main .footer-site-links .footer-site-link {
          font-size: 0.938em;
          margin-right: 16px;
          padding-right: 20px; } }
      @media (max-width: 991px) {
        .footer2 .footer-main .footer-site-links .footer-site-link {
          justify-content: center;
          font-size: 0.875em; } }
  .footer2 .footer-social-media {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    padding-bottom: 35px; }
    @media (max-width: 991px) {
      .footer2 .footer-social-media {
        justify-content: center; } }
    .footer2 .footer-social-media a {
      width: 40px;
      height: auto;
      padding: 0 10px; }
  .footer2 .footer-color-bar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 35px; }
    @media (max-width: 991px) {
      .footer2 .footer-color-bar {
        padding: 0 20px; } }
    .footer2 .footer-color-bar .footer-color-bar-text {
      margin-left: auto;
      margin-top: 12px;
      margin-bottom: 30px;
      font-size: 1em;
      text-transform: uppercase;
      color: #353a3d; }
      @media (max-width: 991px) {
        .footer2 .footer-color-bar .footer-color-bar-text {
          margin-right: auto;
          font-size: 0.875em; } }
