body {
    background-color: #f7f7f7;
    font-family: 'DM Sans', sans-serif;


}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

/* 
.container {
    max-width: 1350px;
} */

.container-fluid {
    padding: 0px 100px;
}

a {
    text-decoration: none;
}

.testimonial {
    padding: 200px 0 100px 0;
}

.testimonial .heading {
    margin-bottom: 40px;
}

/* button */
.btn-primary {
    background-color: #F3A712 !important;
    border: #F3A712;
    color: #000;
    padding: 8px 24px;
    font-weight: 500;
    border-radius: 6px;

}

.btn-outline-primary {
    border: 1px solid #F3A712;
    color: #ffffff;
    padding: 8px 24px;
    font-weight: 500;
    border-radius: 6px;

}

.btn-outline-primary:hover {
    transition: background-color 100ms ease-in-out;
    background-color: #F3A712 !important;
    border: 1px solid #F3A712;
    color: #000;
}

.btn-outline-primary:active {
    transition: background-color 100ms ease-in-out;
    background-color: #F3A712 !important;
    border: 1px solid #F3A712;
    color: #000;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(243 167 18 / 7%);
}

.btn-outline-secondary {
    border: 1px solid #2E1760;
    color: #2E1760;
    padding: 8px 24px;
    font-weight: 500;
    border-radius: 6px;

}


.scrollDownText {
    transform: rotate(-90deg);
    position: absolute;
    right: -85px;
    bottom: 64px;
    cursor: pointer;



}

.scrollDownText a {
    font-family: Bebas Neue, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 111%;
    color: #AAAAAA;
    display: flex;
    align-items: center;
    gap: 10px;

}

.scrollDown {
    position: relative;
}

.scrollDownTextDiv {
    display: block;
    height: 2px;
    width: 100px;
    margin-top: 5px;
    background: #855c08;
}

.testimonial p {
    color: rgba(18, 17, 39, 0.56);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 188.889% */
    text-transform: capitalize;

}

.testimonial img {
    width: 48px;
    height: 48px;
}

.testimonial label {
    color: #121127;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;

}

.testimonial small {
    color: rgba(18, 17, 39, 0.48);
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;

}

.testimonial-name {
    display: flex;
    flex-direction: column;

}

.carousel-fade .carousel-item {
    transition: transform .6s ease-in-out !important;
}


.bg {
    background-image: url("asset/image/bg.png");
    background-size: cover;
    height: 100vh;
    background-color: #4c2800;
        justify-content: center;
    display: flex;
    align-items: center;
}

.logo {
    width: 130px;

}

.bg-light {
    background-color: transparent !important;
}

.landingPage {
    padding-top: 130px;
}

/* nav */
nav {
    transition: all 200ms ease-in-out;

}

.navbar-nav .nav-item a {
    color: #ffffff !important;
    margin: 2px 22px;
    padding: 8px 16px;
    position: relative;

}

.nav-item {
    justify-content: center;
    display: flex;
    align-items: center;
}

.navbar-collapse {
    justify-content: end;
}

.navbar-brand {
    padding: 0px;
    /* margin-bottom: 0px; */
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0px;
}

.dropdown-menu {
    background-color: #0f0b17;
}


.navbar-nav .nav-item .active::after {
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    content: '';
    bottom: -4px;
    border: 3px solid #F3A712;
    border-radius: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 50%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.megamenu {
    position: static !important;
}

.megamenu .dropdown-menu {
    width: 100%;
    padding: 16px 20px;
    margin-left: -1px;
    margin-right: 0px;
    margin-top: 0px;
    border-top: 1px solid #F3A712;
    border-radius: 0px;

}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #ffffff21;
    border-radius: 4px;

}

body.scrolled nav {
    background-color: #0F0B17;
}

body.scrolled .logo {
    width: 110px;
}

.sm-icon {
    width: 18px;
    height: 18px;
}

/* HOME */

.main-img {
    width: 95vh
}

.main-heading {
    font-family: 'Anton', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 76px;
    line-height: 90px;
    text-align: left;
}

.main-body {
    display: flex;
    align-items: center;
}


