/*
    Theme Name: cib
    Theme URI:
    Description: WC 4.2.0/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 2.5
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Hebrew:wght@100;200;300;400;500;600;700&display=swap');
.wrapper{width:100%; overflow:hidden}
body {
    font-size:22px;
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#283B3C;
	line-height:30px;
	padding-bottom : 60px;
	}
h1, h2, h3, h4, h5, h6, span, input, select, textarea, div, p{
    	font-family: 'IBM Plex Sans Hebrew', sans-serif;
}
input, select, textarea{
    font-size: 18px !important;
    font-weight: 500;
}
a {
    color: #1b1d1e;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover {
	text-decoration: none;
	color:#052909;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
    box-sizing: border-box;
    border: #e8e8e8 1px solid;
    width: 100%;
    padding: 10px 12px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 36px;
    background: #fff;
    color: #000000;
	border-radius: 40px;
}

input[type="submit"],
input[type="button"],
button, a.button, input.button {
	font-family: 'IBM Plex Sans Hebrew', sans-serif;
	display: inline-block;
	cursor: pointer;
   	line-height:20px;
    font-size: 22px;
	font-weight:600;
    color: #282a52;
	border-radius:0px;
	width: auto;
	
	border:#282a52 0px solid;
	background-color:transparent;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

	}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover, a.button:hover, input.button:hover  {
	
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}
	
input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-left:10px;
	
}


::-webkit-input-placeholder {
       color: #1b1d1e;
	   }

:-moz-placeholder { /* Firefox 18- */
       color: #1b1d1e;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #1b1d1e; 
}

:-ms-input-placeholder {  
      color: #1b1d1e;
}




.fa-volume-control-phone {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

ul {
	margin:0;
	padding:0;
	list-style: none;
}

li {
	list-style: none;
}

.call {
	white-space:  nowrap;
}

.flex {
	display: flex;
}

.wrapper {
	background:#FFF;
	position: relative;
	z-index:1;
}

.hidden {
	display: none;
}

button:focus, input:focus {
	outline: none !important;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}


#main {
	position: relative;
	padding:0px 0 100px;
	z-index:1;
	
	}
#advertisement-boxes {
    padding: 20px 0px;
}
div#main {
    
}
.page-template-page-contact-php #main  {padding-top: 0px; padding-bottom: 0px;}
.single div#main , .page-template-default div#main{
    background-image: none;
    padding-bottom: 25px;
}
.section {
	padding:60px 0;
}

.padding {
	width:60%;
	margin: auto;
}


#shop-content {
    width: 100%;
    float: none;
}

#sidebar {
    width: 20%;
	float: right;
    position: relative;
    padding: 30px 20px;
    background: #fbfbfb;
    border-radius: 7px;
    background-size: cover;
   
}

/* =HEADER
-------------------------------------------------------------- */
#head {
	position: relative;
    background: #ffffff;	
	}

#head .t-bg {
	position: absolute;
	top: 35px;
	z-index:0;
}

#head .t-bg.onleft {
	left: 0;
}
#head .t-bg.onright {
	right: 0;
}
#toprow span{
	color: #ffffff;
	font-size:15px;
}
.most-toprow {
	padding: 10px 0px;
	background-image: url(images/top-bg.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: repeat;
	text-align: center;
    color: #fff;
}
.most-toprow img{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.most-toprow span{
	display:inline-block;
}
.most-toprow span.top-content *{
	display:inline-block;
	margin:0;
	padding:0;
}
.most-toprow span.top-content h4 {
    font-size: 24px;
}
.most-toprow span.top-content p {
    font-size: 16px;
}
.most-toprow a{
	color: #e50042;
	padding: 5px 15px !important;
	margin-right: 15px !important;
	background-color: #fff;
	border-radius: 40px;
	font-size: 17.11px;
}
#toprow {
	position: relative;
	background:#161819;
	padding:10px 0;
	-webkit-box-shadow: 0px 0px 15px 0px #63636326;
    -moz-box-shadow: 0px 0px 15px 0px #63636326;
    box-shadow: 0px 0px 15px 0px #63636326;
    position: relative;
    z-index: 999;
	
}
#toprow i {
	color:#fff;
}


#toprow a:hover  {
	color:#7dd1e3;
}


#toprow .social-icons {
	
	}


.top-right {
	display: flex;
	align-items: center;
}

.top-left {
	display: flex;
	justify-content: flex-end;
  	align-items: center;
}

.top-left i {
	margin-left:5px;
}

#langs {
	display: inline-block;
	padding:5px;
	background:#f4f3f8;
	margin-left:20px;
	border-radius:6px;
}

#langs  a.glink {
	padding:0 5px;
}

#langs  a.glink img {
	opacity:1;
}


.toptel {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	color:#12472d;
		}


.toptel span {
	color:#ffffff;
}
.toptel phone {
	font-weight: bold;
	color:#fff;
	}

.wc-my-account a {
	display: inline-block;
	padding:0 10px;
	
}

.wc-my-account  i {
	margin-left:5px;
	color:#fff;
}

.social-icons {
	position: relative;
	display: inline-block;
	color:#12472d;
	font-size:26px;
	
}

.social-icons a {
	display: inline-block;
	color:#fff;
	text-align: center;
	margin-right:10px;
}

.social-icons a:hover {
	color:#fff;
	
}

#top-left {
	justify-content: flex-end;
}

#logorow {
	
}
.topsearch .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	left: 12px;
    right: auto;
    opacity: 1;
}

.topsearch .dgwt-wcas-preloader.dgwt-wcas-close {
	left:  auto;
    right: 12px;
}

