@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=DM+Serif+Text&display=swap');

a:hover {
    color: #0f2e4a;
}

.btn {

    border-radius: 8px;

}


.search-inner-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ffffff;
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 7%) !important;
    border: 1px solid #dbdbdb;
    padding-left: 1em;
    padding-right: 1em;
}

.text-muted-dark {
    color: #5C7E97 !important;
}

.text-muted {
    color: #8F9EAA !important;
}



.main-button-green {
    background-color: #A4CE31 !important;
    box-shadow: 0px 14px 26px #36460a2e;
    border-radius: 8px;
    border: 0px;
    padding: 0.8em 2.6em;
    color: #fff !important;
    font-size: 15px;
}


.main-button-green:hover {
    background-color: #0f2e4a !important;
}

.my-class-green-btn {
    background-color: #A4CE31 !important;
    box-shadow: 0px 14px 26px #36460a2e;
    border-radius: 6px;
    border: 0px;
    padding: 0.8em 0.9em;
    color: #fff !important;
    font-size: 15px;
}

.my-class-green-btn:hover {
    background-color: #0f2e4a !important;
}

.rating-teaxtarea textarea.form-control {
    min-height: calc(8.5em + (0.75rem + 2px));
}


.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}


.full-background {

    background-color: #FFFFF3;

    background-size: cover;
    background-repeat: no-repeat;
}


.full-background .half-col {
    width: 40%;
    flex: 1 0 0%;
}

.full-background .container {
    max-width: calc(92% - 100px);
}

.full-background .second-half-col {
    width: 60%;
}

.hero-h1 {
    font-family: 'DM Serif Text', serif;
    font-size: 64px;
    line-height: 74px;
}

.sub-title-font {
    color: #194B70;
    font-weight: 500;
    font-size: 17px;
    margin-top: 1.4em;
}
.intro-text {
    color: #8F9EAA;
    font-weight: 400;
    margin-top: 1.4em;
}

#home-video-btn {
    color: #194B70;

}

.full-background a {
   text-decoration: underline;

}

.home-search {
    background-color: transparent !important;
    border: 1px solid #8F9EAA !important;
    border-radius: 10px !important;
    min-height: 62px;
    font-size: 15px !important;
    position: relative !important;
}

.btn-search-submit {
    position: absolute !important;
    height: 47px;
    border-radius: 10px !important;
    right: 7px;
    top: 7px;
    background-color: #A4CE31;
    border: #A4CE31;
    color: #fff;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 18px;
    z-index: 1000 !important;
}

.btn-search-submit:hover {

    background-color: #194B70;

    color: #fff;

}


.form-control {
    font-size: .875rem;
    line-height: 1.25rem;
    border-color: #e3e3e3;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: #fff;
    border-width: 1px;
    border-radius: 10px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    height: calc(2.8em + 0.75rem + 2px);
}

.home-submit-btn {
    font-size: .875rem;
    border-color: #0f2e4a;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    width: 100%;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    height: calc(2.8em + 0.75rem + 2px);
    border-radius: 0.25rem;
}

.find-out-more, .how-does-we-work {

    padding-top: 3%;
    padding-bottom: 3%;

}

.how-does-we-work-cards .card {
    background-color: #FEFCF9;
    border: 0;
    border-radius: 15px;
    padding: 1em;
    height: auto;
}

.how-does-we-work-cards .card-body img  {

    background-color: transparent;
    border-radius: 15px;
}

.how-does-we-work-cards .card-body .ul-lists {
    margin-top: 1.3em;
}

.how-does-we-work-cards .card-body h2 {
    color: #194B70;
    font-size: 1.5em;
    margin-top: 1em;
}


.how-does-we-work-cards .card-body li {
    color: #5C7E97;
    font-size: 1em;
    margin-bottom: 0.8em;

}



.how-does-we-work-cards .card-body .orange-shadow  {
    box-shadow: 0px 13px 25px #ffb92c4d;
}
.how-does-we-work-cards .card-body .blues-shadow  {
    box-shadow: 0px 13px 25px #03C0DD4D;
}
.how-does-we-work-cards .card-body .greens-shadow  {
    box-shadow: 0px 13px 25px #A4CE314D;
}
.how-does-we-work-cards .card-body .dark-blue-shadow  {
box-shadow: 0px 13px 25px #194B704D;
}

.find-out-img {
    height: 300px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
}

.feature-card {
    display: flex;
    gap: 2em;
    justify-content: space-between;

}

.accordion-button:focus {

    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}


.feature-card .card-inners {
    border-radius: 10px !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 18em;
}

