/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 
            ================
                  font
            =================

*/
@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir-Medium.ttf)format(truetype);
}

@font-face {
    font-family: vazirb;
    src: url(../fonts/Vazir-Bold.ttf)format(truetype);
}

@font-face {
    font-family: IranianSans;
    src: url(../fonts/IranianSans.ttf)format(truetype);
}

@font-face {
    font-family: IranNsataliq;
    src: url(../fonts/IranNastaliq.ttf)format(truetype);
}

/* 
            ================
                  grid
            =================

*/
.container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.row>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.col {
    max-width: 100%;
    flex-grow: 1;
}

.col-1 {
    width: 8.33333%;
    flex: 0 0 auto;
}

.col-2 {
    width: 16.66666%;
    flex: 0 0 auto;
}

.col-3 {
    width: 25%;
    flex: 0 0 auto;
}

.col-4 {
    width: 33.33333%;
    flex: 0 0 auto;
}

.col-5 {
    width: 41.66666%;
    flex: 0 0 auto;
}

.col-6 {
    width: 50%;
    flex: 0 0 auto;
}

.col-7 {
    width: 58.33333%;
    flex: 0 0 auto;
}

.col-8 {
    width: 66.66666%;
    flex: 0 0 auto;
}

.col-9 {
    width: 75%;
    flex: 0 0 auto;
}

.col-10 {
    width: 83.33333%;
    flex: 0 0 auto;
}

.col-11 {
    width: 91.66666%;
    flex: 0 0 auto;
}

.col-12 {
    width: 100%;
    flex: 0 0 auto;
}


@media (min-width:576px) {
    .container {
        width: 540px;
    }

    .col-sm-1 {
        width: 8.33333%;
        flex: 0 0 auto;
    }

    .col-sm-2 {
        width: 16.66666%;
        flex: 0 0 auto;
    }

    .col-sm-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .col-sm-4 {
        width: 33.33333%;
        flex: 0 0 auto;
    }

    .col-sm-5 {
        width: 41.66666%;
        flex: 0 0 auto;
    }

    .col-sm-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .col-sm-7 {
        width: 58.33333%;
        flex: 0 0 auto;
    }

    .col-sm-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .col-sm-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .col-sm-10 {
        width: 83.33333%;
        flex: 0 0 auto;
    }

    .col-sm-11 {
        width: 91.66666%;
        flex: 0 0 auto;
    }

    .col-sm-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}

@media (min-width:768px) {

    .container {
        width: 720px;
    }

    .col-md-1 {
        width: 8.33333%;
        flex: 0 0 auto;
    }

    .col-md-2 {
        width: 16.66666%;
        flex: 0 0 auto;
    }

    .col-md-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .col-md-4 {
        width: 33.33333%;
        flex: 0 0 auto;
    }

    .col-md-5 {
        width: 41.66666%;
        flex: 0 0 auto;
    }

    .col-md-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .col-md-7 {
        width: 58.33333%;
        flex: 0 0 auto;
    }

    .col-md-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .col-md-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .col-md-10 {
        width: 83.33333%;
        flex: 0 0 auto;
    }

    .col-md-11 {
        width: 91.66666%;
        flex: 0 0 auto;
    }

    .col-md-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
    }

    .col-lg-1 {
        width: 8.33333%;
        flex: 0 0 auto;
    }

    .col-lg-2 {
        width: 16.66666%;
        flex: 0 0 auto;
    }

    .col-lg-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .col-lg-4 {
        width: 33.33333%;
        flex: 0 0 auto;
    }

    .col-lg-5 {
        width: 41.66666%;
        flex: 0 0 auto;
    }

    .col-lg-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .col-lg-7 {
        width: 58.33333%;
        flex: 0 0 auto;
    }

    .col-lg-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .col-lg-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .col-lg-10 {
        width: 83.33333%;
        flex: 0 0 auto;
    }

    .col-lg-11 {
        width: 91.66666%;
        flex: 0 0 auto;
    }

    .col-lg-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px;
    }

    .col-xl-1 {
        width: 8.33333%;
        flex: 0 0 auto;
    }

    .col-xl-2 {
        width: 16.66666%;
        flex: 0 0 auto;
    }

    .col-xl-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .col-xl-4 {
        width: 33.33333%;
        flex: 0 0 auto;
    }

    .col-xl-5 {
        width: 41.66666%;
        flex: 0 0 auto;
    }

    .col-xl-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .col-xl-7 {
        width: 58.33333%;
        flex: 0 0 auto;
    }

    .col-xl-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .col-xl-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .col-xl-10 {
        width: 83.33333%;
        flex: 0 0 auto;
    }

    .col-xl-11 {
        width: 91.66666%;
        flex: 0 0 auto;
    }

    .col-xl-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}

