/* fonts */
@font-face {
    font-family: YekanBakhMedium;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/YekanBakh/YekanBakhMedium.eot");
    src: url("../fonts/YekanBakh/YekanBakhMediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanBakh/YekanBakhMedium.woff") format("woff"), url("../fonts/YekanBakh/YekanBakhMedium.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakhBold;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/YekanBakh/YekanBakhBold.eot");
    src: url("../fonts/YekanBakh/YekanBakhBoldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanBakh/YekanBakhBold.woff") format("woff"), url("../fonts/YekanBakh/YekanBakhBold.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakhHeavy;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/YekanBakh/YekanBakhHeavy.eot");
    src: url("../fonts/YekanBakh/YekanBakhHeavyd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanBakh/YekanBakhHeavy.woff") format("woff"), url("../fonts/YekanBakh/YekanBakhHeavy.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakhFat;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/YekanBakh/YekanBakhFat.eot");
    src: url("../fonts/YekanBakh/YekanBakhFatd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanBakh/YekanBakhFat.woff") format("woff"), url("../fonts/YekanBakh/YekanBakhFat.ttf") format("truetype");
}

@font-face {
    font-family: IRANYekanBoldFaNum;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/IranYekan/iranyekanwebbold(fanum.html).eot");
    src: url("../fonts/IranYekan/iranyekanwebbold(fanum.html).eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/iranyekanwebbold(fanum.html).woff2") format("woff2"), url("../fonts/IranYekan/iranyekanwebbold(fanum.html).woff") format("woff"), url("../fonts/IranYekan/iranyekanwebbold(fanum.html).ttf") format("truetype");
}

@font-face {
    font-family: IRANYekanRegularFaNum;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/IranYekan/iranyekanwebregular(fanum.html).eot");
    src: url("../fonts/IranYekan/iranyekanwebregular(fanum.html).eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/iranyekanwebregular(fanum.html).woff2") format("woff2"), url("../fonts/IranYekan/iranyekanwebregular(fanum.html).woff") format("woff"), url("../fonts/IranYekan/iranyekanwebregular(fanum.html).ttf") format("truetype");
}
/* zarinpal icons */
@font-face {
    font-family: "zarinpal";
    src: url("../fonts/icons/zarinpal0527.eot?4z3g5t");
    src: url("../fonts/icons/zarinpal0527.eot?4z3g5t#iefix") format("embedded-opentype"), url("../fonts/icons/zarinpal0527.ttf?4z3g5t") format("truetype"), url("../fonts/icons/zarinpal0527.woff?4z3g5t") format("woff"), url("../fonts/icons/zarinpal0527.svg?4z3g5t#zarinpal") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "zarinpal" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
    content: "\e90b";
}

.icon-chevron-left:before {
    content: "\e905";
}

.icon-chevron-right:before {
    content: "\e906";
}

.icon-chevron-down:before {
    content: "\e907";
}

.icon-plus:before {
    content: "\e909";
}

.icon-minus:before {
    content: "\e90a";
}

