@font-face {
    font-family: 'iranyekanBold';
    src: url("../fonts/iranyekan-bold.ttf");
    font-weight: bold;
    font-size: 24px;
}
@font-face {
    font-family: 'iranyekanMedium';
    src: url("../fonts/iranyekan-medium.ttf");
}
@font-face {
    font-family: 'iranyekanThin';
    src: url("../fonts/iranyekan-thin.ttf");
}
.iranyekanBold{
    font-family: 'iranyekanBold';
}
.iranyekanMedium{
    font-family: 'iranyekanMedium';
}
.iranyekanThin{
    font-family: 'iranyekanThin';
}

* {
    font-family: 'iranyekanBold';
}
body{
    font-family: 'iranyekanBold';
}
.fontSize{
    font-size: 20px;
}
.bottomContactsText {
    font-weight: 200;
    background-image: url(../images/helpbuoy.svg);
    background-size: 3em;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 3em;
    padding-left: 4em;
}
.nav-itemLink{
    width: 100%;
}
.nav-itemLink:hover{
    background-color: #29638e;
}
.text2b4b6d{
    color: #2b4b6d;
}
a .textColorHover:hover{
    background-color: #29638e;
}
.swiper {
    width: 100vm;
    height: 618px;
}
.text-justify{
    text-align: justify;
}
.backgroundColor {
    background-color: #2b4b6d;
    color: white;
}
nav.liginNavBtn > a {
    color: #6A6A6A;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .6rem;
    font-size: .85rem;
    text-align: center;
    width: 8rem;
    height: 100%;
    padding: .75rem .5rem;
    font-weight: 600;
    border: 1px solid #DDD;
    border-radius: .5rem;
    -webkit-box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .1);
    box-shadow: .125rem .25rem .5rem rgba(0, 0, 0, .1);
    flex-wrap: wrap;
    align-content: center;
}
@media (max-width: 576px) {
    .navbar-sticky-on{
        position: fixed;
        z-index: 1020;
        top: 0;
        left: 0;
        right: 0;
    }
    .swiper {
        height: auto;
    }
    li .nav-itemLink{
        border-top: 1px solid red;
    }
}
@media (max-width: 768px) {
    .navbar-sticky-on{
        position: fixed;
        z-index: 1020;
        top: 0;
        left: 0;
        right: 0;
    }
    .swiper {
        height:auto;
    }
    li .nav-itemLink{
        border-top: 1px solid red;
    }
}
@media (max-width: 992px) {
    .navbar-sticky-on{
        position: fixed;
        z-index: 1020;
        top: 0;
        left: 0;
        right: 0;
    }
    .swiper {
        height:auto;
    }
    li .nav-itemLink{
        border-top: 1px solid red;
    }
}
@media (max-width: 1200px) {
    .navbar-sticky-on{
        position: fixed;
        z-index: 1020;
        top: 0;
        left: 0;
        right: 0;
    }
    .swiper {
        height:auto;
    }
    li .nav-itemLink{
        border-top: 1px solid red;
    }
}
@media (max-width: 1400px) {
    .navbar-sticky-on{
        position: fixed;
        z-index: 1020;
        top: 0;
        left: 0;
        right: 0;
    }
    .swiper {
        height:auto;
    }
    li .nav-itemLink{
        border-top: 1px solid red;
    }
}