body {
    margin: 0px;
    /* overflow-x: hidden !important; */
}

* {
    box-sizing: border-box;
}



html,
body {
    overflow-x: hidden !important;
}

section {
    overflow: hidden;
}



a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */



/* header start */

.navbar-custom {
    background-color: #ffffff;
    transition: top 0.3s, background-color 0.3s;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.offcanvas-body {

    display: flex !important;
    justify-content: end !important;
}

.navbar-nav a {
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;

    /* text-align: center !important; */
}

.navbar-nav a:hover {
    color: #F16725 !important;
}



.navbar-nav .active a {
    color: #F16725 !important;
}




.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}


.header-btn a {
    background-color: #F16725;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Alata", sans-serif !important;

}

.header-btn i {
    background-color: #ffffff;
    color: #F16725;
    padding: 7px;
    border-radius: 50px;
    rotate: 320deg;
}


.header-btn a:hover {
    background-color: #ffffff;
    border: 1px solid #F16725;
    color: #F16725;
}

.header-btn a:hover i {
    background-color: #F16725;
    color: #ffffff;

}

@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */









/* floating btn */

.floating-button-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.floating-button-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-button-left a,
.floating-button-right a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}


.floating-button-left a {
    background-color: #25d366;
}


.floating-button-right a {
    background-color: #F16725;
}

.floating-button-left a:hover,
.floating-button-right a:hover {
    transform: scale(1.1);
}

/* floating btn */



/* about */

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-content h6 {
    color: #F16725;
    font-size: 20px;
    font-weight: 500;
}

.about-content h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 15px;
}

.about-content span {
    color: #F16725;
}

.about-content h3 {
    color: #F16725;
    font-size: 49px;
    font-weight: 600;
}

.about-content-a {
    padding-top: 10px;
    padding-bottom: 20px;
}

.about-content-a a {
    color: #F16725 !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #DEDEDE;
    padding: 10px;
    border-radius: 50px;

}

.about-content p {
    font-size: 18px;
    padding-bottom: 15px;
}

.about-image img {
    border-radius: 10px;
}

.about-note {}

.about-note ul {
    padding: 0px;

}

.about-note li {
    list-style: none;
    display: inline;
}

.about-note a {
    color: #474747;
    font-size: 23px;
    font-weight: 400;
    margin: 5px;
    margin-left: 0px !important;
}

.count-text h2 {
    color: #F16725 !important;
    font-size: 35px !important;
    font-weight: 700 !important;
}

.count-text p {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.about-btn {
    display: flex;
    gap: 10px;

}

.about-btn-one a {
    background-color: #F16725;
    color: #ffffff;
    border-radius: 5px;
    padding: 13px 20px;
    font-size: 1.1rem;
}

.about-btn-two a {
    border: 1px solid #F16725;
    color: #F16725;
    border-radius: 5px;
    padding: 13px 20px;
    font-size: 1.1rem;
}

.about-btn-two a:hover {
    background-color: #F16725;
    color: #ffffff;
    border-radius: 5px;
    padding: 13px 20px;
}

.about-btn-one a:hover {
    background-color: #ffffff;
    border: 1px solid #F16725;
    color: #F16725;
    border-radius: 5px;
    padding: 13px 20px;
}

.about-section-form h6 {
    color: #F16725;
    font-size: 18px;
    font-weight: 500;
}

.about-section-form h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
}

.about-section-form span {
    color: #F16725;
}

.about-section-form p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.about-form-btn {
    background-color: #F16725;
    color: #ffffff !important;
    border: none !important;
}

.about-form-btn:hover {
    background-color: #ffffff;
    border: 1px solid #F16725 !important;
    color: #F16725 !important;
}



@media(max-width:992px) {
    .about-section-form {
        padding-top: 50px;
    }
}

@media(max-width:511px) {
    .about-content-a a {
        font-size: 12px;
    }
}


