/*--------------------------------------*/

/* Fonts
/*--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*--------------------------------------*/

/*Element Base
/*--------------------------------------*/
body,
html,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul,
li,
p,
section,
main,
nav {
    margin: 0px;
    padding: 0px;
    display: block;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.navbar-toggler:focus,
button:focus,
.btn-close:focus,
.btn-check:focus+.btn,
.btn:focus,
.accordion-button:focus,
.form-check-input:focus,
.form-control:focus,
.page-link:focus {
    box-shadow: none;
}

body {
    overflow-x: hidden;
}

.edu-theme img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}

.edu-theme.navbar-toggler {
    border: 0;
}

.edu-theme.z-index-9 {
    z-index: 9;
}

.edu-theme.cursor-pointer {
    cursor: pointer;
}

.edu-theme.centerflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edu-theme.alignflex {
    display: flex;
    align-items: center;
}

.edu-theme.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.edu-theme.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* Fonts */
.edu-theme {
    --font-default: "Poppins", sans-serif;
    --color-default: #fd5f00;
    --color-primary: #0d1128;
    --color-secondary: #666666;
    scroll-behavior: smooth;
}


.edu-theme a {
    color: var(--color-secondary);
    transition: all 0.5s ease;
    text-decoration: none;
}

.edu-theme a:hover {
    color: var(--color-default);
}

.edu-theme {
    font-size: 16px;
    line-height: 1.8;
    font-family: var(--font-default);
    color: var(--color-secondary);
}

.edu-theme .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.edu-theme .overlay {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-primary);
    opacity: 0.6;
}

.edu-theme .seperator {
    padding: 7rem 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .edu-theme .seperator {
        padding: 4rem 0;
    }
}

.edu-theme .color-default {
    color: var(--color-default);
}

.edu-theme .color-primary {
    color: var(--color-primary);
}

.edu-theme .color-secondary {
    color: var(--color-secondary);
}

.edu-theme .bgcolor-default {
    background-color: var(--color-default);
}

.edu-theme .bgcolor-primary {
    background-color: var(--color-primary);
}

.section-bg {
    background: #fafafa;
}

/*--------------------------------------*/

