:root {
    --theme-color: #003865;
    --theme-color2: #E74D28;
    --title-color: #0F2239;
    --title-color2: #E74D28;
    --border-color: #EA906C;
    --body-color: #4D5765;
    --smoke-color: #F3F7FB;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ecf1f9;
    --title-font: 'font-iran-bold';
    --body-font: 'iran-yekan-medium';
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s
}

@font-face {
    font-family: Gadeg;
    src: url(GadegBold.ttf);
}

.bg-red {
    background-color: red;
}

.bg-green {
    background-color: rgb(10, 207, 66);
}

.bg-yellow {
    background-color: yellow;
}

.bg-blue {
    background-color: rgb(0, 174, 255);
}

#hero-1 {
    height: 85vh;
}

/* hamburger-menu */
.logo-mob {
    font-size: 25px;
    font-family: Gadeg;
    color: var(--title-color2)
}



/* ------------------------------------------------------------ */
/* homepage */
/* menu-bar */
.header-logo a {
    font-size: 20px;
    /* color: var(--body-color); */
    color: var(--theme-color2)
}

.hero-img1 img {
    width: 400px;
    height: 387px;
    object-fit: cover;
    margin-top: 100px;
}

.hero-1 .hero-img1 {
    margin-top: -201px;

}

.hero-title {
    color: var(--title-color)
}

.one-word {
    color: var(--smoke-color);
}


.shape1 {
    margin-bottom: 20px;
}
.btn-group{
   
    justify-content: center;
   
}
/* .btn-slider{
    pointer-events: auto !important;
    cursor: pointer;
    z-index: 100000;
} */

.master-menu li a {
    transition: color 0.5s ease-in-out;
}

.master-menu li a:hover {
    color: var(--title-color2)
}

.sub-title-category {
    margin-top: 2.5em;
}

.hero-title {
    color: var(--title-color2)
}

.right-part-about {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-right: 50px;
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

.left-part-about {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
    margin: auto;
}

.video-about {
    width: 80%;
    height: 300px;
}

.sub-title-courses {
    margin-top: -3.8em !important;
}

.course-box .course-title {
    color: var(--title-color2);
}

.sec-text {
    max-width: 1200px;
    line-height: 37px;
}

.cta-area-1 {
    background-color: var(--title-color);
}

.counter-card-wrap {
    border-color: var(--border-color) !important;
}

.sub-title-2 {
    margin-top: -10.5em !important;
}

#team-sec {
    margin-top: 100px !important;
}

.left-part-manager {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;

}

.left-part-manager .photo-manager {
    width: 50%;
    height: 70%;
    box-sizing: border-box;

}

.cta-icon {
    padding: 30px 30px 30px 0;
}

.cta-icon img {
    width: 60px;
    height: 60px;
}


.left-part-manager .photo-manager img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.left-part-manager span {
    display: flex;

    justify-content: center;

}

.box-title a {
    font-size: 12px;
}

.logo-footer {
    font-size: 27px;
    color: var(--title-color2);
    font-family: Gadeg;
}

/* team.page */
.header-layout6 .main-menu>ul>li>a {
    padding: 15.5px 0
}

.box-title {
    font-size: 16px;
}

.become-instructor-wrap {
    padding: 20px;
}

.breadcumb-title {
    font-size: 38px;
}

[dir="rtl"] .footer-layout-default .footer-top .footer-logo {
    padding: 10px 0px 10px 45px;
}

.font-logo {
    font-size: 30px;
    font-family: Gadeg;
    color: var(--title-color2);
    font-weight: 500;
    transition: all 0.5s ease-in;
}

.font-logo:hover {
    color: var(--smoke-color);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.newsletter-title {
    font-size: 14px !important;
}

.footer-contact_link {
    font-size: 14px;
}

.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 14px;
}

.event-author .author-desig {
    font-size: 13px;
    margin-bottom: 0;
    color: #989292;
    /* margin-top: 4px; */
    font-family: Gadeg;
}

.card-btn {
    font-size: 12px !important;
}

.event-card .th-btn {
    padding: 11.5px 20px;
}

.sec-title {
    margin-right: 10px;
}

