body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --primary: #2c5595;
    --secondary: #be3536;
    --gray-color: #eaeaea;
    --heading-font: Sora, sans-serif;
    --bright-red: #ef0309;
    --dark-blue: #012169;
    --off-white: color: rgba(255, 255, 255, 0.9);

}

label{
    color: var(--primary);
}

.text-justify{
    text-align: justify;
}

.layout_padding {
    padding: 56px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.heading_container h2 {
    position: relative;
    font-weight: bold;
    color: #2c5595;
    margin: 2rem;
}
.heading_container h2 span {
    color: #be3536;
}
.heading_container.heading_center {
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

/*header section*/
.hero_area {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-position: center;
}

.sub_page .hero_area {
    height: auto;
}
.sub_page .header_section {
    margin-top: 0;
}

.header_section {
    background-color: #ffffff;
}
.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}
.header_section .nav_container {
    margin: 0 auto;
}

.nav-item {
    position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 3px 15px;
    margin: 10px 15px;
    color: #ffffff;
    text-align: center;
    text-transform:capitalize;
    font-weight: bold;
    font-family: "Sora", sans-serif !important;
}
/* .custom_nav-container .navbar-nav .nav-item.active .nav-link, */
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: var(--bright-red);
    
    /* border-bottom: 2px solid #ff0000; */
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
}

.navbar-brand span {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

/* .custom_nav-container {
    z-index: 99999;
} */

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: white;
    margin: 7px 0;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    transition: all 0.5s;
}
.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    transform: rotate(90deg);
    top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    transform: none;
}

.quote_btn-container {
    display: flex;
    align-items: center;
}
.quote_btn-container a {
    color: #ffffff;
    margin-right: 25px;
    text-transform: uppercase;
}
.quote_btn-container a span {
    margin-right: 5px;
}
.quote_btn-container a:hover {
    color: #be3536;
}

.nav-container {
    background-color: var(--primary);
}

.contact-header {
    margin: 0 5rem;
}

.brand-logo {
    width: 11rem;
    height: 4rem;
}

.call-icon {
    width: 1.5rem;
}

.contacts {
    transition: transform 0.3s ease;
}

.text-black {
    color: #000000;
}

.contacts:hover {
    transform: scale(1.1);
}

.social-icon-container {
    margin-right: 1rem;
}

.social-icon {
    width: 1.5rem;
    margin: 0 0.2rem;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.2);
}

/*end header section*/

/* courses slider section */
.reset-margin-padding {
    margin: 0;
    padding: 0;
}

.slider_section {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
}
.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}
.slider_section .detail_box {
    color: #ffffff;
}
.slider_section .detail_box h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.slider_section .detail_box a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #2c5595;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
}
.slider_section .detail_box a:hover {
    background-color: #203f6e;
}
.slider_section .carousel-indicators {
    bottom: 75px;
}
.slider_section .carousel-indicators li {
    text-indent: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    opacity: 1;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #ffffff;
    border-radius: 100%;
    border: 1.5px solid transparent;
}
.slider_section .carousel-indicators li.active {
    width: 25px;
    height: 25px;
    border-color: #ffffff;
}

.about_section .row {
    align-items: center;
}
.about_section .detail-box p {
    color: #8c8383;
    margin-top: 25px;
}
.about_section .detail-box a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #2c5595;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
}
.about_section .detail-box a:hover {
    background-color: #203f6e;
}

.course_section .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}
.course_section .box .img-box {
    border-radius: 500px;
    overflow: hidden;
}
.course_section .box .img-box img {
    width: 100%;
}
.course_section .box .detail-box {
    margin-top: 25px;
}
.course_section .box .detail-box h3 {
    font-weight: 600;
}
.course_section .box .detail-box p {
    color: #8c8383;
    margin-top: 10px;
}
.course_section .box .detail-box a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #2c5595;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
}
.course_section .box .detail-box a:hover {
    background-color: #203f6e;
}
.course_section .carousel-control-prev,
.course_section .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #464646;
    opacity: 1;
    font-size: 22px;
    top: 30%;
}
.course_section .carousel-control-prev {
    left: 10%;
}
.course_section .carousel-control-next {
    right: 10%;
}

