.sub-header {
    background-color: #0c4888;
    padding: 10px 0;
    font-size: 14px;
    color: #fff; /* Default text color */
}

.sub-header .outer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-header .outer-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sub-header .contact-info {
    display: flex;
    gap: 20px;
    margin-left: 200px; /* Adjust as needed */
}

.sub-header .contact-info i,
.sub-header .contact-info span {
    color: #fff; /* Default icon and text color */
    margin-right: 5px;
}

/* Hover effect for phone number and email */
.sub-header .contact-info span:hover,
.sub-header .contact-info i:hover {
    color: #068fbf; /* Change to #1f528d on hover */
}

.sub-header .social-icons {
    display: flex;
    gap: 13px;
    margin-right: -360px; /* Adjust as needed */
}

.sub-header .social-icons a {
    color: #fff; /* Default icon color */
    font-size: 16px;
    text-decoration: none;
}

/* Hover effect for social media icons */
.sub-header .social-icons a:hover {
    color: #068fbf; /* Change to #1f528d on hover */
}


/* Spinner Animation */
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 5s linear infinite !important; /* Slower spinner */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Text Loading Animation */
.txt-loading {
    display: flex;
}

.letters-loading {
    display: inline-block;
    animation: loading 3s infinite !important; /* Slower text loading */
}

@keyframes loading {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}


@media (max-width: 768px) {
    .sub-header .contact-info {
        display: flex;
        gap: 20px;
        margin-left: 56px;
    }
}
.sec-title-nine h6 {
    background: hsla(173, 89%, 70%, 1);

background: linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);

background: -moz-linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);

background: -webkit-linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#6FF7E8", endColorstr="#0C4988", GradientType=1 );
}
.sec-title-nine h6{
	color: #eeeeee;
}


.about-12 .content_block_nine .content-box .theme-btn {
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    background: #fb4754;
}
.justify{
    text-align: justify;
}
.about-12 .content_block_nine .content-box .theme-btn {
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    background: hsla(173, 89%, 70%, 1);

background: linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);

background: -moz-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);

background: -webkit-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#6FF7E8", endColorstr="#0C4988", GradientType=1 );
}

.image_block_13 .image-box .shape .shape-5 {
    top: 35% !important;
    left: 55% !important;
    border: 17px solid #2e6099;
    width: 190px;
    height: 190px;
    border-radius: 50%;
}
.image_block_13 .image-box .shape .shape-4 {
    left: 60% !important;
    width: 55px;
    height: 55px;
    background: #e22d58;
    border-radius: 50%;
}

element.style {
    transform: translate3d(-20px, -17.9px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}
.image_block_13 .image-box .shape .shape-3 {
    top: 60% !important;
    width: 100px;
    height: 100px;
    background: #0fa1c5;
    border-radius: 50%;
}




.gradient-icon {
    background: hsla(173, 89%, 70%, 1);
    background: linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -moz-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -webkit-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#6FF7E8", endColorstr="#0C4988", GradientType=1 );
    border-radius: 50%;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white; /* Adjust color as needed */
}
.sec-pad {
    padding: 50px 0px;
}


.tab-btn-box .tab-btns {
    display: flex; /* Makes the list items align in a row */
    flex-wrap: nowrap; /* Prevents wrapping onto multiple lines */
    justify-content: space-between; /* Adds space between the items */
}

.tab-btn-box .tab-btn {
    flex: 1; /* Ensures each tab takes up an equal portion of the available space */
    text-align: center; /* Centers the text within each tab */
    white-space: nowrap; /* Prevents text from wrapping within the tab */
    padding: 10px; /* Adds padding to make the tabs look better */
}

.view-more-btn {
    margin-top: 30px; /* Adjust the spacing above the button */
    text-align: center; /* Center the button */
}

.theme-btn.btn-style-one {
    display: inline-block;
    padding: 12px 30px;
    background-color: #2152b6; /* Adjust the button color */
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px; /* Add border-radius if desired */
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.theme-btn.btn-style-one:hover {
    background-color: #163b8a; /* Darken the button on hover */
}

.btn-primary {
    background: hsla(173, 89%, 70%, 1); /* Fallback color */
    background: linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -moz-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -webkit-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6FF7E8", endColorstr="#0C4988", GradientType=1);
    color: #fff; /* Optional: text color to ensure readability on the gradient */
    border: none; /* Optional: remove border if needed */
    padding: 10px 20px; /* Optional: adjust padding as needed */
}

/* @keyframes upDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.service-block-one {
    animation: upDown 3s ease-in-out infinite;
} */


@keyframes upDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.service-block-one {
    animation: upDown 3s ease-in-out infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.btn.btn-primary {
    animation: pulse 2s infinite;
}



@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.shaking-btn {
    animation: shake 3s ease-in-out infinite;
}









.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;  /* Background color of each slide */
}


@media (max-width: 767px) {
    .sec-title-nine h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .swiper-slide .inner-box {
        padding: 20px;
    }
    .swiper-slide .icon {
        font-size: 40px;
    }
}

@media (max-width: 768px) { /* Adjust the max-width value as needed for your mobile breakpoint */
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute !important;
        top: var(--swiper-navigation-top-offset, 50%) !important;
        width: calc(var(--swiper-navigation-size) / 44 * 27) !important;
        height: var(--swiper-navigation-size) !important;
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2)) !important;
        z-index: 10 !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #007aff00 !important;
    }
}