@media (min-width:1400px) {
    .container {
        width: 1370px;
    }

    .col-xxl-1 {
        width: 8.33333%;
        flex: 0 0 auto;
    }

    .col-xxl-2 {
        width: 16.66666%;
        flex: 0 0 auto;
    }

    .col-xxl-3 {
        width: 25%;
        flex: 0 0 auto;
    }

    .col-xxl-4 {
        width: 33.33333%;
        flex: 0 0 auto;
    }

    .col-xxl-5 {
        width: 41.66666%;
        flex: 0 0 auto;
    }

    .col-xxl-6 {
        width: 50%;
        flex: 0 0 auto;
    }

    .col-xxl-7 {
        width: 58.33333%;
        flex: 0 0 auto;
    }

    .col-xxl-8 {
        width: 66.66666%;
        flex: 0 0 auto;
    }

    .col-xxl-9 {
        width: 75%;
        flex: 0 0 auto;
    }

    .col-xxl-10 {
        width: 83.33333%;
        flex: 0 0 auto;
    }

    .col-xxl-11 {
        width: 91.66666%;
        flex: 0 0 auto;
    }

    .col-xxl-12 {
        width: 100%;
        flex: 0 0 auto;
    }
}


/*   App.css  */
:root {
    --sabz: #367a41;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

body {
    font-size: 1.6rem;
    font-family: IranianSans;
    line-height: 1.6;
    background: #f5f6f7;
    color: #333333;
}

/*
        --------------------- Reset Css ------

*/
a {
    text-decoration: none;
}

/*

        --------------------- Helper Class ----

*/
.f-direction {
    flex-direction: column-reverse;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.skew-reset {
    transform: skewY(5deg);
}

/*
        ------ app Style-------

*/
.header {

    background: linear-gradient(#d2d8d371, #dbe0da44), url(../img/4.jpg) no-repeat center center;
    height: 50rem;
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
    background-position: center;
    background-size: cover;

}

.header__top {
    background: linear-gradient(to left, #367a41, #badbb3);
    border-top: 3px solid #f0a82f;
}

.container {}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;

}

.app-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
}

.app-logo__img {
    background: #fff;
    padding: 0.7rem;
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.nav-warrper {
    display: flex;
    align-items: center;
}

.menu {
    display: none;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.menu__item {
    padding-left: 3rem;

}


.menu__link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 2px 0 4px #222222;
    position: relative;
    padding-bottom: 2.7rem;
    transition: all 200ms ease-in-out;

}

.menu__link::after {
    content: '';
    position: absolute;
    width: 0rem;
    height: 0.3rem;
    background: #f0a82f;
    bottom: 0rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 250MS ease-in-out;
    border-radius: 2rem;
}

.menu__link:hover:after {
    transform: scale(1.3);
    width: 5rem;


}

.menu__link:hover {
    text-shadow: 2px 0px 2px #f0a82f
}

.menu__link--active:after {
    transform: scale(1.3);
    width: 5rem;
}

.menu__link--active {
    text-shadow: 2px 0px 2px #f0a82f;
    transform: scale(1.3);
    width: 5rem;

}

.menu__btn-links {
    display: none;
    padding-left: 1rem;

}

.menu__btn-link {
    display: block;
    width: 11rem;
    background: #fff;
    padding: 0.5rem 0;
    border-radius: 2rem;
    color: var(--sabz);
    font-family: vazir;
    font-size: 1.4rem;
    border: 1px solid var(--sabz);
    text-align: center;
    transition: all 250ms ease-in-out;
}


.menu__btn-link:hover {
    color: #f0a82f;
    border: 1px solid #f0a82f;

}

.nav-menu {
    position: fixed;
    right: -22rem;
    top: 0;
    width: 22rem;
    height: 50rem;
    background: #333333;
    padding-right: 0.5rem;
    padding-top: 7.3rem;
    transition: ease-in-out 150ms;
    z-index: 1;
}

.nav-menu--open {
    right: 0;
}

.nav-menu-logo {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #686868;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-right: -0.5rem;
}

.nav-menu-logo__a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 0;
}

.nav-menu-logo__img {
    background-color: #ffffff;
    padding: 0.3rem;
    border-radius: 1.5rem;
    width: 3rem;
    height: 3rem;

}



.app-logo__caption {}

.mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.mobile-menu__item {
    padding: 0.8rem;

}

.mobile-menu__link {
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    transition: ease-in-out 200ms;
}

.mobile-menu__link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0.3rem;
    background: var(--sabz);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

.mobile-menu__link:hover::before {
    width: 2rem;
}

.mobile-menu__link:hover {
    padding-right: 2.4rem;

    font-weight: 600;
    text-shadow: #208f0f 0px 0px 3px;
}

.mobile__btn-links {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-family: vazir;
    padding-top: 1.5rem;
}

.mobile__btn-link {
    display: block;
    text-align: center;
    width: 14rem;
    margin-bottom: 1rem;
    color: #fff;
    padding: 0.2rem 0.5rem;
    transition: color 200ms;
    border: 1px solid #d2d8d3;
    transition: all 0.2s ease-in;
}

.mobile__btn-link:hover {
    background-color: #fff;
    color: #333333;
}

.nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    background: #fff;
    border-radius: 2rem;
    cursor: pointer;
    z-index: 1;
}

.nav__btn-line {
    position: relative;
    width: 3.3rem;
    height: 0.3rem;
    background-color: #f0a82f;
    border-radius: 1rem;
    transition: all 150ms ease-in-out;
}

.nav__btn-line::before,
.nav__btn-line::after {
    content: '';
    position: absolute;
    width: 3.3rem;
    height: 0.3rem;
    background-color: #f0a82f;
    border-radius: 1rem;
    transition: all 150ms ease-in-out;
}

.nav__btn-line::before {
    top: 0.8rem
}

.nav__btn-line::after {
    bottom: 0.8rem
}

.nav__btn--open .nav__btn-line {
    background: transparent;
}

.nav__btn--open .nav__btn-line::after {

    transform: translatey(0.8rem)rotate(-45deg);
}

.nav__btn--open .nav__btn-line::before {

    transform: translatey(-0.8rem)rotate(45deg);
}

.header-desc {
    font-family: vazir;
    color: #c9c9c9;
    direction: rtl;
    text-align: right;
}

.header-desc__title {

    font-family: IranNsataliq;
    font-size: 6rem;
    margin: 5rem 0 12rem 0;
    color: #f7f7f7;
    text-shadow: 2px 2px 2px #f0a82f;

}

.header-desc__caption {

    margin-top: 5rem;
    font-size: 1.8rem;
    font-weight: 600;
    display: block;

    color: #faf6f6;
    text-shadow: 1px 2px 4px #5a4219;
    margin-left: auto;

}

.main {}

.services {
    font-family: vazir;
    text-align: center;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -6rem;
}

.sevice {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25rem;
    height: 18rem;
    background-color: #fffffff1;
    padding: 1rem;
    border-radius: 2rem;
    flex-grow: 1;
    margin: 0 1rem 2rem 1rem;

}

.service__icon {
    width: 5rem;
    height: 5rem;
}

.service__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0.8rem 0 0.5rem 0;
    transition: all 200ms ease-in;
    color: #208f0f;
}

