@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rosario:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Open Sans", Roboto;
    color: #242424;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 36px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

/* p {
    margin-bottom: 0 !important;
} */

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button {
    border: none;
    background-color: white;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

/* a:hover {
    text-decoration: none;
    color: #B0000D !important;
} */

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

.breadcrumb ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    color: rgb(75, 74, 74);
}

/* ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
} */

figure {
    padding: 0;
    margin: 0;
}

label {
    margin-bottom: 0.5rem;
}

.slogan-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.19px;
}

.slogan-descriptionss {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 18.19px;
}

.heading-csss {
    font-family: Roboto;
    font-weight: 700;
    font-size: 36px;
    line-height: 32.19px;
    color: #4a4a4a;
}

.subheading h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 26px;
    line-height: 30.49px;
    color: #4a4a4a;
}

.subheading h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: white;
}

.subheading p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: white;
}

.subheadings h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: #434343;
}

.subheadings p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: #434343;
}

.subheadings {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: #434343;
}

/* for heading */
.heading-css h3 {
    font-family: Sora;
    font-weight: 700;
    font-size: 33px;
    line-height: 42.19px;
    color: #585859;
}

.heading-css h3 span {
    font-family: Rosario;
    font-weight: 700;
    font-size: 33px;
    line-height: 42.19px;
    color: #6b9066;
}

/* for button */
.common-btn {
    position: relative;
    padding: 15px;
    width: 70%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-family: "Gotham Medium", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 11em;
    border-radius: 5em;
    border: none;
    color: #fff;
    overflow: hidden;
    background-color: transparent;
    transition: transform 0.2s ease-in-out;
}

.common-btn:active {
    transform: scale(0.3);
}

.common-btn.bttn {
    background-color: #6b9066;
}

.common-btn.bttn:hover {
    color: #fff;
    z-index: 3;
    transition-delay: 1s;
}

.common-btn.bttn:before {
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: left, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.5s, 0.5s;
    opacity: 0;
}

.common-btn.bttn:hover:before {
    left: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 0.5s;
    opacity: 1;
    background: #5f646b;
    z-index: -1;
}

.common-btn.bttn:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: right, transform;
    transition-delay: 0s, 0s;
    transition-duration: 1s, 0.5s;
    opacity: 0;
}

.common-btn.bttn:hover:after {
    right: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 1s;
    opacity: 1;
    background: #5f646b;
    z-index: -1;
}

.line-clamp-14 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 14;
    /* Number of lines to show */
    line-clamp: 14;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* Number of lines to show */
    line-clamp: 2;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    /* Number of lines to show */
    line-clamp: 6;
    /* For future-proofing as it becomes standardized */
}
.line-clamp-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 7;
    /* Number of lines to show */
    line-clamp: 7;
    /* For future-proofing as it becomes standardized */
}
.line-clamp-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 8;
    /* Number of lines to show */
    line-clamp: 8;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    /* Number of lines to show */
    line-clamp: 1;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    /* Number of lines to show */
    line-clamp: 4;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    /* Number of lines to show */
    line-clamp: 5;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    line-clamp: 3;
    /* For future-proofing as it becomes standardized */
}

/* .contact-btn {
    position: relative;
    padding: 7px;

    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-family: "Gotham Medium", sans-serif;

    font-size: 16px;
    max-width: 8em;
    border-radius: 5em;
    border: none;
    color: #fff;
    overflow: hidden;
    background-color: transparent;
    transition: transform 0.2s ease-in-out;
} */
.contact-btn {
    position: relative;
    padding: 9px 18px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-family: "Gotham Medium", sans-serif;
    font-size: 16px;
    max-width: 10em;
    border-radius: 2em;
    border: none;
    color: #fff;
    overflow: hidden;
    background-color: transparent;
    transition: transform 0.2s ease-in-out;
}

.contact-btn:active {
    transform: scale(0.3);
}

.contact-btn.bttn {
    background-color: #6b9066;
}

.contact-btn.bttn:hover {
    color: #fff;
    z-index: 3;
    transition-delay: 0.7s;
}

.contact-btn.bttn:before {
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: left, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    opacity: 0;
}

.contact-btn.bttn:hover:before {
    left: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 0.3s;
    opacity: 1;
    background: #5f646b;
    z-index: -1;
}

.contact-btn.bttn:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: right, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.7s, 0.3s;
    opacity: 0;
}

