/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.product-wapper {
    display: flex;
}
.single.single-post .avada-page-titlebar-wrapper {
    padding-top: 90px;
}
.single.single-post .entry-title {
    font-size: 40px;
}
@media screen and (max-width: 767px) {
    .single.single-post .entry-title {
        font-size: 28px !important;
    }
}
.product-wapper .product-item {
    height: 100vh;
    width: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all ease-in-out 0.4s;
    position: relative;
}
/* .product-wapper .product-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 41, 41, 0.288);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .3s;

}

.product-wapper .product-item:hover::before{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: all .3s;
} */
/* .section-border::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border: 1px solid #707070;
    border-top: 0;
} */
.section-border::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 20px;
    z-index: -1;
    border-top: 1px solid #707070;
}
@media screen and (max-width: 1075px) {
    .section-border::before,
    .section-border::after {
        display: none !important;
    }
}
.product-wapper .product-item:hover {
    width: 32%;
    transition: all 0.6s;
}
.product-wapper .product-item h4 {
    position: absolute;
    bottom: 10%;
    padding: 28px 7px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.479);
    color: #717a80;
    font-size: 16px;
    width: 100%;
    z-index: 2;
    font-weight: normal !important;
}
.consulting input {
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0 !important;
}
main#main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.fusion-scroll-section-nav.scroll-navigation-right {
    right: unset !important;
    left: 20px;
    background: none;
}
.fusion-scroll-section-nav.scroll-navigation-right a {
}
.consulting .gf_right_half input {
    border-left: 1px solid #eee !important;
}
.consulting li {
    padding: 0 !important;
}
.consulting .gfield {
    margin: 0 !important;
}
p {
    text-align: justify;
}
body,
a,
p,
strong,
b,
li,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "segoe", "mj" !important;
}
.pamir-container {
}
.product-dark h1 {
    color: #fff !important;
}
.logo img {
    max-height: 75px;
    width: auto;
    margin-top: 10px;
}
.home-header-menu ul {
    float: right;
}
.home-header-menu .fusion-menu li a {
    margin: 0 5px;
    padding: 4px 10px !important;
}
.header-wrapper ul ul li a span {
    display: block !important;
    padding: 7px !important;
}
.header-wrapper {
    margin-top: 10px;
    padding-top: 9px;
    transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: 0.2s;
}
/* .paamir-header{
    top: -40px!important;
}
*/
/* .home .header-wrapper.hanlescroll{
    position: fixed!important;
    top: 0!important;
    margin-top: 0!important;
    transition: all .8s;
    transition-delay: .6s;
}  */
.header-title-block {
    color: #505050 !important;
}
.header-title-block * {
    color: #505050 !important;
}
.header-wrapper .fusion-builder-column-0 {
    margin-bottom: -20px !important;
}
.header-wrapper .fusion-builder-column-1 {
    margin-bottom: 10px !important;
}
.header-wrapper .collapsed-nav-icon {
    position: absolute !important;
    right: 6px;
    top: 23px;
}
.slogan h1 span {
    font-size: 92px;
    color: #17968a;
    display: block;
}
.white-slogan h1 span {
    color: #fff !important;
}
.slogan h1 span:first-child {
    padding-left: 10px;
    font-weight: bold;
}
.slogan h1 span:nth-child(2) {
    font-weight: 400;
}
.slogan h1 span:nth-child(3) {
    padding-left: 30px;
    font-weight: bold;
}
.content-pamir {
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pamir-title h2 {
    position: absolute;
    z-index: 10;
    left: 120px;
    top: 100px;
    color: rgba(102, 102, 102, 0.452);
}
.rtl .pamir-title h2 {
    right: 120px;
    left:unset!important;
}
.rtl .pamir-title h2 p{
    font-size: 42px!important;

}
.recommendation-wrapper .container{
    width: auto!important;
}
.news-title h2 {
    left: 8px !important;
    top: -20px !important;
    color: rgba(102, 102, 102, 0.452);
}
.rtl .news-title h2{
    left: unset!important;
    right: 15px !important;

}
.home_posts {
    display: flex;
}
.home_posts article {
    padding: 20px;
}
.home_posts article .home_posts_inner {
    padding:10px 0 0px !important;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 1px;
}
.home_posts article .home_posts_inner .home-news-title h2 {
    font-size: 20px !important;
    color: #5050509f;
    font-weight: 400 !important;
    line-height: 38px !important;
    padding: 0 15px !important;
    margin-bottom: 20px;
}
.home_posts article .home_posts_inner .home_news_img figure {
    width: 100%;
    margin: 0;
}
.home_posts article .home_posts_inner .home_news_img img {
    width: 100%;
    max-width: 100%;
    height: 200px;
}
.quote * {
    font-style: normal !important;
    font-weight: 600;
}

.home-contact .footer-socials span {
    color: #313131;
    font-weight: 700;
}
.home-contact {
    position: relative;
}
.footer-logo {
}
.footer-logo img {
    position: absolute !important;
    left: -205px;
    top: -201px;
    z-index: 1 !important;
    height: 198px;
    width: 210px;
    filter: brightness(31.5);
    opacity: 0.4;
}
.footer-socials::before {
    content: url("https://paamir.com/wp-content/uploads/2021/11/Asset-27-1-1.png");
    position: absolute;
    left: -61px;
    top: 84px;
    width: 200px;
    height: 140px;
    z-index: -1;
    opacity: 0.5;
}
.home-contact * {
    z-index: 10;
    color: rgb(94, 94, 94) !important;
    font-weight: 600;
}
.home-contact .footer-socials i {
    color: #efaf4a !important;
}
.brands .fusion-carousel-item-wrapper .fusion-image-wrapper {
    display: flex;
    align-items: center;
}
.paamir-table * {
    border: 0 !important ;
}
.paamir-table tr td:last-child {
    text-align: right;
}
.rtl .paamir-table tr td:last-child {
    text-align: left !important;
}
.paamir-table tr td {
    padding: 2px 20px !important;
    color: #fff !important;
}
#header_wrapper {
    position: relative !important;
    width: 100% !important;
    margin: 0!important;
    background-color: rgba(255, 255, 255, 0.753) !important;
    z-index: 40;
}
.rtl .home-contact::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.753);
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .footer-socials::before {
        left: -6px;
        top: 40px;
    }
}
@media screen and (max-width: 820px) {
    .footer-socials::before {
        left: -6px;
        top: -36px;
    }
    .home-contact * {
        position: relative;
        z-index: 12;
    }
    .home-contact::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff7;
        z-index: 1;
    }
    .product-wapper {
        flex-wrap: wrap;
    }

    .home_posts {
        flex-wrap: wrap;
    }
    .home_posts article {
        width: 100% !important;
    }
    .quote {
        padding: 40px 0 !important;
        margin-bottom: 40px;
    }

    .quote::before {
        content: "";
        background: #fff9;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .quote * {
        z-index: 2;
    }
    .bg-overlay::before {
        content: "";
        background: #fff9;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
}