body {
    font-size: 16px;
    font-family: "YekanBakhMedium", sans-serif;
    direction: rtl;
    text-align: right;
    color: #303030;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

img, video {
    max-width: 100%;
    height: auto;
}

button:focus, .button:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

li {
    list-style: none;
}

/* hidden input type number arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mt-100 {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 40px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 40px;
    }
}

.icon-chevron-right {
    margin-left: 2px;
}

.icon-chevron-left {
    margin-right: 2px;
}

.main-title {
    font-family: "YekanBakhHeavy", sans-serif;
    font-size: 24px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    text-align: center;
    color: #23457f;
}

@media only screen and (min-width: 768px) {
    .main-title {
        font-size: 42px;
        letter-spacing: -0.05em;
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper {
        margin: 0 75px;
    }
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

    .body-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: linear-gradient(#fff 0%, #f8fbff 50.15%, #f6f9ff 65.42%, #fff 100%);
        opacity: 0.7;
    }

/* call to action */
.golden-button {
    font-family: "YekanBakhBold", sans-serif;
    display: inline-block;
    border-radius: 24.5px;
    background: linear-gradient(to left, #5f93ce 0%, #3f699b 100%);
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.08em;
    padding: 8px 32px;
    border: 0;
    min-width: 136px;
    color: white;
}

    .golden-button:hover {
        color: #413800;
    }

@media only screen and (min-width: 768px) {
    .golden-button {
        padding: 8px 36px;
    }
}

.text-gold {
    color: #F7CB3F;
}

/* header */
.header {
    padding: 24px 0;
}

    .header .new-logo {
        height: 22px;
        width: 100px;
    }

@media only screen and (min-width: 576px) {
    .header .new-logo {
        height: 55px;
        width: 136px;
    }
}

.header .new-logo-white {
    background: url(/template/publicfiles/images/logo.svg) no-repeat;
    background-size: contain;
}

.header .navbar-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 991px) {
    .header .navbar-nav {
        display: none;
    }
}

.header .navbar-nav .nav-item + .nav-item {
    padding-right: 32px;
}

.header .nav-link {
    font-family: "IRANYekanBoldFaNum", sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 30px;
    color: #303030;
    padding: 0.5rem 1rem;
}

/* hero header */
.hero-header {
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .hero-header {
        min-height: 590px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-header > .container {
        position: relative;
    }
}

.hero-header__inner:before {
    content: "";
    border-radius: 20px 0 0 20px;
    background: #eaf1fd;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 992px) {
    .hero-header__inner:before {
        width: 200%;
    }
}

.hero-header__content {
    position: relative;
    padding: 32px 0 0 0;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    .hero-header__content {
        padding: 95px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-header__content {
        padding: 132px 0;
    }
}

.hero-header__title {
    font-family: "YekanBakhFat", sans-serif;
    font-size: 25px;
    letter-spacing: -0.02em;
    color: #f87910;
    text-align: center;
    margin-bottom: 6px;
}

@media only screen and (min-width: 576px) {
    .hero-header__title {
        font-size: 27px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-header__title {
        font-size: 35px;
        text-align: right;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-header__title {
        font-size: 43px;
        line-height: 50px;
    }
}

.hero-header__subtitle {
    font-family: "YekanBakhHeavy", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #23457F;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 992px) {
    .hero-header__subtitle {
        font-size: 25px;
        text-align: right;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-header__subtitle {
        font-size: 32px;
    }
}

.hero-header__desc {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .hero-header__desc {
        font-size: 19px;
        line-height: 35px;
        text-align: right;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-header__desc {
        font-size: 20px;
    }
}

.hero-header__cta {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .hero-header__cta {
        text-align: center;
        margin-top: 30px;
    }
}

.hero-header__cta .cta-btn {
    display: inline-block;
    font-family: "YekanBakhBold", sans-serif;
    border-radius: 24.5px;
    background: linear-gradient(#5f93ce 0%, #3f699b 100%);
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    color: white;
    padding: 4px 20px;
}

@media only screen and (min-width: 768px) {
    .hero-header__cta .cta-btn {
        font-size: 20px;
        padding: 4px 45px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-header__cta .cta-btn {
        font-size: 23px;
        padding: 7px 62px;
    }
}

.hero-header__img {
    position: relative;
    max-width: 93%;
}

    .hero-header__img img {
        position: relative;
        z-index: 1;
    }

.rect-shape-1 {
    left: -100%;
    height: 78%;
    -webkit-transform: rotate(8deg) translateY(-6%);
    -moz-transform: rotate(8deg) translateY(-6%);
    -ms-transform: rotate(8deg) translateY(-6%);
    -o-transform: rotate(8deg) translateY(-6%);
    transform: rotate(8deg) translateY(-6%);
}

.rect-shape {
    position: absolute;
    width: 200%;
    background: rgba(255, 255, 255, 0.93);
    opacity: 0.44;
    border-radius: 57px;
}

/* go down button */
.hero-header__go-down {
    position: absolute;
    bottom: -20px;
    margin-right: 208px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .hero-header__go-down {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .hero-header__go-down {
        bottom: -16px;
    }
}

.btn-go-bottom {
    width: 32px;
    height: 32px;
    line-height: 43px;
    font-size: 16px;
    border-radius: 20px;
    color: #28457B;
    background: #ffffff;
    box-shadow: 0 3px 9px rgba(49, 69, 244, 0.1);
    text-align: center;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .btn-go-bottom {
        width: 40px;
        height: 40px;
        line-height: 55px;
        font-size: 20px;
        margin: 0;
    }
}

.bounce {
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -moz-animation: bounce 3.6s ease infinite;
    -webkit-animation: bounce 3.6s ease infinite;
    animation: bounce 3.6s ease infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    5.55556% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    11.11111% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    22.22222% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    27.77778% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    33.33333% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    44.44444% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
/* page content */
.page-title {
    font-family: "YekanBakhHeavy", sans-serif;
    letter-spacing: -0.02em;
    font-size: 22px;
    line-height: 43px;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .page-title {
        font-size: 35px;
        line-height: 32px;
        text-align: right;
    }
}

.page-title--blue {
    color: #23457f;
}

.page-desc {
    font-family: "IRANYekanRegularFaNum", sans-serif;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .page-desc {
        font-size: 20px;
        letter-spacing: -0.09em;
        line-height: 40px;
        text-align: right;
    }
}

.oval {
    position: absolute;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .oval {
        display: block;
    }
}

.oval.oval-md {
    top: -45px;
    right: -100px;
}

.oval.oval-sm {
    bottom: -40px;
    right: 15%;
}

/* video player */
.video-wrapper {
    position: relative;
}

    .video-wrapper:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 195px;
        height: 185px;
        background: url(../images/dots-01.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        z-index: 0;
    }

@media only screen and (min-width: 992px) {
    .video-wrapper:after {
        top: -50px;
        right: -50px;
        width: 306px;
        height: 289px;
        background-position: top right;
    }
}

.video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(49, 69, 244, 0.1);
}

.play-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    line-height: 84px;
    font-size: 24px;
    border-radius: 50%;
    background: #ffe659;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

    .play-btn:after, .play-btn:before {
        content: "";
        position: absolute;
        border-radius: 100%;
        background-color: transparent;
        border: 2px solid #FFE659;
        animation: ripple 3s infinite;
    }

    .play-btn:after {
        width: 92px;
        height: 92px;
        top: -10px;
        left: -10px;
    }

    .play-btn:before {
        width: 112px;
        height: 112px;
        top: -20px;
        right: -20px;
    }

    .play-btn i {
        margin-left: 3px;
    }

@-webkit-keyframes ripple {
    from {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1);
    }
}
/* pricing table */
.table-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e4e8ef;
    box-shadow: 0 5px 25px rgba(49, 69, 244, 0.1);
    margin-top: 24px;
}

@media only screen and (min-width: 768px) {
    .table-wrapper {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .table-wrapper:after {
        content: "";
        position: absolute;
        bottom: -32px;
        left: -20px;
        width: 100%;
        height: 100%;
        background: url(../images/dots-02.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        z-index: -1;
    }
}

@media only screen and (min-width: 1200px) {
    .table-wrapper:after {
        left: -32px;
    }
}

.table-wrapper__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 0 0 50%;
}

    .table-wrapper__row:first-child {
        border-left: 1px solid #E4E8EF;
    }

@media only screen and (min-width: 768px) {
    .table-wrapper__row:first-child {
        border-bottom: 1px solid #E4E8EF;
        border-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .table-wrapper__row {
        flex: 0 0 100%;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.table-wrapper .table-col {
    position: relative;
    display: block;
    font-family: "IRANYekanRegularFaNum", sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 30px;
    color: #303030;
    text-align: center;
    padding: 0.75rem;
}

@media only screen and (min-width: 768px) {
    .table-wrapper .table-col {
        font-size: 20px;
        letter-spacing: -0.09em;
        line-height: 40px;
        flex: 0 0 25%;
        width: 25%;
        padding: 1rem;
    }
}

.table-wrapper .table-col:not(:last-child):after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #E4E8EF;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .table-wrapper .table-col:not(:last-child):after {
        border-left: 1px solid #E4E8EF;
        border-bottom: 0;
        height: 100%;
        width: auto;
        top: 0;
        bottom: unset;
    }
}

.table-wrapper .table-header {
    font-family: "IRANYekanBoldFaNum", sans-serif;
}

/* carousel card carousel */
.carousel-container {
    margin-top: 10px;
    padding-right: 24px;
}

@media only screen and (min-width: 992px) {
    .carousel-container {
        margin-top: 24px;
        padding-right: 45px;
    }
}

.carousel-container--bg {
    position: relative;
}

    .carousel-container--bg:before {
        content: "";
        background: url(../images/line.svg) no-repeat;
        position: absolute;
        top: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 3px;
        background-size: 100%;
    }

@media only screen and (min-width: 992px) {
    .carousel-container--bg:before {
        top: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .carousel-container--bg:before {
        width: calc(100% + 80px);
    }
}

.carousel-card__img {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    margin-left: auto;
}

@media only screen and (min-width: 992px) {
    .carousel-card__img {
        width: 88px;
        height: 88px;
        margin-bottom: 39px;
    }
}

.carousel-card__title {
    font-family: "YekanBakhHeavy", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #23457f;
    margin-bottom: 4px;
}

@media only screen and (min-width: 576px) {
    .carousel-card__title {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .carousel-card__title {
        font-size: 25px;
        line-height: 35px;
    }
}

.carousel-card__desc {
    font-family: "IRANYekanRegularFaNum", sans-serif;
    font-weight: normal;
    font-size: 11.2px;
    line-height: 22.5px;
    letter-spacing: -0.09em;
    text-align: right;
    color: #303030;
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
    .carousel-card__desc {
        font-size: 13px;
        line-height: 20.5px;
    }
}

@media only screen and (min-width: 992px) {
    .carousel-card__desc {
        font-size: 16px;
        line-height: 35px;
    }
}

/* owl carousel custom styles */
@media only screen and (max-width: 1399px) {
    .owl-carousel .owl-stage {
        padding-right: 0 !important;
    }
}

.owl-carousel .owl-nav [class*=owl-] {
    display: block;
    position: absolute;
    top: 50%;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 rgba(84, 99, 204, 0.2);
    background: #ffffff !important;
    cursor: pointer;
    text-align: center;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
}

@media only screen and (max-width: 991px) {
    .owl-carousel .owl-nav [class*=owl-] {
        width: 24px;
        height: 24px;
    }
}

.owl-carousel .owl-nav button i {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #23457f;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (max-width: 991px) {
    .owl-carousel .owl-nav button i {
        font-size: 11px;
        line-height: 26px;
    }
}

.owl-carousel .owl-nav .owl-next.disabled i, .owl-carousel .owl-nav .owl-prev.disabled i {
    color: #c6c6c6;
}

.owl-carousel .owl-nav .owl-prev {
    right: -4px;
    left: auto;
}

@media only screen and (min-width: 1200px) {
    .owl-carousel .owl-nav .owl-prev {
        right: -30px;
    }
}

@media only screen and (min-width: 1400px) {
    .owl-carousel .owl-nav .owl-prev {
        right: -55px;
    }
}

.owl-carousel .owl-nav .owl-next {
    left: -4px;
    right: auto;
}

@media only screen and (min-width: 1200px) {
    .owl-carousel .owl-nav .owl-next {
        left: -30px;
    }
}

@media only screen and (min-width: 1400px) {
    .owl-carousel .owl-nav .owl-next {
        left: -55px;
    }
}

.owl-carousel .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 12px;
}

/* call to action */
.cta-card {
    position: relative;
    border-radius: 20px;
    background: #eaf1fd;
}

    .cta-card:before {
        content: "";
        position: absolute;
        bottom: -60px;
        right: -40px;
        width: 100%;
        height: 100%;
        background: url(../images/dots-03.svg);
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: -1;
    }

@media only screen and (max-width: 767px) {
    .cta-card:before {
        bottom: -30px;
        right: unset;
        left: 0;
        background-position: bottom left;
    }
}

.cta-card__inner {
    position: relative;
    text-align: center;
    color: #23457F;
    padding: 24px 16px;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .cta-card__inner {
        padding: 40px 60px;
    }
}

@media only screen and (min-width: 992px) {
    .cta-card__inner {
        padding: 80px 100px;
    }
}

.cta-card__title {
    font-family: "YekanBakhHeavy", sans-serif;
    font-size: 40px;
    text-align: center;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
    .cta-card__title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .cta-card__title {
        font-size: 60px;
    }
}

.cta-card__subtitle {
    font-family: "YekanBakhMedium", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .cta-card__subtitle {
        font-size: 20px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .cta-card__subtitle {
        font-size: 26px;
        line-height: 48px;
    }
}

.cta-card .submit-btn {
    margin-top: 32px;
}

@media only screen and (min-width: 768px) {
    .cta-card .submit-btn {
        margin-top: 42px;
    }
}

/* faq */
@media only screen and (min-width: 992px) {
    .page-shape {
        background-image: url("../images/oval-lg.svg");
        position: absolute;
        width: 152px;
        height: 152px;
        left: -75px;
        top: 100px;
    }
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    background-color: transparent;
    padding: 24px 0;
}

@media only screen and (max-width: 767px) {
    .accordion-item {
        padding: 18px 0;
    }
}

.accordion-item .accordion-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

    .accordion-item .accordion-link:after {
        content: "\e909";
        font-family: "zarinpal";
        font-size: 14px;
        color: #2D2D2D;
        -webkit-transition: 0.15s transform ease;
        -moz-transition: 0.15s transform ease;
        -ms-transition: 0.15s transform ease;
        -o-transition: 0.15s transform ease;
        transition: 0.15s transform ease;
    }

@media only screen and (max-width: 767px) {
    .accordion-item .accordion-link:after {
        font-size: 12px;
    }
}

.accordion-item .accordion-link:not(.collapsed):after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion-item .accordion-title {
    margin-bottom: 0;
    font-family: "IRANYekanRegularFaNum", sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: -0.09em;
    line-height: 40px;
    text-align: right;
    color: #303030;
}

@media only screen and (max-width: 767px) {
    .accordion-item .accordion-title {
        font-size: 14px;
        letter-spacing: -0.09em;
        line-height: 30px;
    }
}

.accordion-item .accordion-text {
    font-family: "IRANYekanRegularFaNum", sans-serif;
    font-size: 16px;
    letter-spacing: -0.09em;
    line-height: 40px;
    text-align: right;
    padding-top: 14px;
    color: #424242;
}

@media only screen and (max-width: 767px) {
    .accordion-item .accordion-text {
        font-size: 13px;
        line-height: 30px;
    }
}

/* footer section */
.footer {
    padding: 50px 0 20px 0;
}

    .footer .footer__row {
        background-color: #f1f5fe;
        border-radius: 35px;
        padding: 12px 16px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (min-width: 992px) {
    .footer .footer__row {
        margin: 0 20px;
        padding: 12px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .footer .footer__row {
        text-align: center;
    }
}

.footer .right-col-footer .logo-image {
    margin-left: 30px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .footer .right-col-footer .logo-image {
        max-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .right-col-footer .logo-image {
        margin-left: 16px;
        display: inline-block;
        max-width: 90px;
    }
}

.footer .right-col-footer .info-txt {
    font-family: "YekanBakhMedium", sans-serif;
    font-weight: 900;
    line-height: 34px;
    margin: 0;
    display: none;
}

@media only screen and (min-width: 768px) {
    .footer .right-col-footer .info-txt {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer .right-col-footer .info-txt {
        font-size: 22px;
        display: inline-block;
    }
}

.footer .right-col-footer .info-txt-mobile {
    font-size: 18px;
    font-weight: 500;
    color: #131313;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .footer .right-col-footer .info-txt-mobile {
        display: none;
    }
}

.footer .right-col-footer .info-txt-mobile .phone-number-mobile {
    padding-right: 16px;
}

.footer .right-col-footer .pipe {
    padding: 0 10px;
}

@media only screen and (max-width: 575px) {
    .footer .right-col-footer .pipe {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .footer .right-col-footer .infoFooter2 {
        display: block;
    }
}

.footer .right-col-footer .phone-number {
    color: #21457F;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .footer .footer-social {
        border-radius: 35px;
        background-color: #f1f5fe;
    }
}

.footer .footer-social .social-networks {
    display: inline-block;
}

.footer .footer-social .icon-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    background-color: #234580;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 44px;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 991px) {
    .footer .footer-social .icon-link {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 4px 0 0;
    }
}

.footer .footer-social .icon-link:hover {
    box-shadow: 0 6px 20px rgba(35, 69, 128, 0.3);
}

@media only screen and (max-width: 991px) {
    .footer .footer-social .icon-link img {
        max-width: 16px;
    }
}

/*# sourceMappingURL=style.css.map */