.service__caption {
    font-size: 1.4rem;
}
/* 

---------------Section ---------- slid-show -------------

*/


.slid-show{

    padding: 2rem 0;
    box-shadow: 0 0 4rem #faebd1;
}
.swiper{
 max-width: 80rem;
}
.swiper-wrapper{

}
.swiper-slide{
   
    transition-duration: 400ms !important;
}

.swiper-pagination{

}

.slid-show__img{
   width: 100%;
}

.swiper-button-prev{
 
}
.swiper-button-next{

}
/* 

---------------Section ---------- history -------------

*/

.history {

    margin: 5rem 0;
    font-family: vazirb;
    box-shadow: 0 0 4rem #faebd1;
    padding: 2rem 0;
    position: relative;

}

.history-tab__btn {
    position: absolute;
    bottom: 100%;
    color: #333333;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 2rem;
    right: 0;
    top: -5rem;

}

.history-tab__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 10rem;
    height: 3rem;
    display: block;
    background-color: #f5f6f7;
   border-top: 1px solid #eeeded;
   border-right: 1px solid #eeeded;
   border-left: 1px solid #eeeded;
    margin-left: 1rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    cursor: pointer;
}
.history-tab__item--active{
    background-color: #dededf;
   
}
.history-tab{
  
    height: 0;
    opacity: 0;
    overflow: hidden;
   
}
.history-tab--active{
    height: auto;
    opacity: 1;
    overflow: visible;
    min-height: 34rem;
}

