/* #366088 = Dark Blue (Arrow color code) */
/* #FAAA37 = Orange (aspire color code) */
/* #64AEDF = Light Blue (le@rn color code) */
/* #8BD053 = Green (bottom big bar color code) */
/* #FFF903 = Yellow (bottom small & top big bar color code) */
/* #CCF3D4 = Sky Blue (top small bar color code) */

/*Header START*/
.header-top {
    background: #366088 !important;
}

.header-top-wrapper .header-top-left .header-meta li a:hover {
    color: #FFF903 !important;
}

.header-top-wrapper .header-top-right .header-link a {
    color: #CCF3D4 !important;
}

.header-top-wrapper .header-top-right .header-link a:hover {
    color: #FFFFFF !important;
}

.navigation .nav-menus-wrapper .nav-menu li a {
    color: #366088 !important;
}

.navigation .nav-menus-wrapper .nav-menu li:hover>a {
    color: #64AEDF !important;
}

.navigation .nav-menus-wrapper .nav-menu li a.active {
    color: #FAAA37 !important;
}
/*Header END*/

/*Home START*/
.slider-content-3 {
    max-width: 100% !important;
}

.slider-content .title {
    color: #FFFFFF !important;
    font-size: 56px;
}

.slider-content .sub-title-1 {
    font-size: 26px;
    font-weight: 6500;
    color: #FFFFFF !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.slider-content .sub-title-2 {
    font-size: 46px;
    font-weight: 600;
    color: #FFFFFF !important;
}

.slider-content .slider-btn li .main-btn {
    width: auto !important;
}

.banner-content .title {
    color: #FFFFFF !important;
}
/*Home END*/

/*Page START*/
.error {
    color: red !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #366088 !important;
}

.about-content {
    max-width: 100% !important;
}

.about-content .about-title {
    color: #366088 !important;
}

.about-content .about-title span {
    color: #8BD053 !important;
}

.about-content .line, .section-title-2 .line {
    border: 1px solid #FAAA37 !important;
}

.teacher-details-content .teacher-name::before {
    background-color: #FAAA37 !important;
}

.teacher-details-content .designation {
    color: #366088 !important;
}

.teacher-details-tab .nav li a {
    background-color: #366088 !important;
}

.teacher-details-tab .nav li a.active {
    color: #FAAA37 !important;
}

.courses-details-content .sub-title::before, .event-details-content .sub-title::before, .contact-title .title::before {
    background-color: #FAAA37 !important;
}

.courses-details-content .courses-details-list li i {
    color: #366088 !important;
}

.single-event .event-title a {
    color: #366088 !important;
}

.single-event:hover {
    background-color: #366088 !important;
}

.single-event:hover .event-title a {
    color: #fff !important;
}

.single-specialty .specialty-box {
    padding: 15px !important;
}

.single-form textarea {
    height: 130px !important;
}

.single-contact-info .info-icon i {
    color: #8BD053 !important
}

.single-contact-info .info-content p a {
    color: #366088 !important
}

.single-contact-info .info-content p a:hover {
    color: #64AEDF !important
}

.faq-wrapper .accordion .card .question, .single-notice .number {
    color: #FAAA37 !important;
}

.faq-wrapper .accordion .card .card-body .answer {
    color: #8BD053 !important;
}

.faq-wrapper .accordion .card .card-header a.collapsed {
    color: #366088 !important;
}

.faq-wrapper .accordion .card .card-header a {
    color: #64AEDF !important;
}

.main-btn {
    background-color: #366088 !important;
}

.main-btn:hover {
    background-color: #8BD053 !important;
}

.checkbox-sty {
    width: 20px !important;
    height: 20px !important;
}

.cursor-pointer-sty {
    cursor: pointer !important;
}

.a-sty {
    color: #FAAA37 !important;
    font-weight: 700 !important;
    margin-left: 2px !important;
}
/*Page END*/

/*Footer START*/
.counter-wrapper::before {
    background-color: rgba(54, 96, 136, .9);
}

.footer-widget {
    padding-top: 70px !important;
    padding-bottom: 90px !important;
}

.footer-area::before {
    background-color: rgba(54, 96, 136, .95);
}

.footer-title {
    /* color: #8BD053 !important; */
    /* color: #FAAA37 !important; */
    color: #FFFFFF !important;
}

.footer-link .link-list li a:hover {
    color: #FFF903 !important;
}

.footer-widget-wrapper .footer-social li a:hover {
    color: #8BD053;
}

.footer-widget-wrapper .footer-menu .menu li a:hover {
    color: #FFF903;
}

.footer-active {
    color: #FAAA37 !important;
    font-weight: 700 !important;
}

.back-to-top {
    color: #CCF3D4 !important;
    background-color: #366088 !important;
}

.back-to-top:hover {
    color: #366088 !important;
    background-color: #CCF3D4 !important;
}
/*Footer END*/

/*Copyright START*/
.current {
    color: #FAAA37 !important;
}
/*Copyright END*/


/* ==========================
   TESTIMONIAL STYLES
=========================== */
.testimonials-title .line {
    border-color: #FAAA37 !important;
}

.testimonials-content {
    position: relative;
    min-height: 220px;
    max-width: 900px;
    margin: auto;
    padding: 0 15px;
}

/* Testimonial */
.single-testimonial-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition: opacity 0.6s ease-in-out;
}

.single-testimonial-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.content-text i {
    font-size: 28px;
    color: #FAAA37;
    margin-bottom: 15px;
}

.content-text p {
    font-size: 18px;
    line-height: 1.7;
}

.content-meta {
    margin-top: 20px;
}

.content-meta .name {
    font-weight: 600;
}

/* ==========================
   FULL WIDTH NAVIGATION
=========================== */
.testimonial-nav {
    margin-top: 40px;
    /* display: flex; */
    width: 100%;
    gap: 15px;
    text-align: center;
}

.testimonial-nav button {
    flex: none;
    width: 50px;
    border-radius: 8px;
    border: none;
    background: #366088;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.testimonial-nav button:hover {
    background: #FAAA37;
}

/* ==========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
    .content-text p {
        font-size: 16px;
    }

    .testimonial-nav button {
        height: 46px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .content-text i {
        font-size: 24px;
    }

    .content-text p {
        font-size: 15px;
    }

    .testimonial-nav {
        flex-direction: column;
    }

    /* .testimonial-nav button {
        width: 100%;
    } */
}

@media (max-width: 767px) {

}