/*** Spinner Start ***/
/*** Spinner ***/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Lexend+Deca:wght@100..900&display=swap');
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

body {
    /* background-color: #F3F7FF; */
      font-family: "Lexend Deca", sans-serif;
}


/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 24px;
    height: 24px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    /* margin-right: 25px; */
    padding: 12px 0;
    color: var(--bs-dark);
    font-size: 15px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 14px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #333;
}
.navbar-hero-section-a:hover{
color: #009DFF !important;
}
.navbar-light .navbar-brand img {
    max-height: 60px;
    /* transition: .5s; */
}



.navbar .dropdown-toggle::after {
    border: none;
    /* content: "\f107"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
      
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
.about_img img{
max-height: 438px !important;
}
.visa-policy-table table {
    font-size: 14px;
}
.visa-policy-table th {
    background-color: #e8f4fd;
    font-weight: 600;
}
.university-card img {
    width: 80px;
    height: auto;
    object-fit: contain;
}
.visa-policy-table  h5{
color: #00568C;
}
.category_description{
color: var(--primary-blue-900, #00426B);
text-align: center;
font-family: "Lexend Deca";
font-size: 26px;
padding-bottom: 30px;
font-weight: 300;

}
.visa-policy-table .table {
    border-collapse: separate;
    border-spacing: 0 10px; /* vertical space between rows */
}

.visa-policy-table th, 
.visa-policy-table td {
    border: none !important; /* remove default borders */
    background-color: #f9f9f9;
    padding: 12px 16px;
    vertical-align: top;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-size: 20px;
    color: #000;
}

.visa-policy-table th {
    background-color: #e8f4fd;
    font-weight: bold;
    width: 35%;
}
.university-content h4{
background-color: #EFEFEF;
padding: 20px 12px;
color: #00568C;;
}
.university-content .description{
padding-top: 10px;
padding-bottom: 20px;
color: #000;
}
    .navbar-light {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
          padding: 12px 24px !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
      
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

  
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 160px;
    left: 30px;
    margin-left: 90px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    /* animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
    transition: 1s;
}

@keyframes image-zoom {
    0% {
        height: 100%;
        opacity: 0.9;
    }

    25% {
        height: 110%;
        opacity: 0.50;
    }

    50% {
        height: 115%;
        opacity: 1;
    }

    75% {
        height: 110%;
        opacity: 0.50;
    }

    100% {
        height: 100%;
        opacity: 0.9;
    }
}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}

/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}

/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}

/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item .testimonial-quote-left {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-quote-right {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 50% !important;
    /* Center the button horizontally */
    transform: translateX(-50%) !important;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 50% !important;
    transform: translateX(-50%) !important;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

/* .testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
} */

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
background-color: #000;
    color: white; /* Adjust text color for better visibility */
    padding: 20px; /* Add padding for inner spacing */

}

.image-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (optional) */
    height: 100%; /* Optional: Adjust based on your container's height */
}

.footer-logo{
    margin-top: 90px;
}
.slider_input:focus,
#enquery_message:focus {
    color: #fff !important;
}

@media (max-width: 1200px) {
    .footer {
        background-position: center;
    }
}


.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: #006FB5 !important;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}




.subscribe-container {
    position: relative;
    width: 100%; /* Adjust the width of the container */
    max-width: 400px; /* Optional: limit the width of the input field */
}

.subscribe-input {
    width: 100%;
    padding-right: 50px; /* Space for the button inside the input */
    background-color: rgba(0, 0, 0, 0.459); /* Input background */
    color: white;
}

.subscribe-btn {
    top: 1px; /* Position the button inside above the input field */
    right: 3px; /* Adjust positioning to be on the right side */
    padding: 0px 12px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1; /* Ensure the button is above the input */
}



/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
}

/*** copyright end ***/




/* add custome css start here */

