/*
Theme Name: قالب ایرسا
Theme URI: https://www.wp-yar.ir/
Author: تیم قدرتمند وردپرس یار
Author URI: https://www.wp-yar.ir/
Description: قالب شرکتی
Version: 1.0
Tags: قالب شرکتی , قالب نیلگون
Text Domain: irsa

*/

@font-face {
    font-family: IRANSans-m;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/IRANSansWeb(FaNum)_Medium.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans-l;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}


.mobile__menu {
    display: none !important;
}

body {
    direction: rtl;
    height: 100vh;
    font-family: IRANSans-l;
    font-size: 14px;
}

li {
    list-style: none
}

ul {
    margin-bottom: 0
}

a {
    cursor: pointer
}

a:hover {
    text-decoration: none;
}

.font-m {
    font-family: IRANSans-m;
}

.font-l {
    font-family: IRANSans-l;
}


.main_bg {
    background: #0142A6;
}

.main_text {
    color: #1870C9 !important;
}

.jbc {
    justify-content: space-between
}

.text-gray {
    color: #ccc;
}

.svg-inline--fa {
    vertical-align: middle
}

p {
    color: #676767;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    font-size: 10.3pt;
}

a {
    text-decoration: none !important;
    color: #666 !important;
    outline: none !important;
    font-size: 14px;
    font-family: IRANSans-l;
}

.fa {
    vertical-align: middle;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 6s !important;
    animation-duration: 6s !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #2470c9;
    color: #fff !important;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-self: center;
}

#back-to-top:hover {
    background: #2470c9;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top .svg-inline--fa {
    font-size: 30px;
}

/*
#----------------  header Top Code
 */
.top_head {
    padding: 10px 0;
    font-size: 13px;
    background: #1870c9;
}

.top_head .svg.svg-inline--fa.fa-phone-square {
    transform: scaleX(-1)
}

.irsa_head_one_right .svg-inline--fa {
    margin-left: 5px;
}

.irsa_head_one_right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}


.reg__login .button20 {
    padding: 15px 18px !important;
}

.reg__login .button20 .svg-inline--fa {
    margin-right: 4px
}

.left_list_icons_top {
    display: flex;
    flex-flow: row-reverse;
}

.left_list_icons_top li a {
    padding: 0 7px;
    font-size: 14px;
}

.left_list_icons_top li a .svg-inline--fa {
    vertical-align: middle
}

.author__header__irsa {
    color: #fff;
    margin-right: 30px;
    padding: 0 10px;
    font-size: 16px;
}