.topsearch {
	display:inline-block;
	width:75%;
	margin-left:10px;
}

.topsearch .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	height: 42px;
	border-radius:40px;
	border: 1px solid #e6e6e6;
	color: #000000 !important;
	background: #ffffff;
	font-size:13px;
}

#head .woo-cart {
	text-align: left;
	}

.woo-cart i {
	font-size:48px;
	color:#12472d;
}

.woo-cart .txt {
	position: relative;
	top: -5px;
}


.woo-cart a {
	position: relative;
	display: inline-block;
	margin-right:15px;
	
		
	}
span.text{
	padding-left:10px;
	font-size:13px;
	vertical-align:middle;
}

.woo-cart .cart-contents {
	display: inline-block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 24px;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    border-radius: 100%;
    background: #e50042;
    border: #ffffff solid 3px;
	
}




.logo {
	position: relative;
	text-align: center;padding: 17px 0;
		
}

.topicons a {
	display: inline-block;
	margin-left:25px;

}

.topicons a i {
	font-size: 33px;
}



/* =MENUS
-------------------------------------------------------------- */
#mainmenu {
	position: relative;
	background:#ffffff;
	z-index:100;
}

.menu-primary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
	border-top: #e3f0e4 0px solid;	
	
   }

.menu-primary ul {
	min-width: 300px;
}

.menu-primary li{
	display:inline-block;
	font-size:18px;
	float:none;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.slider-bottom {
       background-image: url(images/background-pattern.jpg);
    background-repeat: repeat;
    
}
.slider-bottom-inner p, .slider-bottom-inner img, .slider-bottom-inner h3 {
    display: inline-block;
}

.slider-bottom-inner .row {
    align-items: center;
}
.slider-bottom-inner {
    max-width: 1015px;
    margin: 0px auto;
    padding: 7px 0;
}
.slider-bottom-inner .row  .col-md-6 {
    display: flex;
    align-items: center;
}
.slider-bottom-inner p {
    font-size: 22px;  margin-right: 20px;
}
.slider-bottom-inner h3 {
        font-size: 22px;
    font-weight: 700;
    max-width: 300px;
    margin-right: 20px;
}

/* First Level - Menu Primary */

.menu-primary li a {
	position: relative;
	display:inline-block;
	color:#000000;
	font-size:18px;    
    padding: 11px 30px;
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
}
	

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
color: #e50042;
	
}

.menu-primary .menu-item-has-children a:after {
	content:"\f107";
	font-family:"FontAwesome";
	color:#1f842a;
	display: inline-block;
	position: absolute;
	left:0;
	top: 15px;

}



/* Child Levels - Menu Primary */

.menu-primary .sub-menu {
	min-width:300px;
	text-align:right;
	background:#000000;
	padding:10px;
	z-index:100;
	margin:0;
	-webkit-box-shadow: -4px 3px 4px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    -4px 3px 4px 0px rgba(50, 50, 50, 0.25);
box-shadow:         -4px 3px 4px 0px rgba(50, 50, 50, 0.25);	
	
}

.menu-primary li:hover ul {
	}

.menu-primary li li span {
	display: none;
}

.menu-primary li li a {
	display: block;
	font-size:17px;	
	padding:10px 10px;
	border-radius:0;
	border-bottom: #d9d9d9 1px solid;
}

.menu-primary .sub-menu li a:after {
	display: none;
}

.menu-primary .sub-level-1 li:last-child a {
	border-bottom: none;
}
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	background: rgba(255, 255, 255, 1);
	border-bottom: #d9d9d9 1px solid;
		   
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img, 
.menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right:0 !important;
	padding-left:10px;
}

.sf-sub-indicator {
	display:none;
}



.sf-sub-indicator {
	display:none;
}


/**********************HOME**********************/

.slider-area {
	position: relative;
}
#mainslider {
	position: relative;
	overflow: hidden;
}

.slider-image {
	
}

.slider-image img {
	display: block;
	    width: 100%;
    height: auto;
}

	.slider-area .cap {
		position: absolute;
		top:0;
		width:100%;
		height:100%;
		z-index:10;
		padding:50px 50px;
		right: 0;
		text-align:center;
		display: flex;
		align-items: center;
		justify-content: center;
	}



.slider-area .s-title {
font-size: 53px;
    color: #ffffff;
    font-weight: 500;
	}

.slider-area .s-stitle {
    font-size: 107.71px;
    color: #ffffff;
    font-weight: bold;
	}

.slider-area .more {
	padding-top:10px;
}
.slider-area .more a {
    padding: 12px 35px;
    font-size: 23.16px;
    color: #e50042;
    border-radius: 40px;
    background-color: #ffffff;
	
}

.slider-area .more a i {
	margin-right:20px;
}

#homeboxes-section .cat_box  {
    text-align: center;
	width: 100%;
	margin-bottom:40px;
}
/* #homeboxes-section .cat-img img {
    border: 1px solid #f3eae6;    
} */
.category_title {
    font-size: 28px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.080em;
    color: #1b1d1e;
	bottom: 0;
    padding: 15px;
    right: 0;
	position:absolute;
}

.category_title a {
	color:#1b1d1e;
}
.box-item {
	position: relative;
	margin-bottom:30px;
	 display: flex;
  align-items: center;
  background:#eff7f0;
	
}

.box-img {
	position: relative;
	width:256px;
	order:2;
	
}

.box-mask {
	position: absolute;
	top: 0;
	left:0;
}

.box-title {
	width: calc(100% - 256px);
	font-size:26px;
	color:#0b6e16;
	padding: 0 20px;
	font-weight:600;
}