.structure{
   direction: rtl;
   display: flex;
   justify-content: space-between;
   min-height: 36rem;
  

}
.structure-content{
    flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1rem;
    
}
.structure__title{
    color: #333333;
    font-family: vazirb;
    font-size: 1.7rem;
}
.structure-list{
   
}
.structure-list__item{
    color: #333333;
    font-family: vazirb;
    padding: 0.8rem 1rem 0 0 ;
}
.structure-list__text{
    font-family: vazir;
    font-size: 1.5rem;
    color: #535353;
}   

.board-members{
    flex-basis: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5rem;
}


.history__caption {
    direction: rtl;
    padding: 2rem;
}

.history__caption-text {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #686868;
}

.history__caption-title {
    color: #333333;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
}

.history-target__title {
    color: #208f0f;
    padding: 1rem 0 0.5rem 0;
}

.history-target {
    list-style: disc;
   
}

.history-target__item {

    font-size: 1.5rem;
    color: #686868;
    margin-right: 2.5rem;
}

.history__pic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history__pic-img1 {
    height: 80%;
    width: 80%;
    border-radius: 2rem;
}

.history__pic-content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 30%;
}

.history__pic-img2 {
    width: 100%;
    border-radius: 2rem;
}

/* 

---------------Section ---------- service-electronic -------------

*/

.service-electronic {
    margin-top: 10rem;
    text-align: center;
    font-family: vazirb;
    box-shadow: 0 0 1rem #f5e5ca;
    border-radius: 2rem;
    padding-top: 2rem;
    margin-bottom: 5rem;
}

.section-head {
    text-align: center;
    position: relative;
}

.section-head__caption {
    color: #333333;
    padding: 0.5rem 0 1rem 0;
    letter-spacing: 0.4rem;
    font-size: 1.4rem;
}

.section-head__title {
    font-size: 2rem;
    color: #208f0f;
}

.section-head__line {
    content: '';
    position: absolute;
    width: 15rem;
    height: 0.2rem;
    bottom: 0;
    right: 0;
    left: 0;
    background: #208f0f;
    border-radius: 2rem;
    margin: auto;
}

.section-head__line::before {
    content: '';
    position: absolute;
    width: 4rem;
    height: 0.6rem;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: #208f0f;
    border-radius: 2rem;
    margin: auto;
}


/* 
                ====================
                    internet-bank
                ====================
*/


.internet-bank {
    direction: rtl;
    text-align: right;
    padding: 2rem;
}

.internet-bank__title {
    color: #333333;
    font-family: vazirb;
    font-size: 1.8rem;
}

.internet-bank__text {
    color: #686868;
    padding: 1rem 1rem 1rem 0;
    font-size: 1.4rem;
}

