@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');
:root {
    --color-primary: #098443;
    --color-secondary: #F48323;
    --h1: 45px;
    --font-primary: 'Tajawal', sans-serif;
    --font-secondary: 'Tajawal', sans-serif;
}
.hero-banner {
    min-height:550px;
}
.header-brand .logo {
    max-width: 85px;
}
.edu-footer-widget .logo {
    max-width: 125px;
}
.edu-footer .description {
    font-size: 1.5rem !important;
}
.edu-footer .footer-top{
    padding:20px 0;
}
.footer-dark .copyright-area {
    border-top: 1px solid #006530;
    color:#fff;
}
.copyright-area {
    padding: 0;
    padding-top: 8px;
}
.about-image-gallery {
    text-align:center;
}
.about-image-gallery .main-img-1 {
    max-width: 424px;
}

/*contact*/
.contact-form.form-style-2 .form-group select {
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    background-color: #fff;
    font-weight: normal;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}
.contact-form.form-style-2 .form-group input,
.contact-form.form-style-2 .form-group textarea,
.contact-form.form-style-2 .form-group select {
    padding: 15px 10px 10px;
}
/*breadcrumb padding*/
.edu-breadcrumb-area {
    padding: 45px 0 35px;
}
/*recaptacha*/
.g-recaptcha>div{
    margin: 20px auto 0;
}
/* validation */
.form-group input.is-invalid,
.form-group textarea.is-invalid,
.form-group select.is-invalid,
.was-validated .input:invalid,
.was-validated .textarea:invalid,
.was-validated .select:invalid {
    border-bottom: 1px solid #dc3545;
}

.upload-section .invalid-feedback {
    margin-bottom: 0.5rem;
}

.contact-form-area{
    background:#fff;
}
a.edu-btn.btn-border,
button.edu-btn.btn-border {
    background-color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
/*Hide search*/
.search-bar {
    display: none;
}

/*Hide K2l header & footer*/
#application{
    margin-top:0 !important;
}
#topnav, .new-footer {
    display: none;
}
/*Validation Error color*/
ul.parsley-errors-list {
    list-style: none;
}
ul li.parsley-custom-error-message {
    color: #dc3545;
}
.invalid-feedback {
    color: #dc3545 !important;
}
#recaptchaDiv .invalid-feedback {
    text-align:center;
}
.rc-anchor-checkbox-label{
    font-family:var(--font-primary) !important;
}
/*for dark mode*/
.dark-mode .contact-form.form-style-2 .form-group select {
    background: #1c242f;
    border-bottom: 1px solid #282f3a;
}
.dark-mode a.edu-btn.btn-border,
.dark-mode button.edu-btn.btn-border {
    color: var(--color-primary) !important;
}
.dark-mode a.edu-btn.btn-border:hover,
.dark-mode button.edu-btn.btn-border:hover {
    color: #fff !important;
}
.switch-box {
    position: relative;
}
.switch-box .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 39, 39,0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch-box .slider.round {
    border-radius: 50px;
}
.switch-box .slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 2.5px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0px 15px #2020203d;
    box-shadow: 0 0px 15px #2020203d;
    background-image: url('../images/night.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #282f3a !important;
}
.switch-box input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    background-image: url('../images/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff !important;
}
.switch-box .slider.round:before {
    border-radius: 50%;
}
/*for omega academy*/

.section-title .shape-line {
    color: var(--color-secondary);
}
.edu-footer.footer-dark p,
.edu-footer.footer-dark a,
.edu-footer.footer-dark h3 {
    color: #F7F1E2;
}
html[dir="rtl"] .edu-faq-gallery .thumbnail-3,
html[dir="rtl"] .edu-faq-gallery .thumbnail-1 {
    text-align: left;
}
.hero-banner .banner-thumbnail .shape-group li.shape-4{
    top:40px;
}
.edu-footer.footer-style-3 {
    background-color: #007839;
}
.edu-footer.footer-dark a:hover{
    color:#fff !important;
}
.video-play-btn{
    cursor:pointer;
}
.social-share li a {
    padding: 15px;
}
.hero-banner .banner-content .title{
    font-size:38px;
}
.pricing-btn a {
    width: 90%;
}
.btn-border.btn-secondary1 {
    color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}
.btn-border.btn-secondary1:hover {
    color: #fff !important;
    border-color: var(--color-secondary) !important;
    background: var(--color-secondary) !important;
}
.pricing-btn .btn-border.btn-secondary1 {
    font-size: 15px;
    padding: 10px 30px;
}
.pricing-table:hover .edu-btn {
    background-color:#fff;
    color: var(--color-primary);
}
@media (max-width:767px) {
    .header-action .header-btn {
            display: block;
        }

            .header-action .header-btn a {
                padding: 0 15px;
            }

            .header-action .header-btn i.icon-west {
                display: none;
            }

        .header-action li.icon a {
            height: 55px;
        }

        .hero-banner .banner-content {
            padding-top: 5rem;
        }
    }

/*Survey css */
.star-rating {
    margin-bottom: 3rem;
    overflow: hidden;
}

.star-rating .star {
    font-size: 25px;
    cursor: pointer;
    color: lightgray;
}
[dir="rtl"] .star-rating .star {
    float: right;
}

.star-rating .star.selected {
    color: gold;
}

/*edits for adding libya and egypt teachers*/
.flag-img {
    width: 20px;
    height: 14px;
    margin-right: 5px;
}
.dropdown-menu {
    min-width: 20rem;
}
a.edu-btn.btn-secondary:hover, button.edu-btn.btn-secondary:hover {
    color: var(--color-white);
    background: var(--color-secondary);
}
.categorie-grid.color-primary-style:hover {
    background-color: rgba(26, 182, 157, 0.25);
}
.categorie-grid.color-extra05-style:hover {
    background-color: rgba(248, 148, 31, 0.25);
}
.categorie-grid:hover .content .title,
.categorie-grid:hover .content p {
    color: var(--color-heading);
}

/*Surveys*/
.survey-container {
    position: fixed !important;
    bottom: 12%;
    left: 50px;
    z-index: 1000 !important;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}

.survey-text {
    font-size: 16px;
    margin-bottom: 8px;
}

.edu-blog.blog-style-list {
    margin-bottom: 25px !important;
}