﻿body[data-theme='light'], .light-bg, .light-mode-texts {
    --bg: #fff;
    --bgg: #056713;
    --bg-2: #f8f9fc;
    --bg-3: #f3f4f6;
    --bg-4: rgba(169, 210, 255, 0.1);
    --bg-5: #f2f5fb;
    --bg-6: #f9fafc;
    --bg-7: #fdfdfd;
    --bg-8: #e6f8f9;
    --bg-9: rgba(230, 248, 249, 0.4);
    --color-headings: #fff;
    --color-headings-theme: #056713;
    --color-headings-2: #262729;
    --color-headings-3: #000;
    --color-headings-4: #555;
    --color-texts: rgba(37, 55, 63, 0.7);
    --color-texts-2: #3b4656;
    --color-texts-4: #00d4c0;
    --color-texts-3: rgba(38, 39, 41, 0.7);
    --border-color: rgba(128, 138, 142, 0.2);
    --border-color-2: rgba(37, 55, 63, 0.1);
    --border-color-3: rgba(38, 39, 41, 0.1);
    --border-color-4: rgba(181, 181, 181, 0.2);
    --border-color-5: rgba(38, 39, 41, 0.3);
    --border-color-6: rgba(130, 130, 136, 0.3);
    --whiteColor: #ffffff;
    --blackColor: #2d2d37;
    --fontSize: 15.5px;
    --transition: .5s;
    direction: rtl;
    text-align: right;
}

body {
    --bg: #fff;
    --bgg: #056713;
    --bg-2: #f8f9fc;
    --bg-3: #f3f4f6;
    --bg-4: rgba(169, 210, 255, 0.1);
    --bg-5: #f2f5fb;
    --bg-6: #f9fafc;
    --bg-7: #fdfdfd;
    --bg-8: #e6f8f9;
    --bg-9: rgba(230, 248, 249, 0.4);
    --color-headings: #fff;
    --color-headings-theme: #056713;
    --color-headings-2: #262729;
    --color-headings-3: #000;
    --color-texts: rgba(37, 55, 63, 0.7);
    --color-texts-2: #3b4656;
    --color-texts-3: rgba(38, 39, 41, 0.7);
    --border-color: rgba(128, 138, 142, 0.2);
    --border-color-2: rgba(37, 55, 63, 0.1);
    --border-color-3: rgba(38, 39, 41, 0.1);
    --border-color-4: rgba(181, 181, 181, 0.2);
    --border-color-5: rgba(38, 39, 41, 0.3);
    --border-color-6: rgba(130, 130, 136, 0.3);
    --whiteColor: #ffffff;
    --blackColor: #2d2d37;
    --fontSize: 15.5px;
    --transition: .5s;
    margin: 0;
    word-wrap: break-word;
    font-size: 0.9rem;
    line-height: 1.5em;
    text-align: justify;
    --color-white-rgb: 255, 255, 255;
    --color-primary: #2b9727;
    --color-white: #ffffff;
    --color-default: #1a1f24;
    --color-secondary: #485664;
    --color-links: #2b9727;
    --color-links-hover: #1ec3e0;
    --mainColor: #F76031;
    --fontFamily: 'irsns-regular-fa', sans-serif;
    --fontFamilyb: 'irsns-bold-fa', sans-serif;
    --transition: all ease 0.8s;
}

html {
    font-size: 14px;
    
}
section {
    padding: 60px 0;

}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}
    .section-header h2 {
        font-size: 48px;
        font-weight: 300;
        margin-bottom: 20px;
        color: var(--color-secondary);
    }
img {
    height: auto;
    max-width: 100%;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}



.padtop
{
    padding-top:76px;

}
.pb-70 {
    padding-bottom: 70px;
}

.flag {
    display: inline-block;
    margin-top: 15px;
}

    .flag img {
        width: 22px;
    }