.box-title a {
	color:#0b6e16;
}


#content-section {
        padding: 8% 0;
     background-repeat:no-repeat; background-size:cover; background-image:url(images/banner2.jpg); background-size:cover
}
#content-section .half {
    width: 49%;
    padding: 105px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-1.half .cap {
    padding: 0 25% 0 10%;
}
#content-section .title {
    font-size: 40px;
    font-weight: 300;
    color: #799f9c;
    text-align: right;
    margin-bottom: 25px;
}
#content-section .text {
    line-height: 26px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
#content-section .btn {
    margin-top: 10px;
    text-align: right;
}
#content-section .btn a {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 0px;
    border: none;
    background-image: none;
    font-size: 15px;
    background-color: #fff;
    color: #1b1d1e;
}




#shipment-banner {
	padding:30px 15px;
	background:#eff7f0;
	display: flex;
  justify-content: center;
  align-items: center;
}

#shipment-banner img {
	margin-left:20px;
}

#shipment-banner span {
	margin-left:20px;
	font-size:22px;
	font-weight:600;
}

#shipment-banner a {
	font-size:18px;
	display:inline-block;
	padding:10px 30px;
	border-radius:30px;
	border: #c0d8c3 1px solid;
}

#shipment-banner a i {
	margin-right:20px;
}


#homebuttons {
	width:100%;
	background:#1f5036;
	align-items: center;
	justify-content: space-around;	
}

.home-btn {
	font-size:34px;
	font-weight:300;
}

.home-btn:nth-child(even) {
	background:#a6bd0a;
}

.home-btn a {
	display: block;
	color:#FFF;
	text-align:center;
	padding:10px 10px;
}

.home-btn i {
	margin-right:10px;
}



.home-content.entry {
	color:#FFF;
	padding:50px 50px;
	font-size:18px;
}

.home-content.entry h1 {
	color:#FFF;
	font-weight:600;
	font-size:38px;
}

#content-section .home-img  {
	text-align: center;
	padding:30px 30px;
}


/*********GENERAL*******/

#topimage {
	position: relative;
	overflow: hidden;
	width:100%;
	background:url(images/topimage.jpg) top left no-repeat;
	background-size:cover;
	
	
	}
.topimg {
	display: block;
	
}
.single-product .certificate-img{display:none}
.certificate-img {
    float: left;
    top: 3px;
 
   position: relative;
}

#topimage .textholder {
	width:100%;
	z-index:10;
	padding:75px 0px;
}



#breadcrumbs {
	padding:15px 0px;
	font-size:14px;
	color:#000000;
	
	
		}
.single-product #topimage{background: transparent;}
.single-product #topimage .textholder{}
.single-product  .toptitle {
    font-size: 66px;
    font-weight: 400;
    padding: 0px 0 0px 0;
}
#breadcrumbs a {
    text-decoration: none;
}
#breadcrumbs>span:last-child {
    color: #e50042;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
.toptitle {
	font-size: 55px;
    font-weight: 400;
    color: #1b1d1e;
    padding: 25px 0 44px 0;
	
}


.page-content {
		
}

.woocommerce-page .page-content {
	color:#333;
}
.noimg {
	display:block;
	background:#ffffff;
	
}

.no-img img {
		
		
}
.title {
    position: relative;
    font-size: 46px;
    margin-bottom: 59px;
    color: #1b1d1e;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.120em;
}
.title:after {
    content: '~';
    color: #e5004230;
}
.title:before {
    content: '~';
    color: #e5004230;
}
.title span {
	position: relative;
	display: inline-block;
	
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.single-product #share {
   padding: 0px 0px;
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 500;
    border-top: none;
}
#share  {
    padding: 20px 0px 0 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    border-top: none;
    margin-bottom: 37px;
    border-top: #ccc solid thin;
}
.text-center {
    text-align: center !important;
}
.single-product #share .txt{	
	line-height: 32px;
    color: #000;
    display: inline-block;
    position: relative;
    top: -4px;
}
 #share .txt{	
	line-height:32px; 
	color:#1b1d1e;
	}
#share .txt {	
	line-height:32px;
	}

#share .addtoany_shortcode {
	display: inline-block;
	margin-left:10px;	
	}

#share .addtoany_list a>span {
	border-radius:100% !important;
	/*background-color:#85c556 !important;*/
}


.content {
	font-size:18px;
}

.entry {	
	line-height:1.3;
}

.entry a {
	color:#1b1d1e;
}

.entry a:hover {
	text-decoration: underline;
}

.entry h1 {
	font-size:40px;
	color:#e50043;
	margin-bottom:25px;
	font-weight:300;
}

.entry h2 {
	font-size:28px;
	color:#e50043;
	margin-bottom:15px;
	font-weight:500;
}
.entry h3 {
	font-size:24px;
	line-height:30px;
	color:#e92c63;
	font-weight: 400;
	margin-bottom:15px;
	padding-bottom:7px;
	letter-spacing:0px;
	
	}

.entry h4 {
	    font-size: 26px;
    color:#e92c63;
    font-weight: 400;
    margin-bottom: 10px;
	
}

.entry h5 {
	font-size:22px;
	color: #e92c63;
	margin-bottom:10px;
	font-weight:500;
	text-decoration: underline dashed;
}

.entry h6 {
	font-size:20px;
	color:#e92c63;
	font-weight: bold;
	margin-bottom:10px;
}

.entry ul,
.entry ol {
	margin-right: 50px;
}

.entry ul li {
	list-style: square;
	margin-bottom:5px;
	
}