/*Typography
/*--------------------------------------*/
.edu-theme h1,
.edu-theme h2,
.edu-theme h3,
.edu-theme h4,
.edu-theme h5,
.edu-theme h6,
.edu-theme .h1,
.edu-theme .h2,
.edu-theme .h3,
.edu-theme .h4,
.edu-theme .h5,
.edu-theme .h6 {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.edu-theme p {
    margin-bottom: 1rem;
}

.edu-theme .heading-section h2 {
    font-size: 44px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .edu-theme .heading-section h2 {
        font-size: 28px;
    }
}

main {
    margin-top: -150px;
}

/*--------------------------------------*/

/*Button
/*--------------------------------------*/
.edu-theme .btn {
    font-size: 16px;
    line-height: 1.5;
    border: 0;
    border-radius: 40px;
    padding: 1rem 1.5rem;
    transition: all 0.5s ease;
    color: #FFFFFF;
}

.edu-theme .btn.btn-default {
    background-color: var(--color-default);
    border: 1px solid var(--color-default);
}

.edu-theme .btn.btn-default:hover {
    background-color: transparent;
    color: var(--color-default);
}

.edu-theme .btn.btn-primary {
    background-color: var(--color-primary);
}

.edu-theme .btn.btn-primary:hover {
    background-color: var(--color-secondary);
}

.edu-theme .slick-dots li {
    margin: 0;
}

.edu-theme .slick-dots li button:before {
    font-size: 40px;
    color: #FFFFFF;
    opacity: 1;
}

.edu-theme .slick-dots li button:hover:before {
    color: rgba(255, 255, 255, 0.7);
}

.edu-theme .slick-dots li.slick-active button:before {
    color: var(--color-default);
    opacity: 1;
}

/*--------------------------------------*/

/*Breadcrumb
/*--------------------------------------*/
.edu-theme .inner-wrap {
    height: 300px;
    padding-top: 150px;
    color: #FFFFFF;
}

.edu-theme .inner-wrap h1 {
    color: #FFFFFF;
}

.edu-theme .inner-wrap .container {
    position: sticky;
    z-index: 999;
}

.edu-theme .breadcrumb {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.edu-theme .breadcrumb-item a,
.edu-theme .breadcrumb-item.active,
.edu-theme .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}

.edu-theme .breadcrumb-item a:hover {
    text-decoration: underline;
}

/*--------------------------------------*/

/*Contact Form
/*--------------------------------------*/
.edu-theme .appointment-form .form-group {
    margin-bottom: 1rem;
}

.edu-theme .appointment-form .form-control {
    font-size: 16px;
    height: 58px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.edu-theme .appointment-form .form-control::placeholder {
    color: #FFFFFF;
}

.edu-theme .appointment-form .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.edu-theme .appointment-form option {
    background-color: rgba(0, 0, 0, 0.6);
}

.edu-theme .contact-form .form-control {
    font-size: 18px;
    height: 52px;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.edu-theme .contact-form .form-control:focus {
    border-color: #000000;
}

.edu-theme .contact-form textarea.form-control {
    height: inherit;
}

.edu-theme .contact-form .form-group {
    margin-bottom: 1rem;
}

/*--------------------------------------*/

/*Scroll top button
/*--------------------------------------*/
.edu-theme .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--color-primary);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
}

.edu-theme .scroll-top i {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0;
}

.edu-theme .scroll-top:hover {
    background-color: var(--color-secondary);
    color: #FFFFFF;
}

.edu-theme .scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------*/

.Navigation.edu-theme .announcementBar {
    text-align: center;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
}

.Navigation.edu-theme .announcementBar .btn-close {
    width: 8px;
    height: 8px;
    padding: 2px;
    top: 12px;
    right: 16px;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}

/*--------------------------------------*/

/* Top Bar
/*--------------------------------------*/
.edu-theme .topbar {
    height: 40px;
    font-size: 13px;
    transition: 0.3s all ease-in-out;
    color: #FFFFFF;
    padding: 0;
    z-index: 9;
    position: relative;
    padding-top: 10px;
}

.contact-info i {
    font-style: normal;
    color: #FFFFFF;
    line-height: 0;
}

.Navigation.edu-theme .topbar .contact-info i a,
.edu-theme .topbar .contact-info i span {
    padding-left: 5px;
    color: #FFFFFF;
}

.Navigation.edu-theme .topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s all ease-in-out;
}

.Navigation.edu-theme .topbar .contact-info i a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.Navigation.edu-theme .topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s all ease-in-out;
    margin-left: 20px;
}

.edu-theme .topbar .social-links a:hover {
    color: #FFFFFF;
}

/*--------------------------------------*/

/* Navigation
/*--------------------------------------*/

.Navigation.edu-theme {
    background-color: var(--color-primary) !important;
}

.Navigation.edu-theme header .navbar {
    padding: 15px 0;
    height: 110px;
    z-index: 99;
}

.Navigation.edu-theme header .navbar-brand,
.Navigation.edu-theme header .navbar-brand .h1 {
    font-size: 38px;
    line-height: 0.5;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-default);
    margin-bottom: 0;
}

.Navigation.edu-theme header .navbar-brand .logo {
    height: 80px;
    margin-right: 6px;
}

.Navigation.edu-theme header .navbar-brand .h1 span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.Navigation.edu-theme header .navbar .nav-item {
    position: relative;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-left: 15px;
}

.Navigation.edu-theme header .navbar .nav-item .nav-link {
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.Navigation.edu-theme header .navbar .nav-link:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: var(--color-default);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.Navigation.edu-theme header .navbar .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.Navigation.edu-theme header .navbar .show>.nav-link:after,
.Navigation.edu-theme header .navbar .active>.nav-link:after,
.Navigation.edu-theme header .navbar .nav-link.show:after,
.Navigation.edu-theme header .navbar .nav-link.active:after,
.Navigation.edu-theme header .navbar .nav-link:hover:after {
    transform: scaleX(1);
}

.Navigation.edu-theme header .navbar .dropdown .dropdown-menu {
    border-top: 0;
    border-left: 4px solid var(--color-default);
    border-right: 0;
    border-bottom: 0;
    transform: translate3d(0px, 40px, 0px);
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    top: 0;
    font-size: 15px;
}

@media (min-width: 992px) {
    .Navigation.edu-theme header .navbar .dropdown .dropdown-menu {
        border-top: 4px solid var(--color-default);
        border-left: 0;
        display: block;
        box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
        opacity: 0;
        visibility: hidden;
        top: unset;
        padding: 0;
    }

    .Navigation.edu-theme header .navbar .dropdown:hover .dropdown-menu {
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
        opacity: 1;
    }
}

.Navigation.edu-theme header .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 9px 18px;
    transition: all 500ms ease;
    min-width: 220px;
}