@media(max-width:432px) {
    .about-section {
        padding-top: 50px;

    }

    .about-content h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .about-content h3 {
        font-size: 22px;
    }

    .about-content-a a {
        font-size: 9px;
    }

    .about-note a {
        font-size: 21px;
    }

    .counter {
        padding-top: 20px;
    }

    .count-text h2 {
        font-size: 28px !important;
        text-align: center !important;
    }

    .count-text p {
        text-align: center !important;
        font-size: 11px !important;
    }

    .about-btn {
        display: flex;
        justify-content: center;
    }

    .about-btn-two a {
        font-size: 14px;
    }

    .about-btn-one a {
        font-size: 14px;
    }

    .about-section-form h2 {
        font-size: 20px;
    }

    .about-section-form p {
        font-size: 13px;
    }

    .about-form-email {
        padding-top: 20px;
    }

    .about-form-qua {
        padding-top: 20px;
    }

    .about-content p {
        font-size: 15px;
    }

    .about-image {
        padding-top: 30px;
    }
}

/* about end */


/* banner */



.page-banner {
    position: relative;
    background-image: url(../image/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
    color: #fff;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.page-banner-content h2 {
    color: #F16725;
    text-align: center;
}

@media(max-width:432px) {
    .page-banner-content h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

/* banner end */


/* why choose us  */

.whychoose-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.why-choose-title-row {
    display: flex;
    justify-content: center;
}

.why-choose-title h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    text-align: center;

}

.why-choose-title span {
    color: #F16725;
}

.why-choose-title p {
    color: #474747;
    font-size: 19px;
    font-weight: 400;
    text-align: center;

}

.why-choose-card-col {
    margin-top: 15px;
}

.why-choose-card {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    margin-top: 15px;
}

.why-choose-content {
    padding-top: 20px;
}

.why-choose-content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #F16725;
}

.why-choose-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* color: #585858; */
    color: #000000;
}

@media(max-width:432px) {

    .whychoose-section {
        padding-top: 10px;
    }

    .why-choose-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .why-choose-title p {
        font-size: 15px;
    }

    .why-choose-content h5 {
        font-size: 21px;
    }

    .why-choose-content p {
        font-size: 15px;
    }
}

/* why choose end */






/* cours detail */

.course-detail-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.course-detail-title h6 {
    color: #000000;
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;

}

.course-detail-title span {
    color: #F16725;
}

.course-detail-title p {
    color: #474747;

    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;

}

.course-card {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    margin-top: 15px;
}

/* .course-content{
    padding-top: 20px;
} */

.course-content h6 {

    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #F16725;
    letter-spacing: 0%;

}

.course-content h3 {
    color: #474747;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    letter-spacing: 0%;

}

.course-bottom-content {
    padding-top: 15px;
}

.course-bottom-content p {
    color: #474747;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;

}


@media(max-width:432px) {
    .course-detail-title h6 {
        font-size: 23px;
    }

    .course-detail-title p {
        font-size: 15px;
        line-height: 24px;
    }

    .course-bottom-content p {

        font-size: 15px;
        line-height: 25px;

    }
}

/* courseend */







/* testimonials start */

.testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials-top-left-row {
    display: flex;
    justify-content: center;
}

.testimonials-top-left h2 {
    color: #000000;

    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: center;

}

.testimonials-top-left span {
    color: #F16725;
}

.testimonials-top-left p {
    color: #474747;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}




.testimonials-top-right {
    text-align: end;
}


.testimonials-top-right h1 {
    color: #FF7200;

    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-right: 10px;


}

.testimonials-top-right i {
    color: #FF7200;
    font-size: 15px;

}




.testimonial-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    border: 1px solid #D2D2D2;
    margin: 15px 5px 15px 5px;
    position: relative;
}



.testimonial-item img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-name {

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 10px;
    color: #FF7200;
    font-family: "Poppins", sans-serif;
}