.entry ol li {
	list-style: decimal;
}

.entry ul li:before {
	

}

.entry hr {
	border-top:#eff7f0 2px solid;
}


.entry img.alignleft  {
	padding-right:30px;
	padding-bottom:30px;
}


.entry img.alignright {
	padding-left:30px;
	padding-bottom:30px;
}


.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-line {
	padding:20px 0;
	font-size:25px;
	color:#ab1c55;
	margin-bottom:20px;
	    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.share-line .addtoany_shortcode {
	float: left;
}

.share-line .share-txt {
	position: relative;
	top: 5px;
}

#cat-text {
	padding:40px 0;
	font-size:18px;
}

.category-content {
	font-size:18px;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
	position: relative;
	margin-right:30px;
	margin-bottom:30px;
		
}

.single-img.alignright {
	position: relative;
	display: block;
	margin-left:30px;
	margin-bottom:30px;
	
	
}

.single-img {
	max-width:50%;
}

.single-img img {
	display: block; 
	border-radius:12px;
	}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}



/**************GALLERY****************/
.gallery-image {
	position: relative;
	margin-bottom:30px;	
}

.gallery-image img {
	width:100%;
	height: auto;
	}

/**********posts-loop***************/


.page-title {
	font-size: 50px;
	margin-bottom: 20px;
	color:#ad8d38;
	}
	
.toptext {
	font-size:18px;
	margin-bottom:30px;
}
.article {
	display: block;
	margin-bottom:30px;
	text-align: center;
			
}


.art-img {
	    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 0px;
    overflow: hidden;
}
	
	

.art-img.no-img {
	background:#ECF2EF;
}
	
.art-img img {
    display: block;
    transition: all 0.5s ease;
    border-radius: 0px;
}

.art-img img:hover {
	transform: scale(1.1);
}

.art-title {
	    margin: 10px 0;
    font-size: 24px;
    color: #1b1d1e;
    font-weight: 400;
   
}

.art-title a {
	color:#000000;
}

.art-title a:hover {
	color:#e50043;
}

.art-txt {
	font-size:15px;
	line-height:1.3;
}

.post-title {
	font-size:25px;
	color: #0467a6;
	margin-bottom:10px;
		
}

.post-title a {
	color: #0467a6;
}

.post-title a:hover {
	color: #799f9c;
}

.meta-date {
	margin-bottom:10px;
	color:#868c8f;
}

.more  {
	margin:10px 0;
	
}

.more a {
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 400;
    background: #282a52;
    color: #fff;
}

.more a:hover {
	    transform: scale(0.9);
}
.excerpt {
    line-height: 22px;
    font-size: 15px;
    color: #1b1d1e;
}

#related-boxes {
	padding-top:40px;
    padding-bottom: 40px;
}
.rel-title {
text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    color: #1b1d1e;
    font-weight: 300;
}


#category-content {
	text-align: center;
}

/*******************TABS****************/


#tabs-menu {
	padding: 0 15px;
    background: #fdb813;
    border-radius: 6px;
    margin-bottom: 20px;
}
#tabs-menu li  {
	border-left:#FFF 1px solid;
	position: relative;
}



#tabs-menu li.r-tabs-state-active:after {
	content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fdb813;
    position: absolute;
    bottom: -15px;
    left: 45%;
}

#tabs-menu li a {
	position: relative;
    font-size: 20px;
    display: block;
    color: #fff;
    padding: 15px 30px;
	font-weight:600;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-title {
	font-size:30px;
	color:#b12324;
	margin:20px 0;
}

#page-tabs .recomendation  {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom: #e8e8e8 10px solid;
	line-height:1.3;
}

/**********************SEARCH*****************/


#search #s,
#search .search-field {
     border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
	background:#f2f3f5;
}



#search {
	position: relative;
	background:#f2f3f5;
	padding:10px 10px 10px 24px;
	border:#d0d1d2 1px solid;
	border-radius:30px;
}

#search button {
	position: absolute;
	right:4px;
	top:4px;
	background: #ad8d38;
	border: none;
	font-size:20px;
	color: #FFF;
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	border-radius:100%;
}



#searchpanel, 
#searchclose {
	display: none;
}

#searchpanel {
	padding:50px 100px;
}

#searchclose {
	display: block;
	text-align: left;
	font-size:20px;
	margin-bottom:30px;
	margin-top:-30px;
}

.woocommerce-product-search label {
	display: none;
}

#woocommerce-product-search-field {
	display: inline-block;
	width: 80%;
	margin-left:1%;
	padding: 10px 5px;
}

#searchpanel input[type="submit"] {
	display: inline-block;
	width:17%;
}




.no-results,
.error-404  {
	text-align: center;
	font-size:30px;
}



/***********************CONTACT***********************/


.acf-map {
	width:100%;
	min-height:503px;
}


#contact-line {
	background:#799f9c;
	padding:50px 50px;
}

#contact-line .cl-heading {
	position: relative;
	padding-right:80px;
}

.cl-heading .cl-icon {
	position: absolute;
	right:0;
	top: 0;
}


#contact-line .form-title {
    display: flex;
    align-items: center;
    width: 35%;    
}
#contact-line .form-area{
    width: 65%;
}
.stay_tune {
   font-size: 40px;
    color: #fff;
    font-weight: 300;
}
.signup_text {
      font-size: 18px;
    color: #fff;
    margin-right: 20px;
}
.signup_text span {
    display: block;
}
#contact-line .form-subtitle {
	font-size:18px;
	line-height:1.3;
	}


