/*
Theme Name: Vilotopp
Theme URI: https://www.vilotop.co.il/new/
Author: Tiran Moyal
Author URI: https://www.vilotop.co.il/new/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Clothing, Window Cloth
Text Domain: vilotopp
*/

body {
    font-family: "Heebo", sans-serif;
    color: #777777;
    text-align: right;
    direction: rtl;
    font-size: 17px;
}
html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}
.cls {
    clear: both;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    color: #C8A1B3;
}
a {
    color: #C8A1B3;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
textarea {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
select {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
.img-fluid {
    width: 100%;
    height: auto;
    display: inline-block;
}
a.default-btn{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    border: 1px solid #C8A1B3;
    border-radius: 12px;
}
a.default-btn:hover{
    color: #fff;
    background: #C8A1B3;
}

/* main style start */

.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.header-area{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.sticky{
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header{
    height: 100px;
    padding: 0 0 0 0;
    position: relative;
}
.header-right{
    position: absolute;
    right: 0;
    top: 15px;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 145px;
}
.header-left{
    position: absolute;
    left: 0;
    top: 30px;
}
.header-left-info{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.whats-app-icon{
    margin: 0 0 0 35px;
}
.menu-icon{
    cursor: pointer;
}
.menu-area{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -100vh;
    z-index: 999999;
    background: #f8f9f9;
    transition: all 650ms cubic-bezier(1,0,0,1);
    visibility: hidden;
}
.menu-area.open {
    top: 0;
    visibility: visible;
    border-radius: initial;
}
.menu-header{
    position: relative;
    margin: 75px 0 0 0;
}
.menu-logo{
    text-align: center;
}
.menu-close{
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.navigation-area{
    padding: 150px 0;
}
.navigation-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(images/seperator-02.png) repeat-y center top;
    vertical-align: middle;
    align-items: center;
}
.navigation-right{
    width: 45%;
}
.navigation-left{
    width: 45%;
}
.navigation{
    padding: 0 0 0 0;
    text-align: right;
}
.navigation ul li{
    position: relative;
    margin: 0 0 15px 0;
}
.navigation ul li a{
    font-size: 30px;
    line-height: 30px;
    color: #C8A1B3;
    text-decoration: none;
    display: block;
    font-weight: 300;
    padding: 5px 5px;
}
.navigation ul li a:hover{
    color: #fff;
    text-decoration: none;
    background: #C8A1B3;
}
.navigation ul li.current_page_item a{
    color: #fff;
    text-decoration: none;
    background: #C8A1B3;
}
.navigation-info p{
    font-weight: 300;
    padding: 0 0 50px 0;
}
.nav-social-link a{
    padding: 0 0 0 25px;
}
.navigation-copyright{
    padding: 50px 0 0 0;
}
.home-top-area{
    padding: 0;
    overflow: hidden;
    position: relative;
}
.home-top-banner{
    direction: ltr;
}
.home-top-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.top-banner-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 88;
    top: 0;
    right: 0;
}
.top-banner-center{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.top-banner-info{
    overflow: hidden;
    color: #58585a;
}
.top-banner-info h1{
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    padding: 0 0 30px 0;
    color: #58585a;
}
.top-banner-info h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    padding: 0 0 50px 0;
    color: #58585a;
}
.button-link a{
    display: inline-block;
    padding: 12px 30px 12px 55px;
    background: url(images/bullet-icon-02.png) no-repeat 35px 17px #C8A1B3;
    border: 1px solid #000;
    color: #fff;
}
.button-link a:hover{
    background: url(images/bullet-icon-02.png) no-repeat 35px 17px #000;
    border: 1px solid #000;
    color: #fff;
}
.home-about-area{
    padding: 70px 0;
    overflow: hidden;
}
.home-about-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home-about-right{
    width: 40%;
}
.about-picture img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.home-about-left{
    width: 56%;
}
.home-about-info{
    overflow: hidden;
}
.home-about-info h3{
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0 0 25px 0;
}
.home-about-info p{
    line-height: 24px;
    padding: 0 0 25px 0;
}
.fabric-item{
    width: 48%;
    margin: 1% 1% 1% 1%;
}
.fabric-item-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fabric-icon{
    padding: 0 0 0 15px;
}
.fabric-info p{
    color:#202020;
    font-weight: 300;
    line-height: 18px;
}
.home-services-area{
    padding: 70px 0;
    background: #f6f6f6;
    overflow: hidden;
}
.title{
    text-align: center;
    padding: 0 0 30px 0;
}
.title h2{
    font-size: 30px;
    line-height: 30px;
}
.home-service-item{
    width: 31.33%;
    margin: 1% 1% 1% 1%;
}
.home-service-item-inner{
    position: relative;
}
.home-service-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.home-service-overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}
.home-services-info{
    padding: 30px 30px;
    overflow: hidden;
    color: #fff;
}
.home-services-info h4{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.home-services-info h4 a{
    color: #fff;
    text-decoration: none;
}
.service-button a{
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
}
.service-button a:hover{
    background: #000;
    color: #fff;
}
.home-testimonial-area{
    padding: 70px 0;
    overflow: hidden;
}
.home-testimonial-box{
    direction: ltr;
}
.testimonial-heading{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 30px 0;
}
.testimonial-heading h2{
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px dashed #C8A1B3;
    padding: 0 0 25px 0;
}
.single-testimonial{
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    padding: 0 0 0 0;
}
.single-testimonial-inner{
    position: relative;
}
.single-testimonial-top{
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #e1e8ed;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
}
.testimonial-author-pic{
    padding: 0 0 0 10px;
}
.testimonial-author-pic img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 36px;
    border-radius: 50%;
}
.testimonial-author-info h4{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #1c2022;
    padding: 0 0 0 0;
}
.testimonial-author-info h5{
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: #697882;
}
.fb-icon{
    position: absolute;
    left: 15px;
    top: 15px;
}
.testimonial-feedback{
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    min-height: 100px;
}
.testimonial-feedback p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 15px 0;
}
.home-testimonial-box .owl-nav{
    display: none;
}
.home-testimonial-box .owl-dots{
    padding: 20px 0 0 0;
    text-align: center;
}
.home-project-area{
    padding: 0 0 70px 0;
    overflow: hidden;
}
.home-project-area .testimonial-heading h2{
    border-bottom: none;
}
.view-more-button{
    padding: 50px 0 0 0;
    text-align: center;
}
.view-more-button a{
    background: #C8A1B3;
    padding: 10px 45px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
}
.view-more-button a:hover{
    background: #000;
    color: #fff;
}
.footer-area{
    padding: 115px 0 115px 0;
    overflow: hidden;
    background: #e7e8e8;
}
.footer-inner{
    overflow: hidden;
    padding: 0 0 30px 0;
}
.footer-col{
    float: right;
    width: 17.5%;
    margin: 0 1% 0 1%;
}
.footer-logo{
    padding: 0 0 15px 0;
}
.footer-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 145px;
}
.footer-info{
    padding: 0 0 0 30px;
    overflow: hidden;
}
.footer-info p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.footer-info h4{
    font-size: 24px;
    font-weight: 300;
    color: #C8A1B3;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    background: url(images/seperator-01.png) no-repeat right bottom;
}
.footer-link ul li{
    font-weight: 300;
    padding: 0 0 5px 0;
}
.footer-link ul li a{
    color: #58585a;
    text-decoration: none;
    background: url(images/bullet-icon-01.png) no-repeat right 6px;
    padding: 0 20px 0 0;
}
.footer-link ul li a:hover{
    color: #C8A1B3;
    text-decoration: none;
}
.social-link{
    overflow: hidden;
}
.social-link ul li{
    margin: 0 0 15px 0;
}
.social-link ul li a{
    color: #58585a;
    padding: 2px 35px 2px 0;
    display: block;
}
.social-link ul li a:hover{
    color: #C8A1B3;
    text-decoration: none;
}
.social-link ul li.whatsapp{
    background: url(images/whatsapp-icon.png) no-repeat right 2px;
}
.social-link ul li.phone{
    background: url(images/phone-icon.png) no-repeat right 0;
}
.social-link ul li.email{
    background: url(images/mail-icon.png) no-repeat right 2px;
}
.copyright-info{
    border-top: 1px solid #b4b4b4;
    padding: 20px 0 0 0;
    overflow: hidden;
}
.copyrightinfo-left{
    float: left;
}
.copyrightinfo-right{
    float: right;
}
.copyrightinfo-right a{
    margin: 0 0 0 20px;
}

/* for about page */

.about-page-area{
    padding: 70px 0;
    overflow: hidden;
}
.about-page-content p{
    line-height: 32px;
    padding: 0 0 30px 0;
    font-weight: 300;
}
.alignright{
    float: right;
    padding: 0 0 0 30px;
}
.alignleft{
    float: left;
    padding: 0 30px 0 0;
}
.top-space{
    margin-top: 50px;
}
.contact-form-box{
    background: #f2f2f2;
    padding: 30px 50px;
    overflow: hidden;
    margin: 0 0 50px 0;
}
.contact-form-info{
    text-align: center;
    padding: 0 0 0 0;
    overflow: hidden;
}
.contact-form-info h3{
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #C8A1B3;
    padding: 0 0 10px 0;
}
.contact-form-info h4{
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #C8A1B3;
    padding: 0 0 10px 0;
}
.contact-form{
    padding: 10px 0 0 0;
    overflow: hidden;
    margin: 0 -1%;
}
.contact-form-item{
    width: 18%;
    margin: 0 1% 0 1%;
    float: right;
}
.contact-form-item input{
    font-size: 18px;
    color: #6b6a6a;
    font-weight: 300;
    border: 1px solid #eaecf3;
    width: calc(100% - 22px);
    height: 38px;
    padding: 0 10px 0 10px;
    background: #fff;
}
.contact-form-send{
    width: 18%;
    margin: 0 1% 0 1%;
    float: right;
}
.contact-form-send input{
    font-size: 18px;
    width: 100%;
    height: 40px;
    border: none;
    background: #C8A1B3;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.contact-form-send input:hover{
    background: #000;
    color: #fff;
}
.contact-buttons{
    padding: 25px 0 0 0;
    overflow: hidden;
    text-align: center;
}
.contact-button-right{
    width: 48%;
    float: right;
}
.contact-button-right a{
    width: 100%;
    padding: 10px 10px;
    background: #C8A1B3;
    color: #fff;
    display: block;
    font-weight: 500;
    text-decoration: none;
}
.contact-button-right a:hover{
    background: #000;
    color: #fff;
}
.contact-button-left{
    width: 48%;
    float: left;
}
.contact-button-left a{
    font-weight: 500;
    width: calc(100% - 22px);
    border: 1px solid #C8A1B3;
    padding: 9px 10px;
    background: #e9e9e9;
    color: #fff;
    display: block;
    text-decoration: none;
    color: #C8A1B3;
}
.contact-button-left a:hover{
    background: #000;
    color: #fff;
}

/* for blog page */

.blog-banner-area{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.blog-banner-holder img{
    width: 100%;
    height: auto;
    display: block;
}
.banner-inner{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
}
.banner-inner-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-inner-info{
    color: #fff;
    text-align: center;
}
.banner-inner-info h1{
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    padding: 0 0 25px 0;
    color: #fff;
}
.banner-inner-info a{
    color: #fff;
    text-decoration: none;
}
.blog-page-area{
    padding: 80px 0;
    overflow: hidden;
}
.blog-item{
    width: 31.33%;
    margin: 1% 1% 1% 1%;
}
.blog-item-inner{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog-thumb-holder{
    overflow: hidden;
}
.blog-thumb-holder img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.blog-item-info{
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}
.blog-item-info h3{
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 0 20px 0;
}
.blog-item-info h3 a{
    color: #C8A1B3;
    text-decoration: none;
}
.blog-item-info h3 a:hover{
    color: #000;
    text-decoration: none;
}
.blog-item-info p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.read-more{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.read-more a{
    font-weight: 700;
}

/* for blog details page */

.discount-banner-area{
    overflow: hidden;
}
.discount-banner-area img{
    width: 100%;
    height: auto;
    display: block;
	margin-top: 72px;
}
.blog-details-area{
    padding: 70px 0;
    overflow: hidden;
}
.page-content{
    overflow: hidden;
    padding: 0 0 30px 0;
}
.page-content h2{
    font-size: 28px;
    font-weight: 700;
    color: #C8A1B3;
    padding: 0 0 25px 0;
}
.page-content p{
    line-height: 28px;
    font-weight: 300;
    padding: 0 0 25px 0;
}

/* for service page */

.service-page-area{
    padding: 70px 0;
    overflow: hidden;
}
.service-top-box{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.service-top-box h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    padding: 0 0 20px 0;
    color: #C8A1B3;
}
.service-top-box p{
    line-height: 24px;
    font-weight: 300;
    padding: 0 0 15px 0;
}
.service-item{
    width: 48%;
    margin: 1% 1% 1% 1%;
}
.service-item-inner{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 10px;
}
.services-thumbnail{
    overflow: hidden;
}
.services-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.service-item-info{
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.service-item-info h4{
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 0 20px 0;
}
.service-item-info h4 a{
    color: #C8A1B3;
    text-decoration: none;
}
.service-item-info h4 a:hover{
    color: #000;
    text-decoration: none;
}

/* for services details page */

.service-details-area{
    padding: 70px 0 0 0;
    overflow: hidden;
}
.service-details-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-details-right{
    width: 47%;
}
.service-details-info{
    padding: 0;
    overflow: hidden;
}
.service-details-info h2{
    font-size: 35px;
    line-height: 40px;
    padding: 0 0 25px;
    font-weight: 300;
    text-align: center;
}
.service-details-info p{
    font-weight: 300;
    line-height: 28px;
    padding: 0 0 30px 0;
}
.seperator{
    text-align: center;
    padding: 0 0 30px 0;
}
.service-details-left{
    width: 47%;
}
.services-gallery{
    direction: ltr;
    position: relative;
}
.service-gallery-pic img{
    width: 100%;
    height: auto;
    display: block !important;
}
.services-gallery .owl-dots{
    display: none;
}
.contact-seller{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 0 0;
}
.contact-button{
    margin: 0 10px 0 10px;
}
.contact-button a{
    display: inline-block;
    background: url(images/contact-button-arrow.png) no-repeat 25px 17px #C8A1B3;
    padding: 8px 25px 8px 55px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
}
.contact-button a:hover{
    background: url(images/contact-button-arrow.png) no-repeat 25px 17px #000;
    color: #fff;
}
.call-now{
    margin: 0 10px 0 10px;
}
.call-whatsapp{
    margin: 0 10px 0 10px;
}

/* for project details page */

.project-item{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.project-item-inner{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.project-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.removebg{
    background: none;
    margin-top: 70px;
    padding: 0;
}

/* for contact page */

.contact-page-area{
    padding: 70px 0;
    overflow: hidden;
}
.contact-area-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.contact-left{
    width: 48%;
}
.heading-highlight{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.heading-highlight span{
    display: inline-block;
    padding: 8px 20px;
    background: #C8A1B3;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
}
.contact-info h2{
    font-size: 42px;
    line-height: 45px;
    padding: 0 0 30px 0;
    font-weight: 900;
}
.contact-info p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 0 25px 0;
}
.contact-info ul li{
    font-weight: 300;
    padding: 0 65px 10px 0;
    margin: 0 0 25px 0;
    background: url(images/contact-icon-01.png) no-repeat right 0;
}
.contact-info ul li strong{
    display: block;
    font-weight: 700;
}
.contact-info ul li.email{
    background: url(images/contact-icon-02.png) no-repeat right 0;
}
.contact-info ul li.location{
    background: url(images/contact-icon-03.png) no-repeat right 0;
}
.contact-right{
    width: 48%;
}
.contact-form-box{
    background: #fff;
    padding: 30px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-form-list{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.contact-form-list label{
    display: block;
    color: #C8A1B3;
    font-weight: 700;
    padding: 0 0 10px 0;
}
.contact-form-list input{
    color: #4e4e4e;
    font-size: 18px;
    width: calc(100% - 42px);
    height: 46px;
    border: 1px solid #eaecf3;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    font-weight: 300;
}
.contact-form-list textarea{
    color: #4e4e4e;
    font-size: 18px;
    width: calc(100% - 42px);
    height: 106px;
    border: 1px solid #eaecf3;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    font-weight: 300;
    resize: none;
}
.contact-form-list-send input{
    font-size: 18px;
    width: 100%;
    height: 50px;
    border: none;
    background: #C8A1B3;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
}
.contact-form-list-send input:hover{
    background: #000;
    color: #fff;
}
.contact-form-send .wpcf7-spinner{
    display: none;
}
.home-project-item{
    width: 100%;
    margin: 0 0 20px 0;
}