.testi-box_img img {
    position: absolute;
    top: 9px;
}

.testi-box_text {
    margin-top: 80px;
}

/* media query */
@media (max-width:1200px) {
    .sub-title-2 {
        margin-top: -1.5em !important;
    }

}

@media (max-width:1000px) {
    .hero-img1 img {
        width: 300px;
        height: auto;

    }

    .right-part-about {
        margin: auto;
    }

}

@media (max-width: 1299px) {
    .event-card .event-author {
        padding-left: 0px
    }
}

@media (max-width: 580px) {
    .card-btn {
        margin: auto;
    }
}


@media (max-width:780px) {
    .right-part-about {
        margin: auto;
    }

    .video-about {
        margin: auto;
    }

    .sec-title {
        margin: auto !important;
    }

    .fal1 {
        display: none;
    }

    .sec-title-course {
        font-size: 20px;
        margin: auto;
    }

    .sec-title-Counseling {
        font-size: 20px;
    }

    .sec-title-feature {
        font-size: 20px;
        margin-bottom: 70px !important;
    }

    .counter-font-size {
        font-size: 19px;
    }

    .sec-title-amazing-offer {
        font-size: 20px;
    }

    .sec-title-partners {
        font-size: 20px;
        margin-bottom: 70px !important;
    }

    .sec-title-mentors {
        font-size: 20px;
    }

    .left-part-manager {
        margin-top: -57px;
    }

    .sec-title-students {
        font-size: 20px;
    }

    .testi-box_img img {
        margin-right: 5px -12px;
    }

    .sec-title-news {
        font-size: 20px;
    }


}

/* @media(min-width: 780px) and (max-width:902px){
    .left-part-manager{
        margin-top:-100px;
    }

} */

@media (max-width:556px) {
    .wcu-box_details {
        width: 90%;
    }

    .wcu-box_text {
        max-width: 100%;
    }



    .footer-text {
        font-size: 12px;
    }

}

/* course-details */
.header-logo-other a {
    color: var(--title-color2);
    transition: all 0.5s ease-in;
}

