@charset "UTF-8";
/*
Theme Name: Tower
Theme URI: http://demo.themsah.com/tower-2
Author: Themsah Team
Author URI: https://www.zhaket.com/store/web/themsah
Description: Tower Wordpress theme Design by Themsah Team.
Version: 1.9.0
Text Domain: Themsah
*/
li{
    list-style: none;
}
a{
    text-decoration: none;
}
input{
    font-family: Vazir;
}
html{
    overflow-x: hidden;
}
/* vazir-font */
@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-FD.eot');
  src: url('fonts/vazir/Vazir-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-FD.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Bold-FD.eot');
  src: url('fonts/vazir/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Bold-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Bold-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Bold-FD.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Thin-FD.eot');
  src: url('fonts/vazir/Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Thin-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Thin-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Thin-FD.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Light-FD.eot');
  src: url('fonts/vazir/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Light-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Light-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Light-FD.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Medium-FD.eot');
  src: url('fonts/vazir/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Medium-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Medium-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Medium-FD.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: Vazir;
  src: url('fonts/vazir/Vazir-Black-FD.eot');
  src: url('fonts/vazir/Vazir-Black-FD.eot?#iefix') format('embedded-opentype'),
  url('fonts/vazir/Vazir-Black-FD.woff2') format('woff2'),
  url('fonts/vazir/Vazir-Black-FD.woff') format('woff'),
  url('fonts/vazir/Vazir-Black-FD.ttf') format('truetype');
  font-weight: 900;
}