.Navigation.edu-theme header .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #FFFFFF;
    color: var(--color-default);
    transition: all 500ms ease;
}

.Navigation.edu-theme header .navbar .dropdown .dropdown-menu .dropdown-item.active {
    background-color: #FFFFFF;
    color: var(--color-default);
}

.Navigation.edu-theme header .navbar .nav-link i {
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .Navigation.edu-theme header .navbar .dropdown:hover i {
        transform: rotate(180deg);
    }
}

.Navigation.edu-theme header .navbar .btn.btn-primary {
    background-color: transparent;
}

.Navigation.edu-theme header .navbar .navbar-toggler span {
    display: block;
    background-color: #FFFFFF;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.Navigation.edu-theme header .navbar .navbar-toggler:not(.collapsed) span {
    background-color: var(--color-primary);
}

.Navigation.edu-theme header .navbar .navbar-toggler span:nth-child(1),
.Navigation.edu-theme header .navbar .navbar-toggler span:nth-child(3) {
    transition: transform 0.35s ease-in-out;
}

.Navigation.edu-theme header .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: 0.9;
}

.Navigation.edu-theme header .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.Navigation.edu-theme header .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-135deg);
    opacity: 0.9;
}

.Navigation.edu-theme header .navbar:has(.navbar-toggler:not(.collapsed)) {
    height: auto;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.Navigation.edu-theme header .navbar:has(.navbar-toggler:not(.collapsed)) .nav-item .nav-link {
    color: var(--color-primary);
}

.Navigation.edu-theme header .navbar:has(.navbar-toggler:not(.collapsed)) .nav-item .nav-link.active,
.Navigation.edu-theme header .navbar:has(.navbar-toggler:not(.collapsed)) .nav-item .nav-link:hover {
    color: var(--color-default);
}

.Navigation.edu-theme header .navbar:has(.navbar-toggler:not(.collapsed)) .navbar-brand .h1 span {
    color: var(--color-primary);
}

.Navigation.edu-theme header .navbar:has(.navbar-toggler:not(.collapsed)) .btn.btn-primary {
    background-color: var(--color-primary);
    margin-left: 15px;
    line-height: 0.5;
}

.Navigation.edu-theme header .dropdown-divider {
    margin: 0;
}

/*--------------------------------------*/

/* Active Header
/*--------------------------------------*/
.Navigation.edu-theme header .navbar.navbar-default,
.Navigation.edu-theme header .navbar.fixed-top {
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    background-color: #FFFFFF;
}

.Navigation.edu-theme header .navbar.fixed-top {
    height: 85px;
    padding: 8px 0;
}

.Navigation.edu-theme header .navbar.fixed-top .navbar-brand .logo {
    height: 60px;
}

.Navigation.edu-theme header .navbar.navbar-default .navbar-brand,
.Navigation.edu-theme header .navbar.navbar-default .navbar-brand .h1,
.Navigation.edu-theme header .navbar.fixed-top .navbar-brand,
.Navigation.edu-theme header .navbar.fixed-top .navbar-brand .h1 {
    color: var(--color-default);
}

.Navigation.edu-theme header .navbar.navbar-default .nav-item .nav-link,
.Navigation.edu-theme header .navbar.fixed-top .nav-item .nav-link,
.Navigation.edu-theme header .inner-navbar .nav-item .nav-link {
    color: var(--color-primary);
}

.Navigation.edu-theme header .navbar.fixed-top .navbar-brand .h1 span {
    color: var(--color-primary);
}

.Navigation.edu-theme header .navbar.navbar-default .navbar-toggler span,
.Navigation.edu-theme header .navbar.fixed-top .navbar-toggler span {
    background-color: var(--color-default);
}

.Navigation.edu-theme header .navbar.fixed-top .btn.btn-primary {
    background-color: var(--color-primary);
}

/*--------------------------------------*/

/* Sidebar collapse
/*--------------------------------------*/
.Navigation.edu-theme .offcanvas.offcanvas-end {
    width: 100%;
    border: 0;
    padding: 0 32px;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

@media (min-width: 768px) {
    .Navigation.edu-theme .offcanvas.offcanvas-end {
        width: 50%;
    }
}

/*--------------------------------------*/

/* Header search
/*--------------------------------------*/
.Navigation.edu-theme header .offcanvas.offcanvas-top {
    height: 150px;
}

.Navigation.edu-theme header .offcanvas.offcanvas-top .offcanvas-body {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 15px rgba(255, 255, 255, 0.7);
}

.Navigation.edu-theme header .search-form .btn-close {
    font-size: 12px;
    margin-left: 8px;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}

/*--------------------------------------*/
/*--------------------------------------*/

/* 1. Hero Section
/*--------------------------------------*/
.Header.edu-theme .hero-section {
    height: 100vh;
}

.Header.edu-theme .hero-section .hero-slider-item {
    height: 100vh;
    background-position: top center;
    position: relative;
    z-index: 0;
}

.Header.edu-theme .hero-section .hero-slider-item .wrap {
    position: sticky;
    z-index: 999;
    color: #FFFFFF;
    margin-top: 80px;
}

.Header.edu-theme .hero-section .hero-slider-item .wrap h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
}

.Header.edu-theme .hero-section .slick-dots {
    bottom: 24px;
}

/*--------------------------------------*/

/* 2. Services Section
/*--------------------------------------*/
.Services.edu-theme .services-section {
    color: #FFFFFF;
}

.Services.edu-theme .services-section .wrap {
    text-align: center;
    padding: 3rem 1.5rem;
}

.Services.edu-theme .services-section .wrap .icon span:before {
    font-size: 50px;
}

.Services.edu-theme .services-section .wrap h3 {
    font-size: 22px;
    margin: 1rem 0 .5rem;
    color: #FFFFFF;
}

.Services.edu-theme .services-section .wrap p {
    color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------*/

/* 3. What We Offer Section
/*--------------------------------------*/
.Aboutus.edu-theme .we-offer-section .left-wrap {
    margin: 3rem 0;
}

.Aboutus.edu-theme .we-offer-section .we-offer-img {
    background-position: top center;
    height: 100%;
}

.Aboutus.edu-theme .we-offer-section .wrap {
    margin-top: 30px;
}

.Aboutus.edu-theme .we-offer-section .wrap .icon span {
    line-height: 1;
    width: 80px;
    height: 80px;
    background-color: var(--color-default);
    border-radius: 50%;
    display: flex;
    align-items: center;
    /* Centering content vertically */
    justify-content: center;
    /* Centering content horizontally */
}

.Aboutus.edu-theme .we-offer-section .wrap .icon span:before {
    font-size: 30px;
    color: #FFFFFF;
}

.Aboutus.edu-theme .we-offer-section .wrap h3 {
    font-size: 19px;
    margin-bottom: 0.5rem;
}

/*--------------------------------------*/

/* 4. About Section
/*--------------------------------------*/
.Portfolio.edu-theme .about-section {
    background-image: url('../images/bg_3.jpg');
    background-attachment: fixed;
    color: #FFFFFF;
}

.Portfolio.edu-theme .about-section .wrap h2 {
    color: #FFFFFF;
}

.Portfolio.edu-theme .about-section .wrap {
    padding-left: 3rem;
}

.Portfolio.edu-theme .about-section .count-box {
    margin-top: 3rem;
}

.Portfolio.edu-theme .about-section .count-box span {
    font-size: 40px;
    font-weight: 600;
}

/*--------------------------------------*/

/* 5. Our Courses Section
/*--------------------------------------*/
.Portfolio.edu-theme .courses-section .course-img {
    overflow: hidden;
}

.Portfolio.edu-theme .courses-section .card .course-img .card-img-top {
    height: 300px;
    transition: 0.8s all ease-in-out;
}

.Portfolio.edu-theme .courses-section .card .course-img:hover .card-img-top {
    transform: scale(1.05);
    height: 300px;
}

.Portfolio.edu-theme .courses-section .meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.Portfolio.edu-theme .courses-section .meta i {
    color: var(--color-default);
}

.Portfolio.edu-theme .courses-section h3 {
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.Portfolio.edu-theme .courses-section .btn.btn-default {
    padding: 8px 16px;
}

/*--------------------------------------*/

/* 6. Certified Teachers Section
/*--------------------------------------*/
.Clients.edu-theme .teachers-section .teachers-wrap .img-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.Clients.edu-theme .teachers-section .teachers-wrap .teachers-img {
    height: 400px;
    transition: 0.5s all ease-in-out;
}

.Clients.edu-theme .teachers-section .teachers-wrap:hover .teachers-img {
    transform: scale(1.05);
    height: 400px;
}

.Clients.edu-theme .teachers-section .teachers-wrap h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
}

.Clients.edu-theme .teachers-section .teachers-wrap h6 {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fd5f00;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.Clients.edu-theme .teachers-section .teachers-wrap:hover h3 {
    color: #fd5f00;
}

.Clients.edu-theme .teachers-section .teachers-wrap .social {
    position: absolute;
    bottom: 0;
    left: 40%;
    right: 0;
    opacity: 0;
    transition: 0.5s all ease-in-out;
    display: flex !important;


}

.Clients.edu-theme .teachers-section .teachers-wrap:hover .social {
    opacity: 1;
}

.Clients.edu-theme .teachers-section .social li:not(:last-child) {
    margin-right: 10px;
}

.Clients.edu-theme .teachers-section .social li a {
    color: #fd5f00;
}

/*--------------------------------------*/

/* 7. Request A Quote Section
/*--------------------------------------*/
.edu-theme .request-quote-section {
    background-image: url('../images/bg_5.jpg');
    color: #FFFFFF;
}

.edu-theme .request-quote-section h2 {
    color: #FFFFFF;
}

/*--------------------------------------*/

/* 8. Recent Blog Section
/*--------------------------------------*/
.edu-theme .blog-section .bg-image {
    height: 275px;
    display: flex;
    align-items: flex-end
}

.edu-theme .blog-section .blog-wrap .meta-date {
    display: inline-block;
    background: #5d50c6;
}

.edu-theme .blog-section .blog-wrap .meta-date span {
    display: block;
    color: #fff;
}

.edu-theme .blog-section .blog-wrap .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}

.edu-theme .blog-section .blog-wrap .meta-date .mos,
.edu-theme .blog-section .blog-wrap .meta-date .yr {
    font-size: 13px;
}

.edu-theme .blog-section .blog-wrap h3 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 400;
}

.edu-theme .blog-section .blog-wrap .btn.btn-default {
    padding: 8px 16px;
}

.edu-theme .blog-section .edu-theme .blog-wrap .meta-chat {
    color: #b3b3b3;
}

/*--------------------------------------*/

/* 9. Testimonials Section
/*--------------------------------------*/
.edu-theme .testimonials-section .testimony-wrap {
    padding-top: 4rem;
    opacity: 0.1
}

.edu-theme .testimonials-section .testimony-wrap.slick-center {
    opacity: 1;
}

.edu-theme .testimonials-section .testimony-wrap .user-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.edu-theme .testimonials-section .testimony-wrap .text {
    width: calc(100% - 120px);
    position: relative;
}

.edu-theme .testimonials-section .testimony-wrap .quote {
    position: absolute;
    top: -40px;
    opacity: .1;
}

.edu-theme .testimonials-section .testimony-wrap .quote i {
    font-size: 100px;
    color: #5d50c6;
}

.edu-theme .testimonials-section .testimony-wrap .name {
    font-size: 18px;
}

.edu-theme .testimonials-section .testimony-wrap .position {
    font-size: 14px;
    color: #fd5f00;
}

.edu-theme .testimonials-section .slick-dots {
    bottom: -80px;
}

.edu-theme .testimonials-section .slick-dots li button:before {
    color: rgba(0, 0, 0, 0.2);
}

.edu-theme .testimonials-section .slick-dots li button:hover:before {
    color: rgba(0, 0, 0, 0.6);
}

/*--------------------------------------*/

/* 10. Gallery Section
/*--------------------------------------*/
.edu-theme .gallery-section .gallery-wrap {
    cursor: pointer;
    transition: all 0.8s ease;
}

.edu-theme .gallery-section .gallery-wrap img {
    height: 350px;
}

.edu-theme .gallery-section .gallery-wrap:hover img {
    filter: grayscale(100%);
}

/*--------------------------------------*/

/*Footer
/*--------------------------------------*/
.edu-theme footer {
    background-color: #232323;
    padding: 80px 0 0;
    color: #FFFFFF;
    font-size: 14px;
}

.edu-theme footer a {
    color: rgba(255, 255, 255, 0.7);
}

.edu-theme footer a:hover {
    color: var(--color-default);
}

.edu-theme footer .footer-info .footer-logo {
    line-height: 0;
    margin-bottom: 25px;
}

.edu-theme footer .footer-info .footer-logo img {
    max-height: 60px;
    margin-right: 6px;
}

.edu-theme footer .footer-info .footer-logo .h1 {
    font-size: 38px;
    line-height: 0.5;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-default);
    margin-bottom: 0;
}