.bg-light-color {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.buynow-btn {
    color: white;
    background: #009DFF;
    border: none;
    padding: 14px 26px !important;
    border-radius: 100px !important;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}

.buynow-btn:hover {
    background: #006FB5;
    color: #fff;
    transform: scale(1.05);
}

.custom-bg-size {
    width: fit-content;
    padding: 10px 50px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .custom-bg-size {
        margin: 0 auto;
    }
}



.header-carousel-item {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

.header-carousel-item video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}


@media (max-width: 768px) {
    .header-carousel-item video {
        object-fit: contain;
    }
}



/* about section */
.about-sm-img-custom-gap {
    display: flex;
    margin-bottom: -30px;
}

.about-sm-img-custom-gap>div {
    margin-right: 402px;
}

.about-sm-img-custom-gap>div:last-child {
    margin-right: 0;
}





/* chariman message */
.chairman-msg-color {
    background-color: #E6F6EE;
}

.chairman-img-margin {
    margin-top: 160px;
}

.chairman-title-margin-top {
    margin-top: 50px;
}


/* crops */
.img-right-small {
    width: 5%;
    float: right;
    margin-left: 20px;
    margin-top: -60px;
}

@media (max-width: 1200px) {
    .img-right-small {
        width: 7%;
    }
}

@media (max-width: 768px) {
    .img-right-small {
        width: 10%;
    }
}

.crops-margin {
    margin-top: 60px;
}

.custom-gap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
}

.custom-gap>div {
    margin-right: 185px;
}

.custom-gap>div:last-child {
    margin-right: 0;
}



.crops-card-bg {
    background-color: #F4FFFA;
}

.circle-bg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.card-hover {
    transition: all 0.3s ease;
}

/* Hover effect for the card */
.card-hover:hover {
    background-color: #00a727;
    transform: translateY(-5px);
}

/* Hover effect for the circle */
.card-hover:hover .circle-bg {
    background-color: #ffffff;
}

/* Hover effect for the card title and text */
.card-hover:hover .card-title,
.card-hover:hover .card-text {
    color: white;
}

.circle-bg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card {
    position: relative;
    overflow: hidden;
}

/* .card-img-top {
    object-fit: cover;
    height: 200px;
} */

