@font-face {
  font-family: 'poppinsextralight';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinsextralightitalic';
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}

  @font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'kanitlight';
    src: url('../fonts/Kanit-Light.woff2') format('woff2'), url('../fonts/Kanit-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'kanitblack';
    src: url('../fonts/Kanit-Black.woff2') format('woff2'), url('../fonts/Kanit-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'kanitsemibold';
    src: url('../fonts/Kanit-SemiBold.woff2') format('woff2'), url('../fonts/Kanit-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'kanitextralightitalic';
    src: url('../fonts/Kanit-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Kanit-ExtraLightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
  }
  
  
  a,
  
  a:hover,
  
  a:focus {
  
    text-decoration: none;
  
    outline: none;  
  
    -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  
  }
  
  img{
      width: 100%;
      height: auto;
      display: block;
  }
  
  body {
  
    margin: 0 0 0 0 !important;
  
    padding: 0px;
  
    overflow-x: hidden;
  
    overflow-y: auto;
  
    background-color: #ffffff;
  
    scroll-behavior: smooth;
  
    font-family: 'sulphurpointregular';  
  
    
  
  }
  
  
  body::-webkit-scrollbar-track {
  
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  
  }
  
  
  
  body::-webkit-scrollbar-thumb {
  
    background-color: darkgrey;
  
    outline: 1px solid slategrey;
  
  }
  
  
  
  
  
  h1, h2, h3, h4, h5, h6 {
  
    cursor: auto;
  
    user-select: none !important;
  
    font-family: "sulphurpointbold";
  
    font-weight: 700;
  
  }
  select::-ms-expand {
  
    display: none !important;
  
  }
  
  
  select:focus {
  
    outline: none !important;
  
  }
  
  label {
  
    -moz-user-select: none;
  
    -ms-user-select: none;
  
    -webkit-user-select: none;
  
    -o-user-select: none;
  
    user-select: none;
  
    font-size: 15px;
  
    vertical-align: top;
  
  }
  
  
  label em {
  
    color: #ff0000;
  
  }
  
  
  strong {
  
    font-weight: 700;
  
  }
  input{
      vertical-align: middle !important;
  }
  .clearfix {
  
    display: table;
  
    clear: both;
  
  }
  .container {
      margin: 0 auto;
      max-width: 100%;
      width: 90%;
  }
  .col-container {
      font-size: 0px;
  }
  .btn {
      height: 40px;
      width: auto;
      display: inline-flex;
      vertical-align: middle;
      text-align: center;
      font-size: 18px;
      align-items: center;
      line-height: 40px; 
      color: #fff;    
      -webkit-appearance: none;
      -ms-progress-appearance: none;
      -moz-appearance: none;
      -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
      transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
      user-select: none;
      padding: 0px 30px;
      cursor: pointer;
      text-transform: capitalize;
      letter-spacing: 1px;
      font-family: 'quicksandmedium';
      margin-top:25px;
      border-radius: 22px;
      background: linear-gradient(45deg, #299AC4, #006DAB);
        border: none;
        background: #fff;
      border:2px solid #000 ;
      font-family: 'sulphurpointregular';
      color: #000;
      filter: drop-shadow(0 3px 6px rgb(6,124,214,0.4));
    }
  .btn:hover{
      background: #000;
      color: #fff;
      border:2px solid #000 ;
    }
  
    .btn span{
      display: inline-block;
      padding-left: 6px;
      width:26%;
      line-height: 0;
      padding-top: 2px;
    }
   
    .btn:active {
      
    }
    .btn.is-loading {
      font-size: 0px;
      color: transparent !important;
      pointer-events: none;
      position: relative;
    }
    .btn.is-loading::after {
      -webkit-animation: spinAround 500ms infinite linear;
      animation: spinAround 500ms infinite linear;
      border: 2px solid #ffffff;
      border-radius: 10px;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 14px;
      width: 14px;
      position: absolute;
      left: calc(50% - 7px);
      top: calc(50% - 7px);
      box-sizing: border-box;
    }
    .btn.blue-btn {
      border: 1px solid #0a4197;
      color: #fff;
      background-color: #0a4197;
    }
    .btn.blue-btn:hover {
      border: 1px solid #093883;
      color: #fff;
      background-color: #093883;
    }
    .btn.yellow-btn {
      border: 1px solid #fcc600;
      color: #fff;
      background-color: #fcc600;
    }
    .btn.yellow-btn:hover {
      border: 1px solid #D2AB0D;
      color: #fff;
      background-color: #D2AB0D;
    }
    .btn.green-btn {
      border: 1px solid #00ae93;
      color: #fff;
      background-color: #00ae93;
    }
    .btn.green-btn:hover {
      border: 1px solid #00937C;
      color: #fff;
      background-color: #00937C;
    }
    .btn.large {
      height: 46px;
      line-height: 46px;
    }
    .btn.transparent {
      color: #282828;
      background: transparent;
      border: 1px solid #000;
    }
    .btn.transparent:hover{
        background: #d00b11;
        color: #fff;
        border: 1px solid #d00b11;
    }
    .btn.small {
      height: 34px;
      line-height: 34px;
      font-size: 13px;
    }
    ::-webkit-scrollbar {
      width: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #02171A;
    outline: 1px solid #ffffff45;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #02171A;
    outline: 1px solid #ffffff45;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  header {
      background: rgba(0, 0, 0, 0);
      position: fixed;
      width: 100%;
      left: 0px;
      top: 0px;
      right: 0px;
      z-index: 9999;
      transition: all 1s cubic-bezier(0.32, 0.1, 0.3, 1);
      padding: 0px 0;
      box-shadow: 0px 3px 0px rgb(0 0 0 / 0%);
  }
  header.fix {
      top: 0px !important;      
      padding: 0px 0;      
      height: 0;
  }
  header.fix .menu-div .logo{
   
    padding: 0px 0 0px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
      transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  
  header .menu-div{
    width: 100%;  
  
  }
  header.fix .menu-div{
    padding: 0px 0;
  }
  header .menu-div .container{
    width:100%;
  }
  header.fix .menu-div .col-container{
    height: 0;
  }
  header .menu-div .col-container {
    display: flex;
    flex-wrap: wrap;     
    
  }
  
  header .menu-div .logo {
      width: 285px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
      transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
      padding: 50px 0 0 30px;
      position: relative;
      
  }
  header .menu-div .logo a {
      display: block;
  }
  header .menu-div .logo a img {
      max-width: 100%;
      display: block;
      width: 100%;
  }
  header .menu-div .menudiv_right {
    display: inline-flex;
    align-items: center;
    background: #02171A;
    width: 5%;
    justify-content: center;
    padding: 50px 0;
    border-bottom: 2px solid #D9D9D9;
}
header.fix .menu-div .menudiv_right{
  
 
}
  header .menu-div .menudiv_right .menu_icon{
      display: inline-block;
  }
  header .menu-div .menudiv_right .menu_icon a{
      
  }
  header .menu-div .menudiv_right .right_logo{
      display: inline-block;
      width:58%;
      padding-right: 10px;
  }
  
  
  
  .nav-container {
    position: absolute;
    width: 100%;
    height: 100%;
    
    top: 100%;
    left: 0;
    margin: 0 auto;
    visibility: hidden;
  }
  
  .nav-container p {
    font-size: 20px;
  }
  
  .nav-container a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #FF5252;
    text-decoration: none;
    font-size: 20px;    
    top: 5px;
  }
  
  .nav-container a:hover {
    color: #02171A;
  }
  
  .nav-container a:hover:after,
  .nav-container a:focus:after,
  .nav-container a:active:after {
    width: 100%;
  }
  
  .button_container {
    position: relative;   
      height: 28px;
      width: 40px;
      cursor: pointer;
      z-index: 100;
      -webkit-transition: opacity .25s ease;
      transition: opacity .25s ease;
  }
  
  .button_container:hover {
    opacity: 1;
  }
  
  .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    -ms-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
    width:100%;
  }
  .button_container.active span:nth-of-type(1)::after{
    display: none;
  }
  
  .button_container.active .middle {
    opacity: 0;
    background: #FFF;
  }
  
  .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
    top: 22px;
    width: 100%;
  }
  .button_container.active {
     
      
  }
  .button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    border-radius: 30px;
  }
  .button_container span:nth-of-type(1) {   
    width: 86%;  
  }
  .button_container span:nth-of-type(1)::after{
    height: 5px;
    width:6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -20%;
    background: #fff;
  }
  
  .button_container span:nth-of-type(2) {
    top: 9px;
    width: 50%;   
    
  }
  
  .button_container span:nth-of-type(3) {
      top: 18px;
      position: absolute;   
      width: 100%;
  }
  
 .left_nav{
  position: fixed;
  bottom:0;
  height: 100%;
  background: #02171A;  
  align-items: center;
  padding: 50px 0;
  justify-content: flex-end;
  width:5%;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  display: flex;
 }
  
  .overlay {
    position: fixed;    
      background-position: top left;
      background-size: cover;
      top: 0;
      left: 5%;    
      padding: 0;
      height: 0%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .35s, visibility .35s, height .35s;
      transition: opacity .35s, visibility .35s, height .35s;      
      width:max-content;
  }
  .menu_logo{
      float: left;
      margin-top: 80px;
      margin-left: 80px;
  }
  .menu_bookbutton{
      font-family: 'quicksandsemibold';
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      display: inline-flex;
      padding: 0px 0px;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      border: 1px solid #fff;
      padding: 8px 30px;
      border-radius: 22px;
  }
  .menu_bookbutton a{
      color: #fff;
      display: block;
      top:0;
      font-size:24px;
  }
  .menu_bookbutton a:hover {
      background: none;
      padding: 0;
      border-radius: 22px;
      color: #fff;
  }
  .menu_contact .fa-phone:before {
      content: "\f095";
      color: #ff0000;
      font-size: 23px;
      line-height: 30px;
      padding-right: 5px;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 99;
   
  }
  /*body .overlay.open{
  }
  body .nav-container{
      overflow-y: hidden !important;
  }
  .bod-over{
     overflow-y: hidden !important; 
  }
  body .overlay{
      overflow: hidden;
  }*/
 .overlay.open li {
    -webkit-animation: menufadeInLeft .5s ease forwards;
    animation: menufadeInLeft .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
  }
   /*
  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
  }
  
  .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
  }
  
  .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
  }
  */
  .overlay nav {
    position: relative;
    height: 100%;
    top: 0;
    width:100%;
    background: #02171A;
  }
  
  .overlay ul {
    list-style: none;
    margin: 90px auto 0;   
    display: inline-block;  
    width: 100%;
    font-family: 'poppinsregular';   
    width:100%;  
    overflow: auto;
   
  }
  .overlay ul {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
  }
  
  .overlay ul::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  ul#menu-header-menu {
    overflow: visible;
}
  .overlay ul li {
    display: block;
      height: 20%;
      height: auto;  
      opacity: 0;     
      line-height: 30px;     
     
  }
  .overlay ul li:hover{
    
    background:#56EBFF;
    color: #02171A;
  }
  .overlay ul li.current-menu-item {
   
    background:#56EBFF;
  }
  .overlay ul li a { 
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    padding: 10px 130px 10px 130px;
    width: 100%;
  }
  
  .overlay ul li a:hover
  .overlay ul li a:focus
  .overlay ul li a:active {
     
  }
  .overlay ul li.current-menu-item a{
    color: #02171A;
      
  }
  .overlay ul li:hover a{
    color: #02171A;
  }
  .menu-list li {
      display: block;
      padding: 0;
     }
  
  .menu-list li a {
      display: inline-block;
      font-size: 18px;
      line-height: 35px;
      text-transform: capitalize;
      color: #fff;
      
  }
  .menu-list li.menu-item-has-children a {
      position: relative;
  }
  .menu-list li.menu-item-has-children{
    
  }
  .menu-list li.menu-item-has-children a.drop-down-toggle::after{
    content: '';
    position: relative;
    display: block;
    padding: 0px 0px;
    width: 100%;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: calc(50% - 6px);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, );
}
.overlay ul li.menu-item-has-children:hover a.drop-down-toggle::after{
  
  border-top: 3px solid #02171A;
  border-right: 3px solid #02171A;
}
  .menu-list li.menu-item-has-children .sub-menu {
    display: none;
    padding-bottom: 20px;
    background: #02171A;
    margin: 20px 0 0;
    position: absolute;
    right: -104%;
    top: 10%;
    z-index: 10000;
    width: auto;
    padding: 0 0px;
  }
  .menu-list li.menu-item-has-children .sub-menu.active{
    display: block !important;
  }
  ul.sub-menu-list {
    margin: 30px 0;
}
  .menu-list li.menu-item-has-children .sub-menu .sub-menu-list li {
      border-top: none;
      padding: 0px 0px;
  }
  .menu-list li.menu-item-has-children .sub-menu .sub-menu-list li a {
      font-size: 18px;
      line-height: 25px;      
      color: #fff;
      text-transform: capitalize; 
      padding:14px 50px ;
  }

  .menu-list li.menu-item-has-children .sub-menu .sub-menu-list li a:hover{
      background: transparent;
      color: #02171A;
      
  }
  .menu-list li.menu-item-has-children .sub-menu .sub-menu-list li:hover a{
   
    color: #02171A;
    
}
.menu-list li.menu-item-has-children .sub-menu .sub-menu-list li.current-menu-item a{
  background: transparent;
  color: #02171A;
  
}