.edu-theme footer .footer-info .footer-logo .h1 span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.edu-theme footer .footer-info li i {
    line-height: 1.8;
    margin-right: 16px;
}

.edu-theme footer h3 {
    font-size: 22px;
    color: #FFFFFF;
}

.edu-theme footer .blog-img {
    height: 80px;
    width: 80px;
}

.edu-theme footer .meta {
    font-size: 12px;
}

.edu-theme footer .meta a {
    color: #808080;
    margin-right: 8px;
}

.edu-theme footer .subscribe-form .form-control {
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.edu-theme footer .subscribe-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.edu-theme footer .subscribe-form .submit {
    background-color: #5d50c6;
    color: #FFFFFF;
}

.edu-theme footer .subscribe-form .submit:hover {
    background-color: var(--color-default);
}

.edu-theme footer .socials a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: #FFFFFF;
    position: relative;
}

.edu-theme footer .socials a:hover {
    background-color: var(--color-default);
}

.edu-theme footer .socials a i {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.edu-theme footer .footer-bottom {
    text-align: center;
    padding: 30px 0;
}

.edu-theme footer .copyright-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    font-size: 14px;
}

.edu-theme footer .copyright-footer span {
    font-weight: 700;
}

.edu-theme footer .copyright-footer span i {
    color: var(--color-default);
}

