/* main content holder*/
.main-content-holder{
    background-color: white;

    /* margin-top: 121px; */
}

@media(max-width: 1200px){
    .main-content-holder{
    }
}
@media(max-width: 992px){
    .main-content-holder{
        /*margin-top: 99.6px;*/
    }
}
/*@media(max-width: 768px){
    .main-content-holder{
        padding-bottom: 70px;
    }
}
@media(max-width: 600px){
    .main-content-holder{
        padding-bottom: 40px;
    }
}*/





/* Custom Scrollbar For dropdown*/

html::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;

}
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #525252;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/* Top Menus */
.top-menus{
    position: fixed;
    width: 100%;
    z-index: 10000;
    transition: all 0.5s;

}

.nav-top-1{
    height: 40px;
    direction: rtl;
    transition: all 0.5s;
    background-color: #f3eded;
    /*
    background-image: radial-gradient(circle at 10% 20%, #002147 0%, #7f7c00 145.1%);
    */
    background: linear-gradient(270deg, #002147, #0c2c50, #101f31, #0c2c50 , #295181);
    background-size: 800% 800%;
    -webkit-animation: AnimationName-data-v-3c482572 10s ease infinite;
    animation: AnimationName-data-v-3c482572 10s ease infinite;
}

.nav-top-1 .dropbtn {
    background-color: transparent;
    color: #5b5b5b;
    padding: 0;
    font-size: 15px;
    border: none;
    cursor: pointer;
    outline: none;
    top: 6px;
    position: relative;
}


/* Dropdown user Login*/
.login-reg-top-menu{
    position: relative;
    float: left;
}
.login-reg-top-menu ul{
    padding: 0;
    list-style: none;
    text-align: center;
    margin: auto;
    float: left;
}
.login-reg-top-menu ul li{
    position: relative;
}
.login-reg-top-menu div.dropbtn-user{
    text-decoration: none;
}
.login-reg-top-menu div.dropbtn-user span{
    font-size: 15px;
    font-family: iransans-b;
    color: black;
}
.login-reg-top-menu .user-profile-name span{
    display: inline-block;
}
.dropdown-content-user .user-profile-name{
    display: flex;
    direction: rtl;
}
.login-reg-top-menu .user-profile-name-txt{
    font-size: 13px;
    color: #5b5b5b;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    margin-top: 2px;
}
.login-reg-top-menu .profile-show{
    font-size: 11px;
    color: #0098aa;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-family: iransans-l;
}

.dropbtn-user img{
    width: 20px;
    height: 20px;
    margin-left: 2px;
}
.login-reg-top-menu a.exit-profile{
    color: red;
    font-size: 11px;
}

.user-profile-name img{
    border: 2px solid white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.top-menu-user{
    text-align: center;
}

.dropbtn-user {
    background-color: transparent;
    color: #5b5b5b;
    padding: 0;
    font-size: 15px;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
}

.dropbtn-user:hover, .dropbtn-user:focus {
    background-color: unset;
}

.dropdown-user {
    position: relative;
    display: inline-block;
}

.dropdown-content-user {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 100;
    right: 0;
    top: 50px;
    border-radius: 15px 0 15px 15px;
}

.dropdown-content-user a {
    color: black;
    padding: 12px 13px;
    text-decoration: none;
}
.user-profile-name{
    display: block;
    text-align: right;
    font-size: 13px;
    font-family: iransans-b;
}
.dropdown-content-other{
    display: block;
    width: 100%;
    border-top: 1px solid #f9f9f9;
}
.dropdown-content-other a{
    text-align: right;
    display: block;
    border-top: 1px solid #f9f9f9;
    font-size: 12px;
    line-height: 1.833;
    padding: 10px 20px;
    cursor: pointer;
    color: #424750;
}
.dropdown-content-other a:hover{
    background-color: #f9f9f9;
}
.dropdown-content-other a i{
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}


.show-user {
    display: block !important;
}
/* ====*/


.login-reg-top-menu{
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.some-link-icons-top{
    display: inline-block;
    padding: 0 15px;
}
.dropdown-lang-container{
    display: inline-block;
    position: relative;
    padding: 0 15px;
    margin: auto;
}
@media(max-width: 1200px){
    .app-dl-btn-top-menu{
        padding: 0 5px;
    }
    .login-reg-top-menu{
        padding: 0 5px;
    }
    .some-link-icons-top{
        padding: 0 5px;
    }
    .dropdown-lang-container{
        padding: 0 5px;
    }
}
@media(max-width: 992px){
    .dropdown-content-user{
        left: 0;
        border-radius: 0px 15px 15px 15px;
        top: 37px;
    }
    .login-reg-top-menu div.dropbtn-user{
        direction: rtl;
    }
}

/*.nav-top-1 .app-dl-btn-top-menu a{
    border-radius: 25px;
    font-size: 13px;
    background-color: #F1F1F1;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    font-family: IRANSans-M;
    width: unset;
    letter-spacing: unset;
    margin: unset;
    display: unset;
}

.nav-top-1 .app-dl-btn-top-menu a:hover{
    transition: all .4s ease-in-out;
}
.nav-top-1 .app-dl-btn-top-menu{
    margin: auto;
    text-align: left;
}*/

.top-menu-logo-container{

    display: block;
    text-align: center;
    margin: auto;
    transition: all 0.5s;
    position: relative;
    float: right;
}
.top-menu-logo-container a{
    padding: 5px 15px;
}
img.top-menu-logo-container {
    width: 145px;
    height: 65px;
    transition: all 0.5s;
    padding: 6px 0;
}
.top-menu-logo-xs{
    display: none;
    float: right;
    position: relative;
}
.top-menu-logo-xs a img{
    width: 110px;
}
.nav-top-1 {
    display: block;
    margin: auto;
    padding: 5px 0px;
}
.nav-top-1 .social-top-nav{
    padding: 2px 20px 0 20px;
    margin: auto;
    position: relative;
    float: left;
}
.nav-top-1 .social-top-nav ul{
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}

.nav-top-1 .social-top-nav ul li{
    padding: 0 0px;
    display: inline-block;
}

.nav-top-1 .social-top-nav ul li a {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 5px 5px;
}
.nav-top-1 .contact-top-menu{
    padding: 0 5px;
    margin: auto;
    text-align: center;

}
.nav-top-1 .contact-top-menu a{
    color: #5b5b5b;
    font-size: 13px;
    text-align: center;
    padding: 5px 8px;
    letter-spacing: 1px;
    direction: ltr;
}
.nav-top-1 .social-top-nav ul li a img{
    width: 16px;
    position: relative;
    top: -2px;
}
.nav-top-1 .contact-top-menu ul li a i{
    font-size: 15px;
}
.top-col-1{
    padding: 0;
}
.top-col-2{
    padding: 0;
}
@media(max-width: 992px){
    .nav-top-1{
        display: flex;
        height: 50px;
    }
    .nav-top-1>.container{
        padding: 0;
    }
    .top-menu-md{
        display: block;
        width: 100%;
        position: relative;
        float: right;
        top: 3px;
    }
    .nav-top-1 .nav-top-1-middle img.top-menu-logo-container{
        width: 44px;
        height: 44px;
        transition: all 0.5s;
        padding: 5px;
    }
    .nav-top-1{
        /*display: none;*/
    }
    .app-dl-btn-top-menu{
        display: none !important;
    }
    .nav-top-1 .login-reg-top-menu{
        top: 5px;
    }
    .nav-top-1 .login-reg-top-menu ul{
        text-align: center;
        padding: 0;
    }
    .nav-top-1 .nav-top-1-middle .top-menu-logo-container{
        text-align: left;
    }
    .general-top-search-container{
        float: left;
    }
    .top-menu-logo-xs{
        display: block;
    }
    .top-menu-logo-xs a img{
        width: 90px;
    }
    .top-col-1{
        padding-right: 10px;
    }
}
@media(max-width: 768px){
    .nav-top-1 .login-reg-top-menu{
        float: left;
    }
}
@media(max-width: 576px){
    .nav-top-1 .login-reg-top-menu a.dropbtn-user span{
        display: none;
    }
    .nav-top-1 .some-link-icons-top{
        max-width: 100%;
    }
    .nav-top-1 .some-link-icons-top ul{
        text-align: right;
    }
    .nav-top-1 .top-col-1{
        padding-right: 6px;
        padding-left: 5px;
    }
    .nav-top-1 .top-col-2{
        padding: 5px 5px;
        padding-right: 5px;
        padding-left: 15px;
    }
}






/* Custom Scrollbar For dropdown*/

.dropdown-submenu>.dropdown-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;

}
.dropdown-submenu>.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #525252;
}

.dropdown-submenu>.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}




