/**
* ==============================================================
*							Generic Css
* ==============================================================
*/
h1{
    font-size: 4.175rem;
    color: #161616;
    font-weight: 600;
}
.napo-btn{
    position: relative;
    display: inline-block;
    padding: 7px 90px 7px 30px;
    background-color: #161616;
    border: 2px solid transparent;
    transition: all 320ms ease;
    color: #fff;
    font-size: 1.4375rem;
    z-index: 9;
}
.rtl .napo-btn{
    padding: 7px 30px 7px 90px;
}
.napo-btn:after{
    content: '';
    display: block;
    position: absolute;
    height: 15px;
    width: 48px;
    background-image: url( '../img/left-white.png' );
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    right: 20px;
    top: 18px;
    transform: rotate( 180deg );
    transition: all 320ms ease;
}
.rtl .napo-btn:after{
    right: auto;
    left: 20px;
    transform: none;
}
.napo-btn:hover:after{
    transform: translateX(8px) rotate( 180deg );
    background-image: url( '../img/left-black.png' );
}
.rtl .napo-btn:hover:after{
    transform: translateX(-8px);
    background-image: url( '../img/left-black.png' );
}
.btn-bdr:after{
    background-image: url( '../img/left-black.png' );
}
.napo-btn:hover{
    background-color: #fff;
    border-color: #161616;
    color: #161616;
    text-decoration: none;
}
.btn-bdr{
    color: #161616;
    background-color: transparent;
    border-bottom: 1px solid #161616;
}
.btn-bdr:hover{
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.5, 0.5); opacity: 0.3;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
/**
* ==============================================================
*							Header
* ==============================================================
*/
.site-header{
    padding: 30px 0px;
    overflow: hidden;
    transition: all 320ms ease;
}
.container-fluid{
    width: 1780px;
    margin: 0 auto;
    max-width: 100%;
}
.site-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1009;
}
.site-header.headerfixed{
    padding: 5px 0px;
    background-color: rgba(255,255,255,0.85);
}