.subscribe_section {
    background: linear-gradient(to right, #a466a6, #3794f1, #a466a6);
    padding-top: 45px;
}
.subscribe_section .row {
    align-items: center;
}
.subscribe_section .img-box img {
    width: 100%;
}
.subscribe_section .detail-box {
    color: #ffffff;
}
.subscribe_section .detail-box h2 {
    font-weight: bold;
}
.subscribe_section .detail-box form {
    margin-top: 25px;
}
.subscribe_section .detail-box form input {
    width: 100%;
    background-color: transparent;
    padding-left: 15px;
    color: #ffffff;
    height: 45px;
    border: 1px solid #ffffff;
    border-radius: 35px;
    outline: none;
}
.subscribe_section .detail-box form input::-moz-placeholder {
    color: #e2e2e2;
}
.subscribe_section .detail-box form input::placeholder {
    color: #e2e2e2;
}
.subscribe_section .detail-box form button {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 10px 65px;
    background-color: #2c5595;
    color: #ffffff;
    border-radius: 35px;
    margin-top: 15px;
    text-transform: uppercase;
}
.subscribe_section .detail-box form button:hover {
    background-color: #203f6e;
}

.popular_course_section {
    position: relative;
    color: #ffffff;
    /* background-color: var(--primary); */
}
.popular_course_section .course_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popular_course_section .course_bg_box .bg_img_box img {
    min-width: 100%;
    min-height: 100%;
}
.popular_course_section .course_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(44, 85, 149, 0.65),
        rgba(44, 85, 149, 0.4)
    );
}
.popular_course_section .heading_container {
    padding-left: 90px;
}
.popular_course_section .course_container {
    display: flex;
    margin-top: 35px;
    padding-left: 85px;
    position: relative;
}
.popular_course_section .course_container .box {
    margin: 0 10px;
    background-color: #ffffff;
    color: #000000;
}
.popular_course_section .course_container .box .img-box {
    position: relative;
}
.popular_course_section .course_container .box .img-box img {
    width: 100%;
}
.popular_course_section .course_container .box .detail-box {
    padding: 15px;
}
.popular_course_section .course_container .box .detail-box h4 {
    font-weight: 600;
}
.popular_course_section .course_container .box .detail-box p {
    font-size: 15px;
}
.popular_course_section .course_container .box .detail-box a {
    display: inline-block;
    padding: 7px 30px;
    background-color: #be3536;
    color: #ffffff;
    border-radius: 0;
}
.popular_course_section .course_container .box .detail-box a:hover {
    background-color: #962a2b;
}
.popular_course_section .owl-carousel {
    position: unset;
}
.popular_course_section .owl-carousel .item {
    width: 350px;
}
.popular_course_section .owl-carousel .owl-nav {
    position: absolute;
    top: 23%;
    left: 0;
    display: flex;
    flex-direction: column;
}
.popular_course_section .owl-carousel .owl-nav button.owl-next,
.popular_course_section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    margin: 3px 0;
    border-radius: 100%;
    outline: none;
    background-color: #be3536;
    color: #ffffff;
    font-size: 20px;
}
.popular_course_section .owl-carousel .owl-nav button.owl-next:hover,
.popular_course_section .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #ffffff;
    color: #000000;
}

.popular_course_section .owl-carousel .owl-dots {
    display: none;
}

.lab_section .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}
.lab_section .box .img-box {
    border-radius: 15px;
    overflow: hidden;
}
.lab_section .box .img-box img {
    width: 100%;
}
.lab_section .box .detail-box {
    margin-top: 25px;
}
.lab_section .box .detail-box p {
    color: #8c8383;
}
.lab_section .box .detail-box a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #2c5595;
    color: #ffffff;
    border-radius: 30px;
    margin-top: 15px;
}
.lab_section .box .detail-box a:hover {
    background-color: #203f6e;
}