.main-body .info-data {
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.main-body button {
    width: fit-content;
}

.heading {
    font-family: 'Anton', sans-serif;
    color: #130A28;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 20px;
}

.aboutUS {
    background-color: #EFEAFA;
    background-image: url(asset/image/aboutUsBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4.5em 0 3em 0;
}

.aboutUS p {
    line-height: 34px;
    font-weight: 400;
    font-size: 16px;
}

.accordion-item {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d0d0d0;
    background-color: transparent;
}

.accordion-button {
    color: #121127;
    font-weight: 700;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;

}

.accordion-button:not(.collapsed) {
    color: #130A28;
    background-color: transparent !important;
}

.accordion-body {
    padding-top: 0px;
}

.accordion-body p {
    color: #0f0030b6;
}

.whyUs {
    background-image: url(asset/image/whyUS-bg.png);
    padding-top: 80px;
    padding-bottom: 60px;
}

.whyUs .heading {
    margin-bottom: 40px;
}

.whyUs .col-md-8 {
    padding-left: 40px;
}

.whyUsImg {
    position: relative;
}

.whyUsImg img {
    width: 360px;
    height: 360px;
    position: absolute;
    filter: drop-shadow(20px 20px 70px #C1BCCF);
    border-radius: 12px;
    margin-left: 15px;
}

.whyUs p {
    color: #181101;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
}

.ourCourses {
    background-image: url(asset/image/courses-bg.png);
    color: #EFEAFA;
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;

}

.coursesTitle {
    position: sticky;
    top: 100px;
    width: 35%;
    z-index: 1029;
}

.coursesBody {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-end;
    transform: translateY(-500px);


}

.courseList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-outline-light {
    border-radius: 20px;
    border-color: #f8f9fa6e;
}

/* .coursesBody{
    width: 60%;
} */

.courses {
    display: flex;
    justify-content: flex-end;
    position: relative;

}

.scrollCourse {
    width: 60%;
    padding-top: 0px;
}

.scrollCourse:target {
    /* padding-top: 100px;    edited march 22 2024  */
    transition: all 1s cubic-bezier(0.61, -0.5, 0.44, 1.49);


}


.card-white {
    border-radius: 21px;
    background: linear-gradient(180deg, #EFEAFA 0%, #FEF6E7 100%);
    color: #0A0515;
    padding: 40px;
    display: flex;
    padding-left: 170px;
    width: 76%;


}


.card-white h4 {
    color: #0A0515;
    font-size: 30px;
    font-style: normal;
    font-family: Anton;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.card-white p {
    color: #19010E;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;

}

.FQ {

    margin-top: 100px;
    margin-bottom: 50px;
}

.yellow {
    color: #F3A712;
}

.courses-img {
    width: 355px;
    /* height: 250px; */
    position: absolute;
    top: 30px;
    left: -23px;

}

.sticky-element {
    position: sticky;
    top: 80px;
    padding: 12px 0;
    transition: background-color 0.3s ease;
    z-index: 1002;
    background-color: #1f0312;


}

.sub-img {
    position: relative;
}

.sub-img .img {
    position: absolute;
    width: 110px;
    left: -50px;
    top: -20px;
}

.slick-btns {
    position: relative;
}

.slick-prev,
.slick-next {

    width: auto;
    height: auto;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}


.slick-prev,
.slick-next {
    background-color: #0f0b17a1;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.slick-next:focus,
.slick-prev:focus {
    background-color: #0f0b17a1;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #0f0b17;
}

.slick-carousel-video .slick-arrow {
    display: none !important;
}

.slick-carousel {
    margin: 20px;
}

.slick-carousel button {
    padding: 20px;
    font-size: 16px;
}


.slick-carousel-video {
    margin: 20px;
}


.slick-carousel-video video {
    width: 100%;
    height: 100%;
    /* Ensure the video takes full height */
    object-fit: cover;
    /* Maintain video aspect ratio and cover the container */
}

.video-body {
    padding: 0px;
    border-radius: 20px;
    position: relative;
    height: 60vh;
}

.video-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: white;
    font-size: 15px;
    padding: 6px 8px 4px 8px;
    border-radius: 40px;
}


/* Center the videos horizontally and vertically */
.slick-carousel-video .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.img-testimonial {
    position: relative;
}

.img-testimonial img {
    width: 100%;
    cursor: pointer;
    filter: brightness(40%);
    border-radius: 20px;


}

.img-testimonial i {
    font-size: 40px;
}

.img-testimonial .icons-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

}

.slick-carousel-video .slick-list {
    overflow: hidden;
    /* Hide overflowing content */
}

.slick-carousel-video .slick-track {
    display: flex;
}

.sticky-element {
    background-color: #1f031200;
}



/* ABOUT US */

.aboutUsPg .main-heading {
    font-size: 68px;
    color: #F3EAEC;
}

.aboutUsPg .main-heading::after {
    content: '.';
    color: #F3A712;
}

.aboutUsPg {
    background-image: url("asset/image/AboutUs/aboutUs.png");
    background-size: auto;
    height: 60vh;
    background-color: #4c2800;
    background-attachment: fixed;
}

.aboutUsPg .main-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 30px;
}

.aboutUsPg .main-body .info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    color: white;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
    


}

.aboutUsPg .landingPage {
    display: flex;
    justify-content: center;
    height: 100%;

}

.aboutUsPg .info {
    gap: 25px !important;
}

.aboutPage .aboutUS {
    background-image: url(asset/image/AboutUs/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.aboutPage .vision {
    background-image: url(asset/image/AboutUs/dark-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutPage .vision {
    padding: 4.5em 0 3em 0;

}

.aboutPage .vision .heading {
    color: #F3A712;
}

.aboutPage .vision p {
    color: white;
}

.aboutPage .mission {
    padding: 4.5em 0 4em 0;

}

.aboutPage .OurMission img {
    width: 426px;
    height: 326px;
    filter: drop-shadow(20px 20px 18px #C1BCCF);
    border-radius: 12px;
    margin-left: 15px;
}

.aboutPage .mission {
    background-image: url(asset/image/AboutUs/OurMission-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutPage .mission-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 25px;
}

/* .aboutPage .carousel-item img {
    height: 500px;
} */

.aboutUsPg .main-body .info small {
    font-size: 16px;
}

.aboutPage .sub-img .img {
    width: 90px;

}

/* Courses */
.courses-page .courses-banner {
    background-image: url("asset/image/Courses/banner-bg.png");
    background-size: auto;
    height: 60vh;
    background-color: #4c2800;
    background-attachment: fixed;
}

.courses-page .courses-banner .landingPage {
    display: flex;
    justify-content: center;
    height: 100%;
}

.courses-page .courses-info {
    padding: 4em 0 4em 0;
    background-image: url("asset/image/Courses/courses-bg.png");
    background-size: cover;
    background-color: #f4f4f4;

}

.courses-page .main-heading::after {
    content: '.';
    color: #F3A712;
}

.courses-page .heading {
    font-size: 40px
}

.courses-page .sub-info {
    display: flex;
    gap: 15px;
    align-items: center;

}

.courses-page .sub-info .img {
    display: flex;
    gap: 20px;
}

.courses-page .sub-info img {
    height: 30px;
    width: 30px;
}

.courses-page .sub-info label {
    font-size: 14px;
}

.courses-page .sub-info h6 {
    font-weight: 800;
    font-size: 14px;
}

.courses-page .group-sub-info {
    display: flex;
    gap: 70px;
}

.courses-page .certificate-info {
    align-items: center;
    padding-top: 30px;
}

.courses-page .certificate-info .img {
    /* width: 400px; */
    /* height: 400px; */
}
.courses-page .certificate-info .col-md-7{
    padding-left: 70px;
}
.courses-page .small-head {
    font-family: Anton;
    font-size: 25px;
    margin-bottom: 20px;
}

.courses-page  .benefits {
    margin-top: 60px;
}
.courses-page  .benefits h4{
    margin: 20px 0;
}
.courses-page .benefits-info{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.courses-page .benefits-info label{
    font-weight: 600;
}
.courses-page .benefits-info img{
    width: 25px;
    height: 25px;
}
.courses-page .benefits .img{
    padding-bottom: 20px;
}
/* footer */

footer {
    background: #0F0B17;
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer-logo {
    width: 130px;
}

footer p {
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 24px;
}

footer h6 {
    color: #FCE3B1;
    margin-top: 40px;
    text-transform: uppercase;
}

.list-unstyled li {
    margin: 10px 0px;

}

.text-muted {
    color: white !important;
}

.copy-privacy {
    border-top: 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.12);
    margin-top: 30px;

}

.copy-privacy small {
    color: rgba(255, 255, 255, 0.56);
}

.navbar-light .navbar-toggler {

    color: rgb(255, 255, 255);
    border-color: transparent;
    background: rgb(243 167 18);
}

.testimonial-video {
    padding: 150px 0px 30px 0;
}



/* popup */

#animatedModal {
    position: relative;
}
.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    width: auto;
    height: auto;
    z-index: 9999;
}
.closebt:hover {
    transform: rotate(90deg);
}
.main-popup {
    position: relative;
    width: 100%;

}
.main-popup .modal-content {
    background: #fff !important;
    border-radius: 20px;
}
.modal-fullscreen .modal-body {
    padding: 0;
    margin: 0;

}
.pop-form {
    padding: .5em;
}
.pop-form h5 {
    text-align: center;
    padding-bottom: 1em;
    font-size: 2em;
    color: rgb(41, 41, 41);
}
input[type="text"],
input[type="phone"],
input[type="date"],
input[type="time"],
input[type="email"],
textarea,
select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    background-color: #ffe2d6;
    color: #0b0b14;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
    border-radius: 9px;
    font-family: "Poppins";
}
select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    background-color: #f3eaec;
    color: #fff7dc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
    border-radius: 9px;
    font-family: "Poppins";
}
input:focus,
select:focus,
textarea:focus {
    background-color: #ffe5d0;
    color: rgb(37, 37, 37);
    outline: none;
    border: 1px solid #a5a5a5;
}
option:hover {
    background: #1e0f1e !important;
}
fieldset {
    margin-bottom: 30px;
    border: none;
}
legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
label {
    display: block;
    margin-bottom: 8px;
    color: #12121c;
    font-family: "Poppins";
    font-size: 1.1em;
    line-height: 1em;
}



.send-btn {
    display: flex;
    justify-content: center;
}


/* css March 22 2024  */



.sticky-element .btn {
    margin: 0 .2em;
}

.slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slide {
    width: 220px;
}

.abt-btn {
    display: flex;
    justify-content: start;
}

/* media */




@media (max-width: 767.98px) {
    .fixed-top {
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .courses-img {
        width: 160px;
        /* height: 118px; */
    }

    .card-white {
        width: 100%;
    }

    .sticky-element {
        background-color: #1f0312;
    }

    .btn-outline-light {
        font-size: 14px;
    }

}

/* // Medium devices (tablets, less than 992px) */



@media (max-width : 1800px) {


.scrollDownText {

    right: -175px;

}

}

@media (max-width : 1600px) {

    .main-img {
    width: 100%;
}
.scrollDownText {

    right: -170px;

}

}



@media (max-width : 1400px) {

    .whyUsImg img {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .aboutUS p {
    line-height: 25px;

}

.main-heading {
    font-size: 68px;
}
.scrollDownText {

    right: -150px;

}

.navbar-nav .nav-item a {

    font-size: 15px;
     word-wrap: break-word;      /* IE 5.5-7 */
      white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
      white-space: normal;      /* current browsers */
}
    
}

@media (max-width : 1200px) {

    .heading {
        font-size: 45px;
    }
.main-heading {
    font-size: 50px;
}

    .courses-img {
 
    left: -30px;
}

}
/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    

    .testimonial-video {
        padding: 50px 0px 30px 0;
    }

    .FQ {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .card-white p {
        line-height: 25px;
    }

}

@media (max-width : 1100px) {

.main-heading {
    font-size: 55px;
}
.container-fluid {
    padding: 0px 50px;
}

.scrollDownText {

    right: -140px;

}

}


@media (max-width : 992px) {




        .fixed-top {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .whyUs {
        text-align: center;
    }
    .navbar-nav .nav-item .active::after {
        right: 0;
    }
    .courses-img {
  
    left: 0px;
}

.main-heading {
    text-align: center;
}
.info-data {
    text-align: center;
}
.sticky-element {
    background-color: #1f0312;
}
}
@media (max-width: 991.98px) {
    .logo {
        width: 100px;
    }

    .navbar {
        background-color: #0F0B17;
    }

    .navbar-nav .nav-item .active::after {
        width: 63%;
        right: auto;
    }

    .navbar-nav .nav-item a {
        padding: 8px 0px;
    }

    .navbar-nav {
        gap: 12px;
    }

    .coursesTitle {
        width: 100%;
    }

    .coursesBody {
        transform: translateY(0px);
    }

    .card-white h4 {

        font-size: 22px;

    }

    .whyUsImg {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }

   .whyUsImg img {
    width: 50%;
    height: auto;
    position: relative;
}

    .whyUs .col-md-8 {
        padding-left: 12px;
    }

    .main-img {
        width: 30vh;
    }

    .scrollCourse {
        width: 100%;
    }

    .coursesTitle {
        position: inherit;

    }

    /* about page  */
    .aboutPage .OurMission img {
        width: 250px !important;
        height: 250px !important;
    }

    .aboutPage .OurMission {
        text-align: center;

    }

    .aboutUsPg .main-heading {
        font-size: 40px;
        text-align: center;
    }

    .aboutPage .carousel-item img {
        height: auto;
    }

    .megamenu {
        flex-direction: column;
    }

    .megamenu .dropdown-menu {
        padding: 0px;
    }
    .courses-page .certificate-info .col-md-7{
        padding-left: 12px;
    }

}




@media (max-width : 800px) {

    .heading {
    font-size: 40px;

}
.main-heading {
    font-size: 49px;
}
}

@media (max-width: 575.98px) {


    .navbar-toggler {
        font-size: .8em;
    }

        .courses-img {
        width: 60%;
        height: auto;
    }

    .abt-btn {
        justify-content: center;
    }
    .heading {
        padding-top: .5em;
        text-align: center;
        font-weight: 400;
        font-size: 35px;
        margin-bottom: 20px;

    }

    .aboutUS , .vision , .mission-body {
        text-align: center;
    }
    .abtpagebtn {
        display: flex;
        justify-content: center;
    }
    .abt-content {
        text-align: center;
    }
    .bg {
        height: 80vh;
    }

    .main-heading {
        font-weight: 400;
        line-height: 70px;
        margin-top: 100px;
        text-align: center;
    }

    .scrollDownText {
        display: none;
    }

    .main-img {
        display: none;
    }

    .aboutUS {
        padding: 60px 0 100px 0;
    }

    .whyUsImg img {
        width: 250px !important;
        height: 250px !important;
        position: relative;
    }

    .ourCourses {
        padding: 50px 0;

    }

    .coursesBody {
        transform: translateY(10px);
    }

    .scrollCourse {
        width: 100%;
    }

    .courses {
        flex-direction: column;
        border-radius: 21px;
        background: linear-gradient(180deg, #EFEAFA 0%, #FEF6E7 100%);
        align-items: center;
        padding-left: 10px;
    }

    .card-white {
        padding: 30px 10px;

    }

    .courses-img {
        position: inherit;
    }


    .container-fluid {
        padding: 0px 10px;
    }

    .main-body .info-data {
        text-align: center;
    }

    .aboutPage .sub-img .img {
        width: 60px;
        left: -2px;

    }

    .aboutPage .vision {
        padding: 3.5em 0 2em 0;
    }

    footer .col-12 {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
    /* courses */
    .courses-page .courses-info{
        padding: 2em 0 2em;
    }
    .courses-page .benefits-info img{
        width: 20px;
        height: 20px;
    }
    .courses-page .courses-banner{
        height: 30vh;
    }
    .courses-page .certificate-info .img{
       height: 100%;
    }
    .courses-page .small-head{
        margin-top: 20px;
    }
    .courses-page .certificate-info{
        padding-top: 0px;
    }
    .courses-page .heading{
        font-size: 30px;
    }
    .whyUs p {
        text-align: center;
        line-height: 25px;
    }

    .aboutUS {
    padding: 60px 0 50px 0;
}
}


@media (max-width : 500px) {

.container-fluid {
    padding: 0px 30px;
}
.main-heading {
    font-size: 40px;
        line-height: 50px;
}


}


@media (max-width : 450px) {

    .aboutPage .OurMission img {
        margin-left: 0;
        height: auto;
        width: 100%;
    }


.aboutUsPg {
    height: 80vh;
    background-size: cover;
}

.aboutUsPg .main-body .info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: .5em !important;
    


}

}