.contact-btn.bttn:hover:after {
    right: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 0.3s;
    opacity: 1;
    background: #5f646b;
    z-index: -1;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #6b9066;
}
.main-nav-container {
    position: absolute;
    top: 15px;
    color: white;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    z-index: 9 !important;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #6b9066;
    z-index: 1000;
    box-shadow: 0px 2px 4px grey;
    animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
    transition: 0.5s;
    left: 0;
    right: 0;
    border-radius: 0px;
}

.nav-text {
    color: white;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
    /* Smooth color transition */
}

.nav-text:hover {
    color: #6b9066;
}

.nav-margin {
    margin-left: 10px;
    margin-right: 10px;
}

/* Text color when header becomes sticky */
#header.sticky .nav-text {
    color: white;
    font-weight: 600;
    font-size: 16px;
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

/* Container settings */
.header-wrapper {
    overflow: hidden;
    width: 100%;
    height: 90vh; /* Default for mobile screens */
    position: relative; /* Necessary for overlay positioning */
  }
  @media (min-width: 768px) { /* Adjust the breakpoint value for larger screens */
    .header-wrapper {
      height: 100vh; /* For larger screens */
    }
  }
/* Background image with animations */
.zoominheader {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    animation: zoomin 10s ease-in-out infinite alternate;
    /* Infinite zoom effect */
}

/* Overlay styling */
.zoominheader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(45, 63, 92, 0.3) 0%, #323c4d 100%);
    /* Semi-transparent overlay */
    z-index: 1;
}

/* Content wrapper */
.zoomoutheader {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    /* Centers content vertically */
    justify-content: center;
    /* Centers content horizontally */
}

/* Animation keyframes */

/* Zoom-in effect */
/* Subtle Zoom-in Effect */
@keyframes zoomin {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    50% {
        transform: scale(1.1);
        /* Slight zoom */
    }

    100% {
        transform: scale(1);
        /* Back to normal size */
    }
}

/* Subtle Zoom-out Effect */
@keyframes zoomout {
    0% {
        transform: scale(1.1);
        /* Start slightly zoomed-in */
    }

    50% {
        transform: scale(1);
        /* Normal size */
    }

    100% {
        transform: scale(1.1);
        /* Slight zoom-in again */
    }
}

@media only screen and (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-toggle::after {
        display: none;
    }
}

ul .dropdown-menu {
    width: 225px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0px !important;
    padding: 0px;
}

.dropdown-item {
    padding-top: 15px !important;
    padding-bottom: 12px !important;
}

/* No top border on first list item */
.dropdown-menu li:first-child:hover a {
    border-top: 0;
}

/* No bottom border on last list item */
.dropdown-menu li:last-child:hover a {
    border-bottom: 0;
}

.nav-item .dropdown-menu {
    width: 255px;
}

.nav-item .dropdown-menu,
.dropend {
    width: 255px;
}

.dropdown-toggle::after {
    display: none !important;
}

.nav-item .dropdown-menu {
    width: 255px;
}

.nav-item .dropdown-menu,
.dropend {
    width: 255px;
}
 

@media only screen and (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-toggle::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        padding: 18px;
        background-color: #6b9066;
        align-items: center;
    }
}

.navbar-toggler {
    border: none !important;
}

