/*
Theme Name: Sigma Child Theme
Theme URI: http://demo.hamkarwp.com/sigma
Author: Hamkarwp
Author URI: http://demo.hamkarwp.com
Description: پوسته فروش فایل سیگما پلاس
Version: 1.0
Template: Sigma
*/

@import url("../Sigma/style.css");

body {
    direction: rtl !important;
    text-align: right !important;
    background: #f7f7f7 !important;
    color: #444 !important;
    font-family: "IRANSans", sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: -0.7px;
    scroll-behavior: smooth;
}

.cl_mr-auto {
    margin-right: auto !important;
}

.cl_header {
    height: 80px;
    background-color: #fff;
}

.cl_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.cl_header > .container,
.cl_header > .container > .row {
    height: 100%;
}

.cl_header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cl_header__logo--img {
    display: block;
    width: 220px;
    height: auto;
    vertical-align: middle;
    text-align: center;
}

.cl_header__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.cl_header__actions::before {
    content: "یا";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 40px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    background-color: #FAFAF8;
    color: #444;
    text-align: center;
    z-index: 1;
}

.cl_header__actions__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 60px;
    color: #fff;
}

.cl_header__actions__btn:first-child {
    border-radius: 0 3px 3px 0;
    background-color: #1B3B9B;
}

.cl_header__actions__btn:last-child {
    border-radius: 3px 0 0 3px;
    background-color: #F44336;
}

.cl_header__actions__btn:hover {
    text-decoration: none;
    transition: all .15s ease;
    color: #fff;
    opacity: 1;
}

.cl_header__actions__btn:first-child:hover {
    background-color: #1B3B9BDB;
}

.cl_header__actions__btn:last-child:hover {
    background-color: #D32F2F;
}

.cl_footer {
    background-color: #353A42;
    padding-bottom: 25px;
    padding-top: 25px;
}

.cl_footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cl_footer__logo {
    display: block;
    width: 240px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 25px;
}

.cl_footer__copyright {
    font-size: 18px;
    color: #808080;
    text-align: center;
}

.cl_content__hero {
    width: 100%;
    height: 400px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.cl_content__hero--img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    vertical-align: middle;
}

.cl_content--title {
    font-size: 39px;
    font-weight: 600;
    color: #1B3B9B;
    margin-bottom: 20px;
}

.cl_content--icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFBF00;
}

.cl_content--icon i {
    font-size: 40px;
}

.cl_content--icon:hover {
    color: #1B3B9B;
    transform: translateY(-8px);
    transition: all .15s ease-in-out;
}

.cl_content--title {
    font-size: 39px;
    font-weight: 600;
    color: #1B3B9B;
    margin-bottom: 20px;
}

.cl_content--row {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

.cl_content__description__txt {
    text-align: justify;
    line-height: 2;
    color: #4E4E4E;
}

.cl_content__description__txt--img {
    float: left;
    margin: 5px 20px 20px 0;
    height: auto;
    max-width: 100%;
}

.cl_content__benefits__item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
}

.cl_content__benefits__item--image {
    display: block;
    width: 190px;
    height: 190px;
    vertical-align: middle;
}

.cl_content__benefits__item--title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    background-color: #808080;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px;
    border-radius: 7px;
    margin-top: 15px;
    text-align: center;
}

.cl_content__benefits__item:hover {
    transition: all .15s ease-in-out;
    background-color: #FFBF00;
}

.cl_content__attitudes__tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.cl_content__attitudes__tabs__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #808080;
    background-clip: padding-box;
    color: #fff;
    width: 24%;
    height: 80px;
    border-radius: 10px;
    transition: opacity .6s;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    overflow: hidden;
    border: 1px solid transparent;
}

.cl_content__attitudes__tabs__item.active {
    background-color: #FFBF00;
    border-color: #dcdfe4;
}

.cl_content__attitudes__items__element {
    position: relative;
    display: none;
    width: 100%;
    margin-left: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.cl_content__attitudes__items__element.active {
    display: block;
}

.cl_content__certificate__txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 15px;
    text-align: justify;
}