#contact-line form {
	padding:0;
	border: none;
	}

#contact-line label {
	display: none;
}

.nf-form-fields-required {
	display: none;
}

#contact-line .nf-form-content {
	
	
}
#contact-line .nf-field-container {
	width:25%;
	float:right;
	clear: none;
	padding-right:10px;
	margin-bottom:0;
}

#contact-line input[type="submit"], #contact-line input[type="button"] {
    width: 100%;
    background: #212224;
    color: #fff;
    border: #212224 solid thin;
    height: 46px;   
}
#contact-line .gform_footer {
    padding:0;
    margin: 0;
}

#contact-line .gform_confirmation_wrapper {
	color: #FF0;
	font-size:25px;
	padding-top:15px;
}



.validation_message, .validation_error {
	color:#F00;
	padding:10px;
	font-size:18px;
}

.contact-details {
	padding:0px 0 0px 0;
	border-top: 1px solid #e8e8e8;
}


.contact-details .flex {
	display:block !important;
}
.contact-details li {
	display: flex;
    align-items: center;
	width:100%;
	position: relative;
	padding:15px 0px 15px 15px;
	font-size:24px;
	font-weight:500;
	margin-bottom:0px; 
	border-bottom: 1px solid #e8e8e8;
}

.contact-detail-row {
}


.contact-details li img {
display: inline-block;
    position: relative;
    right: 0;
    top: 5px;
    font-weight: normal;
    max-width: 90px;
    margin-left: 20px;
}

.contact-details li i {
	display: inline-block;
	position: absolute;
	right:0;
	top: 5px;
	max-width:90px;
	font-size:70px;
	color:#ca1f27;
}

.contact-details li label {
	    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #e50043;
    font-size: 20px;
}

.contact-details li a,
.contact-details li span {
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}
.contact-form-row {
    padding-bottom: 100px;
}
#maincontact {
	padding:30px 30px;
	margin-bottom:0px;
	background-color:#ffffff;
	border-radius: 15px;
}

.contact-title {
    font-size: 20px;
    font-weight: 500;
    color: #e50043;
    margin-bottom: 26px;
    letter-spacing: 0.120em;
}
div#nf-form-3-cont {
    max-width: 1161px;
    margin: 0px auto;
}
#maincontact label {
	display: none;
}

#maincontact .entry {
	text-align: center;
	
}
#maincontact .nf-field-container {
	margin-bottom:10px;
}
#maincontact .three {
	float: right;
	width:50%;
	padding-left:10px;
	clear: none;
}

#maincontact #nf-field-9-container {
	padding-left:0;
}
#maincontact input[type="button"] {
    padding: 11px 15px;
    width: 270px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background: rgb(243,51,23);
    background: linear-gradient(90deg, rgba(243,51,23,1) 0%, rgba(243,99,23,1) 100%);
    color: #fff;
	border-radius:40px;
}

/****************SIDEBAR***********/
#sidebar .side-wdg {
	margin-bottom:40px;
}
.woo-widget-title,
.ywcca_widget_title  {
	font-size:28px;
	color:#e50042;
	font-weight:500;
	margin-bottom:25px;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer {
    background-color: #000000;
    padding: 100px 0 70px;
    position: relative;
    color: #ffffff;
}


#footer a:hover {
	color:#ffffff;
}

.footer-inner {
		
	
}

.foot-wdg {
	margin-bottom:30px;
}

.foot-widget-title {
	    font-size: 20px;
    margin-bottom: 15px;
    color: #e50042;
    font-weight: 400;
	
}

#footer .social-icons {
	display: block;
	margin-top:30px;
	text-align: center;
}



#footer .menu li{
	display:block;
	float:none;
	}


#footer .menu li {
	
}

#footer .menu li a,
#footer .product-categories a {
	display:block;
	color:#ffffff;
	padding:10px 0;
	
	
}

#footer .menu li a:hover,
#footer .product-categories a:hover {
	color:#e50042;
	}



.foot-wdg .textwidget {
	
}

#footer .contact-info {
	
}

#footer .contact-info li {
	margin-bottom:15px;
	font-size:16px;
}

#footer .contact-info  i  {
	display: none;
}


#footer .contact-info label {
	margin-left:5px;
}

#footer .contact-info a {
	
}
.logo-bottom {
	margin:20px 0;
	text-align: center;
}

.cards {
	text-align: center;
	margin-top:20px;
}

.fot-tel {
	    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.fot-tel a {
	color:#052909 !important;
}

.fot-tel i {
	margin-left:5px;
	color:#117c1d;
}


#bottom {
	color:#3A3A3C;	
	font-size:13px;
    padding: 50px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;	
	}
 
#bottom a {
	font-size: 12px;
	color: #ffffffb0;
}



.copyrights {
	text-align:left;
	
	}
.credits {
    text-align: right;
    display: flex;
    justify-content: flex-start;
	align-items: center;
		}
.credits .foot-wdg{
	margin-bottom:0px;
}
.credits img {
	vertical-align:middle;    margin-right: 10px;
}

.gotop-btn {
	position: relative;
	text-align: center;
	font-size:40px;
}

#footer .gotop-btn a {
	display: block;
	position: absolute;
	z-index:1;
	left:0;
	bottom:-30px;
	text-align: center;
	color:#91a740;
	cursor: pointer;
}

#footer .gotop-btn a:hover {
	color:#799f9c;
}

.btm-left {
	position: absolute;
	left:0;
	bottom:0;
}


.btm-right {
	position: absolute;
	right:0;
	bottom:0;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
	width:100% !important;
	padding:7px 5px !important;
}