.header-menu-icon {
    color: white !important;
    font-size: 22px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.curved-underline {
    position: relative;
    display: inline-block;
    /* This ensures the underline only spans the width of the text */
}

.curved-underline::after {
    content: "";
    position: absolute;
    left: 17px !important;
    right: 0;
    bottom: -5px;
    width: 100%;
    /* This still makes it fit the text */
    height: 2px;
    background: white;
    border-radius: 90%;
    z-index: -1;
}

.hero-banner-heading2 {
    font-weight: 700;
    font-size: 24px;
    font-family: Sora;
}

.hero-banner-title {
    font-weight: 900;
    font-size: 60px;
    font-family: Sora;
}

.hero-banner-des {
    font-weight: 400;
    font-size: 20px;
    font-family: Sora;
}

@media (max-width: 768px) {
    .hero-banner-heading2 {
        font-size: 20px;
        /* Smaller size for mobile */
    }

    .hero-banner-title {
        font-size: 40px;
        /* Smaller size for mobile */
    }

    .hero-banner-des {
        font-size: 16px;
        /* Smaller size for mobile */
    }
}
@media (min-width: 768px) { /* Adjust breakpoint value if necessary */
    .counter-section {
      transform: translateY(-60%);
    }
  }

.counter-section .col-lg-3:not(:last-child) {
    border-right: 1px solid #0475af;
}


.counter-section-about .col-lg-3:not(:last-child) {
    border-right: 1px solid #0475af;
}

.counter-tilte {
    font-size: 20px;
    font-weight: 600;
    font-family: Sora;
}

.text-container {
    padding-left: 20px;
}

.counter-pagh {
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    font-family: Sora;
}

.detail-pagh {
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    text-align: justify;
    font-family: Sora;
}

.curved-underlines {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
    /* This ensures the underline only spans the width of the text */
}

.curved-underlines::after {
    content: "";
    position: absolute;
    left: 17px;
    right: 0px;
    bottom: -10px;
    /* Push the line lower for visibility */
    height: 3px;
    /* Visible height of the line */
    background: #0475af;
    border-radius: 50%;
    /* Creates the curved effect */
    transform: scaleX(1.4);
    /* Stretch horizontally */
    width: 70%;
    /* Ensure it doesn’t overlap text */
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    color:  #5f646b;
}

.service-slogan {
    font-size: 40px;
    font-weight: 600;
    font-family: Sora;
    letter-spacing: 1px;
    /* Adds some spacing between letters */
    line-height: 1.2;
    /* Improves readability */
}
@media (max-width: 767px) {
    .service-slogan {
        font-size: 24px; /* Smaller font size for mobile */
    }
}
.paragraph-des {
    font-weight: 400;
    font-size: 16px;
    color: #434343;
    text-align: justify;
    font-family: Sora;
}
.paragraph-des-service {
    font-weight: 400;
    font-size: 16px;
    color: #434343;
   
    font-family: Sora;
}
.service-card:hover .circle {
    background-color: #ffd25d;
}
.service-card-index:hover .circle {
    background-color: #ffd25d;
}
.circle {
    background-color: white;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.circle-container {
    position: relative;
}
.circle-first {
    background-color: #ffd25d;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.img-service-container {
    position: absolute;
    bottom: -20px;
    left: 8px;
}
.service-text {
    font-weight: 600;
    font-size: 16px;
    padding-top: 40px;
    font-family: Sora;
}
.card-inner {
    padding: 20px;
    /* Adds padding inside each card */
    display: flex;
    /* Aligns content within the card */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* .about-us-section {
    overflow-x: hidden;
} */
.service-card {
  
    background-color: #f4f9ff;
}
.service-card:hover {
    background-color: white;
}
.service-card-index {
    height: 400px;
    background-color: #f4f9ff;
}
.service-card-index:hover {
    background-color: white;
}
.img-main-container {
    position: relative;
}
/* .third-img-container {

} */
.third-img-container img {
    border-radius: 7px;
    width: 70%;
    position: absolute;
    top: 88px;
    left: -8px;
    right: 20px;
}
.second-img-container img {
    border-radius: 7px 0px 0px 0px;
    width: 100%;
}
.about-slogan {
    font-size: 45px;
    font-weight: 600;
    font-family: Sora;
    letter-spacing: 1px;
    /* Adds some spacing between letters */
    line-height: 1.2;
    /* Improves readability */
}
@media (max-width: 767px) {
    .about-slogan {
        font-size: 28px; /* Smaller font size for mobile */
    }
}

.about-des {
    font-weight: 400;
    font-size: 16px;
    color: #434343;
    font-family: Sora;
    text-align: justify;
    padding-right: 70px;
}
@media (max-width: 576px) {
    .about-des {
        padding-right: 0;
        /* Remove padding on mobile screens */
    }
}

.fotter-section-background {
    background: #d2ceee4d;
    /* Add your third color here */
}

.top-bar-fotter {
    border-bottom: 1px solid #9e9e9e;
}

.fotter-text li a {
    color: #2b292a;
    font-weight: 400;
    font-size: 15px;
    font-family: Montserrat;
}

.social-icon-fotter {
    color: #0475AF;
    font-size: 18px;
    background-color: #d9e3e6;
    padding: 20px;
    border-radius: 50%;
}

.fotter-headings {
    color: #2b292a;
    font-weight: 600;
    font-size: 17px;
    line-height: 18.29px;
    font-family: Montserrat;
}

.country-card {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.country-card:hover {
    transform: scale(1.05);
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    transition: transform 0.5s ease;
    z-index: 2;
}

.card-title-section {
    padding: 20px;
    background: white;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

.card-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Sora;
    color: #2b292a;
}

.card-detail-section {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: transform 0.5s ease;
    z-index: 1;
}

.card-detail {
    margin: 0;
    font-size: 1rem;
    text-align: center;
}

.country-card:hover .card-detail-section {
    transform: translateY(-100%);
}

.country-flag img {
    height: 50px;
    width: 100px;
}

.page-bg-color {
    background-color: #f4f9ff;
}

.flag-container img {
    height: 50px;
    width: 100px;
    border-radius: 10px;
}

.course-img-container img {
    border-radius: 7px 7px 20px 120px;
}

.course-card-container {
    background-color: #FFEFF0;
}

.course-btn {
    border: 1px #242424 solid;
    padding: 3px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 14px;
}

.course-btn:hover {
    background-color: red;
    color: white;
    border: 1px white solid;
}

.courses-title {
    font-weight: 600;
    font-size: 20px;
    font-family: Sora;
}



.detail-css {
    font-size: 16px;
    font-weight: 600;
}

.course-card-container {
    border: 1px solid #dd787f;
    border-radius: 10px;
}

.testimonial-card {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    background-color: white;
    color: #7e7c7c;
    max-width: 100%;
    overflow: hidden;
    height: 380px;
}

.scholarship-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.swiper-icon {
    font-size: 40px;
    color: #892662;
}
.date-icon {
    font-size: 20px;
    color: #892662;
}

.text-css {
    font-size: 16px;
    font-weight: 400;
    font-family: Sora;
    text-align: justify;
    color: #4e4e4e;
}
.text-css-fotter {
    font-size: 16px;
    font-weight: 400;
    font-family: Sora;
  
    color: #4e4e4e;
}

.name {
    font-weight: 600;
    font-size: 16px;
    color: #4e4e4e;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    padding-bottom: 50px !important;
}

/* Pagination Container */
.swiper-pagination {
    bottom: 15px !important;
    /* Adjust position */
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    /* Space between bullets */
}

/* Bullets Style */
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #ffffff !important;
    /* Default color */
    border-radius: 50% !important;
    /* Makes them circular */
    opacity: 0.5;
    /* Slightly transparent */
    transition: background-color 0.3s, transform 0.3s !important;
}

/* Active Bullet */
.swiper-pagination-bullet-active {
    background-color: white !important;
    /* Active color */
    transform: scale(1.2) !important;
    /* Slightly enlarge the active bullet */
    opacity: 1 !important;
    /* Fully opaque */
}

.curved-underliness {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
    /* This ensures the underline only spans the width of the text */
}

.curved-underliness::after {
    content: "";
    position: absolute;
    left: 17px;
    right: 0px;
    bottom: -10px;
    /* Push the line lower for visibility */
    height: 3px;
    /* Visible height of the line */
    background: white;
    border-radius: 50%;
    /* Creates the curved effect */
    transform: scaleX(1.4);
    /* Stretch horizontally */
    width: 70%;
    /* Ensure it doesn’t overlap text */
}

.blog-img-container-index img {
    height: 200px;
    width: 100%;
    border-radius: 20px;
}

.blog-img-container img {
    height: 300px;
    width: 100%;
    border-radius: 20px;
}

.blog-date {
    font-size: 18px;
    font-weight: 500;
    color: #434343;
    padding-left: 10px;
}

.blog-heading {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    font-family: Sora;
}

.blog-main-container {
    border: 1px solid #b3b0b0;
    border-radius: 20px;
}

.blog-main-container:hover {
    border: 1px solid #6b9066;
}

.blog-2-container img {
    height: 120px;
    width: 100%;
    border-radius: 10px;
}

.blog-side-section {
    border: 1px solid #b3b0b0;
    border-radius: 20px;
}

.border-button:not(:last-child) {
    border-bottom: 1px solid #cfcece;
 
}

.no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.about-banner {
    position: relative;
    height: 58vh;
    width: 100%;
    background-color: #6b9066;
}

@media screen and (max-width: 768px) {

    /* Adjust the max-width value as needed for your breakpoint */
    .about-banner {
        height: 44vh;
    }
}

/* .about-banner img {
    width: 100%;
    height: 55vh;
    display: block;
    object-fit: cover;
} */
.bannner-overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55vh;
    /* background-color: rgba(0, 0, 0, 0.5);  */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px !important;
}

.overlay-text h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    font-family: Roboto;
    line-height: 42px;
    text-align: center;
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
    .overlay-text h1 {
        font-size: 19px; /* Smaller font size for mobile */
        font-weight: 500; /* Lighter font weight for mobile */
        line-height: 22px;
    }
}
.shap-container-1 img{
object-fit: cover;
}

.shap-container-1 {
    position: absolute;
    top: 150px;
    left: 230px;
}
.shap-container-3  img{
    object-fit: cover;
}
.shap-container-2 {
    position: absolute;
    top: 114px;
    right: 0px;
}
.shap-container-2 img{
    object-fit: cover;
}
.shap-container-2 img{
    object-fit: cover;
}
.shap-container-3 {
    position: absolute;
    top: 114px;
    left: 0px;
}

/* .overlay-text ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans;
    line-height: 24px;
    text-align: center;
} */
.breadcrumb ul li .active {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
    text-align: center;
    /* color: #ca992c; */
    color: white;
}

.breadcrumb ul li a {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
    text-align: center;
    color: #373737;
}

.side-blog-card {
    border-radius: 20px;
}

.nav-img img {
    height: 60px !important;
}
/* .img-box{
    height: 350px;
} */
.imgbox img {
    height: 300px;
    /* width: 100%; */
    border-radius: 20px;
    object-fit: cover;
}

.stretched-link {
    z-index: 10;
    /* Ensure it's above other elements */
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="address"],
.form-group input[type="phone"],
.form-group textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #ece5e5;
}