/*--------------------------------------*/

/* Blog Details Page
/*--------------------------------------*/
.edu-theme .blog-details .tagcloud a {
    text-transform: uppercase;
    padding: 4px 10px;
    margin: 0 4px 7px 0;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 11px;
}

.edu-theme .blog-details .tagcloud a:hover {
    border: 1px solid #000000;
}

.edu-theme .blog-details .comment img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 30px;
}

.edu-theme .blog-details .comment .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #CCCCCC;
}

.edu-theme .blog-details .comment .comment-body a {
    padding: 5px 10px;
    background-color: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    border-radius: 4px;
}

.edu-theme .blog-details .edu-theme .comment .comment-body a:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.edu-theme .blog-details .children {
    padding: 50px 0 0 40px;
}

.edu-theme .blog-details .sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%;
}

.edu-theme .blog-details .contact-form {
    background: #fafafa;
    padding: 10px;
}

.edu-theme .blog-details .contact-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.edu-theme .blog-details .contact-form .form-control {
    padding-right: 50px;
    font-size: 14px;
}

.edu-theme .blog-details .categories li,
.edu-theme .blog-details .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.edu-theme .blog-details .categories li a,
.edu-theme .blog-details .sidelink li a {
    color: #fd5f00;
}

.edu-theme .blog-details .categories li a span,
.edu-theme .blog-details .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #CCCCCC;
}

.edu-theme .blog-details .blog-img {
    height: 80px;
    width: 80px;
}

.edu-theme .blog-details .meta {
    font-size: 12px;
}

.edu-theme .blog-details .meta a {
    color: #808080;
    margin-right: 8px;
}

