/*!
Theme Name: sellio
Theme URI: https://www.dotweb.co.il
Author: dotweb.co.il
Author URI: https://www.dotweb.co.il
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sellio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sellio is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# ElementsR
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');
html, body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
/*@font-face {
    font-family: Rubik;
    src: url(fonts/Rubik-Italic.ttf);
    font-weight: 100;
}
@font-face {
    font-family: Rubik;
    src: url(fonts/Rubik-Light.ttf);
    font-weight: 200;
}
@font-face {
    font-family: Rubik;
    src: url(fonts/Rubik-Regular.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Rubik;
    src: url(fonts/Rubik-Black.ttf);
     font-weight: 500;opacity:1;
}
@font-face {
    font-family: Rubik;
    src: url(fonts/Rubik-Medium.ttf);
      font-weight: 500;
}
@font-face {
    font-family: Rubik;
    src: url(fonts/Rubik-Bold.ttf);
    font-weight: 800;
}
*/

@font-face{
    font-family: DancingScript;
    src: url(fonts/DancingScript-Bold.ttf);
    font-weight: bolder;
}
@font-face{
    font-family: DancingScript;
    src: url(fonts/DancingScript-Regular.ttf);
    font-weight: 900;
}
@font-face {
    font-family: RedHatDisplay;
    src: url(fonts/RedHatDisplay-Black.ttf);
    font-weight: 700;
}
@font-face {
    font-family: RedHatDisplay;
    src: url(fonts/RedHatDisplay-Regular.ttf);
    font-weight: 400;
}
/** General **/
.dirleft{
    direction: ltr;
    text-align: left;
}
.ti-footer-filter-text {display:none}
.borderleft{
    border-left: 1px solid #00eb77;
}
.section-title , .sub-section-title{
    font-size: 46px;
    color: #000;
    text-align: center;
    font-weight: 500;opacity:1;
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-sub-title{
    font-size: 26px;
    color: #00eb77;
    text-align: center;
    font-weight: 300;
}
.sub-section-title{
    font-size: 36px;

}
.border-bottom1{
    border-bottom: 1px solid #fae8e5;
    border-bottom-style: dotted;
}
p,ul,li,a,span,div,h1,h2,h3,h4,h5,h6
body{
    font-family: "Rubik" !important;
}
a{
    text-decoration: none !important;
}
a:hover {
    color: #ffffff;
}
body{
    direction: rtl;
}
.pri-red-color{
    color:#00eb77;
}
.bl-color{
    color:#000;
}
html,body{
    scroll-behavior: smooth;
}
/** Header **/
.form-con{
    padding-top: 10px;
    transition: 0.3s linear all;
    padding-bottom: 10px;
}
#close{
    display: none;
}
#questions #close{
    display: block;
}
#questions #close{
    position: relative;
    right: -14px;
    top: -6px;
    background: #00eb77;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
#questions #close i {
    font-size: 24px;
}
#questions  #close{
    top: -16px;
}
.home-slider{
    background-position: center 0px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: .2s linear all;
}
.logo img{
    /* width: 135px;
     height: 61px; */
    max-width: 175px;
    width: 100%;
}
.header-section{
    padding: 0;
}
.header-menu-section{
    direction: ltr;
    transition: 0.3s linear all;
    height: 109px;
}
.header-menu-section .col-sm-2 , .header-menu-section .col-sm-10{
    padding: 0;
} 
.header-menu-section .col-sm-10{
    display: flex;
    flex-direction: column;
    place-content: center;
    justify-content: center;

}
.header-menu,header .menu{
    list-style-type: none;
    margin-bottom: 0;
}
.header-menu li, header .menu li{
    display: inline-block;
    padding-right: 30px;
}
.header-menu li:last-child,
header .menu li:last-child{
    padding-right: 0;
}
.header-menu li a,
header .menu li a{
    color:#000000;
    font-size:16px;
    font-weight: 200;
    transition: 0.3s linear all
}
.header-menu li a:hover,
header .menu li a:hover{
    color:#00eb77;
    font-weight: 200;
}
.slider-txt{
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 60px;
}
.slider-head{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
}
.slider-text{
    font-size: 25px;
    color: #000;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 137px;
}
.slider-txt-big{    
    font-size: 45px;
    line-height: 9px;
}
.slider-btn{
    background-color: #00eb77;
    font-size: 18px;
    font-weight: 800;
    padding: 13px 39px;
    border-radius: 10px;
    color: #fff;
}
.overlay-shadow h4 ,.overlay-shadow h5{
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 36px;
    direction: rtl;
}
.overlay-shadow p{
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    font-family: gveret-levin !important;
    font-weight: 700;
    direction: rtl;
}
.overlay-shadow .row{
    direction: ltr;
    position: relative;
    top: -8px;
    left: -26px;
}
.overlay-shadow .row .col-sm-2 , .overlay-shadow .row .col-sm-10{
    padding: 0;
}
.overlay-shadow .row .col-sm-2{
    text-align: right;
}
.sellio-content{
    background:#f6f6f6;
    border-top: 15px solid #f6f6f6;
}
.sellio-content .container{
    background:#fff;

}
.overlay-shadow{
    text-align: left;
    padding-top: 100px;
}
.slider-sec{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 55% 100%;
    background-size: 92.2%;
}
.mobile-shots , .mobile-bg{
    position: relative;
}
.phone-frame {
    max-width: 1025px;
    width: 1025px;
    position: absolute;
    top: -430px;
    z-index: 0;
    left: 315px;
}
.phone-screen {
    position: absolute;
    top: -358px;
    left: 430px;
    max-width: 705px;
    width: 705px;
}
.phone-screen2 {
    position: absolute;
    top: -309px;
    left: 695px;
    max-width: 398px;
    width: 398px;
}
.phone-screen3 {
    position: absolute;
    top: -176px;
    left: 871px;
    max-width: 450px;
    width: 450px;
    z-index: 0;
}
.red-iphone{
    position: absolute;
    z-index: 0;
    max-width: 1115px;
    left: 26%;
    top: 390px;
}

/** Form **/
.form-section{
    background: #ffdcd6;
    border: 1px solid #CD3F3D;
    outline: #ffdcd6 solid 10px;
    border-style: dotted;
    padding: 25px 35px;
    direction: rtl;
}
.form-section label{
    font-size: 18px;
    font-weight: 300;
    color:#000;
}
.form-section input[type="submit"]{
    font-size: 16px;
    font-weight: 800;
    color:#fff;
    background: #000;
    border: none;
    border-radius: 5px;
}
.form-check{
    padding-right: 27px;
}
.form-section .form-check-label{
    font-size: 13px;
}
.form-section .form-control{
    border: 1px solid #CD3F3D;
    font-weight: 300;
}
.footer-form .form-section{
    margin: 0 !important;
}
#defaultCheck1 , .ques-check{
    -webkit-appearance: none;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 5px !important;
    background: #fff;
    border-radius: 4px;
    border: 0.5px solid #cd3f3d;
    /* margin-right: 1px; */
}
#defaultCheck1:checked:after , .ques-check:checked:after{
    content: '\2714';
    font-size: 10px;
    position: absolute;
    top: -2px;
    left: 1px;
    color: #000000;
}
#defaultCheck1:focus , .ques-check:focus{
    outline: none;
}
#questions .row input[type="submit"]{
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 5px;
    width: 200px;
    padding: 5px;
}
#questions .row label , #questions .row .form-control{
    font-weight: 300;
    font-size: 15px;
}
#questions .row .form-control{
    border: 1px solid #CD3F3D;
}
#questions .row textarea{
    resize: none;
}
#questions .row .col-sm-6 , #questions .row .col-sm-12{
    margin-bottom: 10px;
}
#questions .modal-title , select option{
    font-weight: 300;
}
.modal-header{
    border-bottom: none;
}
#questions .wpcf7{
    border: 1px solid #CD3F3D;
    outline: #ffdcd6 solid 10px;
    border-style: dotted;
    height: 100%;
    padding-top: 30px;
}
#questions .modal-header{
    position: absolute;
}
/** Form **/