.rtl .logo{
    text-align: right;
}
.wpml-ls-current-language a{
    font-weight: 700;
}
.rtl .wpml-ls-legacy-list-horizontal{
    text-align: left;
}
.wpml-ls-legacy-list-horizontal{
    text-align: right;
}
.wpml-ls-legacy-list-horizontal a span{
    color: #161616;
}
/**
* =============================================================
*						Home Hero Page
* =============================================================
*/
.home-hero{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* overflow: hidden;*/
    overflow-x: hidden !important;
}
.home-hero .hero_bg{       
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 110%;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    transition: transform 1.5s cubic-bezier(.23,1,.32,1),opacity 1.5s cubic-bezier(.23,1,.32,1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.home-hero .hero_bg.show{
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
body:not(.rtl) .home-hero .hero-content-box{
    width: 1000px;
    margin: 0 auto 0 0;
}
.home-hero .hero-content-box{
    width: 1140px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}
.rtl .home-hero .hero-content-box{
    text-align: right;
}
.hero-content-box h1{
    margin-bottom: 1.5rem;
}
.home-hero .hero-content-box p{
    font-size: 1.5rem;
    color: #707373;
    margin-bottom: 0px;
}
.home-hero .hero-content-box li{
    display: inline-block;
    margin-left: 25px;
}
.about_hero_bg{       
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    height: 110%;   
    transition: transform 1.5s cubic-bezier(.23,1,.32,1),opacity 1.5s cubic-bezier(.23,1,.32,1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.home-sec-two{
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-sec-two .home-s-two-info-box h3{
    font-size: 2.125rem;
    color: #050505;
    font-weight: 700;
    margin-bottom: 1rem;
}
.home-sec-two .home-s-two-info-box p{
    margin-bottom: 0px;
}
.home-sec-two .home-s-two-info{
    padding-top: 80px;	
}
.home-sec-two .home-s-two-info h1, .home-sec-three-inner h1 {
    padding-bottom: 1.5rem;
}
.home-sec-two .home-s-two-info p{
    margin-bottom: 0px;
}
.home-s-two-info-box{
    display: block;
    padding: 100px 25px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url( '../img/border-info.png' )
}
.rtl .home-s-two-info-box{
    text-align: right;
}
.home-sec-two .home-info-box:nth-child(odd) .home-s-two-info-box{
    background-position: center top;
    background-image: url( '../img/border-info-top.png' )
}
.home-sec-two .fp-tableCell{
    vertical-align: top;
}
.home-sec-three{
    background-image: url( '../img/section3bg.jpg' );
    background-repeat: repeat;
}
.home-sec-three .home-steps-cont{
    padding-top: 220px;
}
.rtl .hero-content-box ul{
    padding-right: 0px;
}
body:not(.rtl) .hero-content-box ul{
    padding-left: 0px;
}
body:not(.rtl) .hero-content-box ul li:first-child{
    margin-left: 0px;
}
.home-sec-three .home-steps-cont .home-steps .step-description{
    padding-left: 15px;
    position: relative;
    position: absolute;
    bottom: calc(100% + 30px);
    width: 350px;
    left: 0;
    visibility: hidden;
    transform: translateY( 50px );
    opacity: 0;
    transition: all 320ms ease;
    text-align: left;
}
.rtl .home-sec-three .home-steps-cont .home-steps .step-description{
    padding-left: 0px;
    padding-right: 15px;
    left: auto;
    right: 0;
    text-align: right;
}
.home-sec-three .home-steps-cont .home-steps .step-description:after, 
.home-sec-three .home-steps-cont .home-steps .step-description:before{
    content: '';
    display: block;
    position: absolute;
    background-color: #161616;
}
.home-sec-three .home-steps-cont .home-steps .step-description:after{
    height: calc( 100% + 130px );
    width: 1px;
    left: 0;
    top: 15px;
}
.rtl .home-sec-three .home-steps-cont .home-steps .step-description:after{
    right: 0;
    left: auto;
}
.home-sec-three .home-steps-cont .home-steps .step-description:before{
    height: 8px;
    width: 8px;
    left: -4px;
    top: 10px;
    border-radius: 50%;
}
.rtl .home-sec-three .home-steps-cont .home-steps .step-description:before{
    right: -4px;
    left: auto;
}
.home-sec-three .home-steps-cont .home-steps .info-trigger:hover + .step-description ,.home-sec-three .home-steps-cont .home-steps .home-step:hover ~ .step-description {
    transform: translateY( 0 );
    visibility: visible;
    opacity: 1;
}
.home-sec-three .home-step {
    padding: 100px 0px;
    position: relative;
    background-image: url( '../img/border-trimm.png' );
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.home-sec-three .home-steps:nth-child(even) .home-step {
    background-image: url( '../img/border-trimm-two.png' );
    background-position: center bottom;
}
.home-sec-three .home-step h2{
    position: absolute;
    top: -35px;
    left: 50%;
    font-size: 3.625rem;
    font-weight: 700;
    transform: translateX( -50% );
    margin-bottom: 0px;
}
.home-steps-cont .home-steps:nth-child(even) .home-step h2{
    top: auto;
    bottom: -35px;
}
.home-sec-three .home-step h4{
    width: 165px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.25rem;
}
.rtl .home-sec-three .home-step h4{
    width: 152px;
    font-size: 1.35rem;
}
.home-sec-three .home-steps-cont .info-trigger{
    display: block;
    height: 20px;
    width: 20px;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    margin-right: 0px;
    margin-left: -10px;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    margin-top: -10px;
}

.rtl .home-sec-three .home-steps-cont .info-trigger{
    margin-top: -10px;
    margin-right: -10px;
    right: 0;
    left: auto;
}

.home-steps-cont .info-trigger:after{
    display: block;
    content: '';
    height: 8px;
    width: 25px;
    background-color: #a7a7a7;
    position: absolute;
    top: 4px;
    left: 18px;
}
.rtl .home-steps-cont .info-trigger:after{
    right: 18px;
    left: auto;
}
.home-sec-three .home-steps-cont .info-trigger span{
    display: block;
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
    -webkit-animation: pulsate 1.4s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
.home-sec-three .home-steps-cont .step-to-action{
    position: relative;
    text-align: right;
}
.rtl .home-sec-three .home-steps-cont .step-to-action{
    text-align: left;
}
.home-sec-three .home-steps-cont .step-to-action .info-trigger{
    top: 50%;
}
.home-steps-cont .step-to-action .info-trigger:after{
    width: 88px;
    top: 7px;
    right: 16px;
    background-color: #090d11;
    height: 2px;
}
.home-sect-thee-btn li{
    display: inline-block;
    margin: 0 20px;
}
.home-sec-four{
    background-color: #f6f6f6;
}
.home-sec-four h1{
    margin-bottom: 1rem;
}
.home-sec-four .home-contact-info{
    padding-top: 40px;
    padding-right: 0px;
}
.home-sec-four .home-contact-info li{
    display: inline-block;
    margin: 0 20px;
    color: #161616;
}
.home-sec-four .home-contact-info li:not(.youtube-button-link) a{
    display: block;
    color: #161616;
    padding-right: 50px;
    position: relative;	
    font-size: 1.325rem;
}
.home-sec-four .home-contact-info li:not(.youtube-button-link) a img{
    position: absolute;
    right: 0px;
    width: 35px;
    top: -8px;
}

.home-sec-four .video-btn{
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url( '../img/play.png' );
    margin-left: -25px;
    margin-top: -25px;
    background-size: cover;
    background-position: center;
}
.home-sec-four .owl-nav{
    margin-top: 0px;
}
.home-sec-four .owl-nav .owl-prev, .home-sec-four .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    left: 0px;
}
.home-sec-four .owl-nav .owl-next{
    left: auto;
    right: 0px;
}
.home-sec-four .owl-nav .owl-prev:focus, .home-sec-four .owl-nav .owl-next:focus,
.home-sec-four .owl-nav .owl-prev:hover, .home-sec-four .owl-nav .owl-next:hover{
    outline: none;
    background-color: transparent;
}
.home-sec-four .owl-one{
    padding: 0 70px;
}
.home-sec-four .owl-nav .owl-prev .prev-nav, .home-sec-four .owl-nav .owl-next .next-nav{
    display: block;
    height: 16px;
    width: 50px;
    background-image: url(../img/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home-sec-four .owl-nav .owl-next .next-nav{
    background-image: url(../img/right-arrow.png);
}
.contat-form-cont{
    width: 1000px;
    margin:0 auto;
    max-width: 100%;
}
.form-control{
    border: 0px;
    background-color: transparent;
    border-bottom: 2px solid #7a7a7a;
    border-radius: 0px;
    padding: 12px 0;
    height: auto;
    color: #3d3d3d;
    font-size: 1.5rem;
}
.form-control::placeholder{
    color: #818181;
    font-size: 1.5rem;
}

.site-footer {
    padding: 15px 0px;
    border-top: 1px solid #cccccc;
}
.site-footer ul li{
    margin-right: 30px;
    display: inline-block;
}
.site-footer ul li a{
    color: #151515;
}
.footer-nav-menu{
    list-style: none;
}
.rtl .footer-nav-menu{
    text-align: left;
}
.footer-nav-menu{
    text-align: right;
}
.footer-logo{
    text-align: left;
}
.rtl .footer-logo{
    text-align: right;
}
#fp-nav ul li, .fp-slidesNav ul li{
    width: 30px;
    height: 15px;	
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    height: 2px;
    width: 50px;
    margin: -1px 0 0 0px;
    border-radius: 0;	
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    right: 0;
    left: auto;
    height: 1px;
    width: 30px;
    border-radius:0;
    margin: -1px 0 0 0px;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
}
#fp-nav ul .fp-tooltip, #fp-nav ul:hover .fp-tooltip{
    visibility: hidden;
    opacity: 0;
}
.rtl #fp-nav ul li a span, .fp-slidesNav ul li a span{
    left: auto;
    right: 0;
}
.btn-sublime{
    background-image: url(../img/right-white.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    border-radius: 0px;
}
.rtl .btn-sublime{
    background-position: left 15px center;
    background-image: url(../img/left-white.png);
}
.rtl .btn-sublime:hover{
    background-position: left 15px center;
    background-image: url(../img/left-black.png);
}
.btn-sublime:hover{
    background-image: url(../img/right-black.png);
}
#wpcf7-f151-p15-o1{
    direction: rtl;
}
.home-sec-four .home-sec-four-inner p{
    color: #a0a0a0;
    font-size: 1.25rem;
}
body:not(.rtl) #fp-nav.fp-right {
    right: auto;
    left: 17px;
}
body:not(.rtl) #fp-nav ul li a span, .fp-slidesNav ul li a span{
    right: auto;
    left: 0;	
}
.wpml-ls-slot-2, .wpml-ls-slot-2 a, .wpml-ls-slot-2 a:visited {
    background-color: transparent;
    color: #151515;
}
body:not(.rtl) .home-sec-two .home-s-two-info h1, body:not(.rtl) home-sec-three-inner h1, body:not(.rtl) .home-sec-four h1, body:not(.rtl) .home-sec-two .home-s-two-info h1, body:not(.rtl) .home-sec-three-inner h1{
    text-transform: uppercase;
}
.home-sect-thee-btn{
    padding-right: 0px;
}
.project_filter{list-style: none;text-align: center;}
.project_filter li{display: inline-block;vertical-align: top;text-transform: uppercase;margin: 0px 5px;cursor: pointer;padding: 0px 5px;position: relative;transition: 0.4s ease all;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;}
.project_filter li label{cursor: pointer;}
.project_filter li.active:after{content: '';position: absolute;left: 0;right: 0;margin: 0 auto;width: 100%;height: 2px;background-color: #000;bottom: 0;}
.project_filter li input{position: absolute;right: 0;opacity: 0;}
.gutter-sizer{width: 0.01%;}
.fp-bg{height: 100vh; top: 0;bottom: 0;width: 100%;position: absolute;z-index: -1;background-image: url('https://alvarotrigo.com/fullPage/extensions/imgs/parallax/parallax-1-1.jpg');}
.fp-bg{background-size: cover;transform: translate3d(0,0,0);-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */backface-visibility: hidden;}
.fp-bg:before{content: '';position: absolute;display: block;background: rgba(173, 173, 173, 0.2);top:0;bottom:0;height: 100%;width: 100%;}


.page-id-114 .footer-nav-menu,.page-id-17 .footer-nav-menu{position: fixed !important;left: 0;width: 100%;bottom: 0;padding: 15px 0px;background-color: #fff;border-top: 1px solid #ccc;,}

/**
* =============================================================
*						Standard Min Width mediaquery
* ============================================================= 
*/

@media screen and (min-width: 1601px) and (min-width:1660px) {
    .home-sec-two .home-s-two-info-box h3 {font-size: 1.9rem;    line-height: 30px;}
    .home-s-two-info-box {padding: 65px 25px;}
    body:not(.rtl) .home-sec-two .home-s-two-info-box h3 {font-size: 1.391rem !important;line-height: 26px;}
    body:not(.rtl) .home-sec-two .home-s-two-info-box p {margin-bottom: 0px;font-size: 1.08rem;}





}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-hero .container {
        max-width: 860px;
    }
    .home-sec-two .container {
        max-width: 930px;
    }
    .contat-form-cont{
        width: 800px;
    }
    .home-sec-four-inner{
        max-width: 860px;
    }
    .home-sec-three-inner{
        max-width: 860px;
    }
    .home-sec-two .container {
        max-width: 820px;
    }
    .rtl .home-sec-three .home-step h4 {
        font-size: 1rem;
    }
    .rtl .home-sec-three .home-step .home-steps-inner, .home-sec-three .home-step .home-steps-inner {
        height: 55px;
    }
    .rtl .napo-btn {
        padding: 7px 10px 7px 50px;
    }
    .home-sec-three .home-step {
        padding: 40px 0px;
    }
    .rtl .home-sec-three-inner .napo-btn {
        padding: 6px 10px 6px 51px;
    }
}
@media screen and (min-width: 992px) {

    .header-main-men li a{
        position: relative;
    }
    .header-main-men li a:after{
        content: '';
        display: block;
        height: 0px;
        width: 1px;
        background-color: #000;
        position: absolute;
        top: 100%;
        left: 50%;
        visibility: hidden;
        opacity: 0;
        transition: all 320ms ease;
    }
    .header-main-men li a:hover:after, .header-main-men li.current-menu-item a:after{
        visibility: visible;
        opacity: 1;
        height: 37px;
    }
}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1400px) {
    .container{
        max-width: 1200px;
    }
    .home-sec-three .container {
        max-width: 1170px;
    }
}
@media screen and (min-width: 1600px) {
    .container{
        max-width: 1230px;	
    }
    .home-sec-three .container {
        max-width: 1300px;
    }
}
@media screen and (min-width: 1680px) {
    .container{
        max-width: 1580px;	
    }
    .home-sec-three .container {
        max-width: 1580px;
    }
    body:not(.rtl) .home-sec-two .home-s-two-info-box h3{
        font-size: 1.8rem;
    }
}
/**
* =============================================================
*						Standard Max Width mediaquery
* =============================================================
*/

@media screen and (max-width: 1679px) {
    .napo-btn {
        padding: 7px 60px 7px 20px;
        font-size: 1.125rem;
    }
    .napo-btn:after{
        top: 14px;
    }
    .rtl .napo-btn {
        padding: 7px 20px 7px 60px;
    }
    .napo-btn:after{
        width: 30px;
        right: 15px;
    }
    .rtl .napo-btn:after {
        right: auto;
        left: 15px;
    }
    .contat-form-cont .napo-btn {
        padding: 7px 70px 7px 20px;
    }
    .rtl .contat-form-cont .napo-btn {
        padding: 7px 20px 7px 70px;
    }
    .home-sec-three .home-steps-cont {
        padding-top: 100px;
    }
    body:not(.rtl) .home-hero .hero-content-box{
        width: 900px;
        margin: 0 auto 0 0;
    }
    .home-sec-three .fp-tableCell {
        vertical-align: top;
    }
    .home-sec-four .fp-tableCell {
        vertical-align: top;
    }
    .home-sec-two .home-s-two-info, .home-sec-three .home-sec-three-inner, .home-sec-three .home-sec-four-inner, .home-sec-four .fp-tableCell, .home-sec-four .home-s-two-info{
        padding-top: 80px;
    }
    .home-sec-two .home-s-two-info p {
        font-size: 1rem;
    }
    .home-sec-three .home-steps-cont .home-steps .step-description p{
        font-size: 0.98rem;
    }
    .home-sec-two .home-s-two-info h1, home-sec-three-inner h1 {
        padding-bottom: 0.5rem;
        font-size: 3.5rem;
    }
    .home-sec-three .home-steps-cont .home-steps .step-description{
        bottom: calc(100% + 20px);
    }
    .home-sec-three .home-step {
        padding: 70px 0px;
    }
    .rtl .home-sec-three .home-step .home-steps-inner, .home-sec-three .home-step .home-steps-inner{
        height: 75px;
    }
    .home-sec-three .home-steps-cont .home-steps .step-description:after {
        height: calc( 100% + 105px );
    }
    body:not(.rtl) .home-sec-three .home-step h4{
        font-size: 1.1rem;
        width: 140px;
    }
    body:not(.rtl) .home-sec-two .home-s-two-info-box h3{
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1600px) {
    .home-sec-two .home-s-two-info-box p{
        font-size: 0.98rem;
        line-height: 20px;
    }	
    .home-sec-two .home-s-two-info-box h3 {
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 0.6rem;
    }
    body:not(.rtl) .home-hero .hero-content-box {
        width: 800px;
        margin: 0 auto 0 0;
    }
    body:not(.rtl) .home-sec-two .home-s-two-info-box h3 {
        font-size: 1.325rem;
    }
    .home-s-two-info-box {
        padding: 90px 25px;
    }
}
@media screen and (max-width: 1599px) {

    .home-s-two-info-box{
        padding: 85px 25px;	
    }
    .home-sec-three .home-step {
        padding: 75px 0px;
    }
    .home-steps-cont .info-trigger:after{
        height: 8px;
        width: 30px;
        top: 6px;
        right: 23px;	
    }
    .home-sec-three .home-steps-cont {
        padding-top: 185px;
    }
    .home-steps-cont .step-to-action .info-trigger:after {
        width: 88px;
        top: 9px;
        right: 23px;
        height: 2px;
    }

    .rtl .home-steps-cont .info-trigger:after {
        right: 23px;
        left: auto;
        width: 20px;
    }
    .home-steps-cont .info-trigger:after {
        left: 23px;
        right: auto;
        width: 20px;
    }
    .rtl .home-steps-cont .info-trigger:after {
        right: 17px;
        width: 18px;
        top: 4px;
    }
}
@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.325rem;
    }
    .home-hero .hero-content-box p {
        font-size: 1.25rem;
    }
    .home-s-two-info-box {
        padding: 65px 10px;
        text-align: center;
    }
    .rtl .home-s-two-info-box {
        text-align: right;
        padding: 65px 30px 65px 15px;
    }
    .rtl .napo-btn {
        padding: 7px 20px 7px 60px;
    }
    .home-steps-cont .info-trigger:after{
        content: none;
    }
    .home-sec-three .home-step {
        padding: 60px 0px;
    }
    .home-sec-three .home-step h4{
        font-size: 1.25rem;
    }
    .home-sec-three .home-steps-cont .home-steps .step-description:after {
        height: calc( 100% + 100px );
    }
    .napo-btn{
        padding: 5px 60px 5px 20px;
        font-size: 1.125rem;	
    }
    .napo-btn:after{
        height: 9px;
        width: 26px;	
        top: 15px;
    }
    .btn-sublime{
        background-image: url(../img/right-white-small.png);
    }
    .btn-sublime:hover {
        background-image: url(../img/right-black-small.png);
    }
    body:not(.rtl) #fp-nav.fp-right{left: 2px;    transform: scale(0.7);}
    body:not(.rtl) .home-sec-three .home-step h4{    font-size: .8rem;}
    .home-sec-three .home-steps-cont .home-steps .step-description p { font-size: 0.8rem; line-height: 1.3; }
    .home-sec-two .home-s-two-info h1, home-sec-three-inner h1, h1{font-size: 2rem;}    
    .home-sec-three .home-steps-cont {padding-top: 125px;}
    .home-sec-three .home-sec-three-inner .pt-5{padding-top: 1rem !important;}
    body:not(.rtl) .home-hero .hero-content-box{padding-left: 40px;}
    html[lang="en-US"] .header-main-men li a{font-size: 0.9rem}
}
@media screen and (min-width: 1200px) and (max-width:1365px) {

    .about_hero_bg{height:160%;}
}


@media screen and (max-width: 1199px) {
    html{
        font-size: 95%;
    }
    .home-s-two-info-box {
        padding: 60px 0px;
    }
    .home-sec-two .home-s-two-info-box h3 {
        font-size: 1.325rem;
    }
    .home-sec-three .home-step h4 {
        font-size: 1.125rem;
        padding: 0 20px;
    }
    .home-sec-three{
        overflow: hidden;
    }
    .home-sec-three .home-steps-cont .info-trigger {
        margin-top: -10px;
        height: 16px;
        width: 16px;
        margin-right: -8px;
    }
    .napo-btn {
        padding: 5px 75px 5px 20px;
    }
    .napo-btn:after{
        height: 10px;
        width: 35px;	
    }
    .rtl .home-s-two-info-box {
        padding: 65px 15px 65px 15px;
    }
    body:not(.rtl) .napo-btn {
        padding: 5px 50px 5px 20px;
    }
    body:not(.rtl) .napo-btn:after {
        height: 7px;
        width: 25px;
    }
    .header-main-men li a{
        font-size: 1.125rem;
        padding: 5px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .home-sec-two .home-s-two-info h1, home-sec-three-inner h1 {padding-bottom: 0.2rem;font-size: 2.8rem;}
    .rtl .home-s-two-info-box {padding: 40px 30px 40px 15px;}
    .home-sec-two .home-info-box:nth-child(odd) .home-s-two-info-box {background-position: center top -10px;background-size: contain;}
    .home-s-two-info-box {background-position: center bottom -10px;}
    .home-s-two-info-box {padding: 40px 10px;}
    .home-sec-two .home-s-two-info p {font-size: 0.9rem;}
    /*.home-sec-three .home-steps-cont {padding-top: 55px;}*/
    .home-sec-four .home-sec-four-inner .col-12 h1+p{display: none;}
    .home-sec-four .pb-lg-3,.home-sec-four .py-lg-3 {padding-bottom: 0.1rem!important;}


}

@media screen and (max-width: 991px) {
    .home-hero{
        padding: 150px 0 85px;	
    }
    .home-s-two-info-box, .home-sec-two .home-info-box:nth-child(odd) .home-s-two-info-box{
        background-image: none;
    }
    .home-s-two-info-box{
        padding: 0px;
    }
    .home-sec-four .home-contact-info li{
        margin-bottom: 2rem;
    }
    .home-sec-two .fp-tableCell {
        vertical-align: top;
        padding: 40px 0px;
    }
    .home-hero .fp-tableCell {
        vertical-align: top;
        padding: 130px 0px 40px;
    }
    .site-header {
        padding: 10px 0px;
    }
    .rtl header .mobile-menu {
        text-align: left;
    }
    .home-sec-two, .home-sec-three, .home-sec-four{
        padding: 70px 0px;
    }
    .home-sec-two .home-s-two-info {
        padding-top: 0px;
    }
    .process-step-mbl h2{
        font-weight: 700;
        font-weight: 700;
        font-size: 2.5rem;
        display: inline-block;
        width: 50px;
        text-align: center;
        height: 50px;
        border-radius: 50%;
        border: 2px solid;
    }
    .process-step-mbl h4{
        font-weight: 600;
    }
    .rtl .home-steps-cont-mbl{
        text-align: right;
    }
    .wpml-ls-legacy-list-horizontal{
        padding: 0px;
    }
    .wpml-ls-legacy-list-horizontal a{
        padding: 10px !important;
        text-align: left;
        border-bottom: 1px solid #f1f1f1;
    }
    .rtl .header-main-men{
        padding-right: 0px;
    }
    .rtl .wpml-ls-legacy-list-horizontal{
        padding: 0px;
    }
    .rtl .home-s-two-info-box {
        padding: 30px 30px 30px 15px;
    }
    .home-sec-two .home-s-two-info, .home-sec-three .home-sec-three-inner, .home-sec-three .home-sec-four-inner, .home-sec-four .fp-tableCell, .home-sec-four .home-s-two-info {
        padding-top: 0px;
    }
    html[lang="en-US"] .header-main-men li a{
        padding: 5px !important;
    }
    header .mobile-menu{
        color: #333;
    }
    .process-step-mbl h4{
        position: relative;
        padding-right: 60px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
    .process-step-mbl-num{
        font-weight: 700;
        font-size: 2.5rem;
        display: inline-block;
        width: 50px;
        text-align: center;
        height: 50px;
        border-radius: 50%;
        border: 2px solid;
        position: absolute;
        right: 0;
        top:0;
    }
    body:not(.rtl) .process-step-mbl h4{
        padding-right: 0px;
        padding-left: 60px;
    }
    body:not(.rtl) .process-step-mbl-num{
        left: 0px;
        right: auto;
    }
}
@media screen and (max-width: 767px) {
    html{
        font-size: 90%;
    } 
    h1 {
        font-size: 2.325rem;
    }
    .home-hero .hero-content-box li, .home-sect-thee-btn li {
        margin-bottom: 1rem;
    }
    .footer-nav-menu{
        text-align: left;
    }
    .home-sec-two, .home-sec-three, .home-sec-four {
        padding: 40px 0px;
    }
    .footer-logo-main{
        padding: 0 30px;
    }
    .footer-logo img{
        max-height: 70px;
    }
    .home-hero {
        padding: 150px 0 50px;
        min-height: 100vh;
    }
    body:not(.rtl) .hero-content-box ul li{
        margin-left: 0px;
        margin-right: 10px;
    }
    body:not(.rtl) .hero-content-box ul li:last-child{
        margin-left: 0px;
        margin-right: 0px;
    }
    .rtl .home-s-two-info-box {
        padding: 0;
    }
    .home-sec-two .home-s-two-info{
        padding-bottom: 5px;
    }
    .home-sect-thee-btn li{
        margin: 0px;
    }
    .home-sect-thee-btn{
        padding-right: 0;
    }
    .home-sect-thee-btn li:last-child{
        margin-left: 0px;
    }
    .home-sec-two{
        padding-bottom: 80px !important;
    }
    .home-sec-two, .home-sec-three, .home-sec-four {
        background-color: #e1e5e8;
    }
    .home-hero{
        background-position: calc(50% - -80px) 50%;
    }
    body:not(.rtl) .home-hero {
        background-position: calc(50% - 80px) 50%;
    }
    /* 	.home-hero:before{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top:0;
    left:0;
} */
    /* 	.home-hero .hero-content-box p{
    color: #444;
} */
    .footer-nav-menu{position: fixed !important;left: 0;bottom: 0;width: 100%;z-index: 99;text-align: center;    padding: 7px 0px !important;background-color: #fff;}
    .home-hero .hero_bg.show {z-index: 1;}
    .home-hero .hero_bg {background-size: 420%;background-position: left 30% bottom;opacity: 1;}
    .home-hero .container {position: relative;z-index: 9;}
    .home-sec-two{position: relative;}
    .home-sec-two .container{z-index: 22;position: relative;}
    .about_hero_bg{z-index: 1; background-position: bottom center;height: 100%;}
    .home-sec-four .home-contact-info {padding-top: 30px;padding-right: 0px;padding-bottom: 0px !important;}    
    .rtl .footer-nav-menu{text-align: center;    z-index: 99;}
    .site-footer ul li {margin-right: 0px;display: inline-block;min-width: auto;float: none;text-align: center;line-height: 19px;margin: 0px 5px;width: auto;}
    .home-hero{overflow: hidden;}



}
@media screen and (max-width: 575px) {
    .rtl .napo-btn {
        padding: 4px 10px 4px 43px;
    }
    body:not(.rtl) .napo-btn{
        padding: 4px 43px 4px 10px;
    }
    .home-sec-four .owl-one {
        padding: 0 40px;
    }
    .home-sec-four .owl-nav .owl-prev .prev-nav, .home-sec-four .owl-nav .owl-next .next-nav{
        width: 30px;
    }
    .home-hero .hero-content-box li, .home-sect-thee-btn li{
        margin-bottom: 1rem;
        margin-left: 10px;
    }
    body:not(.rtl) .home-sec-three-inner h1{
        text-align: left;
    }
    .home-sec-two, .home-sec-three, .home-sec-four {
        padding: 30px 0px;
        background-color: #e1e5e8;
        background-size: 100%;
    }
    .footer-logo-main{
        padding: 0 30px;
        padding-bottom: 20px;
    }
    .footer-logo img{
        max-height: 60px;
    }
    .home-hero {
        padding: 130px 0 30px;
    }
    .home-contact-info{
        padding-right: 0px;
    }
    .home-sec-four .home-contact-info li:not(.youtube-button-link) a{
        font-size: 1.12rem;
        padding-right: 30px;
    }
    .home-sec-four .home-contact-info li:not(.youtube-button-link) a img{
        width: 22px;
        top: -3px;
    }
    .home-sec-four .home-contact-info li:not(.youtube-button-link){
        margin: 0 8px 8px 8px;
    }
    .home-sec-four .home-contact-info img{
        width: 50px;
    }
    .napo-btn:after {
        height: 9px;
        top: 12px;
        width: 20px;
    }
    body:not(.rtl) .napo-btn:after{
        height: 9px;
        top: 12px;
        width: 20px;
    }

    .form-control{
        padding: 5px 0;	
    }
    .form-control::placeholder{
        font-size: 1.2rem;
    }
    .site-header .logo img{
        width: 40px;
    }
    header .mobile-menu {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 320px) {
    .home-sec-four .home-contact-info li:not(.youtube-button-link) a {
        font-size: 1rem;
        padding-right: 30px;
    }
}