.header-logo-other a:hover {
    color: var(--smoke-color);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.master-menu-2 li a {
    transition: color 0.5s ease-in;
}

.master-menu-2 li a:hover {
    color: var(--title-color2) !important;
}

.th-btn-cat-2 {
    padding: 14px 14px;
}

.th-btn-cat-3 {
    padding: 13px 27px !important;
}

.meta-title2 {
    position: relative;
    right: 50px;
    top: 4px;
}

.star-rating {
    margin-right: 50px;
}

.course-single-meta {
    margin: -19px;
}

.breadcumb-title2 {
    font-size:26px;
    margin-top: -35px;
}

.breadcumb-wrapper {
    height: 140px !important;
}

.widget_info .widget_title {
    color: var(--title-color2);
}

.widget_info .course-price1 {
    font-size: 20px !important;
}

.sec-title2 {
    font-size: 22px;
}



.author-name1 {
    font-size: 13px !important;
    font-weight: 500;
}

.offer-tag1 {
    margin-bottom: 15px;
    color: var(--title-color) !important;
    font-size: 11px !important;
    position: relative;
    top: 8px;

}

.star-rating1 {
    font-size: 10px !important;


}

.form-control-custom {
    width: 100% !important;
}


@media (max-width:766px) {
    .new-position {
        margin-right: 69px !important;
    }

    .new-position1 {
        margin-right: -67px !important;
    }

    .course-single .course-title {
        font-size: 22px;
        margin-bottom: 34px;
    }

    .breadcumb-wrapper {
        height: 250px !important;
    }

}

@media (max-width:468px) {
    .course-single .course-title {
        font-size: 18px;
        margin-bottom: 28px;
    }
}

/* team-page */

.mobile-logo-2 a {
    color: var(--title-color2) !important;
    font-size: 18px;
}

.sec-title4 {
    font-size: 15px;
    margin-right: 10px;
}

.sec-title4 a:hover {
    color: var(--title-color2);
}

.box-title1 {
    font-size: 14px;
    transition: all 0.5s ease-in;
}

.box-title1:hover {
    color: var(--title-color2);
}

.color-text-role {
    color: var(--title-color2) !important;
}

.team-info-1 {
    background-color: var(--theme-color);
}

.become-instructor-wrap1 {
    padding: 16px 12px;
    transition: all 0.5s ease-in;
}

.become-instructor-wrap1:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.newsletter-title1 {
    font-size: 13px;
}

.newsletter-form1 {
    width: 64%;

}

.th-btn-footer {
    /* padding: 2px 20px !important;   */
}

.copyright-wrap {
    background-color: var(--theme-color);
}

@media (max-width: 768px) {
    .newsletter-form {
        width: 85%;

    }

    .form-group input {
        height: 45px;
        font-size: 13px;
    }

    .newsletter-form .form-group .fa-envelope2 {
        top: 14px;

    }

}

.footer-text {
    transition: all 0.5s ease-in;
}

.footer-text:hover {
    color: var(--title-color2);
}




/* team-details */
.team-details-about-info {
    background-color: #F3F7FB;
}

.about-contact-wrap1 {
    margin-top: 20px;
}

.about-contact-subtitle {
    color: #003865;
}

.about-contact-title1 {
    font-size: 14px;
    cursor: pointer;
    color: #003865;
    font-family: Gadeg !important;
}

.btn-submit-massage {
    padding: 13px 18px;
}

.title-biography {
    font-size: 20px;
}

/* sign-in-page */
.th-checkout-wrappe-custome {
    margin-bottom: 200px;
}

form .h4 {
    margin-bottom: 40px;
    padding: 6px;
    font-size: 20px;
    border-bottom: 1px solid rgb(126, 125, 125);

}

.woocommerce-form-login:hover {
    border: 1px solid rgb(207, 204, 204)
}





/* new-sign-in */

::placeholder {
    font-size: 13px;
}

.hero {
    width: 100%;
    display: flex;
    height: auto;
    background: linear-gradient(rgba(239, 238, 238, 0.5), rgba(187, 185, 185, 0.5)), url("1.jpg");
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top:80px; */
    margin-bottom: 200px;
    padding-bottom: 60px;


}

.woocommerce-form-login-toggle {
    width: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: center;


}

.woocommerce-form-login-toggle .woocommerce-info {
    width: 90%;
    margin-bottom: 40px;


}

.woocommerce-form-login-toggle .woocommerce-info p {
    font-size: 15px;
    color: var(--smoke-color) !important;
    margin-bottom: 0;
}

.woocommerce-form-login-toggle .woocommerce-info p a {
    text-decoration: none;
    color: var(--title-color2) !important;
    font-size: 12px;
    transition: all 0.5s ease-in-out;

}

.woocommerce-form-login-toggle .woocommerce-info p a:hover {
    color: var(--smoke-color) !important;
}

.box {
    width: 40%;
    height: 450px;
    /* margin:0 auto; */
    background-color: white;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 25px 15px 85px 15px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s ease-in;

}

.box:hover {
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;

}

.key-boxs {
    /* background-color: green; */
    width: 250px;
    margin: 15px auto;
    padding: 5px 15px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(255, 122, 122, 0.3);
    /* border: 1px solid black; */
    display: flex;
}

.toggle-btn-signs {
    padding: 5px 29px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    /* left:-26px; */
    font-size: 12px;
}

.reg-2 {
    left: -47px !important;
}

#btn-signs {
    width: 115px;
    height: 100%;
    border-radius: 30px;
    /* padding: 5px 26px;  */
    /* background-color: brown; */
    position: absolute;
    background-color: var(--theme-color2);
    /* background: linear-gradient(rgb(243,68,106),rgb(255,100,100)); */
    top: 0;
    right: 0;


}




.form-box-sign {
    width: 100%;

    padding: 25px;
    position: absolute;
    top: 100px;
    transition: all 1s ease-in-out;

}

.form-box-sign1 {
    margin-top: 30px;
}

.form-box-sign .sign-in-input {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid gainsboro;
    outline: none;
    height: 35px !important;
}

.form-box-sign .sign-in-input[type=checkbox] {
    /* text-align: right; */
    /* margin:-108px; */
    padding: 0;
    width: 10%;
}

