@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=Cinzel:wght@400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&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=Quicksand:wght@300..700&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;
overflow-x: hidden;
    visibility: visible;
    font-family: "poppins", sans-serif;
    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;
}

*: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;
}

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

.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-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-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 */
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 5;
}

.breadcrumb ul {
    list-style: outside none none;
}

/* for header */
.nav-img img {
    height: 56px;
}

.nav-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

/* .nav-margin {
    margin-left: 10px;
    margin-right: 10px;
} */
.navbar-toggler {
    border: none !important;
}

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

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

.error-container img {
    height: 100%;
    width: 100%;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    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;
}

@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);
    }
}

.nav-link {
    font-weight: 500;
    font-size: 16px;
}

.top-bar {
    background-color: #9b0707 !important;
    color: white !important;
    border: 1px #222324;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

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

@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;
}

/*  0 */
.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;
    word-wrap: break-word;
    border: 1px solid rgb(235, 232, 232);
}

/* .dropdown-menu li:hover a {
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    border-left: 0;
    border-right: 0;
} */
/* 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;
    word-wrap: break-word;
}

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

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

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

.fotter-link .nav-link:hover {
    color: #1e8547;
}

.dropdown-item {
    word-wrap: break-word;
    white-space: normal;
}

/* .dropdown_border {
    border: 2px solid #ffffff !important;
} */
@media only screen and (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

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

.top-bar {
    background-color: white;
    color: #222324;
    border: 1px #222324;
}

.main-nav-container {
    background-color: white;
}

.top-bar {
    background-color: white;
    color: gray;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.slider-section {
    height: 88vh;
    display: flex;
    justify-content: center;
}

.heading-title h1 {
    font-family: Quicksand;
    color: #242424;
    font-size: 55px;
    font-weight: 600;
    color: #0799eb;
}

.heading-title h1 span {
    font-family: Quicksand;
    color: #242424;
    font-size: 55px;
    font-weight: 600;
    color: #b0000d;
}

.custom-btn {
    width: 130px;
    height: 44px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-8 {
    background-color: #f0ecfc;
    background-image: linear-gradient(315deg, #e74a4a 0%, #9b0707 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #0799eb;
    /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.5),
      inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
    transition: all 0.3s ease;
}

.btn-8:before {
    height: 0%;
    width: 2px;
}

.btn-8:after {
    width: 0%;
    height: 2px;
}

.btn-8:hover:before {
    height: 100%;
}

.btn-8:hover:after {
    width: 100%;
}

.btn-8:hover {
    background: transparent;
}

.btn-8 span:hover {
    color: #0799eb;
}

.btn-8 span:before,
.btn-8 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0799eb;
    /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.5),
      inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
    transition: all 0.3s ease;
}

.btn-8 span:before {
    width: 2px;
    height: 0%;
}

.btn-8 span:after {
    height: 2px;
    width: 0%;
}

.btn-8 span:hover:before {
    height: 100%;
}

.btn-8 span:hover:after {
    width: 100%;
}

.homebanner-card {
    background-color: white;
    padding: 4px;
    margin-top: 4px;
    margin: 8px;
    margin-bottom: 4px;
    transform: translateY(-60%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 18px 0 rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

.icon-image {
    background-color: #9b0707;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
}

.icon-image-about {
    background-color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
}

.service-section {
    background-color: #eaf5faa8;
}

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

.homecard-text-num {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b1ba8;
    margin-top: 5px;
}

.text-css {
    font-size: 16px;
    font-weight: 500;
    font-family: Quicksand;
    color: #444444;
}

.text-css-counter {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    font-family: Quicksand;
}

.service-content-container h6 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(67, 116, 136);
    background-color: #c2ddee85;
    display: inline !important;
    padding: 4px 10px;
    border-radius: 10px;
    margin-bottom: 4px !important;
    font-family: Quicksand;
}

.service-content-container p {
    font-size: 18px;
    font-weight: 400;
    color: #727070;
    font-family: Quicksand;
}

.service-content-container h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    font-family: Quicksand;
    color: #464242;
}

.service-card {
    position: relative;
    overflow: visible;
    /* allow icon to overflow */
    padding-top: 2rem;
    /* extra space if needed */
}

.icon-container {
    position: absolute;
    top: -15px;
    /* move up */
    right: -15px;
    /* move right */
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 0 5px #ffffff;
    /* simulate "cut-out" look */
}

.service-icon {
    font-size: 20px;
    color: #0097ec;
}

.service-card {
    position: relative;
    background-color: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    max-width: 360px;
    font-family: Quicksand;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: box-shadow 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    animation: floatAnimation 3s ease-in-out;
}

@keyframes floatAnimation {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

.about-us-img img {
    animation: floatAnimation 3s ease-in-out infinite;
}

.arrow-icon {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: white;
    padding: 8px;
    border-radius: 57%;
    box-shadow: 0 0 0 5px #f3f4f6;
    /* creates that gap/cut-out feel */
}

.arrow-icon i {
    font-size: 16px;
    color: #333;
}

/* .service-icon img{
    background-color: #cce4f0;
    display: inline;
    padding: 8px;
    b
  } */
.service-card h3 {
    font-size: 18px;
    color: #28303b;
    font-family: Quicksand;

    font-weight: 600;
    margin-top: 11px !important;
    /* margin: 0 0 2px; */
}

.service-card p {
    font-size: 15px;
    color: #4b5563;
    margin-bottom: 10px;
    font-family: Quicksand;
}

.read-more {
    font-weight: 600;
    font-size: 14px;
    color: #b0000d;
    text-decoration: none;
}

.read-more i {
    vertical-align: middle;
}

.about-us-img img {
    height: 610px;
    width: 100%;
    object-fit: cover;
}

.about-us-img-ceo img {
    height: 610px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.country-card-container {
    border-radius: 20px;
    position: relative;
}

.country-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* Optional for rounded corners */
}

.country-img img {
    display: block;
    width: 100%;
    height: 222px;
    object-fit: cover;
    border-radius: 77px 0px 77px 0px;
    transition: transform 0.3s ease-in-out;
}

.country-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    border-radius: 77px 0px 77px 0px;
    z-index: 1;
}

/* .country-card-container:hover img {
    transform: scale(1.1);
} */
.country-card-container:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
    /* Black overlay with transparency */
}