#mailpoet_form_1 input[type="submit"] {
	padding:12px 15px;
	cursor: pointer;
}

#mobile-panel {
	display: none;
}


/*******************/
.topsearch .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier path {
    fill: #000;
}
.topsearch .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{
    color: #000 !important;
}

.hover_div {
    background: #799f9c;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f3eae6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all .3s ease-out;
}
.p_relative {
    position: relative;
}
.p_relative:hover .hover_div{
    opacity: 1;
    cursor: pointer;
}
.hover_div h2{
    font-size: 80px;
    color: #fff;
}
.hover_div p{
    font-size: 21px;
    color: #fff;
    margin: 0px;
}
/*.loop-price .amount:nth-child(2) {*/
/*    text-decoration: line-through;*/
/*    text-decoration-color: #000;*/
/*}*/
.content_shop {
    padding: 150px 30px;
    background: url(images/banner2.jpg) center no-repeat;
    background-size: cover;
}
.text_right {
    width: 40%;
    text-align: right;
}
.content_shop p {
    font-size: 20px;
    text-align: right;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
}
.content_shop .title span {
    text-align: right;
    color: #779c99;
    letter-spacing: 0.080em;
}
.content_shop .title {
    text-align: right;
    margin-bottom: 20px;
}
span.price_range {
    color: #1b1d1e;
    font-weight: 500;
}
.category_text.section {
    background-color: #f3f7f8;
}
.inner_div_text p {
    font-size: 18px;
    text-align: center;
    padding: 0 12%;
    line-height: 24px;
}
.inner_div_text .title {
    margin-bottom: 15px;
}
ol.flex-control-nav {
    display: flex;
    padding: 0;
}
.flex-control-thumbs img {
    height: 100%;
    object-fit: contain;
	border: #e9dfe0 solid 2px;
	border-radius: 6px;
	background-color: #fff;
}
#nf-field-31-container{
    padding-left: 0px !important;
}
.border-top{
	border-top:1px solid #f5f5f5;
}
.pink {
    background-color: #fdf5f6;
}
.body-bg {
    background-image: url(images/body.png);
	background-size: 100%;
	background-repeat: repeat-y;
}
.row-count:nth-child(2n) {
    flex-direction: row-reverse;
}
#homeboxes-section .cat_box .cat-img {
    border-radius: 22px;
    overflow: hidden;
}
.scroll-container {
    padding: 30px 30px 90px;
    background-color: #ffe5e3;
    border-radius: 15px;
}
.slick-dots {
    position: absolute;
    bottom: -70px;
    left: 0;
    margin: 20px 0;
    list-style: none;
    padding: 0;
    text-align: center;
    right: 0;
}
.slick-dots button{
	transform:scale(1) !important;
}
.slick-dots button:after {
    color: transparent;
	border:2px solid #ed222f;
	border-radius:100%;
	padding: 3px;
	font-size: 7px;
}
.slick-dots .slick-active button:after{
	color: #ed222f;
}
#testimonial {
    background-color: #fdf5f6;
	position:relative;
	overflow:hidden;
	padding-bottom:120px;
}
.tesimonials-container {
	column-count: 6;
	column-gap: 30px;
}
.testi-item{
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 20px;
	break-inside: avoid;
	background-color:#fff;
	overflow:hidden;
	border-radius:12px;
}
.testi-item .item-img {
    width: 100%;
}
.testi-content p {
    padding: 0;
    margin: 0;
}
.testi-content {
    padding: 15px;
	text-align: center;
}
.testi-excerpt {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.testi-title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
	color: #e50042;
    font-weight: 400;
}
.testi-rating {
    color: #f6a710;
	margin-top:15px;
}
#bottom-section {
    background-image: url(images/footerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:30px 0px;
}
.bottom-content p{
	margin:0;
}
.bottom-content {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
}
.bottom-content h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.bottom-content a {
    margin-top: 15px;
    display: inline-block;
    background-color: #fff;
    padding: 5px 40px;
    border-radius: 40px;
    font-size: 23px;
    color: #e50042;
}
.overflow-image {
    position: absolute;
    top: -80px;
    width: 100%;
    z-index: 1;
}
span#nf-form-title-10 {
    display: none;
}
#newsletter {
    padding: 20px;
    border-radius: 20px;
    background-color: #080808;
	text-align: center;
}
#newsletter .submit-buttom input{
	font-size:0px;
	z-index:9;
}
#newsletter .submit-buttom *{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
#newsletter .submit-buttom {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    background-color: #e50126;
    height: 59px;
    width: 70px;
	margin-bottom: 0;
	border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#newsletter .nf-field-element input[type="email"]{
	border-radius:40px;
}
.nf-form-content{
	position:relative;
}
#newsletter .submit-buttom:after {
    content: '\f177';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-title {
    font-size: 26px;
    color: #e50042;
    margin-bottom: 10px;
	font-weight: 500;
}
.sub-subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
	font-weight: 300;
}
.sub-condition {
    font-size: 13px;
    font-weight: 300;
    line-height: 36px;
}
.contact-detail-row .content.entry p {
    margin-top: 0;
}
.nf-field-element textarea{
	border-radius:15px;
}
.clearfix{
	clear:both;
}
h4.field-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 47px;
    color: #e50042;
}
p.field-msg {
    margin: 0;
    background-color: #fee3e6;
    padding: 15px;
    font-size: 15px;
    border-radius: 40px;
    display: inline-block;
}
.custom-field-section {
    background-color: #ffd7dc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
	position:relative;
	width:100%;
}
.custom-field-section:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 100px;
    border: 10px solid #ffd7dc;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(225deg);
}
.custom-field-section label span.btn-product{
    background-color: #000;
    color: #fff;
    padding: 15px 15px;
    border-radius: 40px;
    width: 250px;
    text-align: center;
	display: inline-block;
    margin-left: 15px;
    font-weight: 400;
}
span.common-msg {
    font-size: 14px;
    font-weight: 400;
}
.custom-field-section label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.custom-field-textarea {
    border-radius: 15px;
    outline: none;
    font-weight: 500;
    font-size: 15px;
}
.custom-field-product {
    position: absolute;
    top: 0;
    width: 250px !important;
    padding: 4px 15px;
    opacity: 0;
}
.field-block{
	position:relative;
}
.cart_item span.common-msg {
    display: none;
}
.float-whatsapp {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgb(51,194,50);
    background: linear-gradient(0deg, rgba(51,194,50,1) 0%, rgba(91,242,115,1) 100%);
}
.float-whatsapp a {
    color: #fff;
    font-size: 40px;
}