/* Pulse Effect */
@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(255, 0, 12, 0.1);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 0, 12, 0.1);
    }
}

@keyframes shadow-pulse-big
{
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}
/* Pulse Button */
.pulse-btn-xs {
    float: left;
    margin: 10px;
    width: 8px;
    height: 8px;
    font: 13px/130px 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: rgb(255, 0, 12);
    border-radius: 50%;
    animation: shadow-pulse 1.5s infinite;
    position: relative;
    top: -3.5px;
    right: 0px;
}
.navbar-pulse-btn-div{
    color: gray;
    font-size: 14px;
    margin: 0 5px;
    display: block;
    color: black;
    position: relative;
    top: 0px;
}
@media(max-width:992px){
    .navbar-pulse-btn-div{
        margin-left: auto;
    }
}
.navbar-pulse-btn-div-box{
    display: inline-flex;
    margin-top: 10px;

}
.navbar-pulse-btn-div{
    text-decoration: none;
    color: red;
    font-weight: bold;
}
.navbar-pulse-btn-div:hover,
.navbar-pulse-btn-div:focus,
.navbar-pulse-btn-div:active{
    color: #b71c1c;
    text-decoration: none;
}



/* search button */
.search-box-btn-top-menu{
    float: left;
    position: relative;
    padding: 2px 5px 0 10px;
}
.search-box-btn-top-menu img{
    width: 15px;
}