.country-flag img {
    height: 70px;
    width: 70px;
    position: absolute;
    right: 60px;
    top: 202px;
    border-radius: 50%;
    z-index: 2;
}

.country-card-container h3 {
    font-size: 22px;
    color: #28303b;
    font-family: Quicksand;
    font-weight: 600;
    margin-top: 11px !important;
    /* margin: 0 0 2px; */
}

.country-card-container p {
    font-size: 17px;
    color: #4b5563;
    margin-bottom: 10px;
    font-family: Quicksand;
}

.course-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.service-content-container h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: Quicksand;
}

.test-card-img {
    height: 120px;
    width: 130px;
    border-radius: 50%;
}

.test-card {
    background-color: white;
    padding: 12px;
}

.test-arrow {
    font-size: 18px;
    font-weight: 800px;
}

.scholarship-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.scholar-div:hover .scholar-main-card {
    background-color: #d7eeec;
}

.scholar-main-card {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 50px 0px 90px 0px;
}

.testimonial-card {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    background-color: #f3f1f1;
}

.rating {
    color: rgb(219, 196, 65);
    font-size: 6px;
    height: 16px;
    width: 16px;
}

.center {
    align-items: center;
    justify-content: center;
    display: flex;
}

.swiper-icon {
    font-size: 40px;
    color: #0097ec;
}

.name p {
    font-size: 17px;
    font-weight: 600;
    font-family: Quicksand;
}

.blog-media-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    transition: transform 0.4s ease-in-out;
}