.cl_content__certificate__list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cl_content__certificate__list__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    color: #4E4E4E;
    margin-bottom: 10px;
}

.cl_content__certificate__list__item i {
    color: #FFBF00;
    font-size: 14px;
    margin-left: 10px;
    width: 1.25em;
}

.cl_content__certificate__image {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.cl_content__timing__txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 15px;
    text-align: justify;
}

.cl_content__timing__image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cl_content__timing__image--img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.cl_content__conditions__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.cl_content__conditions__item--image {
    display: block;
    width: 80%;
    height: auto;
    vertical-align: middle;
}

.cl_content__conditions__item--title {
    width: 100%;
    height: auto;
    background-color: #808080;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px;
    border-radius: 7px;
    margin-top: 15px;
    text-align: center;
}

.cl_content__conditions__item:hover {
    transition: all .15s ease-in-out;
    background-color: #FFBF00;
}

.cl_content__audiences__txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 15px;
    text-align: justify;
}

.cl_content__audiences__list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cl_content__audiences__list__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    color: #4E4E4E;
    margin-bottom: 10px;
}

.cl_content__audiences__list__item i {
    color: #FFBF00;
    font-size: 14px;
    margin-left: 10px;
    width: 1.25em;
}

.cl_content__audiences__image {
    display: block;
    width: 70%;
    height: auto;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
}

.cl_content__counseling .gform_title {
    display: none;
}

.cl_content__counseling .gform_footer input[type=submit] {
    height: 60px;
    background-color: #F44336 !important;
    border: 0;
    border-radius: 10px;
}

.cl_content__headlines__txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 15px;
    text-align: justify;
}

.cl_content__headlines__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    position: relative;
}

.cl_content__headlines__header::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 4px solid #FFBF00;
    z-index: 1;
}

.cl_content__headlines__header__title {
    color: #1B3B9B;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    max-width: 95%;
    background-color: #f7f7f7;
    padding: 15px 25px;
}

.cl_content__headlines__accordion {
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.cl_content__headlines__accordion__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 7px;
    height: 60px;
}

.cl_content__headlines__accordion__head__title {
    color: #666;
    font-size: 18px;
    font-weight: 600;
}

.cl_content__headlines__accordion__head i {
    margin-right: 15px;
    font-size: 18px;
}

.cl_content__headlines__accordion__content {
    padding-right: 15px;
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in;
    border-top: 1px solid #ccc;
    border-radius: 0 0 7px 7px;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}

.cl_content__headlines__accordion__content__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.cl_content__headlines__accordion__content__list__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.cl_content__headlines__accordion__content__list__item i {
    margin-left: 10px;
    color: #1B3B9B;
    font-size: 16px;
}

.cl_content__headlines__accordion.show .cl_content__headlines__accordion__content {
    min-height: 50px;
    max-height: 100%;
    padding: 15px;
    transition: all .3s ease-in-out;
}

.cl_content__headlines__accordion.show .cl_content__headlines__accordion__head {
    border-radius: 7px 7px 0 0;
}


.cl_content__headlines__accordion.show .cl_content__headlines__accordion__head i {
    transform: rotate(180deg);
}

.gf-input-full span {
    flex: 1 !important;
}

@media (max-width: 991.98px) {
    .cl_header {
        height: 150px;
    }

    .cl_content__hero {
        height: 150px;
    }

    .cl_content__hero--img {
        height: 150px;
    }

    .cl_content__benefits__item {
        align-items: center;
        margin-bottom: 25px;
    }

    .cl_content__audiences__image {
        margin-top: 25px;
        width: 100%;
    }

    .cl_content__attitudes__tabs {
        flex-wrap: wrap;
    }

    .cl_content__attitudes__tabs__item {
        width: 49%;
        margin-bottom: 10px;
    }

    .cl_content__timing__image--img {
        width: 100%;
    }

    .cl_content__certificate__image {
        margin-top: 25px;
    }
}