@media(max-width: 992px) and (min-width: 576px){
    .search-box-btn-top-menu{
        padding-top: 3px;
    }
}
@media(max-width: 576px){
    .search-box-btn-top-menu{
        padding-top: 0px;
    }
}
/* hamburger icon */
.navbar-toggler{
    outline: 0 !important;
    position: relative;
    float: right;
    top: 0px;
    padding: 3px 0px 3px 10px;
    display: none;
}
@media(max-width: 992px){
    .navbar-toggler{
        display: block;
    }
}

#nav-icon2 {
    width: 45px;
    height: 21px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 40%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggler .open{
    height: 27px !important;
}
#nav-icon2 span:nth-child(even) {
    left: 40%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 0;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 20px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 20px;
}



/* Top nav (new) */

.fixed-top{
    position: unset;
    direction: rtl;
    padding-right: 10px !important;
}

/* new dropdown */
.navbar{
    /*background-image: url(../img/bg/navar-bg.jpg);*/
    background-color: white;
    background-repeat: no-repeat;

}
.navbar-nav{
    padding-right: 15px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;

}
.dropdown-menu{
    border: 0;
    margin: 0;
    padding: 5px;
    border-radius: 15px;
    /*
    background-image: radial-gradient(circle, #223f60, #0b2b4f, #002147, #002147);
    */
    background-color: #efefef;
}

.dropdown-submenu {
    position:relative;
    border: 0;
    margin: 0;
}
.dropdown-submenu>a:after {
    content: "\f104";
    float: left;
    border: none;
    font-family: 'FontAwesome';
    font-weight: lighter;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    right:100%;
    margin-top:0px;
}
.navbar-nav .nav-link{
    color: black;
    font-family: iransans-b;
    padding: 0 5px;
    font-size: 15px;
    direction: rtl;
}
.dropdown-toggle:after{
    content: "\f107";
    float: left;
    border: none;
    font-family: 'FontAwesome';
    font-weight: lighter;
}
@media(max-width:992px){
    .dropdown-toggle:after{
        content: "\f104";
        float: left;
        border: none;
        font-family: 'FontAwesome';
        font-weight: lighter;
    }
}

.navbar-collapse{

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fdc800;
}
.dropdown-item{
    font-size: 14px;
    font-family: IRANSans-B;
    color: black;
    padding: 5px 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
    color: #fdc800;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
    color: #fdc800;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
}

@media(min-width: 992px){
    .nav-fill .nav-item{
        padding: 10px 5px;
    }
    .navbar-nav .dropdown-menu-first-lvl{
        top: 40px;
    }
    .navbar-nav .dropdown-menu{
        padding: 10px;
    }
    .dropdown-submenu>.dropdown-menu{
        /*height: 250px;
        overflow-y: auto;*/
    }

}
@media(max-width: 1200px){
    .nav-fill .nav-item{
        padding: 10px 1px;
    }
}
@media(max-width: 992px){
    .navbar{
        padding: 5px 15px !important;
        background-image: unset;
        background-color: #f4f4f4;
        /*height: 50px;*/
    }
    .nav-2-container{
        direction: ltr;
    }
    .navbar-nav .nav-link{

    }
    .navbar-collapse{
        max-height: 350px;
        overflow-y: auto;
    }
    .navbar-nav{
        padding: 0 15px !important;
    }
    .dropdown-menu-left{
        margin-top: 10px;
        background-image: unset;
        background-color: #efefef;
        border: 1px solid black;
    }
    .dropdown-item{
        color: black;
        text-align: center;
    }
    .dropdown-submenu>.dropdown-menu{
        background-color: #efefef;
        background-image: unset;
        border: 1px solid black;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        font-weight: bold;
    }
}
@media(max-width: 992px) and (max-height: 500px){
    .navbar-collapse{
        max-height: 250px;
        overflow-y: auto;
    }
}