.bottom_bg {
    background: linear-gradient(to right, #a466a6, #3794f1, #a466a6);
}

.client_section {
    color: #ffffff;
}
.client_section .box {
    margin-top: 45px;
}
.client_section .box .client_info {
    display: flex;
    justify-content: space-between;
}
.client_section .box .client_info .client_name h4 {
    font-weight: 600;
}
.client_section .box .client_info .client_name h6 {
    margin-bottom: 0;
}
.client_section .box .client_info i {
    font-size: 24px;
}
.client_section .box p {
    margin-top: 15px;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #2c5595;
    opacity: 1;
    font-size: 22px;
    top: 50%;
}
.client_section .carousel-control-prev {
    left: 4%;
}
.client_section .carousel-control-next {
    right: 4%;
}

.contact_section {
    position: relative;
    color: #ffffff;
}
.contact_section .heading_container {
    margin-bottom: 25px;
}
.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 25px;
    background-color: #ffffff;
    outline: none;
    color: #101010;
    border: 1px solid #929292;
}
.contact_section .form_container input::-moz-placeholder {
    color: #c4c3c3;
}
.contact_section .form_container input::placeholder {
    color: #c4c3c3;
}
.contact_section .form_container input.message-box {
    height: 120px;
}
.contact_section .form_container button {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    background-color: #be3536;
    color: #ffffff;
    border-radius: 30px;
}
.contact_section .form_container button:hover {
    background-color: #962a2b;
}
.contact_section .map_container {
    width: 100%;
    height: 345px;
    border-radius: 25px;
    overflow: hidden;
}
.contact_section .map_container #googleMap {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.info_section {
    color: #ffffff;
}
.info_section hr {
    border: none;
    height: 1px;
    background-color: #ffffff;
    margin: 0;
}
.info_section .info_box {
    display: flex;
    align-items: center;
    padding: 35px 0;
}
.info_section .info_contact {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.info_section .info_contact a {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.info_section .info_contact a i {
    margin-right: 5px;
    font-size: 24px;
}
.info_section .info_contact a:hover {
    color: #be3536;
}
.info_section .social_box {
    display: flex;
    margin-left: 45px;
}
.info_section .social_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 10px;
}
.info_section .social_box a:hover {
    color: #be3536;
}

/* footer section*/
.footer_section {
    position: relative;
    background-color: #363636;
}
.footer_section .footer_box {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.footer_section p {
    color: #929292;
    margin: 0;
}
.footer_section p a {
    color: inherit;
}

.footer-phone{
    margin: 15px 0;
}

.useful-links-footer {
    margin-right: -50px;
}

.info_section_footer {
    background-color: #2c5595;
    color: #ffffff;
}
.info_section_footer h6 {
    font-weight: bold;
}
.info_section_footer h6 {
    margin-bottom: 12px;
    font-size: 18px;
}
.info_section_footer p {
    color: #cbc9c9;
}
.info_section_footer ul {
    padding: 0;
}
.info_section_footer ul li {
    list-style-type: none;
    margin: 3px 0;
}
.info_section_footer ul li a {
    color: #cbc9c9;
}
.info_section_footer ul li a:hover {
    color: #ffffff;
}
.info_section_footer .info_link-box a{
    display: flex;
    align-items: center;
}


.info_section_footer .info_link-box a:hover {
    color: #ffffff;
}
.info_section_footer .info_link-box a img {
    margin-right: 15px;
}
.info_section_footer .info_link-box a span {
    color: #cbc9c9;
}
.info_section_footer .info_link-box a:hover span {
    color: #ffffff;
}
.info_section_footer .info_social {
    display: flex;
    margin: 45px auto 15px auto;
}
.info_section_footer .info_social img {
    width: 35px;
    margin-right: 8px;
}

/* end info section */

/*partner section*/

.university-logo {
    width: 10rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*partner section end*/

/*services section*/
.services-section {
    /* background-color: #eaeaea; */
    background-color: var(--primary);
    padding: 2rem 0;
}

.services-contact-img{
    width: 60%;
}

.contact-form-services-section{
    /* background-color: var(--gray-color); */
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.service-contact-form-container{
    padding: 1rem;
    background-color: var(--gray-color);

}



.services-page-heading{
    display: none;
}

.services-text{
    text-align: center;
}

.services-icon-section {
    margin: 1rem auto;
}

.services-card-body {
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.services-icon {
    width: 4rem;
}

.services-title {
    margin: 1rem 0;
    color: var(--secondary);
    font-weight: 600;
}

.section-view-more {
    text-align: center;
    margin: 2rem auto;
}

.hover-card {
    transition: transform 0.2s; /* Animation */
    margin-bottom: 2rem;
}

.hover-card:hover {
    transform: translateY(-10px); /* Moves the card up by 10px */
}

/*services section end*/

/*country section*/
.country-page-heading {
    position: absolute;
    top: 20%; /* adjust as needed */
    left: 35%; /* adjust as needed */
    transform: translate(-50%, -50%); /* centers the text */
    color: var(--secondary); /* adjust as needed */
    font-size: 40px; /* adjust as needed */
    text-align: center;
    font-weight: bold;
}

.country-heading {
    text-align: center;
}

.country-list-desc {
    font-size: 1.6rem;
}

/*end*/

/*video section*/
video {
    width: 100%;
    height: auto;
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--secondary);
}

.carousel-control-prev-icon:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100%, 100%;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    top: 50%; /* position arrows in the middle of the carousel vertically */
    transform: translateY(-50%); /* center the arrows vertically */
}

.carousel-control-prev {
    left: -40px; /* position the previous button 10px from the left */
}

.carousel-control-next {
    right: -40px; /* position the next button 10px from the right */
}

/*video section end*/

/*FAQ section*/
.text-left {
    text-align: left;
}

.faq-section {
    background-color: #2c5595;
    margin-bottom: 5rem;
}

.faq-section-heading {
    font-size: 32px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 16px;
    text-align: center;
    color: #ffffff;
}

/* testimonials section */
.testimonial-section {
    background-color: var(--primary);
    margin: 0 !important;
    padding: 2rem 0;
}

.testimonial-card {
    margin-bottom: 1rem;

}

.testimonial-card-body {
    border-radius: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.testimonial-heading {
    text-align: center;
    color: var(--secondary);
    font-weight: bold;
    margin: 2rem 0 2rem 0;
}

.testimonial-student-college {
    color: var(--secondary);
    font-weight: bolder;
}

.testimonial-student-description{
    text-align: justify;
}

.testimonials-container{
    padding-bottom: 4rem;
    margin-bottom: 0 !important;
}

/*why choose us*/
.why-choose-us-section{
    background-color: var(--gray-color);
    padding: 2rem 0 4rem 0;
}

.why-choose-us-description{
    text-align: justify;
    margin-top: 2rem;
    font-size: 20px;
}
/*stats section*/
.stats-heading {
    text-align: center;
    color: var(--secondary);
    font-weight: bold;
    margin: 0rem 0 2rem 0;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.country-card{
    text-align: justify;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.stats-section {
    padding: 3rem 0;
}
/*stats end*/

.img-cover {
    -o-object-fit: cover;
    object-fit: cover; /* Make the image cover its container */
    height: 100%; /* Make the image take up the full height of its container */
}

.testimonial-image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

/* end */

/*carausel section*/
.text-red{
    color: var(--bright-red);
}

.text-blue{
    color: var(--dark-blue);
}

.text-offwhite{
    color: var(--off-white);
}

.custom-carousel .carousel-inner .carousel-item {
    height: 500px; /* Change this to the height you want */
}

.custom-carousel .carousel-inner .carousel-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; /* This makes sure your images cover the whole area of the carousel item */
}

/* to reduce image color to show text */
.dull-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); /* Black overlay with 50% opacity */
}

.custom-font {
    font-size: 35px;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    text-align: center;
    font-weight: bold;
    font-family: "Sora", sans-serif !important;
}

.custom-font p {
    margin-bottom: 8px;
}

.consultation-button {
    margin-top: 32px;
}

.consultation-button-2 {
    margin: 40px auto 0 auto;
}

.consultation-button-3 {
    margin: 40px 0 0 auto;
}

.contact-form-section {
    padding: 32px;
    background-color: var(--gray-color);
}

.contact-form-image {
    max-height: 400px;
}

.contact-us-form-message{
    font-size: xx-large;
}

.contact-us-image {
    width: 50%;
    height: 50%;
    margin-left: 7rem;
    margin-bottom: 3rem;
}

.contact-us-page-form{
    padding: 1rem;
    background-color: var(--gray-color);
}

.contact-us-container{
    margin-bottom: 2rem;
}

.whatsapp-button-section{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;

}

.whatsapp-button{
    width: 50px;
    transition: transform 0.3s ease;

}

.about-section-image {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    margin-bottom: 2rem;
}

.about-us-image-container {
    overflow: hidden;
    padding: 0 1rem;
}

.founders-image {
    width: 35rem;
    height: 40rem;
    object-fit: cover;
}

.image-container {
    position: relative;
}

.about-section-image {
    width: 100%; /* adjust as needed */
    height: 400px; /* adjust as needed */
    overflow: hidden;
    object-fit: cover;
}

.about-us-image {
    width: 100%;
}

.about-us-card {
    border: none !important;
    margin: 2rem 0;
}

/* .card-img-top:hover {
    filter: brightness(50%);
    transition: filter 0.3s ease-in-out;
} */

.card-img-top {
    position: relative;
}

.card-img-top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%; /* Start from the right side */
    bottom: 0;
    left: 0;
    background-color: rgba(190, 53, 54, 0.5); /* Blue color with 50% opacity */
    transition: right 0.3s ease-in-out; /* Transition effect */
}

.card-img-top:hover::after {
    right: 0; /* On hover, move the overlay to cover the entire image */
}

.country-card {
    margin: 2rem 0;
}

.country-card-container{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.country-title {
    color: var(--secondary);
    font-weight: bold;
    text-align: center;
}

.country-text{
    text-align: center;
}

.overlay-text {
    position: absolute;
    top: 20%; /* adjust as needed */
    left: 50%; /* adjust as needed */
    transform: translate(-50%, -50%); /* centers the text */
    color: white; /* adjust as needed */
    font-size: 40px; /* adjust as needed */
    text-align: center;
    font-weight: bold;
}

.what-we-do {
    text-align: center;
}

/*contact us section*/

.contact-image {
    width: 100%;
    max-height: 500px;
}

.form-message {
    max-height: 4rem;
}

/*media queries*/
@media (max-width: 1140px) {

    /* top-header */
    .email{
        display: none;
    }

    /* services page  */
    .services-page-heading{
        display: none;
    }

}

@media (max-width: 991px) {
    .carousel-control-prev {
        left: -50px !important;
    }

    .carousel-control-next {
        right: -50px !important;
    }
    
    .why-choose-us-description {
    text-align: justify;
    font-size: 0.9rem;
    margin-top: 0;
}

    .why-choose-us-image{
        margin-top:12px;
    }
    
.contact-us-image {
    width: 64%;
    height: 40%;
    margin-left: 4rem;
    margin-bottom: 3rem;
}
}

@media (min-width: 991px) and (max-width: 1199px) {
        .contact-img-container {
        display:none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
        .contact-img-container {
        display:none !important;
    }
}

@media (max-width: 768px) {

    /* top header */
    .email,.social-icon-container, .book-appointment-btn{
        display: none;
    }

    .services-page-heading{
        display: block;
    }

    .carousel-text {
        display: block !important;
        text-align: center;
        font-size: 2rem;
    }

    .consultation-button, .consultation-button-2, .consultation-button-3 {
        display: block !important;
        margin: 0 auto;
    }

    .logo-mobile {
        width: 120px;
        height: 40px;
    }

    .contact-header {
        margin: 0;
    }

    .contacts{
        margin-right: 0 !important;
    }

    .university-logo {
       /*  width: 6rem !important;
         display: flex;
        align-items: center;
        justify-content: center; */
    }

    .stats {
        padding: 1rem;
    }

    .counter{
        min-width: max-content;
        background-color: transparent;
    }

    .count-number{
        font-size: 1.5rem;
    }

    .count-text{
        font-size: 10px;
    }

    .carousel-control-prev, .carousel-control-next {
        display: none;
    }

    .about-us-card{
        margin: 0;
    }
    

    .contact-form-services-section{
        display: none;
    }

    .contact-form-section,.contact-us-page-form{
        margin: 0 1rem 1rem 1rem;
    }

    .testimonial-page-heading{
        margin-top: 4rem;
        font-size: 2.2rem;
    }
    
    .info_section_footer .info_link-box a {
    justify-content: center;
}
}


/*# sourceMappingURL=style.css.map */