.sec-title-two span {
    background: hsla(173, 89%, 70%, 1); /* Fallback for browsers that do not support gradients */
    
    background: linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    
    background: -moz-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    
    background: -webkit-linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ff7e8", endColorstr="#0c4988", GradientType=1);
}
.sec-title-two.light h2 {
    color: #000000;
}





.pt_140 {
    padding-top: 70px;
}




.chooseus-two .bg-layer {
    width: 54.2%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mb_50 {
    margin-bottom: 2px;
}


.funfact-block .p_relative.d_block.fs_16.lh_20.fw_medium.color_white {
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.count-outer {
    position: relative;
}

.count-text {
    background: linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.plus-sign {
    display: inline-block;
    background: linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 70px; /* Adjust to match the size of the `5` */
}


.t_76 {
    top: 563px;
}



.links-list {
    list-style: none; /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

.links-list li {
    position: relative; /* Positioning context for the pseudo-element */
    padding-left: 20px; /* Space for the dot */
    line-height: 1.5; /* Adjust as needed */
}

.links-list li::before {
    content: '•'; /* White dot */
    position: absolute;
    left: 0; /* Position dot on the left */
    top: 50%;
    transform: translateY(-50%); /* Center dot vertically */
    color: white; /* White color for the dot */
    font-size: 20px; /* Adjust size as needed */
}
.footer-13 .footer-top-two {
    border-bottom: 0px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 0px;
}

.footer-13 .footer-widget-section {
    padding: 20px 0px 20px 0px;
}




@media only screen and (max-width: 991px) {
    .footer-widget-section {
        padding: 25px 0px 60px 0px !important;
    }
}

.sec-title-13 h5 {
    background: linear-gradient(270deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback for browsers that don't support background-clip */
}
.about-18 .content_block_11 .content-box .list li:before {
    color: #0f478a;
}

.feature-block-eight .inner-box:before {
    position: absolute;
    content: '';
    background: hsla(173, 89%, 70%, 1);
    background: linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ff7e8", endColorstr="#0c4988", GradientType=1);
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.feature-block-eight .inner-box .icon-box {
    color: #000000;
}
.pb_110 {
    padding-bottom: 0px;
}
.team-details-two .team-details-content .content-box .designation {
    color: #0c4989;
}
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Full viewport height */
    text-align: center;
}

.center-container > * {
    max-width: 100%; /* Ensure content is responsive */
}
.pb_150 {
    padding-bottom: 67px;
}
.pt_130 {
    padding-top: 74px;
}

.social-links li a {
    transition: background 0.3s ease !important; /* Smooth transition for hover effect */
}

.social-links li a:hover {
    background: hsla(173, 89%, 70%, 1) !important;
    background: linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%) !important;
    background: -moz-linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%) !important;
    background: -webkit-linear-gradient(180deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ff7e8", endColorstr="#0c4988", GradientType=1) !important;
}

.team-details-two .team-details-content .content-box .social-links li a {
    border: 1px solid #0c4989;
    color: #0c4989;
}

.processing-block-one .inner-box .icon-box:before {
    background: hsla(173, 89%, 70%, 1) ;
    background: linear-gradient(225deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%) ;
    background: -moz-linear-gradient(225deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%) ;
    background: -webkit-linear-gradient(225deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ff7e8", endColorstr="#0c4988", GradientType=1) ;
}

.processing-block-one .inner-box .icon-box .count-box:before {
    background: hsla(173, 89%, 70%, 1);
    background: linear-gradient(225deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -moz-linear-gradient(225deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    background: -webkit-linear-gradient(225deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ff7e8", endColorstr="#0c4988", GradientType=1);
}

/* Remove current color setting */
.sec-title-three h6 {
    background: linear-gradient(225deg, hsla(173, 89%, 70%, 1) 0%, hsla(210, 84%, 29%, 1) 0%, hsla(186, 55%, 53%, 1) 100%);
    -moz-background-clip: text; /* For Firefox */
    -webkit-background-clip: text; /* For WebKit browsers */
    background-clip: text; /* For other browsers */
    color: transparent; /* Ensure the text color is transparent so the gradient is visible */
    display: inline; /* Make sure the text is not stretched */
}




.owl-nav {
    display: none;
}

.footer-13 {
    position: relative;
    padding-top: 38px;
}