/* virtual-btn-nav */
.virtual-btn-nav-top-container{
    float: left;
}
.virtual-btn-nav-top{
    color: white;
    font-size: 20px;
    font-family: IRANSans-BB;
    letter-spacing: -0.5px;
}

.virtual-btn-nav{
    font-size: 14px;
    font-family: IRANSans-BB;
    color: #f2c202;
    padding: 7px 10px;
    border-radius: 25px;
    margin-right: 5px;
    margin-top: 15px;
    width: 100px;
    letter-spacing: 0;
}
.virtual-btn-nav:hover,
.virtual-btn-nav:focus,
.virtual-btn-nav:active{
    text-decoration: none;
    color: orange;
}
@media(max-width: 992px){
    .virtual-btn-nav-top{
        font-size: 15px;
    }
    .virtual-btn-nav{
        margin-top: 0;
        margin-right: 0;
    }
}


/* time top menu */
.time-top-menu{
    font-size: 13px;
    font-family: IRANSans-L;
    position: relative;
    float: right;
    color: white;
}
.time-top-menu img{
    width: 15px;
    height: 30px;
}

/* phone top menu */

.phone-top-menu{
    font-size: 20px;
    font-family: IRANSans-b;
    position: relative;
    float: left;
    color: white;
}
.phone-top-menu img{
    width: 25px;
    height: 30px;
}


.phone-top-menu2{
    font-size: 20px;
    font-family: IRANSans-b;
    position: relative;
    color: black;
}
.phone-top-menu2 img{
    width: 25px;
    height: 30px;
}

@media(max-width: 992px){
    .phone-top-menu{
        float: left;
        direction: rtl;
        padding-left: 15px;
    }
}
@media(max-width: 576px){
    .phone-top-menu{
        float: left;
        direction: rtl;
        padding-left: 0px;
    }
    .phone-top-menu img{
        width: 20px;
        height: 25px;
    }
    .phone-top-menu{
        font-size: 15px;
    }
}
@media(max-width: 500px) and (max-height: 500px){
    .phone-top-menu{
        font-size: 18px;
    }
}
@media(max-width: 330px){
    .phone-top-menu{
        font-size:14px;
    }
}





/* Footer */