body{
    direction: rtl !important;
    font-family: Vazir;
    overflow-x: hidden;
    padding-right: 0 !important;
}
.inner-menu-header ul{
    display: flex;
}
.menu-item{
    margin-inline-start: 20px;
}
.last-article{
    margin: 100px 0;
}
.footer,.header{
    background-color: #eee;
    padding: 40px 0;
}
.top-menu-header{
    width: 100%;
    margin-top: 20px;
}
.menu-header{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flex-control-thumbs{
    display: flex;
    list-style: none;
}
.inner-top-header a h1{
    color: #000;
    text-decoration: none;
}
.elementor-button{
    position: relative;
    overflow: hidden;
}
.elementor-button::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-button:hover::before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.icon-box-services svg{
    width: 60px !important;
    height: 60px !important;
    transition: 0.3s;
}
.tagcloud{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.tag-cloud-link{
    background-color: #f5f5f5;
    border-radius: 5px;
    align-items: center;
    padding: 5px 20px;
    margin-inline-end: 10px;
    font-size: 16px !important;
    color: #555;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}
.tag-cloud-link:hover{
    background-color: #FE5A0E !important;
    color: #fff !important;
}
.elementor-widget-slider_single .swiper-button-prev, .swiper-button-next{
    background: transparent !important;
}
.site-breadcrumb{
    text-align: center;
}
.site-breadcrumb nav{
    color: #FE5A0E !important;
}
.site-breadcrumb nav a{
    color: #fff !important;
    font-weight: bold;
    margin: 0 5px !important;
}
.woocommerce img, .woocommerce-page img{
    width: 100%;
    height: 100%;
}
.woocommerce span.onsale{
    padding-inline-end: 9px;
    padding-top: 7px;
}
.pre {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--preloaderbac);
}

.precontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.dash {
    margin: 0 15px;
    width: 35px;
    height: 15px;
    border-radius: 8px;
    background: #052a60;
    box-shadow: 0 0 10px 0#052a60;
}

.uno {
    margin-right: -18px;
    transform-origin: center center;
    animation: spin 3s linear infinite;
}

.dos {
    transform-origin: center center;
    animation: spin2 3s linear infinite;
    animation-delay: .2s;
}

.tres {
    transform-origin: center center;
    animation: spin3 3s linear infinite;
    animation-delay: .3s;
}

.cuatro {
    transform-origin: center center;
    animation: spin4 3s linear infinite;
    animation-delay: .4s;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(360deg);
    }
    30% {
        transform: rotate(370deg);
    }
    35% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(0deg);
    }
    30% {
        transform: rotate(-180deg);
    }
    35% {
        transform: rotate(-190deg);
    }
    40% {
        transform: rotate(-180deg);
    }
    78% {
        transform: rotate(-180deg);
    }
    95% {
        transform: rotate(-360deg);
    }
    98% {
        transform: rotate(-370deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes spin3 {
    0% {
        transform: rotate(0deg);
    }
    27% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(180deg);
    }
    45% {
        transform: rotate(190deg);
    }
    50% {
        transform: rotate(180deg);
    }
    62% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    80% {
        transform: rotate(370deg);
    }
    85% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin4 {
    0% {
        transform: rotate(0deg);
    }
    38% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(-360deg);
    }
    65% {
        transform: rotate(-370deg);
    }
    75% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/*/change this to resize/*/
.c {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 5em;
    width: 5em;
}

.c li {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    animation: anim 1s ease-in-out infinite;
    will-change: transform, filter;
}

.c li:nth-child(1) {
    width: 1em;
    height: 1em;
}

.c li:nth-child(1):after {
    content: '';
    display: block;
    font-size: 25%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    box-shadow: 1em 0 0 rgba(72, 157, 138, 0.2), -1em 0 0 rgba(50, 70, 80, 0.2), 0 1em 0 rgba(211, 75, 76, 0.2), 0 -1em 0 rgba(232, 169, 97, 0.2);
}

.c li:nth-child(2) {
    animation-delay: .1s;
    width: 2em;
    height: 2em;
}

.c li:nth-child(2):after {
    content: '';
    display: block;
    font-size: 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    box-shadow: 1.5em 0 0 rgba(72, 157, 138, 0.4), -1.5em 0 0 rgba(50, 70, 80, 0.4), 0 1.5em 0 rgba(211, 75, 76, 0.4), 0 -1.5em 0 rgba(232, 169, 97, 0.4);
}

.c li:nth-child(3) {
    animation-delay: .15s;
    width: 3em;
    height: 3em;
}

.c li:nth-child(3):after {
    content: '';
    display: block;
    font-size: 75%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    box-shadow: 2em 0 0 rgba(72, 157, 138, 0.6), -2em 0 0 rgba(50, 70, 80, 0.6), 0 2em 0 rgba(211, 75, 76, 0.6), 0 -2em 0 rgba(232, 169, 97, 0.6);
}

.c li:nth-child(4) {
    animation-delay: .2s;
    width: 4em;
    height: 4em;
}

.c li:nth-child(4):after {
    content: '';
    display: block;
    font-size: 100%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    box-shadow: 2.5em 0 0 rgba(72, 157, 138, 0.8), -2.5em 0 0 rgba(50, 70, 80, 0.8), 0 2.5em 0 rgba(211, 75, 76, 0.8), 0 -2.5em 0 rgba(232, 169, 97, 0.8);
}

.c li:nth-child(5) {
    animation-delay: .25s;
    width: 5em;
    height: 5em;
}

.c li:nth-child(5):after {
    content: '';
    display: block;
    font-size: 125%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}

@keyframes anim {
    50% {
        filter: blur(2px);
    }

    90%, 100% {
        transform: rotate(1turn);
        filter: blur(0);
    }
}


/*
preloaders
 */

.load-wrapp {
    float: left;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;


    text-align: center;

}

.load-wrapp > div {
    display: flex;
    align-items: center;
}

.load-wrapp p {
    padding: 0 0 20px;
}

.load-wrapp:last-child {
    margin-right: 0;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #052a60;
}

.ring-1 {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 7px dashed#052a60;
    border-radius: 100%;
}

.ring-2 {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border: 4px solid#052a60;
    border-radius: 100%;
}

.ball-holder {
    position: absolute;
    width: 12px;
    height: 45px;
    left: 17px;
    top: 0px;
}

.ball {
    position: absolute;
    top: -11px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #052a60;
}

.letter-holder {
    padding: 16px;
}

.letter {
    float: left;
    font-size: 14px;
    color: #777;
}

.square {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #052a60;
}

.spinner {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.bubble-1,
.bubble-2 {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #052a60;
}

.bubble-2 {
    top: auto;
    bottom: 0;
}

.bar {
    float: left;
    width: 15px;
    height: 6px;
    border-radius: 2px;
    background-color: #052a60;
}

/* =Animate the stuff
------------------------ */
.load-1 .line:nth-last-child(1) {
    animation: loadingA 1.5s 1s infinite;
}

.load-1 .line:nth-last-child(2) {
    animation: loadingA 1.5s 0.5s infinite;
}

.load-1 .line:nth-last-child(3) {
    animation: loadingA 1.5s 0s infinite;
}

.load-2 .line:nth-last-child(1) {
    animation: loadingB 1.5s 1s infinite;
}

.load-2 .line:nth-last-child(2) {
    animation: loadingB 1.5s 0.5s infinite;
}

.load-2 .line:nth-last-child(3) {
    animation: loadingB 1.5s 0s infinite;
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
    animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
    animation: loadingC 0.6s 0.3s linear infinite;
}

.load-4 .ring-1 {
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-5 .ball-holder {
    animation: loadingE 1.3s linear infinite;
}

.load-6 .letter {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    /*animation-direction: linear;*/
}

.l-1 {
    animation-delay: 0.48s;
}

.l-2 {
    animation-delay: 0.6s;
}

.l-3 {
    animation-delay: 0.72s;
}

.l-4 {
    animation-delay: 0.84s;
}

.l-5 {
    animation-delay: 0.96s;
}

.l-6 {
    animation-delay: 1.08s;
}

.l-7 {
    animation-delay: 1.2s;
}

.l-8 {
    animation-delay: 1.32s;
}

.l-9 {
    animation-delay: 1.44s;
}

.l-10 {
    animation-delay: 1.56s;
}

.load-7 .square {
    animation: loadingG 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-8 .line {
    animation: loadingH 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-9 .spinner {
    animation: loadingI 2s linear infinite;
}

.load-9 .bubble-1,
.load-9 .bubble-2 {
    animation: bounce 2s ease-in-out infinite;
}

.load-9 .bubble-2 {
    animation-delay: -1s;
}

.load-10 .bar {
    animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
/*@keyframes loadingA {*/

/*0*/
/*{*/
/*    height: 15px*/
/*;*/
/*}*/
/*50*/
/*%*/
/*{*/
/*    height: 35px*/
/*;*/
/*}*/
/*100*/
/*%*/
/*{*/
/*    height: 15px*/
/*;*/
/*}*/
/*}*/

/*@keyframes loadingB {*/

/*0*/
/*{*/
/*    width: 15px*/
/*;*/
/*}*/
/*50*/
/*%*/
/*{*/
/*    width: 35px*/
/*;*/
/*}*/
/*100*/
/*%*/
/*{*/
/*    width: 15px*/
/*;*/
/*}*/
/*}*/

/*@keyframes loadingC {*/

/*0*/
/*{*/
/*    transform: translate(0, 0)*/
/*;*/
/*}*/
/*50*/
/*%*/
/*{*/
/*    transform: translate(0, 15px)*/
/*;*/
/*}*/
/*100*/
/*%*/
/*{*/
/*    transform: translate(0, 0)*/
/*;*/
/*}*/
/*}*/

/*@keyframes loadingD {*/

/*0*/
/*{*/
/*    transform: rotate(0deg)*/
/*;*/
/*}*/
/*50*/
/*%*/
/*{*/
/*    transform: rotate(180deg)*/
/*;*/
/*}*/
/*100*/
/*%*/
/*{*/
/*    transform: rotate(360deg)*/
/*;*/
/*}*/
/*}*/

/*@keyframes loadingE{  0*/
/*{*/
/*    transform: rotate(0deg)*/
/*;*/
/*}*/
/*100*/
/*%*/
/*{*/
/*    transform: rotate(360deg)*/
/*;*/
/*}*/
/*}*/

@keyframes loadingF {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loadingG {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(70px, 0) rotate(360deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes loadingH {
    0% {
        width: 15px;
    }
    50% {
        width: 35px;
        padding: 4px;
    }
    100% {
        width: 15px;
    }
}

@keyframes loadingI {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes loadingJ {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(80px, 0);
        background-color: #f5634a;
        width: 25px;
    }
}
@media (max-width:575px){
    .list-container.active{
        position: fixed !important;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .more-button-list{
        width: 100%;
        height: 100%;
        right: 0 !important;
        top: 0 !important;
    }
    .more-button{
        position: fixed !important;
        bottom: 35px;
        right: 30px ;
    }
    .nav-links{
        padding: 0 20px;
    }
    .nav-next a{
        display: flex;
        flex-direction: column !important;
        align-items: end !important;
    }
    .nav-next .post-title{
        text-align: left !important;
        margin-inline-end: 0 !important;
    }
    .nav-previous a{
        display: flex;
        flex-direction: column !important;
        align-items: start !important;
    }
    .nav-previous .post-title{
        text-align: right !important;
        margin-inline-start: 0 !important;
    }
}
.site-search-form button {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-end-end-radius: 20px;
    border-start-end-radius: 20px;
    width: max-content;
}