.slider-text-anim:before {
    content: '';
    width: 101%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff00;
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    z-index: 3;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #ff000000;
    mix-blend-mode: multiply;
    z-index: 1;
}
.justify{
    text-align: justify;
}
@media (max-width: 767px) {
    h2.fs_40 {
        white-space: normal !important;
    }
}
.sec-title-12 h5 {
    color: #0c4888;
}
/* .about-17 .image-box .shape-1 {
    left: -40px;
    bottom: -36px;
    width: 176px;
    height: 183px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
} */



.project-three {
    position: relative;
    padding: 60px 0;
}

.shape-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.shape-1, .shape-2 {
    position: absolute;
    background-size: cover;
    background-position: center;
}

.shape-1 {
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
}

.shape-2 {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
}

.outer-container {
    position: relative;
    z-index: 1;
}

.project-carousel-two .project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    overflow: hidden;
}

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    display: block;
}

.image-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000096; /* Black overlay with opacity */
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.image-box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.image-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.image-box p {
    font-size: 17px;
    margin-bottom: 15px;
}

.image-box .read-more {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.image-box:hover .overlay {
    opacity: 0.8; /* Darker on hover */
}
.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: #ffffff00;
}

.textwhite {
    
    color: white !important;
}

/* .sec-pad {
    padding: 0px 0px;
} */



/* .btn-about-us {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #0c4888;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
} */
.btn-about-us {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    
    background: hsla(211, 84%, 29%, 1);
    background: linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0c4888", endColorstr="#4fa4d2", GradientType=1);
}


.btn-about-us:hover {
    background-color: #0a3c6c;
    color: white;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0a3c6c; /* Change this to your desired color */
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0a3c6c; /* Change this to a hover color */
    color: white;
}


.project-block-three .image-box {
    border-radius: 10px; /* Adjust the value to your preference */
    overflow: hidden; /* Ensure the content doesn't overflow the border radius */
}

.project-block-three .image-box img {
    border-radius: 10px;
}

.project-block-three .overlay {
    border-radius: 10px;
}


.pb_150 {
    padding-bottom: 0px;
}
.sec-pad {
    padding: 95px 0px;
}

.video-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #ffffff;
    mix-blend-mode: multiply;
    z-index: 1;
}
.b_0 {
    bottom: 295px;
}
.b_1110 {
    bottom: 0px;
}
.r_0 {
    right: -10px;
}

.image_block_two .image-box .shape .shape-1 {
    top: -27px !important;
    left: 318px !important;
    background-repeat: no-repeat;
}
.image_block_two .image-box .shape .shape-2 {
    left: -2px !important;
    top: 261px !important;
}



@media only screen and (max-width: 499px) {
    .about-17 .image-box .image-2 {
        position: relative;
        margin-top: 315px;
    }
}
@media only screen and (max-width: 499px) {
    .about-17 .image-box .image-11 {
        position: relative;
        margin-top: 14px;
    }
}











 /* General styles for larger screens */
 .video-one h2, .video-one p, .video-one .theme-btn {
    margin-left: -169px !important;
  }

  /* Responsive adjustments for mobile view */
  @media (max-width: 767px) {
    .video-one h2 {
      font-size: 28px; /* Adjust font size */
      line-height: 36px;
      margin-left: 0 !important; /* Remove left margin */
      margin-top: 0 !important;
      text-align: center; /* Center align text */
    }

    .video-one p {
      font-size: 16px;
      margin-left: 0 !important;
      text-align: center; /* Center align text */
      line-height: 1.5; /* Adjust line height for readability */
    }

    .video-one .btn-box {
      text-align: center; /* Center the button */
      margin-left: 0 !important; /* Remove left margin */
    }

    .video-one .theme-btn {
      font-size: 16px; /* Adjust button text size */
      padding: 12px 24px; /* Adjust button padding for mobile */
    }

    /* Reduce the padding for mobile view */
    .video-one {
      padding-top: 70px;
      padding-bottom: 80px;
    }
  }




  .theme-btn-two:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #f6f6fd00;
    border-top: 2px solid #ffffff00;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.theme-btn-two:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 18px;
    height: 2px;
    background: #14141700;
    transition: all 500ms ease;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.theme-btn-two {
    background: #fff;
    padding: 12px 24px 11px 21px;
}



 @media (max-width: 767px) {
    .image-1111 {
      display: block;
    }

    
    .image-2222 {
      display: none;
    }
}

.g_color {
    background: hsla(211, 84%, 29%, 1); /* Fallback solid color */
    
    background: linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* Standard linear gradient */
    
    background: -moz-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* Mozilla Firefox */
    
    background: -webkit-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* WebKit (Chrome/Safari) */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C4888", endColorstr="#4FA4D2", GradientType=1); /* IE Gradient */
}
.mb_1201 {
    margin-bottom: 29px;
}
@media only screen and (max-width: 599px) {
    br {
        display: block;
    }
}
.cta-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: rgba(255, 0, 0, 0);
    mix-blend-mode: multiply;
    z-index: 1;
}

