@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
.fontstyle {
    font-family: 'Lato', sans-serif;
}

.drop-down-font{
    font-size: 13px !important;
}
/*.navbar{*/
/*    height: 60px;*/
/*    z-index: 9999;*/
    
    /*position: fixed;*/
/*}*/


/* Overlay to fade the background */
/*.overlay {*/
/*  position: fixed !important;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100vw;*/
/*  height: 100vw;*/
  background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 999; /* Behind popup */
/*  display: none;*/
/*}*/

/*.popup {*/
/*  transform: translate(-50%, -50%);*/
/*  background: white;*/
/*  color: black;*/
/*  padding: 20px 30px;*/
/*  border-radius: 8px;*/
/*  display: none;*/
/*  box-shadow: 0 0 20px rgba(0,0,0,0.3);*/
/*}*/


/* Animation for the success message */
.alert-success {
    margin-top: 1rem;
  text-align: center;
  width: 20rem;
  z-index: 1000;
  height: 6rem;
  position: fixed;
  border-radius: 4px;
  border-left: 4px solid #28a745;
  background-color: #d4edda;
  color: #155724;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  /*animation: fadeInOut 1.5s ease forwards;*/
  position: relative;
}

/* Progress fill covering full height */
.alert-success::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(40, 167, 69, 0.3); /* Slightly transparent green overlay */
  animation: progressFill 1.5s linear forwards;
  z-index: 0;
}

/* Ensure text stays on top */
.alert-success > * {
    
    margin-top: 1rem;
  position: relative;
  z-index: 1;
}

/*@keyframes fadeInOut {*/
/*  0% { opacity: 0; transform: translateY(-10px); }*/
/*  10% { opacity: 1; transform: translateY(0); }*/
/*  80% { opacity: 1; transform: translateY(0); }*/
/*  100% { opacity: 0; transform: translateY(-10px); }*/
/*}*/

@keyframes progressFill {
  0%   { width: 0%; }
  100% { width: 100%; }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem !important;
}


li .nav-link .nav-item{
    font-size: x-large;
}

.mega-menu {
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}


 #hoverable Class Styles 

.hoverable {
    position: static;
}

.hoverable>a:after {
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.hoverable:hover .mega-menu {
    display: block;
}

a {
    text-decoration: none;
}

.nav-top {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #188976;
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
}

.pt-10 {
    padding-top: 5.5rem !important;
}

.nav-drill {
    transform: translateX(100%);
}

ul.nav-items.nav-expand-content.text-sm {
    height: 100vh;
    overflow: scroll;
}

.nav-is-toggled .nav-drill {
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
}

.nav-items {
    flex: 0 0 100%;
}

.nav-link {
    display: block;
    padding: 0.875em 1em;
    background-color: #fff;
    color: black !important;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 300;
}

.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    background-color: #ffff;
    transition: 0.3s;
    visibility: hidden;
}

.nav-expand-content .nav-back-link::before {
    content: "chevron_left";
    font-family: "Material Icons";
    font-size: 20px;
}

.nav-expand-link::after {
    content: "chevron_right";
    flex: 0 1 auto;
    font-family: "Material Icons";
    float: right;
    font-size: 20px;
}

.nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    color: #fff;
}

.nav-expand-link {
    display: flex;
    justify-content: space-between;
}

.nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.search-input {
    width: 0;
    padding: 0;
    transition: width 0.1s ease-in-out;
}

.search-input.active {
    width: 300px;
    padding: 0 1.5rem;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.blue {
     background-color: #D9D7F1 !important;
    background-color: #FCF8EC !important; 
     background-color : #F3F3F3 !important; 
    background-color: #f8faff !important;
}

.bg-hero {
    background-color: #f8faff;
}

.carousel-zoom {
    animation: zoom 10s;
}

@keyframes zoom {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

header {
    position: relative;
    background-color: black;
    height: 60vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}


 Media Query for devices withi coarse pointers and no hover functionality 


 This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element 

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://3fee7a1sld751eqrjr3a035t-wpengine.netdna-ssl.com/wp-content/uploads/2021/08/g-519519137-desktop.jpg') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}

.h-300 {
    height: 300px !important
}

.h-250 {
    height: 250px !important
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.card-thumbnail {
    max-height: 350px;
    overflow: hidden;
}


-------------------------
    ## Preloader Css
---------------------------

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader-inner .preloader-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 98;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.preloader-inner .preloader-main li {
    width: 4px;
    height: 40px;
    background-color: var(--main-color-one);
    display: inline-block;
    margin: 0 4px;
    -webkit-animation: preloader 1s infinite;
    animation: preloader 1s infinite;
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    25% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    75% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(2);
        transform: scaleY(2);
    }
}

.preloader-inner .preloader-main li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader-inner .preloader-main li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader-inner .preloader-main li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader-inner .preloader-main li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader-inner .preloader-main li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.preloader-inner .preloader-main-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 98;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bannerFondo {
    height: 400px;
}

.img-height {
    height: 600px;
}

.card {
    border-radius: 0px !important;
}

.h-98 {
    height: 30rem !important;
}

.h-80 {
    height: 48rem !important;
}
.h-80-1{
    height: 20rem !important;
}

@media screen and (max-width: 600px) {
    .responsive {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
    .responsive-col {
        grid-column: span 6 / span 6 !important;
    }
    .process-left:after {
        display: none !important;
    }
    .process-right:after {
        display: none !important;
    }
    .h-80 {
        height: 24rem !important;
    }
}

.process-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}

.process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}

.process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}

