@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Futuru-Black';
    src: url('font/Futuru-Black.otf'); /* IE9 Compat Modes */
    src: url('font/Futuru-Black.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Futuru-Black.woff') format('woff'), /* Modern Browsers */
         url('font/Futuru-Black.woff2') format('woff2'), /* Modern Browsers */
         url('font/Futuru-Black.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Futuru-Regular';
    src: url('font/Futuru-Regular.otf'); /* IE9 Compat Modes */
    src: url('font/Futuru-Regular.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Futuru-Regular.woff') format('woff'), /* Modern Browsers */
         url('font/Futuru-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('font/Futuru-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
.futuru_black{ font-family: 'Futuru-Black';}
.futuru_regular{ font-family: 'Futuru-Regular';}

.video-wrap {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
html,body{
    width: 100%;font-size: 16px;
   
        font-family: "Open Sans", sans-serif; color: #052d1f;
}

#main{
	background: #f3f3f1; 
}
.navbar-brand img{    height: 55px;}
.navbar-brand2:after {
    content: "";
    height: 55px;
    width: 1px;
    background: #87938f;
    position: absolute;
    left: -14px;
    top: 8px;
}
#footer .navbar-brand2:after {
    background: hsl(0deg 0% 100% / 48%);
    height: 56px;
    top: 5px;
}

.content-inner{ color: #009788;}
 
.btn {
    background: #009788;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px; text-decoration: none;
}
.btn:hover { background: #009788; color: #fff;  text-decoration: none;}

.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.section022{ 
    position: relative;
    z-index: 2;
    padding: 18vh 0 0;
    height: 100vh;
    overflow: hidden;
}
.bg_hero{ top: 55%;}

#bg-section01{  background-image: url('img/img01.png');}

.bg_hero2{
    background-image: url('img/img02.png');
}
 
.title{
    letter-spacing: 4px;   
}
.z-depth-2{
    position: relative;
    z-index: 2;
}
.table{
    background-color: #FFF;
    color: #333;
}
.btn-ghost{
    border: 1px solid #fff;
    color: #FFF;
}
.btn-ghost:hover{
    text-decoration: none;
    background: #080126;
    border-color: #080126;
    color: #FFF;
}
#section01{
    position: relative;
    z-index: 2;
    padding: 40px 0 0; height: 100vh; overflow: hidden;
}
#section01 .carousel, #section01 .carousel-item, .carousel-inner{ 
  height: 100%;
}
#section01 .content-inner, .section022 .content-inner{
    
    position: relative;
    z-index: 0; text-align: center;
}
.banner_hadding{
    font-size: 4.5rem;
    position: relative;
    text-align: center;
    padding: 0 5px; color: #009788;
}
#section01 p{   font-weight: 500;font-size: 1.2rem;    color: #052d1f;}

@media(max-width: 767px){
    #section01 .inner-el{
        padding: 0 10px; 
        font-size: 3rem;
    }
}

#section02{
    background: #f3f3f1;
    position: relative; 
    padding:100px 0 130px;
}
#section02 h2{ font-size: 120px;    z-index: 1;    color: #009788;     font-weight: 300;   position: relative; text-transform: uppercase;}
 
#fog01 img{  width: 100%;   transition: 1s;    border-radius: 100%;} 
#section03{
    position: relative;
    z-index: 4;
    padding: 50px 0 ; 
    overflow: hidden;     background: #f3f3f1;
}
#section03 h2{
    font-size: 80px;
    z-index: 1;
    color: #009788;
    position: relative;
}
.solution_box {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    width: 15%;
    padding: 0 25px;
    transition: 1s;
}
.w100{ width: 100%;}
.left_fs{   transition: 1s;}
.solution_box.active h3{ font-weight: 500; font-size: 35px;}
.solution_box h3{ font-weight: 500; font-size: 24px;}
.left_fs{ display: none;}
.solution_box.active .left_fs{display: block;}
.solution_box.active{width:42%;}

.mt_s{ margin-top: 120px;}
.solution_box.active .mt_s{ margin-top: 50px;}
.solution_box.br_0{ border-right: 0;}
.solution_box_out{ margin-right: -15px;  margin-left: -15px;}
.taj{text-align: justify;}

#fog02{
    position: absolute;
    bottom: -50vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.ab2 {
    position: absolute;
    right: 0%;
    width: 260px;
    top: 0%;
}
.ani{transition: all 0.05s;} 
.ab1 {
    position: absolute;
    right:30%;
    width: 260px;
    top: 30%;
}
.ttu{ text-transform: uppercase;} 