.btn-outline-white
{
    border: solid 2px #fff !important;
    border-radius:5px
}
    .btn-outline-white:hover {
        border: solid 2px #1d9dd0 !important;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }
@media (max-width: 992px) {
    .btnfix {
        color: #fff !important;
        display: inline-block;
        position: absolute;
        width: 140px;
        left: 120px;
        top: 20px;
    }
}
.default-btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2DC97C), to(#2CB4AF));
    background-image: linear-gradient(180deg, #2DC97C 0%, #2CB4AF 100%);
    color: var(--whiteColor);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 28px;
    font-size: 20px;
    border: none;
    font-weight: 500;
    font-family: var(--fontFamily);
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 1;
}

    .default-btn::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: var(--mainColor);
        -webkit-transition: var(--transition);
        transition: var(--transition);
        opacity: 0;
        visibility: hidden;
    }

    .default-btn.btn-style-2 {
        border-radius: 50px;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .default-btn.btn-style-3 {
        background: -webkit-gradient(linear, left top, left bottom, from(#2DC685), to(#2CB9A4));
        background: linear-gradient(180deg, #2DC685 0%, #2CB9A4 100%);
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .default-btn:hover {
        color: var(--whiteColor);
    }

        .default-btn:hover::before {
            opacity: 1;
            visibility: visible;
        }

/*-------customize swiper*/

.swiper {
    width: 100%;
    /*height: 450px;*/
}

.swiper-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
}

    .swiper-wrapper img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background-color: #f6f3ed;
}
.services .img {
    border-radius: 8px;
    overflow: hidden;
}

    .services .img img {
        transition: 0.6s;
    }

.services .details {
    padding: 30px 20px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

    .services .details .icon {
        margin: 0;
        width: 72px;
        height: 72px;
        background: var(--color-primary);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: var(--color-white);
        font-size: 28px;
        transition: ease-in-out 0.3s;
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
        border: 6px solid var(--color-white);
    }

    .services .details h3 {
        color: var(--color-default);
        font-weight: 700;
        margin: 10px 0 15px 0;
        font-size: 22px;
        transition: ease-in-out 0.3s;
    }

    .services .details p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.services .service-item:hover .details h3 {
    color: var(--color-primary);
}

.services .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
}

    .services .service-item:hover .details .icon i {
        color: var(--color-primary);
    }

.services .service-item:hover .img img {
    transform: scale(1.2);
}

/* -------------------------------------
Start About Style 2 Area
---------------------------------------*/
.section-title h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: var(--fontFamilyb);
    color: var(--headingColor);
}
.section-title .top-title {
    color: var(--mainColor);
    font-size: 20px;
    font-weight: 400;
    font-family: var(--fontFamily);
    display: inline-block;
    margin-bottom: 20px;
    line-height: 10px;
}

.about-style-2-area {
    position: relative;
    z-index: 1;
}

    .about-style-2-area .about-two-shape {
        position: absolute;
        bottom: 105px;
        right: 10%;
        left: 0;
        text-align: center;
        z-index: -1;
    }

.single-about-2-content {
    padding-left: 20px;
}

    .single-about-2-content .section-title .top-title {
        margin-bottom: 10px;
    }

    .single-about-2-content .section-title h2 {
        margin-bottom: 15px;
    }

    .single-about-2-content .section-title p {
        margin-left: -15px;
    }

    .single-about-2-content .best-support-card {
        background: #FFFFFF;
        border-width: 0px 2px 3px 2px;
        border-style: solid;
        border-color: rgba(247, 96, 49, 0.1);
        border-radius: 21px;
        padding: 23px 30px;
        text-align: center;
        margin-bottom: 40px;
    }

        .single-about-2-content .best-support-card.card2 {
            background: #FFFFFF;
            border-width: 0px 2px 3px 2px;
            border-style: solid;
            border-color: rgba(44, 178, 179, 0.1);
            border-radius: 21px;
        }

        .single-about-2-content .best-support-card img {
            margin-bottom: 13px;
        }

        .single-about-2-content .best-support-card h3 {
            font-size: 18px;
            font-weight: 600;
        }

.about2-img {
    position: relative;
    margin-right: 30px;
}

    .about2-img .about2-odometer-card {
        position: absolute;
        bottom: 60px;
        right: 158px;
        background-color: var(--whiteColor);
        width: 235px;
        height: 235px;
        border-radius: 100%;
        padding: 10px;
    }

        .about2-img .about2-odometer-card .about2-odometer {
            background-color: var(--mainColor);
            width: 215px;
            height: 215px;
            text-align: center;
            border-radius: 100%;
        }

            .about2-img .about2-odometer-card .about2-odometer h2 {
                font-size: 80px;
                color: var(--whiteColor);
                position: relative;
                top: 35px;
            }

            .about2-img .about2-odometer-card .about2-odometer p {
                font-size: 18px;
                font-weight: 500;
                color: var(--whiteColor);
                position: relative;
                top: 21px;
            }

    .about2-img .about2-main .img-style1 {
        margin-left: -12px;
    }

        .about2-img .about2-main .img-style1 img {
            border-radius: 85px 0px 85px 0px;
        }

    .about2-img .about2-main .img-style2 {
        position: relative;
        top: 21px;
    }

        .about2-img .about2-main .img-style2 img {
            border-radius: 0px 85px 0px 85px;
        }

    .about2-img .about2-img1 {
        position: relative;
        top: -22px;
        left: 40px;
        max-width: 240px;
        margin-right: auto;
        margin-top: 40px;
    }

        .about2-img .about2-img1 img {
            border-radius: 60px 0px 60px 0px;
        }

    .about2-img .about2-main-img11 {
        display: none;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #313030;
    font-size: 14px;
    background: #fff;
    font-family: 'irsns-regular-fa';
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #fff9f7;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h4 {
                font-size: 22px;
                margin: 0 0 30px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: 'irsns-regular-fa';
                color: #656262;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ffa587;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #656262;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #ff5821;
                    }

    #footer .footer-newsletter {
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 16px;
            font-weight: bold;
            color: #313030;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            text-align: left;
            border: 1px solid #ffe2d9;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #ff5821;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #ed3b00;
                }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #313030;
        text-align: right;
    }

    #footer .social-links {
        float: left;
    }

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #ff5821;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover {
                background: #ff7e54;
                color: #fff;
                text-decoration: none;
            }


            /*course card*/