@media screen and (max-width: 640px) {
    .slogan{
        /* background: #0004;
        padding: 10px;
        border-radius: 5px; */
        margin-top: 250px;
    }
    .rtl .slogan{
        background-color: #0002;
    }
    
    /* .slogan *{
        color: #fff!important;
    } */
    .product-wapper .product-item,
    .product-wapper .product-item:hover {
        width: 50%;
        height: 471px;
    }
    .pamir-title h2 {
        font-size: 50px !important;
        left: 40px;
        top: 40px;
    }
    .slogan h1 span {
        font-size: 36px;
    }
    .logo img {
        max-height: 50px !important;
        width: auto;
    }
    .header-wrapper .collapsed-nav-icon {
        position: absolute !important;
        right: 6px;
        top: -6px;
    }
    .header-wrapper {
        top: 0 !important;
        margin-top: 0px !important;
    }
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded).expanded
    > ul,
.fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded).expanded
    > ul {
    max-height: 800px !important;
    overflow-y: scroll;
}
.checkout .payment_methods .payment_box,
.fusion-body blockquote,
.post-content blockquote,
.review blockquote q {
    background-color: transparent !important;
    border-color: transparent !important;
}
.gform_wrapper
    .gfield
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper .gfield_select[multiple="multiple"],
.gform_wrapper .gfield textarea {
    background-color: unset !important;
}

.fullwidth-box.faded-background {
    background-size: cover !important;
}
#home_slider .fullwidth-faded {
    background: unset !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fusion-title-sc-wrapper {
    background-color: transparent !important;
}
.rtl p {
    font-size: 18px !important;
    line-height: 32px !important;
    text-align: justify !important;
}
.rtl .pamir-container h1 {
    font-weight: 400 !important;
}
.home-slider-wrapper {
    background-position: right;
}
@media screen and (max-width: 767px) {
    .home-slider-wrapper {
        height: 400px;
    }
}
.rtl .news-title{
    text-align: right!important;
}
#switcher_wrap ul {
    margin-top: 17px !important;
}
#switcher_wrap ul li {
    display: inline-block !important;
    color: #17968a;
}
#switcher_wrap ul li a {
    color: #17968a;
}
#switcher_wrap ul li:first-child::after {
    content: "/";
    display: inline-block;
    margin: 0 3px;
    color: #17968a;
}
@media screen and (max-width: 642px) {
    #switcher_wrap{
        position: absolute!important;
        top: -31px!important;
        right: 40px!important;
    }
    #menu_wrap .collapsed-nav-icon{
        position: absolute!important;
        right: -76px!important;
    }
}
.home-slider-wrapper,#home_slider,.home-slider-wrapper .background-image,.home-slider-wrapper div{
    height: 100vh!important;
}
#home_slider .slogan ,#home_slider  .fusion-title-sc-wrapper,#home_slider .fusion-title{
    height: auto!important;
}
#home_slider .background{
    background-position: right!important;
}
#home_slider .heading{
    display: flex!important;
    align-items: center!important;
}
.rtl #home_slider .heading{
    justify-content:end!important ;
}
@media screen and (max-width:767px) {
    .rtl #home_slider .heading{
        justify-content:start!important ;
    }
}
.rtl  .slogan {
    text-align: right!important ;
}