.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    color: #052d1f;    font-family: 'Futuru-Regular';
    letter-spacing: 1px; text-decoration: none;
}
.navbar-nav .nav-item {
     margin-left: 30px;    position: relative;
}
.navbar {
    position: absolute;
 left: 0;
 top: 5px;
 width: 100%;
 border: 0;
 z-index: 99;
 -webkit-transition: .5s ease;
 transition: .5s ease;    padding:5px 0;
 
}
.nav-scroll {   background:#f3f3f1;
    position: fixed;
 top: -100px;
 left: 0;
 width: 100%;
 -webkit-transition: -webkit-transform .5s;
 transition: -webkit-transform .5s;
 transition: transform .5s;
 transition: transform .5s, -webkit-transform .5s;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 
} 
 
.dropdown-menu{    background: #edf3cb; border-radius: 0;}
.dropdown-menu li a{ color: #052d1f; font-family: 'Futuru-Regular';    letter-spacing: 1px; text-decoration: none;}
.dropdown-menu li a:hover {
  background: hsl(69deg 37.93% 78.43%);
  color: #052d1f;
}


#section04 { 
    z-index: 4;
    padding: 0 0 60px;
    overflow: hidden;
    background: #f3f3f1;
}
.kk1{ margin-top: -80px;}
#section04 h2 {
    font-size: 80px;
    z-index: 1;
    color: #009788;
    font-weight: 300;
    position: relative; 
}
.w80{ width: 90%;    transform: translate3d(33px, 0px, 0px);}
.sec4_r{ margin-top: -120%;}

#section05 h2 {
    font-size: 80px;
    z-index: 1;
    color: #009788;
    font-weight: 300;
    position: relative; 
}
#section05 { 
    z-index: 4;
    padding: 60px 0;
    overflow: hidden;
    background: #f3f3f1;
}
#section05 h3 {
    font-size: 30px;
}
.container-fluid{ padding: 0 2rem;}
.box_icons{height: 100%; padding: 50px 15px;}
.box_icons_br{ border-right: 1px solid #b1b9b6; }
.box_icons_bb{ border-bottom: 1px solid #b1b9b6; }
.box_icons img {height: 100px; margin-bottom: 40px;}

#section06 { 
    z-index: 4;
    padding: 60px 0; 
    background: #f3f3f1;
}
#section06 img {
  max-width: 80%;
 
}
#section06 h2 {
    font-size: 80px;
    z-index: 1;
    color: #009788;
    font-weight: 300;
    position: relative; 
}
#section06 h3 {
    font-size: 28px;
}
a:hover{ text-decoration: underline;}
#footer a:hover{  color: #cddf57;}
#footer {
    padding: 40px 0 5px;
    background: #052d1f;
    color: #fff;
    font-size: 14px;
}
#footer ul{ padding: 0;}
#footer ul li {
    display: inline-block;
    margin-right: 40px;
}
#footer ul li a{color: #fff;   text-decoration: none;    font-weight: 200;}
#footer a{color: #fff;   font-weight: 200;}
.footer_logo{height: 55px;}
.t_d_none{ text-decoration: none;}
.footer-cta--input {
    flex-direction: row;
    gap: .5208333333vw;    display: flex;
    margin-bottom: 1.0416666667vw;
}
.footer-cta--input .field {
    min-width: 11vw;
    width: 11vw;
}
.footer-cta--input .field:nth-of-type(2) {
    width: 18vw;
}
.footer-cta--input input {
    border: 1px solid hsl(0deg 0% 100% / 35%);
    width: 100%;
    background: transparent;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff; outline: none!important;
}
.footer-cta--input .btn {
    background: #fff;
    color: #052d1f;
    border-radius: 5px;
    font-weight: 600;
}
#innersection h2 {
    font-size: 90px;
    z-index: 1;
    color: #009788;
    font-weight: 300;
    position: relative; 
}
#innersection{ padding: 150px 0 80px; overflow: hidden;}

 
.tf_rel {
    position: relative;
}
 
.module-timeline-title{ margin-bottom: 20px;}
.tf_textr {
    text-align: right;
}
 