.tutor-image-avatar img {
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.feature-card h6 {
    font-size: 20px;
    margin-top: 1.6em !important;
}

.feature-card p {
   color: #5C7E97;
}



.feature-card .card-one:hover {

    outline: 1px solid #a4ce31 !important;
    background-image: url("../assets/images/small-box.svg");
    color: #0F2E4A;
    background-position-x: 220px;
    background-position-y: -90px;
    background-repeat: no-repeat;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.feature-card .card-two:hover {
    background-color: #0f2e4a;
    background-image: url("../assets/images/small-box.svg");
    color: #fff;
    background-position-x: 220px;
    background-position-y: -90px;
    background-repeat: no-repeat;
}

.feature-card .card-three:hover {
    background-color: #b6ef17;
    background-image: url("../assets/images/small-box.svg");
    color: #fff;
    background-position-x: 220px;
    background-position-y: -90px;
    background-repeat: no-repeat;
}

.full-color-bg {
    background-color: #2dc0dd;
    padding-bottom: 10em;
    padding-top: 10em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -100;
}

.main-ponts-card .card {
    border-radius: 0px;
    border: 0px !important;
    padding-top: 1em;
    padding-bottom: 1em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.main-ponts-card .inst:hover {
    background-color: #0f2e4a;
    background-image: url("../assets/images/knowledge.svg");
    color: #fff;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 90px;
    box-shadow: 0px 0px 18px #0000001c !important;
}

.main-ponts-card .tutors:hover {
    background-color: #0f2e4a;
    background-image: url("../assets/images/teacher.svg");
    color: #fff;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 90px;
    box-shadow: 0px 0px 18px #0000001c !important;
}

.main-ponts-card .course:hover {
    background-color: #0f2e4a;
    background-image: url("../assets/images/course.svg");
    color: #fff;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 90px;
    box-shadow: 0px 0px 18px #0000001c !important;
}

.main-ponts-card .corporate:hover {
    background-color: #0f2e4a;
    background-image: url("../assets/images/conversation.svg");
    color: #fff;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 90px;
    box-shadow: 0px 0px 18px #0000001c !important;
}

.how-work-img {
    height: 610px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
}

.teacher-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0f2e4a;
    background-color: transparent !important;
    border-bottom: 3px solid #0f2e4a;
    cursor: pointer;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    font-weight: 500;
}

.teacher-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     color: #0f2e4a !important;
     background-color: transparent;
}

.teacher-tabs .nav-link {
    color: #5C7E97;
    background-color: transparent;
    border-bottom: 3px solid #EBEFDF;
    padding: 0.8em 1.8em;
    cursor: pointer;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.teacher-tabs .nav-link:hover {
    color: #0f2e4a;
    background-color: transparent;
    border-bottom: 3px solid #0f2e4a;

    cursor: pointer;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;

}

.faq-accordion .accordion-button {
    margin-bottom: 0.5em;
    border-radius: 10px !important;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    border: 1px solid #C0C9CF;
}


.faq-accordion .accordion-button:not(.collapsed) {
    color: #5C7E97;
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 0;
    box-shadow: none;
}


.service-card-home {
    border-radius: 15px;
    min-height: 23em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 1.3em;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;

}

.service-card-home:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    overflow: hidden;
}

.service-card-home .card-body {
    z-index: 10;
}


.overlay-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
    cursor: pointer;
    border-radius: 15px;
}

.school-section {
    background-color: #F8FCEC;
    padding-bottom: 4%;
    padding-top: 4%;
}

.testimonial-section {
    background-color: #F3FDFF;
    background-image: url("../assets/images/icons/testimonial-pattern.svg");
    padding-bottom: 4%;
    padding-top: 4%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-slider img {
    display: initial !important;
}

.tutor-image-avatar .tutor-small-avtr {
    width: 150px;
    object-fit: cover;
}

.tutor-education {
    background-color: #F7F8F5;
    padding: 1.3em;
    border-radius: 15px;
    font-weight: 100;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

.slider-book-now-btn {
    background-color: #A4CE31 !important;
    box-shadow: 0px 14px 26px #36460a2e;
    border-radius: 12px;
    border: 0px;
    padding: 0.6em 1.5em;
    color: #fff !important;
    font-size: 17px;
}

.slider-book-now-btn:hover {
    background-color: #0f2e4a !important;

}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.view-all-slider-btn {
    background: #194B70 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 14px 26px #36460a2e;
    border-radius: 12px;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    font-size: 18px;
    padding: 0.6em 1.5em;
    border: 0;
}

.view-all-slider-btn:hover {
    background: #A4CE31 0% 0% no-repeat padding-box !important;


}

.slick-prev:before, .slick-next:before {

    color: #ffffff00 !important;

}

.slick-prev {
    left: auto !important;
}

.slick-next {
    right: 0 !important;
}

.slick-prev:before {

    background: url('../assets/images/icons/prev.svg') 0 0 / 100% no-repeat;
}
.slick-next:before {

    background: url('../assets/images/icons/next.svg') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.chapter-crd {
    background-color: #F7F8F5;
    padding: 0.5em;
    border-radius: 0;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
}

.course-accordian .accordion-button:not(.collapsed) {
    color: #5C7E97;
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 10px !important;
    border: 1px solid #C0C9CF;
    box-shadow: none;
}

.home-course-slider img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}