/** Icon Boxes **/
.icon-section .col-sm-12{
    margin-bottom: 50px;
}
.icon-section{
    padding-top: 40px;
}
/*.icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2{
    font-size: 66px;
    color:#000;
    text-align: center;    
     font-weight: 500;opacity:1;
}*/
/*.icon-section h5,.live-projects-titles h5,.section-sub-title{
    font-size: 36px;
    color:#00eb77;
    text-align: center;    
      font-weight: 500;
}*/
.icon-boxes h2{
    font-size: 24px;
    color:#000;
    text-align: center;    
    font-weight: 800;
    margin-bottom: 0;
}
.box-icons{

    margin-bottom: 15px;
    height: 216px;
    width: 160px;
}
.box-divider{
    height: 5px;
    margin: 17px 0;
}
.icon-boxes p{
    font-size: 16px;
    line-height: 20px;
    color:#000;
    text-align: center;    
    font-weight: 200;
}
.fashion-blog .icon-boxes {
    width: 20%;
    max-width: 20%;
    flex: 20%;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
/** Icon Boxes **/

/** Live Projects **/
.live-projects{
    padding-top:30px !important;
    background-color: #fff !important;
    background-position: 100% 138px !important;
    background-size: 132% !important;
    padding-bottom: 20px;
}
.icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2{
    font-size: 46px;
    color:#000;
    text-align: center;    
    font-weight: 500;opacity:1;
    text-transform: uppercase;
    margin-bottom: 0;
}
.icon-section h5,.live-projects-titles h5,.section-sub-title{
    font-size: 26px;
    color:#00eb77;
    text-align: center;    
    font-weight: 300;
}
.live-projects-slider{ 
    direction: ltr;
}
.content-area p img {width:100%; height:auto}
.videoinline {float:right; width:260px; height:490px; overflow: hidden;}

.topsectioncontent ul {padding-inline-start:0px}
.topsectioncontent li {font-size:20px; line-height:27px !important; color:#777777; background: url('images/bulletsellio.png')no-repeat right; list-style-type: none; padding-right: 30px; }
.topsectioncontent strong {font-size:20px;}

/*.slick-slide {
    transition: 0.3s linear all;
}*/
.live-projects-slider  .slick-center{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);  
    z-index: 9999;
    position: relative;
}
.live-projects-slider  .slick-list{
    padding-top: 60px !important;
    padding-bottom: 45px !important;
}
.col-sm-4.live-projects-boxes{
    padding: 0;
    transition: 0.3s linear all;
    cursor: pointer;
    width: 100% !important;
    max-width: 100%;
    /*z-index: -1;*/
}
.live-projects-boxes:hover {
    /*transform: scale(1.1);*/

}
.live-projects-boxes:hover .live-projects-slider  .slick-list{
    overflow: visible !important;
}
.projects-img {
    height: 310px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #cd3f3d;
}
.project-txt {
    background: #fff;
    border: 1px solid #cd3f3d;
    /*padding: 27px 27px 38px 10px;*/
    padding: 20px 26px 15px 10px;
    max-height: 95px;
    min-height: 95px;
}
.projects-icon {
    max-height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}
.project-txt div{
    float: left;
    display: inline-block;
}
.project-txt p{
    margin-bottom: 0;
    position: relative;
    top: -12px;
}
.project-email {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.project-email a {
    font-size: 12px;
    font-weight: 100;
    color: #000;
}
.project-email span {
    font-weight: 800;
    color: #00eb77;
    margin-left: .2rem;
    margin-right: .2rem;
}
.project-detail{
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
.arrows-logo-slider{
    position: relative;
}
.arrow-logo {
    position: absolute;
    top: 200px;
    z-index: 998;
    height: 91px;
    display: inline-block;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 34px;
}
.project-prev {
    left: -47px;
}
.project-next {
    right: -47px;
}
.arrow-logo img {
    width: 55px;
}

/** Live Projects **/
/** Fashion **/

.fashion-posts{
    padding-top: 30px;
    padding-bottom: 40px;
}

.fashion-blog .box-icons {
    margin-bottom: 15px;
    height: 128px;
    width: 153px;
}
.row.icon-section.fashion-blog .col-sm-2 {
    width: 20%;
    max-width: 20%;
    flex: 20%;
}
.load-fashion{
    background-color: #000;
    font-size: 18px;
    font-weight: 800;
    padding: 13px 26px; 
    border-radius: 10px;
    color: #fff;
    border: none;
}
.g-font{
    font-size: 26px;
    font-weight: 700;
    color: #000;
    font-family: "gveret-levin";
    margin-bottom: 25px;
}
/*.fashion-load-section{
    margin-top: 30px;
    margin-bottom: 30px;
}
.fashion-load-section .load-fashion{
    background-color: #00eb77;
}
.fashion-blog .col-sm-2{
    transition: 0.5s linear all;
}
.fashion-blog .col-sm-2:nth-of-type(1n+12) {
    display: none;
    opacity: 0;
    height: 0;
    transition: 0.5s linear all;
} */
.show-fashion{
    display: block !important;
    opacity: 1 !important;
    height: 100% !important;
    transition: 0.5s linear all;
}
#load-fashion-posts button{
    cursor: pointer;
}
/** Fashion **/

/** Video Section **/
.video-sec.border-bottom1 {
    padding-left: inherit;
    padding-right: inherit;
}
.video-sec {
    padding-bottom: 100px;
}
.video-sec .row .col-sm-12  {
    padding-top: 60px;
    padding-bottom: 60px;
}


.play-video{
    width: 97.2%;
    height: 100%;

    margin-right: 0.9rem;
}
.video-sec .row .col-sm-6 p{
    font-size: 22px;
    font-weight: 200;
    line-height: 25px;
    padding-bottom: 60px;
}
/** Blog **/
.fashion-posts-sec{
    padding-top: 100px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color:#fff !important;
    background-position: 100% 214px !important;
    background-size: 146% !important;
    padding-top: 30px !important;
}

.fashion-posts .col-sm-4 img{
    width: 100%;
    object-fit: cover;
}
.fashion-posts-txt .project-email{
    margin-bottom: 0;
    line-height: 18px;
    direction: rtl;
}
.fashion-description{
    font-size: 15px;
    font-weight: 300;
}
.readmore a{
    color: #00eb77;
    font-size: 15px;
    font-weight: 800;
}
.fashion-posts-txt{
    background: #fff;
    padding: 25px;
}
.client-slider {
    padding-bottom: 100px;
    position: relative;
}
.client-slider .col-sm-12{
    padding-bottom: 20px;
}
.partner-prev {
    left: -5px;
    top: -43px;
}
.partner-next {
    right: -5px;
    top: -43px;
}
.arrow-logo img {
    width: 50px;
    background: #fefaf9;
}
.project-next.arrow-logo img , .project-prev.arrow-logo img{
    background: none;
}
.partner-slider img{
    max-width: 194px;
}
.partner-slider{
    direction: ltr;
}
.partner-slider-sec{
    /*     margin: 0 20px;*/
}
.primary-slider .slick-prev:before,
.primary-slider .slick-next:before{
    content: '';
}
.primary-slider .slick-prev{
    background: url('images/hover-prev-arrow.svg')no-repeat center / 45px;
    height: 45px;
    width: 45px;
    left: 21px;
    z-index: 99;
}
.primary-slider .slick-next{
    background: url('images/hover-next-arrow.svg')no-repeat center / 45px;
    height: 45px;
    width: 45px;
    right: 21px;
    z-index: 99;
}
.four-boxes-slider .icon-boxes.slick-slide{
    max-width: 100%;
    flex: 100%;
    width: 100%;
    text-align: center;
}
.four-boxes-slider .icon-boxes.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}
.box-next{
    right: -47px;
}
.primary-next {
    right: 0px;
}
.box-prev{
    left: -47px;
}
.primary-prev {
    left: 0px;
}
.primary-prev img,.primary-next img {
    background: none !important;
}
/** Footer **/
.footer-sec {
    padding-right: 15px !important;    
    padding-left: 15px !important;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    position: relative;
}
.footer-sec .row .col-sm-1 h6 , .footer-sec .row .col-sm-2 h6{
    font-size: 24px;
    font-weight: 800;
    color: #000;
}
.footer-sec .row .col-sm-1 ul{

    padding-right: 17px;
}
.footer-sec .row .col-sm-1 {
    width: 15%;
    max-width: 15%;
    flex: 15%;
}
.footer-sec .row .col-sm-2 {
    width: 18%;
    max-width: 18%;
    flex: 18%;
    padding-right: 0;
}
.footer-sec .row .col-sm-3 {
    width: 22%;
    max-width: 22%;
    flex: 22%;
    padding-right: 0;
}
.footer-sec .row ul li a{
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.footer-sec .row ul li i{
    font-size: 33px;
}
.es_shortcode_form{
    background: #fff;
    padding: 0;
    border: 1px solid #00eb77;
    border-radius: 4px;
    direction: ltr;
    border-radius: 12px;
    max-height: 51px;
}
.es_shortcode_form input[type="email"]{
    border: none;
    width: 100%;
    font-weight: 200;
    font-size: 18px;
    height: 48px;
    padding-left: 10px;
    border-radius: 12px;
    float: left;
}
.es_shortcode_form input[type="email"]:focus{
    outline: none;
}

.es_shortcode_form input[type="submit"]{
    cursor: pointer;
    background: #00eb77;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    font-size: 18px;
    font-weight: 800;
    width: 26%;
    border: none;
    color: #fff;
    padding: 10px 0;
    border: 1px solid #00eb77;
    transition: 0.2s linear all;
}
.es_textbox{
    width: 73%;
    display: inline-block;
}
.es_button{
    padding-top: 0;
    width: 25%;
    display: inline-block;
}
.es_lablebox {
    display: none;
}
.es_shortcode_form > label{
    left: 0 !important;
}
.es-field-wrap{
    text-align: left;
    display: inline-block;
    width: 74%;
    float: left;
}

.footer-logo  .logo{
    margin-bottom: 20px;
}
.footer-logo h6{
    font-size: 45px;
    font-weight: 300;
    color: #000;
    text-align: left;
    line-height: 45px;
}
.footer-logo p{
    font-size: 17px;
    font-weight: 800;
}
.footer-responsive-box {
    display: none;
}
.cards{
    position: absolute;
    top: 300px;
}
.cards p{
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 30px;
}
.cards img{
    max-width: 400px;
}
.cards-alone{
    position: relative;
    top:0;
}
.copyright{    
    padding: 20px 15px !important;
}
.copyright .row .col-sm-12 p{
    font-size: 12px;
    font-weight: 200;
    color: #000;
    direction: ltr;
    margin-bottom: 0;
}
.copyright .row .col-sm-12 p a{
    color: #000;
    font-weight: 800;
    padding-left: 5px;
    padding-right: 5px;
}
.copyright .row .col-sm-12 p span{
    border-right: 1px solid #333;
    border-right-style: dotted;
    color: #000;
    padding-right: 5px;
}
.slider-type-section .primary-slider{
    width: 100%;
}
.slider-type-section .overlay-shadow {
    position: absolute;
    bottom: 0;
    top: unset;
}
.slider-type-section .slider-sec {
    position: relative;
}
.slider-type-section .slider-txt{
    padding-right: 100px;
    padding-top: 85px;
    height: 680px;
}
.slider-type-section .slider-txt-big,
.slider-type-section .slider-text{
    line-height: normal;
}
.trans-header{
    position: fixed;
    padding-top: 0px;
    z-index: 1;
    border-bottom: 1px solid;
    border-bottom-style: dotted;
    padding-bottom: 0px;
    width: 100%;
    top: 0;
    z-index: 999;
    border-color: #4ceb92;
}
.shadow-type-two{
    padding-top: 0;   
}
.shadow-type-two > .row{
    top: 0;
    left: 0;
    padding-top: 110px;
}
.have-bg-img .form-section{
    outline: none !important;
    background: none;
    border: none;
}
.footer-form .row.form-section{
    max-width: calc(100% - 20%);
    margin-left: auto !important;
    margin-right: auto !important;
}
.footer-form  .row.form-section > div:nth-child(1),.footer-form .row.form-section > div:nth-child(2),
.footer-form  .row.form-section > div:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
}
.footer-form  .row.form-section .form-control,
.footer-form  .row.form-section .subscribe-user{
    min-height: 45px;
}
.go-to-cform{
    text-align: center;
    padding-top: 10px;
}
.go-to-cform a{
    min-width: 170px;
    display: inline-block;
    padding: 10px;
}
.primary-menu li a img{
    width: 50px;
    position: relative;
    z-index: 9;
}
.primary-menu li a{
    font-size: 15px;
    font-weight: 300;
}
.primary-menu li{
    padding-left: 15px;
}
.primary-menu{
    direction: rtl;
    margin-bottom: 0;
}
.phone-no img {
    position: relative;
    z-index: 5;
}
.phone-no span:not(.ripple){
    padding: 4px 14px 4px 10px;
    background: #149948;
    color: #fff;
    position: relative;
    left: 7px;
    top: 3px;
    font-size: 18px;
    z-index: 1;
    border-radius: 5px 0 0 5px;
}
.slider-type-section .slider-txt {
    padding-top: 215px;
}
.home-slider .arrow-logo{
    top: 300px;
}
.four-slider .slick-slide {
    float: right;
}
.image-popup-no-margins img{
    object-position: top;
}
.primary-menu > li > a{
    position: relative;
}
.primary-menu > li:not(.tel-icon) > a::after,
.header-menu > li:not(.tel-icon) > a::after,
header .menu > li:not(.tel-icon) > a::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -10px;
    background: #000;
    right: 0;
    transition: .3s linear all;
    z-index: 99999;
}
.primary-menu >li:not(.tel-icon):hover>a::after,
.header-menu > li:not(.tel-icon):hover > a::after,
header .menu > li:not(.tel-icon):hover > a::after{
    width: 40px;
}
.wpcf7-email::placeholder {
    text-align: right;
}
.live-projects-boxes .image-popup-no-margins img{
    border-radius: 5px 5px 0px 0px;
}
.live-projects-boxes .project-txt{
    border-radius: 0 0 5px 5px;
}
.mfp-bottom-bar{
    display: none;
}
.live-projects-boxes{
    box-shadow: 5px 5px 4px rgb(0 0 0 / 10%);
}
.mfp-arrow-left{
    background: url('images/left-chevron.png')no-repeat center / contain !important;

}
.mfp-arrow-right{
    background: url('images/right-chevron.png')no-repeat center / contain !important;
}
.mfp-arrow:after{
    border-top-width: 0;
    border-bottom-width: 0;
}
.img-align-right,.img-align-left{
    padding-bottom: 15px;
}
.blog-modal .modal-dialog{
    max-width: 800px;
}
.blog-modal .close{
    display: flex;
    position: absolute;
    right: -14px;
    top: -6px;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.blog-modal .modal-header{
    border-bottom: none;
    padding: 0;
}
.content-n-img > div {
    padding-top: 30px;
}
.img-align-right p,.img-align-left p{
    text-align: right;
    font-weight: 300;
}
.blog-img-box{
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.blog-img-box > img{
    transition: .3s linear all;
}
.blog-img-box:hover > img:not(.video-icon){
    transform: scale(1.1);
}
.fashion-posts-txt{
    cursor: pointer;
}
.readmore a {
    pointer-events: none;
}
.footer-form .form-con{
    outline: 1px dotted #fff;
    outline-offset: -10px;
}
.box-next,.box-prev{
    top: 130px;   
}
.blog-modal .blog-wrap > img{
    margin: 0 auto;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

/* width */
.blog-modal .blog-wrap::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.blog-modal .blog-wrap::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.blog-modal .blog-wrap::-webkit-scrollbar-thumb {
    background: #000000; 
}

/* Handle on hover */
.blog-modal .blog-wrap::-webkit-scrollbar-thumb:hover {
    background: #1e953b; 
}

.blog-wrap {
    overflow-x: auto;
    max-height: 740px;
}

/** Animation **/
.row.form-section > .col-sm-4.text-center.mt-3 {
    position: relative;
}
.btn,.load-fashion,.phone-no,.go-to-new-contact-us,.portfolio-arrows > a,.contact-us-action > input{
    position:relative;
    overflow:hidden;
}
.ripple{
    width:0;height:0;border-radius:50%;background:rgb(0 235 119 / 40%);transform:scale(0);position:absolute;opacity:1;
}
.rippleEffect{animation:rippleDrop .6s linear}
@keyframes rippleDrop{100%{transform:scale(2);opacity:0}}
.wpcf7-validation-errors{
    color: red;   
}
.popup-youtube.inside-box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.mfp-arrow:before {
    border-top-width: 0;
    border-bottom-width: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
}
.blog-sub-title{font-weight:300;}
.fashion-posts-slider .slick-slide{
    float:right;
}
.project-email.blog-sub-title{font-size: 16px;}
.fashion-posts-slider .col-sm-4{
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.fashion-posts-txt.position-relative, 
.fashion-posts-txt.position-relative a{
    outline: none;
}
.blog-next{
    right: -18px;
}
.blog-prev{
    left: -18px;  
}
.fashion-posts .col-sm-4 img{
    outline: none !important;
    border: none;
}
.slider-three-txt {
    width: 65%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 80px;
}
.slider-three-txt .slider-text {
    font-weight: 200;
    font-size: 36px;
    text-align: left;
    line-height: 36px;
}
.slider-three-txt .slider-head{
    font-size: 25px;
	line-height: 22px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 800;
}
.slider-three-txt h1,.slider-three-txt h2{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.primary-slider.slick-initialized.slick-slider {
    direction: ltr;
}
.tel-icon.style-two span {
    background: transparent;
    color: #000;
}
.tel-icon.style-two em {
    font-style: normal;
}
.tel-icon.style-two em {
    font-style: normal;
    padding-right: 16px;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 6px;
    font-weight: 800;
    line-height: 16px;
    padding-bottom: 1px;
}
.logo.layoutwo + .col-sm-10 > ul > li{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
/*
.logo.layoutwo + .col-sm-10 > ul > li.style-two{
    border-top: 1px dotted;
    border-bottom: 1px dotted;
}
.logo.layoutwo + .col-sm-10 > ul > li.style-two::after{
    content: '';
    position: absolute;
    top: 1px;
    height: 1px;
    width: 100%;
    left: 0;
    border-top: 1px dotted;
}
.logo.layoutwo + .col-sm-10 > ul > li.style-two::before{
    content: '';
    position: absolute;
    bottom: 1px;
    height: 1px;
    width: 100%;
    left: 0;
    border-top: 1px dotted;
}*/
.logo.layoutwo {
    padding-top: 6px;
}
.benefits-icon {
    text-align: center;
}
.benefits-icon img {
    width: 90px;
    display: block;
    margin: 0 auto;
}
.icon-boxes {
    transition: .3s linear all;
}
.hide-benefits {
    /*    visibility: hidden;
        opacity: 0;
        height: 0;*/
    display: none;
}
.show-benefits{
    /*    opacity: 1;
        visibility: visible;
        height: 100%;
       transition-delay: .3s;*/
    display: block;
}
.join-us-content a {
    display: inline-block;
    padding: 5px 15px;
    background: #000;

    border-radius: 10px;
}
.join-us-content a:hover {
    color: #00eb77 !important;
}

.portfolio-img-box img {
    margin: 0 auto auto 0;
    max-height: 754px;
}
.portfolio-content-slider {
    direction: ltr;
}
.portfolio-details a {
    color: #000;
    font-weight: 300;
}
.portfolio-arrows img {
    width: 35px;
    object-fit: contain;
}
.portfolio-details > a {
    display: flex;
    align-items: center;
}
.portfolio-details > a img {
    width: 30px;
    margin-left: 9px;
}
.portfolio-details h3 {
    text-align: left;
}
.portfolio-details p {
    text-align: left;
}
.portfolio-arrows {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.portfolio-arrows .portfolio-next {
    margin-right: 20px;
}
.portfolio-next,.portfolio-prev{
    width: 38px;
    height: 38px;
    border: 1px solid #00eb77;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: .2s linear all;
    background: #00eb77;
}
.portfolio-next i,.portfolio-prev i{
    font-size: 24px;
    padding-right: 3px;
    color: #ffffff;
    line-height: 15px;
    position: relative;
    top: -1px;
}
.portfolio-prev i{
    padding-right:0;
    padding-left: 3px;
}

.tel-icon.style-two .phone-no img {
    width: 19px;
    position: relative;
}
.tel-icon.style-two .phone-no {
    position: relative;
    top: -2px;
}
.logo.layoutwo {
    padding-top: 6px;
    display: flex;
    align-items: center;
}
.tel-icon.style-two span {
    background: transparent;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.slider-three-txt.right {
    text-align: right;
    width: calc(100% - 230px);
}
.slider-three-txt.right h1,
.slider-three-txt.right h2{
    text-align: right;
    margin-right: 0;
}
.slider-three-txt.right p {
    text-align: right;
    margin-right: 0;
}
.header-menu li a:hover ,
header .menu li a:hover{
    color: #000000;
}
.primary-menu > li:not(.tel-icon) > a::after,
.header-menu > li:not(.tel-icon) > a::after,
header .menu > li:not(.tel-icon) > a::after{
    background: #00eb77;
}
body.page-on-scroll .header-menu-section {
    height: 73px;
}
.slider-three .slider-txt.slick-slide {
    padding-top: 125px;
}
.trans-header {
    position: unset;
}
.trans-header {
    position: unset;
}
.page-on-scroll .trans-header{
    position: fixed;
}
body.modren-page.page-on-scroll {
    padding-top: 73px;
}
.slider-txt p {
    direction: rtl;
}
.icon-section > div > h3 {
    font-family: "DancingScript" !important;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align:center;
}
.icon-section > .col-sm-12 > h2,
.our-product-success p{
    font-weight: 200;
    font-size: 36px;
    line-height: 36px;
    color: #777777;
    text-align:center;
}
.icon-section > .col-sm-12 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.sellio-content {
    background: #ffffff;
    border-top: none;
}
.box-icons {
    margin-bottom: 17px;
    height: 115px;
    width: 100%;
}
.benefits-tag {
    font-size: 14px;
    font-family: "DancingScript" !important;
    line-height: 14px;
    margin-bottom: 15px;
}
.icon-boxes h2,
.our-product-success h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 26px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.icon-boxes {
    margin-bottom: 48px;
}
.fashion-load-section {
    margin-top: 0;
    margin-bottom:50px;
}
div.fashion-load-section button.load-fashion{
    background-color: #00eb77;
    color: #000;
    font-weight: 500;
    border: 1px solid #00eb77;
    border-radius: 23px;
    font-size: 18px;
    min-width: 284px;
    letter-spacing: 6px;
    cursor: pointer;
}
.common-style h2 {
    color: #777777;
    color: #b3b3b3;
    font-size: 52px;
    direction: ltr;
    line-height: 66px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.common-style h3{
    color: #000;
    font-size: 36px; 
    direction: ltr;
    margin-bottom: 5px;
}
.common-style p{
    font-size: 31px;
    line-height: 33px;
    color:#777777; 
    margin-bottom: 34px;
}
p#delivery-content-des{
    direction: rtl;
}
.common-style a,.first-btn ,.sites-wrap{
    font-size: 18px;
    font-weight: 500;
    color:#000;
    background: #00eb77;
    border: 1px solid #00eb77;
    padding: 14px;
    min-width: 282px;
    text-align: center;
    border-radius: 20px;
    line-height: 26px;
    letter-spacing: 3px;
}
.sites-wrap{
    background: #000;
}
.sites-wrap a{
    font-size: 18px;
    font-weight: 500;
    color:#fff;
    line-height: 26px;
    letter-spacing: 6px;
    text-align: center;
}
.cos-btns a.second-btn {
    background: #000;
    border-color: #000;
}
.join-us-img {
    text-align: center;
}
.join-us-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
}
.join-us-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.join-us-section {
    padding-bottom: 25px;
}
.portfolio-details ul .list-inline-item:not(:last-child){
    margin-left: 0;
}
.portfolio-details > ul {
    padding-left: 0;
    text-align: left;
    margin-bottom: 18px;
}
.portfolio-details > ul li .fa {
    color: #00eb77;
}
.portfolio-details > ul.one > li .fa,
.portfolio-details > ul.two > li .fa,
.portfolio-details > ul.four > li .fa,
.portfolio-details > ul.three > li .fa{
    opacity: .4;
}
.portfolio-details > ul.one > li:nth-child(1) .fa,
.portfolio-details > ul.two > li:nth-child(1) .fa,
.portfolio-details > ul.two > li:nth-child(2) .fa,
.portfolio-details > ul.three > li:nth-child(1) .fa,
.portfolio-details > ul.three > li:nth-child(2) .fa,
.portfolio-details > ul.three > li:nth-child(3) .fa,
.portfolio-details > ul.four > li:nth-child(1) .fa,
.portfolio-details > ul.four > li:nth-child(2) .fa,
.portfolio-details > ul.four > li:nth-child(3) .fa,
.portfolio-details > ul.four > li:nth-child(4) .fa,
.portfolio-details > ul.five > li .fa{
    opacity: 1;
}
.client-portfolio{
    margin-left: -15px;
}
.portfolio-content-wrap > div{
    background: url('images/dotted-bg.png')no-repeat center / cover;
    padding: 50px 50px 50px 0;
}
.portfolio-content-wrap {
    padding-right: 0;
}
.portfolio-images-wrap{
    /*background: url('images/bg-color.png')no-repeat bottom / contain;*/    
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
}
.portfolio-content{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 33px;
    padding-right: 55px;
}
.portfolio-content > div {
    max-width: 292px;
    max-width: 390px;
}
.portfolio-fixed-content h2{
    text-align: left;
    font-size: 47px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 10px;
}
.portfolio-fixed-content h3{
    text-align: left;
    font-size: 22px;
    font-weight: bolder;
    line-height: 22px;
    margin-bottom: 24px;
    font-weight: bolder;
    font-family: "DancingScript" !important;
}
.portfolio-fixed-content p{
    text-align: left;
    font-size: 19px;
    font-weight: 200;
    line-height: 20px;
    margin-top: 18px;
    direction: rtl;
    margin-bottom: 69px;
}
.portfolio-details > h2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: left;
}
.portfolio-details > p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 200;
}
.portfolio-details {
    padding-bottom: 80px;
}
.portfolio-content-slider .slick-list.draggable {
    overflow: visible;
}
.portfolio-details > a {
    position: absolute;
    bottom: -30px;    
    right: -25px;
    font-size: 13px;
    font-weight: 200;
    flex-direction: row-reverse;
}
.dashboard-section {
    padding-top: 60px;
}
.dashboard-content h2{
    font-family: "DancingScript" !important;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
}
.dashboard-content h3{
    font-weight: 200;
    font-size: 36px;
    line-height: 36px;
    color: #777777;
    text-align: center;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.dashboard-n-popup-img {
    text-align: center;
    position: relative;
}
.dashboard-n-popup-img {
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 30px;
}
.img-first-section img {
    display: block;
}
.img-last-section img {
    display: block;
}
.dashboard-img-one,.dashboard-img-three{
    margin-right: auto;
    margin-left: 0;
}
.dashboard-img-two {
    margin-right: auto;
    margin-left: auto;
    padding-right: 37px;
    margin-bottom: 30px;
}
.dashboard-img-two{
    margin-bottom: 24px;
}
.dashboard-img-three{
    margin-bottom: 55px;   
}
.dashboard-img-six{
    margin-bottom: 130px;
}
.dashboard-img-seven{
    margin-bottom: 45px;
}
.img-first-wrap{
    display: flex;
    align-items: center;
}
.img-last-section{
    padding-top: 10px;
}
.img-middle-section {
    padding: 0 15px 0 20px;
}
.img-first-section{
    padding-top: 20px;
}
.img-first-wrap {
    position: relative;
    left: -53px;
    top: 31px;
}
.dashboard-popup-img::after{
    content: url(https://www.sellio.co.il/wp-content/uploads/2021/05/shadow.png);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 19px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}
.area-in-view-port.dashboard-popup-img::after{
    visibility: visible;
    opacity: 1;
}
img.dashboard-popup-img{
    animation: move-left-right 3s linear infinite;
    transform: translateX(4px);
}
@keyframes move-left-right {
    50% {
        transform: translateX(-2px);
    }
}
.delivery-content > img.car-in-viewport{
    animation: moving-car 1s ease-in-out forwards;
    transform: translateX(-55px);
}
@keyframes moving-car{
    100% {
        transform: translateX(0px);
    }
}
.img-align-left  img.black-car-in-viewport{
    animation: moving-car-left 1s ease-in-out forwards;
    transform: translateX(55px);
}
@keyframes moving-car-left{
    100%{
        transform: translateX(0px);
    }
}
/** Images Animation **/
div.dashboard-popup-img img:not(.dashboard-popup-img){
    transform: translate(0px, 0px) scale(0,0);
    transition: .3s linear all;
    opacity: 0;
}
.area-in-view-port img:not(.dashboard-popup-img){
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: growFade;
}
img.dashboard-img-one.img-fluid{
    animation-delay: 0.2s;
}
img.dashboard-img-two.img-fluid{
    animation-delay: 0.3s;
}
img.dashboard-img-three.img-fluid{
    animation-delay: 0.4s;
}
img.dashboard-img-four.img-fluid{
    animation-delay: 0.5s;
}
img.dashboard-img-five.img-fluid{
    animation-delay: 0.6s;
}
img.dashboard-img-six.img-fluid{
    animation-delay: 0.7s;
}
img.dashboard-img-seven.img-fluid{
    animation-delay: 0.8s;
}
img.dashboard-img-eight.img-fluid{
    animation-delay: 0.9s;
}
@keyframes growFade{
    50% {opacity: .5;} 
    100%  {transform: translate(0px, 0px) scale(1,1); opacity: 1;}
}

/** Images Shadows **/

div.dashboard-popup-img {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
}
.dashboard-wrap-img {
    position: relative;
}
.collector-img-wrap {
    position: relative;
}
.collector-img{
    position: absolute;
    bottom: 142px;
    right: -109px;
    z-index: 1;
}
.movefromleft{
    animation: moveFromLeft 1s ease forwards;
    transform: translateX(50px);
}
@keyframes moveFromLeft{
    100%{
        transform: translateX(0);
    }
}
.delivery-box-img{
    position: relative;
    top: -78px;
    right: 70px;
    z-index: 2;
}
.movefromright{
    animation: moveFromRight 2s forwards;
    animation-delay: .2s;
    transform: translateX(100px);
}
@keyframes moveFromRight{
    100%{
        transform: translateX(0px);
    }
}

.pos-img {
    text-align: right;
    padding-right: 0;
}
.pos-img img{
    max-width: 100%;
}
.pos-section {
    padding-top: 80px;
    padding-bottom: 40px;
}
.pos-content h2{
    margin-bottom: 29px;
	color: #00eb77;
	text-align: right;
    font-family: "Rubik" !important;
    direction: rtl;
	line-height:49px
}
.pos-content p{
    line-height: 45px;
    margin-bottom: 27px;
}
.pos-content a{
    min-width: 283px;
    display: inline-block;
}
.delivery-section{
    padding-top: 70px;
    padding-bottom: 100px;
}
.delivery-content{
    text-align: left;
}
.delivery-content h2{
    margin-bottom: 5px;
}
.delivery-content p{
    line-height: 45px;
    margin-bottom: 27px;
}
.common-style a{
    display: inline-block;
}
.delivery-content a{
    color:#000;
    border: 1px solid #00eb77;
    background: #00eb77;
}
.delivery-content a{
    line-height: 24px;  
}
.social-icons-cu{
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-icons-cu li{
    display: inline-block;
    text-align: center;
}
.social-icons-cu > li > a{
    width: 72px;
    height: 72px;
    background: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s linear all;
}
.social-icons-cu > li > a:hover{
    background: #00eb77;
}
.social-icons-cu > li:last-child > a {
    background: #00eb77;
}
.social-icons-cu > li:first-child > a {
    background: #1877f2;
}
.social-icons-cu > li:first-child > a:hover {
    background: #016dfa;
}
.social-icons-cu > li:last-child > a:hover {
    background: #03db70;
}
.ci-txt h2 {
    font-family: "DancingScript" !important;
    font-size: 22px;
    margin-bottom: 15px;
}
.ci-txt h3{
    font-weight: 200;
    font-size: 36px;
    line-height: 36px;
    color: #777777;
    text-align: right;
    max-width: 450px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-bottom: 30px;
}
.new-contact-form form p label span {
    direction: rtl;
}
.new-contact-form .wpcf7-form-control-wrap input {
    border: none;
    padding-bottom: 10px;
    padding-top: 7px;
    width: 100%;
}
.new-contact-form .wpcf7-form-control-wrap input{
    border: none;
    padding-bottom: 10px;
    width: 100%;
}
.new-contact-form form p label {
    position: relative;
    padding-top: 30px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;

}
.new-contact-form form p label > em {
    font-style: normal;
    position: absolute;
    top: 18px;
    z-index: 9;
    right: 0;
    font-size: 11px;
}
.new-contact-form form p label input:focus {
    outline: none;
    border: none;
}
.new-contact-form .wpcf7-form-control-wrap input::placeholder {
    color: #777777;
}
.wpcf7-text.wpcf7-email {
    text-align: right;
}
input#phone {
    text-align: right;
}
.new-contact-form form p label:first-child {
    /*border-top: 1px solid #d4d4d4;*/
}
.contact-us-action > input {
    min-width: 222px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #00eb77;
    border: 1px solid #00eb77;
    padding: 14px;
    text-align: center;
    border-radius: 20px;
    line-height: 26px;
    letter-spacing: 6px;
    cursor: pointer;
    transition: .2s linear all;
}
.contact-us-action > input:hover,
.common-style a:hover,
.join-us-content a:hover,
.load-fashion:hover,
div.fashion-load-section button.load-fashion:hover,
.contact-us-action > input:hover,.first-btn:hover{
    color:#00eb77;
    background:#fff;
}
.contact-us-action > a > img {
    margin-left: 18px;
}
.contact-us-action > a {
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
	font-weight: 300 !important
}
.contact-us-action {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
footer#footer-style-two {
    padding-top: 90px;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.footer-two-row {
    padding-right: 48px;
}
.footer-two-right h2{
    font-family: "DancingScript" !important;
    font-size: 22px;
    margin-bottom: 15px;
}
.footer-two-right > p{
    font-weight: 200;
    font-size: 36px;
    line-height: 36px;
    color: #777777;
    text-align: right;
    max-width: 450px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.footer-two-animation .big-img{
    transform: translateX(-135px);
    opacity: .3;
}
.apple-movement  .big-img{
    animation: move-apple 1s ease-in-out forwards;
}
@keyframes move-apple{
    50% {
        opacity: .6;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
.small-img{
    opacity: 0;
    transform:rotate(0deg) translate(-197px,145px);
}
.apple-movement .small-img{
    animation: fly-rocket 1s ease-in-out forwards 1s,move-rocket 2s ease-in-out infinite 2s;

}

@keyframes move-rocket{
    50% {transform: rotate(0deg) translate(22px,-20px);
         visibility: visible;
    }
    100% {
        transform: rotate(0deg) translate(0px,0);
    }   
}
@keyframes fly-rocket{
    50% { opacity: 1; }
    100% {
        transform: rotate(0deg) translate(0px,0);
        z-index:0;
        opacity: 1;
    }   
}


.address-lists {
    display: flex;
}
.address-lists > div {
    width: 50%;
}
.address-lists > div > h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.address-lists > div a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.address-left-side p {
    font-size: 15px;
	font-weight: 300 !important
}
.footer-two-right > p {
    width: 460px;
    max-width: 100%;
}
.slider-three-txt *,
.portfolio-details > p {
    direction: rtl;
}
.address-right-side a {
    display: block;
}
.footer-two-copyright p a {
    color: #777777 !important;
    text-align: left;
    font-size: 13px;
	font-weight: 300 !important
}
.footer-two-copyright p {
    text-align: left;
}
.footer-two-copyright p {
    margin-bottom: 0;
}
.footer-socials-two > ul{
    height: 111px;
    background: #00eb77;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    width: 100%;
}
.menu-new-footer-menu-container{
    width: 40%;
}
footer .menu{
    list-style-type: none;
}
.menu-new-footer-menu-container .footer-new-menu > li,
.menu-new-footer-menu-container .menu > li,
footer .menu > li{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: right;
}
.menu-new-footer-menu-container .footer-new-menu > li a,
.menu-new-footer-menu-container .menu > li a,
footer .menu > li a{
    color: #000;
	font-size: 14px;
	font-weight: 300
}
.menu-new-footer-menu-container .footer-new-menu > li a:hover,
.menu-new-footer-menu-container .menu > li a:hover,
footer .menu > li a:hover{
    color: #00eb77;
    text-decoration: underline !important;
}
.col-sm-8.footer-socials-two > div li {
    max-width: 100%;
    text-align: right;
}
.col-sm-8.footer-socials-two > div {
    width: 100%;
}
.menu-seperate-item{
    padding-right: 0 !important;
    padding-left: 15px !important;
}
.menu-seperate-item a{
    font-weight: 800 !important;
}
li.list-inline-item.tel-icon.style-two {
    padding-left: 10px;
}

.footer-socials-two ul > li {
    width: 100%;
    text-align: center;
    max-width: 60px;
}
.footer-two-copyright{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-two-left-logo{
    text-align: left;
    margin-bottom: 25px;
}
.footer-two-left > h2{
    color: #b3b3b3;
    text-align: left;
    max-width: 250px;
    margin-left: 0;
    margin-right: auto;
    direction: ltr;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "RedHatDisplay" !important;
    font-size: 26px;
    line-height: 27px;
}
.small-img{
    position: relative;
    top: -111px;
    left: -15px;
}
.address-left-side p{
    max-width: 195px;
}
.footer-two-left-logo img{
    max-width: 176px;
}
/** Slider Fixed **/
.modren-page{
    padding-top: 800px;
}
body.modren-page.page-on-scroll{
    padding-top: 800px;
}
.home-slider.trans-header{
    position: fixed;
    top: 0px;
}
 .home-slider:not(.trans-header){
    position: fixed;
    top: 110px;
}
.page-on-scroll .home-slider:not(.trans-header){
    top: 74px;
}
.sellio-content{
    position: relative;
    z-index: 0;
}
.delivery-wrap .delivery-content p{
    font-weight: 200;
    font-family: "Rubik" !important;
    line-height: 35px;
}
.footer-two-animation{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.join-us-content h2, 
.join-us-content h3,
.pos-content h2,
.pos-content h3,
.delivery-content h2,
.delivery-content h3{
    transform: translateY(70px);
    transition: .3s linear all;
    opacity: 0;   
}
.fadetext{
    animation-name: bottomFadeOut;
    animation-delay: .1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes bottomFadeOut{
    0% {
        opacity: 0.3;
    }
    25% {
        opacity: 0.5;
    }
    75% {
        opacity: .7;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }

}
/** RedHatDisplay Font **/
.common-style h2{
   /** font-family: "RedHatDisplay" !important; **/
    font-weight: 700;
}
.common-style h3,.common-style p{
    font-family: "RedHatDisplay" !important;
    font-weight: 400;
}
/** Animtion **/
/* overlay at start */
.mfp-fade.mfp-bg iframe{
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    transform: translate(0,0) scale(0,0);
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready iframe{
    opacity: 0.8;
    transform: translate(0,0) scale(1,1);
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing iframe{
    transform: translate(0,0) scale(0,0);
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content{
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
    opacity: 0;
}
.mfp-iframe-scaler iframe{
    transition: .3s linear all;
    transform: translate(0, 0) scale(0,0);
}
.mfp-ready iframe{
    transform: translate(0, 0) scale(1,1);
}
.benefits-video {
    position: absolute !important;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 50%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.3s linear all;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}

.benefits-video span {
    width: 100%;
    color: #000000;
    font-weight: 800;
    background: #fff;
}
.benefits-video img {
    max-width: 50px;
    position: unset !important;
    transition-delay: .3s;
    transition: .2s linear all;
    transform: translate(0,0) scale(0,0);
}
.icon-boxes{
    position: relative;
}
.icon-boxes:hover .benefits-video {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.icon-boxes:hover .benefits-video img{
    opacity: 1;
    transform: translate(0,0) scale(1,1);
}
a.menu-links.active-section {
    color: #00eb77;
    font-weight: 800;
}
a.menu-links.active-section::after{
    width: 40px;
}
.clients-title-mobile{
    display: none;
}
button:focus {
    outline: none;
    border: none;
}
p#pos-content-desc {
    font-weight: 200;
    font-family: "Rubik" !important;
    line-height: 35px;
}
.footer-socials-two > ul > li > a:hover img {
    filter: invert(1);
}
p#join-description,h3#join-sub-title {
    direction: rtl;
    font-family: "Rubik" !important;
}
.portfolio-details .portfolio-fixed-content > h2 {
    transform: translateX(30%);
}
.portfolio-details .portfolio-fixed-content.client-txt-viewport > h2 {
    animation: moveFromLeft 1s ease forwards;
}
.portfolio-details .portfolio-fixed-content > p {
    transform: translateX(30%);
    animation-delay: .2s;
}
.portfolio-details .portfolio-fixed-content.client-txt-viewport > p {
    animation: moveFromLeft 1s ease forwards;
    animation-delay: .2s;
}
.img-middle-section {
    transition: .3s linear all;
    transform: translate(0px, 0px) scale(0,0);
}
.img-middle-section.in-view-port{
    transform: translate(0px, 0px) scale(1,1);
} 
.wpcf7 form .wpcf7-response-output{
    border: none;
    color: #00eb77;
}
.col-sm-5.portfolio-content-wrap{
    overflow: hidden;
}
.portfolio-slider:not(.d-none){
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.disableClicks{
    cursor: wait;
}
.disableClicks a {
    pointer-events: none;
}
.content-above-slider{
    width: 100%;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}
.content-above-slider .cos-content{
    font-size: 30px;
    color: #000;
}
.content-above-slider .cos-content h2{
    font-size: 43px;
    color: #000;
    margin-bottom: 0;
    font-weight: 800;
}
.cos-content p {
    margin-bottom: 10px;
}
.content-above-slider-wrap {
    background: rgb(255 255 255 / .4);
    max-width: 700px;
    margin: 0 auto;
    padding: 18px 10px;
    backdrop-filter: blur(2px);
    border: 1px solid #fff;
}
.cos-btns.common-style > div, 
.cos-btns.common-style > a{
    margin-bottom: 5px;
}
.cos-btns{
    display:flex;
    align-items:flex-end;
    justify-content:center;
}
.sites-wrap {
    width: 100%;
    max-width: 282px;
    min-width: auto;
}
a.first-btn{
    margin-right: .4rem;
}
.static-text {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 800;
}
.content-above-slider-wrap {
    background: rgb(255 255 255 / .55);
}
.go-features{
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
}
.go-features img {
    width: 45px;
}.go-features button {
    background: none;
    border: none;
}
.go-features button {
    animation: fly-btn 2s ease-in-out infinite;
    transform:translateY(-5px);
    cursor: pointer;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    transition: .2s linear all;
    background: #00eb77;
    border: 1px solid #00eb77;
}
.go-features button:hover {
    background: #fff;
    color: #00eb77;
}
.go-features button .fa{
    font-size: 29px;
    position: relative;
    top: 3px;
    color: #fff;

}
.go-features span {
    display: block;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 5px;
}
.go-features button:hover .fa{
    color: #00eb77;
}
@keyframes fly-btn{
    50% {
        transform: translateY(2px);
    }
}

.primary-slider .slick-dots{
    bottom: unset;
    top: 10px;
    right: 35px;
    max-width: max-content;
    direction: rtl;
}
.primary-slider .slick-dots li {
    margin: 3px;
}
.primary-slider .slick-dots li button:before {
    font-size: 48px;
    opacity: 1;
}
.primary-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00eb77;
    font-size: 60px;
}
.content-n-img h2,
.content-n-img h3{
    text-align: right;
    font-family: inherit !important;
    direction: rtl;
}
.content-n-img  p {
    font-family: "Rubik" !important;
    direction: rtl;
    font-weight: 200;
    font-size: 30px;
    line-height: 32px;
}
.content-n-img h2 {
    color: #00eb77;
}
a.slider-read-more {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #00eb77;
    border: 1px solid #00eb77;
    padding: 2px 10px;
    min-width: auto;
    text-align: center;
    border-radius: 20px;
    margin-top: 13px;
    display: inline-block;
    letter-spacing: 6px;
    padding: 9px 14px;
}
.slider-txt a.slider-read-more:hover{
    color: #00eb77;
    background: #fff;
}

.page-template-support-page .slider-head {
    color: #00eb77;
}
.page-template-support-page .primary-menu li a{
    color: #000000;
}
.page-template-support-page .primary-menu > li:not(.tel-icon) > a::after {
    background: #00eb77;
}
.page-template-support-page .container-fluid.home-slider.trans-header {
    background: #fff;
}
.page-template-support-page footer#footer-style-two {
    background: #fff;
    position: relative;
}
.col-sm-12.video-section-sup-title {
    text-align: center;
    margin-bottom: 15px;
}
.video-section-sup-title h4 {
    margin-bottom: 15px;
    text-align: right;
    font-size: 47px;
    font-weight: 800;
    line-height: 36px;
}
.video-description {
    color: #000;
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
}
.row.video-section-support {
    margin-bottom: 35px;
}
.page-template-support-page  .container-fluid.sellio-content {
    padding-bottom: 20px;
}
.spinner{
    display: none;
}
p#join-description {
    font-weight: 300;
}
.slider-three-txt.left > div {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    text-align: left;
}
.mfp-iframe-holder .mfp-content{
    max-width: 1300px;
}
.custom-bar{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.custom-bar .progress{
    height: 4px;
    position: relative;
    direction: ltr;
    border-radius:0;
}
.custom-bar .progress-bar{
    background:#00ec77;
    width:10%;
    animation: progress 3s ease-in-out forwards;
}
div#openVSButton {
    opacity: 0;
}
.page-visible div#openVSButton {
    opacity: 1;
}
@keyframes progress {
    from {
        width:25%;
    }
    to {
        width:100%;
    }
}
.page-content {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.page-content img{
    width: 300px;
}
img.menu-img-icon{
    display: block;
    max-width: 20px;
    object-fit: contain;
    position: relative;
    top: 5px;
}

.our-product-success {
    text-align: center;
    margin-top: 30px;
}
.our-product-success .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.our-product-success h3{
    font-size: 40px;
    line-height: 30px;
}
.our-product-success-titles h3{
    font-family: "DancingScript" !important;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: center;
}
.our-product-success-titles h2{
    color: #000;
    font-weight: 200;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    max-width: 430px;
    margin: 0 auto 11px;
}
.project-timer h3 {
    margin-right: 12px;
    font-size: 23px;
    margin-bottom: 0;
}
.project-timer {
    display: flex;
    align-items: flex-start;
}
.project-timer span::after {
    content: ':';
}
.project-timer span {
    font-size: 22px;
    font-weight: 500;
    width: 30%;
    line-height: 25px;
}
.our-product-success > .col-sm-3:nth-child(2) * {
    color: #00ec77;
}
.our-product-success > .col-sm-3:nth-child(4) * {
    color: #b3b3b3;
}
.our-product-success > .col-sm-3:nth-child(3) * {
    color: #000;
}
.our-product-success > .col-sm-3:nth-child(5) * {
    color: steelblue;
}
.google-reviews{
    padding-top: 25px;
}

/** General Menu **/
ul#menu-primary-menu{
    direction: rtl;
}
ul#menu-primary-menu > li{
    padding-right: 15px;
}
li.tel-icon.style-two{
    padding-left: 10px;
}
li#menu-item-2228 > a{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    top: 5px;
}
ul#menu-primary-menu{
    padding-right: 0;
}
ul#menu-primary-menu li a{
    font-size: 14px;
    position: relative;
}
ul#menu-primary-menu li:last-child{
    padding-right: 15px;
}
.has-img-icon{
    position: relative;
}
.has-img-icon::before{
    content: '';
    width: 25px;
    height: 25px;
    background: url(/wp-content/uploads/2021/09/newarea.png) no-repeat center / contain;
    position: absolute;
    top: 17px;
    right: 58px;
}
.menu-seperate-item {
    padding-left: 5px !important;
    margin-right: 12px;
}
ul#menu-primary-menu > li {
    padding-right: 15px;
    position: relative;
    right: 0;
}

/** Single Post **/
.trans-header{
    background-color: #ffffff;
}
.content-area{
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
}
.content-container a{
    color: #000;
}
.content-area a:hover {
    color: #000;
    text-decoration: underline;
}
.header-menu-section .text-right.logo{
    display: flex;
    align-items: center;
}
.content-container figure img{
    width: 100%;
}
.content-container :is(p,ul,li,strong,div,span,i,em,b,a) {
    font-size: 1.1rem;
    line-height: 1.3rem;
}
.content-container .h1,
.content-container h1{
    font-size: 2rem;
    color: #00eb77;
    font-weight: 700;
	line-height: 1.8rem;
}
.content-container .h2,
.content-container h2,
.content-container h2 strong{
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
}
.post-head-img img{
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.single-post .form-show.page-style-two{
    display: none;
}
.site-section-title{
    font-family: "DancingScript" !important;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
}
.site-section-sub-title{
    font-weight: 200;
    font-size: 36px;
    line-height: 36px;
    color: #777777;
    text-align: center;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.btn-general{
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    background: #00eb77;
    border: 1px solid #00eb77;
    padding: 6px 8px;
    min-width: 240px;
    text-align: center;
    border-radius: 20px;
    line-height: 33px !important;
    letter-spacing: 3px; 
}
.btn-general:hover{
    color: #00eb77 !important;
    background: #fff !important;
}
.portfolio-next::before {

    display: inline-block;
    font: normal normal normal 21px/1 FontAwesome;
    color: #fff;
}
.portfolio-prev::before {

    display: inline-block;
    font: normal normal normal 21px/1 FontAwesome;
    color: #fff;
}
button#go-features::before {

    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome;
    color: #fff;
    position: relative;
    top: 2px;
}

/** Responsive Starts **/
@media(min-width:1200px){
    .container.content-container  .col-sm-12 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .portfolio-prev:hover,.portfolio-next:hover{
        background: #fff;
        color: #00eb77;
    }

    @media(min-width:1200px) and (max-width:1600px){
        .slider-three .slider-txt.slick-slide {
            padding-top: 55px;
        }
    }
    .portfolio-prev:hover i,.portfolio-next:hover i{
        color: #00eb77;
    }
    /*    .tel-icon{
            position: absolute;
            left: 25%;
            top: 0;
        }*/
    .primary-menu li{
        padding-right: 20px;
        padding-right: 0;
    }
    .container{
        max-width: 1280px;
    }
}
@media(max-width:1919px){
    .phone-frame{
        max-width: 900px;
        width: 900px;
        top: -430px;
        left: 315px;
    }
    .phone-screen{
        top: -371px;
        left: 407px;
        max-width: 629px;
        width:629px;
    }
    .phone-screen2{
        top: -336px;
        left: 642px;
        max-width: 371px;
        width: 371px;
    }
    .phone-screen3{
        top: -216px;
        left: 811px;
        max-width: 404px;
        width: 404px;
    }
    .mobile-shots{
        right: 300px;
    }
}
@media(max-width:1600px){
    .overlay-shadow{
        background-position: 10.4% 60% !important; 
    }
    .row.slider-sec.slider-type-two {
        background-size: 100% !important;
    }
    .slider-type-section .slider-txt {
        padding-right: 50px;
        padding-top: 90px;
        height: 520px;
    }
    .shadow-type-two > .row{
        background-size: contain !important; 
    }
}


@media(max-width:1440px){
    /** Home Slider **/
    .slider-text {
        font-size: 30px;
        line-height: 30px;
    }
    .mobile-shots {
        top: 50px;
    }
    .sellio-content .container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .slider-sec {
        background-size: 94%;
    }
    .form-section .form-check-label {
        font-size: 12px;
    }
    .icon-section .col-sm-12 {
        margin-bottom: 25px;
    }
    .icon-section {
        padding-top: 20px;
    }
    .icon-boxes h2 {
        font-size: 17px;
        line-height: 18px;
    }
    .fashion-posts {
        padding-bottom: 50px;
    }
    .fashion-blog .icon-boxes {
        margin-top: 20px;
    }
    .client-slider {
        padding-bottom: 20px;
    }
    .list-inline-item:not(:last-child) {
        margin-right: .1rem;
    }
    .list-inline-item:not(:last-child) {
        margin-left: 0.1rem;
    }
    .fashion-load-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .live-projects {
        padding-top: 20px !important;
    }
    .live-projects-slider {
        margin-top: 20px;
    }
    .video-sec {
        padding-bottom: 20px;
    }
    .video-sec .row .col-sm-12 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .partner-slider img {
        max-width: 155px;
    }
    .footer-logo h6{
        font-size: 33px;
        line-height: 33px;
    }
    .footer-sec .row .col-sm-1 h6, .footer-sec .row .col-sm-2 h6 {
        font-size: 20px;
    }
    .cards {
        top: 280px;
    }
    .footer-sec .row ul li {
        font-size: 14px;
    }
    .icon-boxes {
        margin-bottom: 10px;
    }
    .portfolio-img-box img{
        max-width: 100%; 
    }
    .portfolio-fixed-content p {
        margin-bottom: 20px;
    }
    .portfolio-details {
        padding-bottom: 20px;
    }
    .portfolio-content{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .our-product-success p {
        font-size: 26px;
        line-height: 26px;
    }
    .our-product-success h3 {
        font-size: 35px;
        line-height: 25px;
    }
}
@media(min-width:1440px){
    icon-boxes h2{
        min-height: 52px;
    }
    .col-sm-7.portfolio-images-wrap{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
        flex: 0 0 59%;
        max-width: 59%;
    }
    .col-sm-5.portfolio-content-wrap{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41%;
        max-width: 41%;
    }
}
@media(min-width:992px) and (max-width:1600px){
    .modren-page {
        padding-top: 630px;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .primary-slider .slick-dots{
        top: 0;
    }
    .menu-seperate-item {
        padding-left: 5px !important;
    }
    .slider-txt > p{
        white-space: nowrap;
    }
    p.slider-text{
        font-weight: 300;
    }
    .slider-type-section .slider-txt{
        padding-top: 155px;
    }
    .home-slider .arrow-logo{
        top: 240px;
    }
    .slider-type-section .slider-txt{
        padding-right: 65px;
    }
    .four-boxes-slider .icon-boxes h2{
        min-height: 25px;
        max-height: 25px;
    }
    .tel-icon{
        padding-right:0px;
    }
    .common-style h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 5px;
    }
    .common-style h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .common-style p {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .portfolio-content{
        padding-right:20px;
        padding-left: 10px;
    }
    .content-n-img {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .content-n-img .row.img-align-left > div {
        padding: 0;
    }
    .portfolio-details > a{
        right: -10px;
    }
    .portfolio-fixed-content p {
        margin-top: 12px;
        margin-bottom: 18px;
    }
    .portfolio-details {
        padding-bottom: 20px;
    }
    .portfolio-content-wrap > div {
        padding: 35px 35px 50px 0;
    }
    .slider-three-txt .slider-text {
        font-size: 21px;
        line-height: 26px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .footer-two-animation .big-img {
        max-width: 300px;
    }
    img.video-icon {
        width: 85px !important;
    }
    .overlay-shadow .col-sm-10 {
        display: flex;
        flex-direction: column;
        place-content: center;
    }
    .phone-frame {
        max-width: 742px;
        width: 742px;
    }
    .phone-screen {
        top: -375px;
        left: 403px;
        max-width: 502px;
        width: 502px;
    }
    .phone-screen2 {
        top: -338px;
        left: 579px;
        max-width: 287px;
        width: 287px;
    }
    .phone-screen3 {
        top: -245px;
        left: 708px;
        max-width: 326px;
        width: 326px;
    }
    .mobile-shots{
        top: 95px;
    }
    .slider-txt,.header-menu-section .col-sm-10{
        padding-right: 15px;
        padding-right: 0;
    }
    li.list-inline-item.tel-icon.style-two {
        padding-left: 0;
    }
    .primary-menu li {
        padding-left: 5px;
    }
    .container{
        max-width: 100%;
    }
    .slider-three-txt.right{
        width: calc(100%);
    }
    .slider-three .slider-txt.slick-slide{
        padding-top: 30px;
    }
    .icon-section{
        padding-top: 15px;
    }
    .slider-three-txt{
        width: 60%;
    }
    .collector-img-wrap {
        top: 138px;
    }
    .dashboard-img-three {
        margin-bottom: 0px;
    }
    .dashboard-img-two {
        margin-bottom: 4px;
    }
    .img-first-section {
        padding-top: 0;
    }

}
@media(max-width:991px){
    .mobile-shots {
        top: 206px;
    }
    .phone-frame {
        max-width: 545px;
        width: 545px;
    }
    .phone-screen {
        top: -386px;
        left: 385px;
        max-width: 360px;
        width: 360px;
    }
    .phone-screen2 {
        top: -369px;
        left: 495px;
        max-width: 230px;
        width: 230px;
    }
    .phone-screen3 {
        top: -297px;
        left: 614px;
        max-width: 230px;
        width: 230px; 
    }
    .mobile-shots {
        right: 340px;
        top: 206px;
    }
    .common-style h2 {
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 5px;
    }
    .common-style p {
        font-size: 25px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .ci-txt {
        padding-left: 0;
        padding-right: 0;
    }
    .ci-txt h3 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 2px;
        margin-bottom: 0;
    }
    .new-contact-form form p label {
        padding-top: 18px;
    }
    .ci-txt h2 {
        margin-bottom: 5px;
    }
    .delivery-section,.pos-section {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .dashboard-section {
        padding-top: 30px;
    }
    .dashboard-img-three {
        margin-bottom: 5px;
    }
    .img-first-wrap {
        top: 3px;
    }
    .dashboard-img-six {
        margin-bottom: 15px;
    }
    .dashboard-img-seven {
        margin-bottom: 10px;
    }
    .footer-two-animation {
        flex-wrap: wrap;
    }
    .small-img {
        position: relative;
        top: 22px;
    }
    .small-img {
        transform: rotate(
            0deg
            ) translate(-113px,130px);
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /** Home **/
    .header-menu li a,
    header .menu li a{
        font-size: 12px;
    }
    .slider-head {
        font-size: 20px;
    }
    .slider-text {
        font-size: 36px;
        line-height: 32px;
    }
    .overlay-shadow {
        margin-top: 0px; 
    }
    .overlay-shadow h4, .overlay-shadow h5 {
        font-size: 27px;
        line-height: 27px;
    }
    .overlay-shadow {
        background-position: 3.4% 60% !important;
        background-size: 25% !important;
    }
    .form-section .form-check-label {
        font-size: 11px;
    }
    .arrow{
        width: 60px;
    }
    .form-section {
        padding: 25px 0px;
    }
    .form-section .form-check-label {
        font-size: 11px;
    }
    .icon-section {
        padding-top: 0;
    }
    .icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .icon-boxes h2 {
        font-size: 14px;
    }
    .fashion-posts-sec {
        padding-top: 10px !important;
    }
    .fashion-posts {
        padding-top: 10px;
    }
    .section-title, .sub-section-title {
        font-size: 30px;
    }
    .section-sub-title {
        font-size: 20px;
    }
    .fashion-blog {
        padding-top: 20px;
    }
    .fashion-blog .icon-boxes {
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    .fashion-load-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .live-projects {
        padding-top: 20px !important;
    }
    .live-projects-slider {
        margin-top: 20px;
    }
    .projects-img {
        height: auto;
    }
    .project-txt{
        padding: 5px 10px 10px 10px;
        min-height: 108px;
    }
    .project-detail {
        font-size: 12px;
    }
    .video-sec {
        padding-bottom: 20px;
    }
    .video-sec .row .col-sm-12 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .video-sec .row .col-sm-6 p {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .partner-slider img {
        max-width: 155px;
    }
    .footer-logo h6 {
        font-size: 20px;
        line-height: 22px;
    }
    .footer-sec .row .col-sm-1 h6, .footer-sec .row .col-sm-2 h6 {
        font-size: 15px;
    }
    .footer-sec .row ul li {
        font-size: 12px;
    }
    .footer-sec .row ul li i {
        font-size: 20px;
    }
    .cards {
        top: 225px;
    }
    .cards p {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .footer-sec {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .footer-logo p {
        font-size: 11px;
    }
    .footer-sec .row ul li {
        font-size: 14px;
    }
    .es_shortcode_form input[type="submit"]{
        padding: 5px 0px;
        font-size: 15px;
    }
    .es_shortcode_form input[type="email"]{
        height: auto;
    }

}
@media (min-width: 960px){
    .footer-socials-two {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .primary-menu {
        text-align: center;
    }
    .primary-menu li {
        padding-top: 5px;
        padding-bottom: 0;
    }
    .menu-new-footer-menu-container {
        display: none;
    }
    img.video-icon{
        width: 70px !important;
        left: 34%;
    }
    .slider-type-section .slider-txt{
        height: 320px;
        height: 410px;
    }
    .tel-icon{
        position: fixed;
        right: 15px;
        bottom: 0;
    }
    .home-slider .arrow-logo {
        top: 175px;
    }
    .slider-type-section .slider-txt {
        padding-top: 145px;
    }
    .four-boxes-slider .icon-boxes h2 {
        min-height: 25px;
        max-height: 25px;
    } 
    .modren-page {
        padding-top: 540px;
    }
    .slider-three-txt{
        width: 80%;
    }
    .icon-section > .col-sm-12 > h2{
        font-size: 24px;
        line-height: 24px;
        max-width: 400px;
        margin: 0 auto;
    }
    .slider-three-txt{
        width: 80%;
        padding-left: 20px;
    }
    .slider-three-txt.right{
        width: calc(100%);
    }
    .primary-menu li{
        padding-left:5px;
    }
    .phone-no span:not(.ripple) {
        padding: 4px 8px 4px 4px;
    }
    .tel-icon.style-two em {
        padding-right: 10px;
        padding-left: 6px;
    }
    .slider-three .slider-txt.slick-slide {
        padding-top: 40px;
    }
    .portfolio-content-wrap > div{
        padding: 10px 0;
    }
    .portfolio-content > div{
        padding-left: 10px;
    }
    .container {
        max-width: 100%;
    }
    .collector-img {
        bottom: 120px;
        max-width: 350px;
    }
    .collector-img-wrap {
        position: relative;
        top: 90px;
    }
    .sellio-content .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .contact-us-action {
        margin-top: 20px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .contact-us-action > a {
        margin-top: 10px;
    }
    .has-img-icon::before {
        width: 15px;
        height: 15px;
        top:-6px
    }
}
@media (min-width: 768px) and (max-width: 840px) {
    .collector-img-wrap {
        top: 122px;
        z-index: 9;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    /** Home **/
    .header-menu li a,
    header .menu li a{
        font-size: 12px;
    }
    .slider-head {
        font-size: 25px;
        margin-bottom: 0;
    }
    .slider-text {
        font-size: 20px;
        line-height: 32px;
    }
    .overlay-shadow {
        margin-top: 0px; 
    }
    .overlay-shadow h4, .overlay-shadow h5 {
        font-size: 27px;
        line-height: 27px;
    }
    .overlay-shadow {
        background-position: 3.4% 60% !important;
        background-size: 25% !important;
    }
    .form-section {
        padding: 25px 0px;
    }
    .form-section .form-check-label {
        font-size: 11px;
    }
    .form-section .form-check-label {
        font-size: 11px;
    }
    .arrow{
        width: 60px;
    }
    .icon-section{
        padding-top: 0;
        padding-top: 15px;
    }
    .icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .icon-boxes h2 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .fashion-blog .icon-boxes {
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    .fashion-blog {
        padding-top: 20px;
    }
    .fashion-posts-sec {
        padding-top: 10px !important;
    }
    .fashion-posts {
        padding-top: 10px;
    }

    .project-txt{
        padding: 5px 10px 10px 10px;
        min-height: 108px;
    }
    .projects-img {
        height: auto;
    }
    .project-next.arrow-logo , .project-prev.arrow-logo {
        top: 160px;
    }
    .project-detail {
        font-size: 12px;
    }
    .section-title, .sub-section-title {
        font-size: 30px;
    }
    .section-sub-title {
        font-size: 20px;
    }
    .video-sec {
        padding-bottom: 20px;
    }
    .video-sec .row .col-sm-12 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .video-sec .row .col-sm-6 p {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .footer-logo h6 {
        font-size: 20px;
        line-height: 22px;
    }
    .footer-sec .row .col-sm-1 h6, .footer-sec .row .col-sm-2 h6 {
        font-size: 15px;
    }
    .footer-sec .row ul li {
        font-size: 12px;
    }
    .footer-sec .row ul li i {
        font-size: 20px;
    }
    .cards {
        top: 225px;
    }
    .cards p {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .footer-sec {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .footer-logo p {
        font-size: 11px;
    }
    .es_shortcode_form input[type="submit"]{
        padding: 5px 0px;
        font-size: 15px;
    }
    .es_shortcode_form input[type="email"]{
        height: auto;
    }
    .es-field-wrap{
        width: 72%;
    }
    .benefits-tag{
        margin-bottom: 8px;
    }
    .box-icons {
        margin-bottom: 9px;
    }
}
@media(width: 768px){
    .fashion-posts-slider .col-sm-4{
        width: 100%;
        max-width: 100%;
    }
}
@media(min-width: 768px){
    .slider-three-txt.left, 
    .slider-three-txt.left *{
        /*        text-align: left;
                margin-left: 0;*/
    }
    .four-boxes-slider .icon-boxes h2 {
        min-height: 56px;
        max-height: 56px;
    }
    div#fashion-store {
        padding-top: 40px;
    }
    .content-n-img {
        padding-top: 35px;
    }
    .portfolio-slider{
        direction: ltr;
    }
    .portfolio-arrows.change-location {
        justify-content: flex-start;
        position: absolute;
        right: 70px;
        margin-top: -7px;
    }
    ul#menu-primary-menu > li {
        padding-top: 15px;
    }
    .post-head-img {
        padding-top: 78px;
    }
}
@media(max-width: 768px){
	.topsectioncontent ul {padding-inline-start:0px !important}
	.topsectioncontent li {font-size:16px!important; line-height:25px !important; color:#777777; text-align: right !important; background: url('images/bulletsellio.png')no-repeat right; list-style-type: none; padding-right: 29px; letter-spacing: -1px; }
	.topsectioncontent strong {font-size:17px !important;}
    .arrows-logo-slider {
        display: none;
    }
	
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100%;
        max-width: 100%;
    }
    div#img-n-description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    p.slider-head.pri-red-color {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .slider-text, .slider-head {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .slider-txt {
        padding: 15px;
    }
    .slider-txt .col-sm-12{
        padding: 0;
    }
    .sellio-content .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .icon-boxes h2 {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 5px;
    }
    .box-icons {
        margin-bottom: 5px;
    }
    .benefits-tag {
        margin-bottom: 6px;
    }
    .icon-boxes {
        margin-bottom: 8px;
    }
   .icon-section > .col-sm-12 > h2 {
        font-size: 27px;
        line-height: 27px;
	   padding-bottom: 20px
    }
    .icon-section > div > h3 {
        margin-bottom: 8px;
    }
    .icon-boxes p {
        font-size: 14px;
        line-height: 16px;
    }
    .box-icons {
        height: 155px;
        width: 130px;
    }
    .live-projects {
        padding-top: 30px !important;
    }
    .live-projects-titles h5 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .live-projects-titles h4 {
        font-size: 25px;
    }
    .live-projects-slider .slick-list {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .fashion-description {
        font-size: 13px;
        line-height: 18px;
    }
    .load-fashion {
        font-size: 12px;
        padding: 6px 9px;
    }
    .live-projects {
        background: #fff !important;
        padding: 0 !important;
    }
    .slider-sec {
        background-size: 100%;
        background-position: 60% 100%;
    }
    .overlay-shadow h4, .overlay-shadow h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .arrow {
        width: 48px;
    }
    .overlay-shadow .row {
        top: -1px;
    }
    .form-section {
        padding: 25px 0px;
    }
    .form-section button[type="submit"] {
        font-size: 10px;
    }
    .es_shortcode_form input[type="email"]{
        height: auto;
    }
    .es-field-wrap{
        width: 74%;
    }
    .cards {
        top: 235px;
    }
}

.visible-mobile{
    display: none;
}   
.form-icon{
    padding: 45px 0;
    text-align: center;
}
.form-icon img{
    max-width: 200px;
}
.popup-youtube{
    position: relative;
}
img.video-icon {
    width: 110px !important;
    position: absolute;
    left: 38%;
    top: 29%;
}
.portfolio-images-for-mobile{
    display: none;
}
@media (max-width: 1850px){
    img.video-icon{
        width: 93px !important;
        position: absolute;
        left: 37%;
        top: 29%;
    }
}
@media(max-width: 767px){
	.videoinline {float:right; width:300px; height:650px; overflow: hidden; }
    .spinner{
        display: none !important;
        position: fixed;
        left: 0%;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        opacity: 1;
        background: url('https://www.sellio.co.il/wp-content/uploads/2021/04/logo-Sellio-Market.svg') no-repeat center / 212px;
        background-color: #fff !important;
        z-index: 10000;
    }
	.pgc-sgb-cb {min-height: 230px!important; }
    .spinner img {
        position: absolute;
        bottom: 0;
    }
    .content-n-img h2, .content-n-img h3 {
        text-align: center;
    }
    .primary-slider .slick-dots{
        top: 0;
        right: 10px;
    }
    .go-features {
        bottom: 70px;
    }
	    .go-features span {
        display: none !important;
    }
    .static-text {
        margin-bottom: 1px;
        font-size: 19px;
        font-weight: 800;
    }
    .cos-content p {
        margin-bottom: 10px;
        line-height: 40px;
    }
    .cos-content p strong {
        font-size: 24px !important;
    }
    .sites-wrap-parent {
        max-width: 48%;
    }
    .content-above-slider .cos-content h2 {
        font-size: 35px;
        color: #000;
        margin-bottom: 0;
        line-height: 37px;
    }
    .content-above-slider .cos-content {
        font-size: 22px;
        line-height: 24px;
    }
    .content-above-slider{
        bottom: 25px;
        bottom: 53px;
    }
    .content-above-slider-wrap{
        padding: 5px;
    }
    div#openVSButton {
        bottom: 37px !important;
    }
    .menu-seperate-item {
        padding-left: 5px !important;
    }
    .menu-new-footer-menu-container {
        display: none;
    }
    .portfolio-images-for-mobile{
        display: block;
    }
    .portfolio-img-desktop{
        /*display: none;*/
    }
    .popup-youtube {
        width: 100%;
        display: block;
    }
    img.video-icon {
        left: 37%;
        top: 30%;
    }
    .mobile-header.hide-mobile{
        display: none;
    }
    .visible-mobile{
        display: block;
    }
    .logo img {
        width: 165px;
        height: auto;
    }
    .slider-text, .slider-head{
        text-align: center;
    }
    .footer-form{
        display: none;
    }
    .form-con {
        padding-left: 10px !important;
        padding-right: 16px !important;
        opacity: 0;
        height: 0;
    }
    .show-form{
        position: fixed;
        z-index: 9999999;
        bottom: 53px;
        left: 0;
        right: 0;
        opacity: 1;
        height: 100%;
        top: 0;
        background: #fff;
        width: 100%;
        overflow-y: scroll;
    }
    div.wpcf7-response-output{
        position: relative;
        margin-top: 0;

    }
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        border: 2px solid #00eb77;
    }
    .form-con .col-sm-4.mt-3{
        margin-top: 0 !important;
    }
    .form-section{
        height: 100%;
        position: relative;
        top: -30px;
        right: -3px;
    }
    .form-section .form-group {
        margin-bottom: 0;
    }
    .form-section p:empty {
        display: none;
    }
    .form-section .col-sm-4 {
        height: auto;
        margin-bottom: 15px;
        box-sizing: content-box;
    }
    .hide-form{
        opacity: 0;
        height: 0;
    }
    #close {
        display: block;
        position: relative;
        right: -14px;
        top: -6px;
        background: #00eb77;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        z-index: 9999;
    }
    #close  i ,  #questions .close i {
        font-size: 24px;
    }
    #questions  #close{
        top: -16px;
    }
    .icon-section {
        padding-top: 0;
    }
    .sellio-content .mb-5{
        display: none;
    }
    .container.header-section{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .scroll_bar{
        position: fixed;
        box-shadow: -4px -3px 12px 0px #002451;
        z-index: 999;
        background: #fff !important;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        left: 0;
        top: 0;
        max-width: calc(100%);
    }

    .sellio-content{
        padding: initial;
        margin: auto;
    }
    .overlay-shadow{
        margin-top: 0px; 
        padding: 0;
    }
    .overlay-shadow p {
        font-size: 20px;
        display: none;
    }
    .overlay-shadow .row{
        left: 0px;
    }
    .overlay-shadow {
        background: none !important;
    }
    .overlay-shadow .col-sm-10{
        padding-bottom: 10px !important;
    }
    .overlay-shadow h4, .overlay-shadow h5 {
        font-size: 18px;
        line-height: 18px;
        color: #00eb77;
        text-align: center;
    }
    .icon-section .col-sm-12 {
        margin-bottom: 0;
    }
    .icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2 {
        margin-bottom: 0;
    }
    .arrow {
        display: none;
    }
    .icon-section h5,.live-projects-titles h5,.section-sub-title ,.icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2 , .section-title, .sub-section-title , .section-sub-title{
        font-size: 18px;
    }
    .fashion-blog {
        padding-top: 20px;
    }
    .fashion-blog .icon-boxes {
        margin-top: 0px;
        width: 50%;
        max-width: 50%;
        flex: 50%;
    }
    .fashion-blog .icon-boxes .box-icons {
        display: block;
        margin: 0 auto;
        width: 100px;
        object-fit: contain;
    }
    .slider-sec {
        background-image: none !important;
        display: none;
    }
    .home-slider{
        /*background: none !important;*/
    }
    .mobile-header{
        display: block;
    }
    .project-prev {
        left: -18px;
    }
    .project-next {
        right: -18px;
    }
    .arrows-logo-slider {
        display: none;
    }
    .projects-img{
        height: 270px;
        border-left: none;
        border-right: none;
    }
    .fashion-posts .col-sm-4{
        padding: 0;
    }
    .project-email {
        font-size: 15px;
        line-height: 10px;
        position: unset !important;
    }
    .project-detail {
        font-size: 12px;
        margin-top: 5px;
        line-height: 10px;
        position: unset !important;
    }
    .project-txt {
        padding: 10px;
        min-height: 65px;
        border-left: none;
        border-right: none;
    }
    .live-projects-slider .slick-center {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        z-index: 9999;
    }
    .load-fashion {
        font-size: 16px;
        width: 100%;
        padding: 6px 9px;
    }
    .g-font {
        font-size: 15px;
    }
    .header-menu-section{
        border-bottom: none;
    }
    .header-menu-section .col-sm-10{
        display: none;
    }
    .resp-menu-con {
        display:block !important;
    }
    .logo { 
        padding-left: 15px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .header-menu-section{
        padding-bottom: 0;
        background: #fff;
    }
    .video-sec, .video-sec .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .play-video {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-top: 20px;
    }
    .video-sec .row {
        display: flex;
    }
    .video-sec .col-sm-12 {
        order:1;
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
    .video-sec .show-video {
        order:2;
    }
    .video-sec .borderleft {
        order:3;
        margin-top: 25px;
    }
    .video-sec .row .col-sm-6.borderleft p {
        padding-bottom: 0;
        font-size: 15px;
        line-height: initial;
    }

    .borderleft {
        border: none;
    }
    .fashion-posts-sec , .fashion-posts {
        padding-top: 20px !important;
    }
    .fashion-posts {
        padding-bottom: 20px;
    }
    .footer-sec {
        padding-right:15px !important;
        padding-left: 15px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .footer-responsive-box {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 99999;
    }
    .footer-logo .logo {
        padding-left: 0 !important;
        margin-left: 0;
    }
    .footer-logo h6 {
        font-size: 20px;
        line-height: 20px;
    }
    .footer-logo p {
        text-align: right !important;
    }
    .footer-sec .row .col-sm-1 {
        width: 50%;
        max-width: 50%;
        flex: 50%;
        display: none;
    }
    .footer-sec .row .col-sm-2 ,.footer-sec .row .col-sm-3 {
        width: auto;
        max-width: initial;
        flex: auto;
        padding-right: 15px;
    }
    .footer-sec .row .col-sm-2 h6{
        text-align: center;
        font-size: 15px;
    }
    .footer-sec .row .col-sm-2 ul {
        text-align: center; 
    }
    .es_shortcode_form input[type="email"]{
        height: 49px;
    }
    .client-slider .col-sm-12 {
        padding: 0;
    }
    .cards {
        position: unset;
        margin-top: 10px;
    }
    .cards p {
        margin-bottom: 0;
        font-size: 13px;
    }
    .cards-alone{
        padding: 0;
    }
    .copyright {
        padding: 20px 15px 40px !important;
    }
    .copyright .row .col-sm-12 p {
        text-align: center;
        font-size: 11px;
    }
    .copyright .row .col-sm-12{
        padding:0;
    }

    .phone-frame {
        max-width: 300px;
        width: 300px;
        z-index: 0;
        top: -392px;
        left: 315px;
    }
    .phone-screen3 {
        top: -325px;
        left: 466px;
        max-width: 150px;
        width: 150px;
        z-index: 0;
    }
    .phone-screen2 {
        top: -363px;
        left: 378px;
        max-width: 150px;
        width: 150px;
        z-index: 0;
    }
    .phone-screen {
        top: -368px;
        left: 351px;
        max-width: 204px;
        width: 204px;
        z-index: 0;
    }
    /** Question Form **/
    #questions .modal-dialog{
        margin: 0 !important;
    }
    #questions .modal-dialog .modal-content{
        width: 100vw;
        height: 100vh;
    }
    #questions div.wpcf7-response-output {
        top: 0;
        position: relative;
    }
    .back-no{
        background: url(images/topTransparent.png);
        background-repeat-y: no-repeat;
        background: transparent;
    }
    .trans-header {
        position: relative;
        padding-top: 0;
    }
    .box-next,primary-next {
        right: -15px;
    }
    .icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2 {
        font-size: 25px;
    }
    .box-prev,.primary-prev {
        left: -15px;
    }
    .four-boxes-slider .icon-boxes.slick-slide img{
        margin: 6px auto;
    }
    .go-to-cform{
        display: none;   
    }
    .primary-menu li,.only-number-menu li {
        border: none;
        width: 100%;
        padding: 5px 0;
    }
    .arrows-logo-slider .arrow-logo {
        top: 30px;
    }
    .img-align-right p, .img-align-left p {
        padding-top: 0;
        font-size: 16px;
        text-align: right;
        font-weight: 300;
    }
    .content-n-img > .row {
        padding-top: 10px;
    }
    .blog-modal .close {
        right: 2px;
        top: 17px;
    }
    .blog-modal {
        padding-right: 0 !important;
    }
    .blog-modal .modal-dialog {
        margin: 0;
    }
    body.modal-open .resp-menu-con {
        opacity: 0;
    }
    .content-n-img > .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .bar3.change, .bar1.change {
        background: #fff;
    }
    .box-divider {
        margin: 5px 0;
    }
    .live-projects-boxes .project-txt{
        border-radius:0;
    }
    .mfp-arrow:before{
        border-top-width: 0;
        border-bottom-width: 0;
    }
    body.mfp-zoom-out-cur .responsive-box {
        opacity: 0;
    }
    .mfp-arrow-right,.mfp-arrow-left{
        background-size: 60px !important;
    }
    .live-projects-slider.slick-dotted.slick-slider{
        margin-bottom: 0;
    }
    .live-projects-slider .slick-dots li button{
        background: #ccc;
        border-radius: 100%;
        height: 15px;
        width: 15px;
    }
    .live-projects-slider  .slick-dots li.slick-active button {
        background: #000;
    }
    .live-projects-slider   .slick-dots{
        bottom: -11px;
    }
    .blog-wrap {
        max-height: 100%;
    }
    .modal-open .footer-responsive-box {
        opacity: 0;
    }
    .fashion-posts-txt{
        padding: 25px 0;
    }
    .primary-menu .menu-links[href="#contact-us"]{
        /*display: none;*/
    }
    .live-projects-boxes .image-popup-no-margins img{
        border-radius: 0;
    }
    .form-section{
        outline-width: 1px;
        border: none;
        outline-style: dotted;
    }
    .mfp-gallery button.mfp-arrow.mfp-arrow-left.mfp-prevent-close{
        margin-top: -40px;
    }
    .blog-arrows{
        display: block !important;
    }
    .blog-arrows > a.arrow-logo{
        top: 150px;
    }
    .blog-arrows > .blog-next{
        right: 0;
    }
    .blog-arrows > .blog-prev{
        left: 0;
    }
    .grid-box-layout > .icon-boxes {
        width: calc(100%/2);
        padding-left: 5px;
        padding-right: 5px;
    }
    .modren-page,body.modren-page.page-on-scroll {
        padding-top: 0;
    }
    .home-slider.trans-header {
        position: relative;
        top: 0px;
    }
    .join-us-wrap > div {
        /*        width: 100%;
                max-width: 100%;
                flex: 100%;*/
    }
    .header-menu-section{
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px !important;
        background: #fff !important;
    }
    .home-slider.trans-header {
        position: unset;
        top: 0px;
    }
    .common-style h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 3px;
    }
    .fashion-load-section {
        margin-bottom: 25px;
    }
    .primary-menu li a img{
        width: 26px;
        margin-left: 8px;
    }
    .join-us-content{
        order: 2;
    }
    .join-us-img{
        order: 1;
    }
    .join-us-wrap > div {
        padding-left: 0;
        padding-right: 0;
    }
    .common-style a,.first-btn {
        font-size: 18px;
        padding: 14px;
        min-width: 240px;
        line-height: 20px;
        padding: 10px;
    }
    .first-btn{
        min-width: auto;
        width: 48%;
    }
    .sites-wrap{
        font-size: 18px;
        padding: 14px;
        line-height: 20px;
        padding: 6px;
    }
    .portfolio-content-wrap > div {
        padding: 0px 10px 10px 0;
    }
    .portfolio-content{
		display:none;
        padding-top: 10px;
        padding-right: 5px;
        padding-bottom: 30px;
    }
    .portfolio-fixed-content h3{
        margin-bottom: 0;
    }
    .portfolio-fixed-content p {
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .portfolio-details > ul {
        margin-bottom: 4px;
    }
    .portfolio-details {
        padding-bottom: 10px;
    }
    .portfolio-images-wrap{
        padding-top: 15px;
        padding-right: 0;
    }
    .portfolio-details > h2 {
        margin-bottom: 0;
    }
    .portfolio-arrows .portfolio-next {
        margin-right: 10px;
    }
    .portfolio-next, .portfolio-prev {
        width: 30px;
        height: 30px;
    }
    .portfolio-fixed-content h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .portfolio-fixed-content p {
        margin-top: 5px;
        margin-bottom: 3px;
    }
    .portfolio-details > a {
        bottom: -25px;
        right: -10px;
    }
    .portfolio-details > p {
        margin-bottom: 5px;
    }
    .portfolio-content > div {
        max-width: calc(100% - 8%);
        width: 100%;
    }
    .portfolio-fixed-content p {
        font-size: 16px;
        line-height: 15px;
    }
    .dashboard-images{
        padding-left: 0;
        padding-right: 0;
    }
    .img-middle-section {
        padding: 0 5px 0px 5px;
        position: relative;
        z-index: 9;
    }
    .dashboard-img-six,.dashboard-img-seven {
        margin-bottom: 10px;
    }
    .img-first-wrap {
        position: relative;
        left: 0;
        top: 9px;
    }
    img.dashboard-img-one.img-fluid {
        animation-delay: 0.2s;
        max-width: 50px;
    }
    .collector-img {
        max-width: 220px;
        right: -60px;
        bottom: 50px;
    }
    .delivery-box-img {
        top: 29px;
        max-width: 130px;
    }
    .dashboard-content h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 33px;
    }
    .dashboard-section {
        padding-top: 20px;
    }

    .delivery-wrap > div {
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard-img-two {
        margin-bottom: 4px;
    }
    .collector-img {
        bottom: 10px;
    }
    .container.common-style.pos-section {
        margin-top: 25px;
    }
    .pos-wrap > div {
        padding-left: 0;
        padding-right: 0;
    }
    .pos-img {
        margin-bottom: 10px;
    }
    .common-style h3 {
        font-size: 23px;
        line-height: 26px;
    }
    .common-style p {
        font-size: 20px;
        line-height: 28px !important;
    }
    button.load-fashion:not(#form-show):not(#form-show-two),
    .common-style a, .contact-us-action > input{
        width: auto;
        min-width: auto !important;
        max-width: 100%;
        padding: 6px 33px;
        font-weight: 300 !important;
        letter-spacing: 2px !important;
    }
    .cos-btns.common-style a,.first-btn, .sites-wrap a{
        letter-spacing: 0px !important;
    }
    .footer-two-row {
        padding-right: 0;
    }
    .footer-two-right > p {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    footer#footer-style-two {
        margin-top: 0px;
        border-top: 1px solid #f4f4f4;
        padding-top: 10px;
    }
    body.modren-page.page-template-support-page  footer#footer-style-two {
        margin-top: 0;
    }
    .address-lists > div > h3 {
        margin-bottom: 0;
    }
    .address-left-side p {
        line-height: 15px;
		font-weight: 300 !important
    }
    .footer-socials-two {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-socials-two ul {
        height: 60px;
        margin: 0 auto;
    }
    footer{
        padding-bottom: 40px;
    }
    .form-show .load-fashion {
        background-color: #232323 !important;
    }
    .modren-page .home-slider:not(.trans-header),
    .modren-page.page-on-scroll .home-slider:not(.trans-header){
        top: 55px;
    }
    .mobile-header.hide-mobile {
        display: block;
    }
    .slider-sec{
        display: block;
    }
    .home-slider.trans-header{
        padding-bottom: 500px;
    }
    .slider-three .slider-txt.slick-slide{
        padding-top:30px;
    }
    .slider-type-section .slider-txt{
        padding-right:30px;
    }
    .slider-three-txt {
        width: 100%;
        padding-left: 0px;
    }
    .slider-three-txt.right {
        width: calc(100%);
    }
    .slider-three-txt .slider-text {
        font-size: 25px;
        line-height: 26px;
    }
    body.page-on-scroll .header-menu-section{
        height: auto;
    }
    .social-icons-cu {
        margin-bottom: 8px;
        margin-top: 20px;
    }
    .social-icons-cu > li > a {
        width: 42px;
        height: 42px;
    }
    .portfolio-slider-mobile{
        direction: ltr;
    }
    .portfolio-images .portfolio-arrows {
        justify-content: flex-start;
        padding-right: 7px;
        padding-bottom: 7px;
        position: absolute;
        z-index: 9;
        margin-top: 7px;
    }
    .footer-two-left > h2{
        max-width: 100%;
        font-size: 22px;
        line-height: 24px;
    }
    .footer-two-left-logo {
        margin-bottom: 10px;
    }
    .footer-two-right h2 {
        margin-bottom: 5px;
    }
    .contact-us-action {
        margin-top: 10px;
    }
    .page-style-two > button, .page-style-two > a {
        width: 50%;
    }
    .form-show{
        flex-direction: row;
    }
    .whatsapp-btn,.whatsapp-btn:active {
        background: #00eb77;
        padding: 9px 9px;
        text-align: center;
		color: #000;
		font-weight: 500 !important
    }
    .whatsapp-btn img{
        width: 25px;
        max-height: 25px;
		
    }
    .form-show .load-fashion{
        height: 44px;
        font-weight: 500;
    }
    .page-style-two {
        box-shadow: 0 2px 13px #ccc;
    }
    .form-show .load-fashion img {
        margin-left: 5px;
    }
    .row.res-menu.p-3 .phone-no {
        background: #232323;
        height: 32px;
        display: block;
        padding-right: 6px;
        border-radius: 5px;
    }
    .row.res-menu.p-3 .phone-no  img {
        width: 25px;
        margin-left: 1px;
    }
    .res-menu-active div#header-section {
        display: none;
    }
    .phone-no span:not(.ripple){
        background: #232323;
    }
    .portfolio-content > .portfolio-fixed-content {
        display: none 
    }
    .clients-title-mobile{
        display: block;
        width: 100%;
    }
    .clients-title-mobile h3 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 5px;
    }
    .dashboard-section {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .img-first-section {
        padding-top: 0;
    }
    .img-last-section {
        padding-top: 0;
    }
    .delivery-content > p {
        text-align: right;
    }
    .pos-content > p {
        text-align: right;
    }
    .slider-three-txt .slider-text,
    .slider-three-txt .slider-head{
        text-align: right;
    }
    .slider-three-txt .slider-text {
        font-size: 20px;
        line-height: 20px;
    }
    .portfolio-fixed-content p,
    .portfolio-details > p {
        text-align: right;
        display: none;
    }
    .slick-current.slick-active .portfolio-fixed-content p,
    .slick-current.slick-active .portfolio-details > p {
        display: block;
    }
    .portfolio-fixed-content h2 {
        text-align: right;
    }
    .portfolio-details > ul {
        margin-bottom: 4px;
    }
    .portfolio-details > h2 {
        text-align: right;
        font-size: 18px;
    }
    .portfolio-details > ul{
        text-align: center;
    }
    img.dashboard-img{
        width: 120%;
        max-width: initial;
        margin: 0 auto;
        position: relative;
        left: 74px;
    }
    .dashboard-img-six, .dashboard-img-seven,
    .dashboard-img-two,.dashboard-img-one{
        margin-bottom: 24px;
    }
    img.dashboard-popup-img{
        width: 107%;
        max-width: initial;
        z-index: 2;
        position: relative;
    }
    .dashboard-popup-img::after{
        content: '';
        background: url(https://www.sellio.co.il/wp-content/uploads/2021/05/shadow.png)no-repeat center / contain;
        top: -10px;
        width: 100%;
        height: 100%;
    }
    .new-contact-form form p label:first-child {
        border-top: 0;
    }
    .new-contact-form form p label > em{
        top: 11px;
    }
    .new-contact-form .wpcf7-form-control-wrap input{
        padding-bottom: 2px;
    }
    .common-style{
        margin-bottom: 15px;
    }
    .join-us-content h2, .join-us-content h3,
    .pos-content h2, .pos-content h3,
    .delivery-content h2, .delivery-content h3{
        transform: translateY(20px);    
    }
    .box-icons {
        height: 95px;
    }
    .icon-boxes h2 {
        font-size: 16px;
        line-height: 17px;
    }
    iframe.fb_customer_chat_icon{
        right: 42% !important;
        bottom: -1px !important;
    }
    a#trigger-menu::after {
        /*content: '';*/
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 48px;
        background: url('./images/topTransparent.png');
        background-repeat-y: no-repeat;
        z-index: -99;
    }
    .page-template-support-page a#trigger-menu::after {
        /*content: unset;*/
    }.row.video-section-support > * {
        padding-left: 0;
        padding-right: 0;
    }
    .video-section-sup-title h4 {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .video-description {
        font-size: 17px;
        line-height: 20px;
    }
    .res-menu-active #trigger-menu::after{
        content: unset;
    }
    a#site-logo {
        position: relative;
        z-index: 99;
    }
    .fb_invisible_flow {
        z-index: 9;
    }
    .fb_new_ui_mobile_overlay_active iframe.fb_customer_chat_icon {
        opacity: 0 !important;
    }
    .fb_new_ui_mobile_overlay_active .form-show.page-style-two{
        opacity: 0 !important;
    }
    .responsive-box,.header-menu-section{
        transition: .2s;
    }
    .fb_new_ui_mobile_overlay_active .responsive-box, 
    .fb_new_ui_mobile_overlay_active .header-menu-section {
        transform: translateY(-100px);
    }
    body.fb_new_ui_mobile_overlay_active .form-show.page-style-two {
        display: none;
    }
    a#phone-dial-bottom {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    a.slider-read-more{
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 2px;
        padding: 4px 13px;
		float: right
    }

    .video-section-sup-title h4{
        font-size: 30px;
        line-height: 30px;
    }
    .col-sm-12.video-section-sup-title {
        margin-bottom: 8px;
    }

    .page-template-support-page .logo a{
        position: relative;
        z-index: 9999999;
    }
    .page-template-support-page header.mobile-header {
        position: relative;
        z-index: 9999999;
    }
    .menu-seperate-item {
        margin-right: 0;
    }
    .tel-icon.style-two em {
        vertical-align: text-bottom;
    }
    .has-img-icon::before {
		width: 25px;
        height: 25px;
        top: 7px;
		right: 60px;
    }
    .single .home-slider.trans-header {
        padding-bottom: 0;
    }
    .single .content-area{
        padding-top: 15px;
    }
    .content-container.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .single .content-area {
        padding-left: 0;
        padding-right: 0;
    }
    .content-container.container > div > .col-sm-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    figure {
        margin-left: -15px;
        margin-right: -15px;
    }
    .content-container ul {
        padding-right: 15px;
    }
    .post-head-img img {
        height: 220px;
        object-fit: cover;
    }
    .content-area {
        padding-top: 35px;
    }
    .content-area {
        padding-right: 10px;
        padding-left: 10px;
    }
    .content-container li {
        margin-bottom: 11px;
    }
    body.single-post .container-fluid.home-slider.trans-header {
        padding-bottom: 0;
    }
    .single-post .form-show.page-style-two{
        display: flex;
    }
    #go-to-contact-form{
        position: absolute;
        top: -60px;
        left: calc(100% - 310px);
    }
    .header-menu-section{
        position: fixed;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        max-width: 1200px;
        top: 0;
        transition: .3s linear all;
        z-index: 9;
    }
    .hideto-top{
        transform:translateY(-110%);
    }
    .showfrom-top{
        transform:translateY(0%);
    }
    .post-head-img{
        padding-top: 51px;
    }
    .form-show{
        display: flex !important;
    }
    .footer-socials-two > div {
        display: none;
    }
}

@media(max-width:575px){
    .join-us-wrap > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .portfolio-img-box img{
        max-width: 145%;
        position: relative;
        transform: translateX(0);
        transition: .3s linear all;
        transition-delay:.2s;
    }
    .portfolio-slider .slick-current .portfolio-img-box img,
    .portfolio-slider .slick-slide.slick-cloned img{
        transform: translateX(160px);
    }
    .portfolio-slider .portfolio-img-box.slick-slide{
        overflow:hidden;
    }
    .cu-img{
        display: none;
    }
    .slider-type-section .slider-txt{
        height: 460px;
    }
    .footer-two-copyright{
        justify-content: center;
    }
    .img-align-left > div:first-child{
        order: 2;
    }
    .delivery-wrap > div:first-child{
        order: 2;
    }
    .delivery-wrap > div:nth-child(2){
        order: 1;
    }
    .img-first-wrap{
        opacity: 0;
    }
    .delivery-box-img{
        top: -25px;
        max-width: 108px;
    }
    .contact-us-action > a {
        position: absolute;
        right: 0;
        margin-top: 13px;
    }
    .footer-style-two {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-two-animation .big-img {
        max-width: 230px;
        margin: 0 auto;
    }
    .small-img{
        max-width: 87px;
    }
    img.dashboard-img{
        left: 42px;
    } 
    .common-style div, .common-style p {
        text-align: center;
    }
    .small-img {
        position: relative;
        top: -62px;
    }
    .address-lists > div p {
        margin-bottom: 0;
    }
    .address-lists > div {
        margin-bottom: 25px;
    }
    img.dashboard-img {
        left: 110px;
    }
    img.dashboard-img {
        width: 155%;
    }
    /** Our Projects For Client **/
    .col-sm-5.portfolio-content-wrap .portfolio-fixed-content {
        display: none;
    }
    .portfolio-details > ul {
        text-align: right;
    }
    .portfolio-img-desktop .portfolio-fixed-content h2,
    .portfolio-img-desktop .portfolio-fixed-content p {
        text-align: center;
    }
    .portfolio-img-desktop .portfolio-fixed-content{
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 7px;
        margin-right: 11px;
    }
    div#portfolio-img-one .portfolio-arrows.d-none {
        display: flex !important;
        margin-top: -20px;
    }
    .small-img{
        transform: rotate(0deg)translate(-165px,130px);
    }
    img.dashboard-img-three {
        margin-top: 38px;
    }
    .dashboard-img-one, .dashboard-img-three {
        margin-right: 0;
        margin-left: auto;
    }
    .dashboard-img-two{
        margin-right: 0;
        margin-left: auto;
        padding-right: 0;
    }
    img.dashboard-popup-img {
        width: 146%;
        position: relative;
        left: 61px;
        top: -20px;
    }
    img.dashboard-img-three.img-fluid {
        position: relative;
        z-index: 10;
    }
    .ci-txt h3{
        margin-bottom: 10px;
    }
    .new-contact-form form p label > em{
        top: 0;
    }
    .new-contact-form form p label{
        padding-top: 8px;
    }
    .portfolio-img-desktop .portfolio-fixed-content h2, .portfolio-img-desktop .portfolio-fixed-content p{
        text-align: right;
    }
    .portfolio-images .portfolio-arrows{
        left: 20px;
        top: 36px;
    }
    .collector-img {
        bottom: 70px;
    }
    .footer-two-copyright {
        padding-bottom: 10px;
    }
    iframe.fb_customer_chat_icon{
        right: 38% !important;
        bottom: -1px !important;
    }
}


@media (min-width: 1600px){
    /*    .container {
            max-width: 1500px !important;
        }*/
}
/*@media (min-width: 1920px){
        .container {
            max-width: 1650px !important;
        }
}*/
@media (min-width: 1920px){
    .container {
        width: 1500px !important;
        max-width: 1500px !important;
        width: 1280px !important;
        max-width: 1280px !important;
    }
    .slider-sec {
        background-size: 94.1%;
    }
}

/** All Pixels Mobile **/
@media(min-width:812px) and (max-width:823px){
    .overlay-shadow{
        background: none;
    }
    .slider-sec {
        background-size: 87.5%;
        background-position: 53% 100%;
    }
    .overlay-shadow h4, .overlay-shadow h5 ,.overlay-shadow p{
        font-size: 20px;
        line-height: 20px;
    }
    .overlay-shadow .row {
        top: -3px;
        left: -9px;
    }
    .overlay-shadow {
        background-position: 12.4% 60% !important;
    }
    .arrow {
        width: 45px;
    }
    .content-n-img h2, .content-n-img h3 {
        text-align: center;
    }

}

/** All Landscape Mobile **/
@media(min-width:481px) and (max-width:767px){
	
    .row{
        margin: 0;
        padding: 0;
    }
    .logo {
        padding-left: 15px !important;
        padding-top: 2px !important;
    }
    .overlay-shadow .col-sm-2{
        display: none;
    }
    .arrow {
        display: none;
    }
    .fashion-posts-txt {
        padding: 5px;
    }
    .video-sec .row {
        display: inline-flex;
    }
    .video-sec .show-video, .video-sec .borderleft,  .video-sec .col-sm-12 {
        order: initial;
    }
    .video-sec .row .col-sm-6 p {
        font-size: 12px;
        line-height: 12px;
        padding-bottom: 20px;
    }
    .box-divider {
        margin: 5px 0;
    }
    .fashion-posts-slider .col-sm-4{
        flex: 100%;
        max-width: 100%;
    }
    .load-fashion {
        font-size: 12px;
        padding: 6px 9px;
    }
    .icon-boxes h2 {
        font-size: 14px;
    }
    .icon-section h5,.live-projects-titles h5,.section-sub-title, .icon-section h4,.live-projects-titles h4,.section-title,.footer-form .col-sm-12 > h2, .section-title, .sub-section-title, .section-sub-title {
        font-size: 14px;
    }
    .icon-boxes p {
        font-size: 15px;
        line-height: 15px;
    }
    .overlay-shadow {
        background: none !important;
    }
    .overlay-shadow h4, .overlay-shadow h5 {
        font-size: 15px;
        line-height: 15px;
    }
    .slider-sec {
        background-image: antiquewhite;
    }
    .fashion-blog .icon-boxes{
        width: 33%;
        max-width: 33%;
        flex: 33%;
    }
    .live-projects-slider .slick-center {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 9999;
    }
    .project-txt , .projects-img{
        border: 1px solid #cd3f3d;
    }
    .projects-icon {
        max-height: 25px;
    }
    .project-email {
        font-size: 13px;
    }
}

/** Responsive Menu **/
.resp-menu-con{
    display:none;
}
.responsive-box {
    position:fixed;
    right: 15px;
    top: 5px;
    width: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    place-content: center;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.bar1, .bar2, .bar3 {
    width: 31px;
    height: 3px !important;
    background: #00eb77;
    margin: 8px 0;
    transition: 0.4s;

}
.bar2:not(.change) {
    height: 3px !important;
}
.bar3:not(.change) {
    height: 3px !important;
}
.change.bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}
.change.bar2 {opacity: 0;}
.change.bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -9px);
    transform: rotate(45deg) translate(-10px, -9px);
}
#responsive-menu , #footer-responsive-menu{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 0;
    height: 100% !important;
    z-index: 9999;
    overflow: hidden !important;
    transition: 0.1s linear all;
    opacity: 0;
}
#responsive-menu-overlay , #footer-responsive-menu-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100% !important;
    background: #fff;
    transition: 0.5s linear all;
    overflow-y: scroll;
    overflow-x: hidden;
}
.res-logo{
    background:#fff;
}
#menu-responsive-menu , #footer-menu-responsive-menu {
    list-style-type: none;
    padding-right: 0;
    padding-left: 0px;
}
#menu-responsive-menu > li , #footer-menu-responsive-menu > li{
    padding-top: 5px;
    padding-bottom: 0.5rem;    
    position: relative;
}
.res-menu .col-sm-12 ul li {
    padding-bottom: 1rem;
    position: relative;
}
.res-menu .col-sm-12 ul li a {
    color: #000000;
    font-size: 17px !important;
	line-height: 20px;
    font-weight: 300;
}

#menu-responsive-menu li.menu-item-has-children::after , #footer-menu-responsive-menu li.menu-item-has-children::after{
    content: "";
    width: 34px;
    height: 24px;
    color: #1a88e2;
    position: absolute;
    top: 12px;
    bottom: auto;
    background-size: 11px;
    left: -8px;
    background-image: url(images/res-plus.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    transition: 0.1s linear all;
}

.minus-icon::after{
    background-image: url(images/res-minus.png) !important;
}
#menu-responsive-menu .sub-menu , #footer-menu-responsive-menu .sub-menu{
    list-style-type: none;
    display: block;
    transition: 0.5s linear all;
    padding: 0px 10px 0px 15px;
    border-bottom: 1px solid #00eb77;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
#menu-responsive-menu .sub-menu li a , #footer-menu-responsive-menu .sub-menu li a {
    color: #00eb77;
    font-size: 15px;
    font-weight: 300;
}
#footer-menu-responsive-menu .sub-menu{
    padding-right: 4px;
    margin-top: 0;
}
.form-show {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
}
.form-show .load-fashion {
    background-color: #00eb77;
    border-radius: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing , span.wpcf7-not-valid-tip {
    font-weight: 300;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing , div.wpcf7-mail-sent-ok{
    border: 2px solid transparent  !important;
}
#questions {
    z-index: 9999999;
    overflow-y: auto;
    padding-right: 0 !important;
}

.rpt_plan {
float:right !important;
margin-right:0 !important;
margin-left:1.9%; 
}

.innercont {
    width: 100% !important;
}

.innercont h2 {
    color: #777777;
    color: #b3b3b3;
    font-size: 66px !important;
    direction: ltr;
    line-height: 66px;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-family: "RedHatDisplay" !important;
	font-weight: 700 !important;
}
.innercont p {
	font-size: 30px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 34px;
}

.weoffer h2 {
	color: #00eb77;
    font-size: 66px;
    text-align: right;
    font-family: inherit !important;
    direction: rtl;
    line-height: 66px;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-weight: 700;
}
.weoffer a {font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    background: #00eb77;
    border: 1px solid #00eb77;
    padding: 6px 8px;
    min-width: 240px;
    text-align: center;
    border-radius: 20px;
    line-height: 33px !important;
    letter-spacing: 3px;
}
@media (max-width: 767px) {
.weoffer h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 3px;
	text-align: center
}
.page-id-1401 .trans-header{padding-bottom:0 !important;}
	.pos-content h2 {text-align:center}
	.videoinline {width:100%}
	.videoinline iframe {	height: 665px!important; width: 347px!important;}

}
@media (min-width: 1920px) {
.slider-type-section .primary-slider, .post-head-img {width:1920px; margin:0 auto}


}
.page-id-1401 .slick-track {display:none !important;}
