@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html.lenis {
    height: auto
}

.no-scroll {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    background-color: #000000;
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.logo-width {
    width: 250px !important;
}

nav {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    /* padding-left: 100px;
    padding-right: 100px; */
}

@media (max-width:1400px) {
    nav {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:991px) {
    nav {
        padding-left: 0px;
        padding-right: 00px;
    }
}


/* .br-10 {
    border-radius: 10px;
} */

.header-top {
    background-color: #13b070;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.header-top-res {
    background-color: #13b070;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 40px;
}

.drop-in,
.drop-two {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    left: 0;
    right: 0;
}

.drop-in {
    animation: dropIn 10s infinite;
}

.drop-two {
    animation: dropTwo 10s infinite;
}

.link-clr {
    color: #ffffff;
    text-decoration: none;
}

.gap-50 {
    gap: 50px;
}

@keyframes dropIn {
    0%,
    45%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    50%,
    95% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes dropTwo {
    0%,
    45%,
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    55%,
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.pad-top {
    padding-top: 90px;
}

@media screen and (max-width:1600px) {
    .pad-top {
        padding-top: 75px;
    }
}

@media screen and (max-width:1500px) {
    .gap-50 {
        gap: 20px;
    }
}

@media screen and (max-width:1300px) {
    .pad-top {
        padding-top: 65px;
    }
}

@media screen and (max-width:1150px) {
    .pad-top {
        padding-top: 55px;
    }
}

@media screen and (max-width:850px) {
    .header-top {
        display: none;
    }
}

@media screen and (max-width:575px) {
    .header-top-res {
        display: flex;
    }
    .header-top {
        display: none;
    }
}

@media screen and (min-width:575px) {
    .header-top-res {
        display: none;
    }
    .header-top {
        display: flex;
    }
}

nav .wrappers {
    position: fixed;
    width: 100%;
    padding: 15px 0px;
    margin: auto;
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #000000bd;
    border-bottom: 1px solid #383838;
}

nav .wrapper {
    position: relative;
    width: 100%;
    padding: 15px 0px;
    margin: auto;
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #000000;
    border-bottom: 1px solid #383838;
}

.image-width {
    width: 100%;
    object-fit: cover;
}

.wrapper .logo a {
    width: 249px;
}

.wrappers .logo a {
    width: 249px;
}

.wrapper .nav-links {
    display: inline-flex;
    gap: 10px;
    margin-left: auto;
}

.wrappers .nav-links {
    display: inline-flex;
    gap: 10px;
    margin-left: auto;
}

@media (max-width:1500px) {
    .wrapper .nav-links {
        gap: 0px;
    }
    .wrappers .nav-links {
        gap: 0px;
    }
}

@media (max-width:1400px) {
    .wrapper .nav-links {
        display: inline-flex;
        gap: 0px;
    }
    .wrappers .nav-links {
        display: inline-flex;
        gap: 0px;
    }
}

@media (max-width:1366px) {
    .nav-links li a {
        padding: 9px 12px;
    }
    .nav-links li a {
        font-size: 12px;
    }
}

@media (max-width:1250px) {
    .wrapper .nav-links {
        gap: 0px;
    }
    .wrappers .nav-links {
        gap: 0px;
    }
}

@media (max-width:1200px) {
    nav .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    nav .wrappers {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:970px) {
    nav .wrapper {
        padding-left: 50px;
        padding-right: 50px;
        justify-content: space-between;
    }
    nav .wrappers {
        padding-left: 50px;
        padding-right: 50px;
        justify-content: space-between;
    }
}

@media (max-width:575px) {
    nav .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    nav .wrappers {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.num-hov {
    transition: all ease-in-out .5s;
}

.num-hov:hover {
    color: #1696e5;
}

.nav-links li a:hover {
    color: #1696e5;
}

@media (max-width:1150px) {
    .nav-links li a {
        padding: 9px 10px;
    }
}

@media (max-width:1400px) {
    .nav-links li a {
        font-size: 13px;
    }
}

@media (max-width:1200px) {
    .nav-links li a {
        font-size: 11px;
    }
}

@media (max-width:1050px) {
    .nav-links li a {
        font-size: 11px;
    }
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background-color: #222222 !important;
    width: 230px;
    line-height: 45px;
    padding-left: 0px;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.13);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 60px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.drop-menu li a:hover {
    background-color: #00000054;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrappers .btn {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}


/* dropdown */

.fa-angle-down:before {
    content: "\f107";
    font-size: 12px;
}

.drop-menu {
    position: relative;
    padding-top: 10px;
    /* Adds spacing so the border sits nicely */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.drop-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background-image: url("./images/drop-line.png"); */
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1401px) and (max-width: 1426px) {
    .nav-links li a {
        padding: 9px 13px;
    }
}

@media screen and (min-width: 1151px) and (max-width: 1171px) {
    .nav-links li a {
        padding: 9px 13px;
    }
}

@media screen and (min-width: 971px) and (max-width: 1018px) {
    .nav-links li a {
        padding: 9px 7px;
    }
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

.wrappers .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }
    .wrappers .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 450px;
        top: 0;
        left: -100%;
        background: #000000;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    .wrappers .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 450px;
        top: 0;
        left: -100%;
        background: #000000;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #ffffff;
    }
     ::-webkit-scrollbar-thumb {
        background: #ffffff;
    }
    #menu-btn:checked~.nav-links {
        left: 0%;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    #showDrops:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none !important;
    }
    .nav-links .mobile-item {
        display: block;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    /* .nav-links .mobile-item:hover {
        background: #3A3B3C;
    } */
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.nav-links {
    margin-bottom: 0px;
}

.icon-color {
    color: #ffffff;
}

.drp-dwn-clr {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}

.btn-cls {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.active-line {
    position: relative;
}

.active-line:after {
    color: #0171BB;
    position: absolute;
    content: '';
    height: 3px;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 60%;
    background: linear-gradient(to right, #ffffff 40%, #0072bc 30% 100%) !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width:970px) {
    .btn-cls {
        display: none;
    }
    .active-line:after {
        color: #0171BB;
        position: absolute;
        content: '';
        height: 3px;
        bottom: -5px;
        margin: 0;
        left: 20px;
        right: 0px;
        width: 25%;
        background: linear-gradient(to right, #A3C73D 40%, #0E4E81 30% 100%) !important;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }
}

.refferel-btn {
    width: fit-content;
    background: linear-gradient(90deg, rgba(41, 176, 223, 1) 0%, rgba(129, 135, 154, 1) 48%, rgba(233, 89, 80, 1) 100%);
    font-size: 14px;
    font-family: Poppins;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease-in-out .5s;
}

@media (max-width:1150px) {
    .refferel-btn {
        font-size: 12px;
        padding: 10px 12px;
        margin: auto;
    }
}

.call-sec {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.call-icon {
    width: 40px;
    display: flex;
}

.call-num {
    display: flex;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    text-decoration: none;
}

@media (max-width:1150px) {
    .call-num {
        font-size: 12px;
    }
}

.center-img {
    margin: auto;
}

.top-line {
    width: 100%;
    background-color: #0E4E80;
    padding: 5px;
}

@media (max-width:1300px) {
    .logo {
        width: 200px !important;
    }
}

@media (max-width:1150px) {
    .logo {
        width: 171px !important;
    }
}

@media (max-width:970px) {
    .logo {
        width: 145px;
    }
}

@media screen and (max-width:970px) {
    .drp-dwn-clr {
        color: rgb(255, 255, 255)!important;
    }
    .nav-links .drop-menu {
        background-color: rgb(0, 0, 0)!important;
    }
}


/* Initial state: arrow pointing down */

.mobile-item i,
.desktop-item i {
    transition: transform 0.3s ease;
    /* Smooth transition for rotation */
}


/* Rotate the arrow when hovering over the label or link */

.mobile-item:hover i,
.desktop-item:hover i {
    transform: rotate(180deg);
    /* Rotate the arrow to point upwards */
}


/* When the dropdown is open (checkbox is checked), rotate the arrow up */

#showDrop:checked+label i,
#showDrops:checked+label i {
    transform: rotate(180deg);
    /* Arrow remains rotated when open */
}


/* When the checkbox is unchecked, the arrow goes back to normal */

#showDrop:not(:checked)+label i,
#showDrops:not(:checked)+label i {
    transform: rotate(0deg);
    /* Reset the arrow to point downwards */
}


/******************************************** carousel-slider ******************************************************/

.carousel-item {
    transition: transform 1.5s ease-in-out !important;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    /* Change to your desired color */
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #fff;
    /* Change to your desired active color */
}

.carousel-indicators {
    list-style-type: none;
    padding-left: 0;
}

.carousel-indicators li::marker {
    display: none;
}

.carousel-indicators .active {
    width: 30px !important;
    height: 8px !important;
    background-color: #77C500 !important;
    border-radius: 10px;
    border: 2px solid #ffffff !important
}

.carousel-dark .carousel-indicators [data-bs-target] {
    width: 30px !important;
    height: 8px !important;
    border: 2px solid #7F847F;
    border-radius: 10px;
}

@media (max-width:575px) {
    .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
    }
    .carousel-indicators .active {
        width: 11px !important;
        /* Increase the size for the active indicator */
        height: 11px !important;
        /* Increase the size for the active indicator */
    }
}

.carousel-indicators {
    display: flex;
    justify-content: start !important;
    padding: 0;
    margin-left: 15%;
    margin-bottom: 8% !important;
    margin-left: 100px !important;
    left: 0% !important;
    margin-left: 50px !important;
}

.custom-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    /* Change text color as needed */
    text-align: left;
    /* Align text to the left */
}

.carousel-caption {
    position: absolute;
    bottom: -3rem !important;
    left: 100px !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.custom-caption h2 {
    font-size: 24px;
    /* Adjust font size */
    font-weight: bold;
    margin: 0;
}


/* 
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 48%);
    z-index: 1;
} */

.bg-for-car {
    background: linear-gradient(180deg, rgba(231, 246, 252, 1) 0%, rgba(231, 246, 252, 1) 48%, rgba(255, 255, 255, 1) 100%);
}

.banner-head {
    font-size: 52px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    position: relative;
    display: flex;
    padding-bottom: 30px;
}

.banner-head-big {
    font-size: 120px;
    line-height: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    letter-spacing: -5px;
    position: relative;
    display: flex;
}

.banner-parag {
    padding-top: 20px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    width: 60%;
    position: relative;
    display: flex;
}

.banner-link {
    width: fit-content;
    padding-top: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left !important;
    position: relative;
    display: flex;
    padding-left: 20px;
    transition: all ease .5s;
}

.banner-link:hover {
    color: #A3C73F;
}

.banner-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 84%;
    width: 10px;
    /* Size of the circle */
    height: 10px;
    /* Size of the circle */
    background-color: rgb(255, 255, 255);
    /* Circle color */
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .5s;
}

.banner-link:hover::after {
    background-color: #A3C73F;
    /* New color for the circle on hover */
}

@media (max-width:1550px) {
    .carousel-indicators {
        margin-bottom: 4% !important;
    }
}

@media (max-width:850px) {
    .banner-head-big {
        letter-spacing: -1px;
    }
}

@media (max-width:650px) {
    .banner-link {
        padding-top: 20px;
        font-size: 12px;
    }
    .banner-link::after {
        top: 73%;
    }
}

@media (max-width:375px) {
    .banner-parag {
        padding-top: 10px;
    }
}


/* Define the fade-in animation */

@keyframes fadeIn {
    from {
        opacity: 0;
        filter: blur(5px);
        /* Start with a blur effect */
    }
    to {
        opacity: 1;
        filter: blur(0);
        /* End with no blur effect */
    }
}


/* Apply the animation to the .anim class */

.anim {
    animation: fadeIn 2.5s ease-in-out;
    animation-fill-mode: both;
}

@media (max-width:1700px) {
    .banner-head-big {
        font-size: 120px;
        line-height: 120px;
    }
    .banner-head {
        font-size: 35px;
    }
    .banner-parag {
        font-size: 14px;
    }
}

@media (max-width:1400px) {
    .carousel-caption {
        left: 60px !important;
    }
    .carousel-indicators {
        margin-bottom: 40px !important;
        margin-left: 60px !important;
    }
}

@media (max-width:1300px) {
    .banner-head-big {
        font-size: 90px;
        line-height: 90px;
    }
    .banner-head {
        font-size: 28px;
    }
}

@media (max-width:1200px) {
    .carousel-indicators {
        margin-bottom: 15px !important;
        margin-left: 60px !important;
    }
}

@media (max-width:1024px) {
    .banner-head-big {
        font-size: 65px;
        line-height: 65px;
    }
    .banner-head {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .carousel-indicators {
        margin-left: 50px !important;
    }
    .carousel-caption {
        left: 50px !important;
    }
}

.normal-banner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
}

@media (max-width:850px) {
    .normal-banner {
        display: none !important;
    }
    .res-banner {
        display: flex;
        width: 100%;
    }
}

@media (min-width:850px) {
    .normal-banner {
        display: flex;
        width: 100%;
    }
    .res-banner {
        display: none;
    }
}

@media (max-width:767px) {
    .banner-head-big {
        font-size: 48px;
        line-height: 48px;
    }
    .banner-head {
        padding-bottom: 10px;
    }
}

@media (max-width:575px) {
    .carousel-caption {
        left: 35px !important;
    }
    .carousel-indicators {
        margin-right: 20px !important;
        right: 0px !important;
        left: unset !important;
    }
    .carousel-caption {
        padding-top: 0px !important;
    }
    .banner-head-big {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: -1px;
    }
    .banner-head {
        font-size: 14px;
    }
    .banner-parag {
        width: 90%;
    }
    .carousel-item::before {
        background: linear-gradient(to right, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 0%) 100%);
        z-index: 1;
    }
}

@media (max-width:450px) {
    .carousel-indicators {
        margin-bottom: 5px !important;
    }
    .banner-head-big {
        font-size: 25px;
        line-height: 25px;
        letter-spacing: -1px;
    }
}

@media (max-width:375px) {
    .banner-parag {
        font-size: 13px;
    }
}


/************************************************ footer-section ******************************************/

#footer {
    background: #fff;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffb03b;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15;
    font-style: italic;
    padding: 0;
    margin: 0 0 20px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #46423b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #91cd43;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

.footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 60px 100px;
    justify-content: space-between;
}

.footer-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 60px 70px;
    justify-content: space-between;
    z-index: 50;
}

.logo-area {
    width: 22%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 50px 0px 0px;
    gap: 40px;
}

.logo-content-footer {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.address-area {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 70px;
    font-family: Poppins;
    font-weight: 500;
}

.help-section {
    display: flex;
    flex-direction: column;
}

.help-head {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins;
    color: #000;
    padding-bottom: 5px;
}

.feed-back {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    color: #D6BE6B;
    padding-bottom: 15px;
}

.feed-name {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    color: #000;
    padding-bottom: 30px;
    padding-top: 8px;
}

.center-line {
    color: #D6BE6B;
    margin-left: 15px;
    margin-right: 15px;
}

.center-line-two {
    color: #D6BE6B;
    margin-left: 42px;
    margin-right: 15px;
}

.feed-link {
    color: #000;
    text-decoration: none;
}

.feed-link:hover {
    text-decoration: none;
}

.help-num {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
    padding-bottom: 15px;
}

.feed-name a {
    color: #000;
    text-decoration: none;
}

.address-head {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
}

.address-content {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
    margin-bottom: 25px;
}

.address-no {
    font-family: Poppins;
    font-weight: 400;
    color: #919191;
    line-height: 26px;
}

.address-logo {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 52px;
}

.address-icon {
    width: 40px;
    height: 40px;
    background-color: grey;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.address-icon:hover {
    background-color: #185586;
    transition: all ease-in-out .5s;
}


/* .address-icon:hover {
    background-color: rgb(63, 63, 63);
} */

.fb {
    display: flex;
}

.sadhya-ftr-sec {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 75px;
}


/* .address-head {
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
} */

.sadhya-sec {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.ftr-link {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    transition: all ease-in-out .4s;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all ease-in-out .5s;
}

.ftr-link::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    /* Adjust the size of the circle */
    height: 10px;
    background-color: #CBCBCB;
    /* Change to the color you want */
    border-radius: 50%;
    transition: all ease-in-out .5s;
}

.ftr-link:hover::after {
    background-color: #1591dd;
    /* Color of the circle on hover */
}


/* .ftr-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 2px;
    background-image: linear-gradient(to right, #338fd6, #0E4E80);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
} */


/* 
.ftr-link:hover::after {
    transform: scaleX(1);

} */

.navigation-ftr {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 66px;
}

.premium-sec {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    margin-bottom: 15px;
}

.copy-right {
    width: 100%;
    display: flex;
    background-color: white;
    padding: 30px 0px;
    justify-content: center;
}

.rights {
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
}

.gl-name {
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #7E7E7E;
    margin-left: 5px;
    cursor: pointer;
}

.gl-name:hover {
    color: #474747;
}

.call-link {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #919191;
}

.call-link:hover {
    color: #ffffff;
}

.line {
    margin-left: 0px;
    margin-right: 0px;
}

.ftr-nav-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.nav-link-section {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.nav-first {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nav-second {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.copy-rgt-sec {
    width: 100%;
    position: relative;
    display: flex;
    font-family: Poppins;
    font-weight: 400;
    color: #474747;
}

.copy-link {
    color: #7E7E7E;
    margin-left: 5px;
}

.copy-link:hover {
    color: #ffffff;
    margin-left: 5px;
}

.footer-logo-sec {
    display: flex;
    align-items: center;
}

@media (max-width:1700px) {
    .address-area {
        padding: 0px 40px;
    }
}

@media (max-width:1500px) {
    .logo-content {
        font-size: 22px;
        line-height: 32px;
    }
    .address-area {
        padding: 0px 18px
    }
    .address-head {
        font-size: 14px;
    }
    .address-content {
        font-size: 13px;
    }
    /* .address-head {
        font-size: 14px;
    } */
    .ftr-link {
        font-size: 13px;
    }
    .call-link {
        font-size: 13px;
    }
    .feed-name {
        font-size: 13px;
    }
    .logo-content-footer {
        font-size: 13px;
        line-height: 22px;
    }
    .sadhya-ftr-sec {
        padding: 0px 0px 0px 15px
    }
    .copy-rgt-sec {
        font-size: 12px;
    }
}

@media (max-width:1400px) {
    .footer-sec {
        padding: 60px 60px;
    }
}

@media (max-width:1200px) {
    .footer-sec {
        padding: 60px 25px
    }
    .logo-imgs img {
        width: 100px;
    }
    .logo-content {
        font-size: 17px;
        line-height: 27px;
    }
    .address-content {
        font-size: 12px;
    }
    .sadhya-ftr-sec {
        padding: 0px 5px;
    }
    .ftr-link {
        font-size: 12px;
    }
    .call-link {
        font-size: 12px;
    }
    .help-head {
        font-size: 12px;
    }
    .help-num {
        font-size: 12px;
    }
    .feed-name {
        font-size: 12px;
    }
    .feed-back {
        font-size: 12px;
    }
    .copy-rgt-sec {
        font-size: 11px;
    }
}

@media (max-width:1024px) {
    .address-area {
        padding: 0px 5px;
    }
}

@media (max-width:991px) {
    .footer-sec {
        flex-direction: column;
    }
    .footer-sec {
        padding: 60px 50px;
    }
    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }
    .logo-imgs img {
        width: auto;
    }
    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }
    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }
    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .address-content {
        font-size: 16px;
    }
    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }
    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 14px;
    }
    .navigation-ftr {
        padding: 0;
    }
    .call-link {
        font-size: 16px;
    }
    .address-area {
        border-left: none;
    }
}

@media (max-width:768px) {
    .footer-sec {
        flex-direction: column;
    }
    .footer-sec {
        padding: 60px 60px;
    }
    .logo-area {
        width: 100%;
        border-right: none;
        margin-bottom: 40px
    }
    .logo-imgs img {
        width: auto;
    }
    .logo-content {
        font-size: 28px;
        line-height: 40px;
    }
    .address-area {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px
    }
    .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .address-content {
        font-size: 16px;
    }
    .sadhya-ftr-sec {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 40px;
    }
    /* .address-head {
        font-size: 18px;
        margin-bottom: 20px;
    } */
    .ftr-link {
        font-size: 14px;
    }
    .navigation-ftr {
        padding: 0;
    }
    .call-link {
        font-size: 16px;
    }
}

@media (max-width:576px) {
    .copy-right {
        width: 100%;
        display: flex;
        background-color: white;
        padding: 30px 0px;
        justify-content: center;
        margin-bottom: 40px !important;
    }
    .line {
        margin-left: 0px;
        margin-right: 0px;
    }
    .address-area {
        border-left: none;
    }
    .copy-rgt-sec {
        flex-direction: column;
    }
    .social-logo-res {
        gap: 20px;
        bottom: 40%;
        margin-left: 20px;
    }
    .ftr-link::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 7px;
        height: 7px;
        background-color: #CBCBCB;
        border-radius: 50%;
        transition: all ease-in-out .5s;
    }
    .ftr-link {
        padding-left: 20px;
    }
}

@media (max-width:560px) {
    .footer-sec {
        padding: 60px 15px;
    }
    .rights {
        font-size: 11px;
    }
    .gl-name {
        font-size: 10px;
    }
    .copy-rgt-sec {
        flex-direction: column;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
    }
    .sadhya-ftr-sec {
        margin-bottom: 0px;
    }
}


/* nab-bar-section */

.dropdown.arrow-top li::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-left: 7px solid #DB2525;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.dropdown.arrow-top li {
    position: relative;
}

.drops-sec {
    padding: 3px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.thankyou {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #0071BB;
    border-radius: 15px;
    padding: 50px 65px;
    gap: 20px;
}

.image-thank {
    position: relative;
    display: flex;
    width: 62px;
    height: auto;
    margin: auto;
}

.thank-you-text {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.accepts {
    width: 100%;
}

.btn-pad-extra {
    padding: 10px 15px !important;
}

.footer-logos {
    width: 100% !important;
}

.logo-imgs {
    width: 241px !important;
}

.swiper-pagination-bullet {
    background-color: #DB2525 !important;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    /* Makes it responsive */
    justify-content: center;
    /* Centers the text */
}

.services-row a {
    color: #9C9C9C;
    font-family: Poppins;
    padding-bottom: 5px;
    font-size: 14px;
    text-decoration: none;
}

.services-row a:hover {
    text-decoration: underline;
}

.border-top-bottom {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #707070;
    padding: 15px 0px;
}

.copy {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #474747;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
    color: #474747;
    transition: all ease-in-out .5s;
}

.cmp-link {
    margin-left: 5px;
    transition: all ease-in-out .5s;
}

.cmp-link:hover {
    color: #185586;
    font-weight: 500;
    margin-left: 5px;
}

.copy a {
    color: #474747;
    text-decoration: none;
}

.services-row div {
    position: relative;
    white-space: nowrap;
    /* Prevents text from wrapping */
    padding: 0 30px;
}

.services-row div:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #ccc;
}

@media (max-width:1500px) {
    .services-row {
        font-size: 11px;
    }
    .footer-logo-sec img {
        width: 100%;
    }
    .logo-area {
        width: 27%;
    }
}

.services-row div {
    padding: 0 15px;
}

@media (min-width:1501px) and (max-width:1594px) {
    .services-row {
        font-size: 13px;
    }
    .services-row div {
        padding: 0 15px;
    }
}

@media (max-width:1200px) {
    .logo-area {
        width: 30%;
    }
}

@media (max-width:1024px) {
    .sadhya-ftr-sec {
        width: 14%;
    }
}

@media (max-width:991px) {
    .sadhya-ftr-sec {
        width: 100%;
    }
    .sadhya-ftr-sec {
        padding-left: 25px;
    }
}

@media (max-width:575px) {
    .logo-area {
        padding-right: 0px;
    }
    .address-area {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .help-head {
        font-size: 14px;
    }
    .address-logo {
        margin-top: 0;
    }
    .address-area-social {
        margin-top: 0px!important;
    }
    .address-logo {
        padding-bottom: 15px;
        padding-top: 20px;
    }
    .copy {
        flex-direction: column;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    .footer-sec {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .sadhya-ftr-sec {
        padding-left: 0px;
    }
}

@media (max-width:1329px) {
    .services-row div {
        padding: 0 10px;
    }
}

@media (max-width:991px) {
    .copy {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}

@media (max-width:970px) {
    .num-sec {
        display: none !important;
    }
}

@media (min-width:970px) {
    .num-sec {
        display: flex !important;
    }
}

.mar-auto {
    margin: auto 0 !important;
}

.nav-area {
    display: flex;
    width: 50%;
}

.logo-areas {
    display: flex;
    width: 20%;
}


/* text-section  */

.carousel-text-section {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    color: white;
    padding: 60px;
    font-size: 16px;
}

.border-line {
    border: 1px solid #77C500;
    border-radius: 50px;
    padding: 0px 80px;
    margin: auto;
    height: 100%;
}

.line-blue {
    border: 1px solid #1696E5;
}

.diago-head {
    font-family: Poppins;
    font-weight: 700;
    color: #C9C9C9;
    font-size: 52px;
    line-height: 48px;
}

.bor-round {
    border: 1px solid #707070;
    margin: auto 0;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.bor-round:hover {
    border: 1px solid #ffffff;
    margin: auto 0;
}

.arrow {
    transition: all ease-in-out .5s;
}

.bor-round:hover .arrow {
    margin-left: 20px;
}

.btm-line {
    border-bottom: 1px solid #707070;
    padding-top: 180px;
}

@media (max-width:1750px) {
    .btm-line {
        padding-top: 100px;
    }
}

@media (max-width:1600px) {
    .btm-line {
        padding-top: 50px;
    }
}

@media (max-width:1500px) {
    .diago-head {
        font-size: 30px;
    }
    .border-line {
        padding: 0px 30px;
    }
    .btm-line {
        padding-top: 90px;
    }
}

@media (max-width:1400px) {
    .btm-line {
        padding-top: 90px;
    }
    .border-line {
        border-radius: 25px;
    }
}

@media (max-width:1300px) {
    .btm-line {
        padding-top: 130px;
    }
}

@media (max-width:1024px) {
    .btm-line {
        padding-top: 25px;
    }
}

.text-clr {
    color: #77C500;
}

.text-clr-two {
    color: #1696E5;
}

.content-clr {
    color: #C9C9C9;
}

.small-btns {
    margin-top: 50px;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #77C500;
    transition: all ease-in-out .5s;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.small-btns:hover {
    background-color: #77C500;
}

.blue-btns {
    border: 1px solid #1696E5;
}

.blue-btns:hover {
    background-color: #1696E5;
}

.calcs {
    display: flex;
    height: calc(100% - 92px);
}

.content_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.content_truncate-overlay {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content_truncate-sli-heads {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content_truncate-hover-over-green {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.content_truncate-digno {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.content_truncate-reserch-div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.content_truncate-reserch-div-head {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/****************************************** circle-area *********************************************/

.center-circle {
    position: absolute;
    /* top: 70%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100px;
    height: 100px;
    background-color: #77C500;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin: auto;
    bottom: 15%;
    text-decoration: none;
}

.circle-content {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.arw-sml {
    width: 13px;
}

.arrows {
    animation: bouncer 3s infinite ease-in-out alternate;
    position: absolute;
    z-index: 179;
}

@keyframes bouncer {
    0% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}


/****************************************** hover-increase-btn **********************************************/

.btn-hover {
    position: absolute;
    right: 0px;
    bottom: 30%;
    z-index: 200;
    background-color: #76c500b0;
    color: white;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 5px 5px 2px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
}

.btn-hover:hover {
    max-width: 300px;
}

.btn-hover-normal {
    position: fixed;
    right: 0px;
    bottom: 36%;
    z-index: 200;
    background-color: #76c500b0;
    color: white;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 5px 5px 2px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
}

.btn-hover-normal:hover {
    max-width: 300px;
}

.icon-img {
    display: flex;
    align-items: left;
    padding-right: 10px;
}

.text-name {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    padding-right: 15px;
}

.btn-hover-two {
    position: absolute;
    right: 0px;
    bottom: 23%;
    z-index: 200;
    background-color: #2274A5;
    color: white;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 5px 5px 2px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
}

.btn-hover-two:hover {
    max-width: 300px;
}

.btn-hover-two-normal {
    position: fixed;
    right: 0px;
    bottom: 28%;
    z-index: 200;
    background-color: #2274A5;
    color: white;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 5px 5px 2px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
}

.btn-hover-two-normal:hover {
    max-width: 300px;
}

.btn-hover-three {
    position: absolute;
    right: 0px;
    bottom: 16%;
    z-index: 200;
    background-color: #F19191;
    color: white;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 5px 5px 2px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
}

.btn-hover-three:hover {
    max-width: 300px;
}

.btn-hover-three-normal {
    position: fixed;
    right: 0px;
    bottom: 20%;
    z-index: 200;
    background-color: #F19191;
    color: white;
    text-decoration: none;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 5px 5px 2px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 35px;
    -webkit-transition: max-width 1.5s;
    transition: max-width 1.5s;
}

.btn-hover-three-normal:hover {
    max-width: 300px;
}

.icon-img {
    display: flex;
    align-items: left;
    padding-right: 10px;
}

.gaps {
    gap: 20px;
}

.text-name {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    padding-right: 15px;
}

.bottom-icon-div {
    bottom: 0px;
    background-color: #000000;
    padding: 10px;
    z-index: 201;
    color: #0071BB;
    justify-content: center;
}

@media (max-width:1700px) {
    .small-btns {
        font-size: 13px;
    }
}

@media (max-width:1600px) {
    .center-circle {
        width: 80px;
        height: 80px;
    }
    .btn-hover-two {
        bottom: 20%;
    }
    .btn-hover-three {
        bottom: 10%;
    }
    .small-btns {
        font-size: 12px;
    }
}

@media (max-width:1400px) {
    .center-circle {
        bottom: 30%;
    }
    .circle-content {
        font-size: 12px;
    }
}

@media (max-width:1366px) {
    .small-btns {
        font-size: 12px;
    }
    .carousel-text-section {
        padding: 30px;
    }
    .center-circle {
        width: 55px;
        height: 55px;
    }
    .center-circle {
        bottom: 10%;
    }
}

@media (max-width:1300px) {
    .calcs {
        height: calc(100% - 80px);
    }
}

@media (max-width:1200px) {
    .small-btns {
        margin-top: 20px;
    }
    .diago-head {
        font-size: 30px;
    }
    .gaps {
        gap: 5px;
    }
}

@media (max-width:1150px) {
    .calcs {
        height: calc(100% - 73px);
    }
    .small-btns {
        font-size: 11px;
    }
}

@media (max-width:1050px) {
    .small-btns {
        font-size: 10px;
    }
}

@media (max-width:1024px) {
    .half-height {
        height: calc(50vh - 36px);
    }
    .border-line {
        border: none;
        margin: auto;
        height: 100%;
    }
    .btm-line {
        border-bottom: none;
    }
    .border-line {
        padding: 0px 0px;
    }
    .carousel-text-section {
        padding: 80px 0px 0px 20px;
    }
    .diago-head {
        font-size: 36px;
        line-height: 36px;
    }
    .btn-hover {
        bottom: 23%;
    }
    .center-circle {
        display: none;
    }
    .btn-hover-two {
        bottom: 36%;
    }
}

@media (min-width:1024px) {
    .bottom-icon-div {
        display: none !important;
    }
}

@media (min-width:970px) {
    .min-res {
        display: none !important;
    }
}

@media (max-width:970px) {
    .btn-hover-normal {
        display: none;
    }
    .btn-hover-two-normal {
        display: none;
    }
    .small-btns {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .first-car {
        padding: 0px !important;
    }
    .small-btns {
        margin-top: 5px;
    }
    .carousel-text-section {
        padding: 30px 0px 0px 10px;
    }
    .btn-hover-two {
        bottom: 45%;
    }
    .btn-hover {
        bottom: 28%;
    }
}


/* home-page-banner-section */

.ico-ht {
    width: 45px;
}

.top-mar {
    top: 30%;
    padding-left: 50px;
}

.btn-explr {
    width: fit-content;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    transition: all ease-in-out .5s;
}

.btn-explr:hover {
    width: fit-content;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #000000;
    background-color: #ffffff;
}


/****************************************************** about-us-section **************************************************/

.common-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.stroke-text {
    font-size: 90px;
    font-family: Poppins;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #E1E1E1;
    line-height: 100px;
}

.stroke-text-exp {
    font-size: 90px;
    font-family: Poppins;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #e1e1e15e;
    line-height: 100px;
}

.stroke-text-mile {
    font-size: 90px;
    font-family: Poppins;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #CFCFCF;
    line-height: 80px;
}

.small-hd-clr {
    color: #1577B4;
    top: 35%;
    left: 10px;
}

.small-hd-clr-dia {
    color: #72CB7A;
    top: 35%;
    left: 10px;
}

.small-hd-clr-exp {
    color: #ffffff;
    top: 35%;
    left: 10px;
}

.small-hd-clr-mile {
    color: #000000;
    top: 15%;
    left: 4px;
}

.extr-clr {
    color: #707070;
}

.btn-abt {
    width: fit-content;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    border-radius: 10px;
    border: 1px solid #707070;
    margin-top: 60px;
    cursor: pointer;
}

.minus-value {
    left: -30px;
}

.gl-pt-250 {
    padding-top: 250px;
}

.zoom {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    transform: scale(1);
    overflow: hidden;
}

.zoom:hover {
    transform: scale(1.01);
}

@media (max-width:1800px) {
    .minus-value {
        left: 0px;
    }
    .stroke-text {
        font-size: 70px;
    }
    .stroke-text-exp {
        font-size: 70px;
    }
    .stroke-text-mile {
        font-size: 70px;
    }
}

@media (max-width:1700px) {
    .none-1800 {
        display: none !important;
    }
    .gl-pt-250 {
        padding-top: 50px;
    }
    .gap-1700 {
        gap: 100px;
    }
}

@media (max-width:1550px) {
    .gap-1700 {
        gap: 50px;
    }
}

@media (max-width:1450px) {
    .gap-1700 {
        gap: 20px;
    }
    .stroke-text {
        font-size: 50px;
    }
    .stroke-text-exp {
        font-size: 50px;
    }
    .stroke-text-mile {
        font-size: 50px;
    }
    .stroke-text-mile {
        line-height: 45px;
    }
}

@media (max-width:991px) {
    .common-container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .gl-pt-250 {
        padding-top: 10px;
    }
}

@media (max-width:575px) {
    .btn-abt {
        padding: 10px 20px;
        margin-top: 30px;
    }
    .stroke-text {
        line-height: 50px;
    }
    .small-hd-clr {
        color: #1577B4;
        top: 25%;
        left: 10px;
    }
    .stroke-text-mile {
        font-size: 35px;
    }
}


/* <!--------------------------------------------------------- Diagnostics -----------------------------------------------> */

.bg-diag {
    background: linear-gradient(122deg, rgba(207, 255, 207, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.stroke-text-diago {
    font-size: 90px;
    font-family: Poppins;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    line-height: 100px;
}

.img-area {
    width: 100%;
    margin: 0px;
}

.single-img {
    position: relative;
    width: 30%;
    float: left;
    margin: 0 1.5%;
    transition: all ease-in-out 1s;
}

.imagess {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00704775;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 41px;
}

.single-img:hover .img-overlay {
    height: 100%;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: poppins;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.text span {
    font-weight: 300;
}

.after-arow::after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    /* Adjust the height of the line */
    background-color: white;
    /* Adjust the color of the line */
    margin-top: 5px;
    /* Space between the text and the line */
}

.hov-none {
    display: flex;
    /* Initially visible */
}

.single-img:hover .hov-none {
    display: none;
    /* Hidden on hover */
}

.anim-col {
    color: #2D2D2D;
}

.sml-ico-width {
    width: 35px;
}

.bubble {
    width: auto;
    background-color: #72CB7A;
    border-radius: 10px;
}

.bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* Adjust to move the triangle */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #72CB7A;
    /* Color of the triangle */
}

@media (max-width:1450px) {
    .stroke-text-diago {
        font-size: 50px;
    }
}

@media (max-width:575px) {
    .stroke-text-diago {
        -webkit-text-stroke: 2px #a2f0a2;
    }
}

@media (max-width:1366px) {
    .img-overlay {
        border-radius: 29px;
    }
}

@media (max-width:650px) {
    /* .img-area {
            width: 100%;
            margin: 0px;
            display: flex;
            flex-direction: row;
            gap: 20px;
        }
        .single-img {
            position: relative;
            width: 100%;
            float: left;
            margin: 0;
            padding-left: 0px;
            padding-right: 0px;
            transition: all ease-in-out 1s;
        } */
    .img-overlay {
        border-radius: 75px;
    }
}

@media (max-width:575px) {
    .img-overlay {
        display: none;
    }
    .single-img {
        position: relative;
        width: 47%;
        float: left;
        margin: 0 1.5%;
        transition: all ease-in-out 1s;
    }
}

@media (max-width:450px) {
    .img-overlay {
        border-radius: 38px;
    }
}


/********************************************************** research-section  ********************************************/

.bg-research {
    background: linear-gradient(114deg, rgba(50, 173, 219, 1) 0%, rgba(70, 191, 212, 1) 100%);
}

.stroke-text-research {
    font-size: 90px;
    font-family: Poppins;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #e8e8e830;
    line-height: 100px;
}

.small-hd-clr-reser {
    color: #ffffff;
    top: 35%;
    left: 10px;
}

.brder-btm {
    border-bottom: 1px solid #ffffff60;
}

.bubble-two {
    width: auto;
    background-color: #1577B4;
    border-radius: 10px;
}

.bubble-two::after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* Adjust to move the triangle */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1577B4;
    /* Color of the triangle */
}

.center-margin {
    margin: auto 0;
}

.gl-radius-50p {
    border-radius: 50px;
}

.image-containerss {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-containerss img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003170a8;
    transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
    /* Combined transition */
    border-radius: 50px;
    opacity: 0;
    overflow: hidden;
}

.image-containerss:hover .overlay {
    top: 0;
    opacity: 1;
}

.image-containerss:hover .hov-none {
    display: none;
}

.hov-none {
    transition: opacity 0.3s ease;
}

.image-containerss:hover .hov-none {
    opacity: 0;
    visibility: hidden;
}

@media (max-width:1750px) {
    .stroke-text-research {
        font-size: 70px;
    }
}

@media (max-width:1400px) {
    .stroke-text-research {
        font-size: 60px;
    }
}

@media (max-width:1200px) {
    .stroke-text-research {
        font-size: 50px;
    }
}

@media (max-width:575px) {
    .stroke-text-research {
        line-height: 47px;
    }
    .gl-radius-50p {
        border-radius: 20px;
    }
}


/* -----------------------------------------------------swiper-section-slider -----------------------------------------------------*/

.uline {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #BFBFBF;
    transition: all ease-in-out .5s;
}

.uline:hover {
    border-bottom: 1px solid #D5FF61;
}

.room-suit-area {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 75px;
    padding-bottom: 75px;
}

.room-suit-head {
    font-family: 'Gowun Batang';
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 50px;
    letter-spacing: -1px;
}

.swiper-wrapper img {
    width: 100%;
}

.swiper-wrappers img {
    width: 100%;
}

.view-more-sli {
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: flex;
    padding-top: 10px;
    position: relative;
    padding-left: 25px;
    transition: color 0.5s ease;
    /* Smooth transition for text color */
    margin-bottom: 20px;
}

.view-more-sli:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 65%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000000;
    transition: background-color 0.3s ease;
    /* Smooth transition for round shape color */
}

.swiper-slide:hover .view-more-sli {
    color: #A3C73F;
    /* Change the text color on hover */
}

.swiper-slide:hover .view-more-sli:before {
    background-color: #A3C73F;
    /* Change the round shape color on hover */
}

@media (max-width: 1366px) {
    .top-mar {
        top: 26%;
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {
    .top-mar {
        top: 35%;
        padding-left: 50px;
    }
}

@media (max-width: 800px) {
    .room-suit-head {
        font-size: 35px;
    }
}

@media screen and (min-width:767px) {
    .ban-org {
        display: flex;
    }
    .ban-res {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .ban-org {
        display: none;
    }
    .ban-res {
        display: flex;
    }
}

@media screen and (max-width:575px) {
    .swipe-buttons {
        position: absolute;
        top: 10% !important;
        width: 20% !important;
    }
    .room-suit-area {
        padding: 50px 0px;
    }
    .wlcm-bold {
        font-size: 25px;
        line-height: 38px;
    }
    .view-more-sli {
        padding-top: 30px;
    }
    .top-mar {
        top: 45%;
        padding-left: 20px;
    }
    .view-more-sli:before {
        top: 80%;
    }
}

@media screen and (max-width:450px) {
    .swipe-buttons {
        position: absolute;
        top: 10% !important;
        width: 25% !important;
    }
}


/****************** swiper-slider *************/

.room-slider {
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.slide-content {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.swiper-slide img {
    border-radius: 20px;
    /* transition: border 0.3s ease-in-out; */
    width: 100%;
    height: auto;
}

.slide-text {
    display: flex;
    flex-direction: row;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    margin-top: 40px;
    color: #000000;
    padding: 5px 10px 25px 0px;
    gap: 60px;
    transition: all ease-in-out .4s;
    text-decoration: none !important;
    text-align: left;
}

.blog-wrapper-imgs {
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.5s;
    /* Ensure smooth transition */
}

.blog-wrapper-imgs:hover {
    transition: all 0.5s;
    /* Ensure smooth transition */
}

.blg-img {
    /* transition: transform .3s ease-in-out; */
    border-radius: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.blg-img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    border-radius: 10px;
}

.slide-contents {
    font-size: 16px;
    font-family: Poppins;
    color: #000000;
    text-align: left;
    padding-bottom: 20px;
    display: flex;
    font-weight: 400;
}

.swiper-slide img:hover {
    /* border: 2px solid #ffffff !important; */
}

.swiper-slide:hover .slide-contents {
    border-bottom: unset;
    /* Change #ff0000 to your desired color */
}

.arrow {
    width: 100%;
}

.swipe-buttons {
    position: absolute;
    top: 18%;
    width: 17%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    right: -20px;
}

.swipe-buttons .swiper-button-prev,
.swipe-buttons .swiper-button-next {
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: auto;
    /* Allows clicking on the buttons */
    cursor: pointer;
}

.swipe-buttons .swiper-button-prev {
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    margin-left: 10px;
}

.swipe-buttons .swiper-button-next {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #ffffff !important;
    margin-right: 10px;
}

.swipe-buttons .swiper-button-prev:hover,
.swipe-buttons .swiper-button-next:hover {
    border-color: #766b6b00 #ffffff transparent #ffffff !important;
}

.name_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1800px) {
    .slide-text {
        font-size: 20px;
    }
    .slide-contents {
        font-size: 14px;
    }
}

@media screen and (max-width:1450px) {
    .slide-text {
        margin-top: 20px;
    }
}

@media screen and (max-width:1200px) {
    .room-suit-area {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .room-suit-head {
        padding-bottom: 10px;
    }
    .swipe-buttons {
        top: 13%;
    }
}

@media screen and (max-width:780px) {
    .swipe-buttons {
        top: 8%;
    }
}

@media screen and (max-width:575px) {
    .room-suit-head {
        font-size: 28px;
    }
}

.small-hd-clr-news {
    color: #1577B4;
    top: 28%;
    left: 10px;
}

.custom-pagination {
    position: absolute;
    left: 50px;
    bottom: 65px;
    display: flex;
    gap: 10px;
    z-index: 9999999;
}

.custom-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d3d3d3 !important;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
    background-color: #ACACAC !important;
    /* Active bullet color */
}

.btn-sli-news {
    width: fit-content;
    padding: 5px 25px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #77C500;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

.btn-sli-news:hover {
    background-color: #77C500;
    color: #ffffff;
}

@media screen and (max-width:575px) {
    .small-hd-clr-news {
        color: #1577B4;
        top: 10%;
    }
    .custom-pagination {
        position: absolute;
        left: 18px;
        bottom: 90px;
        display: flex;
        gap: 10px;
    }
}


/*--------------------------------------------------------- gallery-section-------------------------------------------------- */

.bg-gallery {
    background-color: #F3F3F3;
}

.work-content-gallery {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 0px;
    padding-top: 5px;
}

.col5_col4lg_col3-gallery {
    grid-auto-flow: row;
    gap: 15px 15px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1750px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 15px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 20px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
    @media (max-width: 450px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
}

.gallery-imgs {
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.br-gal {
    border-radius: 20px;
    overflow: hidden;
}

.ovr-flw-gal {
    overflow: hidden;
    border-radius: 20px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-contentss {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}


/* Close button */

.close {
    position: absolute;
    top: 145px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 9999999;
}


/* Navigation buttons */

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.banner-text-gallery {
    position: absolute;
    top: 45%;
    left: 9%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Poppins;
    font-size: 41px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}


/*------------------------------------------------------ youtube-area-section--------------------------------------- */

.bg-utube {
    background-image: url("./images/home/utube.png");
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.play-btn-arw {
    width: 1500px;
}

.inj-w {
    width: 74px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
}

.size-width {
    width: 600px !important;
    height: 400px !important;
}

@media screen and (max-width:1400px) {
    .size-width {
        width: 500px !important;
        height: 320px !important;
    }
}

@media screen and (max-width:1366px) {
    .popup-content {
        position: relative;
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
    }
}

@media screen and (max-width:1024px) {
    .bg-utube {
        background-position: right;
        background-size: cover;
    }
}

@media screen and (max-width:850px) {
    .bg-utube {
        background-position: center;
        background-size: cover;
    }
    .inj-w {
        width: 45px;
    }
}

@media screen and (max-width:650px) {
    .size-width {
        width: 500px !important;
        height: 350px !important;
    }
}

@media screen and (max-width:575px) {
    .size-width {
        width: 400px !important;
        height: 300px !important;
    }
}

@media screen and (max-width:450px) {
    .size-width {
        width: 350px !important;
        height: 250px !important;
    }
}

.circle-ripple {
    background-color: #003070;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    animation: ripple 0.7s linear infinite;
    position: relative;
    display: flex;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(218, 218, 218, 0.3), 0 0 0 1em rgba(218, 218, 218, 0.3), 0 0 0 3em rgba(218, 218, 218, 0.3), 0 0 0 5em rgba(218, 218, 218, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(218, 218, 218, 0.3), 0 0 0 3em rgba(218, 218, 218, 0.3), 0 0 0 5em rgba(218, 218, 218, 0.3), 0 0 0 8em rgba(53, 255, 195, 0);
    }
}

.top-50 {
    top: 50%;
    right: 80px;
}


/*------------------------------------------------ contact-map-section------------------------------------------------ */

.bg-contact {
    background-color: #F6F6F6;
}

.clipping-width {
    width: 631px;
}

.form-sec {
    width: 100%;
}

.logo-form {
    top: 146px;
    left: 284px;
}

.form-flex {
    display: flex;
    gap: 30px;
    width: 100%;
}

.form-control-new {
    width: 100%;
    height: 60px;
    background-color: transparent;
    color: #6A6A6A !important;
    border: 2px solid#77C500;
    border-radius: 20px;
    padding: 18px 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.area-msg {
    width: 100%;
    height: 110px;
    background-color: transparent;
    color: #6A6A6A;
    border: 2px solid#77C500;
    border-radius: 20px;
    padding: 18px 24px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.form-control-new::placeholder {
    color: #6A6A6A !important;
    /* You can replace this color with your desired one */
    opacity: 1;
    /* Optional: ensures full color opacity */
}

.area-msg::placeholder {
    color: #6A6A6A !important;
    /* Replace this with your desired color */
    opacity: 1;
    /* Ensures full opacity for all browsers */
}

.submit-btn {
    font-size: 20px;
    color: #ffffff;
    background-color: #77C500;
    font-family: Poppins;
    font-weight: 500;
    padding: 16px 0px;
    border-radius: 20px;
    border: none;
    width: 100%;
    transition: all ease-in-out .4s;
}

.submit-btn:hover {
    background-color: #0072bc;
    color: #ffffff;
    transition: all ease-in-out .4s;
}

.right-inputs,
.left-inputs {
    width: 50%;
}

.form-control-new-select {
    -webkit-appearance: none;
    /* Remove default arrow on some browsers (Safari/Chrome) */
    -moz-appearance: none;
    /* Remove default arrow on Firefox */
    appearance: none;
    background: url('./images/contact/down-chevron.png') no-repeat right 26px center;
    cursor: pointer;
    /* color:#7487AF!important; */
}

.form-control-new::placeholder {
    color: #fff;
    /* opacity: 43%; */
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
}

.area-msg::placeholder {
    /* color:#7487AF; */
    /* opacity: 43%; */
    color: #fff;
    font-family: Poppins;
    font-weight: 300;
}

.form-control-new:focus-visible {
    outline: none;
}

.form-control-new-select option {
    color: white;
}


/* .form-control-new-select option:first-child {
    color: #7487AF; 
} */

select option {
    color: black!important;
}

@media (max-width:1550px) {
    .clipping-width {
        width: 450px;
    }
}

@media (max-width:1366px) {
    .logo-form {
        top: 146px;
        left: 230px;
    }
}

@media (max-width:1200px) {
    .contact-section {
        background-position: center;
    }
}

@media (max-width:1024px) {
    .enquiries-sec {
        flex-direction: column;
    }
    .contact-section {
        height: 100%;
    }
    .form-sec {
        width: 100%;
    }
    .enquiry-content-secnd {
        padding-bottom: 35px;
    }
    .enquiry-content {
        padding-bottom: 35px;
    }
}

@media (max-width:991px) {
    .enquiry-sec {
        width: 100%;
    }
    .form-sec {
        width: 100%;
    }
    .contact-section {
        height: 100%;
    }
    .logo-form {
        top: 146px;
        left: 146px;
        width: 550px;
    }
    .logo-form img {
        width: 100%;
    }
}

@media (max-width:575px) {
    .contact-section {
        height: 100%;
        background-position: center;
        background-position: center;
    }
    .enquiries-sec {
        padding: 10px 0px;
        flex-direction: column;
    }
    .logo-form {
        width: 150px;
    }
    .right-inputs,
    .left-inputs {
        width: 100%;
    }
    .form-flex {
        flex-direction: column;
    }
    .logo-form {
        left: 95px;
    }
    .logo-form {
        width: 245px;
    }
    .area-msg {
        height: 257px;
    }
    .submit-btn {
        padding: 16px 30px;
    }
    .enquiry-content {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 35px;
    }
    .enquiry-content-secnd {
        padding-bottom: 35px;
    }
    .form-flex {
        gap: 0;
    }
    .form-control-new::placeholder {
        font-size: 13px;
    }
    .form-control-new-select:-moz-placeholder {
        font-size: 13px;
    }
    .clipping-width {
        width: 300px;
    }
    .circle-ripple {
        width: 60px;
        height: 60px;
    }
}

.cap-stdh {
    width: 15px;
}

@media (max-width:1366px) {
    .anim-arw {
        width: 300px;
    }
}

@media (max-width:991px) {
    .anim-arw {
        width: 200px;
    }
}

@media (max-width:575px) {
    .anim-arw {
        width: 150px;
    }
}


/*-------------------------------------------------------------------------- about-us ---------------------------------------------------------------------------------*/

.about-top {
    top: 50%;
}

@media (max-width:991px) {
    .small-banner-org {
        display: none;
    }
    .small-banner-res {
        display: flex;
    }
}

@media (min-width:991px) {
    .small-banner-org {
        display: flex;
    }
    .small-banner-res {
        display: none;
    }
}

.gl-abt-content {
    color: #2A2A2A;
}

.gl-abt-content-para {
    color: #404040;
}

.gap-two-div {
    gap: 40px;
}


/*------------------------------------------------- icon-section -------------------------------------------*/

.icon-section {
    width: 100%;
    position: relative;
    display: flex;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 100px;
    background-color: #F1F1F1;
}

.work-content-icon {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 90px;
}

.col5_col4lg_col3-icon {
    grid-auto-flow: row;
    gap: 0px 120px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 90px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 70px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 50px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 50px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.icon-areas {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-images {
    display: flex;
    justify-content: center;
    width: 135px;
}

.icons-content {
    display: flex;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    text-align: center;
}

@media screen and (max-width:1700px) {
    .icon-section {
        padding-left: 100px;
        padding-right: 100px;
    }
    .icons-content {
        font-size: 14px;
    }
}

@media screen and (max-width:1300px) {
    .icon-section {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width:991px) {
    .icon-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:650px) {
    .icon-areas {
        gap: 20px;
    }
    .icon-section {
        padding-top: 50px;
    }
}

@media screen and (max-width:575px) {
    .icon-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .icon-images {
        width: 80px;
    }
}


/*---------------------------------------------------- expertise-section-------------------------------------------------- */

.our-quality-section {
    width: 100%;
    position: relative;
    display: flex;
}

.quality-bg-image {
    background-image: url("./images/abouts/exper.png");
    height: 100%;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.quality-content-section {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-between;
}

.qlty-content {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    margin: auto 0;
}

.qlty-des-head {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 25px;
}

.qlty-des-main-head {
    font-family: Poppins;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 60px;
}

.for-quality-point {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-left: 40px;
}

.point-text {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.point-logo {
    width: 10%;
    display: flex;
}

.icon-width {
    width: 28px;
}

.point-des {
    width: 90%;
    display: flex;
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
}

.quality-image-rate {
    width: 40%;
    display: flex;
    justify-content: end;
    position: relative;
}

.rating-star {
    z-index: 10;
    display: flex;
    align-items: end;
    position: relative;
}

.rate-abs {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 10;
}

@media screen and (max-width:1400px) {
    .qlty-des-main-head {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width:1200px) {
    .qlty-des-main-head {
        font-size: 28px;
        line-height: 35px;
    }
    .for-quality-point {
        padding-left: 15px;
    }
    .qlty-content {
        width: 55%;
    }
    .rate-abs {
        width: 120px;
    }
    .qlty-content {
        width: 70%;
    }
    .quality-image-rate {
        width: 30%;
        display: flex;
        justify-content: end;
        position: relative;
    }
}

@media screen and (max-width:991px) {
    .quality-content-section {
        flex-direction: column;
    }
    .quality-content-section {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }
    .qlty-content {
        width: 100%;
    }
    .quality-image-rate {
        width: 100%;
    }
    .rating-star {
        width: 300px;
    }
    .rate-abs {
        width: 100px;
        bottom: 12px;
        z-index: 10;
    }
    .quality-bg-image {
        height: 100%;
    }
    .qlty-content {
        padding-top: 50px;
    }
    .for-quality-point {
        gap: 25px;
    }
}

@media screen and (max-width:600px) {
    .quality-content-section {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }
    .quality-bg-image {
        height: 100%;
    }
    .for-quality-point {
        padding-left: 0px;
    }
}

@media screen and (max-width:450px) {
    .qlty-content {
        padding-top: 0px;
    }
    .qlty-des-main-head {
        padding-bottom: 30px;
    }
    .rating-star {
        width: 250px;
    }
    .point-logo {
        width: 12%;
        display: flex;
    }
    .qlty-des-main-head {
        font-size: 23px;
        line-height: 33px;
    }
}

.colo-exp {
    color: #4f58523a !important;
}

.green-round::before {
    content: '';
    display: flex;
    width: 10px;
    /* Adjust the size for the desired roundness */
    height: 10px;
    background-color: #77C500;
    /* Adjust color if needed */
    border-radius: 50%;
    /* Spacing between the text and the circle */
    vertical-align: middle;
    /* Align the circle with the text */
}

.line-btm {
    border-bottom: 1px solid gray;
}

.line-left {
    border-left: 1px solid gray;
}

@media screen and (max-width:767px) {
    .line-left {
        border-left: none !important;
    }
}


/*-------------------------------------------------------- mile-stone-section---------------------------------------------------- */

.width-trophy {
    width: 826px;
}

.objct-cov {
    object-fit: cover;
    display: flex;
}

.bg-gray-mile {
    background-color: #FCFCFC;
}

.work-content-milestone {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3-milestone {
    grid-auto-flow: row;
    gap: 0px 30px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 20px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 20px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 20px 20px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.brdr-rgt {
    border-right: 1px solid #707070;
}

@media screen and (max-width:1200px) {
    .width-trophy {
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .brdr-rgt {
        border-right: none;
    }
}


/*----------------------------------------------------------- our-team-section ------------------------------------------------------------*/

.team-clr {
    color: #1577B4;
}

.work-content-team-sec {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3-team-sec {
    grid-auto-flow: row;
    gap: 0px 100px;
    grid-template-columns: repeat(5, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(5, 1fr);
        gap: 0px 90px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(5, 1fr);
        gap: 0px 70px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 50px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 50px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.team-btn {
    width: fit-content;
    padding: 5px 15px;
    border: 1px solid #77C500;
    border-radius: 10px;
    color: #000000;
    transition: all ease-in-out .5s;
}

.team-btn:hover {
    color: #ffffff;
    background-color: #77C500;
}

.blg-img {
    /* transition: transform .3s ease-in-out; */
    border-radius: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.blg-img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    border-radius: 10px;
}

.img-team-width {
    width: 100%;
}


/*-------------------------------------------------------------------------- diagnosis------------------------------------------------------------------------------- */

.bg-diag {
    background: linear-gradient(122deg, rgba(207, 255, 207, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.diago-para-clr {
    color: #2A2A2A;
}

.work-content-dignosis {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3-dignosis {
    grid-auto-flow: row;
    gap: 0px 40px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 90px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 70px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 50px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 50px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.img-br {
    border-radius: 50px;
}

.hvr-change {
    transition: all ease-in-out .5s;
}

.hvr-changes:hover .hvr-change {
    color: #77C500;
    /* Change to the desired color */
}

.dprt-clr {
    color: #515151;
}

.image-dep {
    border-radius: 50px;
}

.wid-500 {
    width: 500px;
}

@media screen and (max-width:575px) {
    .image-dep {
        border-radius: 20px;
    }
}


/*-------------------------------------------------------------- research-division---------------------------------------------------------- */

.research-div-bg {
    width: 100%;
    position: relative;
    display: flex;
    background: linear-gradient(90deg, rgba(50, 173, 219, 1) 0%, rgba(70, 191, 212, 1) 100%);
}

.work-content-reser-div {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3-reser-div {
    grid-auto-flow: row;
    gap: 0px 40px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 0px 90px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 70px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 50px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 50px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.exp-clr {
    color: #ffffff;
    transition: all ease-in-out .5s;
}

.hvr-divs:hover .exp-clr {
    color: #003d63;
}

.work-content-reser-round {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3-reser-round {
    grid-auto-flow: row;
    gap: 0px 10px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 10px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 0px 10px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 10px 10px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 10px;
    }
    @media (max-width: 670px) {
        grid-template-columns: repeat(2, 1fr);
    }
    @media (max-width: 450px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.round-dot {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1px dashed #545454;
}

.roun-icon {
    width: 99px;
}

.color-round {
    color: #3B3B3B;
}

.gap-20 {
    gap: 20px;
}

.brdr-btms {
    border-bottom: 1px solid #d6d6d6;
}

.brdr-btm {
    border-bottom: 1px solid #d6d6d6;
}

.course-clr {
    color: #212121;
}

@media screen and (max-width:1500px) {
    .round-dot {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 1px dashed #545454;
    }
    .roun-icon {
        width: 70px;
    }
}


/*----------------------------------------------------- job-oriented-training ---------------------------------------------------*/

.wsp-btn {
    width: fit-content;
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    background-color: #455A64;
    gap: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 50px;
    transition: all ease-in-out .5s;
}

.wsp-btn:hover {
    background-color: #294e5f;
}

.wsp-img-w {
    width: 29px;
}

.accordion {
    accordion-border-color: #ffffff !important;
}

.accordion-item {
    border: 2px solid #ffffff !important;
    border-radius: 10px;
    /* Replace #yourColor with your desired color */
}

.accordion-button {
    border: 1px solid #CCE3EC !important;
    border-radius: 10px;
    /* Change border color for the button if needed */
}

.accordion-button {
    border-radius: 10px !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0) !important;
}

.accordion-button:not(.collapsed) {
    background-color: #E7F6FC !important;
}

.accordion-button {
    color: #515151 !important;
    font-family: Poppins;
    font-weight: 500;
    font-size: 25px;
}

.gaps-70 {
    gap: 70px;
}

@media screen and (max-width:1100px) {
    .gaps-70 {
        gap: 20px;
    }
}

@media screen and (max-width:575px) {
    .accordion-body {
        padding: 0px !important;
    }
}


/*------------------------------------------------------------ contact-section -----------------------------------------------------------------------*/

.icon-set {
    display: flex;
    gap: 30px;
    align-items: center;
}

.contact-page-head {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    color: #185586;
}

.contact-page-head-sub {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.addres-sec {
    display: flex;
    justify-content: space-between;
    gap: 158px;
    padding: 60px 93px 60px 100px;
}

.address-content-contact {
    display: flex;
    flex-direction: column;
}

.phone-numbers {
    display: flex;
    gap: 15px;
    font-weight: 400;
    font-family: Poppins;
    color: black;
    font-size: 16px;
}

.get-in-touch-sec {
    background-color: #F5F5F5;
    padding: 50px 0px 85px 0px;
}

.get_head {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    color: #185586;
    text-align: center;
}

.form-control-contact {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    /* Ensures the main input background is white */
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 15px 20px !important;
    margin-bottom: 10px;
    /* Gradient background layered on top of the white background */
    background: linear-gradient(to right, #145284, #145284) bottom / 95% 2px no-repeat, /* Gradient line at the bottom */
    #fff;
    /* White background for the input */
    background-clip: padding-box;
    /* Ensures the white background stays within the input box */
}

.form-width {
    width: 50%;
}

.form-width-50 {
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    gap: 60px;
    margin-top: 45px;
}

.contact-form-submit-btn {
    width: 100%;
    background: #145284;
    color: white;
    border: none;
    padding: 18px 0px;
    border-radius: 10px;
    margin-top: 5px;
}

.contact-form-submit-btn:hover {
    background-color: #A3C73F;
    color: #ffffff;
    transition: all ease-in-out .4s;
}

.form-width label {
    font-family: "Segoe UI", Arial, sans-serif;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 20px;
    color: #707070;
}

.form-text-area {
    height: 234px;
}

.map-sec {
    padding: 50px 100px;
    border-radius: 10px;
}

.contact-page-head-sub a {
    text-decoration: none;
    color: black;
}

@media (max-width:1675px) {
    .contact-page-head {
        font-size: 25px;
    }
    .contact-page-head-sub {
        font-size: 14px;
    }
}

@media (max-width:1600px) {
    .contact-page-head {
        font-size: 20px;
    }
    .phone-numbers {
        font-size: 13px;
    }
}

@media (max-width:1500px) {
    .addres-sec {
        padding: 130px 60px 130px 60px;
        gap: 100px;
    }
}

@media (max-width:1400px) {
    .form-width-50 {
        padding-left: 60px;
        padding-right: 60px;
    }
    .map-sec {
        padding: 50px 60px;
    }
}

@media (max-width:1335px) {
    .phone-numbers {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width:1250px) {
    .addres-sec {
        gap: 45px;
    }
}

@media (max-width:1097px) {
    .addres-sec {
        padding: 130px 20px 130px 20px;
    }
    .contact-page-head {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .addres-sec {
        padding: 50px 20px 50px 20px;
    }
    .icon-set {
        gap: 15px;
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width:768px) {
    .contact-page-head {
        font-size: 25px;
    }
    .icon-set {
        flex-direction: row;
    }
    .addres-sec {
        flex-direction: column;
    }
}

@media (max-width:675px) {
    .form-width-50 {
        flex-direction: column;
    }
    .form-width {
        width: 100%;
    }
    .form-width-50 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .map-sec {
        padding: 50px 20px;
    }
}

@media (max-width:575px) {
    .contact-page-head {
        font-size: 25px;
    }
    .icon-set {
        flex-direction: row;
    }
    .addres-sec {
        flex-direction: column;
    }
}

.con-img-width {
    width: 20px;
}


/*---------------------------------------------------------------- newsand-events listing -------------------------------------------------------*/

.work-content-news-list {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3-news-list {
    grid-auto-flow: row;
    gap: 50px 50px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 0px 90px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 70px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 50px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 50px;
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*------------------------------------------------------------- lab-test-section-------------------------------------------------- */

.active-btn {
    background-color: #1696E5;
    position: relative;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.non-active-btn {
    background-color: #F2F2F2;
    position: relative;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.gap-col {
    gap: 20px;
}

.work-content-lab-test {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}

.col5_col4lg_col3-lab-test {
    grid-auto-flow: row;
    gap: 30px 30px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1700px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 20px;
    }
    @media (max-width: 1366px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 20px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 20px 20px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
        @media (max-width: 575px) {
            grid-template-columns: repeat(1, 1fr);
        }
    }
}

.point-line-colo {
    color: #515151;
    font-weight: 400;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.point-line-colo:hover {
    color: #515151;
    font-weight: 500;
}

.point-line-colo::before {
    content: "";
    position: absolute;
    /* Position the circle relative to the parent */
    left: 0px;
    /* Adjust this value to position the circle */
    top: 25%;
    /* Center vertically */
    width: 10px;
    /* Circle diameter */
    height: 10px;
    /* Circle diameter */
    background-color: #77C500;
    /* Circle color */
    border-radius: 50%;
    /* Make it a circle */
}


/* -----------------------------------------------`research-page -------------------------------------------------------*/

.brdr-btm {
    border-bottom: 1px solid #DCDCDC;
}

.brdr-btm::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25%;
    width: 10px;
    height: 10px;
    background-color: #77C500;
    border-radius: 50%;
}

.brdr-btm-new::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 40%;
    width: 10px;
    height: 10px;
    background-color: #77C500;
    border-radius: 50%;
}

.brdr-btm-skill::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #77C500;
    border-radius: 50%;
}

.tab-pane {
    display: none !important;
}

.tab-pane.active {
    display: block !important;
}

.tab {
    cursor: pointer !important;
}

.tab-nostyle {
    text-decoration: none;
}

@media (max-width:1366px) {
    .active-btn {
        font-size: 16px;
    }
    .non-active-btn {
        font-size: 16px;
    }
}

@media (max-width:1100px) {
    .for-big {
        display: none !important;
    }
    .for-small {
        display: flex !important;
    }
}

@media (min-width:1100px) {
    .for-big {
        display: flex !important;
    }
    .for-small {
        display: none !important;
    }
}

@media (max-width:575px) {
    .brdr-btm::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 23%;
        width: 10px;
        height: 10px;
        background-color: #77C500;
        border-radius: 50%;
    }
    .brdr-btm-new::before {
        left: -10px;
    }
}

@media (max-width:400px) {
    .brdr-btm::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 19%;
        width: 10px;
        height: 10px;
        background-color: #77C500;
        border-radius: 50%;
    }
}

.for-test {
    color: #000000 !important;
    font-family: Poppins;
    font-weight: 600 !important;
    font-size: 25px;
}

.for-test.accordion-button:not(.collapsed) {
    background-color: #1696E5 !important;
    color: #ffffff !important;
}


/* gallery-section */

.work-content-gallery-det {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 0px;
    padding-top: 5px;
}

.col5_col4lg_col3-gallery-det {
    grid-auto-flow: row;
    gap: 15px 15px;
    grid-template-columns: repeat(4, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1750px) {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px 15px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(4, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 20px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
    @media (max-width: 450px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
}


/* backtotop */

#buttonss {
    display: inline-block;
    background-color: #1577b4;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#buttonss::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
}

#buttonss:hover {
    cursor: pointer;
    background-color: #0475bb;
}

#buttonss:active {
    background-color: #0475bb;
}

#buttonss.show {
    opacity: 1;
    visibility: visible;
}

.course-objct {
    object-fit: cover;
    display: flex;
}

.list-b-radius {
    border-radius: 50px;
}

.fon-list {
    font-size: 18px !important;
}

@media (max-width:1366px) {
    .fon-list {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (max-width:1100px) {
    .list-b-radius {
        border-radius: 10px;
    }
}

@media (max-width:767px) {
    .cont-img-size {
        width: 30px;
    }
}

.mar-top-auto {
    margin-top: auto;
}

label.error {
    font-size: 12px;
    /*position: relative;*/
    top: -4px;
    color: red;
}

.flash_message {
    float: left;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 12px 30px;
    color: #FFF;
    background-color: #0475bb;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.gl_cod_order_captcha {
    border: 1px solid #000;
}

.captcha-spcl {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.gl_cod_order_captcha {
    font-size: 18px;
    text-align: center;
    color: #555;
    border: 1px dashed #888;
    background: #F0F1F2;
    padding: 7px 25px;
    margin: 0 15px 0 0;
}

.CaptchaEqual {
    font-size: 20px;
    color: #666;
    text-align: center;
    margin: 0 15px 0 0;
}

.gl_order_captcha {
    padding: 0 0 5px 0;
    font-size: 15px;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

.gl_order_error-center {
    text-align: center;
}

.gl_order_captcha:focus-visible {
    outline: none !important;
}

.gl_order_captcha_two:focus-visible {
    outline: none !important;
}

@media (max-width:575px) {
    .gl_cod_order_captcha {
        padding: 7px 16px;
        font-size: 14px;
    }
    .gl_order_captcha {
        font-size: 14px;
        width: 120px;
    }
    .CaptchaEqual {
        margin: 0 10px 0 0;
    }
    .gl_cod_order_refresh {
        margin-left: 15px;
    }
    .gl_order_error {
        font-size: 12px;
    }
}

.err-cpt {
    display: flex;
    flex-direction: column;
    margin: 0px -20px 0px 0px;
}

.mobile-butns {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0%;
    text-decoration: none !important;
    z-index: 100;
}

.enquiry-section {
    width: 50%;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    background-color: #A3C73F;
    color: #ffffff !important;
    text-decoration: none !important;
    justify-content: center;
    gap: 10px;
}

.call-section {
    width: 50%;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    background-color: #0e4e81;
    color: #ffffff !important;
    text-decoration: none !important;
    justify-content: center;
    gap: 10px;
}

.mob-btn {
    font-size: 18px;
    font-family: Poppins;
    color: #ffffff;
    font-weight: 500;
}

@media screen and (max-width:970px) {
    .mobile-butns {
        display: flex;
    }
}

@media screen and (min-width:970px) {
    .mobile-butns {
        display: none;
    }
}

.plr {
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width:1366px) {
    .plr {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width:680px) {
    .plr {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-mail {
    width: 29px;
}


/*-------------------------------------------------------- new-privacy-section -----------------------------------------------------------------------------*/

.privacy-container {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.main-privacy-head {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.main-privacy-sub-content {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 27px;
}

.main-privacy-para {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

@media screen and (max-width:991px) {
    .privacy-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-privacy-sub-content {
        font-family: Poppins;
        font-size: 19px;
        font-weight: 600;
        color: #000000;
        line-height: 27px;
    }
}

.extra-pad-botom {
    padding-bottom: 120px;
}

.gap-for-intrn {
    gap: 80px;
}

.br-rads {
    border-radius: 20px;
}

.br-radse {
    border-radius: 70px;
}


/*---------------------------------------- eligibility-section-------------------------------- */

.work-content-eligibility {
    display: flex;
    flex-direction: row;
    display: grid;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.col5_col4lg_col3-eligibility {
    grid-auto-flow: row;
    gap: 60px 60px;
    grid-template-columns: repeat(3, 1fr);
    .spanItem {
        grid-column: span 2;
    }
    @media (max-width: 1750px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px 15px;
    }
    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
        .spanItem {
            grid-column: span 2;
        }
        gap: 40px 20px;
    }
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 850px) {
        grid-template-columns: repeat(3, 1fr);
    }
    @media (max-width: 575px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 10px;
    }
    @media (max-width: 450px) {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 10px;
    }
}

.bg-grn-clrs {
    background: linear-gradient(122deg, rgba(207, 255, 207, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.obj-fit-cvr {
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .gap-for-intrn {
        gap: 20px;
    }
    .br-radse {
        border-radius: 30px;
    }
    .extra-pad-botom {
        padding-bottom: 60px;
    }
}

.bg-clr-sec {
    background: linear-gradient(122deg, rgba(207, 255, 207, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.district-head {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.gap-loc {
    gap: 40px;
}