.internet-bank__srvice {
    margin-right: 1rem;
}

.internet-bank__srvice__item {}

.internet-bank__srvice__link {
    color: #208f0f;
}

.internet-bank__pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.internet-bank__img {
    max-width: 30rem;
}

/* 
                ====================
                     fast-deposit
                ====================
*/

.fast-deposit__content {
    direction: rtl;
    text-align: right;
    padding: 2rem;
}


.fast-deposit__title {
    padding: 1rem 0;
    color: #333333;
    font-size: 2rem;
    font-family: vazirb;
}

.fast-deposit__desc-title {
    display: inline-block;
    color: #333333;
    font-size: 1.8rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #f0a82f;
    margin-bottom: 1rem;
}

.fast-deposit__desc-title2,
.fast-deposit__desc-title3 {
    margin-bottom: 0.5rem;
    color: #208f0f;
}

.fast-deposit__desc-text {
    list-style: disc;
    margin-bottom: 2rem;
}

.fast-deposit__desc-item {
    font-size: 1.4rem;
    color: #686868;
    margin: 0 2rem 0.5rem 0;
}

.fast-deposit__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2rem;
}

.fast-deposit__img {
    max-width: 30rem;
}


/* 

---------------Section ---------- other services -------------

*/

.other-services {
    direction: rtl;
    box-shadow: 0 0 1rem #f5e5ca;
    padding: 4rem 0;
    /* transform: skewY(-5deg); */
    font-family: vazirb;

}

.services-list {
    box-shadow: 0 0 1rem #f5e5ca;
    min-height: 36rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 2rem;
}

.services-list::before {

    position: absolute;
    content: '';
    background-color: #f0a82f;
    width: 4rem;
    height: 100%;
    right: 0;
    z-index: -1;

}

.services-list__item {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0.8rem 1.5rem 0.8rem;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.services-list__item::before {
    position: absolute;
    content: '';
    width: 4.5rem;
    max-width: 25rem;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 4rem;
    background: #f0a82f;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.services-list__item:last-child {
    margin-bottom: 0;
}

.services-list__item--active::before {
    width: 100%;
}

.services-list__item--active .servcies-list__caption {
    color: #fff;
}

.services-list__icon {
    width: 2.2rem;
    height: 2.2rem;
    fill: #fff;
}

.servcies-list__caption {
    transition: all 0.3s ease-in;
    margin-right: 5rem;
}

.menu-wrapper {
    margin-top: 2rem;
    border-right: 2px solid #f0a82f;
    padding-top: 0.5rem;
    min-height: 36rem;
}

.menu-content {
    padding-right: 2rem;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in;
}

.menu-content--active {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.menu-content__item {
    margin: 1rem 0;
}

.menu-content__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 0.5rem;
}

.menu-content__title::before {
    position: absolute;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    right: -3rem;
    margin: auto;
    background-color: #f0a82f;
    border-radius: 2rem;

}

.menu-content__desc {
    font-size: 1.4rem;
    color: #525252;

}


/* 

---------------Section ---------- newsletters -------------

*/


.newsletters {
    background-color: #0047001c;
    color: #333333;
    padding: 4rem 0 2rem 0;
    border-radius: 2rem;
    font-family: vazir;
    margin: 10rem 0;
}

.up-page {
    position: absolute;
    background: #ffffffde;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    top: -7rem;
    right: 0;
    margin-left: auto;
    transition: all 200ms ease-in;
}

.up-page:hover .up-page__icon {
    transition: all 400ms ease-in;
    fill: #208f0f;
}

.newsletters__title {
    text-align: center;
}

.newsletters__email {
    text-align: center;
}

.newsletters_email-title {
    margin-bottom: 1rem;
}

.newsletters__email-content {
    max-width: 35rem;
    height: 6rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 2rem;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.newsletter__form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletters__email-icon {
    margin-left: 1rem;
    flex-shrink: 0;
    height: 99%;
}

.newsletter__email-input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    background-color: #ffffff;
    padding: 0 1rem;
}

.newslatter__email-btn {
    position: relative;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    flex-shrink: 0;
    cursor: pointer;
}

.newsletter__email-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0a82f;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
    outline: none;
    border-radius: 2rem;
    transition: all 250ms ease-in;
    cursor: pointer;
}