.progress-box .bar-inner {
    background: hsla(211, 84%, 29%, 1); /* Fallback solid color */
    
    background: linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* Standard linear gradient */
    
    background: -moz-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* Mozilla Firefox */
    
    background: -webkit-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* WebKit (Chrome/Safari) */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C4888", endColorstr="#4FA4D2", GradientType=1); /* IE Gradient */
}

.image_block_three .image-box .text:before {
    background: hsla(211, 84%, 29%, 1); /* Fallback solid color */
    
    background: linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* Standard linear gradient */
    
    background: -moz-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* Mozilla Firefox */
    
    background: -webkit-linear-gradient(360deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%); /* WebKit (Chrome/Safari) */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C4888", endColorstr="#4FA4D2", GradientType=1); /* IE Gradient */
}
.service-20 .content_block_27 .theme-btn {
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    padding: 17px 35px;
    background: hsla(211, 84%, 29%, 1);

    background: linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    
    background: -moz-linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    
    background: -webkit-linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0c4888", endColorstr="#4fa4d2", GradientType=1 );
}


.aa {
    color: #000000 !important ;
    text-decoration: none;
    background-color: transparent;
}
.pt_150 {
    padding-top: 49px;
}

/* .content_block_nine .content-box .video-btn a {
    background: #bc8664;
} */
.content_block_nine .content-box .video-btn a {
    background: hsla(211, 84%, 29%, 1);

    background: linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    
    background: -moz-linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    
    background: -webkit-linear-gradient(135deg, hsla(211, 84%, 29%, 1) 30%, hsla(201, 59%, 57%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0c4888", endColorstr="#4fa4d2", GradientType=1 );}
.image_block_five .image-box .shape .shape-1 {
    border: 17px solid #0a3c6c;
}
.fs_501 {
    font-size: 43px;
}
.pl_90 {
    padding-left: 46px;
}
.pt_20 {
    padding-top: 33px;
}
.content_block_nine .content-box .video-btn a {
    color: #fff;
    line-height: 8px;
    min-height: 73px;
}
/* Hide elements on screens smaller than 768px */
@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .cta-one {
        padding: 219px 0px 289px 0px;
}
}
@media screen and (max-width: 767px){
    .fs_501 {
        font-size: 27px;
    }
}
@media screen and (max-width: 1024px){
    .fs_501 {
        font-size: 49px;
    }
}
@media screen and (max-width: 320px){
    .fs_501 {
        font-size: 33px;
    }
}
/* On mobile view (screens smaller than 768px), change white-space to normal */
@media only screen and (max-width: 768px) {
    #heading {
        white-space: normal !important;
    }
}
@media only screen and (max-width: 1024px) {
    #heading {
        white-space: normal !important;
    }
}
/* Hide the image on screens 1024px and smaller */
@media only screen and (max-width: 1024px) {
    .hide-on-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

     .mt_20 {
    margin-top: -152px;
}
.h_120 {
    height: 1px;
}
}



.image_block_five .image-box .text {
    width: 262px;
    background: #0a3d6c00;
}
.l_011 {
    left: -27px;
}
.pb_140 {
    padding-bottom: 156px;
}
.service-20 .tab-btns li {
    position: relative;
    display: inline-block;
    width: 255px;
    margin: 0px 3.5px;
    padding: 40px 15px 42px 15px;
    text-align: center;
    border: 1px solid #0a3c6c;
    cursor: pointer;
    transition: all 500ms ease;
}

.service-20 .tab-btns li:before {
    position: absolute;
    content: '';
    background: hsla(211, 84%, 29%, 1);

background: linear-gradient(270deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%);

background: -moz-linear-gradient(270deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%);

background: -webkit-linear-gradient(270deg, hsla(211, 84%, 29%, 1) 0%, hsla(201, 59%, 57%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0c4888", endColorstr="#4fa4d2", GradientType=1 );
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
    /* border-radius: 10px; */
}


.service-20 .tab-btns li:after {
    position: absolute;
    content: '';
    background: #ffffff00;
    width: 22px;
    height: 22px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -22px;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
    .image_block_five .image-box .text {
        width: 396px;
        background: #0a3d6c00;
    }
}

.pt_9055 {
    padding-top: 180px;
}
.pb_8055 {
    padding-bottom: 180px;
}


.pt_14011 {
    padding-top: 52px;
}

.service-block-12 .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #0a3d6c00;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    z-index: -1;
    border-radius: 50%;
    transition: all 500ms ease;
}

.service-block-12 .inner-box .icon-box {
    background: #0c48886e;
}


.funfact-block p {
    color: white !important; /* Ensure that text color is white */
}

.funfact-block .count-text {
    color: white !important; /* Ensure that the count number is also white */
}