.innersection2{ z-index: 4;
    padding: 80px 0; position: relative;
    overflow: hidden;
    background: #f3f3f1;}
    .team {
        width: 250px;
        height: 250px;
        margin: 0 auto 30px;
        border-radius: 100%;
    }

.team_section{    height: 100%;    padding: 50px 15px;}
.team_section_man h5{ color: #009788;}
.map{ width: 100%; height: 450px;}
#careers .position-item {
    align-items: center;
    flex-direction: row;
    margin-bottom: 3.125vw;
    padding-bottom: 3.125vw;    justify-content: space-between;    border-bottom: 1px solid hsl(0deg 0% 0% / 20%);
}
#careers .position-role {
    font-size:20px;
    margin-bottom: 0;
    width: 21.4583333333vw;    color: #009788;
}
#careers .position-level, #careers .position-location {  
    width: 20vw;
}
.pos-rev h2{ font-size: 2.5rem;}
.t_f40{font-size: 40px;}
.border_left{border-left: 1px solid #ccc;    height: 100%;}
.border_right{border-right: 1px solid #ccc;    height: 100%;}
.right_list{    padding-left: 20px;}
.right_list li{margin-bottom: 10px;    font-weight: 700;}
.right_list li small{ display: block;  font-weight: 500;}
.t_f60{ font-size: 50px;}
#DiscussProject .btn{ width: 100%;}
  #DiscussProject{position: fixed;
    width: 360px;
    right: -100%;
    top: 20%;
    display: block;
    z-index: 99;
    background: #fff;    transition: all .3s;
    padding: 30px;
    border-radius: 40px 0 0 40px;box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 26%);}
#DiscussProject.show{ right: 0;}
.cursor-pointer{ cursor: pointer;}
#DiscussProject.collapsing{ height: auto!important;}

@keyframes write {
    0% {
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
  
    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }
  
   
  .ani_text{ 
    view-timeline-name: --written-text;
    view-timeline-axis: block;
    animation-name: write;
    aimation-timing-function: linear;
    animation-direction: both;
    animation-timeline: --written-text;
    animation-range: entry-crossing 10% contain 200%;
    position: absolute;
    left: 0;
    top: 0;    color: #009788;
  }

.tech_img{ margin: 120px 0 0;}
.tech_text{ margin-top: -60px; margin-bottom: 100px;}


@keyframes write {
    0% {
      clip-path: polygon(0 0, 0 0, 0 0%, 0 0%);
    }
  
    100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }


  .timeline {
    position: relative;
    width: 100%; 
    margin: 0 auto;
    padding: 15px 0 ;max-width: 900px;
  }
  
  .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #052d1f;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;    z-index: -1;
  }
  
  .container2 {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
  }
  
  .container.left {
    left: 0;
  }
  
  .container2.right {
    left: 50%;
  }
  
  .container2::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #052d1f;
    border-radius: 16px;
    z-index: 1;
  }
  
  .container2.right::after {
    left: -8px;
  }
  
 
  
  .container2.right::before {
    left: 8px;
  }
  
  .container2 .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 25px);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #009788;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
  }
  
  .container2.left .date {
    right: -115px;
  }
  
  .container2.right .date {
    left: -115px;
  }
   
  
  .container2.left .icon {
    right: 56px;
  }
  
  .container2.right .icon {
    left: 56px;
  }
  
  .container2 .content {
 
    position: relative; 
  }
  
  .container2.right .content {
    padding: 30px 30px 30px 15px; 
  }
  
  .container2 .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #052d1f;
  }
  
  .container2 .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }
  .ab3 {
    position: absolute;
    left: 30%;
    width: 260px;
    top: 50%;
}
.ab4 {
    position: absolute;
    left: 2%;
    width: 260px;
    top: 4%;
}
#section01 img{    position: absolute;
  top: 25%;
  left: 0;}
  @media (max-width: 767.98px) {
    .timeline::after {
      left: 90px;
    }
  
    .container2 {
      width: 100%;
      padding-left: 110px;
      padding-right: 15px;
  }
  .container2.right .content {
    padding: 0;
}
.innersection2 { 
  padding: 40px 0; 
}
.team_section { 
  padding: 20px 15px;
}
.team {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px; 
}
    .container2.right {
      left: 0%;
    }
  
    .container2.left::after, 
    .container2.right::after {
      left: 82px;
    }
  
    .container2.left::before,
    .container2.right::before {
      left: 100px;
      border-color: transparent #052d1f transparent transparent;
    }
  
    .container2.left .date,
    .container2.right .date {
      right: auto;
      left: 15px;
    }
  
    .container2.left .icon,
    .container2.right .icon {
      right: auto;
      left: 146px;
    }
  
 
  }
  .logo_img {
    height: 25px;
    margin-top: 15px;
}
.color1{color:#009788} 
.navbar-toggler {
  border: 0;
  font-size: 36px;
  padding: 0;
  color: #052d1f;
}
.navbar-toggler:focus{     box-shadow: inherit!important;}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

@media(min-width: 991px){
  .navbar-nav .nav-item:hover .dropdown-menu{  display: block;}}
@media(max-width: 991px){
.navbar { 
  background: #f3f3f1;
}
.navbar-nav .dropdown-menu{ text-align: center;}
#section01 { 
  padding: 10vh 0 0;  height: auto;
}
.video-wrap { 
  height: 300px; 
}
.navbar-nav .nav-item {
  margin-left: 0; 
  text-align: center;
}
.right_btn {text-align: center;  margin: 10px 0;}
#section02 {padding: 40px 0 100px;min-height:35vh}
#section02 p{width: 50%;}
#section04{padding: 40px 0;min-height:50vh}
#section04 h2 { 
  font-size: 30px;
}

