/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* navbar */
*,::before,::after {
    margin: 0;
    padding: 0;
   box-sizing: border-box;
}
:root {
  --heading-font-family: "Montserrat", sans-serif;
  --content-font-family: "Poppins", sans-serif;
}
body {
  font-family: var(--content-font-family);
  text-align: justify;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font-family);
}
/* Header */
header.sticky-top {
    position: sticky;
    top: 0;
    z-index: 11000;
    overflow: visible;
}
nav{
    height: 100px;
    padding: 0 0.625rem;
    background-color: #fff;
}
.nav-logo{
    height: 90px;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #0078B9;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #0078B9;
}
.collapse.navbar-collapse {
    z-index: 10;
    background: white;
    padding: 0;
    margin: 0;
    width: 100%;
}
.nav-link{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: var(--content-font-family);
    font-weight: 500;
    /* font-size: 1rem; */
}
.menu-item{
    padding: 0;
    display: flex;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* margin-right: 2.5rem; */
}
.nav-item:not(:last-child){
    margin-right: 2.5rem;
}
.dropdown-menu{
    border: none;
    padding: 0.4rem 0.6rem;
    justify-content: center;
    /* box-shadow: 0 2px 2px 2px #e1e2e1; */
}

.services-dropdown .dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    /* overflow: hidden; */
    /* z-index: 10999; */
}
.services-dropdown .dropdown-item.nav-link{
    text-align: start;
    justify-content: flex-start;
}
.services-dropdown .dropdown-item.nav-link .menu-item{
    justify-content: flex-start;
    font-size: 1rem;
}
#menu{
    margin-top: 37px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-item{
    padding: 0.3rem 0;
    color: black;
    font-weight: 500;
}
.dropdown-item.active{
    color: #0078B9;
    background-color: unset;
}
.dropdown-item:hover{
    color: #0078B9;
    background-color: unset;
}