.footer{
    background-color: #e3e3e3;
    position: relative;
    direction: rtl;
    padding: 20px 0 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
    /* height: 356px; */
    background-position: top center;
    background-image: url(../img/art/art-footer.png),linear-gradient(237deg,#002147 0%,#002147 100%)!important;
    padding-top: 20vw;
    padding-bottom: 0vw;
}

.go-to-top{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 210px;
    display: block;
    margin: auto;
}
.go-to-top a{
    /* border: 1px solid white; */
    padding: 15px 25px;
    font-size: 20px;
    text-align: center;
    /* display: block; */
    /* margin: auto; */
    border-radius: 50%;
    box-shadow: 0 .15rem 1.75rem 0 rgba(33,37,41,.15)!important;
    width: unset;
    letter-spacing: unset;
    margin: unset;
    display: unset;
}
@media(max-width: 1200px){
    .go-to-top{
        top: 130px;
    }
}
@media(max-width: 992px){
    .go-to-top{
        top: 110px;
    }
    .go-to-top a{
        padding: 7px 15px;
    }
}
@media(max-width: 768px){
    .go-to-top{
        top: 130px;
    }
}
@media(max-width: 576px){
    .go-to-top{
        top: 60px;
    }
}
@media(max-width: 460px){
    .go-to-top{
        top: 30px;
    }
}

.footer-row1{
    padding: 10px 0;
}

.footer-about{
    display: flex;
}
.footer-logo{
    display: inline-block;
}
.footer-logo img{
    width: 150px;
    padding: 0 0 15px 0px;
}
.footer-about-txt{
    display: inline-block;
}
.footer-about-txt h3{
    font-size: 18px;
    font-family: IRANSans-bb;
    color: #c9c9c9;
    /* font-weight: bold; */
    letter-spacing: -0.5px;
}
.footer-about-txt p{
    font-size: 14px;
    line-height: 24px;
    color: #c9c9c9;
    font-family: iransans-l;
    text-align: justify;
}


.footer-links h3{
    font-weight: bold;
    font-size: 18px;
    font-family: IRANSans-bb;
    color: #c9c9c9;
    /* font-weight: bold; */
    letter-spacing: -0.5px;
}
.footer-links ul{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-links ul li{
    line-height: 30px;
}
.footer-links ul li a{
    text-decoration: none;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 24px;
    color: #c9c9c9;
    font-family: IRANSans-l;
}
.footer-info{

}
.footer-info h3{
    font-weight: bold;
    font-size: 18px;
    font-family: IRANSans-bb;
    color: #c9c9c9;
    /* font-weight: bold; */
    letter-spacing: -0.5px;
}
.footer-info ul{
    list-style: none;
    padding-right: 0;
}
.footer-info ul li{
    text-decoration: none;
    letter-spacing: -0.5px;
    font-size: 14px;
    color: #c9c9c9;
    font-family: IRANSans-l;
    line-height: 30px;
}
.footer-info ul .span1{

}
.footer-info ul .span2{
    padding: 0 3px 0 6px;
}
.footer-info ul .span3{

}


.footer-social{
    display: block;
    margin: auto;
    float: left;
    padding: 0 15px;
}
.footer-social ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.footer-social ul li {
    padding: 0 0px;
    display: inline-block;
}
.footer-social ul li a {
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 5px 5px;
}
.footer-social ul li a img{
    width: 18px;
    position: relative;
    top: -2px;
}


.end-footer{
    font-size: 13px;
    text-align: center;
    padding: 7px 0;
    background-color: #01142b;
    color: white;
}
.end-footer-container{
    position: relative;.end-footer
}
.footer-rights{
    float: right;
    direction: rtl;
    padding: 5px 15px 0 15px;
    color: #c9c9c9;
    font-family: iransans-bb;
}
.footer-rights .bold-text{
    color: white;
}
.footer-about-container{

}
@media(max-width: 992px){
    .footer-about-txt p {
        font-size: 13px;
        line-height: 20px;
    }
    .footer-links ul li a{
        font-size: 13px;
        line-height: 20px;
    }
    .footer-info ul li{
        font-size: 13px;
        line-height: 20px;
    }
}
@media(max-width: 768px){
    .footer-about-container{
        margin-bottom: 15px;
    }
    .footer-address{
        margin-bottom: 15px;
    }
    .footer-signs-container{
        margin-bottom: 15px;
        padding: 0;
    }
    .footer-social{

    }
}
@media(max-width: 576px){
    .footer-address-info-container{
        margin-top: 15px;
    }
}
@media(max-width: 400px){
    .footer-links-container{
        padding: 0 5px;
    }
}
@media(max-width: 375px){
    .footer-about{
        display: block;
    }
    .footer-logo img{
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .footer-logo{
        display: unset;
    }
    .footer-about-txt{
        padding: 0;
    }
    .footer-about-container{
        padding: 0;
    }
}


/* Modals */

.modal{
    z-index: 10000;
}
.modal-open{
    padding-right: 0 !important;
}
.modal-open .modal{
    padding-right: 0 !important;
}
/* Search modal */
.modal-top-search .modal-content{
    background-image: url(../img/bg/backtoschool-lowopacity.png);
    background-size: contain;
    border: 0;
    position: relative;
    border-radius: 25px;
    border: 3px solid #102f53;
}
.modal-top-search .top-search-container{
    padding: 20px;
}
.modal-top-search .search-modal-input{
    text-align: right;
    direction: rtl;
    font-size: 14px;
    letter-spacing: -0.5px;
    border: 3px solid #0f2e52;
    border-right: 0;
    height: unset;
    border-radius: 0 45px 45px 0 !important;
    padding: 20px 20px 20px 10px;
    color: #113053;
}
.modal-top-search .search-modal-input:focus,
.modal-top-search .search-modal-input:active{
    box-shadow: none;
}
.modal-top-search .modal-header-top-search{
    padding: 0px;
    border-bottom: 0;
}
.modal-top-search .modal-content .close{
    left: 15px;
    top: 5px;
    position: absolute;
    font-size: 30px;
    opacity: 1;
    z-index: 1000;
}
.modal-top-search .modal-body{
    background-size: contain;
}
/*.modal-top-search .mb-3{
    margin-top: 0 !important;
}*/
.modal-search-top-btn{
    border-radius: 45px 0 0 45px !important;
    width: 100px;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 5px;
}

@media(max-width: 576px){
    .modal-top-search .top-search-container{
        padding: 20px 0px;
    }
    .modal-search-top-btn{
        width: 55px;
        padding: 10px 5px;
    }
}