.ab2 { 
  right: 0%;
  width: 120px;
  top: 0%;
}
.ab1 {
 
  right: 30%;
  width: 120px;
  bottom: -100px;
  top: auto;
}
#section02 h2 {
  font-size: 30px;
  
}
.ab3 {
  position: absolute;
  left: 30%;
  width: 120px;
  top: 50%;
}
.ab4 {
  position: absolute;
  left: 2%;
  width: 120px;
  top: 30%;
}
#section03 h2 {
  font-size: 30px; 
}
#section05 h2 {
  font-size: 30px;
   
}
#section05 h3 {
  font-size: 20px;
}
#section06 h2 {
  font-size: 30px;  margin-bottom: 25px;
}
#section06 h3 {
  font-size: 20px;
}
.solution_box.active {
  width: 100%;
}
.solution_box {
  border-right: 0 solid #ccc;
  border-bottom: 0px solid #ccc;
  width: 100%;
  padding: 25px; 
}
.left_fs {
  display: block; 
}
.solution_box.active h3 { 
  font-size: 25px;
}
.tech_img {
  margin: 20px 0 0;
}
.container-fluid {
  padding: 0 1rem;
}
.t_f60 {
  font-size: 30px;
}
}

@media(max-width: 767px){
  .box_icons_br {
    border-right: 0;
  }
  .box_icons_bb {
    border-bottom: 0
}
  .container2 .date { 
    top: calc(50% - 17px); 
    font-size: 22px; 
}
  .solution_box.active .mt_s, .mt_s {
    margin-top: 20px;
}
#innersection h2 {
  font-size: 30px;
}
#innersection {
  padding: 100px 0 0 0;
  overflow: hidden;
}
.solution_box .order-md-2{  max-width: 50%; margin-bottom: 20px;}
  #section06 img {
    max-width: 30%;
    margin-top: 20px;
} 
.box_icons { 
  padding: 25px 15px;
}
.navbar-brand img {
  height: 45px;
}
.navbar-brand2:after { 
    height: 45px; 
}
.footer_logo {
    height: 45px;
}
#footer .navbar-brand2:after {
    height: 50px;
    top: 3px;
}
.r_mt_r{ margin-top: 200px;}
.ab4 { 
  left: 6%; 
  top:28%;
}
.ab3 { 
  left: 50%; 
  top: 36%;
}
#footer ul li { 
  margin-right: 30px;
  margin-top: 15px;
}
#careers .position-item{ display: block; padding-bottom: 5vw;}
#careers .position-role {
  font-size: 24px; 
  width: 100% 
}
#careers .position-role .h2 br{ display: none;}
#careers .position-level, #careers .position-location {
  width: 100%;           padding-top: 5px;    
}
.t_f40 {
  font-size: 26px;
}
#section06 { 
  padding: 40px 0; 
}
.box_icons img {
  height: 80px;
  margin-bottom: 15px;
}
#DiscussProject { 
  width: 320px; 
  
  padding: 20px;
  border-radius: 30px 0 0 30px; 
}
#DiscussProject h5 {
  font-size: 1.2rem;
}
.remsz{    font-size: 18px;}
}