/* Landing Page CSS */
.for-background .elementor-top-column>.elementor-column-wrap {
    padding-top: 0 !important;
}
.bg-position .contact-me{
	margin-top: -25px;
}
/*.after_img:after {*/
/*    content: "";*/
/*    background-image: url(/wp-content/uploads/2022/03/Untitled-2.png);*/
/*    position: absolute;*/
/*    width: 390px;*/
/*    height: 90%;*/
/*    background-repeat: no-repeat;*/
/*    top: 20px;*/
/*    right: 60px;*/
/*    background-position: center right;*/
    /* z-index: -9; */
/*    background-size: cover;*/
/*}*/
.contact-me {
    text-align: center;
    width: 60%;
    margin:0 auto;    
    height: auto;
    padding: 30px 25px 25px;
	box-shadow: 0px 3px 48px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 48px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 48px 0px rgba(0,0,0,0.75);	
	position: relative;
	z-index: 9;
}
.contact-me h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 56px;
    color: #ffffff;
}
.contact-me h4{
    font-size: 31px;
    font-weight: 600;
    line-height: 31px;
    color: #ffffff;
    margin-bottom:25px;
}
.nf-field-label {
    display: none;
}
.contact-me #nf-field-8, .contact-me #nf-field-7, .contact-me #nf-field-5, .contact-me #nf-field-9, .contact-me #nf-field-7_1, .contact-me #nf-field-5_1, .contact-me #nf-field-9_1, .contact-me #nf-field-8_1,.contact-me #nf-field-7_2, .contact-me #nf-field-5_2, .contact-me #nf-field-9_2, .contact-me #nf-field-8_2, .contact-me #nf-field-6, .contact-me #nf-field-6_1, .contact-me #nf-field-6_2{
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 8px;
    color: #000000;
    font-size: 21px;
    margin: 0 auto;
}
.contact-me #nf-field-6,.contact-me #nf-field-6_1, .contact-me #nf-field-6_2{
    background: #00A656 !important;
    color: #fff !important;
	/*outline: 10px solid #283b3c;*/
 /*   border: 1px solid #92937B;*/
}
.contact-me h5{
    font-size:29px;
    line-height:38px;
    color:#fff;
    text-align: start;
    font-weight: bold;
}
.contact-me .nf-field-container{
    margin-bottom: 10px;
}
.contact-me h5 a{
    font-size:36px;
    line-height:47px;
    color:#fff;
}
.slider-dir{
    direction:ltr;
}
.slider-any {
    position: absolute;
    width: 92%;
    margin: 0 auto;
    left: 0;
    z-index: 99;
    right: 0;
    display: block;
    top: 100%;
    direction: rtl;
    border-bottom : 1px solid #CCC8BB;
    border-left : 1px solid #CCC8BB;
    border-right : 1px solid #CCC8BB;
    padding:15px 15px 45px 15px;
    border-bottom-right-radius: 25px;
    text-align : center;
}
#sample_slider .owl-stage-outer{
	direction: ltr;
	height: 400px;
}
#slider_155 .owl-stage-outer{
	direction: ltr;

}
.white .owl-carousel .owl-stage{
 	display: flex;   
}
#sample_slider .owl-item .sa_hover_container{
    border-top : 1px solid #CCC8BB;
    border-left : 1px solid #CCC8BB;
    border-right : 1px solid #CCC8BB;
    border-top-left-radius: 25px;
	cursor : pointer;
}
.slider-any .slide-text h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #3A3A3C;
}
.slider-any .slide-text p {
    font-size: 20px;
    line-height: 24px;
    color: #BEB18B;
    font-weight: 600;
    margin: 0;
}
.slider-any .bg-color p{
	margin : 0;
}
.slider-any .bg-color {
    background-color: #BEB18B;
    max-width: 250px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    transform: translateY(-50%);
	padding : 10px;
}
/* .underline-heading .elementor-heading-title:after {
    content: '';
    width: 308px;
    height: 5px;
    background-color: #BEB18B;
    position: absolute;
    top: 102%;
    margin: 0 auto;
    left: 0;
    right: 0;
} */
#slider_155 .sa_hover_container {
    padding-top: 150px !important;
    background-size: 100px !important;
	background-position: center top 40px !important;
    direction: rtl;
	border: 0px solid #BEB18B78;
    border-radius: 0px;
    font-size: 16px;
    line-height: 22px;
	color: #283B3C;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.20);
	text-align: center;
	height: 100%;
}
.white .owl-carousel .owl-item{
    padding: 10px 0px;
}
#slider_155 .disabled .owl-prev, #slider_155 .disabled .owl-next{
	display: block !important;
}
#slider_155 .sa_hover_container .author{
	color: #283B3C;
    font-weight: bold;
    font-size: 17px;
}
.position-image-ban {
    position: absolute !important;
    transform: translateY(-68.8%);
    top: 100%;
}
.img-contact {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.img-contact .phone-txt {
    margin-left: 0px;
    text-align: center;
}
.project-title {
    box-shadow: 0px 0px 22px #00000063;
}
.project-title .elementor-heading-title:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../../uploads/2021/12/msg-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transform: translate(40px,5px);
}
.underline-heading.cont-heading .elementor-heading-title:after {
    right: 0;
    margin: inherit;
    width: 160px;
}
#sample_slider.sa_owl_theme .owl-nav .owl-next,#slider_155.sa_owl_theme .owl-nav .owl-next{
	right: -40px;
}
#sample_slider.sa_owl_theme .owl-nav .owl-prev,#slider_155.sa_owl_theme .owl-nav .owl-prev {
    left: -40px;
}
.black #sample_slider.sa_owl_theme .owl-nav .owl-next{
	background: rgba(255,255,255,0) url(/wp-content/uploads/2022/03/Path-8.png) no-repeat center center !important;
}
.black #sample_slider.sa_owl_theme .owl-nav .owl-prev{
	background: rgba(255,255,255,0) url(/wp-content/uploads/2022/03/Path-9.png) no-repeat center center !important;
}
.white #slider_155.sa_owl_theme .owl-nav .owl-next{
	background: rgba(255,255,255,0) url(/wp-content/uploads/2022/03/Path-8.png) no-repeat center center !important;
}
.white #slider_155.sa_owl_theme .owl-nav .owl-prev{
	background: rgba(255,255,255,0) url(/wp-content/uploads/2022/03/Path-9.png) no-repeat center center !important;
}
#contact-modal .contact-me{
	position:relative;
}
#contact-modal {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: #3A3A3C 0% 0% no-repeat padding-box;
    opacity: 0.99;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-bottom: 0;
}
span#close-cont-modal {
    padding: 0;
    color: #fff;
    position: absolute;
    bottom: 101%;
    right: 0;
	cursor : pointer;
}
.project-title {
    position: fixed !important;
    bottom: 0;
    z-index: 9;
    margin-bottom: 0 !important;
}
.nf-error.field-wrap .nf-field-element:after {
    right: unset !important;
    left: 18px;
}
.nf-pass.field-wrap .nf-field-element:after {
    right: unset !important;
    left: 20px;
}
.position-image-ban>.elementor-widget-container {
    position: relative;
}