img.alignright {
    text-align: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.alignright {
    text-align: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*
#----------- Start Main Menu
 */
.menu__main {
    display: flex;
    align-items: center;

}

.main_head {
    padding: 20px 0;
    transition: all 0.5s ease-in-out;
}

.sticky-top {
    padding: 10px 0 !important;
    transition: all 0.5s ease-in-out;
    background: #1b77de !important;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
    z-index: 999;
}

.logo_head {
    padding: 0 10px 0 0
}

.main__menu__nav > li > a {
    position: relative;
    color: #f8f8f8 !important;
    padding-left: .7rem !important;
    padding-right: .7rem !important;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.dropdown-toggle {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before,
.dropdown-toggle:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before,
.dropdown-toggle:hover:before, .dropdown-toggle:focus:before, .dropdown-toggle:active:before {
    left: 0;
    right: 0;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.list__items {
    margin-bottom: 15px;
}

.my-dropdown, .dropdown-menu {
    right: 5px;
    width: fit-content;
}


.dropdown-menu {
    text-align: right !important;
    right: 0 !important;
}

.my-dropdown li a {
    display: block;
    padding: .8rem 1rem;
    font-size: .9rem;
    border-bottom: 1px solid #fafafa;
    transition: all .3s ease;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.dropdown-toggle::after {
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid !important;
    border-color: #fffafa !important;
    border-width: 0px 0.1em 0.1em 0px !important;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    margin: 0px 2px 0 0 !important;
}

.list__items a {
    font-size: 14px;
}

.head_items:hover {
    background: none;
    color: #1870C9 !important;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.menu__main .fa-search {
    color: #fff;
    font-size: 15pt;
    background: none;
    border: 0px solid;
    outline: 0;
    align-items: center;
    display: flex;
}

form_search__top {
    width: 100%;
    display: flex;
    justify-content: center;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999999;
}

#search input[type="search"] {
    position: relative;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0);
    font-size: 16pt;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin-top: 0;
    outline: none;
    border-bottom: solid 1px #fff;
    margin-left: 15px;
    max-width: 500px;
    min-width: 250px;
    width: 500px;
}

#search .btn {
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    border-radius: 50%;
}

.button20 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background: linear-gradient(90deg, #229707, #52a401);
    padding: 10px 35px;
    border-radius: 40px;
    margin-right: 15px;
    border: none;
    overflow: hidden;
}

.button20 a {
    z-index: 49;
    position: relative;
}

.button20 a:hover {
    text-decoration: underline !important;

}

.button20:hover {
    color: #fff
}

.button20::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(13%, -190%) rotate(30deg);
    transform: translate(13%, -190%) rotate(30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button20::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(34, 151, 7, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button20::before {
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.button20:hover::before, .button20:hover::after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.login_link_top {
    margin-top: -2px;
}

.edash {
    padding: 0 3px
}

.button20 .svg-inline--fa {
    vertical-align: middle
}

/*
#---------- bottom Section in Header
 */
.bottom {
    display: flex;
}

.right_slid {
    align-self: center
}

.right_slid h2 {
    color: #fff;
    font-size: 28px;
}

.right_slid h3 {
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
}

.search__war {
    display: flex !important;
    align-items: center;
}

.button12 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.button12 a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: block;
}

.button12 span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.button12::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -35px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.button12::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.button12::after {
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.button12:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.button12:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -140px);
}

.btn-purple-gradient {
    background: linear-gradient(90deg, #A60ACE, #6301AC);
    color: #fff !important;
    border: 1px solid #8205bc;
    border-radius: 30px;
    padding: .8rem 1rem;
    font-weight: 400;
    font-size: 0.9rem;
}

.btn-purple-gradient:hover {
    color: #fff;

}

.box_sec {
    padding-top: 80px;
    margin-bottom: 45px;
}

.after__sec {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: auto;
    display: block;
    margin: 10px auto 15px;
    position: relative;
}

.after__sec::before {
    content: "";
    width: 2px;
    height: 40px;
    display: block;
    background: #236FC8;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.head_sec__box {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.head_sec__box h3 {
    font-size: 17pt;
}

.head_sec__box small {
    color: #999;
    font-size: 12px;
    font-weight: 300;
}

.box-image {
    position: relative;
    transition: all 0.3s ease;
    top: 0;
}

.box-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: url(images/shadow.png) no-repeat center;
    background-size: contain;
    left: 50%;
    top: 100%;
    transition: all 0.3s ease;
    transform: translate3d(-50%, 0, 0);
}

.btn_sef {
    padding: 12px 15px;
    border-radius: 30px;
    box-shadow: 0 0 18px rgba(159, 171, 180, 0.33) !important;
    background: #fff;
}

.box__hov {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

}

.box__hov i {
    margin-right: 8px
}

.box__hov:hover {
    box-shadow: 0 0 35px rgba(159, 171, 180, 0.26);

    transition: all 0.3s ease-in-out;
}

.box__hov:hover .box-image {
    top: -6px;

}

.box__hov .box-image img {
    border-radius: 5px;
}

.box__hov:hover .box-image:after {
    transform: translate3d(-50%, 6px, 0);
    width: 75%;
    opacity: 0.7;
}

.bg-sec2 {
    background: #ecf5fc;
    padding-bottom: 80px;
}

.sec_elem {
    font-size: 130px;
    display: flex;
    color: #FBFDFF;

}

.top_svg {
    height: 50px;
    position: absolute;

}

/*
#---------- khadamat
 */

.right__icon__serv {
    box-shadow: 0 0 120px rgba(159, 171, 180, 0.16);
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    position: relative;
}

.right__icon__serv-img {
    width: 90px;
    height: 90px;
    margin-left: 50px;
    margin-right: 35px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.right__icon__serv-img:before {
    width: 130px;
    height: 130px;
    position: absolute;
    box-shadow: 0 0 75px rgba(159, 171, 180, 0.31);
    content: "";
    background: #fff;
    z-index: 0;
    border-radius: 50%;
    top: 50%;
    margin-top: -65px;
    left: 50%;
    margin-left: -65px;
    display: block;
    transition: all 0.3s ease;
}

.right__icon__serv-img img {
    position: relative;
}

.right__icon__serv-body {
    padding-left: 50px;
}

.right__icon__serv-more {
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 20px;
    color: #ccc;
}

.right__icon__serv:hover .right__icon__serv-more {
    color: #2e7de7;
}

.mx991 {
    max-width: 980px;
}

.btn__more {
    padding: 15px 35px;
}

/*
#---------- About Us
 */
.sec__about {
    margin-top: 50px;
    margin-bottom: 100px;
}

.mw450 {
    max-width: 450px;
}

.left__abut__txt h2 {
    font-size: 16pt;
    font-weight: bold;
}

/*
#--------------------- testimonial
 */

.box__testimonial {
    box-shadow: 0 0 120px rgba(159, 171, 180, 0.16);
    background: #fff;
    border-radius: 10px;
    padding: 20px 50px;
    position: relative;
    text-align: center;
}

.box__testimonial:before {
    content: "\f4ad";
    font-family: "Font Awesome 5 Free";
    right: -15px;
    background: #2AA9DE;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
}

.testimonial-item {
    padding: 50px 20px;
}

.testimonial-figure {
    margin-left: 40px;
    width: 108px;
    text-align: center;
}

.testimonial-figure img {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.19) !important;
    border-radius: 50% !important;;
    padding: 8px !important;;
    margin: 0 auto 10px !important;;
}

.testimonial__carusel:before {
    display: block;
    height: 100%;
    position: absolute;
    content: "";
    width: 200px;
    top: 0;
    background: linear-gradient(90deg, transparent, #fff);
    right: 0;
    z-index: 9;
}

.testimonial__carusel:after {
    display: block;
    height: 100%;
    position: absolute;
    content: "";
    width: 200px;
    top: 0;
    background: linear-gradient(-90deg, transparent, #fff);
    right: auto;
    z-index: 9;
    left: 0;
}

.nav_testimonial__left, .nav_testimonial__right,
.nav_sponser__left, .nav_sponser__right {
    margin-left: 30px;
    border: solid 1px #cdcdcd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.nav_testimonial .svg-inline--fa,
.nav_sponser .svg-inline--fa {
    font-size: 18px;
    font-weight: bold;

    color: #a2a2a2;
    position: relative;
}

.nav_testimonial__left:hover, .nav_testimonial__right:hover,
.nav_sponser__left:hover, .nav_sponser__right:hover {
    border-color: #575757;
}

.nav_testimonial__right:hover.fa-angle-left {
    border-color: #575757;
}

/*
#-------------- Moshtari
 */
.sponser-item {
    padding: 30px 15px 50px;
}

.sponser-item-inner {
    box-shadow: 0 0 60px rgba(159, 171, 180, .16);
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.cus_logos {
    text-align: center;
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .4;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

img.logos {
    max-height: 70px;
    max-width: 100%;
    margin: 0 auto 7px;
    width: auto !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    position: relative;
    margin: 0 auto;
    max-height: 470px;
}

.cus_logos:hover {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.sec__moshtari {
    padding-bottom: 80px;
}

.sec__moshtari .owl-nav {
    display: flex;
    align-self: center;
    align-self: center;
}

.moshtari__carusel:before {
    display: block;
    height: 100%;
    position: absolute;
    content: "";
    width: 200px;
    top: 0;
    background: linear-gradient(90deg, transparent, #fff);
    right: 0;
    z-index: 9;
}

.moshtari__carusel:after {
    display: block;
    height: 100%;
    position: absolute;
    content: "";
    width: 200px;
    top: 0;
    left: 0;
    right: auto;
    background: linear-gradient(-90deg, transparent, #fff);
    z-index: 9;
}

.nav_sponser {
    margin-top: -35px;
    z-index: 999;
}


.link_image img, .img-postcat > img {
    width: 100%;
    height: 240px !important;
}

/*
#-------------- Banner Center
 */
.banner__center {
    background: linear-gradient(90deg, #1ED1E7, #1561EB);
    color: #fff;
    position: relative;
}

.banner__center .container {
    padding: 70px 280px 70px 0;
    position: relative;
}

.text-blue {
    color: #36f9ed;
}

.banner__center .container .sec_elem {
    transform: rotate(180deg);
    bottom: auto;
    top: -1px;
    right: 0;
    left: auto;
    position: absolute;
}

.banner__center .container .sec_elem svg {
    /* transform: scale(0.85); */
}

/*
#------------- Services
 */

.service__section {
    padding: 80px 0;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    transform: translate3d(0, 0, 0);
    background: #fcfdff;
}

.txtIcon-item {
    margin-bottom: 20px;
}

.txtIcon-item > .svg-inline--fa {
    box-shadow: 0 0 75px rgba(159, 171, 180, .31);
    padding: 27px 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #bbb;
    font-size: 24px;
    text-align: center;
    margin-left: 24px;
    background: #fff;
}

/*
#-------- Last News
 */
.last__news__section {
    margin-top: 80px
}

.card-body {
    color: #777;
    line-height: 27px;
}

.post-title {
    font-size: 1rem;
}

.text-muted {
    color: #6c757d !important;
    font-size: 13px;
    font-weight: bold;
}

.box-post {
    text-align: justify
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 60px rgba(159, 171, 180, 0.16);
    background: #fff;
    border-radius: 8px;
    border-radius: .25rem;
}

/*
#---------- Location
 */

.location__section {
    padding: 80px 0;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.loction-box .svg-inline--fa {
    box-shadow: 0 0 75px rgba(159, 171, 180, .31);
    padding: 13px 5px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    color: #bbb;
    font-size: 20px;
    text-align: center;
    margin-left: 24px;
}

.loc-title {
    font-size: 15px;
}

/*
#----------- Go top Section
 */
.goTop-row {
    padding: 50px 0 35px;
    position: relative;
}

.elem-goTop {
    position: absolute;
    right: 0;
    top: -1px;
    display: block;
}

.goTop {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    bottom: 70px;
    left: 50%;
    margin-left: -40px;
    background: #1093c9;
    color: #fff !important;
    font-size: 24px;
    padding-top: 0;
    align-self: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.elem-goTop .sec_elem {
    transform: rotate(180deg);
    position: static;
}

.elem-goTop .sec_elem svg {
    transform: scale(0.7);
    position: relative;
    top: 26px;
}

/*
#--------- Footer
 */


footer {

    color: #fff;
    padding: 50px 0;
}

.widget, .widget p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.widget h3 {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.widget ul {
    padding: 0;
}

.widget ul li a {
    color: #fff !important;
    padding: 3px 0;
    display: block;
}

.widget ul li a:hover {
    color: #ccc !important;
}

.copy__right {
    padding: 80px 0 0 0;
    text-align: center;
    color: #eee;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 300;
}

.row {
    margin-right: 0;
    margin-left: 0
}

/*
#------------------ Blog Page
 */

.blog_banner__top img {
    height: 580px;
}

#box-all-post {
    position: relative
}

.cover_ajax {
    width: 100%;
    height: 100%;
    background: rgba(236, 245, 252, 0.7);
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.blog_banner__top:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.66);
}

.search-box {
    padding: 50px 0;
}

.blog__top_elem {
    position: relative;
    display: flex;
    justify-content: center;
}

.blog__top_elem svg {
    position: absolute;
    top: -158px;
    transform: scale(0.8);
}

.blog_banner__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.blog_banner__top h4 {
    position: absolute;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.blog_banner__top .svg-inline--fa {
    position: absolute;
    color: #f8f8f8;
    font-size: 50px;
    bottom: 30%;
}

.search-box .search_live {
    max-width: none;
}

form.search_form {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

input.search-live-input {
    padding: 0 15px;
    height: 50px;
    background: #fff;
}

button.search-live-button {
    position: absolute;
    background: 0 0;
    color: #999;
    top: 0;
    height: 100%;
    border: none;
    font-size: 24px;
    left: 0;
    padding: 11px;
    outline: none !important;
}

button.search-live-button .fa {
    vertical-align: unset
}

button.search-live-close {
    position: absolute;
    background: 0 0;
    color: #999;
    top: 0;
    height: 100%;
    border: none;
    font-size: 24px;
    left: 34px;
    padding: 11px;
    outline: none !important;
}

.search-live-drop {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 300px;
    border-radius: 0 0 .25rem .25rem;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 70px;
    border-top: none;
    left: 0;
    right: 0;
    display: none;
    text-align: right;
}

.search-live-drop a h2 {
    font-weight: bold;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 0;
    padding: 10px 15px 10px 0;
    font-size: 14px;
}

.search-live-drop a:hover > h2 {
    background: #f9f9f9;
}

.search-live-drop a {
    vertical-align: middle
}

li.search-live-empty {
    padding: 10px;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.search-live-close {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .8rem 1rem;
    font-size: .95rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .1);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.box__ajax__catlist {
    padding-top: 70px;
}


.list_cat_blog li a {
    padding: 0.75rem 1rem;
    font-size: 16px;
    min-width: 90px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}

.cat_link.active {
    color: #fff !important;
    background: #21c;
    border-radius: 30px;
}

.img-postcat {
    position: relative;
    max-width: 360px;
    color: #fff;
    overflow: hidden;
}

.img-postcat figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    transition: all .3s ease;
}

.img-postcat figcaption:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    opacity: .8;
    visibility: hidden;
    pointer-events: none;
    transform: scale(.3, .3);
    transform-origin: bottom center;
    top: 30%;
    left: 50%;
    margin-left: -250px;
}

.box__overlay {
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    visibility: hidden;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    color: #fff;
    padding: 20px;
    z-index: 100;
    overflow: hidden;
}

.badge {
    padding: 5px 7px 3px;
    font-weight: 400;
}

.img-postcat figcaption h3 {
    font-weight: 400;
    margin: 10px 0 20px;
}

.img-postcat h3 a {
    color: #fff !important;
    font-size: 18px;
}

.img-postcat figcaption .bottom-links {
    opacity: 0;
    transition: all .6s ease;
}

.author_post img {
    border-radius: 50%;
    margin-left: 10px;
}

.bottom-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.img-postcat:hover figcaption:before {
    transform: scale(1);
    opacity: 1;
    top: -60%;
    visibility: visible;
    transition: all .6s ease;
}


.img-postcat:hover figcaption .box__overlay {
    animation: delayvisible .5s ease .3s forwards;;
}

.img-postcat:hover figcaption .bottom-links {
    animation: delayvisible2 .5s ease .3s forwards;

}

.avatar-blog {
    width: 32px !important;
    height: 32px !important;
}


@keyframes delayvisible {
    0% {
        opacity: .8;
        visibility: hidden;
        pointer-events: none;
        top: 30px
    }
    100% {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 0
    }
}

@-webkit-keyframes delayvisible {
    0% {
        opacity: .8;
        visibility: hidden;
        pointer-events: none;
        top: 30px
    }
    100% {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 0
    }
}

@keyframes delayvisible2 {
    0% {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        bottom: -50%
    }
    100% {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        bottom: 0
    }
}

@-webkit-keyframes delayvisible2 {
    0% {
        opacity: .8;
        visibility: hidden;
        pointer-events: none;
        bottom: -100%
    }
    100% {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        bottom: 0
    }
}

.sec__blog__news {
    padding-top: 80px;
}

.page_navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    align-items: center;
}

.page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-link {
    line-height: 1.25;
    border: 0;
    font-size: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0) !important;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    align-items: center;
    align-self: center;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;

}

.pagination li {
    margin-left: 10px;
}

.pagination li.active {
    color: #fff !important;
    background-color: #007bff !important;
    border-radius: 50%;
}

.pagination li.active a {
    color: #FFF !important;
}

/*
#------------- Page
 */
.breadcrumb_box {
    background-color: #e9ecef;
    padding: .5rem;
    margin-bottom: 15px;

}

.breadcrumb-item + .breadcrumb-item::before, .breadcrumbs__separator {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: ">";
}

.page_box {
    box-shadow: 0 0 16px rgba(159, 171, 180, .16);
    background: #fff;
    direction: rtl;
    text-align: justify;
    padding: 20px;;
}

.page_box p {
    line-height: 32px
}

.war_text_page {
    margin-bottom: 50px;
}

/*
#------------------ Single post
 */

.breadcrumb_box_single {
    background-color: #232635;
    background-blend-mode: luminosity;
    background-size: cover;
    padding: 20px 0;
    position: relative;

}

.breadcrumb {
    background: none;
    padding: 1.2rem 0;
}

.title_single {
    font-size: 20px;
    font-weight: bold;
}

.breadcrumb_box_single .breadcrumb .breadcrumb-item a {
    color: #fff !important;
}

.breadcrumb_box_single .breadcrumb .breadcrumb-item.active {
    color: #fff !important;
    font-weight: bold
}

.breadcrumb_box_single .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb_box_single .rightbox {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: self-start;
}


.breadcrumb_box_single:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(35, 38, 53, 0.43);
}

.contnet_box {
    line-height: 40px
}

.post__view {
    display: flex;
    margin: 10px 0 5px 0;
    color: #595858;
    font-size: 18px;
}

.post__view i {
    margin-left: 8px
}

.tags {
    margin-top: 30px;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    position: relative;
}

.tags:before, .tags:after {
    position: absolute;
    right: 0;
    top: -2px;
    height: 3px;
    width: 50px;
    background: #ccc;
    content: "";
    border-radius: 10px;
    display: block;
}

.tags:after {
    width: 6px;
    right: 54px;
}

.ultags li a:before {
    content: "#";
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}

.title_tag_head h3 {
    font-size: 21px;
    color: #575757;
    font-weight: bold;
}

.tags ul {
    margin: 0;
    padding: 0
}

.tags ul li {
    display: inline-block;
    padding: 0 5px
}

.socail_shear {
    margin-top: 15px !important;
}

.socail_shear li a {
    font-size: 17px;
    padding: 10px 0 10px 10px;
}

.socail_shear li a i {
    color: #a5a5a5;
}


/*
#------ Elementor
 */


.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}


.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

/***********************
#--------- Login Page
 */


.limiter input {
    outline: none;
    border: none;
}

.limiter textarea {
    outline: none;
    border: none;
}

.limiter textarea:focus, .limiter input:focus {
    border-color: transparent !important;
}

.limiter input:focus::-webkit-input-placeholder {
    color: transparent;
}

.limiter input:focus:-moz-placeholder {
    color: transparent;
}

.limiter input:focus::-moz-placeholder {
    color: transparent;
}

.limiter input:focus:-ms-input-placeholder {
    color: transparent;
}

.limiter textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.limiter textarea:focus:-moz-placeholder {
    color: transparent;
}

.limiter textarea:focus::-moz-placeholder {
    color: transparent;
}

.limiter textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.limiter input::-webkit-input-placeholder {
    color: #999999;
}

.limiter input:-moz-placeholder {
    color: #999999;
}

.limiter input::-moz-placeholder {
    color: #999999;
}

.limiter input:-ms-input-placeholder {
    color: #999999;
}

.limiter textarea::-webkit-input-placeholder {
    color: #999999;
}

.limiter textarea:-moz-placeholder {
    color: #999999;
}

.limiter textarea::-moz-placeholder {
    color: #999999;
}

.limiter textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {

    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {

    font-size: 15px;
    line-height: 1.5;
    color: #666666 !important;
    padding: 14px 0;
    display: inline-block;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

#forms {
    width: 370px
}

.container-login100 {
    width: 100%;
    min-height: 10vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.wrap-login100 {
    width: 1000px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 100px 30px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
    margin-top: 20px;
}

.login100-pic img {
    max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 360px;
}

.login100-form-title {

    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-top: 30px;
}


/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {

    font-size: 15px;

    line-height: 1.5;

    color: #666666;

    display: block;

    width: 100%;

    background: #e6e6e6;

    height: 50px;

    border-radius: 25px;

    padding: 0 60px 0 30px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(89, 91, 212, 0.8)
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 25px 70px 0;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 25px 70px 0;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #595bd4;
    padding-right: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

.login100-form-btn {

    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;

    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/


@media (max-width: 992px) {
    .wrap-login100 {
        padding: 57px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 0 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 10px 4px 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


#lostpass_link:hover,
#login_link:hover,
#pop_form_reg:hover {
    cursor: pointer;
}

#loaders {
    width: 300px;
    height: auto;
}

.fa-long-arrow-right {
    vertical-align: middle
}


footer .product_list_widget li {
    color: #fff
}

p.status.text-center {
    color: #000;
}

.bg-danger-my {
    background-color: #dc3545 !important;
    color: #fff !important;
    padding: 15px 20px;
}

.bg-info-my {
    background-color: #17a2b8 !important;
    padding: 15px 20px;
    color: #fff !important;
}


.bg-success-my {
    background-color: #28a745 !important;
    padding: 15px 20px;
    color: #fff !important;
}

#loaders {
    display: none;
}


#sidebar-5 {
    box-shadow: 0 0 16px rgba(159, 171, 180, .16);
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    text-align: right;
    padding: 0 20px;
}

#sidebar-5 h3 {
    margin: 0;
    padding: 15px;
}

.logged-in-as {
    text-align: right
}

.input_com_box {
    text-align: right;
    margin-top: 25px
}

.comment_text_box label {
    margin-bottom: .5rem;
    display: block;
    text-align: right;
    color: #bbb;
    font-size: 15px;
}

.comment-form-cookies-consent {
    text-align: right;
    display: flex;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    margin-top: 25px;
}

.comment-form-cookies-consent label {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 10px;
}

.comment-notes {
    text-align: right;
}

.lable_comment {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

.lable_comment > span {
    border-bottom: 2px solid #ccc;
    padding: 12px 0;

}

.input_com_box .form-control {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
    color: #999;
    height: auto;
    padding: 10px 12px;
}

.input_com_box .form-control::placeholder {
    color: #ccc !important;
}

.comment_text_box .form-submit {
    text-align: right
}

.comment_text_box .submit {
    border: none;
    background: #21c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    margin-top: 20px;
    text-align: right;
}

.img-rounded {
    border-radius: 50%
}

.comment-list li {
    display: flex;
    flex-direction: column;
}

.comment-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-details p {
    flex-direction: column;

}

.name_cat_services {
    font-size: 16pt;
    margin-bottom: 25px;
}

.shadow2 {
    box-shadow: 0 0 16px rgba(159, 171, 180, .16);
    background: #fff;
}

.box {
    padding: 35px;
    border-radius: 5px;
}


#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
    color: #eee !important;
}

.gallery-item {
    margin: 10px;
    display: inline-block;
    width: 60px !important;
}

.gallery-icon img {
    border: 0 !important;
    width: 60px;
    height: 60px;
}

.elementor-heading-title, .elementor-text-editor {
    font-family: IRANSans-l !important;
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    width: 100%;
}

.wpcf7-form p > label {
    width: 90%;
}

.wpcf7-form p:last-of-type {
    text-align: left !important;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-left: 5%;
    border: 0;
    background: green;
    color: #fff;
    padding: 5px 30px;
}


/*****************************
Mega Menu

*********************************************************/
.wsmenu > .wsmenu-list > li > a {
    color: #fff !important;
}

.reg__login {
    display: flex !important;
    align-items: center;
    font-family: IRANSans-l
}

.reg__login .button20 {
    padding: 10px 20px !important;
    align-items: center;
    display: flex;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu {
    border-radius: 10px;
    top: 50px;
    left: 0;
    right: 0;
    display: none;
    overflow: hidden;
}

.author__header__irsa .svg-inline--fa {
    vertical-align: sub
}

.wp_yar_megamenu {
    position: static
}


.wsmenu > .wsmenu-list {
    text-align: right;
    display: flex;
}

.featured-image img {
    display: block
}

.wsmenu > .wsmenu-list > li > ul.sub-menu {
    text-align: right;
}

.d-none {
    display: none !important;
}

.featured-image .title_menu {
    display: none;
}


.ul__megamenu {
    margin: 0;
    padding: 0 0 10px 0;
    margin-right: 15px;
    margin-top: 15px;
}


.ul__megamenu li > a {
    width: 100%;
    display: block
}

.ul__megamenu li > a > span {
    width: 100%;
    display: block;
    padding: 5px 15px;
}

.ul__megamenu li > a > span:hover {
    color: #222;
    background: #fafafa;
}

.ul__megamenu li.header__megamenu__list {
    margin-bottom: 8px
}

.wsmenu-list > li {
    margin: 0 8px !important
}

.header__megamenu__list > a > span,
.header__megamenu__list > a > span:hover {
    color: #1870C9 !important;
    background: rgba(0, 0, 0, 0) !important;
    font-weight: bold;
}

.sub-menu .container-fluid > li > a > span {
    padding: 8px;
    display: block;
}


.sub-menu .container-fluid > li > a > span:hover {
    color: #222;
    background: #fafafa;
}


/************  RESPONSIVE ****************/
@media screen and (max-width: 991px) {
    .desktop__menu, .hvr-underline-from-center::before, .dropdown-toggle::before {
        display: none
    }

    .mobile__menu {
        display: block
    }

    .wsmenu > .wsmenu-list {
        text-align: right;
        display: block;
    }

    .wsmenu-list > li {
        margin: 0 !important;
    }

    .wsmenu > .wsmenu-list > li > a {
        color: #868686 !important;
        font-size: 14px;
    }

    .dropdown-toggle::after {
        display: none
    }


    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        top: 0;
    }

    .ul__megamenu {
        margin: 0;
        padding: 0 0 10px 0;
        width: 100%;
        min-width: 100%;
    }

    .ul__megamenu li {
        padding: 0;
    }

    .ul__megamenu li > a > span {
        padding: 5px 15px;
        display: block;
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu li:hover > a {
        background-color: rgba(0, 0, 0, 0);
    }

    .container {
        padding-right: 0;
        padding-left: 0
    }

    .wsmobileheader {
        position: relative;
        background-color: rgba(255, 255, 255, 0) !important;
        border: 0;
        box-shadow: 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wsmobileheader .smllogo {
        margin-top: 0
    }

    .wsanimated-arrow span, .wsanimated-arrow span::before, .wsanimated-arrow span::after {
        background: #fff;
    }

    .wsactive .wsmobileheader {
        margin-right: 10px;
    }

    .logo_head, .search__war {
        display: none
    }

    .wsmenu-list .reg__login > span {
        margin: 10px auto !important;
    }

    .wsmobileheader .wssearch {
        color: #fff;
        padding: 0;
        font-size: 18px;
        margin-top: 12px;
    }

    .smllogo img {
        width: 120px
    }

    .wsmenu > .wsmenu-list > li > .wsmenu-click > i.wsmenu-arrow2::before {
        transform: scale(-1);
        transform-origin: center;
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        border-radius: 0;
    }


    .wsmobileheader .wssearch.wsopensearch {
        width: 100%;
        background-color: #fff;
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;

    }

    .wsmobileheader .wssearch.wsopensearch .wscloseicon {
        display: block;
        margin-left: 10px;
        color: #999;

    }

    .wsmobileheader .wssearchform form {
        width: calc((100% - 10px) - 20px);
        display: block;
        position: relative;

    }

    .wsmobileheader .wssearchform input {
        box-shadow: 0 1px 2px black;
        font-size: 14px;
    }
    .dropdown-toggle::after{
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .owl-carousel .owl-item img {

        max-height: 400px;
    }
    .box__testimonial{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
}


@media screen and (max-width: 576px) {


    .deskmenu {
        display: none !important;
    }

    .navbar-light .navbar-toggler {
        display: block
    }

    .navbar-nav {
        flex-direction: column;
        text-align: right;
    }

    .collapse:not(.show) {
        display: none;
    }

    .banner__center .container .sec_elem {
        display: none
    }

    .banner__center .container {
        padding: 70px;
        position: relative;
    }

    .testimonial__carusel:after, .testimonial__carusel:before, .moshtari__carusel:before, .moshtari__carusel:after {
        width: 0;
    }

    .smllogo img {
        width: 100px
    }

    .wsmobileheader .wssearch {
        margin-left: 10px
    }

}

@media screen and (max-width: 450px) {


    .banner__center .container {
        padding: 20px;
        position: relative;
    }

    .list_cat_blog li a {
        font-size: 13px;
        min-width: 80px;
        padding: 0.5rem;

    }

    .smllogo img {
        width: 90px
    }
}


a.btn.btn-default.btn-curved.btn_sef {
    margin-top: 15px;
}





.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:url(images/untitled-5.gif) center no-repeat #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.se-pre-con p{font-size: 18px}