/* Show submenu when active */

  .overlay nav::-webkit-scrollbar {
      width: 0;
  }
  
  @-webkit-keyframes menufadeInLeft {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  
  @keyframes menufadeInLeft {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .main-container {
      background: #fff;
      background-repeat: repeat;
      padding-top: 88px;
      width: 100%;
      position: relative;    
  }
  .social {
    font-size: 0px;
    display: none;
    margin: 0px 0px 0px 0px;
    width:100%;
   
}
  .social li{
    display: flex;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .social li a{
      background: none;   
      display: block;  
      display: flex ;
      justify-content: center;
      align-items: center;
      color: #02171A ;    
      font-size: 18px ;
      background: #fff;
      border-radius: 50%;
      width:32px;
      height: 32px;
  }
  .social li a:hover{
     
      background: #79EFFF ;
  }
  .left_nav .envelope{
    color: #79EFFF;
    font-size: 38px;
    padding: 30px 0 0;
    border-top: 2px solid #D9D9D9;
    width:100%;
    margin-top: 30px;
  }
  .menu_bottom {
    padding: 20px 80px 0 80px;
}
 .menu_bottom p {
  font-family: 'poppinsextralightitalic';
  font-size: clamp(14px, 4vw, 15px);
  color: #fff;
  line-height: 26px;
  text-transform: none;
  padding: 0 0 0 0;
  margin-top: 10px;
}
.menu_bottom p span{
  font-family: 'poppinssemibold';
  font-style: italic;
}
.menu_bottom .getquote{     
  position: relative;
  font-family: 'poppinsregular';
  color: #fff; 
  font-size:clamp(17px, 7vw, 20px) ;    
  padding: 22px 0 0;
  text-transform: capitalize;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.menu_bottom .getquote::after{
  border-bottom: 3px solid #79EFFF;
  width:40%;
  content: "";
  height: 3px;
  display: block;
  padding: 8px 0 0;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.menu_bottom .getquote:hover{
color: #fff !important;
}
.menu_bottom a.getquote:hover::after{
  width:100%;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  
}
  .banner{
      width:100%;
      position: relative;  
      background: #000;  
      position: relative;
    }
.banner.hide .left_nav{
 height: 95%;
}

    .banner .container{
      position: relative;
    }
    .banner img{
     
        }
    .banner .main_img{
     
    }
    .animated  {
      -webkit-animation-duration : 4000 ms  ;
      animation-duration : 4000 ms  ;
      -webkit-animation-fill-mode : both  ;
      animation-fill-mode : both  ;
    }  
    /* .owl-animated-out - only for current item */ 
    /* This is very important class. Use z-index if you want move Out item above In item */ 
    .owl-animated-out {
      z-index : 1 
       }
    /* .owl-animated-in - only for upcoming item
    /* This is very important class. Use z-index if you want move In item above Out item */ 
    .owl-animated-in {
      z-index : 0 
       }
    /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
    .fadeOut  {
      -webkit-animation-name : fadeOut  ;
      animation-name : fadeOut  ;
    }  
    @-webkit-keyframes  fadeOut  {
      0% {
        opacity : 1   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
    @keyframes  fadeOut  {
      0% {
        opacity : 1   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
  
  .banner_logo{
      position: absolute;
      left: 15%;
      top: 48%;
      width: 33%;
      transform: translateY(-50%);
      display: none;
      
    }
    @keyframes animeMatrix {
     
      0% {
        transform: scale(1, 1);
      }
      50% {
        transform: scale(1.06, 1.06);
      }
      100% {
        transform: scale(1, 1);
      }
    }
    .banner_logo img{
      filter: grayscale(0);    
      animation:animeMatrix 5s infinite;
     
    }
    
  .banner_content{
      position: absolute;
      left: 3%;
      top: 30%;
      width: 48%;
      text-align: center;
      
  }
  .banner .banner-item .content h1 {
      font-size: clamp(30px, 7vw, 58px);
      color: #79EFFF;
      font-family: 'poppinsbold';
      line-height: 1.1;
      margin: 0px 0px 0px 0px; 
      text-transform: uppercase;   
      padding: 10px 0 0;   
    }
    .banner .banner-item .content h1 span{
      font-family: 'poppinsextralight';
      text-transform: capitalize;
      color: #fff;
      background: linear-gradient(to right, #fff 0, #79EFFF 60%, #fff 40%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine1 5s linear infinite;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    }
    .banner .banner-item .content h3 {
      font-size: clamp(25px, 7vw, 40px);
      color: #fff;
      font-family: 'poppinsextralight';
      line-height: 1.1;
      margin: 0px 0px 0px 0px; 
      text-transform: capitalize;      
    }
    .banner .banner-item .content p {
      font-family: 'poppinsextralightitalic';
      font-size:clamp(17px, 7vw, 22px) ;
      color: #fff;
      line-height: 26px;
      text-transform: none;
      padding: 0 0 0 0;    
      margin-top:10px;
      text-align: center;
    }
    .banner .banner-item .content .getquote{     
      position: relative;
      font-family: 'poppinsregular';
      color: #fff; 
      font-size:clamp(17px, 7vw, 20px) ;    
      padding: 22px 0 0;
      text-transform: capitalize;
      transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
    .banner .banner-item .content .getquote::after{
      border-bottom: 3px solid #79EFFF;
      width:40%;
      content: "";
      height: 3px;
      display: block;
      padding: 8px 0 0;
      transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
    .banner .banner-item .content .getquote:hover::after{
      width:100%;
      transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
    .banner .banner-item .content .btn.enquire:hover{
      background: #000;
      color: #fff;
      border:2px solid #000 ;
    }
    .banner .banner-item .content .btn.enquire .fa-solid{
      padding-left: 5px;
    }
  .banner .owl-dots {
      display: block !important;
      width: 100%;
      margin-top: 0;
      text-align: center;
      position: absolute;
      bottom: 5%;
  }
  .banner .owl-dots .owl-dot {
      width: 13px !important;
      height: 13px !important;
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      background: #fff !important;
      margin: 0px 3px;
      border: none;
  }
  .banner .owl-dots .owl-dot.active { 
      background: #08a4d6 !important;
  }
  .main_tittle{
      font-family: 'sulphurpointbold';
      font-size: clamp(25px, 7vw, 40px);
      color: #000;
      line-height: 1.1;
      margin: 0px 0px 0px 0px;    
      text-transform: uppercase;
      font-weight: 700;
  }
  video {
    min-width: 100%;
   object-fit: cover;
    z-index: 1;
  }
  .banner .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;
  }
  .whyus_container{
    width:100%;
    padding: 80px 0;
    display: block;
  }
  .whyus_container .container{
    width:95%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;    
  }
  .whyus_wrapper{
    width:92%;
    display: block;
    margin: 0 0 0 auto;
    position: relative;
  }
  .main_tittle{
    -ms-writing-mode: tb-rl; /* old syntax, IE */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
    transform: rotate(180deg);  
  padding: 0.5em;
  text-align: center;
  font-family: 'poppinsextralight';
  color: #0093A7;
  font-size: clamp(25px, 7vw, 35px);
  text-transform: capitalize;
  border-left: 2px solid #033B42;
  display: block;
  letter-spacing: 2px;
  padding-bottom: 0;
  }
  .main_tittle.blue{
    color:#B1F6FF;
    border-color: #fff;
  }
  .main_tittle span{
    color: #033B42;
  }
  .main_tittle.blue span{
    color: #fff;
  }
  .whyus_wrapper .image{
    width:100%;
    display: block;
    margin: 0 0 0 auto;
  }
  .circle-point {
    width: 20px;
    height: 20px;
    background-color: #0093A7;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 8.3%;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);    
}
.circle-point:after {
  content: "";
    border-radius: 50%;
    height: 28px;
    width: 28px;
    position: absolute;
    margin: -4px 0 0 -3px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.tooltip {
  font-size: 18px;
  font-weight: bold;
  color: #033B42;
  position: absolute;
  bottom: 110px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
  width: max-content;
  right: -105px;
  font-family: 'poppinsregular';
  font-size: 16px;
}
.tooltip::after{
  border-left: 2px solid #0093A7;
    height: calc(100% - -71px);
    position: absolute;
    right: 46%;
    content: "";
    top: auto;
    bottom: -92px;
    /* width: 2px; */
    z-index: 100;
}
.circle-point:hover .tooltip {
  opacity: 1;
}
.circle-point1 {  
  top: 15%;
  left: 26%; 
}

.circle-point1 .tooltip {
  bottom: 110px;
  right: -52px;
}
.circle-point1 .tooltip::after{
  
    height: calc(100% - -71px);    
    right: 46%;   
    bottom: -92px;   
}
.circle-point2 {  
  top: 20%;
  left: 52%;
}

.circle-point2 .tooltip {
  bottom: 150px;
  right: -106px;
}
.circle-point2 .tooltip::after{
  
  height: calc(100% - -121px);
  right: 46%;
  bottom: -145px;
}

.circle-point3 {  
  top: 9%;
  left: 73.3%;
}

.circle-point3 .tooltip {
 
  bottom: 100px;
    right: -74px;
}
.circle-point3 .tooltip::after{
  
  height: calc(100% - -72px);
    right: 46%;
    bottom: -100px;
}
.circle-point4 {  
  top: 54%;
    left: 4%;
}

.circle-point4 .tooltip {
 
  top: 200px;
    left: -78px;
    bottom: auto;
    right: auto;
}

.circle-point4 .tooltip::after{
  
  height: calc(100% - -153px);
    right: 158px;
    bottom: 32px;
}
.circle-point5 {  
  top: 69%;
    left: 11%;
}

.circle-point5 .tooltip {
 
  top: 200px;
  left: -78px;
  bottom: auto;
  right: auto;
   
}
.circle-point5 .tooltip::after{
  
  height: calc(100% - -153px);
    right: 139px;
    bottom: 36px;
}
.circle-point6 {  
  top: 80%;
    left: 68%;
}
.circle-point6 .tooltip {
 
  top: 143px;
    left: -58px;
    bottom: auto;
    right: auto;
}
.circle-point6 .tooltip::after {
  height: calc(100% - -102px);
  right: 104px;
  bottom: 36px;
}
.homeservice_container{
  width: 100%;
  display: block;
  background: url(../images/homeservice_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 80px 0;
}
.homeservice_container .container{
  display: flex;
  justify-content: space-between;
}
.homeservice_wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width:90%;
}
.homeservice_wrapper .left{
  width:25%;
  display: inline-flex;  
  flex-wrap: wrap;
  height: 100%;
}

.homeservice_wrapper .left .tittle {
  font-family: 'poppinsextralightitalic';
  color: #B1F6FF;
  font-size: 19px;
  
}
.homeservice_wrapper .left .tittle span{
  font-family: 'poppinsmedium';
  color: #fff;
  font-size: clamp(20px, 7vw, 30px);
  text-transform: capitalize; 
  display: block; 
  line-height: 1.2;
}
.homeservice_wrapper .left p {
  font-family: 'poppinslight';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  text-transform: none;
  padding: 0 0 0 0;
  margin-top: 10px;
}
.homeservice_wrapper .right{
  width:72%;
  display: inline-flex;
  flex-wrap: wrap;
}
.homeservice_wrapper .right .block{
  width:25%;
  display: inline-block;
  padding: 10px 10px;
  text-align: center; 
}
.homeservice_wrapper .right .block .block_inner{
  border: 1px solid #79EFFF;
  border-radius: 10px;
  background: transparent;
  padding: 20px 25px;
  height: 184px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; 
  transition: all .5s ease-in-out;
}
.homeservice_wrapper .right .block:hover .block_inner{
  border: 1px solid #fff;  
  background: #fff;
  transition: all .5s ease-in-out;
 
}
.homeservice_wrapper .right .block .icon {
  display:inline-block;  
  width:50%;   
}

.homeservice_wrapper .right .block .icon span {
  display: block; /* Fill the frame */
}
.homeservice_wrapper .right .block .icon span.black{
  opacity: 1; 
  width:100%;
  height: auto; 
  display: block; 
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; 
  display: block;
  visibility: visible;
}
.homeservice_wrapper .right .block:hover .icon span.black{
  opacity: 0; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  display: none;
}
.homeservice_wrapper .right .block .icon span.blue{
  opacity: 0; 
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: hidden;
  display: none;
}
.homeservice_wrapper .right .block:hover .icon span.blue{
  opacity: 1; 
  width:100%;
  height: auto; 
  display: block; 
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; 
  visibility: visible;
}
.homeservice_wrapper .right .block .tittle {
  color: #79EFFF;
  font-family: 'poppinsregular';
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.2;
  display: block;
  padding: 15px 0 0;
  width:100%;
}
.homeservice_wrapper .right .block:hover .tittle {
  color: #0093A7;  
}
.homessoftware_container{
  width:100%;
  display: block;
  padding: 80px 0;
}
.homessoftware_container .container{
  display: flex;
  justify-content: space-between;
}
.homesoftware_wrapper{
  width:92%;
}
.homesoftware_wrapper .tittle {
  font-family: 'poppinsextralightitalic';
  color: #0093A7;
  font-size: 19px;
  
}
.homesoftware_wrapper .tittle span{
  font-family: 'poppinsmedium';
  color: #033B42;
  font-size: clamp(20px, 7vw, 30px);
  text-transform: capitalize; 
  display: block; 
  line-height: 1.2;
}
.homesoftware_wrapper .logo_wrapper{
  margin: 30px -25px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width:auto;
}
.homesoftware_wrapper .logo_wrapper .block{
  padding: 10px 40px;
  width:14.28%;
  display: inline-block;
  transition: transform 0.7s;
}
.homesoftware_wrapper .logo_wrapper .block p{
  text-align: center;
    font-size: 14px;
    padding: 6px 0 0;
    line-height: 20px;
}
.homesoftware_wrapper .logo_wrapper .block:hover{
  transform: scale(1.2);
}
.homesoftware_wrapper .logo_wrapper .block img {
  filter: grayscale(100%);
}
.homesoftware_wrapper .logo_wrapper .block:hover img {
  filter: grayscale(0);
}
.homesoftware_wrapper .logo_wrapper .block.block_animated img {
  animation: block_animation 8s ease infinite;  
  transition-duration: 1s;
} 
.homesoftware_wrapper .logo_wrapper .block.block_animated1 img{
  animation: block_animation1 8s ease infinite;  
  transition-duration: 1s;
} 
.homesoftware_wrapper .logo_wrapper .block.block_animated2 img{
  animation: block_animation2 8S ease infinite;  
  transition-duration: 1s;
} 
.homesoftware_wrapper .logo_wrapper .block.block_animated13 img{
  animation: block_animation3 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated4  img{
  animation: block_animation4 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated5 img{
  animation: block_animation5 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated6  img{
  animation: block_animation6 8S ease infinite;  
  transition-duration: 1s;
} 
.homesoftware_wrapper .logo_wrapper .block.block_animated7 img{
  animation: block_animation7 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated8  img{
  animation: block_animation8 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated9 img{
  animation: block_animation9 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated10  img{
  animation: block_animation10 8S ease infinite;  
  transition-duration: 1s;
} 
.homesoftware_wrapper .logo_wrapper .block.block_animated11 img{
  animation: block_animation11 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated12  img{
  animation: block_animation12 8S ease infinite;  
  transition-duration: 1s;
} 
.homesoftware_wrapper .logo_wrapper .block.block_animated13 img{
  animation: block_animation13 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated14  img{
  animation: block_animation14 8S ease infinite;  
  transition-duration: 1s;
} 
.homesoftware_wrapper .logo_wrapper .block.block_animated15 img{
  animation: block_animation15 8S ease infinite;  
  transition-duration: 1s;
}
.homesoftware_wrapper .logo_wrapper .block.block_animated16  img{
  animation: block_animation16 8S ease infinite;  
  transition-duration: 1s;
}
 .homesoftware_wrapper .logo_wrapper .block.block_animated17 img
{
  
  animation: block_animation17 8S ease infinite;  
    transition-duration: 1s;
   
}
@keyframes block_animation {

  0% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

10% {

  transform: scale(1.2, 1.2);

  filter: none;

}

20% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation1 {

  40% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

50% {

  transform: scale(1.2, 1.2);

  filter: none;

}

60% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation2 {

  60% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

70% {

  transform: scale(1.2, 1.2);

  filter: none;

}

80% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation3 {

  10% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

20% {

  transform: scale(1.2, 1.2);

  filter: none;

}

33.3% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation4 {

  7% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

80% {

  transform: scale(1.2, 1.2);

  filter: none;

}

90% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation6 {

  0% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

10% {

  transform: scale(1.2, 1.2);

  filter: none;

}

20% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation7 {

  80% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

90% {

  transform: scale(1.2, 1.2);

  filter: none;

}

100% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation8 {

  20% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

30% {

  transform: scale(1.2, 1.2);

  filter: none;

}

40% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation9 {

  30% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

40% {

  transform: scale(1.2, 1.2);

  filter: none;

}

50% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation11 {

  0% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

10% {

  transform: scale(1.2, 1.2);

  filter: none;

}

20% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation12 {

  50% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

60% {

  transform: scale(1.2, 1.2);

  filter: none;

}

70% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation17 {

  50% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

60% {

  transform: scale(1.2, 1.2);

  filter: none;

}

70% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation13 {

  0% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

10% {

  transform: scale(1.2, 1.2);

  filter: none;

}

20% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation16 {

  50% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

60% {

  transform: scale(1.2, 1.2);

  filter: none;

}

70% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation15 {

  80% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

90% {

  transform: scale(1.2, 1.2);

  filter: none;

}

100% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation14 {

  30% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

40% {

  transform: scale(1.2, 1.2);

  filter: none;

}

50% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation10 {

  10% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

20% {

  transform: scale(1.2, 1.2);

  filter: none;

}

30% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
@keyframes block_animation5 {

  30% {

      transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

  }

40% {

  transform: scale(1.2, 1.2);

  filter: none;

}

50% {

  transform: scale(1, 1);

  filter: gray;

  filter: grayscale(100%);

}

}
.hometeam_container{
  width: 100%;
  display: block;
  background: url(../images/team_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 80px 0;
}
.hometeam_container .container{
  display: flex;
  justify-content: space-between;
}
.hometeam_wrapper{
  
  width:90%;
}
.section-tabs {
 width:100%;
  }

 .section-tabs .tittle {
  font-family: 'poppinsextralightitalic';
  color: #B1F6FF;
  font-size: 19px;
  
}
.section-tabs .tittle span{
  font-family: 'poppinsmedium';
  color: #fff;
  font-size: clamp(20px, 7vw, 30px);
  text-transform: capitalize; 
  display: block; 
  line-height: 1.2;
}
  .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width:100%;
  
  }
  .swiper-wrapper {
  position: relative;
  width:100%;
  margin:0 auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  }

  .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  }
  

  .swiper-button-prev.swiper-button-white{
    background: url(../images/slider_prev.png) no-repeat;
    background-position: left;
    background-size: 100%;
    width:11px;
    height: 19px;
    opacity: 1;
    transform: translate(22px, 12px);
    left: calc((100% - var(--swiper-width)) / 2);
    
  }
  .swiper-button-next.swiper-button-white{
    background: url(../images/slider_next.png) no-repeat;
    background-position: right;
    background-size: 100%;
    width:11px;
    height: 19px;
    opacity: 1;
    transform: translate(-25px, 12px);
    right: calc((100% - var(--swiper-width)) / 2);
    
  }
 
  :root {
    --swiper-image-ratio: 33.3%; /* ratio 16:9 = 56.25% */
  
    --swiper-width: 30%;
    --swiper-inactive-scale: .85; /* makes the other slide smaller */
    
    /* responsive settings */
    --swiper-mobile-width: 90%;
    --swiper-mobile-inactive-scale: .95;
  }
  
  .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-slide {
    
    background-size: cover;
    background-position: center;
  }
  
  .gallery-top {
    height: 80%;
    width: 100%;
  }
  
  .gallery-thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 0px 0;
    background: #79EFFF;
    border-radius: 10px;
    width: 65%;
    margin-left: auto;
    margin-right: 0;
    margin-top:-50px;
  }
  .gallery-thumbs .swiper-wrapper{
    background: #79EFFF;
    border-radius: 10px;
  }
  .gallery-thumbs .swiper-wrapper  .swiper-slide{
   text-align: center;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    padding: 22px 0;
  }
  .gallery-thumbs .swiper-wrapper  .swiper-slide p{
    font-family: 'poppinsregular';
    color: #0093A7;
    text-transform: capitalize;
    font-size: 18px;
    }
  .gallery-thumbs .swiper-slide-active,
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-radius: 10px;
    
  }
  
  .gallery-thumbs .swiper-wrapper  .swiper-slide-active p{
    font-family: 'poppinsbold';
    font-size: 20px;
  }
  .gallery-thumbs .swiper-slide-active {
    background-color: #fff;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    background-color: #fff;
    border-radius: 10px;
  }
  .gallery-top .swiper-slide .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 70px 0 0;
    text-align: center;
  }
  .gallery-top .swiper-slide .content .tittle {
    font-family: 'poppinsmedium';
    font-size: 16px ;
    color: #fff;
    line-height: 26px;
    text-transform: none;
    padding:10px 0 20px;
    text-align: center;    
    display: block;
}
  .gallery-top .swiper-slide .content .left{
    display: inline-block;
    width:48%;
  }
  .gallery-top .swiper-slide .content .right{
    display: inline-block;
    width:48%;
  }
  .footer{  
    width: 100%;    
    padding: 75px 0 0;
    clear: both !important;
    background: #202020; 
  }
  .footer_wrapper{
    width: 100%;
  }
  
  .footer .footer-content {  
    margin: 0px 0px 30px 0px;  
    width:100%
  }
  .footer .footer-content .col-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 2%;
  }
  .row {
    margin: 0px -15px;
    display: flex;
    width:100%;
    color: #fff;
    flex-wrap: wrap;
  }
  .footer .footer-content  .footer-logo {
    margin: 0px 0px 25px 0px;
    width: 280px;
    max-width: 100%;
  }
  .footer .footer-content  .footer-logo a {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
  }
  .footer .footer-content  .footer-logo a img {
    display: block;
    max-width: 100%;
  }
  
  .footer .footer-content  h4 {
    font-family: 'poppinsregular';
    font-size: 19px;
    text-transform: capitalize;
    color: #79EFFF;
    padding: 0px 20px 10px 0px;  
    border-bottom:2px solid #79EFFF;   
    margin-bottom: 15px;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'poppinsregular'; 
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 20px;  
    opacity: 0.7; 
    max-width: 300px;
  }  
  
  .footer .footer-content  .links {
    padding: 10px 0px 0px 17px;
    margin: 0px 0px 0px 0px;
    color: #79EFFF;
  }
  .footer .footer-content  .links li {
    display: block;
    padding: 0px 0px;
    text-align: left;
    color: #79EFFF;
    display: list-item;
    list-style-type: disc;
    font-size: 16px;   
  }
  .footer .footer-content  .links li::marker{
    color: #79EFFF;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
  }
  .footer .footer-content .links li a {
    font-family: 'poppinsregular';
    font-size: 16px;   
    color: #fff;
    padding: 8px 0px 8px 0px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;   
    
  }
  .footer .footer-content .collaborate{
    font-family: 'poppinsregular';
    font-size: clamp(20px, 7vw, 35px);
    color: #fff;
    padding:10px 0px 8px 0px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    opacity: 1;   
    line-height: 1.5;
    position: relative;
  }
  .footer .footer-content .collaborate span.lets {
    background: url(../images/footerline.png) no-repeat;
    width:100%;    
    background-position: left bottom;
    background-size: 100%;    
    display: block;
    width:80%;
    padding: 40px 0px 0px 0px;
    font-size: clamp(20px, 7vw, 35px);
  }
  .footer .footer-content .collaborate span.typed {
    font-family: 'poppinsregular';
    font-size: clamp(20px, 7vw, 35px);
    color: #fff;
    padding: 10px 0px 8px 0px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    opacity: 1;
    line-height: 1.5;
    height: 70px;
    
  }
 .blinking-cursor {
  font-family: 'poppinsbold';
    font-size: 40px;
    color: #fff;
    animation: blink 0.5s step-end infinite;
    display: inline-block;
  }
  

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
  .footer .footer-content .address .getquote {
    position: relative;
    font-family: 'poppinsregular';
    color: #fff;
    font-size: clamp(16px, 7vw, 18px);
    padding: 22px 0 0;
    text-transform: capitalize;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.footer .footer-content .address .getquote::after{
  border-bottom: 3px solid #79EFFF;
    width: 40%;
    content: "";
    height: 3px;
    display: block;
    padding: 8px 0 0;
    transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.footer .footer-content .address .getquote:hover::after{
  width:50%;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
  .footer .footer-content .address p a {
    color: #011954;
    text-transform: none;
}
  
  .footer .footer-content .links li a:hover {
    color: #79EFFF;
    
  }
  
  .footer .copyright {
   
     
    
  }
  .footer .copyright .desc {    
    display: inline-flex;
    vertical-align: middle;
    width: 100%;    
    padding: 20px 0;
    justify-content: space-between;
    border-top:2px solid #79EFFF;
  }
  .footer .copyright p {
    display: block;
    color: #fff;
    font-family: 'poppinslight';
    font-size: 15px;    
    
  }
  .footer .copyright p a {
    color: #fff;
  }
  .footer .copyright p a:hover {
    
  }
  .footer .social {
    font-size: 0px;
    display: block;
    margin: 18px 0px 0px 20px;
}
.footer .social li{
  display: inline-block;
  width:auto;
  padding: 0 20px 0 0;
}
.footer .social li:nth-of-type(1){
  left: 0;
    position: relative;
    visibility: hidden;
    -webkit-transition: left 250ms ease-out;
    -moz-transition: left 250ms ease-out;
    -o-transition: left 250ms ease-out;
    transition: left 250ms ease-out;
}
.footer .social li:nth-of-type(2) {
  left: -60px;
  position: relative;
  visibility: hidden;
  -webkit-transition: left 500ms ease-out;
  -moz-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  transition: left 500ms ease-out;
  transition-delay: 500ms;
}
.footer .social li:nth-of-type(3) {
  left: -120px;
  position: relative;
  visibility: hidden;
  -webkit-transition: left 1s ease-out;
  -moz-transition: left 1s ease-out;
  -o-transition: left 1s ease-out;
  transition: left 1s ease-out;
  transition-delay: 1s;
}
.footer .social li:nth-of-type(4) {
  left: -180px;
  position: relative;
  visibility: hidden;
  -webkit-transition: left 2s ease-out;
  -moz-transition: left 2s ease-out;
  -o-transition: left 2s ease-out;
  transition: left 2s ease-out;
  transition-delay: 2s;
}
.footer:hover .social li:nth-of-type(1), .footer:hover .social li:nth-of-type(2), .footer:hover .social li:nth-of-type(3), .footer:hover .social li:nth-of-type(4){
  left: 0;
  position: relative;
  visibility: visible;
}
.goto-top {
  border-radius: 3px;
  padding: 0px 20px;
  font-size: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  background:#79EFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
  background-position: center;
  border: none;
  z-index: 10;
}
.goto-top:hover{
  background:#79EFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
  background-position: center;
  border: none;
}
.goto-top.open {
  opacity: 1;
  visibility: visible;
}
.flag_wrapper{
  width:auto;
  margin: 30px 0px 0;
  display: flex;
  flex-wrap: wrap;
}
.flag_wrapper .block{
  display: inline-flex;
  padding: 0 10px;
  align-items: center;
  width:-webkit-fill-available;
  width:20%;
}
.flag_wrapper .block:first-child{
  width:36%;
}
.flag_wrapper .block:nth-child(2){
  width:25%;
}
.flag_wrapper .image{
  width:4%;
  display: inline-block;
}
.flag_wrapper .content{
  display: inline-block;
}
footer .col {
  flex: 1 0 20% ;
  width:100%;
  position: relative;
}
footer .box p:nth-child(2) {
position: absolute;
top: -4px;
left: 71px;
margin: 0;
padding: 0;
line-height: 13px;
font-size: 10px;
}
footer .box {
position: relative;
text-transform: uppercase;
padding-bottom: 10px;
}
.flag_wrapper .block p{
  font-family: 'poppinslight';
    font-size: 12px;
    color: #fff;
    padding: 0px 0px 8px 10px;
    display: inline-block;
    border-left:2px solid #fff;
}
.flag_wrapper .block p:first-child{
  border: none;
}
.flag_wrapper .block p span{
}
.address-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  padding:30px 0 0;
  width:97%;
  margin: 0 auto;
}

.address {
  display: flex;  
  padding: 10px 10px;
  border-radius: 8px;
  
}
.inline.address{
  flex-direction: column;
  width:20%;
}
.address img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.address span {
  font-size: 14px;
  color: #fff;
  font-family: 'poppinslight';
    font-size: 12px;
    color: #fff;
    padding: 0px 0px 0px 15px;
    display: inline-block;
}
.address:first-child span:nth-child(2), .address:first-child span:nth-child(3), .address:nth-child(2) span:nth-child(2){
  
}

.address-container .owl-carousel .owl-item img{
  width:50px !important;
  height: 50px !important;
}
.rating_wrapper {
  width: 100%;
  margin: 50px auto 0;
}
.rating_container{
  width:100%;
  margin:0;
  display: flex;    
  flex-wrap: wrap;
}
.rating_container .block{      
  display: inline-block;
  padding: 10px 20px;
  width:25%;
  text-align: center;
}

.rating_container .block  .content{
  justify-content: center;
  width:100%;
}
.rating_container .block  .content .number {
  color: #222;
    letter-spacing: 0;    
    background: linear-gradient(to bottom, #fff , #168594 85% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:'poppinssemibold';
  font-size: clamp(20px, 5vw, 50px);
}


.rating_container .block:hover .content .number {
  
}
/*.rating_container .block:nth-child(3)  .content .number::after,   .rating_container .block:nth-child(4)  .content .number::after {
  content: "K+";
  display: inline-block;
}*/
.rating_container .block  .content .tittle{
  position: relative;
  font-family: 'poppinslight';
  font-size: 17px;
  color: #fff;
  padding-left: 10px;
  text-transform: capitalize;
  line-height: 23px;
  text-align: center;
}
.rating_container .block:last-child  .content .tittle{
  padding-top: 3px;
}
@keyframes shine1{
  0% {
    background-position: 0;
  }
  60% {
    background-position:400px;
  }
  100% {
    background-position: 100%;
  }
}
.owl-dots {
  display: block !important;
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
}   

.owl-dots .owl-dot {
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  background: #fff !important;
  margin: 0px 10px;
  border: none;
  opacity: 0.5;
}
.owl-dots .owl-dot.active {   
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}
.homeservice_wrapper .right.right_mob{
  display: none;
}
.inline.address.address_mob{
  display: none;
}
header .logo_mob{
  display: none;
}
.contact_wrapper{
  display: none;
}
video.mob_banner{
  display: none !important;
}
video.desktop_banner{
  display: block !important;
}
/*****************************************************about us page**************************************************/
.inner_banner .banner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  
}
.inner_banner .banner_content .left{
  width:30%;
  display: inline-block;
}
.inner_banner .banner_content .left .image{
  position: relative;
}
.inner_banner .banner-item .content h2 {
  font-size: clamp(30px, 7vw, 58px);
  color: #79EFFF;
  font-family: 'poppinsbold';
  line-height: 1.1;
  margin: 0px 0px 0px 0px; 
  text-transform: capitalize;   
 position: absolute;
 bottom:0;
 left:0;

}
.inner_banner .banner-item .content h2 span{
  font-family: 'poppinsextralight';
  text-transform: capitalize;
  color: #fff;
  background: linear-gradient(to right, #fff 0, #79EFFF 60%, #fff 40%);
background-position: 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine1 5s linear infinite;
animation-fill-mode: forwards;
-webkit-text-size-adjust: none;
}
.inner_banner .banner_content .right{
  width: 70%;
    display: inline-block;
    padding-top: 90px;
    padding-left: 5%;  
    margin-left: -1px;
   
}
.inner_banner .banner_content::after{
  content:"";
  position: absolute;
  border-bottom: 4px solid #56EBFF;
  width:70%;
  height:4px ;
  bottom:0;
  right:0;
}
.inner_banner .banner_content .right p{
  font-family: 'poppinsregular';
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}
.inner_banner .banner_content .right p span{
  color: #79EFFF;
}
.culture_wrapper{
  width: 85%;
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
}
.culture_wrapper .image{
  width:80%;
  display: block;
  margin: 0 0 50px;
}
.culture_wrapper p {
  font-family: 'poppinslight';
  font-size: 19px;
  color: #033B42;
  line-height: 34px;
  text-transform: none;
  padding: 0 0 0 0;
  margin-top: 10px;
  width:98%;
  position: relative;
}
.culture_wrapper p span{
  color: #0093A7;
}
.culture_wrapper .tooltip1 {
  position: relative;
  display: inline-block;
  color: #0093A7;
  background: linear-gradient(to right, #0093A7 0, #79EFFF 60%, #0093A7 40%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine1 26s linear infinite;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-family: 'poppinssemibold';
}



.culture_wrapper .tooltip1 .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #0093A7;
  color: #fff;
  text-align: center;
  padding: 3px 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: 'poppinsregular';
  font-size: 14px;
  line-height: 20px;
  -webkit-text-fill-color: #fff;
}

.culture_wrapper .tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #0093A7 transparent transparent #0093A7;
  
}

.culture_wrapper .tooltip1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.timeline_container {
  width: 100%;
  display: block;
  background: #168594;
  padding: 0px 0 80px;
}
.timeline_container .main_tittle.blue {
  color: #B1F6FF;
  border-color: #fff;
  margin: 80px 0 0;
}
.timeline_container .item {
  padding: 20px 20px;
  padding-top: 110px;
}
.timeline_container .owl-carousel .owl-nav button.owl-prev{
  
  right: auto;
  left:16px;
  padding-left: 5px;
}
.timeline_container  .owl-carousel .owl-dot, .timeline_container .owl-carousel .owl-nav .owl-next{
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.timeline_container .owl-carousel  .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: calc(50% - 8%);
  box-shadow: none;
  background: #79EFFF;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.owl-carousel .owl-nav button::before, .owl-carousel .owl-nav button::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
}
.timeline_container  .owl-carousel .owl-nav button.owl-prev::before{
  transform: rotate(-45deg);
  border-top-color: #fff;
  border-left-color: #fff;
}
.timeline_container .owl-carousel .owl-nav button.owl-next{
  
  left: auto;
  right:0;
  padding-right: 5px;
}
.timeline_container .owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(45deg);
  border-top-color: #fff;
  border-right-color: #fff;
  content:"";
}
.timeline_container .owl-carousel .owl-nav span{
  display: none;
}

.timeline_container .container {
  display: flex;
  justify-content: space-between;
}
.timeline_wrapper {
  width: 100%; /* Ensure full width */
  margin: 0 auto;
  position: relative;
  overflow: hidden; /* Hide content overflow */
}



.timeline {
  display: flex; /* Align children horizontally */
  width: max-content; /* Expand to fit content */
  margin: 0 auto; /* Center items */
}

div.dummy {
  display: inline-block;
  width: 30px;
}

div.card {
  white-space: normal;
  display: block;
  max-width: 100%;
  margin: 0 0px;  
  width:100%;
 
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scroll-arrow {
  background: #007bff; /* Blue color for arrows */
  color: white; /* White arrow text */
  border: none; /* Remove border */
  border-radius: 50%; /* Circular button */
  width: 40px;
  height: 40px;
  font-size: 1.5rem; /* Arrow size */
  cursor: pointer; /* Clickable */
  position: absolute; /* Fixed position */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Center alignment */
  z-index: 10; /* Keep above other elements */
}

.left-arrow {
  left: 10px; /* Left position */
}

.right-arrow {
  right: 10px; /* Right position */
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%); 
  }
}
div.card:nth-child(2){
  max-width:100%;
}
div.card:nth-child(3){
  max-width:100%;
}
div.card .image_wrapper{
  display: flex;
  width:100%;
}
div.card .content_wrapper {
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;  
  pointer-events: none;   
  font-family: 'poppinssemibold';
  font-size: 20px;  
  line-height: 20px;
  border-top: 2px solid #79EFFF;
  padding: 20px 0 0;
  margin: 250px 0 0;
  display: block;
  text-transform: capitalize;
}
div.card:nth-child(3) .content_wrapper{
  
}
div.card a.link-image div.image {
 
  background-position: center;
  background-size: cover;
  background-color: #cdcdcd;
  margin-bottom: 30px;
  background-color: rgba(255, 0, 160, 0);
}
div.card .image_wrapper .image1, div.card .image_wrapper .image2, div.card .image_wrapper .image3{
  
  display: inline-block;
  position: relative;
  margin-top: 150px;
}

div.card .image_wrapper .image2{
  margin-top:0;
}
div.card a.link-image div.image:hover {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
div.card p.date {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
div.card p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
div.card a.learn-more {
  font-size: 12px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
div.card a.learn-more:hover {
  color: #ff00a0;
}

div.card:last-child {
  margin-right: 0;
  margin-bottom:0;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.7, 0.7);
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.7, 0.7);
  }
  to {
    opacity: 1;
  }
}
.fade-in-element {
  -webkit-animation: fade-in 1.2s;
          animation: fade-in 1.2s;
}

@media screen and (min-height: 960px) {
 
  div.card div.image {
    height: 300px;
  }

  div.card:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.pointer {
  width: 20px;
  height: 20px;
  background-color: #79EFFF;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 50%;
  box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.5);
}
.pointer .year{
  color: #79EFFF;
    position: absolute;
    top: -33px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1000;
    pointer-events: none;
    width: max-content;
    left: 50%;
    font-family: 'poppinssemibold';
    font-size: 20px;
    transform: translateX(-50%);
    line-height: 20px;
}
.pointer:after {
  content: "";
  border-radius: 50%;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  margin: -4px 0 0 -3px;
 -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out; 
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.7);
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.tooltip_timeline{
  display: none;
}
.pointer:hover .tooltip_timeline {
  color: #fff;
 
  bottom: 206px;
  text-align: center;
  opacity: 1;
  margin-top: -193px;
  transition: opacity 0.3s ease;
  z-index: 1000;
  pointer-events: none;
  width: max-content;
  left: 50%;
  font-family: 'poppinsregular';
  font-size: 14px;
  transform: translateX(-50%);
  line-height: 20px;
  display: block;
}
.tooltip_timeline::after {
  border-left: 2px solid #fff;
  height: 70px;
  position: absolute;
  right: 45%;
  content: "";
  top: auto;
  bottom: -85px;
 
  z-index: 100;
}
.pointer1{
  bottom: -8px;
  top:auto
}
.pointer1 .year { 
  bottom: -33px;
  top:auto;  
}
.pointer1:hover .tooltip_timeline {
  top: 128px;
  bottom: auto;
  margin-top: 150px;

  display: block;
}
.pointer1 .tooltip_timeline::after {
  top: -90px;
  bottom: auto;
}


.timeline-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
 
 
}
#timeline-slider {
  display: flex;
  gap: 0; /* Remove any gap between slides */
 
}

.timeline-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}


.image_wrapper {
  display: flex; 
 
  justify-content: center; /* Add space between images */
  align-items: center; /* Alpace-arouign images vertically */
  gap: 0; /* Add spacing between images */
  
}

/* Set uniform size for all images */
.image_wrapper img {
  width: 100%; /* Define a fixed width */
 filter:grayscale(100%);
  object-fit: cover; /* Ensure images fit nicely */
  border-radius: 5px; /* Optional: Rounded corners for styling */
}
#timeline-slider > div {
  flex: 0 0 auto;
  display: flex;
 
}

/* Uniform image styling */
#timeline-slider img {
  width: 100%; /* Images take the full width of their parent */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensure images fill their space without distortion */
  max-height: 100%; /* Prevent images from overflowing */
  filter: grayscale(100%);
}


.team_wrapper{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.team_wrapper .item{
  padding: 10px 10px;
}
.team_wrapper .block{
  width:100%;
  position: relative; 
}
.team_wrapper .block .image{
  position: relative; 
  filter: grayscale(100%);
}
.team_wrapper .block:hover .image{
 
  filter: grayscale(0);
}
.team_wrapper .block .image::before{
  background: linear-gradient(#148291, #063B42);
  content:"";
  width:100%;
  height: 70%;
  bottom:0;
  left:0;
  position: absolute;
  display: block; 
}
.team_wrapper .block .image::after{
 
  content: "";
  position: absolute;
  z-index: 1;
  left:0;
  bottom:0;
  opacity:1;
  visibility: hidden;
  transition: opacity 0.3s ease;
  width:100%;
  height: 80%;
  background-position: left top;
}
.team_wrapper .block:hover .image::after{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.team_wrapper .block .image_block{
  position: relative;
  z-index: 2;
  width:100%;
  margin: 0 auto;
  display: block;
}
.team_wrapper .block .content{
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
 
}
.team_wrapper .block .content .content_left{
  width:90%;
  display: inline-block;
}
.team_wrapper .block .content .linkedin_icon{
  width:30px;
  display: inline-block;
}
.team_wrapper .block .content .linkedin_icon a{
  width:100%;
}
.team_wrapper .block .content .name{
  color: #033B42;  
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-family: 'poppinssemibold';
  font-size: 18px;
  line-height: 20px; 
  padding: 0 0 0;
  margin: 0;
  display: block;
  text-transform: capitalize;
}
.team_wrapper .block .content .designation{
  color: #033B42;  
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-family: 'poppinsextralight';
  font-size: 16px;
  line-height: 22px; 
  padding: 4px 0 0;  
  display: block;
  text-transform: capitalize;
}
.owl-dots {
  display: block !important;
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
}   

.owl-dots .owl-dot {
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  background: #08434B !important;
  margin: 0px 3px;
  border: none;
  opacity: 0.5;
}
.owl-dots .owl-dot.active {     

opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}
/*****************************************************about us page**************************************************/
/*****************************************************sectors page**************************************************/
.sector_banner{
  background: linear-gradient(to right, #033B42 , #067988);
}
.inner_banner .banner-item .content h4 {
  font-size: clamp(30px, 7vw, 50px);
  color: #fff;
  font-family: 'poppinsbold';
  line-height: 1.2;
  margin: 0px 0px 0px 0px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
}
.inner_banner .banner-item .content h4 span {
  width: 158%;
  height: 141px;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -13%;
  left: 0;
}
.sector_banner .banner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 22%;
}
.sector_banner .banner_content::after {
  content: none;
  position: absolute;
  border-bottom: 4px solid #56EBFF;
  width: 70%;
  height: 4px;
  bottom: 0;
  right: 0;
}
.photogrammetry_container {
  width: 100%;
  margin-top: -32%;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 40px;
  background: transparent;
}  
.target_wrapper {
  width: 95%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.target_wrapper .outer_block {
  display: inline-block;
  padding: 4px;
  width: 33.333%;
}
.target_wrapper .block {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 300ms ease-in;
  border: 2px solid transparent;
}
.target_wrapper .outer_block:hover .block{
  border: 2px solid #79EFFF;
}
.target_wrapper .outer_block:hover .block::before{
  position: absolute;
  background: rgba(2, 23, 26, 0.8);
  transition: all .5s;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 1;
}
.target_wrapper .outer_block.selected .block{
  border: 2px solid #79EFFF;
}
.target_wrapper .outer_block.selected .block::before{
  position: absolute;
  background: rgba(2, 23, 26, 0.8);
  transition: all .5s;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 1;
}
.target_wrapper .block img {
  filter: brightness(0.9);
}
.target_wrapper .outer_block:hover .block img {
  filter: brightness(1);
}
.target_wrapper .block .image_tittle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'poppinsmedium';
  text-transform: capitalize;
  font-size: clamp(16px, 2vw, 18px);
  color: #fff;
  display: block;
  line-height: 1.7;
  bottom: auto;
  z-index: 5;
  width: 95%;
}
.page-template-sectors .main_tittle {
 
  font-size: clamp(20px, 7vw, 25px);
}
.target_container{
  width:100%;
  padding: 80px 0;
  display: block;
}

.target_container:nth-child(odd) {
  background: #168594;
}
.target_container .container{
  width:95%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;    
}
.targetdescription_wrapper{
  width:85%;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.target_container p {
  font-family: 'poppinsregular';
  font-size: 17px;
  color: #033B42;
  line-height: 25px;
  text-transform: none;
  padding: 0 0 0 0;
  margin-top: 10px;
}
.target_container:nth-child(odd) p{
  color: #fff;
}
.targetdescription_wrapper .image {
  width: 100%;
  margin: 25px auto 0px;
}
.targetdescription_wrapper .image img{
  border-radius: 20px;
}
.target_container p {
  
}

/*****************************************************sectors page**************************************************/
/*****************************************************blog page**************************************************/
.blog_banner .banner_content{ 
   
    top: 48%;
}

.blog_banner .banner-item .content h4 span {
  width: 215%;
  height: auto;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -19%;
  left: 0;
}
.blog_container{
  display: block;
    width: 100%;
    margin-top: 70px;
    padding: 0 0 70px;
    text-align: center;
    position: relative;    
}

nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  margin-top: 40px;
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #094A6E;
  background: transparent;
  font-family: 'exomedium'; 
  border: 2px solid #094A6E;   
}
a.next.page-numbers {
  background: transparent;
  color: #094A6E;
}
.page-numbers.current {
  color: #fff;
  background:#094A6E ;
}
.blog_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 70px auto 0;
  justify-content: space-between;
}
.blog_wrapper .left {
  width: 64%;
  display: inline-flex;
  flex-wrap: wrap;
}
.blog_wrapper .left .item{
  width:50%;
  padding: 10px;
}
.blog_wrapper .image_wrapper{
  width:100%;
  position: relative;
}
.blog_wrapper .image_wrapper img{
  border-radius: 15px;
}
.blog_wrapper .date{
 
  font-family: 'poppinssemibold';
  font-size: 16px;
  line-height: 1;
  color: #158594;
  padding: 5px 40px;
  margin: 0;
  text-transform: capitalize;
  opacity: 1;
  visibility: visible; 
  background: #fff;
  display: inline-block;
  margin-left: 4%;
}

.blog_wrapper .left .item .content {
  position: absolute;
  bottom: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  text-align: left;
  width: 100%;
  padding: 0 0px;
  color: #fff;
}
.blog_wrapper .item .image_details{
  background: rgba(21, 133, 148, 0.87);
  padding: 20px 30px;
  border-radius: 15px;
}
.blog_wrapper .item:hover .image_details{
  color: #094A6E;
}
.blog_wrapper .image_details .tittle{
  font-family: 'poppinsbold';
  font-size: clamp(16px, 5vw, 18px);
  line-height: 1.3;    
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
}
.blog_wrapper .image_details p{
  font-family: 'exoregular';
  font-size: 14px;
  line-height: 24px;   
  padding:10px 0 0;
  margin: 0;
  color: #fff;
}
.blog_wrapper .item:hover .image_details p{
  color: #094A6E;
}
.blog_wrapper .image_details .readmore{
  font-family: 'exobold';
  font-size: 14px;
  line-height: 1;   
  padding:10px 0 0;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.blog_wrapper .item:hover .image_details .readmore{
  color: #094A6E;
}
.blog_wrapper .right {
  width: 32%;
  display: inline-block;
  text-align: left;
}
.news_list_wrapper {
  width: 100%;
  display: block; 
  padding: 10px 0px; 
}
.search {
  display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 7px;   
}

.search .fa-search {
  position: absolute;
    top: 50%;
    left: auto;
    right: 15px;    
    height: 46%;
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #158594;
    transform: translateY(-50%);
}

.search input {
  width: 100%;
  height: 45px;
  background: none;
  border: 2px solid #158594;
  border-radius: 7px;
  font-family: 'poppinsregular';
  color: #252323;
  font-size: 17px;
  text-indent: 20px; 
  text-transform: none;
}
.search input::placeholder{
  color: #252323;
  text-transform: capitalize;
}
.search-results {
  padding: 0;
}
.categories {
  margin-top: 40px;
}
.categories ul {
  display: block;
  padding-top: 20px;
}
.categories ul li {
  color: #000;
  font-family: 'poppinsmedium';
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 10px;
  margin: 0px 0 0;
  border: none;
  width: 100%;
  background: #79EFFF;
  margin: 10px 0;
  display: inline-flex;
  justify-content: space-between;
}
.categories ul li:hover{
  background: #158594;
  color: #fff;
}
.categories ul li a {
  color: #000;
  cursor: pointer;
}
.categories ul li:hover a{
  color: #fff;
}
.categories ul li span{
  font-size: 12px;
}
.popular_post {
  margin-top: 40px;
}
.news_list_wrapper .tittle {
  color: #000;
  font-family: 'poppinssemibold';
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  padding: 0 0 10px 0px;    
  display: block;
  position: relative;
  border-bottom:3px solid #D9D9D9
}
.news_list_wrapper .tittle::before{
  content: "";
  position: absolute;
  border-bottom: 3px solid #158594;
  width:30%;
  height: 3px;
  display: block;
  left:0;
  bottom:-2px;
}

.news_list {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;   
}
.news_list:hover{
  display: flex;
}
.news_list .image {
  width: 35%;
  display: inline-block;
}
.news_list .content {
  width: 62%;
  display: inline-block;
}
.news_list .content .tittle {
  color: #033B42;
  font-family: 'poppinsregular';
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  padding:5px 0 0px;
  border: none;
  margin: 0;
}
.news_list .content .date {
  color: #158594;
  font-family: 'poppinssemibold';
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  text-transform: none;
  padding: 0px 0 0px;
  border: none;
  margin: 0;
  position: static;
  opacity: 1;
  visibility: visible;
  display: block;
}
.news_list .content .tittle::before{
  content:none;
}
.tags {
  margin-top: 40px;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 25px -5px 0;
}
.tags ul li {
  padding: 10px 5px;
  display: inline-block;
}
.tags ul li a {
  color: #000;
  font-family: 'poppinssemibold';
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  padding: 8px 10px;
  width: fit-content; 
  border: 2px solid #D5D5D5;
}
.tags ul li a:hover {
 
 color: #158594;
 border: 2px solid #158594;
}
.news_content {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px 0 0px;
}
.blogdetail .left .image {
  width: 100%;
  border-radius: 24px;
}
.blogdetail .left .image img {
  width: 100%;
  border-radius: 24px;
}
.blogdetail .left .post_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0 0;
  flex-wrap: wrap;
}
.blogdetail .left .post_wrapper .block {
  color: #033B42;
  font-family: 'poppinsregular';
  font-size: 17px;
  text-transform: capitalize;
  line-height: 22px;
  padding: 10px 0;
}
.blogdetail .left  .tittle{
  font-family: 'poppinssemibold';
  font-size: clamp(20px, 7vw, 30px);
    color: #033B42;
    line-height: 30px;
    text-transform: none;
    padding: 0 0 0 0;   
}
.blogdetail .left .content_area {
  margin-top: 20px;
}
.blogdetail .left .content_area ul{
  padding: 10px 0 0 17px;
}
.blogdetail .left .content_area ul li{
  font-family: 'poppinslight';
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    padding:10px 0 0;   
    display: list-item;
    list-style-type: disc;
}
.blogdetail .left .content_area u{
  text-decoration: underline;
}
p{
  font-family: 'poppinslight';
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    padding: 12px 0;
    text-align: justify;
}

/*****************************************************blog page**************************************************/
/*****************************************************service inner page**************************************************/
.service_banner .banner-item .content h4 span {
  width: 133%;
  height: auto;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -36%;
  left: 0;
}
.servicetop_container{
  width:100%;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  }
  p.toppara {
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
  .servicetop_container .container {
    width: 88%;
}
.servicetop_wrapper{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0 1%;
  text-align: left;
}
.servicetop_wrapper .block{
  width:33.333%;
  display: inline-block;
  padding: 5px 5px;
}
.servicetop_wrapper .block .block_inner{
  width:100%;
  position: relative;
  }
.servicetop_wrapper .block .block_inner::before{
  position: absolute;
  background: rgba(0, 147, 167, 0.5);
  content: "";
  width:100%;
  height: 100%;
  left:0;
  top:0;
  transition: all .5s ease-in-out;
}
.servicetop_wrapper .block:hover .block_inner::before{ 
  background: rgba(2, 23, 26, 0.8);
  transition: all .5s ease-in-out;
}
.servicetop_wrapper .block .image_tittle{
  font-family: 'poppinsregular';
  font-size: clamp(20px, 7vw, 27px);
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 0 0;
    position: absolute;
    left:5%;
    bottom: 5%;
}
.servicetop_wrapper .block .imageover_content p{
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  padding: 8px 0;
  text-align: center;
}
.servicetop_wrapper .block:hover .image_tittle{
  display: none;
  transition: all .5s ease-in-out;
}
.servicetop_wrapper .block .imageover_content{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:98%; 
  padding: 20px;
  opacity: 0;
  visibility: hidden;
}
.servicetop_wrapper .block:hover .imageover_content{
 
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}
.servicetop_wrapper .block .imageover_content .tittle{
  font-family: 'poppinssemibold';
    font-size: 22px;
    color: #fff;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0 0 0 0;
    text-align: center;
}
.servicetop_wrapper .block .imageover_content ul{
  padding: 5px 0 0 17px;
}
.servicetop_wrapper .block .imageover_content ul li{
  color: #fff;
  font-family: 'poppinsregular';
  font-size: 14px;
  line-height: 18px;  
  padding: 2px 0;
  list-style-type: disc;
  display: list-item;
}
.servicetab_container{
  width:100%;
  display: block;
  margin: 60px auto 0;  
  }
.servicetoptab_wrapper{
  width:90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  
}
.tab-wrapper {  
  display: block;
  margin: auto;
 
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-link {
  margin: 0 0;
  list-style: none;
  padding: 10px 40px;
  color: #0093A7;
  font-family: 'poppinssemibold';
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(0, 147, 167, 0);
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: capitalize;
}


.tab-link:hover{
  
  border-color: rgba(0, 147, 167, 100);
}


.content-wrapper .main_tittle{
  margin: 80px 0px 40px 0;
  line-height: 15px;
}
.content-wrapper {
  padding: 0;
  background: url(../images/commercial_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  width:100%; 
  margin: 50px 0 0;
}

.tab-content {
  display: flex;  
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 1;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
  padding-bottom: 40px;
}
.tab-content .container{
  display: flex;
  justify-content: space-between;
}
.tab-content .content{
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width:92%;
}
.tab-content ul{
  padding: 80px 0 40px;
  width:30%;
  }
.tab-content ul li{
  color: #fff;
    font-family: 'poppinslight';
    font-size: 17px;
    line-height: 25px;
    margin: 22px 0;    
    display: block;
    padding-left: 4px;
    border-left: 2px solid transparent;
    display: flex;
}
.tab-content ul li:hover{
  border-left: 2px solid #fff;
  font-family: 'poppinsmedium';
}
.tab-content ul li span{
  padding-right:10px;
}
.tab-content.active {
  display: block;
}
.tab-content .image{
  width:65%;
  display: inline-block;
  opacity: 1;
  transform: translateX(30px);
  animation: fadeRight 5s ease 1 forwards;
}
.drawing_container{
  width:100%;
  display: block;
  padding: 80px 0;
  
}
.drawing_container .container{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}
.drawing_wrapper {
  width: 92%;
  display: flex;
  margin: 0 0 0 auto;
  position: relative;  
  justify-content: flex-end;
  background: url(../images/software_bg.png) no-repeat;
  background-position: left center;
  background-size: contain;
}
.software_wrapper {
  width: 90%;
  margin: 0;
}
.software_wrapper .tittle {
  font-family: 'poppinslight';
  color: #033B42;
  font-size: clamp(18px, 7vw, 25px);
  text-transform: capitalize;
  display: block;
  line-height: 1;
  padding-left: 15%;
  display: none;
}
.software_wrapper .item{
  padding: 30px 50px;
  text-align: center;
}
.software_wrapper .item p{
  font-size: 15px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.software_wrapper .logo_wrapper{
  margin: 32px 0 0;
}
.sample_container{
  width: 100%;
  display: block;  
  padding: 80px 0;
  background: #168594;
}
.sample_container .container{
  display: flex;
  justify-content: space-between;
}
.sample_wrapper{
  display: block;  
  width:92%;
}
.gallery img{
  max-width: 100%;
  vertical-align: middle;
}
/*.gallery*/
.gallery{
  width: 100%;
  display: block;
     
}
.gallery ul.tabs_inner{
  margin: 0px auto 30px;
  padding: 0px;
  list-style: none;
  width: 100%;  
  display: flex;  
  align-items: center;
  }
.gallery ul.tabs_inner li{
    background: none;
    color: #fff;
    font-family: 'poppinslight';    
    font-size: 22px;
    display: inline-block;
    padding: 0 20px 0 0;
    cursor: pointer;    
    text-transform: uppercase; 
    border-right:2px solid #fff;
    margin: 0 20px 0 0px;
    line-height: 28px;
  }
  .gallery ul.tabs_inner li:last-child{
    border: none;
  }
.gallery ul.tabs_inner li.current{
  font-family: 'poppinsextrabold';      
  }

.gallery .tab-content_inner{
    display: none;
    background: none;
    padding:0px 0;
    flex-wrap: wrap;
  }

.gallery .tab-content_inner.current{
    display: flex;
  }
.gallery .tab-content_inner .item{
    display: inline-flex;
    width: 33.333%;
    height: auto;  
    position: relative;
    padding: 4px;   
  }
.gallery .tab-content_inner .item img{
    width: 100%;
  }
  
.project_image{
  height: auto;
  overflow: hidden;  
  cursor: pointer;
  position: relative;
  width:100%;
}
.project_image img {
  transition: transform 2s ease-in-out;
  width: 100%;
  height: 100%;
}

.gallery .item{
        padding: 10px 15px;
      }
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeRight {
  100% {
    opacity: 1;
    transform: none;
  }
}
.casestudy_container{
  width:100%;
  display: block;
  padding: 80px 0;
  
}
.casestudy_container .container{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
}
.casestudy_wrapper {
  width: 92%;
  display: block;
  margin: 0 0 0 auto;
  position: relative;  
}
.casestudy_wrapper .block_outer {
  width: 100%;
  display: inline-block;
  padding: 0 20px;
}
.casestudy_wrapper .block{  
  position: relative; 
  transition: all ease-in-out 0.5s; 
}
.casestudy_wrapper .block:hover{  
  transition: all ease-in-out 0.5s; 
}
.casestudy_wrapper .block::before {
  background: linear-gradient(to bottom, transparent, #0093A7) no-repeat bottom;
  background-size: 100% 70%;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  left:0;
  top:0;
  transition: all ease-in-out 0.5s; 
  content: "";  
}
.casestudy_wrapper .block:hover::before{
  opacity: 1;
  visibility: visible;
}
.casestudy_wrapper .block .content{
  position: absolute;
  bottom:5%;
  left:5%; 
  width:90%; 
  z-index: 5;
}

.casestudy_wrapper .block .content .tittle{
  font-family: 'poppinssemibold';
    font-size: clamp(20px, 7vw, 25px);
    color: #fff;
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;    
}
.casestudy_wrapper .block .content p{
  font-size: 19px;
  line-height: 27px;
  font-family: 'poppinslight';
  color: #fff;  
  text-transform: capitalize;
  padding: 4px 0;
}
.casestudy_wrapper .owl-dots {
  display: block !important;
  width: 100%;
  margin-top: 30px !important;
  text-align: left;
}   
/*****************************************************service inner  page**************************************************/
/*****************************************************contact  page**************************************************/
.contact_banner .banner-item .content h4 span {
  width: 140%;
  height: auto;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -80%;
  left: 0;
}
.contactform_wrapper {
  display: flex;
  flex-wrap: wrap;
  width:92%;
}
.contact_info {
  padding: 0;
  width: 25%;
}
.contactform_form {
  display: inline-block;
  width: 60%;
  padding-left: 5%;
}
.contactform_wrapper h3 {
  color: #033B42;
  font-family: 'poppinsmedium';
  font-size: 35px;
  line-height: 35px;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
}
.contactform_wrapper p {
  color: #033B42;
  font-family: 'poppinsregular';
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  padding-top: 12px;
}
.contactform_form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  
}
.required{
  color: red;
}

.contactform_form  form p {
margin: 0;
}

.contactform_form  form .full {
grid-column: 1 / 3;

}

.contactform_form form .half:nth-of-type(odd){  
  padding-right: 0;
 }
.contactform_form form button, .contactform_form form input, .contactform_form form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;  
  height: 45px;
  border: 2px solid #033B42;  
  color: rgba(3, 59, 66, 0.5);
  font-family: 'poppinsregular';
  font-size: 15px;
}
.contactform_form form button ::placeholder, .contactform_form form input::placeholder, .contactform_form form textarea::placeholder {
  
  color: rgba(3, 59, 66, 0.5);
  font-family: 'poppinsregular';
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;  
  
}
.contactform_form  form button,
.contactform_form  form input.wpcf7-not-valid,
.contactform_form  form textarea.wpcf7-not-valid {
width: 100%;
padding: 10px;
border: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 0;
  font-weight: normal;
  display: none;
}
.contactform_form  form textarea {
resize: none;
height: 180px;
}
.contactform_form  form .wpcf7-submit{     
  position: relative;
    font-family: 'poppinsregular';
    color: #033B42;
    font-size: clamp(17px, 7vw, 20px);
    padding: 0px 0 0;
    text-transform: capitalize;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    border: none;
    background: transparent;
    text-align: left;
    width: auto;
   
}

.contactform_form form .full:last-child{
  margin-bottom:0;
  padding: 0;
}
.contactform_form form .full:last-child span {
  position: relative;
  width: auto;
  display: inline-block;
}
.contactform_form form .full:last-child span:after{
  border-bottom: 3px solid #033B42;
  width:40%;
  content: "";
  height: 3px;
  display: block;
  padding: 8px 0 0;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.contactform_form form .full:last-child span:hover::after{
  width:100%;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.map_container{
  background: #168594;
  padding: 70px 0;
  display: block;
  margin: 0 auto;
}
.map_container .container {
  display: flex;
  justify-content: space-between;
}
.map_wrapper{
  width:92%;
  margin: 0 auto;
  display: inline-flex;
    align-items: center;
  justify-content: space-between;
}
.map_wrapper .tabs_wrapper {
  width: 90%;  
  margin:0 auto;
  background: transparent; 
  padding: 0 0;
  display: flex;
  align-items: center;
}
.right_nav{
  width:10%;
}
.right_nav .social li a {
 
  color: #158594;
 
}
.map_wrapper ul.tabs {
  display: inline-block;   
    margin: 0;
    padding:0;
    width: 28%;    
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;   
    border-radius: 15px 0 0 15px;
    text-align: left;
    
}

.map_wrapper ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 40px 30px;
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'poppinsregular';
  text-align: left; 
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:1px solid #fff;
  border-bottom: none;
  display: block;
}
.map_wrapper ul.tabs li:last-child{
  border-bottom:1px solid #fff;
  border-radius: 0px 0 0 15px;
}
.map_wrapper ul.tabs li:first-child{
  
  border-radius: 15px 0 0 0px;
}
.map_wrapper ul.tabs li:hover {
  
  color: #158594;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  font-family: 'poppinsbold';
  border:1px solid #158594;
  
}
.map_wrapper ul.tabs li.active {
  color: #158594;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  font-family: 'poppinsbold';
  border:1px solid #158594;
}
.map_wrapper ul.tabs li:hover:last-child, .map_wrapper ul.tabs li.active:last-child{
  border-bottom:1px solid #158594;
  
}
.map_wrapper .tab_container {
  display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    width: 70%;
    min-width: 10px;
    text-align: left;
    margin-left:0;
    border: 2px solid #fff;
    border-radius: 0 15px 15px 0;
    padding: 0;
}
.map_wrapper .tab_container .image_wrapper{
  width:62%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.map_wrapper .tab_container .image_wrapper img{
  width:100%;
  border-radius: 24px;
}
.map_wrapper .tab_content {
  padding: 0;
  height: 100%;
  display: none;
  padding: 10px;
  
}

.map_wrapper .tab_drawer_heading {
  display: none;
}
.map_wrapper .circle-point {
  width: 16px;
  height: 16px;
  background-color: #0093A7;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 40%;
    left: 24%;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);    
}
.map_wrapper .circle-point:after {
content: "";
  border-radius: 50%;
  height: 24px;
  width: 24px;
  position: absolute;
  margin: -4px 0 0 -3px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity = 0);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.map_wrapper .tooltip {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  position: absolute;
  bottom: -26px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
  width: max-content;
  right: 67px;
  font-family: 'poppinsbold';
  line-height: 20px;
  
}
.map_wrapper .tooltip::after{
 display: none;
}
.map_wrapper .circle-point:hover .tooltip {
  opacity: 1;
}
.map_wrapper .circle-point1 {  
  top: 58%;
  left: 23%;
}

.map_wrapper .circle-point1 .tooltip {
  bottom: -20px;
  right: 139px;
}
.map_wrapper .circle-point1 .tooltip::after{
  
    display: none;
}
.map_wrapper .circle-point2 {  
  top: 70%;
    left: 20%;
}

.map_wrapper .circle-point2 .tooltip {
  bottom: 1px;
  right: -285px;
}
.map_wrapper .circle-point2 .tooltip::after{
  
 display: none;
}

.map_wrapper .circle-point3 {  
  top: 85%;
    left: 47%;
}

.map_wrapper .circle-point3 .tooltip {
 
  top: -137px;
  right: -264px;
  bottom: 0;
}
.map_wrapper .circle-point3 .tooltip::after{
  
 display: none;
}
.map_wrapper .circle-point4 {  
  top: 49%;
  left: 72%;
}

.map_wrapper .circle-point4 .tooltip {
  top: -21px;
  left: -224px;
  right: auto;
  bottom: auto;
  transform: none;
  writing-mode: horizontal-tb;
  height: 100%;
  text-align: left;
   
}
.map_wrapper .circle-point4 .tooltip::after{
  
  height: auto;
    right: 44px;
    bottom: -23px;
    border: none;
    border-bottom: 2px solid #0093A7;
    width: calc(100% - -65px);
}
.wpcf7-spinner { 
  margin: 0;
  position: absolute;
}
.sendbutton {
  display: inline-block;
  position: relative;
}
.sendbutton::after {
  border-bottom: 3px solid #0093A7;
  width: 40%;
  content: "";
  height: 3px;
  display: block;
  padding: 0px 0 0;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.sendbutton:hover::after {
  width: 100%;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
}
.attachment {
  position: absolute;
  right: 3%;
  /* top: 70%; */
  /* transform: translateY(-50%); */
}

/*****************************************************contact  page**************************************************/
/*****************************************************career  page**************************************************/
.career_banner .banner-item .content h4 span {
  width: 154%;
  height: auto;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -30%;
  left: 0;
}
.careertop_wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 92%;
}
.careertop_wrapper .block{
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  width:25%;
}
.careertop_wrapper .block .image{
  width:60%;
  margin: 0 auto;
  display: block;
}
.careertop_wrapper .block .tittle{
    color: #033B42;
    font-family: 'poppinssemibold';
    font-size: clamp(18px, 7vw, 23px);
    line-height: 27px;    
    padding-top: 35px;
}
.careeroption_container {
  background: #168594;
  padding: 70px 0;
  display: block;
  margin: 0 auto;
}
.careeroption_container .container {
  display: flex;
  justify-content: space-between;
}
.career_wrapper{
  width: 88%;
  margin: 0 auto;
    text-align: left;      
    padding:0px;
}
.career_wrapper h6{
  color: #fff;
  font-family: 'poppinssemibold';
  font-size: 17px;
  line-height: 27px;
  padding:20px 0;
  border-bottom:2px solid #79EFFF
}
.career_block{   
  padding:30px 0 20px;
  margin:0px 0px 0;
  display: flex;
  flex-wrap: wrap;
  width:auto;     
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.career_block:last-child{
  border: none;
}

.career_block .career_section{
  display: inline-block;  
  padding: 0; 
}
.career_block .career_section:first-of-type{
  width:75%;
}  
.career_block .career_section .tittle{
  color: #fff;
  font-family: 'poppinsmedium';
  font-size: clamp(18px, 7vw, 22px);    
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0px 0 0;
  margin: 0;
}

.career_wrapper .tittle{
  color: #79EFFF;
  font-family: 'poppinssemibold';
  font-size: clamp(20px, 7vw, 24px);    
  line-height: 1.2;
  text-transform: capitalize;
  padding: 15px 0 0;
  margin: 0;
}
.career_wrapper .subtittle{
  color: #79EFFF;
  font-family: 'poppinssemibold';
  font-size: clamp(18px, 7vw, 20px);    
  line-height: 1.2;
  text-transform: capitalize;
  padding: 20px 0 0;
  margin: 0;
}
.career_wrapper p{
  font-size: 17px;
  font-family: 'poppinsregular';
  line-height: 27px;
  color: #fff;
}
.career_wrapper ul{
  padding: 10px 0 10px 17px;
}
.career_wrapper ul li{
  color: #fff;
  font-family: 'poppinsregular';
  font-size: 17px;    
  line-height: 27px;
  text-transform: none;
  padding: 5px 0 5px;
  margin: 0;
  display: list-item;
  list-style-type: disc;
}
.location_wrapper{
  color: #fff;
  font-family: 'poppinsregular';
  font-size: 18px;    
  line-height: 1.2;
  text-transform: none;
  padding: 0px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.location_wrapper span{
  display: inline-block;
  padding-right: 10px;
}
.career_section .seemore{
  color: #79EFFF;
  font-size: 30px;
}
.career_section .seemore{
  position: relative;
  cursor:pointer;
}
.career_section .seemore::before { 
  content: "\2b";
 display: block;
 font-family: 'Font Awesome 6 Free';
 -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-size: 25px;
    text-rendering: auto;
    font-weight: 900;
}
.career_section .seemore.active::before{
  content: "\f068";
}

.career_wrapper .getquote {
  position: relative;
  font-family: 'poppinsregular';
  color: #fff;
  font-size: clamp(17px, 7vw, 18px);
  padding: 22px 0 0;
  text-transform: capitalize;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.career_wrapper .getquote::after{
  border-bottom: 3px solid #79EFFF;
  width:40%;
  content: "";
  height: 3px;
  display: block;
  padding: 8px 0 0;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.career_wrapper .getquote:hover::after{
  width:100%;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.career-popup .getquote {
  position: relative;
    font-family: 'poppinsregular';
    color: #fff;
    font-size: clamp(17px, 7vw, 18px);
    padding: 22px 0 0;
    text-transform: capitalize;
    background: transparent;
    border: none;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.career-popup .submit{
  position: relative;
}
.career-popup .submit::after{
  border-bottom: 3px solid #79EFFF;
  width:40%;
  content: "";
  height: 3px;
  display: block;
  padding: 8px 0 0;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.career-popup .submit:hover::after{
  width:100%;
  transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.career-form form .input-div.submit:nth-of-type(2) {
  position: relative;
  padding-left: 20px;
}
#target {  
    width: 100%;    
    padding: 30px 0;
    display: none;
    margin: 0;    
      border-bottom: 2px solid #79EFFF;
  }

#target1 {
  width: 100%;    
  padding: 30px 0;
  display: none;
  margin: 0;  
}
#target2 {
  width: 100%;    
  padding: 10px 0;
  display: none;
  margin: 0;  
}
#target3 {
  width: 100%;    
  padding: 10px 0;
  display: none;
  margin: 0;  
}
#target4 {
  width: 100%;    
  padding: 10px 0;
  display: none;
  margin: 0;  
}
#target5 {
  width: 100%;    
  padding: 10px 0;
  display: none;
  margin: 0;  
}

.career_block ul{
  padding: 20px 0 0 20px;
}
.career_block ul li{
  color: #fff;
    font-family: 'plusjakartasans';
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
    display: list-item;
    list-style: circle;
}
.career_block  .apply{
  
}
.career-form .btn{
  background: #158594;
  color: #79EFFF;
  border-color:#158594 ;
  filter: none;
}
.career-form .btn:before, .career-form .btn::after{
  content: none;

}
.Hide
{
  display:none;
}
.career-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  transform: scale(1.1);
  
}
.formbutton_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  grid-column: 1 / 3;
 
}
.career-popup .career-form {
  width: 60%;
  max-width: 100%;
  margin: 100px auto 0;
  padding: 50px 50px;
  background: #168594;
  position: relative;
  
}

.career-popup .career-form .career-popup-close {
  position: absolute;
  right: 2%;
  top: -4%;
  padding: 0;
  border-radius: 30px;
  font-size: 17px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-popup .career-form .sub-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;  
  font-family: 'poppinsregular';
  text-transform: capitalize;
  color: #fff;
}

.career-popup .career-form form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.career-popup .career-form form .input-div {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
  position: relative;
 
}
.career-popup .career-form form .input-div.full{
  grid-column: 1 / 3;
}
.career-popup .career-form form .input-div.half{
  padding-right: 0;
}
.career-popup .career-form form .input-div span {
  padding: 0 0 0 0 !important;
}

.career-popup .career-form form .input-div span .input-text {

      width: 100%;
      padding: 15px 20px;
      height: 45px;       
      border: none;
      border-radius: 10px;       
      background: none;
      font-family: 'poppinsregular';
      font-size: 13px;
      color: rgba(255, 255, 255, 0.6);
      text-transform: none;
      border: 1px solid #fff;
  }


.career-popup .career-form form .input-div span .input-text::placeholder {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
      font-family: 'poppinsregular';
      text-transform: capitalize;
}

.career-popup .career-form form .input-div span {
  position: unset;
  width: auto;
   display: inline-block;
}

.career-popup .career-form form .input-div.input-file-div span input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.career-popup .career-form form .input-div.input-file-div div.input-text {
  width: 100%;
      padding: 15px 20px;
      height: 45px;       
      border: none;
      border-radius: 0;       
      background: #f7f7f7;
      font-family: 'poppinsregular';
      font-size: 136px;
      color: #333;
}

.career-popup .career-form form .input-div.input-file-div div.input-text .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 0;
  margin-top: 0;
}
.career-popup .career-form form .input-div.input-file-div div.input-text label {
  font-weight: normal;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 15px;
  vertical-align: top;
  position: absolute;
  left: 5px;
  top: 0;
  padding: 0px 15px;  
  margin-top: 0;
}
.career-popup .career-form form .input-div.submit {
  position: relative;
}

.career-popup .career-form form .input-div.submit .btn {
  width: 100%;
}

.career-popup .career-form form .input-div.submit .ajax-loader {
  width: 100% !important;
  height: 100% !important;
}

.career-popup.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  overflow: auto;
}
.careerbottom_container{
  width:100%;
  padding: 80px 0;
  display: block;
  position: relative;
}
.careerbottom_container::before{
  background: url(../images/careerbottom_bg.png) no-repeat;
  background-position: right center;
  background-size: 100%;
  width:50%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top:4%;
  right: 0;
}
.careerbottom_container .container{
  display: flex;
    justify-content: space-between;
}
.careerbottom_wrapper{
  width:88%;
  display: flex;
  margin: 0 auto 0 auto;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.careerbottom_wrapper .left{
  width:55%;
  display: inline-block;
}
.careerbottom_wrapper .left p{
  font-family: 'poppinsregular';
    font-size: 18px;
    line-height: 27px;
    color: #033B42;
    padding: 12px 0;
}
.careerbottom_wrapper .left p a{
  color: #158594;
  font-family: 'poppinssemibold';
}
.careerbottom_wrapper .left h5{
  font-family: 'poppinsextralight';
    font-size: 20px;
    line-height: 27px;
    color: #033B42;
    padding: 12px 0;
    font-weight: normal;
    border-top: 2px solid #033B42;
    padding-top: 20px;
    margin: 10px 0 0;
}
.careerbottom_wrapper .left h5 span{
  font-family: 'poppinsbold';
  color: #158594;
}
.careerbottom_wrapper .right{
  width:28%;
  display: inline-block;
}
/*****************************************************career  page**************************************************/
.slider2 {
 
  border-radius: 10px;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  padding: 0px 0; 
  border-radius: 10px;
  width: 65%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -50px;
}
.slider2 .owl-item.active.center {
  
}
.slider2 .owl-item {
  height: 100%;
}
.slider2 a.item {
  font-family: 'poppinsextralight';
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  padding: 22px 0;
}
.slider2 .owl-item.active.center a.item {
  font-family: 'poppinsbold';
    font-size: 20px;
}
.slider2 .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex !important;
  justify-content: space-between;
  width: 23%;
}
.slider2  .owl-nav .owl-prev, .slider2  .owl-nav .owl-next{
  border: none;
}
.slider2 .owl-nav .owl-prev {
  background: url(../images/slider_prev.png) no-repeat;
  background-position: left;
  background-size: 100%;
  width: 14px;
  height: 21px;
  opacity: 1;
  transform: none;
  left: 0;
  /* position: absolute; */
}
.slider2 .owl-nav .owl-next {
  background: url(../images/slider_next.png) no-repeat;
  background-position: right;
  background-size: 100%;
  width: 14px;
  height: 21px;
  opacity: 1;
  transform: none;
  right: 0;
  position: absolute;
}
.slider2  .owl-nav span{
  display: none;
}
.slider .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 70px 0 0;
  text-align: center;
}
.slider .content .left {
  display: inline-block;
  width: 48%;
}
.slider .content .tittle {
  font-family: 'poppinsmedium';
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-transform: none;
  padding: 10px 0 20px;
  text-align: center;
  display: block;
}
.slider .content .right {
  display: inline-block;
  width: 48%;
}
.inner_banner .banner-item .content .service_content h4 {
  font-size: clamp(30px, 7vw, 45px);
  color: #fff;
  font-family: 'poppinsbold';
  line-height: 1.2;
  margin: 0px 0px 0px 0px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  padding-right: 20px;
  border-bottom: 3px solid #79EFFF;
}
.service_banner .banner-item .content .service_content h4 span {
  width: 35%;
  height: auto;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -38%;
  left: auto;
  border: none;
  right: -35%;
}
.single-service .inner_banner .banner-item .content .service_content h4{
  display: inline-block;
  position: relative;
  padding-right:10px;
  margin-right: 0;
}
.single-service .inner_banner .banner-item .content .service_content{
  position: absolute;
    width: auto;
    display: inline-block;
    background: url(https://enveetech.ewoke.net/wp-content/themes/ewokeTheme/assets/images/serviceinner_icon.png) no-repeat;
    background-position: right bottom;    
    background-size: contain;
    padding-right: 30px;
}

.single-service .service_banner .banner-item .content .service_content h4 span {
  width: 35%;
  height: auto;
  content: "";
  display: none;
  margin: 0 auto;
  position: absolute;
  top: -1%;
  left: auto;
  border: none;
  right: -72px;
}
.search-container {
  width: 100%;
  padding: 100px 0;
}

.search-container  h2{
  font-size: clamp(30px, 7vw, 50px);
    color: #02171A;
    font-family: 'poppinsbold';
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}
.menu-list li.menu-item-has-children .sub-menu .sub-menu-list li.geologo a{
  position: relative;
    display: flex;
    align-items: center;    
    justify-content: center;
}
.menu-list li.menu-item-has-children .sub-menu .sub-menu-list li.geologo a::after {
  background: url(../images/sv.png) no-repeat;
  background-position: right center;
  background-size: 100%;
  content: "";
  position: relative;
  width: 35%;
  display: block;
  height: 60px;
  padding-left:2px;
}
@media only screen and (min-width: 2250px) {
div.horizontal-timeline {
 
  padding: 10% 0 0;
}
}
@media only screen and (min-width: 2000px) {

.software_wrapper .tittle { 
  font-size: clamp(18px, 7vw, 30px);
}
}
@media only screen and (min-width: 1800px) {
.homeservice_wrapper .right .block .block_inner { 
  height: 220px;
}
.address {
}
.inner_banner .banner_content .right p {
  font-family: 'poppinsregular';
  font-size: 25px;
  line-height: 40px;
}

.footer .footer-content .collaborate span{
  width:100%;
}
}
@media only screen and (max-width: 1710px) {
  .culture_wrapper .tooltip1 .tooltiptext {
   
    width: 175px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 16px;
    
}
 
}
@media only screen and (max-width: 1510px) {
  div.horizontal-timeline {
    padding: 18% 0 3%;
}
.culture_wrapper .tooltip1 .tooltiptext {
  
  left: 0;
  bottom: 40px;
  width:130px;
  
}
.culture_wrapper p {
  position: relative;
}
.homesoftware_wrapper .logo_wrapper .block {
  padding: 10px 40px;
  width: 16.666%;
  display: inline-block;
  transition: transform 0.7s;
}
.homesoftware_wrapper .logo_wrapper .block p {
 
  font-size: 12px;  
  line-height: 20px;
}
}
@media only screen and (max-width: 1410px) {
 
  
  
.servicetop_wrapper .block .imageover_content {  
  padding: 10px; 
}
.content-wrapper .main_tittle {
  margin: 80px 0px 40px 0;
  line-height: 28px;
}
div.card .content_wrapper {
  
  margin: 160px 0 0;
 
}
}
@media only screen and (max-width: 1310px) {
  div.horizontal-timeline {
   
    padding: 20% 0 3%;
}
}
@media only screen and (max-width: 1210px) {
  div.horizontal-timeline {
   
    padding: 15% 0 3%;
  }
 
.inner_banner .banner_content {
   
  width: 82%;  
  
}
.inner_banner .banner-item .content h2 {
font-size: clamp(30px, 4vw, 58px);

}
.inner_banner .banner_content .right {
  width: 70%;
  display: inline-block;
  padding-top: 22px;
  padding-left: 4%;
  margin-left: -1px;
}
.servicetop_wrapper {
 
  margin: 0 auto 0 0;
 
}
.servicetop_wrapper .block {
  width: 50%;  
  padding: 5px 5px;
}

.slider2 {  
  border-radius: 10px;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  padding: 0px 0; 
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
}
@media only screen and (max-width: 1010px) {
  .sector_banner.blog_banner.service_banner img {
    display: none;
}
  .culture_wrapper .tooltip1 .tooltiptext {
    left: 0;
    bottom: 40px;
    width: 130px;
    font-size: 12px;
    line-height: 14px;
}
  .inner_banner .banner_content .right p {   
    font-size: 14px;
    line-height: 23px;
}
.inner_banner .banner_content {
  width: 92%;
}
.culture_wrapper {
  width: 100%;
  display: block;
  margin: 40px auto 0 auto;
  position: relative;
}
.timeline_container .container {
  display: block;
  justify-content: space-between;
}
.timeline_wrapper {
  width: 100%;
  margin: 40px auto 0;
  display: block;
}
.team_wrapper {
  width: 100%;
  margin: 40px auto 0;
  display: block;
}
.slider2 {
  
  border-radius: 10px;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  padding: 0px 0;  
  border-radius: 10px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.slider{
  width:95%;
  margin: 0 auto;
}
.slider .content {
 
  margin: 40px 0 0;
  text-align: center;
}
.slider .content .left{
  width:100%;
  display: block;
}
.slider .content .right{
  width:100%;
  display: block;
  margin: 30px 0 0;
}
.rating_container .block .content .tittle {
 
  padding-left: 0;
  text-align: center;
  display: block;
}

.homeservice_wrapper .right.right_mob .owl-dots .owl-dot {
  width: 14px !important;
  height: 14px !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  background: #fff !important;
  margin: 0px 3px;
  border: none;
  opacity: 0.5;
}
.homeservice_wrapper .right.right_mob .owl-dots .owl-dot.active {   
  opacity: 1;
}
.software_wrapper .item p{
  font-size: 13px;
  padding: 0;
  line-height: 16px;
}
.software_wrapper .item {
  padding: 0px 50px;
  text-align: center;
}
.overlay ul li a {
  
  padding: 10px 50px 10px 50px;
  width: auto;
}
.menu-list li.menu-item-has-children a.drop-down-toggle::after {
  
  right: 5%;
  
}
}
@media only screen and (max-width: 1010px) {
  .main_tittle {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    padding: 0;
    text-align: left;
    font-family: 'poppinsextralight';
    color: #0093A7;
    font-size: clamp(25px, 7vw, 35px);
    text-transform: capitalize;
    border-left: none;
    border-bottom: 2px solid #033B42;
    display: block;
    letter-spacing: 2px;
    padding-bottom: 12px;
}
.main_tittle.blue {
  color: #B1F6FF;
  border-color: #fff;
}
.homeservice_wrapper {
 flex-wrap: wrap;
  margin: 40px 0 0;
  width:100%;
}
.homeservice_wrapper .left {
  width: 100%;
  display: block;
}
.homeservice_wrapper .right {
  width: 100%;
  display: none;
  margin: 30px 0 0;
}
.homeservice_wrapper .right.right_mob{
  display: block;
}
.homeservice_wrapper .right.right_mob .block {
  width: 100%;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.homeservice_wrapper .left .tittle br{
  display: none;
}
.left_nav { 
  display: none;
}
header {
  padding: 10px 0;
}
header.fix {
  top: 0px !important;
  padding: 15px 0;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
}
header .menu-div .container {
  width: 90%;
  margin: 0 auto;
}
header.fix .menu-div .logo {
  padding: 0px 0 0px 30px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

header.fix .menu-div .col-container {
  height: auto;
}

header .menu-div .col-container {
  display: flex;
  flex-wrap: wrap;  
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
header .menu-div .logo {
  width: 285px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  padding: 0;
  position: relative;
  z-index: 10;
}
header .menu-div .menudiv_right {
  display: inline-flex;
  align-items: center;
  background: none;
  width: auto;
  justify-content: center;
  padding: 0;
  border-bottom: none;
}
.whyus_container .container {
  width: 95%;
  margin: 0 auto;  
  justify-content: space-between;
  display: block;
}
.whyus_wrapper {
  width: 100%;
  display: block;
  margin: 70px auto 0;
  position: relative;
}
.homeservice_container .container {
  display: block;
}
.homessoftware_container .container {
  display: block;
  justify-content: space-between;
}
.homesoftware_wrapper {
  width: 100%;
  margin: 30px 0 0;
}
.homesoftware_wrapper .logo_wrapper .block {
  padding: 10px 25px;
  width: 16.666%;
  display: inline-block;
}
.hometeam_container .container {
  display: block;
  justify-content: space-between;
  width:100%;
}
.hometeam_container .main_tittle.blue {
  margin: 0 3%;
}
.hometeam_wrapper {
  width: 100%;
  margin: 40px 0 0;
}
.section-tabs .tittle{
  display: none;
}
.gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 0px 0;
  background: #79EFFF;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
.gallery-top .swiper-slide .content {
 
  padding: 0 3%;
}
.inline.address{
  display: none;
}
.inline.address.address_mob{
  display: block;
  width:100%;
}
footer .inline:nth-child(2){
  display: none;
}
.footer .footer-content .col-container {
 
  padding-left: 2%;
  flex-direction: column;
}
footer .inline{
  padding: 20px 0;
}
.footer .footer-content .collaborate span {
 
  width: 80%;
  background-position: left bottom;
  background-size: 100%;
  display: block;
  width: 84%;
  padding: 151px 0px 0px 0px;
}
header .overlay {
  position: fixed;
  background-position: top left;
  background-size: cover;
  top: 0;
  left: 0;
  padding: 0;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  width: 100%;
}
.overlay ul {
  list-style: none;
  margin: 50px auto 0;
  display: inline-block;
  width: 100%;
  font-family: 'poppinsregular';
  width: 100%;
  overflow: auto;
  max-height: 95%;
  text-align: center;
}
.menu-list li.menu-item-has-children .sub-menu {
  display: none;
  padding-bottom: 20px;
  background: #02171A;
  margin: 0px 0 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 10000;
  width: auto;
  padding: 20px 0 0px;
}
ul.sub-menu-list {
  margin: 0;
  height: auto;
}
.menu-list li a {
   font-size: 25px;
  line-height: 35px;  
}
.overlay ul li{
  padding: 0;
}
.menu_bottom {
  padding: 20px 0 0 0px;
  text-align: center;
}
header .logo_mob {
  width: 285px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  padding: 0;
  position: relative;
  z-index: 100;
  margin: 0 auto 0;
  padding-top: 50px;
  display: block;
}

.contact_wrapper .social {
  display: flex;
  justify-content: center;
  height: auto;
}
.contact_wrapper .social li{
  width:auto;
  padding:10px;
}
.contact_wrapper .social li a{
background: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #02171A;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.contact_wrapper .social li a:hover{
  background: #79EFFF;
}
.contact_wrapper .envelope {
    color: #79EFFF;
    font-size: 38px;
    padding: 30px 20px 0;
    border-top: 2px solid #D9D9D9;
    width: auto;
    margin-top: 30px;
    display: inline-block;
}
.target_container .container {
  width: 95%;
  margin: 0 auto 0 auto;
  display: block;
  justify-content: space-between;
}
.target_container .container .main_tittle {
  
  text-align: center; 
}
.photogrammetry_container {
 
  margin-bottom: 0;
}
.sector_banner {
  background: linear-gradient(to right, #033B42, #067988);
 height: 50svh;
}
.photogrammetry_container {
  width: 100%;
  margin-top: -35%;
}
.blog_wrapper .left .item {
  width: 100%;
  padding: 10px;
}
.tab-content .container {
  display: block;
  justify-content: space-between;
}
.content-wrapper {
  padding: 10px 0 0px;
}
.tab-content .content {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.tab-content ul {
  padding: 0;
  width: 40%;
}
.tab-content .image {
  width: 58%;
 
}
.drawing_container .container {
  display: block;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


.servicetop_container, .servicetab_container {
 
  margin-top: 40px;
}
.drawing_container, .sample_container, .casestudy_container {
 
  padding: 40px 0;
}
.software_wrapper .logo_wrapper {
  margin: 0px 0 0;
}
.drawing_wrapper {
  width: 100%;
  margin: 30px auto 0;
}
.sample_container .container {
  display: block;
  justify-content: space-between;
}
.sample_wrapper {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
.casestudy_container .container {
  display: block;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.casestudy_wrapper {
  width: 100%;
  display: block;
  margin: 30px auto 0 auto;
  position: relative;
}
.contactform_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 0;
}
.contact_info {
  padding: 0;
  width: 100%;
}
.contactform_form {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.map_container .container {
  display: block;
}
.map_wrapper {
  width: 100%;
  margin: 30px auto 0;
}
.map_wrapper .tab_container .image_wrapper {
  width: 67%;
  display: block;
  margin: 0 auto;
}
.careertop_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 0;
}
.careeroption_container .container {
  display: block;
}
.career_wrapper {
  width: 100%;
  margin: 30px auto 0;
}
.careerbottom_container .container {
  display: block;
}
.careerbottom_wrapper {
  width: 100%;
  display: flex;
  margin: 30px auto 0 auto;
}
.timeline_container {
 
  padding: 20px 0 80px;
}
.footer .footer-content .collaborate span.typed {
  font-family: 'poppinsregular';
  font-size: clamp(20px, 7vw, 35px);
  color: #fff;
  padding: 10px 0px 8px 0px;
  display: block;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  text-transform: capitalize;
  opacity: 1;
  line-height: 1.5;
  height: 70px;
  display: flex;
  
}
.address_mob span{
  font-size: clamp(20px, 7vw, 35px);
  padding-left: 0;
  text-transform: capitalize;
}
.footer .footer-content .collaborate span.lets {
 
  padding: 80px 0px 0px 0px;
 
}
}
@media only screen and (max-width: 910px) {
  video.mob_banner{
    display: block !important;
  }
  video.desktop_banner{
    display: none !important;
  }
  .banner_content {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 90%;
    text-align: center;
    transform: translateX(-50%);
}
.circle-point4 .tooltip {
  bottom: -132px;
  right: -132px;
  transform: rotate(0deg);
  writing-mode: horizontal-tb;
}
.circle-point4 .tooltip::after {
  height: calc(100% - -121px);
  right: 46%;
  bottom: -145px;
  border-left: 2px solid #0093A7;
  height: calc(100% - -102px);
  position: absolute;
  right: 74%;
  content: "";
  top: auto;
  bottom: 23px;
  /* width: 2px; */
  z-index: 100;
  border-bottom: none;
  width: 2px;
}
.circle-point5 .tooltip {
  bottom: -132px;
  right: -132px;
  transform: rotate(0deg);
  writing-mode: horizontal-tb;
}
.circle-point5 .tooltip::after {
  height: calc(100% - -121px);
  right: 46%;
  bottom: -145px;
  border-left: 2px solid #0093A7;
  height: calc(100% - -102px);
  position: absolute;
  right: 74%;
  content: "";
  top: auto;
  bottom: 23px;
  /* width: 2px; */
  z-index: 100;
  border-bottom: none;
  width: 2px;
}
.circle-point6 .tooltip {
  bottom: -93px;
        right: -132px;
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
}
.circle-point6 .tooltip::after {
  
       
        border-left: 2px solid #0093A7;
        height: calc(100% - -58px);
        position: absolute;
        right: 74%;
        content: "";
        top: auto;
        bottom: 26px;
        /* width: 2px; */
        z-index: 100;
        border-bottom: none;
        width: 2px;
}
.homesoftware_wrapper .logo_wrapper .block {
  padding: 10px 25px;
  width: 20%;
  display: inline-block;
}
.gallery-top .swiper-slide .content .left {
  display: block;
  width: 100%;
}
.gallery-top .swiper-slide .content .right {
  display: block;
  width: 100%;
  margin: 30px 0 0;
}
.sector_banner .banner_content {
  width: 92%;
  top: 23%;
}

}
@media screen and (max-width: 850px) {
  .map_wrapper {
   
    flex-wrap: wrap;
}
.right_nav {
  width: 100%;
}
.right_nav .social {
  font-size: 0px;
  display: flex;
  margin: 20px 0px 0px 0px;
  width: 100%;
  justify-content: center;
}
.right_nav .social li {
  display: inline-flex;
  padding: 10px 10px;
  text-align: center;
  width: auto;
  justify-content: center;
}
.map_wrapper .tabs_wrapper {
  width: 100%;
}
  .map_wrapper ul.tabs {
    display: none;
  }

  .map_wrapper .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: none;
    border-radius: 0;   
    padding: 0;
  }

  .map_wrapper .tab_drawer_heading {
   
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'poppinsregular';
    margin: 10px 0;
    padding: 5px 20px;
    display: block;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .map_wrapper .tab_drawer_heading:hover {
   
  }

  .map_wrapper .d_active {
    background: #fff;
    color: #158594;  
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'poppinsbold';
    margin: 10px 0;
    padding: 5px 20px;
  }
  /*.map_wrapper .circle-point {
   
    top: 38%;
    left: 34%;
  }
  .map_wrapper .circle-point4 {
    top: 45%;
    left: 65%;
}
.map_wrapper .circle-point3 {
  top: 74%;
  left: 49.3%;
}
.map_wrapper .circle-point2 {
  top: 65%;
  left: 32%;
}
.map_wrapper .circle-point1 {
  top: 52%;
  left: 33%;
}*/
.careertop_wrapper .block {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  width: 50%;
  margin: 20px 0;
}
.career-popup .career-form {
  width: 100%;
  max-width: 100%;
  margin: 100px auto 0;
  padding: 50px 50px;
 
}
.culture_wrapper .image{
  margin: 0 auto 30px;
}
.culture_wrapper p{
  position: relative;
  width:90%;
  margin: 0 auto;
}
.culture_wrapper .tooltip1 .tooltiptext {
  right: auto;
        left: 0;
        transform: none;
        width: 100px;
        bottom: 34px;
        top: auto;
        font-size: 10px;
        line-height: 12px;
}
.culture_wrapper .tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: auto;
  right: 0%;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #0093A7 transparent transparent #0093A7;
}
}
@media only screen and (max-width: 810px) {
.inner_banner .banner_content .right {
  width: 70%;
  display: none;
 
}
.inner_banner .banner_content::after {
  content: none;
  position: absolute;
  border-bottom: 4px solid #56EBFF;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.sector_banner .banner_content::after {
  content: none;
  
}

div.card .content_wrapper {
  
  margin: 154px 0 0;
  display: block;
  text-transform: capitalize;
}
.inner_banner .banner_content {
  width: 92%;
  top: 41%;
}
.sector_banner .banner_content {
  width: 92%;
  top: 23%;
}
.inner_banner .banner_content .left {
  width: 27%;
  display: inline-block;
}
.targetdescription_wrapper {
  width: 98%; 
}
.target_container {
  width: 100%;
  padding: 40px 0;
  display: block;
}
.target_wrapper {
  width: 100%;
}
.inner_banner .banner-item .content h4 {
  font-size: clamp(25px, 6vw, 50px);
  
}
.blog_wrapper .left {
  width: 100%;
  display: block;
  flex-wrap: wrap;
}
.blog_wrapper .right {
  width: 100%;
  display: block;
  text-align: left;
  margin: 30px 0 0;
}
.blog_banner .banner_content {
  width: 92%;
  top: 43%;
}
.blog_wrapper {
  
  width: 100%;
 
}
.servicetop_wrapper .block {
  width: 100%;
  padding: 5px 5px;
}
.casestudy_wrapper .owl-dots{
  text-align: center;
}
.tab-link {
  
  padding: 10px 20px;
}
.page-template-aboutus .inner_banner .banner_content {
 
  top: 25%;
}
.single-service .inner_banner .banner-item .content .service_content h4{
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 26px;
  font-size: 25px;
}

}
@media only screen and (max-width: 720px) {
.tab-content .content {
 
  flex-direction: column-reverse;
}
.tab-content .image {
  width: 100%;
}
.tab-content ul  {
  width: 100%;
  margin: 20px 0 0;
}
div.card .image_wrapper .image1, div.card .image_wrapper .image3 {
 
  margin-top: 60px;
}

}
@media only screen and (max-width: 620px) {
.homeservice_wrapper .right .block .icon {
  display: inline-block;
  width: 30%;
}
.homesoftware_wrapper .logo_wrapper .block {
  padding: 10px 25px;
  width: 33.33%;
  display: inline-block;
}
.homesoftware_wrapper .logo_wrapper .block {
  padding: 10px 25px;
  width: 33.33%;
  display: inline-block;
}
.rating_container .block .content .number {
  
  font-size: clamp(20px, 8vw, 50px);
}
.footer .copyright .desc {  
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.rating_container .block {
  
  width: 50%;
}
.rating_container .block .content .tittle { 
  padding-left: 0;  
  text-align: center;
}
.footer .footer-content .collaborate span {
 
  padding: 28px 0px 0px 0px;
}
header .logo_mob {
  width: 175px;
}

.sector_banner .banner_content {
  width: 92%;
  top: 40%;
}
.sector_banner {
  background: linear-gradient(to right, #033B42, #067988);
  padding-bottom: 0;
}
.photogrammetry_container {
  width: 100%;
  margin-top: 0;
  background: linear-gradient(to right, #033B42, #067988);
  padding: 0 0 30px 0;
}
.target_wrapper .outer_block {
  display: inline-block;
  padding: 4px;
  width: 50%;
}
.target_wrapper {
  width: 100%;
  margin: 0 auto;
}
.sector_banner {
  background: linear-gradient(to right, #033B42, #067988);
  height: 30svh;
}
.tabs {
  
  flex-wrap: wrap;
}

.software_wrapper {
  width: 96%;
  margin: 0;
}
.software_wrapper .item {
  padding: 0 20px;
}
.casestudy_wrapper .block_outer{
  padding: 0 10px;
}
.map_wrapper .circle-point .tooltip {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  transform: none;
  writing-mode: horizontal-tb;
  height: 100%;
  text-align: left;
  font-size: 13px;
  position: absolute;
  line-height: 16px;
  width: 138px;
    word-break: break-word;
}
.map_wrapper .circle-point .tooltip {
  top: -107px;
  left: -30px;
  right: auto;
  bottom: auto;
}

.map_wrapper .circle-point3 .tooltip {
  top: -74px;
  right: 0;
  bottom: 0;
  left: -158px;
}
.map_wrapper .circle-point4 .tooltip {
  top: -53px;
  left: -48px;
  right: auto;
  bottom: auto;
}
.map_wrapper .circle-point1 .tooltip {
  bottom: -20px;
  right: auto;
  top: -118px;
  left: -53px;
}


.contactform_form form p {
  margin: 0;
  grid-column: 1 / 3;
}
.careerbottom_wrapper {
  
  flex-direction: column-reverse;
}
.careerbottom_wrapper .right {
  width: 42%;
  display: inline-block;
}
.careerbottom_wrapper .left {
  width: 100%;
  display: inline-block;
}
.career-popup .career-form form .input-div.half {
  padding-right: 0;
  grid-column: 1 / 3;
}
.career-popup .career-form {
  width: 100%;
  max-width: 100%;
  margin: 250px auto 0;
  padding: 50px 10px;
}
.banner .banner-item .content .getquote { 
  font-size: clamp(17px, 7vw, 24px); 
}
.banner .banner-item .content h3 {
  font-size: clamp(38px, 9vw, 60px);
 
}
.banner .banner-item .content h1 {
  font-size: clamp(50px, 7vw, 58px);
 
}
.banner .banner-item .content p {
  font-family: 'poppinsextralightitalic';
  font-size: clamp(19px, 10vw, 24px);
  color: #fff;
  
}
.circle-point .tooltip {
  bottom: -226px;
  right: auto;
  font-size: 14px;
  text-align: center;
  top: auto;
  left: 105px;
}
.circle-point1 .tooltip{ 
  right: auto;
  left: auto;
}
.circle-point2 .tooltip{
right: -48px;
left: auto;
}
.circle-point3 .tooltip {
  left: auto;
  right: 0;
  bottom: 52px;
}
.circle-point4 .tooltip {
  bottom: -135px;
}
.circle-point5 .tooltip {
bottom: -75px;
}
.circle-point6 .tooltip {
left: auto;
right: -11px;
bottom: -62px;
}
.circle-point .tooltip::after, .circle-point1 .tooltip::after, .circle-point2 .tooltip::after, .circle-point3 .tooltip::after, .circle-point4 .tooltip::after, .circle-point5 .tooltip::after, .circle-point6 .tooltip::after{
display: none;
} 
.timeline_container .main_tittle.blue {
 
  margin: 40px 0 0;
}
p {
  font-family: 'poppinslight';
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  padding: 12px 0;
}
.tab-content ul li {
  
  font-size: 15px;
  line-height: 22px;
  margin: 16px 0;
  
}
.drawing_wrapper {
 
  background: none;
}
 .software_wrapper {
        width: 100%;
        margin: 0;
 }
 .gallery ul.tabs_inner li {
  margin: 10px 5px 10px 5px;
  line-height: 25px;
  font-size: 15px;
}
.attachment {
 
  right: auto;
  left: 0;
  bottom: -70%;
  top: auto;
  transform: none;
}
}
@media only screen and (max-width: 510px) {
.slider2 .owl-nav {
 
  width: 82%;
}
.tab-link {
 
  width:100%;
}
.single-service .inner_banner .banner-item .content .service_content h4 {
  display: inline-block;
  position: relative;
  padding-right: 0px;
  margin-right: 0px;
  font-size: 17px;
}
.single-service .inner_banner .banner-item .content .service_content {
 
  padding-right: 0 !important;
  background-image: none !important;
}
.servicetop_wrapper .block .imageover_content .tittle {
  
  font-size: 15px; 
  line-height: 16px;  
}
.servicetop_wrapper .block .imageover_content p {
  color: #fff;
  font-size: 10px;
  line-height: 14px;
}
}
@media only screen and (max-width: 480px) {
  header .menu-div .logo {
    width: 130px;  
  }
  header.fix .menu-div .logo {
    width: 130px;  
    padding: 0;
  }
  .circle-point .tooltip {
    bottom: -134px;
    right: auto;
    font-size: 14px;
    text-align: center;
    top: auto;
    left: 50px;
}
.circle-point1 .tooltip{ 
    right: auto;
    left: auto;
}
.circle-point2 .tooltip{
  right: -48px;
  left: auto;
}
.circle-point3 .tooltip{
  left: auto;      
  right: 12px;
  bottom: -148px;
}
.circle-point4 .tooltip{
  bottom:-90px;
}
.circle-point5 .tooltip {
  bottom: -75px;
}
.circle-point6 .tooltip {
  left: auto;
  right: -11px;
  bottom: -62px;
}
.circle-point .tooltip::after, .circle-point1 .tooltip::after, .circle-point2 .tooltip::after, .circle-point3 .tooltip::after, .circle-point4 .tooltip::after, .circle-point5 .tooltip::after, .circle-point6 .tooltip::after{
  display: none;
} 
.banner .banner-item .content p {
 
  font-size: clamp(17px, 4vw, 22px); 
}
.banner .banner-item .content h3 {
  font-size: clamp(20px, 5vw, 40px);
}
.banner .banner-item .content h1 {
  font-size: clamp(28px, 5vw, 58px);
}
.getquote {
 
  font-size: clamp(14px, 4vw, 20px) !important;
  padding: 18px 0 0 !important; 
  
}
.banner_content { 
  top: 14%;  
}
.homesoftware_wrapper .logo_wrapper {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.homesoftware_wrapper .logo_wrapper .block {
  padding: 10px 18px;
  width: 50%;
  display: inline-block;
}
.whyus_container {
  width: 100%;
  padding: 50px 0 80px;
  display: block;
}
.homeservice_container {
 
  padding: 40px 0;
}
.homessoftware_container {
  
  padding: 40px 0;
}
.hometeam_container {
 
  padding: 40px 0;
}
.swiper-button-next.swiper-button-white {
 
  transform: translate(70px, 12px);
  right: calc((100% - var(--swiper-width)) / 2);
}
.swiper-button-prev.swiper-button-white {
 
  transform: translate(-70px, 12px);
  left: calc((100% - var(--swiper-width)) / 2);
}
.gallery-top .swiper-slide .content {
  
  margin: 40px 0 0;
  text-align: center;
}
.rating_container .block .content .number {
  font-size: clamp(28px, 11vw, 50px);
}
.footer { 
  padding: 0px 0 0;  
}
.inner_banner .banner_content {
  width: 92%;
  top: 36%;
}
.inner_banner .banner_content .left {
  width: 29%;
  display: inline-block;
}
.inner_banner .banner-item .content h2 {
  font-size: clamp(20px, 4vw, 58px);
}
.culture_wrapper p {
  font-family: 'poppinslight';
  font-size: 16px;
  color: #033B42;
  line-height: 28px;
  text-transform: none;
  padding: 0 0 0 0;
  margin-top: 10px;
  width:85%;
  position: relative;
}
.culture_wrapper .tooltip1 .tooltiptext {
  right: auto;
  left: 0;
  transform: none;
  width: 100px;
  bottom: 34px;
  top: auto;
  font-size: 10px;
  line-height: 12px;
  padding: 3px 2px;
}
.culture_wrapper .tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0%;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #0093A7 transparent transparent #0093A7;
}
div.horizontal-timeline {
  padding: 42% 0 3%;
}
.target_wrapper .outer_block {
  display: inline-block;
  padding: 4px;
  width: 100%;
}
.sector_banner .banner_content {
  width: 92%;
  top: 40%;
}
.news_list .image {
  width: 100%;
  display: block;
}
.news_list .content {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
.gallery ul.tabs_inner {
 
  flex-wrap: wrap;
  justify-content: center;
}

.servicetop_wrapper .block .imageover_content ul {
 
  display: none;
}
.servicetop_wrapper .block .imageover_content {
 
  height: auto;
  
}
.map_wrapper .tab_container .image_wrapper {
  width: 100%;
}
.careertop_wrapper .block {
 
  width: 100%;
  margin: 20px 0;
}
.pointer:hover .tooltip_timeline {
  color: #fff;
  bottom: 206px;
  text-align: center;
  opacity: 1;
  margin-top: -122px;
  transition: opacity 0.3s ease;
  z-index: 1000;
  pointer-events: none;
  width: max-content;
  left: 50%;
  font-family: 'poppinsregular';
  font-size: 10px;
  transform: translateX(-50%);
  line-height: 14px;
  display: block;
}
.tooltip_timeline::after {
  border-left: 2px solid #fff;
  height: 18px;
  position: absolute;
  right: 45%;
  content: "";
  top: auto;
  bottom: -36px;
  z-index: 100;
}
.pointer1:hover .tooltip_timeline {
  top: 128px;
  bottom: auto;
  margin-top: 112px;
  display: block;
}
.pointer1 .tooltip_timeline::after {
  top: -50px;
  bottom: auto;
}
.homeservice_wrapper .right .block .icon {
  display: inline-block;
  width: 60%;
}
}