.testimonial-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #000000;
}

.testimonial-image-name {
    display: flex;
    gap: 20px;
    padding-top: 5px;
}

.testimonial-image-name h3 {
    color: #F16725;

    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.testimonial-image-name h6 {
    color: #000000;
    font-weight: 400;
    font-size: 13px;


}

.testimonial-quote {
    padding-bottom: 15px;
}

.testimonial-quote i {
    color: #F16725;
    font-size: 30px;
}


@media(max-width:432px) {
    .testimonials-top-left h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .testimonials-top-left p {
        font-size: 15px;
    }

    .testimonials-section {
        padding-top: 15px;
    }
}

/* testimonials end */

/* contact */

.contact-section {
    padding-bottom: 50px;
}

.contact-content h6 {
    color: #F16725;

    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.contact-content h2 {
    color: #000000;

    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;

}

.contact-content span {
    color: #F16725;
}


.callus-section {
    padding-top: 40px;

    display: flex;
    gap: 100px;

}

.call-phone {
    display: flex;
    gap: 20px;
}

.call-icon {
    background-color: #F16725;
    width: 50px;
    height: 50px;
    border-radius: 50px;

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

.call-icon i {
    color: #ffffff;
}

.call-text h6 {
    color: #000000;

    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0px !important;

}

.call-text a {
    color: #767676;

    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0px !important;

}

.contact-image {
    text-align: end;
}

.contact-image img {
    border-radius: 10px;
}

@media(max-width:432px) {
    .contact-content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .contact-content p {
        font-size: 15px;
    }

    .contact-image {
        padding-top: 20px;
    }

    .callus-section {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

/* end */

/* footer */

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-content p {

    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000000;

}

.footer-content a {
    color: #000000;
}

.footer-content span {
    color: #F16725;
}

@media(max-width:600px) {
    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media(max-width:432px) {
    .footer-content p {
        font-size: 13px;
    }
}

/* footer end */


/* modal */
.modal-form-btn {
    background-color: #F16725;
    color: #ffffff;
    border: none;
}

.modal-form-btn:hover {
    background-color: #ffffff;
    color: #F16725;
    border: 1px solid #F16725;
}

.modal-header h5 {
    color: #F16725;
}


.modal-download {
    margin-top: 25px;
    padding-bottom: 20px;
    text-align: center;
}

.modal-download a {
    border: 1px solid #F16725;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    color: #F16725;
    font-size: 18px;
    font-weight: 500;
}

.modal-download a:hover {
    background-color: #F16725;
    color: #ffffff;
}


/* modal end */


.placement-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.placement-head-title h2 {
    color: #F16725;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: center;
}

.placement-head-title span {
    color: #000000;
}

.placement-content img {
    border-radius: 10px !important;
}

.placement-content h6 {
    font-weight: 500 !important;
    font-size: 17px !important;
}

.placement-content p {
    font-weight: 400 !important;
    color: #333333 !important;
}


@media(max-width:432px) {
    .placement-head-title h2 {
        font-size: 24px;
    }

    .placement-content h6 {
        font-size: 15px !important;
    }

    .placement-content p {
        font-size: 13px !important;
    }
}

/* placement s end */


/* frequently */

.frequently-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.accordion-button {
    color: #F16725 !important;
    font-weight: 500 !important;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(51%) sepia(64%) saturate(1473%) hue-rotate(341deg) brightness(94%) contrast(96%);
}

.frequently-content h2 {
    color: #F16725;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0%;
}

.frequently-content span {
    color: #000000;
}

.frequently-content p {
    color: #000000;
}

.accordion-body p {
    font-size: 15px !important;
}

.accordion-body i {
    color: #F16725;
    margin-right: 5px;
}


@media(max-width:432px) {
    .frequently-content h2 {
        font-size: 24px;
        text-align: center;
        line-height: 30px;
    }

    .frequently-content p {
        font-size: 15px;
    }
}