.rtl  .slogan h1 span:first-child {
    padding-right: 10%;
    font-weight: normal!important ;

}
.rtl  .slogan h1 span:nth-child(2) {
    font-weight: 400;
    font-weight: bold!important ;
    padding-right: 10%;


}

.rtl  .slogan h1 span:nth-child(3) {
    font-weight: normal!important ;

}
.recommendation-wrapper .heading{
    padding:40px;
}
.recommendtion p{
    font-size:18px;
    color: #505050;
    font-weight: normal;
    max-width:550px;
}
@media screen and (max-width:767px) {
    .recommendation-wrapper .heading{
        padding:5px;
        background-color: #fff5;
    }
    .home-slider-wrapper,#home_slider,.home-slider-wrapper .background-image,.home-slider-wrapper div{
        height: 600px!important;
        max-height: 100vh!important;
    }
}
@media screen and (max-width:576px) {
    .home-slider-wrapper,#home_slider,.home-slider-wrapper .background-image,.home-slider-wrapper div{
        height:420px!important;
        max-height: 100vh!important;
    }
}
.white-recommend p{
    color: #fff!important;
}
.rtl .select-arrow{
    left: 0!important;
}
.rtl .recommendtion-inner{
    display: flex;
    justify-content: end;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    border: 1px solid #505050;
}
.rtl .recommendtion-inner p{
     color: #505050!important;
 }
 .rtl .gform-body input ,  .rtl .gform-body select ,   .rtl .gform-body textarea,
 .rtl .gform-body input::placeholder ,  .rtl .gform-body select::placeholder ,   .rtl .gform-body textarea::placeholder{
     color: #333!important;
     font-weight: 600!important;
 }
 .rtl .slogan h1 span{
    font-size: 62px!important;

 }
 @media screen and (max-width:767px) {
    .rtl .recommendation-wrapper{
        padding:5px;
        background-color: #fff5!important;
    }
    .rtl .slogan h1 span{
        font-size: 26px!important;
        line-height: 35px;
    }

}
#fa_slider{
    direction: ltr!important;
}
#menu-main-fa{
    float: left;
}
#product_carousel{
    margin-top: 120px!important;
}
#product_carousel .product-inner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all ease-in-out 0.4s;
    position: relative;
    width: 100%;
    height: 100%;
}
#product_carousel .product-inner:hover{
    transform: scale(1.06);
    transition: all ease-in-out 0.4s;
}
#product_carousel .product-inner a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#product_carousel .product-inner  h4{
    position: absolute;
    bottom: 10%;
    padding: 28px 7px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.479);
    color: #53575a;
    font-size: 18px;
    width: 100%;
    z-index: 2;
    font-weight: 600 !important;
}
.container-overlay{
    position: relative;
}
.container-overlay::before{
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff1;
    z-index: 1;
}
.container-overlay *{
    z-index: 10;
}
@media screen and (max-width:767px){
.container-overlay::before{
    background-color: #fff8!important;
    
}
}
.fusion-tb-header .collapse-enabled ul{
    top:56px!important;
}
@media screen and (max-width:642px) {
    .fusion-tb-header .collapse-enabled ul{
        top: 32px!important;
    }
}
.sub-menu li{
    background-color:transparent!important ;
}
.sub-menu{
    background-color: #f2f2f2!important;
    box-shadow: 0 0 5px #0002!important;
}
@media screen and (max-width:767px) {
    .fusion-carousel{
        margin-top: 60px;
    }
    .fusion-carousel .fusion-carousel-item img{
        height: 60px!important;
        width:auto!important;
    }
}
.rtl .home-contact{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.rtl .home-contact .fusion-builder-row{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#recommend_fa .fusion-modal-text-link{
    cursor: default!important;
}
.main-flex .flex-next, .main-flex .flex-prev, .wooslider .wooslider-next, .wooslider .wooslider-prev{
    font-family: 'icomoon'!important;
    opacity: 1!important;
    display: block!important;
    visibility: visible!important;
}
.flex-next{
    width: 54px!important;
    right: 46px!important;
}
.flex-prev{
    left: 46px!important;
    width: 54px!important;
}
#product_carousel  .splide__arrows .splide__arrow{
    display: none!important;
}
@media screen and (max-width:1050px) {
    #product_carousel  .splide__arrows .splide__arrow{
        display: block!important;
        opacity: .5;
        font-size: 20px;
    }
    #product_carousel  .splide__arrows .splide__arrow:disabled{
        opacity: .2!important;
    }
}
.fusion-slider-sc-recommendation .background-image{
    background-position: 70% 50%!important;
}
.rtl .splide__list{
    direction: ltr!important;
}
.rtl .recommendation-wrapper{
    background-position: 70% 50%!important;
}