.blog-media-wrapper {
    height: 243px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.blog-icon {
    color: #0097ec;
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 16px;
    background-color: white;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-card {
    border-radius: 20px;
    background-color: white;
}

.blog-card:hover .blog-icon {
    color: white;
    background-color: #0097ec;
}

.blog-card:hover img {
    transform: scale(1.2);
}

.book-text {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0097ec;
}

.subheadings h3 {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #3a3939;
}

.bodypart-css {
    font-size: 16px;
    font-weight: 500;
    font-family: Quicksand;
    color: #444444;
}

.rating-blog {
    color: #eeb931;
    margin-right: 4px;
}

.offer-icon {
    font-size: 14px;
    margin-right: 4px;
}

.footer-class {
    background-color: white;
    color: rgb(32, 32, 32);
    position: relative;
}

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

.fotter-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6d6c6c;
}

.fotter-side-img {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.fotter-side-img img {
    height: 440px;
}

.social-icon {
    color: white;
    background-color: #b42126;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
}

.fotter-css {
    font-family: Quicksand !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #6d6c6c !important;
}

.fotter-css li a {
    font-family: Quicksand !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #6d6c6c !important;
}

.bodypart-css p {
    font-family: Quicksand;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #414040;
}

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

.nav-link {
    color: black;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-box {
    height: 55px !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.accordion-card {
    border-radius: 20px !important;
}

.accordion-card button {
    border-radius: 20px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #eaf5faa8 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.hero-banner {
    position: relative;
}

.text-bannner-section {
    background-color: #0097ec;
}

.background-img {
    border-radius: 100px 100px 0px 0px;
    /* Small screen styles */
}

.background-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

/* Styles for medium screens and larger */
@media (min-width: 768px) {
    .background-img {
        border-radius: 333px 0px 0px 0px;
        /* Greater than md screens */
    }
}

.custom-list {
    list-style: none !important;
    font-size: 1.125rem;
    margin-bottom: 10px;
    word-wrap: break-word;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: Quicksand;
}

.custom-list li {
    margin-bottom: 0.6rem;
    position: relative;
    list-style: none !important;
}

.custom-list li:before {
    content: "✓";
    color: #9b0707;
    display: inline-block;
    position: absolute;
    top: 4%;
    left: -37px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border: 3px solid #9b0707;
    border-radius: 50%;
    text-align: center;
}

.fotter-img {
    height: 120px;
    width: 100%;
    object-fit: contain;
}

.team-img-container img {
    height: 380px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.team-card {
    position: relative;
    padding: 10px;
}

.team-content-container {
    background-color: #9b0707;
    width: 88%;
    height: 88px;
    position: absolute;
    color: rgb(44, 44, 44);
    background-color: white;
    border-radius: 30px 13px 220px 30px;
    padding: 10px;
    bottom: 30px;
    margin: 10px;
}

.team-content-container h4 {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #222121;
}

.team-content-container p {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #303030;
}

.contact-phone,
.contact-location,
.contact-mail,
.contact-global {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: white;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.contact-title {
    font-weight: 700;
    font-size: 26px;
    color: white;
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.map {
    /* overflow: hidden;
    height: 416px; */
}

.contact-detail {
    background-color: #0097ec;
    font-family: Quicksand;
    padding: 18px;
}

.contact-container {
    border-radius: 20px !important;
    overflow: hidden;
}

.heading-title-contact {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    font-family: Quicksand;
}

.contact-main {
    border-radius: 20px !important;
}

.contact-btn {
    background-color: #0097ec;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-radius: 10px;
}

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

.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: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
}

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

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

.asterisk {
    color: #ad3535;
}

/* .nav-tabs {
    border: 1px solid #0097ec;
  } */
.nav-tabs .nav-link {
    border: none;
    background-color: #f8f9fa;
    color: #0097ec;
    font-weight: 500;
    padding: 12px 24px;
    margin-right: 5px;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    background-color: #e1f3fc;
    color: #034b6c;
}

.nav-tabs .nav-link.active {
    background-color: #0097ec;
    color: white;
    font-weight: 600;
    border-bottom: 3px solid white;
    display: inline !important;
}

.tab-content {
    border-top: none;
    padding: 20px;
    margin: 20px;
    background-color: #fdfefe;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
}

.tab-pane h4 {
    color: #444343;
    font-size: 22px;
    font-weight: 600;
    font-family: Quicksand;
}

.country-location-flag img {
    height: 40px;
    width: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.country-location-flag span {
    font-weight: 800;
    font-size: 13px;
    font-family: Quicksand;
}

.location-container p {
    font-family: Quicksand;
}

.location-icon {
    font-size: 26px !important;
    font-weight: 500;
    color: #0097ec;
}

.location-content {
    font-weight: 500;
    font-size: 15px;
}

.map-btn {
    padding: 9px 15px;
    border: 0;
    background-color: #b42126;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
}

.map iframe {
    width: 100%;
}

/* Swiper Pagination Dots */
.swiper-pagination {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background-color: #0097ec;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Swiper Arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #0097ec;
    background: white;
    border: 1px solid #0097ec;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    top: 40%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #0097ec;
    color: white;
}

/* Position arrows inside the container edge */
.swiper-button-prev {
    left: -10px;
}

.swiper-button-next {
    right: -10px;
}

/* Optional: hide on small screens */
@media (max-width: 576px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

.testi-side-banner img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 50px 0px 90px 0px;
}

.country-img-wrapper {
    position: relative;
}

.form-main-container {
    position: relative !important;
    /* background-color: blue; */
}

.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: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
}

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

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

.asterisk {
    color: #ad3535;
}

.main-card-sidebar {
    position: sticky !important;
    top: 100px !important;
}

.form-main-container {
    position: relative !important;
}

/* for course */
.main-img {
    position: relative;
    border-radius: 12px;
    height: 333px;
    width: 100%;
    object-fit: cover;
}

.img-overlay-1 img {
    /* position: absolute; */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* bottom: 0; */
    /* left: 100px; */
    height: 188px;
    width: 100%;
    object-fit: cover;
    border: 2px solid white;
    border-bottom: transparent;
}

.img-overlay-2 img {
    /* position: absolute; */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* bottom: 0; */
    /* right: 100px; */
    height: 188px;
    width: 100%;
    object-fit: cover;
    border: 2px solid white;
    border-bottom: transparent;
}

.course-detail-heading {
    background-color: #e20a16;
    padding: 10px;
    color: white;
    border-radius: 20px 20px 0px 0px;
    font-size: 20px;
}

.main-img-course-detail-container {
    flex-shrink: 0;
    overflow: hidden;
}

.main-img-course-detail {
    height: 90px;
    width: 90px;
    border-radius: 8px;
    object-fit: cover;
}

.course-detail-list-card {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.course-detail-list-card:hover {
    background-color: #f5f5ff;
}

.country-image {
    height: 430px;
    width: 100%;
    border-radius: 120px 0px 120px;
    object-fit: cover;
    position: relative;
}

.heading-css {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    color: #0097ec;
}

.main-card-sidebar {
    position: sticky !important;
    /* background-color: red; */
    top: 100px !important;
}

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

.blog-image-wrapper {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.blog-image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.blog-heading-text {
    font-family: Quicksand;
    font-weight: 800;
    font-size: 24px;
}

/* Dot styling */
.dot-blog {
    width: 6px;
    /* Size of the dot */
    height: 6px;
    background-color: #0097ec;
    /* 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: #0097ec;
    /* Same color as the dot */
}

.main-img-blog-container {
    flex-shrink: 0;
    overflow: hidden;
}

.main-img-blog {
    height: 90px;
    width: 90px;
    border-radius: 8px;
    object-fit: cover;
}
.main-img-gallery {
    height: 100%;
    width: 150px;
    border-radius: 8px;
    object-fit: cover;
}

.main-img-blog:hover {
    cursor: pointer;
}

.blog-sidebar {
    background-color: #e7ebf5c9;
    border-radius: 20px;
    top: 80px;
}

.date-blog-sidebar {
    color: #0097ec;
    font-size: 12px;
    letter-spacing: 2px;
}

.blog-link-text:hover {
    color: #0097ec;
}
.gallery-link-text{
    font-size: 22px;
    font-weight: 800;
}
.form-label {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 14px;
    line-height: 14.19px;
    color: #2b292a;
}

.header-dropdown {
    text-decoration: none !important;
    list-style: none;

}

.new-btn {
    width: 170px !important;
    color: white;
}

.custom-btn-1 {
    background-image: linear-gradient(315deg, #e74a4a 0%, #9b0707 74%);
    color: white;
    width: 170px !important;
}

.custom-btn-1:hover a {

    width: 170px !important;
}

.home-banner-img {
    height: 77vh;
    object-fit: cover;
}

/* On mobile (max-width: 767px, you can adjust this value) */
@media (max-width: 767px) {
    .slider-section {
        height: 97vh;
    }

    .heading-title h1 {
        font-family: Quicksand;
        color: #242424;
        font-size: 35px;
        font-weight: 600;
        color: #0799eb;
    }

    .heading-title h1 span {
        font-family: Quicksand;
        color: #242424;
        font-size: 35px;
        font-weight: 600;
        color: #b0000d;
    }

    .home-banner-img {
        height: 350px;
    }
}

.event-card {
    border: none;
    border-radius: 16px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.event-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}

.event-image {
    height: 280px;
    width: 100%;
    object-fit: cover;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 16px;
    justify-content: center;
}

.event-image img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

.status-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
}

.badge-upcoming {
    background-color: #28a745;
    color: white;
}

.badge-expired {
    background-color: #0097ec;
    color: white;
}

.event-details {
    padding: 1.5rem;
}

.event-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.event-description {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.event-info {
    margin-bottom: 1rem;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: #495057;
}

.info-icon {
    color: #0097ec;
    width: 20px;
    margin-right: 12px;
}

.progress-container {
    margin-bottom: 1rem;
}

.progress {
    height: 8px;
    border-radius: 4px;
    background-color: #e9ecef;
}

.progress-bar {
    border-radius: 4px;
}

.progress-bar.full {
    background-color: #0097ec;
}

.btn-register {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.btn-upcoming {
    background-color: #0097ec;
    color: white;
}

.btn-upcoming:hover {
    background-color: #9b0707;
    color: white !important;
}

.card-img-container img {
    height: 120px;
    display: block;
    width: 100%;
    object-fit: scale-down;
}

.event-icon {
    color: #0056b3 !important;
}

.side-box h4 {
    color: #0097ec;
    font-size: 24px;
    margin-bottom: 1rem;
    font-family: Quicksand;
    line-height: 25px;
}

.side-box p {
    color: #3e3f3f;
    font-size: 17px;
    font-family: Quicksand;
    line-height: 25px;
}

.masonry-gallery {
    column-count: 4;
    /* number of columns on desktop */
    column-gap: 1rem;
    /* space between columns */
}

@media (max-width: 1200px) {
    .masonry-gallery {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .masonry-gallery {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry-gallery {
        column-count: 1;
    }
}

.masonry-item {
    break-inside: avoid;
}

.gallery-img {
    width: 100%;
    display: block;
    border-radius: 8px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.contact-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.contact-icon {
    font-size: 1.4rem;
    color: #c8102e;
    margin-right: 5px;
}

.card-title {
    padding-left: 6px;
    font-size: 16px;
    font-weight: 600;
}

.counter-section {
    background-color: rgb(245, 243, 243);
    position: relative;
}

.pulse i {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
}

.pulse-viber i {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
}

.pulse-translate {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    height: 60px;
    bottom: 40px;
    left: 40px;
    color: white;
    text-align: center;
    z-index: 9000;
}

.fb-content {
    display: flex;
    justify-content: end;
}

.pulse-translate .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    transform: translateY(-0.25rem);
    /* small gap */
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

.pulse:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.pulse-viber {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    height: 60px;
    bottom: 105px;
    right: 40px;
    background-color: rgb(103, 93, 169, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-viber-btn 3s infinite;
    z-index: 9000;
}

.pulse-viber:hover {
    background-color: rgb(96, 88, 150, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

@-webkit-keyframes pulse-viber-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(103, 93, 169, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(103, 93, 169, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(103, 93, 169, 0);
    }
}

.pulse a {
    color: #fff;
}

.youtube-content-container {
    height: 520px;
    width: 520px;
    box-shadow: 2px 3px 10px 0px gray;
    padding: 10px;
    box-sizing: border-box;
}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: #9b0707;
    color: white !important;

}

.custom-tabs {
    border-bottom: none;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.custom-tab-link {
    background: #f1f1f1;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    color: #333;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.custom-tab-link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 80%;
    height: 2px;
    background-color: #0097ec;
    transition: transform 0.3s ease;
    z-index: -1;
}

.custom-tab-link:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.custom-tab-link:hover {
    color: #0097ec;
    background: linear-gradient(to right, #e3f2fd, #f0faff);
}

.custom-tab-link.active {
    background: linear-gradient(145deg, #0097ec, #9b0707);
    color: #fff;
    box-shadow: 0 4px 15px rgba(4, 117, 175, 0.4);
}

.custom-tab-link.active::before {
    display: none;
}

.custom-tab-link:focus {
    outline: none;
    box-shadow: none;
}

/* Optional: Smooth transition between tab content */
.tab-pane {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-tab-link {
        padding: 10px 20px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .custom-tab-link {
        width: 100%;
        text-align: center;
    }
}

.modal-headerpopup {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem !important;
    margin-left: 90%;
}

.red-close-btn {
    /* font-size: 1.5rem; */
    color: white;
    margin-bottom: -15px;
}

.logo {
    height: 50px;
    width: 50px;
}

.popup-img {
    height: 80vh;
    width: 100%;
}

.social-icons {
    position: absolute;
    bottom: 35%;
    left: 17%;
    /* display: flex;
    justify-content: center !important; */
}

.media-icon {
    background: #9b0707;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    opacity: 0;
}

.team-card:hover .media-icon {
    opacity: 1;
    transition: 0.4s;
}

.media-icon:hover {
    background-color: white;
    color: #0097ec;
}

#prev-icon {
    background-color: red;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 40%;
    left: 1%;
    z-index: 9000;
}

#next-icon {
    background-color: red;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 40%;
    right: 1%;
    z-index: 9000;
}

.slider-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* full screen */
    width: 100%;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* dark overlay for readability */
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    bottom: 0;
    padding: 2rem;
    max-width: 700px;
    z-index: 2;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 77% !important;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

/* For mobile screens */
@media (max-width: 768px) {
    .modal-content {
        width: 100% !important;
    }

    .popup-img {
        height: 50vh;
        width: 100%;
    }
}

.row-align {
    align-items: flex-end;
}