@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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mona+Sans:ital,wght@0,200..900;1,200..900&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);
}

figure {
    padding: 0;
    margin: 0;
}

label {
    margin-bottom: 0.5rem;
}
.home-title{
    font-family: Sora;
    font-weight: 400;
    font-size: 19px;
    line-height: 18.19px; 
    color: rgb(75, 73, 73);
}
.subtitle-home{
    font-family: Sora;
    font-weight: 600;
    font-size: 44px;
    line-height: 48.19px;
    color: #434343;
}
.service-subtitle{
    font-family: Sora;
    font-weight: 400;
    font-size: 19px;
    line-height: 18.19px;
}
.body-description {
    font-family: Sora;
    font-weight: 400;
    font-size: 15px;
    line-height: 28.19px;
    color: #323c4d;
}
.card-description{
    font-family: Sora;
    font-weight: 400;
    font-size: 15px;
    line-height: 20.19px;
    color: #323c4d;
}
.service-title{
    font-family: Sora;
    font-weight: 500;
    font-size: 29px;
    line-height: 33.19px; 
}
.slogan-descriptionss {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 18.19px;
}

.course-heading{
    font-family: Sora;
    font-weight: 600;
    font-size: 19px;
    line-height: 28.19px;
    color: #323c4d; 
}

.course-main-card:hover .courses-card {
    border-bottom: 4px solid 	#562135;
   
    transform: translateY(-5px); /* Move the card slightly upwards */
    transition: transform 0.3s ease, border-bottom 0.3s ease; /* Smooth transition for both */
}

.courses-card {
    transition: transform 0.3s ease, border-bottom 0.3s ease; /* Initial state with smooth transitions */
    margin-bottom: 30px !important;
}

.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: 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: 	#562135;
}

.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: #0b85ab;
    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: #0b85ab;
    z-index: -1;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: 	#562135;
}
.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: 	#562135;
    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: 	#562135;
}

.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: 100vh; /* 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: 	#562135;
        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: 1px !important;
    right: 0;
    bottom: 0px;
    width: 100%;
    /* This still makes it fit the text */
    height: 2px;
    background: rgb(236, 6, 6);
    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 	#562135;
}
.counter-section-about .col-lg-3:not(:last-child) {
    border-right: 1px solid 	#562135;
} */
.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;
}
.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;
}

.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; */
    color: white;
}
.side-blog-card {
    border-radius: 20px;
}
.nav-img img {
    height: 60px !important;
}
.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 input[type="messgae"],
.form-group textarea[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: #841d5b;
}