.process-step {
    background: #253A8A;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.process-last:before {
    display: none;
}

.process-box p {
    z-index: 9;
}

.process-step p {
    font-size: 20px;
}

.process-step h2 {
    font-size: 39px;
}

.process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #576bbd;
    border-left: 8px solid #04889800;
    border-right: 8px solid #576bbd;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

.process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #576bbd;
    border-left: 8px solid #576bbd;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}


        #navbarSupportedContent  a{
            color: black;
            /*font-size: larger;*/
            font-size: 14px;
        }
        .dropdown-menu{
            background-color: white;
        }
        .dropdown-item{
            color: white;
        }
        
        .fullwidth-dropdown .dropdown-menu {
    
    left: -319px !important;

    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}


@media screen and (max-width: 1440px) {
    .fonts {
       font-size: small !important;
       margin-left: 0px !important;
  }
}
/*@media screen and (max-width: 768px) {*/
/*    .navbar {*/
/*       width: 50rem;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 425px) {*/
/*    .navbar {*/
/*       width: 32rem;*/
/*  }*/
/*}*/

.fullwidth-dropdown .dropdown-item {
    /*padding: 1rem 1.5rem;*/
    /*padding: 25px;*/
    padding: 8px;

}
@media screen and (max-width: 768px) {
    .fullwidth-dropdown .dropdown-menu {
        /* margin-left: 190px; */
        /*margin-left: 418px;*/
        margin-left: -13px;
        /* width: 1718px; */
        width: 2096px;
  }
}

@media screen and (max-width: 425px) {
    .fullwidth-dropdown .dropdown-menu {
        /*margin-left: 429px;*/
        margin-left: -13px;
        width: 2097px;
  }
}

.fullwidth-dropdown2 .dropdown-menu {
    /*left: -566px !important;*/
    left: -567px !important;

    right: 0 !important;
    width: 101vw;
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-dropdown2 .dropdown-item {
    padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
    .fullwidth-dropdown2 .dropdown-menu {
        left: 30px !important;

  }
}

@media screen and (max-width: 425px) {
    .fullwidth-dropdown2 .dropdown-menu {
        width: 300px;
        margin-left: 563px;
  }
}


.fullwidth-dropdown3 .dropdown-menu {
    /*left: -666px !important;*/
    /*left: -574px !important;*/
    left: -550px !important;

    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-dropdown3 .dropdown-item {
    padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
    .fullwidth-dropdown3 .dropdown-menu {
        /* margin-left: 190px; */
        /* margin-left: 694px; */
        /*margin-left: 756px;*/
        margin-left: -14px;

  }
}

@media screen and (max-width: 425px) {
    .fullwidth-dropdown3 .dropdown-menu {
  
        /*margin-left: 756px;*/
        margin-left: -14px;
        width: 744px;

  }
}


.fullwidth-our-partners .dropdown-menu {

    /*left: -688px !important;*/
    left: -769px !important;
    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-dropdown4 .dropdown-menu {
    /*left: -835px  !important;*/
    left: -688px !important;
    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-dropdown4 .dropdown-item {
    padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
    .fullwidth-dropdown4 .dropdown-menu {
      
        margin-left: 914px;
  }
}


.fullwidth-careers .dropdown-menu {
   

    /*left: -774px !important;*/
    left: -900px !important;


    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-dropdown5 .dropdown-menu {
   
    /*left: -952px  !important;*/
    left: -774px !important;

    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-dropdown5 .dropdown-item {
    padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
    .fullwidth-dropdown5 .dropdown-menu {
        /* margin-left: 190px; */
        /* margin-left: 418px; */
        margin-left: 901px;

  }
}



.fullwidth-news-room .dropdown-menu {
    
    
    /*left: -875px !important;*/
    /*left: -1001px !important;*/
    left: -966px !important;
    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}



.fullwidth-dropdown6 .dropdown-menu {
    
  
    /*left: -1100px  !important;*/
    
    left: -875px !important;


    right: 0 !important;
    width: 101vw;
    /* width: 100%; */
    position: absolute;
    top: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-dropdown6 .dropdown-item {
    padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
    .fullwidth-dropdown6 .dropdown-menu {
        /* margin-left: 190px; */
        margin-left: 418px;
  }
}

.content-div {
    display: none; /* Initially hidden */
}
.content-div2 {
    display: none; /* Initially hidden */
    position: absolute;
    /* top: 18%;  */
    top: 5%; 
    left: 25%; 
    display: none;
}

.hover-div:hover ~ .content-div {
    display: block; /* Show content-div when hover-div is hovered */
}


.hover-div2:hover ~ .content-div2{
    display: block;
}
.content-div2 ul li{
    list-style: none;
    padding-top: 8px;
}
.content-div2 ul li a{
    text-decoration: none;
}
/* position: absolute; top: 18%; left: 25%; display: none; */



@media (min-width: 768px) {
    /* For larger screens, show content-div2 on hover */
    .hover-div2:hover + .content-div2 {
        display: block;
    }
}




.who-we-are-m{
    display: none;
}




#sm-s-careers{
    display: none;
}

@media (min-width: 768px) {
    #sm-s-careers{
    display: block;
}
}



   .navbar {
        /*background: #fff;*/
        /*padding: 0;*/
        box-shadow: 1px 3px 4px 0 #adadad33;
    }
    .navbar-light .navbar-brand {
        color: #2196f3;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #1ebdc2;
    }
    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        color: #1ebdc2;
    }
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 22px 24px;
        font-size: 20px;
        font-weight: 400;
    }
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        background: #1ebdc2;
        transition: 0.3s;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        background-color: #1ebdc2 !important;
    }
    .sm-menu {
        border-radius: 0;
        border: 0;
        top: 97%;
        box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0;
    }
    .dropdown-item {
        color: #3c3c3c;
        /* font-size: 14px; */
        font-size: 5px;
    }
    .row{
        width:100%;
        display: flex;
        flex-wrap: nowrap;
        
    }
    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        background-color: #2196f3;
    }
    .navbar-toggler {
        outline: none !important;
    }
    .megamenu-li {
        position: static;
    }
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px;
    }
    .megamenu h6 {
        margin-left: 21px;
    }
    .search-icon {
        color: #1ebdc2;
    }
    .logo{
        width: 369px;
        height: 50px;
    }
    .logoo{
        width: 55px;
        height: 50px;
    }
    .shift{
        margin-left: 15px;
    }
    .fonts{
        /*font-weight: 600;*/
        font-weight: 500;
        margin-left: 26px;
        font-size: medium;
        /*margin: 31px;*/
    }
    
    .what-we-do a{
        padding: 28px;
    }
    
    
    .modal-backdrop {
    z-index: 1040 !important; /* Ensure backdrop is behind the modal */
}