.newslatter__email-btn:hover .newsletter__email-submit {
    background: #208f0f;
}

.newsletters__email-send {
    position: absolute;

}

.social-network {
    margin: 2rem 0;
}

.social-network__title {
    margin-bottom: 1rem;
    text-align: center;
}

.social-network__icon {
    display: flex;
    align-items: center;
    justify-content: center;

}

.social-network__item {
    width: 5rem;
    height: 5rem;
    margin-left: 1rem;

}

.social-network__item:first-child {}

.newsletters__singup,
.newsletters__vam {
    direction: rtl;
}

.newsletters__vam-list,
.newsletters__singup-list {
    font-family: vazir;
    list-style: disc;
}

.newsletters__singup-title,
.newsletters__vam-title {
    padding-bottom: 0.5rem;
    text-align: right;
}

.newsletters__vam-item,
.newsletters__singup-item {
    margin-right: 2rem;
    font-size: 1.4rem;
}

.footer-head {

    border-TOP-left-radius: 8rem;
    border-top-right-radius: 8rem;
    height: 5rem;
    width: 100;
    background: #f0a82f;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: vazir;
}

.footer {

    height: 25rem;
    width: 100%;
    background-color: #0047001c;
    padding: 2rem 5rem;
    position: relative;
    color: #333333;
    text-align: right;
}



.contact-us {
    font-family: vazir;
}

.contact-us__title {
    text-align: right;
    color: #fff;
    margin-right: 5rem;

}

.contact-tel,
.contact-fax,
.contact-internet,
.contact-place {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contact-tel,
.contact-fax,
.contact-internet {
    margin-bottom: 1rem;
}

.contact-internet__addres {
    color: #333333;
}

.contact-tel__icon,
.contact-fax__icon,
.contact-internet__icon,
.contact-place__icon {
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    fill: #f0a82f;
}






/* 
        ====================
            responive
        ====================

*/


@media (max-width:1200px) {
    .newsletters__singup-title {
        line-height: 4;
    }

}

@media (max-width:1200px) {

    .newsletters__singup-title {
        line-height: 1.7;
    }

    .servcies-list__caption {
        margin-right: 3rem;
    }

    .services-list {
        margin-left: 0;
    }
}

@media (max-width:992px) {
    .board-members{
        margin-right:1rem;
       
    }
    .services-list::before,
    .services-list__item::before,
    .services-list__icon {
        display: none;
    }

    .services-list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        min-height: auto;
        box-shadow: none;
        gap: 1rem;
    }

    .services-list__item {
        background-color: #f0a82f;
        font-size: 1.4rem;
        margin: 0;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;


    }

    .services-list__item:last-child {}

    .servcies-list__caption {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width:768px) {
    .structure{
        flex-direction: column;
    }
    .board-members{
        margin-right: 0;
        margin-top: 3rem;
    }
    .newsletters .row {

        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .newsletters__singup {
        padding: 3rem 0;
    }
}

@media (max-width:576px) {
  

    .up-page {
        right: 2rem;
    }

    .header {

        background-position: left;
    }

    .contact-us {
        font-size: 1.4rem;
    }

    .fast-deposit__img,
    .internet-bank__img {

        max-width: 20rem;

    }
}

@media (max-width:450px) {

    .header-desc__title {
        text-align: center;
        font-size: 4rem;
    }

    .header-desc__caption {
        text-align: center;
        font-size: 1.4rem;
    }
}

@media (min-width:768px) {
    .nav__btn {
        display: none;
    }

    .menu {
        display: flex;
    }

    .history__pic {
        display: none;
    }

    .history {
        justify-content: space-between;
    }


}

@media (min-width:992px) {

    .menu__btn-links {
        display: block;
    }

    .history__pic {
        display: flex;
        max-width: auto;

    }

}