.form-box-sign .sign-in-input[type=submit] {
    width: 100%;
    background: linear-gradient(rgb(243, 68, 106), rgb(255, 100, 100));
    border: none;
    padding: 5px;
    border-radius: 10px;

}

.form-box-sign .labe-sign-in {
    font-size: 12px;
    margin: 15px 15px 20px 0px;
}

.form-box-sign p {
    margin: 18px 35px 35px 0px !important;
    transition: all 0.5s ease-in-out;
}

.form-box-sign p a {
    text-decoration: none !important;
}

.form-box-sign p:hover {
    color: var(--title-color2);
}

#register-reg {
    right: 500px;
}

#login-sign {
    right: 0;
}

.sign-btn {
    width: 100%;

    padding: 10px 18px !important;
}

.reg-btn {
    width: 100%;
    /* height:20px; */
    padding: 10px 18px !important;
    margin-top: 15px;


}

@media (max-width:675px) {
    .box {
        width: 80%;
    }

}


/* timeline */

.intro {
    width: 100%;
    padding: 30px 0 20px 0;
   

}

.container-time {
    width: 90%;
    margin: auto;

}

.container-time h5 {
    /* text-align: center; */
    font-size: 15px;

}

.timeline-btn {
    padding: 10px 18px;
    font-size: 13px;
    margin-right: 250px;

}

.timeline {
    width: 100%;
    height: auto;
    background-color: rgb(221, 221, 223);
    padding-bottom: 100px;
}

.timeline ul {
    padding: 50px 10px;
    background-color: rgb(221, 221, 223);
}


.timeline ul li {
    list-style: none;
    background-color: var(--theme-color);
    margin: 0 auto;
    width: 4px;
    position: relative;
    padding-top: 50px;
    background-color: #277dc4;
    /* bottom: 60px; */
}


.timeline ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
}


.timeline ul li div {
    background-color: orange;
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: relative;
    color: white;
    bottom: 0;
    opacity: 0;
    visibility: hidden;

}

.timeline ul li.view div {
    opacity: 1;
    visibility: visible;

}

.timeline ul li div p {
    font-size: 12px;
    font-weight: 200;

    color: #003865 !important;
}

.caption-item {
    font-size: 13px !important;
    border-bottom: 2px solid #003865;
    padding-bottom: 5px;

}

.description {
    margin-top: -13px !important;
}

.timeline ul li:nth-child(odd) div {

    right: 45px;
    transform: translateX(-200px);
    transition: all 0.3s ease-in;
}

.timeline ul li.view:nth-child(odd) div {
    transform: translateX(0);
}


.timeline ul li div::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: orange;
    position: absolute;
}

.timeline ul li:nth-child(even) div {
    right: -300px;
    transform: translateX(200px);
    transition: all 0.3s ease-in;


}

.timeline ul li.view:nth-child(even) div {
    transform: translateX(0px);
}

.timeline ul li:nth-child(even) div::before {

    left: -8px;
    top: 94px;
    transform: rotate(45deg);
}

.timeline ul li:nth-child(odd) div::before {

    right: -8px;
    top: 94px;
    transform: rotate(45deg);
}

.title-item {
    background-color: #0F2239;
    color: white;
    font-size: 16px;
    padding: 3px;
}

.title-item span {
    margin-right: 5px;
    color: #FFFFFF;
}

@media (max-width:756px) {
    .timeline-btn {
        font-size: 10px;
        padding: 10px 10px;
    }


    .timeline ul li div {
        width: 180px;

    }

    .title-item {
        font-size: 14px;
    }

    .description {
        font-size: 10px !important;
    }

    .caption-item {
        font-size: 11px !important;
    }


    .timeline ul li.view:nth-child(odd) div {
        transform: translateX(15px) !important;
    }

    .timeline ul li.view:nth-child(even) div {
        transform: translateX(-95px) !important;
    }



}


/* contact-page */

.input-contact{
    width: 100% !important;
}

.form-control-email{
    width: 100%;
    
}

.btn-submit-email{
    padding: 14px 18px !important;
}


/* courses-page */
.widget_search{
    padding: 10px;
}