.elementor-6 .elementor-element.elementor-element-26af260:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient( 
180deg, transparent 70%, #000000 100%);
    opacity: 0.74;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bg-zindex{
	z-index:9;
}
#whatsappIcon {
    position: fixed;
    background: green;    
    bottom: 30px;
    right: 30px;
    z-index: 9;
    padding: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;

}

#whatsappIcon a.whatsapp-icon {
    color: #fff;
    font-size: 36px;
}
#slider_155 .sa_hover_container p{
	border-bottom: 1px solid #00000024;	
    padding-bottom: 30px;	
}
.name {
    font-size: 15px;
    color: #92937B;
	line-height: 13px;	
}
#slider_155 span.fa.fa-star {
    color: #92937B;
    font-size: 12px;
}
.rating {
    line-height: 20px;
}
#slider_155 .sa_hover_container:before {
    content: "";
    background: url(/wp-content/uploads/2022/03/Group-16.png);
    position: absolute;
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    top: 20px;
    right: 15px;
}
#detail .nf-form-content{
	max-width: 100%;
}
#detail nf-fields-wrap{
	display: flex;
    width: 100%;
    justify-content: space-between;	
	align-items: center;
}
#detail nf-field {
    width: 24.5%;
}
#detail .nf-form-content input[type=button]{
    width: 100%;
    background-color: #00A656;
    margin-right: 10px;
    line-height: 6px;	
}
input{
    border-radius: 8px !important;
}
body{
	padding-bottom: 0;
}
.footer-phone a{
    color:#fff !important;
}
.contact-me h5 a{color: #fff !important;}
#detail .nf-error .nf-error-msg{position: absolute;}
.for-background .elementor-top-section .elementor-column-gap-no{
    padding-left: 0px;
    padding-right: 0px;    
}
.ul_list .elementor-widget-container .elementor-text-editor {
    display: flex;
}
.ul_list .elementor-widget-container .elementor-text-editor p a {
    font-size: 21px;
    font-weight: 500;    
}
.ul_list .elementor-widget-container .elementor-text-editor p {
    margin-left: 50px;
}
.ul_list .elementor-widget-container .elementor-text-editor p:last-child:after {
    content: none;}
.ul_list .elementor-widget-container .elementor-text-editor p:after {
    content: "";
    background-image: url(https://course.cib-invs.co.il/wp-content/uploads/2022/03/Group-3.png);
    position: absolute;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.f_green{
    color: #00A656;
}
.border {
    border-left: 1px solid #fff;
}
.tag .elementor-widget-container {
    height: 150px;
display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transform: rotate(-10deg);    
}
.p-1{padding: 0px 15px;}
.for-background .elementor-background-video-container{
    width: 51% !important;
}
/*.for-background .elementor-background-video-container video {*/
/*    object-fit: contain !important;*/
/*}*/
@media(max-width: 1440px){
	.after_img:after{right: -10px;background-size: contain;}
}