/* Banner */
.banner-section-v2{
    padding: 3rem;
    background-color: #0078B9;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.banner-image-v2 {
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
    vertical-align: middle;
    overflow: hidden;
}
.banner-heading-v2{
    font-family: var(--heading-font-family);
    font-size: 1.6rem;
    /* line-height: 1.5em; */
    /* font-weight: 600; */
    color: #fff;
    margin-bottom: 0;
}
.swiper{
    overflow: hidden;
    position: relative;
    width: 100%
}
.color-seperate-line{
    width: 6.25rem;
    height: 0.15rem;
    background-color: #fff;
    display: inline-block;
}
.change-your-vision{
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
.banner-desc-v2{
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #fff;
}
.bottom-color-seperate-line{
    width: 1.5rem;
    height: 0.12rem;
    background-color: #fff;
    display: inline-block;
}
.bottom-dummy-text{
    margin-bottom: 0;
    color: #fff;
}
.btn-wrapper{
    display: inline-block;
    margin-top: 2rem;
}
.btn.readmore{
    display: inline-flex;
    align-items: center;
    padding: 0;
    padding-right: 1.4rem;
    border: 2px solid #fff; 
    border-radius: 3.12rem;
    background-color: transparent;
    color: #fff;
    font-family: var(--content-font-family);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.btn.readmore:hover{
    background-color: #fff;
    color: #0078B9;
}
.arrow{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; 
    color: #0078B9;
    width: 2.18rem;
    height: 2.18rem;
    border-radius: 50%;
    margin-right: 0.62rem;
    transition: transform 0.3s ease;
}
.arrow i{
    font-size: 0.9rem;
}
.btn.readmore:hover .arrow{
    background-color: #0078B9;
    color: #fff;
}
.swiper1 .swiper-button-prev{
    background-color: #788386;
    border-radius: 50%;
    padding: 0.5rem;
    height: 2.18rem;
    width: 2.18rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #788386;
}
.swiper1 .swiper-button-next{
    background-color: #788386;
    border-radius: 50%;
    padding: 0.5rem;
    height: 2.18rem;
    width: 2.18rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #788386;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1em;
    color: #fff;
}
.swiper-icons-div{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
}
.btn.prev-btn{
    background-color: #788386;
    border-radius: 50%;
    padding: 0.5rem;
    height: 2.18rem;
    width: 2.18rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #788386;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.btn.prev-btn i, .btn.next-btn i{
    color: #fff;
}
.btn.next-btn{
    background-color: #788386;
    border-radius: 50%;
    padding: 0.5rem;
    height: 2.18rem;
    width: 2.18rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #788386;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.socialmedia-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper{
    overflow: hidden;
    position: relative;
    width: 100%
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 0;
}
.swiper-pagination-bullet{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
}
.swiper-pagination-bullet-active{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: #0078B9;
}
/* achievements-section */
.achievements-section{
    padding: 3rem;
}
.sections-heading{
    font-size: 2rem;
    font-weight: 600;
    color: #0078B9;
    margin-bottom: 1.5rem;
    font-family: var(--heading-font-family);
}
.feature-box{
    height: 100%;
    padding: 2rem;
    border: 1px solid #ededed;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.feature-content i{
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.feature-box-count{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.feature-box-desc{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
    font-family: var(--content-font-family);
}

/* animation */
.feature-box:hover .top{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 0.12rem;
    border-radius: 0.5rem;
    background: #0078B9;
    animation:to-left 0.5s linear forwards;
}
.feature-box:hover .left{
    position: absolute;
    bottom: 0;
    width: 0.12rem;
    left: 0;
    height: 100%;
    border-radius: 0.5rem;
    background: #0078B9;
    animation:to-top 0.5s linear forwards;
}
.feature-box:hover .right{
    position: absolute;
    top: 0;
    width: 0.12rem;
    right: 0;
    height: 0.12rem;
    border-radius: 0.5rem;
    background: #0078B9;
    animation:to-bottom 0.5s linear forwards;
}
.feature-box:hover .bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 0.12rem;
    border-radius: 0.5rem;
    background: #0078B9;
    animation:to-right 0.5s linear forwards;
}
@keyframes to-left{
    from{
      width: 0;
    }
    to{
      width: 100%;
    }
}
@keyframes to-top{
    from{
      height: 0;
    }
    to{
      height: 100%;
    }
}
@keyframes to-bottom{  
    from{
      height: 0;
    }
    to{
      height: 100%;
    }
}
@keyframes to-right{
    from{
      width: 0;
    }
    to{
      width: 100%;
    }
}
/* Who we are */
.home-info-desc{
    margin-bottom: 0;
    font-family: var(--content-font-family);
    font-size: 1rem;
    line-height: 2rem;
}
/* services */
.services-section{
    padding: 3rem;
}
.services-card{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.services-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-card:hover .services-image{
    transform: scale(1.05);
}
.opacity-div{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
    background-color: #1c1c1c;
}
.services-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 9;
    text-align: left;
    opacity: 1;
    padding: 0 3rem;
    transition: transform 0.3s ease-in-out;
}
.services-top-heading{
    color: #939393;
    font-family: var(--content-font-family);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}
.bg-deep-blue{
    background: #0078B9;
    width: 100%;
    display: inline-block;
    height: 1px;
    margin-bottom: 0.5rem;
}
.services-main-heading{
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: 1.25rem;
    margin-top: 0.5rem;
}
.btn.btn-light {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    margin-top: 1rem;
    display: none;
    font-size: 0.8rem;
}
.btn.btn-light:hover{
    background-color: #0078B9;
    color: #fff;
    border: 1px solid #0078B9;
}
.services-card:hover .services-content{
    top: 50%;  
    left: 50%;
}
.services-card:hover .btn.btn-light {
    display: block;
}
.service-relative{
    position: relative;
}
.services-section .service-relative .sections-heading{
    margin-bottom: 0.2rem;
}
.service-relative .sub{
    font-size: 3rem;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 0;
}
.swiper-pagination-service-web{
    margin-left: 0.5rem;
    position: absolute;
    top: 4 !important;
    bottom: unset !important;
}
.service-relative .service-know-more{
    background: #fff;
    border: 2px solid #0078B9;
    color: #0078B9;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    display: block;
    margin-top: 5rem;
    text-decoration: none;
    width: fit-content;
    cursor: pointer;
}
.service-right{
    position: relative;
    padding: 2rem 3rem;
    background: #eaf7ff;
    border-radius: 2rem;
}
/* .service-right .overlay{
    position: absolute;
    left: 0;
    right: 0;
    background: #eaf7ff;
        height: 200px;
        border-radius: 2rem;
    z-index: -1;
} */
.service-right .right-top-text{
    padding: 0 3rem;
    text-align: center;
}
.service-card-1{
    padding: 1rem;
    margin: 0.2rem 0;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0 4px 2px #ededed;
    height: 100%;
    text-align: center;
}

.service-card-1 i{
    font-size: 2.5rem;
    color: #0078B9;
}
.service-card-1 .heading{
    font-size: 1em;
    font-weight: 700;
    margin-top: 1rem;
    height: 75px;
}
.service-card-1 .text{
    display: none;
}
.service-card-1:hover .text{
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
}
.service-card-1 .icon-button{
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-top: 1rem;
    text-decoration: none;
    cursor: pointer;
}
/* .service-card-1:hover .icon-button{
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-top: 1rem;
    text-decoration: none;
    cursor: pointer;
} */
.service-card-1 .icon-button i{
    font-size: 1rem;
    color: #fff;
}
.home-about-info{
    padding: 1rem 0;
}
.icon-with-text{
    display: flex;
    align-items: center;
    padding: .5rem 0;
}
.icon{
    color: #0078B9;
    font-size: 1.1rem;
    margin-right: 1rem;
}
.info-text{
    font-size: 1rem;
    margin-bottom: 0;
}

/* Testimonials-section */
.testimonials-section{
    padding: 3rem;
}
.swiper-container{
    margin-top: 0rem;
}
.swiper-container .swiper-slide{
    padding: 0 0.8rem;
    width: 100%;
}
.testimonial-card{
    border-radius: 0.3rem;
    padding: 1rem 0;
    background-color: white;
    position: relative;
}
.testimonial-content{
    font-family: var(--content-font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    color: #6f6f6f;
    /* padding-left: 1rem; */
}
.testimonial-icon{
    font-size: 1.5rem;
    color: #000;
}
/* .testimonial-card::after{
    content: '';
    position: absolute;
    left: 40px;
    bottom: -14px;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,75 0,25 100,25" fill="%23D6D5D5"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */
.testimonial-details{
    padding: 1.8rem;
    display: flex;
    align-items: center;
}
.avatar-image{
    border-radius: 50%;
    height: 49px;
    width: 49px;
}
.testimonial-sub-details{
    display: flex;
    flex-direction: column;
    /* padding-left: 1rem; */
    text-align: left;

}
.testimonial-sub-details h5{
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-family: var(--content-font-family);
    text-transform: capitalize;
}
.testimonial-sub-details h6{
    font-size: 0.8rem;
    font-family: var(--content-font-family);
    text-transform: capitalize;
    color: #939393;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.testimonials-section .swiper-slide{
    padding-bottom: 2.5rem;
}
.right-modal-img{
    position: fixed;
    z-index: 1000;
    right: 1rem;
    bottom: 3rem;
}
.right-modal-img a{
    background: green;
    color: #fff;
    font-size: 35px;
    padding: 0.4rem 1rem;
    border-radius: 50%;
}
/* Footer */

footer{
    padding: 1.3rem;
}

.footer-icons{
    font-size: 1.2rem;
}

.twitter{
    color: #fff;
}
.instagram{
    color: #E1306C;
}
.linkedin{
    color: #0A66C2;
}
.footer-icons:not(:last-child){
    margin-right: 1.2rem;
}
.copyright{
    font-size: 1rem;
    font-family: var(--heading-font-family);
    margin-bottom: 0;
}
/* Internal banner */
.internal-banner{
    /* background: linear-gradient(to right, #00000040, #00000040),url('../images/internal-banner.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0078B9;
}
.internal-content{
    min-height: 20vh;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #0078B9;
}
.contact-info-section{
    padding: 3rem;
}
.info-contact-us{
    height: 100%;
    padding: 1.8rem;
    border: 1px solid #ededed;
    position: relative;
    /* border-radius: 0.3rem; */
    overflow: hidden;
  
    animation-duration: 1s;
  
    animation-fill-mode: both;
  }
  .info-contact-us:hover .top{
  
    position: absolute;
  
    top: 0;
  
    width: 100%;
  
    right: 0;
  
    height: 0.12rem;
    border-radius: 0.3rem;
  
    background: #0078B9;
  
    animation:to-left 0.5s linear forwards;
  
  }
  
  .info-contact-us:hover .left{
  
    position: absolute;
  
    bottom: 0;
  
    width: 0.12rem;
  
    left: 0;
  
    height: 100%;
    border-radius: 0.3rem;
  
    background: #0078B9;
  
    animation:to-top 0.5s linear forwards;
  
  }
  
  .info-contact-us:hover .right{
  
    position: absolute;
  
    top: 0;
  
    width: 0.12rem;
  
    right: 0;
  
    height: 0.12rem;
    border-radius: 0.3rem;
  
    background: #0078B9;
  
    animation:to-bottom 0.5s linear forwards;
  
  }
  
  .info-contact-us:hover .bottom{
  
    position: absolute;
  
    bottom: 0;
  
    width: 100%;
  
    left: 0;
  
    height: 0.12rem;
    border-radius: 0.3rem;
  
    background: #0078B9;
  
    animation:to-right 0.5s linear forwards;
  
  }
  
  @keyframes to-left{
  
    from{
  
      width: 0;
  
    }
  
    to{
  
      width: 100%;
  
    }
  
  }
  
  @keyframes to-top{
  
    from{
  
      height: 0;
  
    }
  
    to{
  
      height: 100%;
  
    }
  
  }
  
  @keyframes to-bottom{
  
    from{
  
      height: 0;
  
    }
  
    to{
  
      height: 100%;
  
    }
  
  }
  
  @keyframes to-right{
  
    from{
  
      width: 0;
  
    }
  
    to{
  
      width: 100%;
  
    }
  
  }
  
.info-contact-us i {
    font-size: 2rem;
}
.info-contact-us h6 {
    padding-top: 1.25rem;
    font-family: var(--content-font-family);
    margin: 0;
}

.info-contact-us p a{
    color: #000;
}
.info-contact-us p a:hover{
    color: #0078B9;
}
/* Form section */
.form-section {
    /* background: url('../images/contact.jpg'); */
    background: url('../images/contact-image.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1.5rem;
    min-height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    background-color: rgb(233,233,233);
    /* height: calc(100vh - 100px); */
}
.image-form-section {
    height: 100%;
    object-fit: cover;
}
.form-card{
    /* background: rgba(255, 255, 255, 0.3); */
    background: #000;
    padding: 1rem 3rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.phone.form-control{
    display: flex;
    color: #fff;
}
.iti{
    width: 100%;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}
.phone.form-control .PhoneInputCountryIcon{
    height: 25px;
    width: 25px;
}
.phone.form-control .PhoneInputCountryIcon.PhoneInputCountryIcon--border{
    box-shadow: none;
    background: none;
}
.phone.form-control .PhoneInputCountryIconImg{
    border-radius: 50%;
    height: 25px !important;
    width: 25px !important;
}
.social-icons i {
    font-size: 2rem;
    color: white;
}
.form-control::placeholder{
    color: #ffffff;
    font-family: var(--heading-font-family);
}
.form-control {
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 15px 0;
    background-color: transparent;
}
  .form-control:hover,
  .form-control:focus{
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    box-shadow: none;
  }
.section-info a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    font-family: var(--heading-font-family);
}
.section-info a:hover{
    color: #00000099;
    text-decoration: none;
}
.btn.contact-button {
    background-color: #fff;
    color: black;
    font-family: var(--content-font-family);
    border: 1px solid #fff;
}
.btn.contact-button:hover{
    background-color: transparent;
    color: #fff;
}
.dummy-heading{
    font-size: 1.5rem;
    font-family: var(--heading-font-family);
}
.dummy-content{
    font-size: 1rem;
    font-family: var(--content-font-family);
}
.dummy-heading::after{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    margin: 10px auto 0 auto;
}
/* Carrers page */
.careers-info-section{
    padding: 3rem;
}
.careers-info-heading{
    font-size: 1.3rem;
    line-height: 2em;
    font-family: var(--content-font-family);
    margin-bottom: 1rem;
    font-weight: 500;
}
.careers-info-desc{
    margin-bottom: 0;
    font-family: var(--content-font-family);
    font-size: 1.3rem;
    line-height: 2rem;
}
.careers-image{
    max-width: 100%;
    width: 100%;
    height: auto;
    /* border-radius: 0.37rem; */
}  
.background-image{
    background: url('../images/about-us.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mision-vision{
    background: url('../images/our-mision-our-vision.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.careers-background-image{
    background: url('../images/careers.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* office campus */
.our-campus{
    padding: 3rem;
}
.image-carousel-card {
    position: relative;
    width: 100%;
}
.hover-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 45vh;
}
.image-border-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    height: 3.75rem;
    overflow: hidden;
    padding: 0 3rem;
    text-align: center;
    transition: height 0.3s ease-out;
}
.bottom-heading {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
}
.image-border-text p{
    width: 100%;
    color: white;
    display: none;
    transition: all 0.2s ease-out;
    margin-bottom: 0;
}
.image-carousel-card:hover .bottom-heading{
    padding-top: 0;
    padding-bottom: 0;
}
.image-carousel-card:hover .image-border-text{
    height: 100%;
    z-index: 1;
    background: #1c1c1c;  
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transition: height 0.5s ease-out;
}
.image-carousel-card:hover .image-border-text p{
    display: block;
    
}
/* Diverse section */
.diverse-section{
    padding: 3rem;
}
.diverse-line{
    height: 0.18rem;
    width: 100%;
    display: inline-block;
    background-color: #000;
    margin-bottom: 1rem;
}
.diverse-heading{
    font-family: var(--heading-font-family);
    font-size: 1.125rem;
    margin-bottom: 0.9rem;
    color: #232323;
}
.diverse-info{
    text-align: justify;
    font-family: var(--content-font-family);
    font-size: 1rem;
    color: #232323;
}
.join-our-team{
    padding: 3rem;
    background-color: #0078B9;
}
.btn.apply-btn{
    background-color: #fff;
    border: 1.5px solid #fff;
    border-radius: 0;
    font-size: 1rem;
    font-family: var(--content-font-family); 
    color: #000; 
    padding: 0.3rem 1rem;  
}
.btn.apply-btn:hover{
    background-color: transparent;
    color: #fff;
}
.careers-card{
    border-radius: 0.3rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    background-color: white;
    position: relative;
}
.careers-card:hover{
    box-shadow: 3px 3px 8px #0078B9, 
                -3px -3px 8px #0078B9;
}
.careers-heading{
    font-size: 1.2rem;
}
.careers-desc{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    text-align: start;
}
.swiper2 .swiper2-container{
    margin-top: 1rem;
    padding: 0 1rem;
}
.swiper2 .swiper-slide{
    padding: 0;
    padding-bottom: 40px;
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.swiper2 .swiper-slide .careers-card{
    height: 100%;
    min-height: 15em; 
    display: flex;
    align-items: start;
}
/* About us page */
.about-image{
    min-height: 60vh;
    width: 100%;
    /* max-width: 60%; */
}
.about-info-desc{
    margin-bottom: 0;
    font-family: var(--content-font-family);
    font-size: 1rem;
}
.feature-box-desc{
    font-size: 1.2rem;
    font-weight: 600;
}
/* call-to-action */
.call-to-action{
    background-color: #0078B9;
    padding: 2rem;
    margin-top: 2em;
}
.call-to-action-image{
    max-height: 100%;
    /* object-fit: cover; */
    width: 100%;
    max-width: 70%;
    background-color: #fff;
}
.quote-icon{
    font-size: 3.125rem;
    color: #fff;
    margin-bottom: 1rem;
}
.quote-content{
    font-family: var(--content-font-family);
    font-size: 1rem;
    color: #fff;
    margin-bottom: 3.125rem;
}
.quote-footer{
    color: #fff;
    font-size: 1rem;
    font-family: var(--heading-font-family);
}
.linkedinicon{
    margin-left: .6rem;
    font-size: 1.3rem;
    cursor: pointer;
}
.swiper5 .swiper-slide{
    padding-bottom: 40px;
}
.swiper5 .swiper-pagination-bullet{
    background-color: #fff;
}
.services-page .nav-tabs {
    border: none;
    padding: 1rem;
    display: inline-flex;
    align-items: center;
}
.services-page .nav-tabs .nav-item{
    padding: 0 4px;
}
.services-page .nav-link {
    color: #00000070;
    font-size: 1rem;
    border-radius: 50px;
    /* padding: 8px 25px; */
}
.services-page .nav-tabs .nav-item.show .nav-link, .services-page .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-radius: 50px;
    
}
.services-page .nav-tabs .nav-link:focus,.services-page .nav-tabs .nav-link:hover{
    color: #000;
    border: none;
    outline: none;
    border-radius: 50px;
}
.services-page .nav-tabs .nav-link:not(.active):hover{
    color: #000;
}
.services-page .nav-tabs .nav-link {
    border-radius: 0;
    border: none;
}
.services-page .nav-tabs .nav-link .nav-item{
    margin-right: 4rem;
}
.services-page .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
/* Tabs */
.tabs-section{
    padding: 0 3rem 3rem;
}
.tabs-card-1{
    padding: 1rem;
    margin: 0.6rem 0;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0 4px 2px #ededed;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
}
/* .tabs-card-1:hover .top,
.tabs-card-1:hover .left,
.tabs-card-1:hover .right,
.tabs-card-1:hover .bottom {
    border-radius: inherit; 
} */
.tabs-card-1:hover{
    box-shadow: 3px 3px 8px #0078B9, 
                -3px -3px 8px #0078B9;
}
/* .tabs-card-1:hover .top{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 0.12rem;
    background: #0078B9;
    animation:to-left 0.5s linear forwards;
}
.tabs-card-1:hover .left{
    position: absolute;
    bottom: 0;
    width: 0.12rem;
    left: 0;
    height: 100%;
    background: #0078B9;
    animation:to-top 0.5s linear forwards;
}
.tabs-card-1:hover .right{
    position: absolute;
    top: 0;
    width: 0.12rem;
    right: 0;
    height: 0.12rem;
    background: #0078B9;
    animation:to-bottom 0.5s linear forwards;
}
.tabs-card-1:hover .bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 0.12rem;
    background: #0078B9;
    animation:to-right 0.5s linear forwards;
}
@keyframes to-left{
    from{
      width: 0;
    }
    to{
      width: 100%;
    }
}
@keyframes to-top{
    from{
      height: 0;
    }
    to{
      height: 100%;
    }
}
@keyframes to-bottom{  
    from{
      height: 0;
    }
    to{
      height: 100%;
    }
}
@keyframes to-right{
    from{
      width: 0;
    }
    to{
      width: 100%;
    }
} */
.custom-gap{
    margin-bottom: 1.5em;
}
/* .tabs-card-body{
    min-height: 200px;
} */
.tabs-card-1 i{
    font-size: 2.5rem;
    color: #0078B9;
}
.tabs-card-1 .heading{
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}
.tabs-card-1:hover .heading{
    color: #0078B9;
}
.tabs-card-1 .text{
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
}
.tabs-card-1 .tabs-icon-button{
    /* width: 2rem;
    height: 2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    /* background: #000; */
    color: #fff;
    /* border-radius: 50%; */
    margin-left: auto;
    margin-top: 0;
    text-decoration: none;
    cursor: pointer;
}
.tabs-card-body{
    text-align: justify;
}
.tabs-card-1 .btn.know-more-btn{
    background-color: #0078B9;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #0078B9;
    padding: .4rem 1rem;
    width: 100%;
}
.tabs-card-1 .btn.know-more-btn:hover{
    background-color: transparent;
    color: #0078B9;
    border-radius: 0px;
    border: 1px solid #0078B9;
    padding: .4rem 1rem;
}
/* .tabs-card-1 .btn.know-more-btn{
    background-color: transparent;
    color: #0078B9;
    border-radius: 50px;
    border: 1px solid #0078B9;
    padding: .4rem 1.5rem;
}
.tabs-card-1 .btn.know-more-btn:hover{
    background-color: #0078B9;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #0078B9;
    padding: .4rem 1rem;
} */
.tabs-card-1 .tabs-icon-button i{
    font-size: 1rem;
    color: #fff;
}
.tabs-image{
    width: 100%;
}
/* team-carousel */
.team-carousel-section{
    padding: 3rem;
}
.team-carousel-card {
    position: relative;
    width: 100%;
}
.image-border-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #0078B9;
    height: 0;
    overflow: hidden;
    padding: 0 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: height 0.3s ease-out;
}
.team-carousel-card:hover .image-border-icons{
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #0078B9;  
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transition: height 0.5s ease-out;
    text-align: center;
}
.team-icons{
    font-size: 0.875rem;
}
.team-icons:not(:last-child){
    font-size: 0.9rem;
    margin-right: 1rem;
}
.team-image{
    max-width: 100%;
    max-height: 100%;
}
.team-member-name{
    font-size: 0.9rem;
    font-family: var(--content-font-family);
    margin-bottom: 0;
    margin-top: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
}
.team-member-desc{
    text-transform: uppercase;
    font-family: var(--content-font-family);
    margin-bottom: 0;
    color: #939393;
    font-size: 0.75rem;
    margin-top: 0.2rem;
}
.team-carousel-section .swiper-slide{
    padding-bottom: 2.5rem;
}
/* Individual Page */
.individual-content{
    min-height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.individual-section{
    padding: 3rem;
}
.individual-top-heading{
    font-size: 2rem;
    font-family: var(--content-font-family);
    font-weight: 400;
    margin-bottom: 1.56rem;
}
.individual-main-heading{
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--content-font-family);
    text-align: start;
}
.breadcrumb-section{
    background: #ededed;
    padding: 20px 3rem;
}
.breadcrumb-section h6{
    vertical-align: middle;
}
  .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
  }
  .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #0078B9;
    margin-inline: 0.5rem;
  }
.separator-line{
    width: 2.25rem;
    height: 0.18rem;
    background-color: #0078B9;
    margin-top: 0.62rem;
    display: none;
}
.individual-desc{
    font-family: var(--content-font-family);
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    font-weight: 400;
    line-height: 1.8rem;
}
.list-style{
    padding-left: 2rem;
    margin-bottom: 1.56rem;
}
.list-style li p{
    margin-bottom: 0;
    font-size: 1.12rem;
}
/* major-benefits-section */
.major-benefits-section{
    padding: 3rem;
}
.individual-seperator-line{
    background-color: #0078B9;
    height: 0.06rem;
    width: 100px;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.individual-card{
    height: 100% !important;
    padding: 1.8rem 1em;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    animation-duration: 1s;  
    animation-fill-mode: both;
    background-color: #0078B9;
    text-align: center;
}
.individual-card:hover{
    background-color: #fff;
}
.individual-card:hover .top{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 0.12rem;
    border-radius: 0.3rem;
    background: #0078B9;
    animation:to-left 0.5s linear forwards;
}
.individual-card:hover .left{
    position: absolute;
    bottom: 0;
    width: 0.12rem;
    left: 0;
    height: 100%;
    border-radius: 0.3rem;
    background: #0078B9;
    animation:to-top 0.5s linear forwards;
}
.individual-card:hover .right{
    position: absolute;
    top: 0;
    width: 0.12rem;
    right: 0;
    height: 0.12rem;
    border-radius: 0.3rem;
    background: #0078B9;
    animation:to-bottom 0.5s linear forwards;
}
.individual-card:hover .bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 0.12rem;
    border-radius: 0.3rem;
    background: #0078B9;
    animation:to-right 0.5s linear forwards;
}
/* .individual-card.white-bg:hover .top{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 0.12rem;
    border-radius: 0.3rem;
    background: #fff;
    animation:to-left 0.5s linear forwards;
}
.individual-card.white-bg:hover .left{
    position: absolute;
    bottom: 0;
    width: 0.12rem;
    left: 0;
    height: 100%;
    border-radius: 0.3rem;
    background: #fff;
    animation:to-top 0.5s linear forwards;
}
.individual-card.white-bg:hover .right{
    position: absolute;
    top: 0;
    width: 0.12rem;
    right: 0;
    height: 0.12rem;
    border-radius: 0.3rem;
    background: #fff;
    animation:to-bottom 0.5s linear forwards;
}
.individual-card.white-bg:hover .bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 0.12rem;
    border-radius: 0.3rem;
    background: #fff;
    animation:to-right 0.5s linear forwards;
} */
@keyframes to-left{
    from{
      width: 0;
    }
    to{
      width: 100%;
    }
}
@keyframes to-top{
    from{
      height: 0;
    }
    to{
      height: 100%;
    }
}
@keyframes to-bottom{
    from{
      height: 0;
    }
    to{
      height: 100%;
    }
}
@keyframes to-right{
    from{
      width: 0;
    }
    to{
      width: 100%;
    }
}
.individual-card .individual-icon{
    font-size: 3.12rem;
    margin-bottom: 1rem;
    color: #fff;
}
.individual-card .individual-text{
    font-size: 1rem;
    color: #fff;
    height: 20px;
}
.individual-card:hover .individual-icon{
    color: #000;
}
.individual-card:hover .individual-text{
    color: #000;
}
.white-bg{
    background-color: #fff;
    border: 3px solid #0078B9;
}
.white-bg .individual-icon{
    color: #000;
}
.white-bg .individual-text{
    color: #000;
}
.white-bg:hover{
    background-color: #0078B9;
    color: #fff;
}
.white-bg:hover .individual-icon{
    color: #fff;
}
.white-bg:hover .individual-text{
    color: #fff;
}
.nav-padding{
    padding: 0 3rem;
}
/* Industries */
.industries-section{
    padding: 0;
}
.industries-page .nav-tabs{
    padding: 1rem;
    display: inline-flex;
    border: none;
    align-items: center;
}
.industries-section .tabs-bg{
    background-color: #ededed;
}
.industries-section .tab-content{
    padding: 2rem 3rem;
}
.industries-section .tab-content-desc{
    font-size: 1.1rem;
    margin-bottom: .9rem;
    text-align: start;
}
.industries-section ul li p{
    width: fit-content;
}
.industries-section .tabs-icon-button{
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-top: 1rem;
    text-decoration: none;
    cursor: pointer;
}
.industries-section .tabs-icon-button i{
    font-size: 1rem;
    color: #fff;
}
.industries-page .nav-tabs .nav-item.show .nav-link, .industries-page .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.industries-page .nav-tabs .nav-link:focus, .industries-page .nav-tabs .nav-link:hover{
    color: #000;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 0;
}
.industries-page .nav-tabs .nav-link:not(.active):hover{
    color: #000;
}
.industries-page .nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    color: #00000070;
    font-size: 1rem;
}
/* Contact page */
.contact-details-section{
    padding: 3rem;
    justify-content: center;
}
.contact-details-heading{
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.email-card{
    padding: 2.5rem;
    background-color: #0078B9;
    justify-content: center;
    text-align: center;
}
.email-card-heading{
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.email-card-email{
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.email-card-email:hover{
    color: #00000090;
}
.mobile-card{
    padding: 2.5rem;
    background-color: #01a4fc;
    justify-content: center;
    text-align: center;
}
.mobile-card-heading{
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.mobile-card-mobile{
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.mobile-card-mobile:hover{
    color: #00000090;
}
.map-section{
    padding: 3rem;
    padding-top: 0;
}
.address{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    text-align: justify;
}
.contact-map iframe{
    width: 100%;
    height: 70vh;
    border-radius: 1rem;
    margin: 2.5rem 0;
}
/* Icon-images */
.icon-image{
    height: 40px;
    width: 40px;
}
.individual-icon-image{
    height: 60px;
    width: 60px;
    margin-bottom: .5rem;
}
.disclaimer-section{
  padding: 3rem;
  padding-bottom: 1rem;
}
.disclaimer-desc{
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  }
.disclaimer-internal-heading{
  font-size: 1.3rem;
  color: #0078B9;
  font-weight: 600;
}
 
.disclaimer-resource{
  font-size: 1.1rem;
  margin-bottom: .3rem;
}
.mail-link{
  text-decoration: none;
  color: #000;
}
.mail-link:hover{
  color: #0078B9;
}

/* 08-01-25 */
.swiper-prev1.disabled,
.swiper-next1.disabled {
    pointer-events: none;
    opacity: 0;
}
.disclaimer-link{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--heading-font-family);
    margin-bottom: 0;
}
.disclaimer-link:hover{
    color: #0078B9;
}