.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: #0b85ab;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}
.about-img-container img{
    height: 555px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.start-border{
    border: 1px solid 	#562135;
    width: 40px;
    height: 2px;
}
.middle-border {
    background-color: 	#562135;
    width: 10px;
    height: 10px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 45deg;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .end-border{
    border: 1px solid 	#562135;
    width: 40px;
    height: 2px;
}
.start-border-service{
    border: 1px solid white;
    width: 40px;
    height: 2px;
}
.middle-border-service {
    background-color: white;
    width: 10px;
    height: 10px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 45deg;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .end-border-service{
    border: 1px solid white;
    width: 40px;
    height: 2px;
}
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    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-3 {
    /* background: ; */
 background-color: #c3829e;
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    
  }
  .btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-3:before,
  .btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background: white;
    transition: all 0.3s ease;
  }
  .btn-3:before {
    height: 0%;
    width: 2px;
  }
  .btn-3:after {
    width: 0%;
    height: 2px;
  }
  .btn-3:hover{
     background: transparent;
    box-shadow: none;
  }
  .btn-3:hover:before {
    height: 100%;
  }
  .btn-3:hover:after {
    width: 100%;
  }
  .btn-3 span:hover{
     color: white;
  }
  .btn-3 span:before,
  .btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: white;
    transition: all 0.3s ease;
  }
  .btn-3 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-3 span:after {
    width: 0%;
    height: 2px;
  }
  .btn-3 span:hover:before {
    height: 100%;
  }
  .btn-3 span:hover:after {
    width: 100%;
  }
  .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: black;
    background-color: rgb(238, 208, 208);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(253, 13, 33, 0.25);
}
.testi-img-container img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.testi-name{
    font-size: 18px;
    font-weight: 500;
    color: #242424;
    line-height: 20px;
    font-family: Sora;
}
.postion{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    font-family: Sora;
}
.testimonail-container{
    border-radius: 20px;
}
.card-text-1 {
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    font-family: Montserrat;
}
.quote-icon{
    font-size: 40px;
    font-weight: 600;
    color: 	#562135;
}
.icon-testi{
    position: absolute;
    right: 20px;
    top: 8px;
}
.blog-img-container img{
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.blog-title{
    font-size: 28px;
    font-weight: 600;
line-height: 30px;
}
.blog-btn{
    border: 1px solid gray;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    font-weight: 600;

}
.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: 	#562135;
    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;
}
.fotter-title-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
}
.fotter-btn-1{
    border: 1px 	#562135 solid;
    padding: 9px 2px;

    /* padding-left: 10px;
    padding-right: 10px; */
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
}
.fotter-btn-2{
  background-color: 	#562135;
    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;
}
.about-banner {
    position: relative;
    width: 100%;
}
.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); /* Adjust the opacity here */
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .bannner-overlays  {
        height: 40vh; /* Set to 30vh on mobile screens */
    }
    .about-banner img {
        height: 40vh; 
    }
    .about-img-container img{
        height: 350px;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
}
.overlay-text h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    font-family: Roboto;
    line-height: 42px;
    text-align: center;
}
.overlay-text ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans;
    line-height: 24px;
    text-align: center;
}
.team-img-container img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid 	#562135;
}
.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 */
}
.paragraph-des {
    font-weight: 400;
    font-size: 16px;
    color: #434343;
    text-align: justify;
    font-family: Sora;
}
.messege-from-ceo-img img{
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.side-cards{
    padding-bottom: 10px;
    border-bottom: 1px #ece8e8 solid;
  }
  .side-cards:last-child {
    border-bottom: none;
}
.course-main-container {
    top: 80px;
    position: sticky;
    z-index: 1;
}
.top-container {
    transform: translateY(-50%);
}
.top-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-container-inner {
    background-color: white;
    padding: 39px;
    border-radius: 20px;
    border-top: 6px solid 	#562135;
    /* border-bottom: 3px solid #006960; */
}
.side-blog-img{
    flex-shrink: 0;
  }
  .side-blog-img img{
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 120px 40px 30px 40px;
  }
  .blog-side-title{
    font-weight: 600;
    font-size: 27px;
    font-family: Sora;
    color: #434343;
  }
  .blogs-title{
    font-weight: 500;
    font-size: 24px;
    font-family: Sora;
    color: #434343;
  }
  .paragraph-text{
    font-weight: 400;
    font-size: 18px;
    font-family: Sora;
    color: #434343; 
  }
  .blog-detail-img-wrapper img{
    height: 430px;
    width: 100%;
    border-radius: 12px;
  }
  .side-blog-img{
    flex-shrink: 0;
  }
  .side-blog-img img{
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 50%;
  }
  .contact-card {
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.contact-icon {
    color: 	#562135;
}
.contact-card-header {
    font-size: 1.5rem;
    font-weight: 600;
    color: 	#562135;
}
.contact-map iframe {
    width: 100%;
    height: 500px;
}
.contact-img-container{
    height: 500px;
}
.blogs-title-side{
    font-weight: 500;
    font-size: 19px;
    font-family: Sora;
    color: #434343;
  }
  .custom-btn-all {
    width: 130px;
    height: 40px;
    color: #fff;
    margin-top: 5px ;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    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-33 {
    /* background: ; */
 background-color: #c3829e;
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    
  }
  .btn-33 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-33:before,
  .btn-33:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background:#562135;
    transition: all 0.3s ease;
  }
  .btn-33:before {
    height: 0%;
    width: 2px;
  }
  .btn-33:after {
    width: 0%;
    height: 2px;
  }
  .btn-33:hover{
     background: transparent;
    box-shadow: none;
  }
  .btn-33:hover:before {
    height: 100%;
  }
  .btn-33:hover:after {
    width: 100%;
  }
  .btn-33 span:hover{
     color: 	#562135;
  }
  .btn-33 span:before,
  .btn-33 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: 	#562135;
    transition: all 0.3s ease;
  }
  .btn-33 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-33 span:after {
    width: 0%;
    height: 2px;
  }
  .btn-33 span:hover:before {
    height: 100%;
  }
  .btn-33 span:hover:after {
    width: 100%;
  }
  .fotter-img {
    height: 88px !important;
  }