.form-group input[type="submit"] {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 8px 17px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input[type="submit"]:hover {
    background: #0056b3;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #6b9066;
}

.asterisk {
    color: #ad3535;
}

.sticky {
    position: sticky;
    top: 80px;
    z-index: 10;
    /* Ensures it stays above other elements if necessary */
}

.sidebar {
    position: sticky;
    top: 73px;
}

.form-title {
    font-size: 27px;
    font-weight: 600;
    font-family: Sora;
    line-height: 30px;
    color: #434343;
}

.country-detail-section img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.form-btn {
    border: 1px solid #db81ab;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}

.form-btn:hover {
    border: 1px solid white;
    padding: 10px;
    background-color: #5f646b;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}
.heading-detail {
    font-family: Rosario;
    font-weight: 700;
    font-size: 39px;
    line-height: 42.19px;
    color: #585859;
}
.blog-image-wrapper img{
    height: 350px;
    width: 100%;
    border-radius: 20px;
}
.blog-sidebar {
    background-color: #ebeaeac9;
    border-radius: 20px;
    top: 80px;
}
.date-blog-sidebar {
    color: #851e5c;
    font-size: 12px;
    letter-spacing: 2px;
}
.blog-link-text:hover {
    color: #851e5c;
}
/* Dot styling */
.dot-blog {
    width: 6px; /* Size of the dot */
    height: 6px;
    background-color: #007bff; /* Blue color (Bootstrap's primary color) */
    border-radius: 50%; /* Makes it circular */
}
/* Line styling */
.line-blog {
    width: 75px; /* Adjust the length of the line */
    height: 2px; /* Thickness of the line */
    background-color: #007bff; /* Same color as the dot */
}
.main-img-blog-container {
    flex-shrink: 0;
    overflow: hidden;
}
.main-img-blog {
    height: 100px;
    width: 120px;
    border-radius: 8px;
    object-fit: cover;
}
.main-img-blog:hover {
    cursor: pointer;
}
.blog-heading-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 800;
    font-size: 24px;
}
.form-container {
    border-radius: 40px;
}
.contact-card {
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.contact-icon {
    color: #6b9066;
}
.contact-card-header {
    font-size: 1.5rem;
    font-weight: 600;
    color: #585859;
}
.form-control {
    background-color: #ECE5E5;
} 
.destination-small-card:hover .seven:before {
    transform: scaleX(1);
    transform-origin: left;
}

.destination-small-card:hover .seven:after {
    transform: scaleX(1);
    transform-origin: right;
}

.destination-small-card img {
    height: 181px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.destination-small-card {
    position: relative;
}

.destination-smallcard-overlays {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 181px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity here */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.country-name{
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
}
.destination-short-description{
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
}
.seven {
    position: relative;
}

.seven:after,
.seven:before {
    position: absolute;
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: scaleX(0);
}

.seven:before {
    left: 0;
    top: 0;
    transform-origin: right;
}

.seven:after {
    right: 0;
    bottom: 0;
    transform-origin: left;
}
.country-name{
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
}
@media (max-width: 768px) {
    .counter-section-about {
        flex-direction: column; /* Stacks items vertically */
    }

    .counter-section-about .col-lg-3:not(:last-child) {
        border-right: none; /* Remove the right border */
        border-bottom: 1px solid #0475af; /* Add a bottom border for separation */
    }
    .counter-about {
        margin-left: 4px;
        margin-right: 4px;
    }
}
@media (max-width: 768px) {
    .counter-section {
        flex-direction: column; /* Stacks items vertically */
    }

    .counter-section .col-lg-3:not(:last-child) {
        border-right: none; /* Remove the right border */
        border-bottom: 1px solid #0475af; /* Add a bottom border for separation */
    }
    .counter-home{
        margin-left: 4px;
        margin-right: 4px; 
    }
}

.contact-img-container img{
   
    object-fit: cover;
    align-items: center;
    display: flex;
    justify-items: center;
}
.contact-img-container {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center;    /* Vertically center */
    height: 100%;           /* Ensure the container has height */
}
.contact-map iframe {
    width: 100%;
    height: 500px;
}
.first-img-container img{
    height: 480px;
    width: 100%;
}
.second-img-container img{
    height: 470px;
    width: 100%;
}
.third-img-container img{
    height: 470px;
    width: 100%;
}
/* @media (min-width: 768px) {
    .about-content {
        padding-right: 40px;
    }
} */
.fotter-title-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
}
.fotter-btn-1{
    border: 1px #6b9066 solid;
    padding: 9px 2px;

    /* padding-left: 10px;
    padding-right: 10px; */
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
}
.fotter-btn-2{
  background-color: #6b9066;
    padding: 4px;
    color: white;
    /* padding-left: 20px;
    padding-right: 20px; */
    border-radius: 12px;
     margin-right: 10px;
     font-weight: 600;
     font-size: 14px;
}
.fotter-top{
    border-right: 2px #bebdbd solid;
}
.icons{
    padding-right: 8px;
}
.card-affiliation img{
height: 250px;
width: 100%;
object-fit: contain;
}
.sucess-story-container img{
    height: 350px;
    width: 100%;
}
.circle-faq {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #6b9066;
}
.faq-arrow {
    font-size: 29px;
    color: #6b9066;
}
.faq-text {
    font-family: Sora;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.faq-inner-container {
    border-bottom: 1px solid #d1d1d1;
}
.side-question {
    font-family: Sora;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #6b9066;
}
.messege-from-ceo-img img{
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
    background-color: #6b9066;
    color: #ffffff;
}
.contacts-btns {
    position: relative;
    padding: 9px 18px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-family: "Gotham Medium", sans-serif;
    font-size: 16px;
    max-width: 10em;
    border-radius: 2em;
    border: none;
    color: #fff;
    overflow: hidden;
    background-color: transparent;
    transition: transform 0.2s ease-in-out;
}

.contacts-btns:active {
    transform: scale(0.3);
}

.contacts-btns.bttn {
    background-color: white;
    color: #242424;
}

.contacts-btns.bttn:hover {
    color: #242424;
    z-index: 3;
    transition-delay: 1s;
}

.contacts-btns.bttn:before {
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: left, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    opacity: 0;
}

.contacts-btns.bttn:hover:before {
    left: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 0.3s;
    opacity: 1;
    color: white;
    background: #5f646b;
    z-index: -1;
}

.contacts-btns.bttn:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: right, transform;
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    opacity: 0;
}

.contacts-btns.bttn:hover:after {
    right: 10px;
    transform: translateY(-50%) scale(50);
    transition-delay: 0s, 1s;
    opacity: 1;
    background: #5f646b;
    z-index: -1;
}
.team-img-container img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #6b9066;
}
.team-text{
    font-weight: 600;
    font-size: 16px;
    font-family: Sora;
}
.team-position{
    font-weight: 400;
    font-size: 14px;
    font-family: Sora; 
}
.hover-move {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-move:hover {
    transform: translateY(-10px); /* Move the card up slightly */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Add a soft shadow */
}