.modal {
    z-index: 1050 !important; /* Ensure modal is in front of backdrop */
}


.modal-backdrop.show {
    opacity: 0.5; /* Optional: set backdrop transparency */
    z-index: 1040 !important; /* Ensures backdrop is behind modal */
}

 /*.what-we-moboile {*/
 /*     width: 30rem;*/
 /*     overflow-x: scroll;*/
 /*   }*/
 
 


@media screen and (max-width: 768px) {
        .dropdown-menu.show {
    display: block;
    width: 745px;
    display: flex;
    overflow: auto;
}


.what-we-moboile {
    width: 109rem;
    overflow-x: scroll;
}

}


@media screen and (max-width: 425px) {
    .dropdown-menu.show {
        display: block;
        width: 400px;
        display: flex;
        overflow: auto;
    }
    
    
     .what-we-moboile {
        width: 109rem;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 375px) {
    .dropdown-menu.show {
        display: block;
        width: 353px;
        display: flex;
        overflow: auto;
    }
    
    
     .what-we-moboile {
        width: 109rem;
        overflow-x: scroll;
    }
}


.what-we-do-navlinks{
    display: flex;
    justify-content: space-evenly;
}

.container-fluid .industries-margin{
    margin-left: 130px;
}


    
    
       * {box-sizing: border-box}
    body {font-family: "Lato", sans-serif;}
    
    /* Style the tab */
    .tab {
      float: left;
      border: 1px solid #ccc;
      background-color: #f1f1f1;
      width: 30%;
      height: 300px;
    }
    
    /* Style the buttons inside the tab */
    .tab button {
      display: block;
      background-color: inherit;
      color: black;
      padding: 22px 16px;
      width: 100%;
      border: none;
      outline: none;
      text-align: left;
      cursor: pointer;
      font-size: 17px;
    }
    
    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: #ddd;
    }
    
    /* Create an active/current "tab button" class */
    .tab button.active {
      background-color: #ccc;
    }
    
    /* Style the tab content */
    .tabcontent {
      float: left;
      padding: 0px 12px;
      border: 1px solid #ccc;
      width: 70%;
      border-left: none;
      height: 300px;
      display: none;
    }
    
    /* Clear floats after the tab */
    .clearfix::after {
      content: "";
      clear: both;
      display: table;
    }
    
     @media screen and (max-width: 768px) {
        .navbar-collapse .navbar-content {
        display: none;
        transition: max-height 0.5s ease;
        overflow: hidden;
        }

        .navbar-collapse .navbar-content.show {
        display: none;
        }
        #navbarSupportedContent{
            display: none;
        }

    }