.coursesCard.-type-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .coursesCard.-type-1 .coursesCard__image {
        max-height:240px;
        overflow:hidden;
    }

    .coursesCard.-type-1 .coursesCard__image_overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: var(--color-dark-1);
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .coursesCard.-type-1 .coursesCard__image img {
        z-index: 1;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .coursesCard.-type-1 .coursesCard-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #EDEDED;
    }

    .coursesCard.-type-1 .coursesCard-footer__author {
        display: flex;
        align-items: center;
    }

        .coursesCard.-type-1 .coursesCard-footer__author img {
            width: 30px;
            height: 30px;
            border-radius: 100%;
        }

        .coursesCard.-type-1 .coursesCard-footer__author div {
            margin-right: 10px;
            font-size: 14px;
            line-height: 16px;
            font-weight: 400;
            color: var(--color-light-1);
        }

    .coursesCard.-type-1 .coursesCard-footer__price {
        display: flex;
        align-items: center;
    }

        .coursesCard.-type-1 .coursesCard-footer__price > div:nth-child(1) {
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            margin-left: 10px;
            color: var(--color-light-1);
        }

        .coursesCard.-type-1 .coursesCard-footer__price > div:nth-child(2) {
            font-size: 18px;
            line-height: 21px;
            font-weight: 500;
            color: var(--color-dark-1);
        }

    .coursesCard.-type-1.-hover-shadow:hover {
        box-shadow: 0px 6px 15px 0px #404F680D;
    }

    .coursesCard.-type-1:hover {
        color: inherit;
    }

        .coursesCard.-type-1:hover .coursesCard__image_overlay {
            opacity: 0.5;
        }

        .coursesCard.-type-1:hover .coursesCard__image img {
            transform: scale(1.12);
        }