.carousel-controls {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.see-all-btn {
    margin-top: 85px;
    text-align: center;
}


/* background png image */
.bg-png-img {
    margin-top: -100px;
}

.bg-png-img-sm {
    margin-top: -140px;
    width: 5%;
    height: auto;
}

@media (max-width: 1200px) {
    .bg-png-img {
        margin-top: -80px;
    }

    .bg-png-img-sm {
        margin-top: -135px;
        width: 7%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .bg-png-img {
        margin-top: -70px;
    }

    .bg-png-img-sm {
        margin-top: -130px;
        width: 8%;
        height: auto;
    }
}

.img-full-img {
    width: 100%;
}


/* our news letter */
.custom-gap-newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
}

.custom-gap-newsletter>div {
    margin-right: 290px;
}

.custom-gap-newsletter>div:last-child {
    margin-right: 0;
}

.news-hover-card-bg {
    background-color: #054915;
}

.news-hover-date-margin {
    position: relative;
    margin-top: -20px;
    z-index: 2;
}

.news-hover-date-bg {
    padding: 5px 10px;
    background-color: rgb(12, 170, 12);
    border-radius: 5px;
    margin-top: -30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.news-read-bg-success {
    background-color: green;
}

.news-hover-card-bg {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.custom-hover-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 50px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-hover-button:hover {
    background-color: green;
    color: white;
    text-decoration: none;
}


.card {
    overflow: hidden;
    position: relative;
}

.news-hover-content {
    background-color: rgb(11, 80, 11);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border-radius: 40px;
}

.card:hover .news-hover-content {
    opacity: 1;
}

.news-hover-date-bg {
    background-color: green;
    padding: 10px;
    border-radius: 5px;
}



/* map section */
.maps-margin-top {
    margin-top: 80px;
}

/* Add custom margin for better gap control */
.catalog-bg {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #E6F6EE;
    border-radius: 40px;
    display: flex; /* Enables Flexbox */
    justify-content: center; /* Centers image horizontally */
    align-items: center; /* Centers image vertically */
    height: 589px; /* Ensures the container has consistent height */
}

/* Ensure the image fills the appropriate size */
.card-img-map {
    max-width: 100%; /* Prevents overflow */
    max-height: 100%; /* Prevents overflow */
    object-fit: contain; /* Keeps aspect ratio and fits image within container */
    object-position: center; /* Ensures the image is centered */
    display: block; /* Removes unwanted spacing around images */
    margin-top: 50px;
}


/* Optionally, you can set the card's height as well */
.map-card {
    height: 650px;
    /* Adjust to your desired card height */
}



@media (min-width: 992px) {
    .row {
        /* Ensuring that the row behaves properly and stays in the same row on larger screens */
        display: flex;
    }
}


.custom-gap-catalogue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
}

.custom-gap-catalogue>div {
    margin-right: 220px;
}

.custom-gap-catalogue>div:last-child {
    margin-right: 0;
}

.custom-gap-distribution {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
}

.custom-gap-distribution>div {
    margin-right: 310px;
}

.custom-gap-distribution>div:last-child {
    margin-right: 0;
}

.view-template {
    position: relative; /* Required for pseudo-element positioning */
    display: inline-block;
    padding-bottom: 5px; /* Space between text and line */
}

.view-template::after {
    content: ''; /* Creates a pseudo-element */
    position: absolute;
    left: 0;
    bottom: 0; /* Positions the line at the bottom of the text */
    width: 100%; /* Makes the line span the full width of the text */
    height: 2px; /* Thickness of the line */
    background-color: black; /* Black line color */
}

.about-sm-img-custom-gap {
    display: flex;
    margin-bottom: -30px;
}

.about-sm-img-custom-gap>div {
    margin-right: 356px;
}

.about-sm-img-custom-gap>div:last-child {
    margin-right: 0;
}

.about-result-sm-section{
    position: relative;
    margin-top: -30rem !important;
}

.about-sm-youtube-section{
    margin-top:350px;
}

@media (max-width: 1200px) {
    .about-result-sm-section{
        position: relative;
        margin-top: -31rem !important;
    }
}


/* chariman message */
.chairman-msg-color {
    background-color: #E6F6EE;
}

.chairman-img-margin {
    margin-top: 160px;
    position: relative; /* Required to position the line relative to this container */
    display: inline-block;
}

.chairman-title-margin-top {
    margin-top: 50px;
}

.chairman-line-design {
    top: -20px; /* Adjust this value to position the line higher */
    right: -20px; /* Adjust this value to move the line to the right */
    position: absolute; /* Allows precise positioning */
    margin-top: 220px;
}

.chairman-custom-gap {
    display: flex;
    margin-bottom: -30px;
}

.chairman-custom-gap>div {
    margin-right: 405px;
}


.dropdown-menu.dropdown-grid {
    display:grid !important; 
    grid-template-columns: repeat(6, 1fr); 
    gap: 10px; 
    padding: 10px; 
    min-width: 600px; 
    left: -160px;
}

.dropdown-item {
    white-space:nowrap; 
    text-align:center; 
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 100%; 
    left: 50%;
    transform: translateX(-50%); 
    background-color: #57e1ae; 
    color: #fff; 
    border-radius: 50%; 
    width: 50px; 
    height: 50px; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-size: 20px; 
    border: none;
    z-index: 10;
}

.slick-prev {
    left: 48%; /* Slight adjustment to place the previous arrow */
}

.slick-next {
    left: 52%; /* Slight adjustment to place the next arrow */
}

.slick-prev:before,
.slick-next:before {
    content: ""; /* Remove the default text */
}

.slick-prev i,
.slick-next i {
    color: #fff; /* Ensure icon color matches the button */
}
.top-bar-area {
    background-color: #009DFF !important;
    padding-bottom: 0px;

    display: flex;
    height: 44px;
    padding: 10px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.topbar_left {
    display: flex;
    color: #fff;
    gap: 30px;
}
.top-bar-inner {
    display: flex;
    justify-content: space-between;
}
.social-icons{
display: flex;
}
.left-content{
margin-top: 0px;
}

.custom__nav{
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #E6F5FF;
    box-shadow: 0px 0px 6px 0px #96C5FF inset;
}
.slider-caption {
    bottom: 108px;
    /* left: 20px; */
    max-width: 80%;
    border-radius: 8px;
    max-width: 800px;
}
.slider-caption  h3{
color: #fff;
font-size: 40px;
}
.custom_btn_primary{
    background: #009dff;
    border-radius: 35px;
    padding: 8px 18px;
   border: 1px solid #009dff;
}
.custom_btn_primary:hover{
  background-color: #006FB5;
}
.blog__title h3{
color: #009DFF;
}
.blog_social_icon{
padding-top: 30px;
}
.blog_description{
font-size: 18px;
color: #000;
}
.custom_btn_secondary{
    background: transparent;
    border: 1px solid #009dff;
    border-radius: 35px;
    padding: 8px 18px;
}
.btn.btn-primary:hover {
    background: #46b0f1;
color: #fff;
}
.slider_form{
    bottom: 13px;
    right: 28px;
    /* background: rgba(0, 0, 0, 0.6); */
    border-radius: 17.66px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(17.659963607788086px);
    padding: 15px;
    border-radius: 8px;
    z-index: 1;
}
.latest-article {
    max-width: 400px;
    position: absolute;
    background-color: #ffffff !important;
    color: #333;
    top: -10px;
    right: 24px;
    z-index: 1;;
}
.visa-policy-table h5{
font-size: 32px;
}
.slider_input{
    width: 314px !important;
    height: 29px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);

}
.student_text {
padding-top: 25px;
}
.student_text img{
width: 61px !important;
height: 20px !important;
}
section{
padding-top: 60px;
padding-bottom: 60px;
}
.sec_title {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 6px 20px;
    border: 1px solid #ddd;
    display: inline-block;
    color: #000;
    border-radius: 50px;
    background-color: transparent;
    position: relative;
    padding-left: 35px; /* space for the dot */
}

.sec_title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.country-carousel-item{
padding: 10px;
}
.country-carousel-item img {
    width: 65px !important;
}
.about_img{
padding-top: 30px;
}
.about_img {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.about_card{
border-radius: 10px;
background: #EFEFEF;
padding: 18px;
min-height: 440px;
}
.about_gap {
    display: grid;
    gap: 220px;
}
.about_card_count {
color: var(--primary-blue-500, #009DFF);
font-family: "Lexend Deca";
font-size: 42px;
font-style: normal;
font-weight: 700;

}
.about_card_msg{
font-size: 30px;
color: #000;
}
.custom_btn_about{
background: #FFF;
padding: 8px 16px;
color: #000 !important;
border-radius: 30px ;
}
.support_bg {
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='3' r='0.5' fill='gray'/%3E%3Ccircle cx='10' cy='10' r='0.5' fill='gray'/%3E%3Ccircle cx='5' cy='15' r='0.5' fill='gray'/%3E%3Ccircle cx='17' cy='7' r='0.5' fill='gray'/%3E%3C/svg%3E");
  background-size: 9px 16px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.support_heading{
color: #fff;
font-family: "Lexend Deca";
font-size: 44px;
font-style: normal;
font-weight: 600;
}
.support_card{
  padding: 20px;
  background-color: #ffff;
  border-radius: 10px;
  cursor: pointer;
}
.support_card:hover{
  background-color: #f5f5f5;
}
.visa_category_title{
display: flex;
justify-content: space-between;
color: #000;
font-size: 32px;
}
.rotate-down {
    transform: rotate(-41deg);
    display: inline-block;
}
.visa_description_home{
    color: #000;
    }
.visa_grid{
display: grid;
gap: 200px;
}
.visa_description_home{
padding-top: 20px;
}
.achievement_title{
color: var(--Black-black-500, #0F0F0F);
font-family: "Lexend Deca";
font-size: 36px;
font-style: normal;
font-weight: 600;
}
.achievement_description{
padding-top: 10px;
color: #000;
font-size: 20px;
font-family: "Lexend Deca";
}
.achievement_color{
color: var(--primary-blue-700, #006FB5);
font-family: "Lexend Deca";
font-size: 32px;
padding-top: 20px;
}
.achievement_bottom{
    padding-top: 20px;
    color: #000;
    font-family: "Lexend Deca";
    font-size: 30px;
    font-weight: 200;
}
.custom_btn_achievement{
padding: 8px 10px;
border-radius: 100px;
background: #EDEDED;
color: #000 !important;
}
.custom_btn_achievement_2{
padding: 8px 10px;
border-radius: 100px;
background: #fff;
color: #000 !important;
border: 1px solid #EDEDED !important;
}
.achievement_box {
    position: relative;
    overflow: hidden;
}

.description-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0; 
    cursor: pointer;
    display: grid;
    gap: 32px;  
}
.achievement_box:hover .description-box {
    transform: translateY(0);
    opacity: 1;
}

.achievement_img{
min-height: 350px;
}
.work_process_title{
color: var(--Black-black-500, #0F0F0F);
font-family: "Lexend Deca";
font-size: 36px;
font-style: normal;
font-weight: 600;
max-width: 756px;
}
.blog_sub_title{
color: var(--Black-black-500, #0F0F0F);
font-family: "Lexend Deca";
font-size: 36px;
font-style: normal;
font-weight: 600;

}
.our_successfull{
padding-top: 10px;
color: #000;
}
.ss_1{
color: var(--primary-blue-900, #00426B);
font-family: "Lexend Deca";
font-size: 18px;
font-style: normal;
font-weight: 300;
}
.ss_2{
color: #000;
font-family: "Lexend Deca";
font-size: 36px;
font-style: normal;
font-weight: 400;
}
.grid_gap{
display: grid;
gap: 135px;
}
.review-carousel {
    padding-top: 30px;
    padding-bottom: 30px;
}

.review-carousel .owl-item {
    overflow: visible !important; /* Allow the image to overflow its container */
    z-index: 1; /* Default */
}

.review-carousel .owl-item.center {
    z-index: 2; /* Bring the center item to the front */
}



.review-carousel .item img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
    margin-top: 19px;
}
.review-carousel .owl-item.center .item img {
    width: 90px !important;  /* larger than default 60px */
    height: 90px !important;
    transition: all 0.3s ease;
    z-index: 3;
    margin-top: 0;
    border: 1px solid #1f1c1cdb !important ;
    padding: 5px;
}
.consult-section {
    min-height: 46vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}
.consult-section h1{
color: #fff;
    max-width: 700px;
    font-family: "Lexend Deca";
 margin: 0 auto;
}
.btn_search{
border-radius: 8px;
    color: #fff;
}
.categories_title{
color: var(--Black-black-500, #0F0F0F);
font-family: "Lexend Deca";
font-size: 30px;
font-style: normal;
font-weight: 400;
padding-top: 15px;
}
.category_item{
display: flex;
gap: 15px;
padding-top: 10px;
color: #00568c;
padding-left: 10px;

}
.recent_blog_title a{
color: var(--primary-blue-500, #009DFF);
font-family: "Lexend Deca";
font-size: 22px;
font-style: normal;
font-weight: 300;

}
.recent_blog_date{
    font-size: 15px;
    color: black;
    padding-top: 10px;
}
.consult-card{
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    width: 100%;
}
.blog_image {
    border-radius: 15px;
}


@media only screen and (max-width: 479px) {
	.mobile_font_36{
	font-size: 36px !important;
	}
   .slider-caption h3 {
    color: #fff;
    font-size: 24px;
    
}
.slider-caption {
    bottom: 425px;

}
.slider_form{
bottom: 0;
    padding: 8px;
    right: 48px;
}
.student_text {
    padding-top: 17px;
}
.slider_input {
        width: 276px !important;
        height: 30px;
}
.country-carousel {
    display: flex;
    justify-content: center;
}
.about_img{
padding-bottom: 23px;
}

.support_heading{
font-size: 32px;
padding-bottom: 8px;
}
.support_card {
    margin-bottom: 12px;
}
.visa_grid {
 gap: 86px;
}
.visa_category_title {
    font-size: 32px;
}
.achievement_title{
font-size: 32px;
}
.achievement_color{
font-size: 28px;
}
.mobile_pt_10{
padding-top: 10px
}
.description-box{
    opacity: 1;
    bottom: 176px;
    gap: 4px;
}
.achievement-col:not(:first-child) {
    padding-top: 15px;
}
section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.work_process_title{
font-size: 32px;
}
.sec_title{
font-size: 20px;
}
.grid_gap{
gap: 32px;
}
.ss_2{
font-size: 20px;
}
.blog_sub_title {
    font-size: 26px;

}
.about_gap{
gap: 85px;
}
.about-sec-title2{
font-size: 34px !important;
}
.about-sec-descriptionss{
font-size: 18px !important;
}
.about_card_count{
font-size: 34px;
}
.about_card_msg{
font-size: 24px;
}
.about_card{
  min-height: 335px;
 }
}