﻿@charset "utf-8";
/*
Theme Name: voom
Theme URI: voom.com
Author:  Designed by ahmed hasan | mobile-whatsapp: +201004224742
Version: 6.4.3
License: voom.com
License URI: www.voom.com
Tags: voom  , voom.com
*/

    @font-face {
    font-family: 'Chillax Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Chillax Regular'), url('fonts/Chillax-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Chillax Extralight';
    font-style: normal;
    font-weight: normal;
    src: local('Chillax Extralight'), url('fonts/Chillax-Extralight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Chillax Light';
    font-style: normal;
    font-weight: normal;
    src: local('Chillax Light'), url('fonts/Chillax-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Chillax Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Chillax Medium'), url('fonts/Chillax-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Chillax Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Chillax Semibold'), url('fonts/Chillax-Semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Chillax Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Chillax Bold'), url('fonts/Chillax-Bold.woff') format('woff');
    }

*,
*:hover {
  transition: all 0.2s;
}
	
html{
 	margin: 0;
	padding: 0;
}
body{
    background: #fff !important;
	margin: 0;
    font-family: 'Chillax Regular';
	letter-spacing: 1px;
}   
 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
input:focus{
    outline: none;
}
textarea{
    outline: none;
}

img{border:none;}
ul{list-style: none; margin: 0; padding: 0; }
a{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#2E2E2E;}
.right{float:right;}
.left{float:left;}
.wpcf7-form {direction: ltr;}
.clear{clear:both;}

.container{
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.top_bg{
 	background-color: #0051b1;
	height: 40px;
	border-bottom: 1px solid #fff;
}
.all_header_bg{
	background-color: #151618;
	position: relative;
 	z-index: 99;
	width: 100%;
	transition: all .9s ease;
 }
.all_header_bg_pages{
	background-color: #151618;
	position: relative;
	width: 100%;
	transition: all .9s ease;
 }

.all_header{
	display: flex;
	justify-content: space-between;
	align-items: center;
  	flex-wrap: wrap;
	transition: all .9s ease;
}
.sticky {
	background-color: #25272b;
	border-bottom: 1px solid #000;
	position: fixed;
	top: 0;
	width: 100%;
	transition: all .9s ease;
	z-index: 99;
}
.sticky a {color: #fff !important;}
.sticky .logo{
	background-image: url("images/logonew.png") !important;
	background-repeat: no-repeat;
	width: 120px;
	margin: 4px 0;
	height: 50px;
 	position: relative;
	background-size: 110px;
}
.logo{
	background-image: url("images/logonew.png");
	background-repeat: no-repeat;
	width: 170px;
	margin: 10px 0;
	height: 80px;
	position: relative;
	background-size: 170px;
}
@media screen and (max-width: 600px) {
	.logo{
		width: 140px;
		margin: 10px 0;
		height: 45px;
 		background-size: 140px;
	}

}
.videocontainer {
	max-width: 570px;
 }
.inline-video{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	margin: auto;
}
.inline-video img{
	width: 100%;
	max-width: 730px;
}
@media only screen and (max-width:768px) {
	.inline-video{
		flex-direction: column;
	}
	.inline-video img{
		max-width: 530px;
	}

}
.inline-video video {object-fit: cover;}
.the_video{
	width:100%;height:100vh;
}
@media screen and (max-width: 600px) {
	.inline-video video {object-fit: contain;}
	.the_video{
		height:auto;
	}
}

.video_text{
  	text-align: left;
 }
.video_text h1{
	font-size: 80px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Chillax Medium';
	line-height: 92px;
}
.video_text p{
	font-size: 24px;
	color: #fff;
 	margin: 0;
	line-height: 35px;
	font-weight: 400;
}
@media screen and (max-width: 1120px) {
	.video_text h1{
		font-size: 46px;
		line-height: 52px;
	}
	.video_text p{
		font-size: 16px;
		line-height: 25px;
	}

}
.video_text a{
	background-color: #fff;
	font-size: 16px;
	color: #000;
 	font-weight: bold;
	padding: 16px 30px;
	display: inline-block;
	border-radius: 40px;
	transition: all .4s ease;
	margin-right: 15px;
}
.video_text a:hover{
	color: #363636;
	border-radius: 0px;
 	transition: all .4s ease;
}
.blob {
	transform: scale(1);
	animation: pulse 1s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 #ffdf79;
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
.home_bg{
	background: #151618;
	overflow: hidden;
	padding-top: 50px;
}
.home_3d{
	display: flex;
	gap: 10px;
	margin: 100px 0;
	justify-content: space-between;
}
.home_360_in{
	display: flex;
	align-items: center;
}
.home_3d .threed_text{
	display: flex;
	flex-direction: column;
	width: 40%;
 }
.home_3d .threed_text img{
	width: 230px;
  margin-top: 10px;
}
.home_3d_in{
	padding:15px;
  	width: 60%;
	min-height: 250px;
}

.home_every{
	width: 60%;
	max-width: 700px;
}
.home_every img{
	width: 100%;
}

.home_video{
	width:100%;
	border-radius: 10px;
	max-width: 796px;
    height: 450px;
	color: #151618;
}
@media only screen and (max-width:1200px) {
	.home_video{
 		height: 400px;
	}
}
@media only screen and (max-width:1000px) {
	.home_video{
 		height: auto;
	}
}
.home_3d_in .owl-carousel4 .owl-item img {
  	height: 430px;
	object-fit: fill;
}
.threed_text ul li{
	list-style: inside;
}
.threed_text h2{
	font-size: 48px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Medium';
	line-height: 48px;
}
.threed_text h3{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Medium';
	line-height: 48px;
}
.threed_text p{
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Light';
	line-height: 30px;
}

.threed_text a {
  background-color: #464646;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 18px 30px;
  display: inline-block;
  border-radius: 10px;
  transition: all .4s ease;
	letter-spacing: .5px;
 }
.threed_text a:hover{
	border-radius: 0px;
 	transition: all .4s ease;
}

@media only screen and (max-width:1000px) {
	.home_3d{
		flex-direction: column;
	}
	.home_3d .threed_text{
		width: 100%;		
	}
	.home_3d_in{
		width: 100%;
	}
	.home_every{
		width: 100%;
		max-width: 100%;
	}
	.threed_text h2{
		font-size: 32px;
		line-height: 38px;
	}
	
 }

.demo_title{
	font-size: 95px;
	color: #fff;
	font-weight: 500;
	margin: 20px 0;
	font-family: 'Chillax Medium';
 }
.home_demo{
	display: flex;
	gap: 10px;
	justify-content: end;
	align-items: center;
	position: relative;
}
.demo_text h2{
	font-size: 48px;
	color: #000;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Semibold';
	line-height: 48px;
	text-shadow: 1px 0 #b3b3b3, -2px 0 #b3b3b3, 0 2px #b3b3b3, 0 -2px #b3b3b3, 1px 1px #b3b3b3, -1px -1px #b3b3b3, 1px -1px #b3b3b3, -1px 1px #b3b3b3;
	letter-spacing: 3px;
}
.demo_text h3{
	font-size: 46px;
	color: #fff;
	font-weight: 500;
	margin: 5px 0;
	font-family: 'Chillax Medium';
	line-height: 48px;
}
.demo_text p{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Light';
	line-height: 32px;
}

.demo_text a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 10px 30px;
	margin: 14px 0;
	display: inline-block;
	border-radius: 10px;
	transition: all .4s ease;
	letter-spacing: .5px;
	 background: rgb(65,65,65);
	background: linear-gradient(347deg, rgba(65,65,65,1) 0%, rgba(40,40,40,1) 45%, rgba(65,65,65,1) 100%); 
	border: 1px solid #fff;
	width: fit-content;
 }
.demo_photo{
	width: 60%;
	max-width: 700px;
	position: relative;
	z-index: 1;
}
.demo_photo img{
	width: 100%;
}
.home_demo .demo_text{
	background-color: #151618ed;
	display: flex;
	flex-direction: column;
	width: 50%;
	border: 1px solid #fff;
	padding: 20px;
	border-radius: 10px;
	margin-right: 10px;
	position: absolute;
	z-index: 2;
	left: 0;
}
.home_demo .demo_text img{
	width: 230px;
  margin-top: 10px;
}

@media only screen and (max-width:1000px) {
	.demo_title{
		font-size: 25px;
	 }
	.home_demo{
		flex-direction: column;
	}
	.home_demo .demo_text{
		width: 100%;	
		top: 0;
		position: relative;
		margin-right: 0px;
	}
	.demo_photo{
		width: 120%;
		margin-top: -100px;
 	}
 	.demo_text h2{
		font-size: 24px;
		text-shadow: 1px 0 #b3b3b3, -2px 0 #b3b3b3, 0 2px #b3b3b3, 0 -2px #b3b3b3, 1px 1px #b3b3b3, -1px -1px #b3b3b3, 1px -1px #b3b3b3, -1px 1px #b3b3b3;
 	}
	.demo_text h3{
		font-size: 40px;
 	}
 }




.home_serv{
	display: flex;
	gap: 50px;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin: 50px 0;
}
.home_serv_reverse{
	flex-direction:row-reverse;
}
.serv_item_text h2{
font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  font-family: 'Chillax Semibold';
  line-height: 48px;
  text-shadow: 1px 0 #515151, -2px 0 #515151, 0 2px #515151, 0 -2px #515151, 1px 1px #515151, -1px -1px #515151, 1px -1px #515151, -1px 1px #515151;
  letter-spacing: 3px;
}
.serv_item_text h3{
font-size: 48px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
  font-family: 'Chillax Medium';
  line-height: 55px
}
.serv_item_text p{
font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 10px 0 40px;
  font-family: 'Chillax Light';
  line-height: 30px;
}

.serv_item_text a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 10px 30px;
	margin: 14px 0;
	display: inline-block;
	border-radius: 10px;
	transition: all .4s ease;
	letter-spacing: .5px;
	 background: rgb(65,65,65);
	background: linear-gradient(347deg, rgba(65,65,65,1) 0%, rgba(40,40,40,1) 45%, rgba(65,65,65,1) 100%); 
	border: 1px solid #fff;
	width: fit-content;
 }
.serv_item_photo img{
	width: 100%;
	max-width: 634px;
}
.home_serv .serv_item_text{
 	display: flex;
	flex-direction: column;
	width: 50%;
     }
.home_serv .serv_item_text img{
	width: 230px;
	margin-top: 10px;
}
.about_text{
	width: 72% !important;
}

@media only screen and (max-width:1000px) {
	.serv_title{
		font-size: 25px;
	 }
	.home_serv{
		flex-direction: column-reverse;
		gap: 10px;
	}
	.home_serv .serv_item_text{
		width: 100%;	
	}
	.serv_item_photo{
		width: 100%;
  	}
 	.serv_item_text h2{
		font-size: 24px;
		text-shadow: 1px 0 #b3b3b3, -2px 0 #b3b3b3, 0 2px #b3b3b3, 0 -2px #b3b3b3, 1px 1px #b3b3b3, -1px -1px #b3b3b3, 1px -1px #b3b3b3, -1px 1px #b3b3b3;
 	}
	.serv_item_text h3{
		font-size: 40px;
 	}
	.about_text{
		width: 100% !important;
	}

 }

.serv_item_text ul{
	list-style: disc;
	color: #515151
}
.serv_item_text ul li{
	margin: 15px 20px;
}
.how_work{
	margin: 20px 0;
}
.how_work h1{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Semibold';
	line-height: 48px;
	text-shadow: 1px 0 #515151, -2px 0 #515151, 0 2px #515151, 0 -2px #515151, 1px 1px #515151, -1px -1px #515151, 1px -1px #515151, -1px 1px #515151;
	letter-spacing: 3px;
}
.how_work ul li h2{
	font-size: 32px;
	color: #000;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Chillax Medium';
	line-height: 48px;
}
.how_work ul li h3{
	font-size: 48px;
	color: #000;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Chillax Medium';
	line-height: 55px;
}

.how_work h4{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	margin-bottom: 5px;
	background: rgb(247,247,247);
	background: linear-gradient(97deg, rgba(247,247,247,1) 2%, rgba(255,255,255,1) 39%); 
}
.how_work ul li h5 {
	text-shadow: 1px 0 #515151, -2px 0 #515151, 0 2px #515151, 0 -2px #515151, 1px 1px #515151, -1px -1px #515151, 1px -1px #515151, -1px 1px #515151;
 	color: #fff;
	font-size: 40px;
	margin: 0;
  padding: 0;
 }
.how_work ul li:first-child{
	font-size: 20px;
	color: #515151;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Chillax Light';
	line-height: 23px;
}
.how_work ul li:first-child P{
	font-size: 24px;
  color: #515151;
  font-weight: 500;
  margin: 10px 0 40px;
  font-family: 'Chillax Light';
  line-height: 27px;
}
.how_work ul {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

.how_work ul li{
	display: flex;
	flex: 49%;
	border: 1px solid #151618;
	border-radius: 8px;
	padding: 15px;
	position: relative;
}
.how_work ul li:first-child{
	border: 0;
	border-radius: 0;
	padding: 0;
	position: relative;
}
.how_work ul li div ul{
	display: block;
}
.how_work ul li div ul li{
	display: list-item;
	border: 0;
	border-radius: 0;
	padding: 0;
	list-style: inside;
	color: #515151;
	font-size: 16px;
	font-weight: 500;
	margin:  0;
	font-family: 'Chillax Light';
	line-height: 23px;
}

.how_work ul li div a{
	box-shadow: 0px 0px 16px 0px #9E9E9E52;
 	padding: 6px 10px 6px 30px;
	background-image:url('images/meet.png');
	background-repeat: no-repeat;
	background-position: left;
 	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 20px;
	background-color: #353535;
}
.how_work ul li div a:hover{
	box-shadow:none;
	padding: 6px 10px 6px 30px;
 	color: #cdcdcd !important;
	border: 1px solid #cdcdcd;
 }

@media only screen and (max-width:850px) {
	.how_work ul li{
		flex: 100%;
 	}
	.how_work h1{
		font-size: 24px;
	}
	.how_work ul li h2{
		font-size: 32px;
		line-height: 48px;
	}
	.how_work ul li h3{
		font-size:32px;
		line-height: 45px;
	}

	.how_work h4{
		font-size: 16px;
	}
	.how_work ul li h5 {
		font-size: 40px;
	 }
	
}

.how_uses{
	margin: 20px 0;
}
.how_uses h1{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Semibold';
	line-height: 48px;
	text-shadow: 1px 0 #515151, -2px 0 #515151, 0 2px #515151, 0 -2px #515151, 1px 1px #515151, -1px -1px #515151, 1px -1px #515151, -1px 1px #515151;
	letter-spacing: 3px;
}
.how_uses h6{
	font-size: 48px;
	color: #000;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Chillax Medium';
	line-height: 48px;
}
@media only screen and (max-width:550px) {
	.how_uses h6{
	font-size: 38px;
	}
}
.how_uses ul li h2{
	font-size: 32px;
	color: #000;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Chillax Medium';
	line-height: 48px;
}

.how_uses ul li h3{
	font-size: 48px;
	color: #000;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Chillax Medium';
	line-height: 55px;
}

.how_uses h4{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	margin-bottom: 5px;
	background: rgb(247,247,247);
	background: linear-gradient(97deg, rgba(247,247,247,1) 2%, rgba(255,255,255,1) 39%); 
}
.how_uses ul li h5 {
	text-shadow: 1px 0 #515151, -2px 0 #515151, 0 2px #515151, 0 -2px #515151, 1px 1px #515151, -1px -1px #515151, 1px -1px #515151, -1px 1px #515151;
 	color: #fff;
	font-size: 40px;
	margin: 0;
  padding: 0;
 }
 .how_uses ul {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}

.how_uses ul li{
	display: flex;
	flex: 32%;
	border: 1px solid #151618;
	border-radius: 8px;
	padding: 15px;
	position: relative;
}
.how_uses ul li div ul{
	display: block;
}
.how_uses ul li div ul li{
	display: list-item;
	border: 0;
	border-radius: 0;
	padding: 0;
	list-style: inside;
	color: #515151;
	font-size: 16px;
	font-weight: 500;
	margin:  0;
	font-family: 'Chillax Light';
	line-height: 23px;
}

.how_uses ul li div a{
font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 10px 30px;
  margin: 14px 0;
  display: inline-block;
  border-radius: 10px;
  transition: all .4s ease;
  letter-spacing: .5px;
  background: rgb(65,65,65);
  background: linear-gradient(347deg, rgba(65,65,65,1) 0%, rgba(40,40,40,1) 45%, rgba(65,65,65,1) 100%);
   width: fit-content;
}
 @media only screen and (max-width:850px) {
	.how_uses ul li{
		flex: 100%;
 	}
	.how_uses h1{
		font-size: 24px;
	}
	.how_uses ul li h2{
		font-size: 32px;
		line-height: 48px;
	}
	.how_uses ul li h3{
		font-size:32px;
		line-height: 45px;
	}

	.how_uses h4{
		font-size: 16px;
	}
	.how_uses ul li h5 {
		font-size: 40px;
	 }
	
}
.digi_item_photo_all {
	display:flex;
	justify-content: center;
}
.digi_item_text{
	text-align: center;	
	margin-top: 50px;
}
.digi_item_text img{
	width: 100%;
	max-width: 1000px;
}
.digi_item_text span{
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin: 40px 0;
	font-family: 'Chillax Light';
	text-align: justify;
	display: block;
	line-height: 30px;
}
.digi_item_text h3{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Chillax Semibold';
	line-height: 35px;
	text-shadow: 1px 0 #515151, -2px 0 #515151, 0 2px #515151, 0 -2px #515151, 1px 1px #515151, -1px -1px #515151, 1px -1px #515151, -1px 1px #515151;
	letter-spacing: 3px;
	text-align: center;
}
.digi_item_text h4 {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
  font-family: 'Chillax Medium';
  line-height: 55px;
	text-align: center;
}
.digi_item_photo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.digi_item_photo img{
	width: 100%;
	max-width: 307px;
}
.digi_item_photo span{
	font-size: 24px;
	color: #000;
	font-weight: 500;
 	font-family: 'Chillax Light';
	text-align: justify;
	display: block;
 }

.contact_text{
 	display: flex;
	flex-direction: column;
	width: 70%;
 }
.contact_text h1{
	font-size: 48px;
	color: #000;
	font-weight: 500;
	margin: 10px 0;
	font-family: 'Chillax Medium';
	line-height: 55px;
}
@media only screen and (max-width:1000px) {
	.contact_text{
 		width: 100%;
	 }
}
.schedule_text{
	display: flex;
	flex-direction: column;
	width: 50%;
}
@media only screen and (max-width:1000px) {
	.schedule_text{
 		width: 100%;
	 }
}
.wpbc_no_custom_width.cal_month_num_1{
	max-width: 100% !important;
}
.wpbc_container_booking_form .wpbc__field:not(.wpbc__cal){
	margin: 0 !important;
}

.footer_video{
	width:100%;
 	margin: 30px 0;
}

.mob-icon-menu::before {
	content: '\e9d6';
	font-family: "mobmenu";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	font-size: 32px;
}
.menu_he .menu-header_menu-container{
	width: 100%;
}
.menu_he .menu-header_menu-container > ul{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 1059px) {
	.menu_he{display: none;	}
}
.menu_he li{
	text-align: center;
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
/*
.menu_he li:first-child a{
	color: #ff210f;
}
.menu_he li:first-child:before { 
	content: '';
	background: transparent url("images/men_mobi.png") no-repeat scroll right;
	padding:16px;
}
.menu_he li ul li:first-child:before { 
	content: '';
	background: none;
	padding: 0px;
}
.menu_he li ul li:first-child a{
	color: #000;
}
*/
.menu_he li a{
	color: #fff;
    padding: 0 16px;
	font-size: 18px;
}
@media only screen and (max-width: 1200px) {
	.menu_he li a{padding: 0 10px;}
}
.menu_he li a[aria-current] {
 	font-family: 'Chillax Semibold';
 }
.menu_he li a:hover{
	color: #DCDCDC;
 }

.menu_he li:last-child a{
		box-shadow: 0px 0px 16px 0px #9E9E9E52;

 	padding: 6px 10px 6px 30px;
	background-image:linear-gradient(to bottom, rgba(65,65,65, 0.52), rgba(40,40,40, 0.73)),url('images/meet.png');
	background-repeat: no-repeat;
	background-position: left;
 	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 10px;
}
.menu_he li:last-child a:hover{
	box-shadow:none;
	padding: 6px 10px 6px 30px;
 	color: #cdcdcd !important;
	border: 1px solid #cdcdcd;
 }

.menu_he li ul li a{
	background: transparent url("images/arrow_l.png") no-repeat scroll left;
	padding-left: 20px;
	color: #000 !important;
}

ul.menu li.highlight{ background:#e9f5ff;}
.menu_he li ul { display:none;}
.menu_he li:hover ul {
		width:300px; 
		display: block;
		position:absolute; 
		overflow:hidden;
		background-color:#fff;  
		-webkit-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
		border:1px solid #dbdbdb;
		padding-bottom:10px;
		z-index:99999;
}
.menu_he li ul li{ 
	display:block;
	border:none; 
	float: none;
	padding-bottom:5px;
	margin:10px;
	text-align: right;
}


.icon_head{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.icon_head img{width: 25px; margin: 0 20px;}
.icon_head_mobile{display: none;}
@media only screen and (max-width: 1000px) {
	.icon_head{display: none;}
	.icon_head_mobile{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		margin-top: 40px;
		align-items: center;
	}
	.icon_head_mobile img{width: 25px; margin: 0 20px;}
	.cart-customlocation{margin-left: 17px ;}
	.cart-customlocation{margin-left: 17px ;}
}
.icon_head a{
}
.icon_head_mobile a{
	margin: 0 5px;
	padding: 0 !important;
	display: flex !important;
}

.mobile_button{display: none;}
@media screen and (max-width: 1000px) {
	.mobile_button{
		list-style: none outside none;
		height: 100px;
		display: flex;
		align-items: center;
	}
	.footer_logo{
		max-width: 250px;
	}
}
.mobile_button li {
	background: transparent url("images/three_po.png") no-repeat scroll center;
	width: 31px;
	height: 28px;
}
.mobile_button li:hover {
	background: transparent url("images/three_po_black.png") no-repeat scroll center;
}
 ul.menu li.highlight{ background:#e9f5ff;}
.mobile_button li ul { display:none;}
.mobile_button li:hover ul {
	display: block;
	position:absolute; 
	overflow:hidden;
	padding-bottom:10px;
	padding-top: 30px;
	z-index:99;
	left: 0;
	margin-top: 26px;
}
.mobile_button li ul li{
	width: auto;
	height: auto;
}
.cart-customlocation{
	width: 38px;
	height: 38px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.cart-customlocation svg{
	width: 24px !important;
	height: 24px !important;
}
.head_sv{
	width: 38px;
	height: 38px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.cart_nu{
	position: absolute;
	margin-left: 22px;
	display: block;
	margin-top: -36px;
	margin-right: 0px;
	background-color: #FF0000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}
.cart_nu_three{
	position: relative;
	margin-left: -9px !important;
	display: block;
	margin-top: -16px;
	margin-right: 0px;
	background-color: #ff210f;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}
.bread_bg{
	background-color: #151618;
	text-align: center;
}
.bread_bg h1{
	font-size: 40px;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 30px 0;
	font-family: 'Chillax Semibold';
	line-height: 48px;
	text-shadow: 1px 0 #b3b3b3, -2px 0 #b3b3b3, 0 2px #b3b3b3, 0 -2px #b3b3b3, 1px 1px #b3b3b3, -1px -1px #b3b3b3, 1px -1px #b3b3b3, -1px 1px #b3b3b3;
	letter-spacing: 3px;
}

.inline-serv{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	margin: auto;
	gap: 50px;
}
.inline-serv img{
	width: 100%;
	max-width: 500px;
}
.servcontainer {
	max-width: 840px;
 }
.serv_text{
  	text-align: center;
 }
.serv_text h1{
	font-size: 80px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Chillax Medium';
	line-height: 82px;
}
.serv_text p{
	font-size: 24px;
	color: #fff;
 	margin: 0;
	line-height: 35px;
	font-weight: 400;
}
@media screen and (max-width: 1120px) {
	.serv_text h1{
		font-size: 46px;
		line-height: 52px;
	}
	.serv_text p{
		font-size: 16px;
		line-height: 25px;
	}

}
.serv_text a {
  box-shadow: 0px 0px 16px 0px #9E9E9E52;
  padding: 9px 14px 9px 34px;
  background-image: linear-gradient(to bottom, rgba(65,65,65, 0.52), rgba(40,40,40, 0.73)),url('images/download.png');
  background-repeat: no-repeat;
  background-position: left;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 10px;
	display: inline-block;
  margin-top: 20px;
}
.mob-menu-header-holder{width: 45px !important; left: 0px !important; right: unset !important; top: 8px !important;}
#searchBox {
	width: 100%;
	max-width:700px;
	margin: 0 20px;
}
#searchBox form {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1400px) {
	#searchBox {max-width:500px;}
}
@media only screen and (max-width: 1200px) {
	#searchBox {max-width:300px;}
}
@media only screen and (max-width: 1000px) {
	#searchBox {display: none}
}
@media only screen and (max-width: 1000px) {
	.search_pc{display: none;}
}
.search_mob{display: none;}
.dgwt-wcas-search-wrapp{
	width: 600px !important;
	padding: 0 20px !important;
}

@media only screen and (max-width: 1000px) {
	.search_mob{display: block;}
	.dgwt-wcas-search-wrapp {
		max-width: 100% !important; 
		width: 100%  !important; 
		padding: 0px  !important;}
}

.search_pc{
	width:700px !important;
}
@media only screen and (max-width: 1400px) {
	.search_pc {width:500px !important;}
}
@media only screen and (max-width: 1200px) {
	.search_pc {width:300px !important;}
}

.dgwt-wcas-search-input{
	width: 100% !important;
	height: 42px !important;
	border: 1px solid #E5E5E5 !important;
	border-radius: 0px 10px 10px 0px !important;
	background-color: #fff !important;
	padding-right: 0px !important;
	text-indent: 10px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 10px 0px 10px 10px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	background: #ff210f !important;
	border-radius: 10px 0px 0px 10px !important;
	min-height: 42px !important;
	min-width: 60px !important;
	left: 0 !important;
	top: 10px !important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	right: auto !important;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path, .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{
	fill: #FFF !important;
}
.search_light{
	width: 100%;
	height: 42px;
	border: 1px solid #E5E5E5;
	border-radius: 0px 10px 10px 0px;
	text-indent: 10px;
}
.search_light:focus{
	outline: none !important;
}
.inputgo_bg {
	background-image: url("images/bg_gosearch.png");
	width: 72px;
	height: 42px;
	border: 0 !important;
	cursor: pointer;
	background-color: #ff210f;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px 0px 0px 10px;
}

.login_he{
    background-color: #fee5ee;
	border-radius: 5px;
	border: 1px solid #FBCFD9;
	padding: 10px;
	text-align: center;
	color: #ff210f;
	font-weight: bold;
}
@media screen and (max-width: 370px) {
	.login_he{padding: 10px;}
}
.signup_he{
	border-radius: 5px;
	background-color: #ff210f;
	color: #fff;
	padding: 10px 40px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 370px) {
	.signup_he{padding: 10px;}
}
.mobile_menu{display: none;}
.cart_in_mobile{display: none;}
.all_float{display: none;}
@media screen and (max-width: 1059px) {
	.mobile_menu{
		list-style: none outside none;
		height: 100px;
		display: flex;
		align-items: center;
	}
	.cart_in_mobile{display: block;}
	.all_float{display: block;}
}
.mobile_menu li{
	background: transparent url("images/men_mobi.png") no-repeat scroll center;
	width: 31px;
	height: 28px;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	
}
.mobile_menu li:first-child a{
	color: #ff210f;
}
.mobile_menu li ul li:first-child a{
	color: #000;
}

.mobile_menu li ul li a{
	background: transparent url("images/arrow.png") no-repeat scroll right;
	padding-right: 20px;
	color: #000 !important;
	text-shadow:0 1px 0 #d0d0d0;
    padding: 0 20px;
}

ul.menu li.highlight{ background:#e9f5ff;}
.mobile_menu li ul { display:none;}
.mobile_menu li:hover ul {
		width:200px; 
		display: block;
		position:absolute; 
		overflow:hidden;
		background-color:#fff;  
		-webkit-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
		border:1px solid #dbdbdb;
		padding-bottom:10px;
		z-index:99999;
		margin-top: 26px;
}
.mobile_menu li ul li{ 
	background-image: none;
	display:block;
	border:none; 
	height:35px; 
	padding-bottom:5px;
	margin:5px 15px 5px 5px;
	text-align: right;
}



.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #151618;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	overflow-x: hidden;
	transition: 0.1s;
	padding-top: 60px;
	z-index: 999;
}

.sidenav a {
	padding: 8px 15px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	font-family: 'Chillax Semibold';
	color: #fff;
}

#menu-header_menu li:last-child a{
 	padding: 6px 10px 6px 30px;
	background-image:linear-gradient(to bottom, rgba(65,65,65, 0.52), rgba(40,40,40, 0.73)),url('images/meet.png');
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 25px;
	background-color: #151618;
	color: #fff;
	display: inline-block;
}
#menu-header_menu li:last-child a:hover{
  	border: 1px solid #ccc;
 }
.sidenav li a[aria-current] {
 	font-family: 'Chillax Semibold';
 }

.sidenav ul li ul li {
  padding-right: 40px;
}
.sidenav ul li ul li a {
  background: transparent url('images/arrow_mob.png') no-repeat scroll right;
  padding-right: 20px;
  font-weight: normal;
  font-size: 16px;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	color: #fff;
}


/*  start slider code */
.estimate{
	background: rgb(65,65,65);
	background: linear-gradient(347deg, rgba(65,65,65,1) 0%, rgba(40,40,40,1) 45%, rgba(65,65,65,1) 100%);
	padding:10px !important;
 	border-radius: 10px;
	margin: 25px;
	background-color: #151618;
	display: inline !important;
 	color: #fff;
}
.estimate:hover{
  	color: #ccc;
}

.slider {
  margin: 0 auto;
}

.slide_viewer {
  height: 100%;
  overflow: hidden;
}
.slide_group {
  height: 100%;
  width: 100%;
}

 
 .slide_cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.image_slid_big{
 }
.image_slid_big img {
	width: 100%;
}
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
	margin-top: -60px;
	z-index: 99;
}

a.slide_btn {
  color: #ccc;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.slide_btn.active, .slide_btn:hover {
  color:#393939;
  cursor: pointer;
}

.directional_nav {
  margin: 0 auto;
}

.previous_btn {
	bottom: 0;
	left: 20px;
	margin: auto;
	position: absolute;
	top:0px;
	opacity: 0.3;
	z-index: 999;
}

.next_btn {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
	opacity: 0.3;
	z-index: 999;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
	.previous_btn {
		left: 5px;
	}

	.next_btn {
		right: 0px;
	}
	.next_btn svg {width: 35px;}
	.previous_btn svg {width: 35px; }
	.previous_btn, .next_btn {
		  height: 35px;
		  width: 40px;
		}
}
 /*  End slider code */
.brand_img{
	margin-top: 50px;
	height: 13vw;
    max-height: 80px;
}
@media screen and (max-width:768px) {
    .brand_img{margin-top: 20px;}
}
.brand_img .owl-carousel.owl-rtl .owl-item{
	padding: 10px 0px;
}
.brand_img .owl-carousel .owl-item img{
	width: 150px !important;
	height: 50px;
	margin: auto;
}
@media screen and (max-width: 700px) {
	.brand_img .owl-carousel .owl-item img{
		width: 100% !important;
	}

}
.brand_img .pwb-columns{
	float: none !important;
}
.circ_cat_home{
    height: 64vw;
    max-height: 230px;
}
.circ_cat .owl-stage{
}
.circ_cat h2{
	font-size: 17px;
	font-weight: bold;
	color: #121212;
	margin-top: 40px;
	margin-bottom: 30px;}
.circ_cat .owl-item li div {
	background-color: #FFF6F8;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	width: 8vw;
	height: 8vw;
	margin: auto;
}
@media screen and (max-width: 1300px) {
	.circ_cat .owl-item li div{
		width: 9vw;
		height: 9vw;
	}
 }
@media screen and (max-width: 1000px) {
	.circ_cat .owl-item li div{
		width: 12vw;
		height: 12vw;
	}
 }
@media screen and (max-width: 500px) {
	.circ_cat .owl-item li div{
		width: 20vw;
		height: 20vw;
	}
 }
.circ_cat ul li div img{
	max-width: 60px !important;
	margin: auto;
}
@media only screen and (max-width: 500px) {
	.circ_cat ul li div img{
		max-width: 35px !important;
	}
}
.circ_cat .owl-item li div picture{
	text-align: center;
	display: flex;
	align-items: center;
	width: 8vw;
	height: 8vw;
	margin: auto;
}
@media screen and (max-width: 1300px) {
	.circ_cat .owl-item li div picture{
		width: 9vw;
		height: 9vw;
	}
 }
@media screen and (max-width: 1000px) {
	.circ_cat .owl-item li div picture{
		width: 12vw;
		height: 12vw;
	}
 }
@media screen and (max-width: 500px) {
	.circ_cat .owl-item li div picture{
		width: 20vw;
		height: 20vw;
	}
 }

.circ_cat ul li h1{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}
.circ_cat ul li a{
	color: #121212;
	width: 100%;
}
.circ_cat .owl-prev{
	top: 50px;
}
.circ_cat .owl-next{
	top: 50px;
}
.circ_cat_incat {
	max-width: 1120px;
 }
@media only screen and (max-width: 1400px) {
	.circ_cat_incat {
		max-width: 940px;
}
}
@media only screen and (max-width: 1300px) {
	.circ_cat_incat {
		max-width: 840px;
}
}
@media only screen and (max-width: 1200px) {
	.circ_cat_incat {
		max-width: 740px;
}
}
@media only screen and (max-width: 1100px) {
	.circ_cat_incat {
		max-width: 640px;
}
}

.discount_home{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(411px, 1fr) );
	gap: 70px;
	margin-top: 60px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
	.discount_home{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) );
		gap: 40px;
		margin-top: 30px;
		margin-bottom: 30px;

	}
}
.discount_home h1{
	font-size: 16px;
	font-weight: normal;
}
.dis_r{
	border-radius: 5px;
}

.dis_l{
	border-radius: 5px;
}


.shop_now{
	background-color: #ff210f;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	padding: 7px 21px;
	width: 135px;
}
.title_cat{
	align-items: center;
}
.title_cat a{color: #121212;}
.title_cat h1 {
	font-size: 20px;
	font-weight: bold;
	color: #515151;
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
	line-height: 55px;
}
.title_cat p {
	font-size: 26px;
	font-weight: bold;
	color: #ff210f;
	text-align: center;
}
.sum_bg{
	background-image: url("images/pattern_bg.png");
	background-position: center;
	background-repeat: repeat;
}
.und_header{
	display: flex;
	justify-content: space-between;
}
.ator_cat_bg{
	background-color: #f4f4f4;
	padding: 10px 0;
}

.ator_cat{
	
 }
.ator_cat .owl-carousel{
	margin-top: 20px;
}
 .ve_banner{
	width: 30%;
}
 @media only screen and (max-width: 768px) {
	 .und_header{gap:10px	}
	.ator_cat{
		width: 50%;
	}
	.ve_banner{
		width: 50%;
	}
}

.ve_banner img{
 	border: 1px solid #dfdfdf;
	height: 450px;
}
@media only screen and (max-width: 750px) {
	.ve_banner img{
		width: 100% !important;
 		height: 450px;
	}
}
@media only screen and (max-width: 600px) {
	.und_header {
	  flex-direction: column;
	  align-items: center;
	}
	.ve_banner {
	  width: 100%;
	}
 	.ator_cat {
	  width: 100%;
	}
}
.ator_cat .fa-star::before {
	color: #FEDB39;
}
.ator_cat .fa-star-o::before {
	content: "\f005";
	color: #D9D9D9;
}

.ator_cat ul li {
	background-color: #fff;
	border: 1px solid #eaeaea;
 	padding: 15px;
 	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 377px;
	text-align: center;
	border-radius: 20px;
}
.ator_cat ul li img{
	border-radius:5px;
}
 span.woocommerce-loop-product__title {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	margin-top: 10px
}
@media only screen and (max-width: 500px) {
	span.woocommerce-loop-product__title{font-size: 14px;}
}
.ator_cat ins{
	color: #121212 !important;
	text-decoration: none;
}
.ator_cat .woocommerce-Price-amount{
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	.ator_cat .woocommerce-Price-amount{font-size: 14px;}
}
@media only screen and (max-width: 768px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        float: none !important;
        width: auto !important;
    }
    .rtl .woo-variation-product-gallery{
        float: none !important;
    }
}
.woocommerce ul.products li.product .button {
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ff210f;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	padding: 12px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.add_to_cart_button {
	background-color: #444444;
	padding: 12px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
}
.sum_wint .add_to_cart_button {
	background-color: #444444;
	padding: 12px 32px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
.sum_wint .container-rating {
	display: flex;
	justify-content: flex-end !important;
	position: absolute;
	left: 20px;
	bottom:6px;
	
}
.sum_wint .star-rating {
   text-align: left !important;
	margin-top: 30px !important;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.sum_wint .count-rating{
	margin-top: 21px;
}
.sum_wint .container-rating .star-rating{
	position: relative;
	padding-top: 20px;
}
.outofstock .product_type_simple {
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ff210f;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	padding: 12px;
	color: #fff;
	margin-top: 0px !important;
	font-weight: normal;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 500px) {
 	.outofstock .product_type_simple{
		width: 50px;
		left: 10px;
		position: absolute;
		bottom: 10px;
		font-size: 0px !important;
		
	}
}

.add_cart_icon{
	background-image: url('images/addtocart.png');
	padding-right: 33px;
	padding: 2px 0px 0px 19px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
@media only screen and (max-width: 500px) {
	.add_cart_icon{margin-left: 0px;}
}
.head_slide{
 }
.ator_cat .owl-carousel2 .owl-item img {
  display: block;
  margin: auto !important;
	height: 200px;
	object-fit: cover;
}
.ator_cat .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -.5em 0 0 -.5em;
}
.ator_cat span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  z-index: 9;
}
.ator_cat .price{
 	height:48px;
	overflow: hidden;
	display: flex;
	color: #083D2D;
	justify-content: space-around;
}
.ator_cat .price del span{
	color: #AFAFAF;
	font-weight: normal;
}
.ator_cat .container-rating{
	display: flex;
	justify-content: center;
}
.ator_cat .star-rating{
	margin-top: 3px;
	color: #d9d9d9;
	display: none;
}
.ator_cat .count-rating{
	color: #d9d9d9;
	display: none;
}
.ator_cat .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	display: block;
}
@media only screen and (max-width: 500px) {
	.ator_cat .brand-in-lo{font-size: 12px;	}

}
.ator_cat .brand-in-lo a{
	color: #D4D1D2;
}
.block_home{
	margin-top: 30px;
}
.home_slide{
    height: 40vw;
    max-height: 700px;
	overflow: hidden;
	margin-bottom: 50px;
}
.owl-carousel4 .owl-next {
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}
.owl-carousel4 .owl-prev {
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}



.tabs.style__horizontal .tabs__nav{
	flex-wrap: nowrap !important;
	overflow-x: scroll;
	  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
 .tabs.style__horizontal .tabs__nav::-webkit-scrollbar {
  display: none;
}

.firstWord{
	color: #1f755b;
}
.best_package{
	background: rgb(243,151,171);
	background: linear-gradient(45deg, rgba(243,151,171,0.07) 0%, rgba(180,219,206,0.07) 50%, rgba(170,229,211,0.07) 100%); 
 }
.best_package_cont{
 	overflow: hidden;
}
.firstWord_red{
	color: #ff210f;
}
.adv_flex{
	margin-bottom: 40px;
}
.adv_flex_cont{
	display: grid;
	grid-template-columns: 50% 24% 24%;
	gap: 10px;
}
.adv_flex_cont_2{
	display: grid;
	grid-template-columns: 24% 50% 24%;
	gap: 10px;
	margin-top: 10px;
}
.grid-item {
	overflow: hidden;
	border-radius: 15px;
}
.grid-item img{
	width: 100%;
	height: 320px;
}
@media only screen and (max-width: 600px) {
	.grid-item img{height: 135px;}
}
.man_bar{
	overflow: hidden;
}
.mens_womans{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(420px, 1fr) );
	gap: 70px;
	margin-top: 60px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
	.mens_womans{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) );
	}

}
 .footer{
	overflow:hidden;
	width:100%;
	margin-top:20px;
	padding: 10px 0px;
}

.footer_size{
	max-width:1300px;
	margin:auto;
	overflow:hidden;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr) );
}
.footer_right{
 	height: 50px;
	width:100%;
	bottom:0;
 	text-align:center;
	color:#2c2c2c;
	line-height:40px;
}
.footer_right a{ color:#fff !important;}	
.footer_right a:hover{ color:#abe2ff !important;}

.footer_item{
	margin: 10px 20px 15px 20px;
}
.footer_item h1 {
  	font-size: 24px;
	color: #151618;
 }
.aboutfooter {
  font-weight: normal;
  font-family: "Droid Arabic Kufi";
  font-size: 14px;
  color: #2c2c2c;
  margin: 10px;
  text-align: left;
}
 
.footer_bg{
	background-color: #1d1d1b;
	min-height: 360px;
	overflow: hidden;
}
.foot_flex{
	display: flex;
	padding-top: 20px;
	justify-content: space-between;
}
@media only screen and (max-width: 900px) {
	.foot_flex{
		flex-wrap: wrap;
		flex-direction: column;
	}
}
.foot_flex h2{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
	width: fit-content;
}
.naf_kalema p{
	font-size: 14px;
	font-weight: normal;
	color: #004040;
	line-height: 32px;
	padding: 0px 25px;	
	text-align: justify;
}
.socialbutton{
 	margin: 15px;
	overflow: hidden;
 }
.socialbutton ul{
	margin-left: 10px;
	margin-top: 10px;
}
.socialbutton h1{
	padding-left: 15px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.socialbutton ul li{
	padding: 0 5px;
	float: left;
}
.socialbutton ul li a{
	padding: 0;
}
.socialbutton ul li img{
	float: none;
	margin-left: 0px;
	width: 30px;
}
.socialbutton_footer{
	border-top: 1px solid #fff;
	padding-top: 10px;
	overflow: hidden;
	height: 50px !important;
}
.socialbutton_footer ul li{
	padding: 5px;
	float: left;
}
.socialbutton_footer ul li img{
	float: none;
	margin-left: 0px;
	width: 30px;
}

.app_down ul{
	margin-bottom: 40px;
	overflow: hidden;
}
.app_down ul li {
	float: right;
	margin: 4px;
}
.menu-footer-container ul{
	margin: 0 5px;
}
.menu-footer2-container{
	margin: 0 5px;
}

.menu-footer-container ul li{
 	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
 }
.menu-footer2-container{
	
}
.menu-footer2-container ul li a{
	color: #2c2c2c;
}
.menu-footer2-container ul li{
 	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
 }
.menu-footer-container ul li a{
	color: #515151;
}
.menu-footer-container ul li a[aria-current]{
	font-family: 'Chillax Semibold';
	color: #151618;
}
.wpml-ls-legacy-dropdown-click a{
	border: none !important;
background:none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border-top: none !important;
	background-color: #424242;
	border-radius: 15px;
	margin: 5px;
	padding: 0px 0px 5px 0px;
}
.wpml-ls-legacy-dropdown-click {
  width: 110px !important;
}
.mob-menu-header-holder{
	display: none;
}
body.mob-menu-slideout-over{
	padding-top: 0px !important;
}
.prev-slide{
		background: transparent url("images/arrow.png") no-repeat scroll right;
width: 50px;
height: 50px;
}
.owl-nav span {
	font-size: 23px;
	padding: 0px 20px;
	color: #f6c953;
	text-shadow: 0 1px 0 #000;
	border-radius: 50%;
	height: 52px;
	display: inline-block;
	border: 3px solid #f6c95396; }
.owl-nav span:hover{
	border: 3px solid #f00;
} 
@media only screen and (max-width: 500px) {
	.head_slide .owl-nav span {
		font-size: 18px;
		padding: 0px 15px;
		color: #fff;
		text-shadow: 0 1px 0 #000;
		border-radius: 50%;
		height: 40px;
		display: inline-block;
		border: 2px solid #fff; }
	.head_slide .owl-prev{
		position: absolute;
		top: 45%;
		right: 0px;
	}
	.head_slide .owl-next{
		position: absolute;
		top: 45%;
		left: 0px;
	}

}
.owl-nav button:hover {
	background: none !important;
}
.brand_img .owl-prev{
	position: absolute;
	top: 5px;
	right: -20px;
}
.brand_img .owl-next{
	position: absolute;
	top: 5px;
	left: -20px;
}
.owl-prev{
	position: absolute;
	top: 40%;
	right: 20px;
}
.owl-next{
	position: absolute;
	top: 40%;
	left: 20px;
}
.tabs.style__horizontal .tabs__content{
	overflow: inherit !important;
}
.owl-theme .owl-nav{margin-top: 0px !important;}
.owl-theme .owl-nav .disabled{
	opacity: 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 5px !important;
	overflow: hidden;
	position: relative;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	min-height: 500px;
	text-align: right !important;
}
@media only screen and (max-width: 500px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {min-height: 400px;}
}
.woocommerce-page ul.products li.product img{
	display: block;
	height: 300px !important;
}
@media only screen and (max-width: 500px) {
	.woocommerce-page ul.products li.product img{
		height: 170px !important;
	}

}

.woocommerce-page ul.products li.product h2{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	height: 85px;
	overflow: hidden;
}
@media only screen and (max-width: 500px) {
	.woocommerce-page ul.products li.product h2{font-size: 14px;}
}
ul.products li.product, .woocommerce-page ul.products li.product ins{
	color: #f00 !important;
	text-decoration: none;
	display: block !important;
}
ul.products li.product .woocommerce-Price-amount{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 500px) {
	ul.products li.product .woocommerce-Price-amount{font-size: 14px;}
}
ul.products li.product .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	font-weight: normal;
	display: block;
}
@media only screen and (max-width: 500px) {
  ul.products li.product .brand-in-lo{font-size: 12px;	}

}
.woocommerce-page ul.products li.product .brand-in-lo a{
	color: #D4D1D2;
}
.woocommerce .star-rating{color: #d9d9d9 !important; width: auto !important; height: auto !important;padding-top: 4px;display: block;float: none !important;}
.woocommerce .count-rating{color: #d9d9d9 !important; font-weight: normal !important;}
.woocommerce .star-rating::before{
	display: none;
}
.fa-star::before {
	color: #FEDB39;
}
.fa-star-o::before {
	content: "\f005";
	color: #D9D9D9;
}
.woocommerce .container-rating{
	display: flex;
	align-items: center;
}
.woocommerce ul.products li.product .star-rating{
	font-size: 14px !important;
	font-weight: normal;
	display: block;
}
.woocommerce ul.products li.product .fa{
	font-size: 17px !important;
}
.woocommerce ul.products li.product .price{
	color: #083D2D !important;
	display: flex !important;
	gap: 20px;
 	justify-content: center;
}
.woocommerce ul.products li.product .price del{opacity: 1 !important;}
.woocommerce ul.products li.product .price del span{
	color: #083D2D !important;
}
.woocommerce ul.products li.product .price{
	height: 90px;
	overflow: hidden;
	color: #083D2D;
}
.woocommerce ul.products li.product .onsale{
	top: 14px !important;
	left: 14px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background-color: #ff210f !important; 
}
ul.page-numbers{
	border: 0 !important;
}
ul.page-numbers li{
	border: 1px solid #d3ced2;
	margin: 5px !important;
	border-radius: 5px;
}
ul.page-numbers li a{
	color: #000;
}
.page-numbers{
	padding: 15px !important;
}
.page-numbers .current {
	color: #fff !important;
}
.woo_flex{
	display: flex;
}
@media only screen and (max-width: 1000px) {
	.woo_flex{
		display: flex;
		flex-wrap: wrap;
	}
}
.wpfMainWrapper{
	background-color: #fff;
	max-width: 300px;
	padding: 1px 15px 15px 15px;
	border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 1000px) {
	.wpfMainWrapper{
		max-width: 100%;
	}
}
.wpfPriceRangeField#wpfMinPrice{
	width: 81px !important;
}
.wpfPriceTooltipShowAsText{
	width: 81px !important;
}
.wpfCheckbox{
	margin-right: 5px;
}
.wpfFilterWrapper ul li{
	margin-bottom: 20px;
}

.wpfCheckbox label::before{
	border-radius: 0 !important;
}
@media only screen and (max-width: 1000px) {
	.filter_bg{width: 100%}
}
.filter_bg h2{
	background-color: #fff;
	font-size: 16px;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 0px solid #f2f2f2;
}
.wpfFilterWrapper .wpfFilterTaxNameWrapper{
	font-size: 14px;
}

.in_product_page{
	width: 100%;
}
.product_bg{
	padding-right: 10px;
	width: 100%;
}
@media only screen and (max-width: 1000px) {
	.product_bg{
		padding-right: 0;
	}
}
.product_title_h{
}
.product_title_h h2{font-size: 16px;}
.product_title_h h4:not(:first-child){
	display: none;
}
.ui-slider.ui-widget-content .ui-slider-handle{
	background:#ff210f !important;
	border-radius: 50% !important;
	border: 0px !important;
}
.ui-slider .ui-slider-handle{
	width: 1.5em !important;
	height: 1.5em !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.5em !important;
}
.wpfFilterWrapper .ui-slider-horizontal{
	height: .1em !important;
}
.ui-slider.ui-widget-content:not(.iris-slider-offset){
	border: 0px !important;
}
.ui-slider-horizontal .ui-slider-range{
	top: 5px !important;
}
.ui-widget-header{
	background: #bdbdbd !important;
}
.wpfFilterButton.wpfButton{
	width: 100px !important;
	min-height: 43px !important;
	font-size: 15px !important;
}
.wpfClearButton {
  width: 98px !important;
  min-height: 43px !important;
  font-size: 15px !important;
}
.wpfCheckboxHier ul li ul{
	padding-right: 20px;
	padding-top: 20px;
}
.wpfPriceInputs .wpfCurrencySymbol{display: none;}
.wpfFilterWrapper .wpfPriceInputs{
	flex-direction: row-reverse;
	padding-top: 10px;
}
#wpfBlock_2{
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding: 50px 0px;
}
@media only screen and (max-width: 500px) {
	#wpfBlock_2{padding: 20px 0px;}
}
.wpfPriceRangeField#wpfMaxPrice{
	background-color: #F2F2F2 !important;
}
.wpfPriceRangeField#wpfMinPrice{
	background-color: #F2F2F2 !important;
}
.wpfFilterWrapper .wfpTitle{
	font-weight: normal !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color: #fff !important;
	margin: 0 !important;
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	box-shadow:none !important;
	border-width: 0 !important;
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow:none !important;
	border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 10px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ff210f !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #083D2D !important;
}
.woocommerce div.product p.price ins{
	display: block;
	margin-top: 10px;
}
.woocommerce div.product .product_title{
	font-size: 24px;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
	.woocommerce div.product .product_title{
		font-size: 16px;
		line-height: 35px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
	}

}
.woocommerce button.button.alt {
	background-color: #ff210f !important;
	border-radius: 4px !important;
	color: #fff !important;
	height: 44px;
	width: 180px;
	margin-top: 46px;
	display: block;
}
.cart button.button.alt {
	background-color: #ff210f !important;
	border-radius: 4px !important;
	color: #fff !important;
	height: 44px;
	width: 180px;
	margin-top:22px;
}

.yith-wcwl-add-to-wishlist {
  margin-top: -20px;
  position: absolute;
  margin-right: 200px;
}
.woocommerce .product_meta{
	margin-top: 70px;
	height: 33px;
	overflow: hidden;

}
.fa-heart-o::before {
  content: "\f004";
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  padding: 10px;
  color: #ff210f;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: baseline !important;
	background-color: #FFF !important;
	border: 1px solid #004040;
	border-radius: 4px;
	height: 40px;
	font-family: 'Tajawal', sans-serif;
	color: #121212 !important;
}
.brand_arch{
}
.brands_page .pwb-brands-cols-outer{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(205px, 1fr) );
}
@media only screen and (max-width: 500px) {
	.brands_page .pwb-brands-cols-outer{
		grid-template-columns: repeat(auto-fill, minmax(135px, 1fr) );
	}
}
.brands_page .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{
	padding: 0 ;
	width: auto ;
	float: none;
	text-align: center;
}
.brands_page .pwb-all-brands .pwb-pagination-wrapper{
	border-top: 0 !important;
}
.cart_nav{
	height: auto;
 	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
 }
.one_nav{
	text-align: center;
}
.one_nav::before{
	content: "";
	border-bottom: 4px solid #D4D1D2;
	position: absolute;
	max-width: 652px;
	width: 100%;
	margin-top: 60px;
	z-index: 1;
}
.check_out::before{
	content: "";
	border-bottom: 4px solid #ff210f !important;
	position: absolute;
	max-width: 652px;
	width: 100%;
	margin-top: 60px;
	z-index: 1;
}
.check_out2 span{
	background-color: #ff210f !important;
}
.order_done span{
	background-color: #ff210f !important;
}
.order_done2::before {
  content: "";
  border-bottom: 4px solid #ff210f !important;
  position: absolute;
  max-width: 652px;
  width: 100%;
  margin-top: 55px;
  z-index: 1;

}
.cart_nav h1{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.cart_nav span{
	background-color: #ff210f;
	border-radius: 15px;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	z-index: 1;
	position: relative;
}
.two_nav span{
	background-color: #D4D1D2;
}
.two_nav::before{
	content: "";
	border-bottom: 4px solid #D4D1D2;
	position: absolute;
	max-width: 665px;
	width: 100%;
	margin-top: 60px;
	z-index: 1;
}
.three_nav{
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.three_nav span{
	background-color: #D4D1D2;
}
.shop_table thead{
	background-color: #444;
	color: #fff;
}
.woocommerce a.button.alt{
	background-color: #ff210f;
}
.woocommerce a.button.alt:hover{
	background-color: #D9516E;
}
.woocommerce-info{
	border-top: 3px solid #ff210f;
	margin-top: 20px;
}
.woocommerce-info a{
	color: #ff210f;
}
.woocommerce-info::before{
	color: #ff210f !important;
}
.woocommerce-notices-wrapper{
	margin-top: 20px;
}
.pagescont{
margin-top: 20px;
  min-height: 600px;
  position: relative;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  border-radius: 20px;}
/*
.pagescont .woocommerce{
	display: flex;
}
@media only screen and (max-width: 1100px) {
	.pagescont .woocommerce{
		display: block;
	}

}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: none !important;
	width: auto !important;
	margin-right: 40px;
}
@media only screen and (max-width: 1100px) {
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		margin-right: 0px;
	}

}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	width: auto !important;
}
*/
.woocommerce form .form-row input.input-text {
  height: 48px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #fff !important;
	background-color: #444 !important;
}
.woocommerce-ResetPassword {
  border: 0 !important;
  padding: 65px 0;
}
.woocommerce button.button {
	float: none !important;
	display: block;
	background: #ff210f;
	border-radius: 5px;
	color: #fff;
	height: 48px;
	margin-bottom: 10px;
	width: 100%;
	font-family: 'URW DIN Arabic';
}
@media only screen and (max-width: 500px) {
	.woocommerce button.button {width: 100%;}
}
.woocommerce-ResetPassword p {
  width: 100% !important;
}
.pwb-text-before-brands-links{
	display: none;
}
div.quantity{
	margin: 0px 0px 10px 4px !important;
	background: #EAEAEA;
	border-radius: 10px;
	padding: 2px;
	display: inline-block;
	margin-top: 20px !important;
}
#wpforms-1156 .wpforms-field-container{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(345px, 1fr) );
}
@media only screen and (max-width: 390px) {
	#wpforms-1156 .wpforms-field-container{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(285px, 1fr) );
	}

}
#wpforms-1156 input{
	max-width: 95% !important;
}
@media only screen and (max-width: 500px) {
	#wpforms-1156 input{
		max-width: 100% !important;
	}
}
#wpforms-1156 .wpforms-submit-container button{
	background-color: #ff210f !important;
	border: 0px !important;
	color: #fff !important;
	font-size: 1em;
	padding: 10px 55px !important;
	float: left;
	border-radius: 5px;
	margin-bottom: 10px;
}

.yourqustion{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width:1000px) {
	.yourqustion{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
.yourqustion .sp-ea-one{
	max-width: 500px;
	margin-top: 20px;
}
.imgqus img{width:100%;}
@media only screen and (max-width:990px) {
	.yourqustion .sp-ea-one{
		max-width: 100%;
	}
	.imgqus {width:270px; margin: auto;}
	.imgqus img{width:270px;}
}

.contact_us{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width:1000px) {
	.contact_us{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
.contact_us img{width:100%;}
.contact_us .wpforms-container-full{
	margin-left: 0 !important;
	margin-right: 0 !important;
		width: 100% !important;
	max-width: 500px;

}
.contact_us div.wpforms-container-full .wpforms-form input.wpforms-field-medium{
	max-width: 100% !important;
}
.contact_us .wpforms-submit{
	width: 100% !important;
	background-color: #ff210f !important;
	color: #fff !important;
}
.contact_us div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
	height: 200px !important;
}
.sp-easy-accordion > .sp-ea-single{
	background: none !important;
	 
}
.ea-card h3 a{
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 18px !important;
	color: #000 !important;
}
@media only screen and (max-width:500px) {
	.ea-card h3 a{font-size: 14px !important;}
}
.ea-card .ea-body{
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 30px !important;
	color: #000 !important;
}
@media only screen and (max-width:500px) {
	.ea-card .ea-body{font-size: 14px !important;}
}

.ea-expand h3 a {
	color: #ff210f !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 20px !important;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa{
	margin-left: 10px !important;
}
.ask_title h1{
	font-size: 18px;
	text-align: center;
}
.ask_title p{
	font-size: 16px;
	text-align: center;
}

.blog_home_cont{
 }
@media only screen and (max-width:1000px) {
	.blog_home_cont{
 	}

}
.most_artic{
	width: 100%
}
.last_art{
	font-size: 17px;
	color: #121212;
	margin-top: 50px;
}
.tilteofpost h1{
font-size: 22px;
  line-height: 65px;
  margin: 0px;
  text-align: center;
  color: #000;
  background-color: #151618;
  padding: 050px;
  text-shadow: 1px 0 #b3b3b3, -2px 0 #b3b3b3, 0 2px #b3b3b3, 0 -2px #b3b3b3, 1px 1px #b3b3b3, -1px -1px #b3b3b3, 1px -1px #b3b3b3, -1px 1px #b3b3b3;
}
.last_offers li{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #F2F2F2;
	padding: 15px;
	border-radius: 5px;
	max-height: 145px;
 }
@media only screen and (max-width:1000px) {
	.last_offers li{
		width: 100%;
		max-width: 100%;
	}
}

.last_offers li a{
	font-size: 16px;
	line-height: 35px;
	color: #121212;
	height: 103px;
	overflow: hidden;
	display: block;
}
.last_offers img{
	float: right;
	width: 120px;
	height: 90px;
	margin-left: 10px;
}
.blog_item{
	padding-left: 100px;
}
@media only screen and (max-width:1000px) {
	.blog_item{
		padding-left: 0px;
	}
}
.blog_item li {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #F2F2F2;
 	border-radius: 5px;
}
.blog_item img{
	width: 100%;
}
@media only screen and (max-width:500px) {
	.blog_item img{
		width: 100%;
		max-height: 250px
	}
}
.blog_item li h1 {
	font-size: 18px;
	line-height: 35px;
	color: #121212;
	padding: 0px 15px;
}
.blog_item li p {
	font-size: 16px;
	line-height: 35px;
	color: #645457;
	padding: 0px 15px;
}
.blog_item li span{
	color: #ff210f;
}
.styleofpost{
	width: 100%;
	margin: 20px 0;
	display: block;
	padding:0 10px;
	border: 1px solid #c8c8c8;
	overflow: hidden;
	color: #4d4d4d;
	line-height: 35px;
	border-radius: 20px;
}
@media only screen and (max-width:1000px) {
	.styleofpost{
	}
}
.navigation{
	margin-top: 40px; 
	text-align: center;
	margin-bottom: 40px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #ff210f;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #ac2643;
}
.blog_ads ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog_ads .owl-carousel4 .owl-item img{
 }
@media only screen and (max-width:1000px) {
	.blog_ads .owl-carousel4 .owl-item img{
		margin: auto;
	}
}
.most_view_slide .owl-carousel5 li{
	padding: 5px;
}
.most_view_slide .owl-carousel5 li h1{
	font-size: 15px;
	color: #121212;
	font-weight: normal;
	line-height: 35px;
	height: 39px;
	overflow: hidden;
}
.most_view_slide .owl-carousel5 li a div {
	color: #AFAFAF;
	font-size: 13px;
	margin-top: 10px;
}
.owl-carousel5 li a p{
	background: transparent url("images/arrow_art.png") no-repeat scroll left;
	padding-left: 30px;
	color: #ff210f;
	display: inline-block;
	font-size: 14px;
	margin: 0px;
}
.most_view_slide{margin-bottom: 20px;}
.most_view_slide .owl-carousel5 li img{
	border-radius: 10px;
}
.most_view_slide .owl-next {
	top: 115px;
}
.most_view_slide .owl-prev {
	top: 115px;
}
.brands_page a{
	color: #000;
	font-family: tahoma;
}
.brands_page img{
	 width: 100px;
	height: 100px;
}
.brands_page small{
	display: none;
}

.woocommerce-message::before{
	color: #ff210f !important;
}
.woocommerce-message {
	border-top-color: #ff210f !important;
	line-height: 35px;
}
@media only screen and (max-width:500px) {
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
		float: none !important;
		display: block;
		text-align: center;
	}
}	
@media only screen and (max-width:768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48% !important;
 		clear: both !important;
		margin: 0 0 2.992em !important;
	}
}
.woocommerce .woocommerce-breadcrumb{
    line-height: 35px;
	margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel{
     line-height: 35px;
}
@media only screen and (max-width:768px) {
    .woocommerce .products ul, .woocommerce ul.products{
            display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
.woocommerce .quantity .qty{
    background-color: #eaeaea;
    border: 0;
    padding: 10px 5px;
	font-size: 19px;
    border-radius: 5px;
      -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.quantity .minus{
	background: none;
	border: 0;
	font-size: 25px;
	padding-right: 10px;
	padding-left: 0;
	cursor: pointer;
}
.quantity .plus{
	background: none;
	border: 0;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 0;
	cursor: pointer;
}
.pwb-single-product-brands a{
    color: #fff;
    background: transparent url("images/red_reb.png") no-repeat;
    width: 160px;
    height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.woocommerce ul#shipping_method li{
    line-height: 38px !important;
}
.woocommerce ul#shipping_method li input{
    vertical-align: baseline !important;
}
.woocommerce-shipping-destination{
    line-height: 38px !important;
}

.woocommerce-shipping-destination strong{
    font-weight: normal;
}
.woocommerce-checkout #payment ul.payment_methods li img{
    width: 60px;
}
.payment_methods .info{
    width: auto !important;
    float: left !important;
}
#tab-description ul li{
    list-style: outside;
    margin: 15px;
}
.woocommerce div.product p.stock {
  font-size: .92em;
  text-align: center;
  color: #b33030;
  background-color: #fee5e5;
  padding: 10px 20px;
  border-radius: 5px;
}
@media only screen and (max-width:768px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        display: block;
        width: 100%;
        text-align: right;
    }
    .woocommerce ul#shipping_method{
        text-align: right;
    }
    .woocommerce-shipping-destination{
        text-align: right;
    }
    .woocommerce-shipping-calculator{
        text-align: right;
    }
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	padding: 10px !important;
	margin: 0 0 2px 4px;
	font-size: 12px;
}
@media only screen and (max-width:768px) {
	.wp-element-button{
		font-size: 14px !important;
		font-weight: normal !important;
	}
}
.error_404 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 300px;
	margin: 20px 0;
}
@media only screen and (max-width:768px) {
	.error_404 {flex-direction: column;}
}
.error_404 img{
	width: 100%;
	max-width: 432px;
	margin-top: 5px;
 }
.error_404 h1{
	font-size: 16px;
	color: #333232;
 }
.error_404 p{
	max-width: 500px;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	color: #333232;
 }
.error_but {
	border-radius: 5px;
	background-color: #ff210f;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
}
body, .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none !important;
}
.woocommerce-MyAccount-navigation-link{
	line-height: 45px;
	border: 1px solid #F2F2F2;
	padding: 10px;
	margin: 10px;
	font-weight: normal;
	font-size: 15px;
}
.woocommerce-MyAccount-content{
	line-height: 45px;
	border: 1px solid #F2F2F2;
	padding: 10px;
	margin: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 1px solid #ccc;
	padding: 5px;
}
.woocommerce ul.products li.product:only-child {
  margin-left: auto !important;
}
#msg_mob{
	display: none;
}
@media only screen and (max-width:600px) {
	#msg_mob {
		display: block;
		background-color: #FDEEF2;
		position: fixed;
		z-index: 999;
		top: auto;
		width: 100%;
		left: auto;
		right: auto;
		bottom: 0px;
		padding: 10px;
	}
	#msg_mob h1{
		color: #ff210f;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	#msg_mob p{
		color: #ff210f;
		text-align: center;
		font-size: 16px;
		font-weight: normal;
	}
	#msg_mob div{
 	}
	#msg_mob button{
		background-color: #FFF6F8;
		border: 1px solid #ff210f;
		padding: 8px 14px;
		border-radius: 50px;
		color: #ff210f;
		font-size: 14px;
		display: table;
		margin:10px auto;
	}
	#msg_mob a{
		background-color: #ff210f;
		border: 1px solid #ff210f;
		padding: 8px 14px;
		border-radius: 50px;
		color: #fff;
		font-size: 14px;
		display: table;
		margin:10px auto;
	}
}
.search_page ul.products.columns-3 li.product{
	margin: 10px;
}
.no_search{
	min-height: 500px;
}
.fw-popup .fw-popup-content{
	text-align: right !important;
}
.fw-popup .fw-popup-close{
	left: 1em !important;
	right: auto !important;
}
.fw-popup-footer button.button{
	margin-right: 10px !important;
	width: auto !important;
}
.fw-button-text{
	display: none !important;
}
.fw-button--absolute{
	border:0px !important;
	left: 0px;
	margin-top: -18px !important;
}
.fw-button{
	margin-right: 200px;
	margin-top: -28px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	padding: 9px;
}
.woocommerce button.button.alt[value="wishlist_toggle_default"] {
  margin-top: 0 !important;
	width: auto !important;
}
.lity-wrap{
	background-color: #ffffffeb;
}
.lity-container{
	top: 5%;
}
.lity-content::after{
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #000;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
.artic_home ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr) );
  margin-bottom: 25px;
}
@media only screen and (max-width:1290px) {
	.artic_home ul {
	  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr) );
	}
}
*/
.artic_home ul li{
	margin: 10px;
}
.artic_home ul li img {
 	 width: 100%;
	height: 330px;
	border-radius: 10px;
}
@media only screen and (max-width:500px) {
	.artic_home ul li img {
		 width: 100%;
		height: 140px;
		border-radius: 10px;
	}
}
.artic_home ul li a div {
	color: #AFAFAF;
	font-size: 14px;
	margin-top: 10px;
}
.artic_home ul li a h1 {
	color: #121212;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	height: 31px;
	overflow: hidden;
}
.artic_home ul li a p{
	background: transparent url("images/arrow_art.png") no-repeat scroll left;
	padding-left: 30px;
	color: #ff210f;
	display: inline-block;
	font-size: 14px;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton{
	color: #554a4a !important;
}
.reg_no{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50%;
}
@media only screen and (max-width: 1090px) {
	.reg_no{width: 100%;}

}
.reg_no a{
	color: #ff210f;
	font-weight: bold;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label{
	font-weight: normal !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="url"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="date"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"], .ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"], .ur-frontend-form .ur-form-row .ur-form-grid textarea, .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement{
	border: 1px solid #F2F2F2;
}
.ur-frontend-form .ur-button-container .ur-submit-button{
	margin-right: unset !important;
	background-color: #ff210f;
	color: #fff;
	border-radius: 5px;
	padding: 10px 50px;
	font-family: urw din arabic;
}
@media only screen and (max-width: 500px) {
	.ur-frontend-form .ur-button-container .ur-submit-button{
		margin: 0 !important;
		width: 100%
	}

}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border: 1px solid #eee !important;
 	margin: 0 !important;
}
@media only screen and (max-width: 1090px) {
	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
		width: 100%;
	}
}
.image_login{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 1090px) {
	.image_login{
		float: none;
		position: relative;
		text-align: center;
	}

}
.image_login img{
	width: 480px;
 }
.ur-frontend-form{
	border: 0 !important;
	padding: 0 !important;
}
.lost_reset_password p{
	line-height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	text-align: right !important;
}
.select2-container--default .select2-results > .select2-results__options{
	text-align: right !important;
}
.select2-results__option{
	padding: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	right: auto !important;
}
@media only screen and (max-width: 600px) {
	.woocommerce ul.order_details li {
	  float: none;
	  margin-left: 2em;
	  text-transform: uppercase;
	  font-size: .715em;
	  line-height: 35px;
	  border: 1px dashed #d3ced2;
	  padding: 10px;
	  margin: 10px;
	  list-style-type: none;
	}
	.woocommerce table.shop_table td{
		line-height: 35px !important;
		font-size: 14px;
	}
	.woocommerce table.shop_table th {
	  font-weight: normal;
	  padding: 5px;
	  line-height: 35px;
	}
	.woocommerce .woocommerce-customer-details address{
		line-height: 35px;
	}
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
	border-color: #f4cad3 !important;
}
@media only screen and (min-width: 1000px) {
	.woocommerce-checkout .col2-set{
		width: 66.666667% !important;
		float: right;
	}
	#customer_details .col-1{
		float: none !important;
		width: 100% !important;
	}
	#customer_details .col-2{
		float: none !important;
		width: 100% !important;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order{
		float: right;
		width: 32%;
		margin-right: 1%;
		border-bottom: 1px solid #F2F2F2;
		padding:5px 10px;
		border-radius: 0 0 10px 10px;
		border-right: 1px solid #F2F2F2;
		border-left: 1px solid #F2F2F2;

	}
	.woocommerce-checkout #order_review_heading{
		float: right;
		width: 32%;
		margin-right: 1%;
		border-top: 1px solid #F2F2F2;
		padding: 10px;
		border-radius: 10px 10px 0 0;
		border-right: 1px solid #F2F2F2;
		border-left: 1px solid #F2F2F2;
		margin-bottom: 0;
	}
}	
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: #fff !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color: #fbfbfb !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fbfbfb !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
}
.woocommerce-privacy-policy-text{
	line-height: 35px;
	text-align: justify;
	font-weight: bold;
	color: #4d4d4d;
	font-size: 14px;
}
.woocommerce-privacy-policy-link{
	color: #f00;
}
.woocommerce-checkout .woocommerce table.shop_table td{
	line-height: 35px !important;
}
.woocommerce ul#shipping_method li label{
	font-weight: normal;
}

#respond input#submit.loading::after, a.button.loading::after, button.button.loading::after, input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute !important;
  top: .618em;
  left: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#respond input#submit.added::after,  a.button.added::after,  button.button.added::after,  input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-right: .53em;
  vertical-align: bottom;
}
.added_to_cart{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
@media only screen and (max-width: 500px) {
	.added_to_cart{text-align: right;}
}
@media only screen and (max-width: 500px) {
	#respond input#submit.loading::after, a.button.loading::after, button.button.loading::after, input.button.loading::after {
		font-size: 16px;
	}
	#respond input#submit.added::after,  a.button.added::after,  button.button.added::after,  input.button.added::after {
		font-size: 16px;
		margin-left: 11px;
		margin-right: 11px;
	}
	.ator_cat .wp-element-button{
		font-size: 0px !important;
	}
	.view-store-credits-link{
		display: block;
		margin-right: 10px;
	}
}

.outofstock .product_type_simple::before {
	content: "";
	background-image: url('images/addtocart.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
}
@media only screen and (max-width: 500px) {
	.outofstock .product_type_simple::before {
		margin-left: 0px;
	}
}
span.xoo-wsc-pname, span.xoo-wsc-pname a{
	font-weight: normal !important;
	line-height: 30px;
	font-size: 14px;
}
.xoo-wsc-qty-price{
	font-size: 12px;
}
.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a{
	font-size: 12px !important;
}
.gift_card_code{
	margin: 5px 0;
	padding: 10px;
}
.antd-app-wrapper ::selection{
	background: #ff210f !important;
}
.antd-app-wrapper .ant-tabs-tab{
	padding: 12px !important;
}
.antd-app-wrapper .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
	color: #121212;
}
#lpfw_my_points_app .ant-tabs-tab{
	font-size: 16px !important;
	font-weight: bold;
}
#lpfw_my_points_app .ant-tabs-content-holder{
	line-height: 35px;
	border: 0px !important;
}
.points-expiry-text em{
	font-style: normal !important;
	font-size: 13px !important;
	font-weight: normal !important;
}
.antd-app-wrapper a{
	color: #ff210f !important;
}
.ant-btn{
	margin: 5px !important;
}
.min-max-points-desc{
	font-size: 13px;
}
#lpfw_my_points_app .points-redeem .form-wrap .equal-sign{
	margin-top: 33px !important;
}
.antd-app-wrapper h3{
	font-weight: bold !important;
	display: list-item;
	list-style-type: disclosure-closed;
	list-style-position: inside;
}
.antd-app-wrapper .ant-btn-primary{
	background: #ff210f !important;
	border-color: #cc3858 !important;
}
.antd-app-wrapper .ant-tabs-tab:hover{
	color: #ff210f !important;
}
.antd-app-wrapper .ant-btn-primary:focus, .antd-app-wrapper .ant-btn-primary:hover{
	background: #a42c46 !important;
	border-color: #cc3858 !important;	
}
.ant-table-tbody{
	text-align: center !important;
}
.antd-app-wrapper .ant-table-thead > tr > th{
	text-align: center !important;
}
.ant-pagination{
	margin: 10px !important;
}
.antd-app-wrapper .ant-pagination-next{
	margin-right: 10px !important;
}
.agcfw-redeem-gift-card-form button.button{
	display: inline-block;
	width: auto;
	height: 42px;
}
#acfw-store-credits-my-account{
	border: 1px solid #eaeaeacc;
	margin: 12px;
	padding: 0 20px;
}
#agcfw-redeem-gift-card{
	border: 1px solid #eaeaeacc;
	margin: 12px;
	padding: 0 20px;
}
#agcfw-redeem-gift-card h3 {
  font-weight: bold !important;
  display: list-item;
  list-style-type: disclosure-closed;
  list-style-position: inside;
}
#lpfw_my_points_app .ant-tabs-content-holder{
	padding: 20px 0px !important;
}
.points-balance{
	border: 1px solid #eaeaeacc;
	margin: 0;
	padding: 15px;
}
#lpfw_my_points_app .points-redeem{
	max-width: none !important;
	border: 1px solid #eaeaeacc !important;
	margin: 20px 0px !important;
	padding: 15px !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	border-radius: 50%;
	top: 10px;
	right: 10px;
}
.woocommerce #reviews #comments h2{
	font-size: 16px;
}
.woocommerce #reviews #comments ol.commentlist{
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin: 0 !important;
	padding: 10px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	margin: 0 42px 1em !important;
}
.comment-text .star-rating{
 }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom: 1px solid #d2d2d2 !important;
}
.woocommerce-review__published-date{
	display: block;
	line-height: 5px !important;
}
.comment-form-author label{
	display: block;
}
.comment-form-email label{
	display: block;
}
.comment-text .description{
	margin-top: 40px;
}
.fw-button--inline{
	margin-right: 0px !important;
	margin-top: 0px !important;
	position: relative !important;
	border: 0px !important;
	padding: 0px !important;
	display: block;
}
.xoo-wsc-ft-btn{
	color: #fff !important;
	background-color: #ff210f !important;
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	right: auto;
 	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link{
	width: 100%;
}
.contact_head{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
 .contact_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: tahoma;}
@media only screen and (max-width:370px) {
	.contact_item{
		font-size: 13px;
		letter-spacing: 0;
	}
}
.contact_item img{
	width: 30px;
}
@media only screen and (max-width:1000px) {
	.contact_item{margin: 0 5px;}
}
.butt_item{
	display: flex;
	align-items: center;
}
.butt_item a{
	background: rgb(38,109,195);
	background: linear-gradient(180deg, rgba(38,109,195,1) 49%, rgba(0,79,172,1) 51%);
	padding: 5px 24px;
	color: #fff;
	text-shadow: 0 1px 0 #054086;
	font-size: 16px;
	font-weight: bold;
	border-radius: 20px;
}
@media only screen and (max-width:1059px) {
	.butt_item {
		display: none;
	}
}
 .polylang-flags{
	font-family: tahoma;
	font-size: 14px;
}
#wpgs-gallery.woocommerce-product-gallery{
	border: 1px solid #f0f0f0;
	padding: 10px;
	background-color: #fdfdfd;
}
#wpgs-gallery img{
	max-height: 700px;
}
.wcgs-thumb img{
	height: 110px !important;
	width: 300px !important;
	background-color: #fff;
	padding: 5px;
}
@media only screen and (max-width:900px) {
	.wcgs-thumb img{height: 140px !important;}
}
@media only screen and (max-width:700px) {
	.wcgs-thumb img{height: 100px !important;}
}
@media only screen and (max-width:500px) {
	.wcgs-thumb img{height: 80px !important;}
}
.gallery-navigation-carousel .slick-slide.wcgs-thumb{
	opacity: 1;
}
#wpgs-gallery .sp_wgs_thumb_nav.slick-arrow{
	background: none !important;
}
.woocommerce-Price-amount{
	color: #ff210f;
}
.woocommerce div.product p.price{
	border: 1px solid #eaeaea;
	padding: 10px;
}
.woocommerce-product-details__short-description{
	line-height: 45px;
	color: #646464;
}
.days_night{
	background-color: #f4f4f4;
	padding: 20px;
}
.qty_pers{
	float: right;
	line-height: 45px;
	margin-left: 10px;
	margin-top: 20px;
}
.departure{
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0;
	margin: 10px 0;
	display: flex;
	font-size: 16px;
}
@media only screen and (max-width:768px) {
	.departure{font-size: 14px;flex-wrap: wrap;}
	.woocommerce-product-details__short-description{font-size: 14px;}
	.woocommerce div.product p.price {font-size: 14px;}
	.woocommerce-Price-amount{font-size: 18px;}
}
.departure > span:first-child{
	width: 40%;
	font-weight: bold;
	margin-left: 30px;
}
.departure > span:last-child{
	width: 60%;
	color: #646464;
}
@media only screen and (max-width:768px) {
	.departure > span:first-child{width: 100%;}
	.departure > span:last-child{width: 100%;}
}
.incl_true ul{
  display: flex;
  flex-wrap: wrap;
	margin: 0px 15px;
}
.incl_true ul li{
	list-style-image: url('images/checked.png');
	list-style-position: outside;
	font-weight: normal !important;
	font-size: 16px;
	margin: 5px 0;
	flex: 50%;
}
@media only screen and (max-width:768px) {
	.incl_true ul li{flex: 100%;}
}
.incl_true ul li span{font-weight: normal !important;}
.not_incl_false ul{
  display: flex;
  flex-wrap: wrap;	
	margin: 0px 15px;
}
.not_incl_false ul li{
	list-style-image: url('images/false.png');
	list-style-position: outside;
	font-weight: normal !important;
	font-size: 16px;
	margin: 5px 0;
	flex: 50%;
}
@media only screen and (max-width:768px) {
	.not_incl_false ul li{flex: 100%;}
}

.not_incl_false ul li span{font-weight: normal !important;}
.page_slid_bg{
	background-image: url("images/page_nav.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_slid_cover{
	background-color:rgba(45, 27, 27, 0.91);
	height: 100%;
	width: 100%;
}
.page_title{
	color: #fff !important;
	text-shadow: 0 1px 0 #0f0c08;
	text-align: center;
	padding: 60px 0;
}
@media only screen and (max-width:768px) {
	.page_title{padding: 20px 0;}
}

.page_title h1{
	color: #fff !important;
	text-shadow: 0 1px 0 #0f0c08;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	padding: 10px 0;
}
.page_title h2{
	color: #fff !important;
	text-shadow: 0 1px 0 #0f0c08;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.page_title a{
	color: #fff !important;
	text-shadow: 0 1px 0 #0f0c08;
}
.page_slid_cover .woocommerce-breadcrumb{
	color: #fff !important;
}
.more_home{text-align: center;}
.more_home a{
	background-color: #ff210f;
	padding: 12px 42px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	border-radius: 25px;
	text-align: center;
	display: inline-block;
	margin: 20px;
}
.bg_offers{
	background-image: url("images/pattern_bg.png");
	background-position: center;
	background-repeat: repeat;
	background-color: #e4e4e4;
	padding: 30px 0;
}
.product_title {
  font-size: 24px;
  line-height: 65px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.woocommerce div.product div.summary{
	margin-bottom: 0 !important;
}
.taasherat{
	background-image: url("images/taasher.png");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	padding: 30px 0;
}
.taash_title{
	padding: 0 15px;
}
.taash_title h1{
	font-size:44px;
	font-weight: bold;
	color: #515151;
	text-shadow: 0 1px 0 #fff;
	text-align: right;
	margin: 0;
	padding: 0;	
}
.taash_title p {
	font-size: 16px;
	font-weight: bold;
	color: #ff210f;
	text-shadow: 0 1px 0 #fff4c0;
	text-align: right;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.taash_title h1{font-size: 20px;}
	.taash_title p {font-size: 14px;}
}
.taash_cont{
	max-width: 1000px;
}
.taash_cont a{
	position: relative;
	display: block;
	overflow: hidden;
}
.taash_cont img{
	width: 150px;
	height: 300px;
	z-index: 1;
	position: relative;
	border-radius: 35px;
	padding: 10px;
}
.taash_cont h1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: right;
	margin: 0;
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 10px;
	background-color: #00000085;
	padding: 10px;
}
.cat_hom{
	background-image: url("images/cat_hom.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	padding: 80px 0;
	border-top: 1px solid #d7c5ac;
	border-bottom: 1px solid #624620;
}
.cat_hom_title h1{
	font-size: 20px;
	font-weight: bold;
	color: #515151;
	text-align: center;
	margin: 0;
	padding: 0;
}
.cat_hom_title p {
	font-size: 36px;
	font-weight: bold;
	color: #515151;
	text-align: center;
	margin: 0;
	padding-bottom: 50px;
}
.cat_slider img{
	width: 90px !important;
	background-color: #ff210f;
	padding: 10px;
	border-radius: 20px;
	margin: auto;
}
.cat_slider h1{
	font-size:18px;
	font-weight: bold;
	color: #515151;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.cat_hom_title h1{font-size:14px;}
	.cat_hom_title p {font-size:26px;}
	.cat_slider h1{font-size:14px;}
}
.dream_hom{
	background-image: url("images/banner.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	padding: 80px 0;	
	border-bottom: 1px solid #624620;
}
.dream_hom_title{
	position: relative;
}
.dream_hom_title h1{
	font-size: 34px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.dream_hom_title h2{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	padding: 4px;
	max-width: 500px;
	margin: auto;
	line-height: 24px;
}

 #section_counter{
	display: flex;
	max-width: 1300px;
	 width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	border-radius: 20px;
	text-align: center;
	position: relative;
	gap: 20px;
	margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
	#section_counter{flex-wrap: wrap;}
}
@media only screen and (max-width: 550px) {
	#section_counter{flex-direction: column;}
}

.counter-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
	font-size: 48px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
  font-family: 'Chillax Medium';
  line-height: 55px;

 }
.all_stat{
	margin: 0;
	padding: 0;
	
}
.all_stat h1{
  	margin: 0;
	padding: 0;
	font-size: 48px;
  color: #000;
  font-weight: 500;
   font-family: 'Chillax Medium';
  line-height: 55px;

}
.all_stat span{
font-size: 24px;
  color: #515151;
  font-weight: 500;
  margin: 10px 0 40px;
  font-family: 'Chillax Light';
  line-height: 27px;}
.best_hom{
	background-image: url("images/pattern_best.png");
	background-position: center;
	background-repeat: repeat;
	background-color: #ff210f;
	padding: 60px 0;	
}
.best_hom_title{text-align: center;}
.best_hom_title h1{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
.best_hom_title a{
	background-color: #fff;
	display: inline-block;
	margin: 40px 0;
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #ccc;
}
.subs_hom{
	background-image: url("images/pattern_best.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	padding: 80px 0;	
}
.subs_hom_title{text-align: center;}
.subs_hom_title h1{
	font-size: 34px;
	font-weight: bold;
	color: #515151;
	text-shadow: 0 1px 0 #fbfbfb;
	text-align: center;
	margin-bottom: 50px;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.subs_hom_title h1{font-size: 20px;}
}
.mc4wp-form-fields{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	max-width: 700px;
	margin: auto;
	gap: 10px;
}
@media only screen and (max-width: 768px) {
	.mc4wp-form-fields{ flex-wrap: wrap;}
}
.name_sub{width: 100%;}
.name_sub input{
	width: 100%;
	border: 0;
	padding: 20px 0;
	border-radius: 30px;
}
.name_sub label {
  position: relative;
}
.name_sub label:after {
  content: 'الاسم';
  position: absolute;
  right: 15px;
  top: 0;
  color: #bbb;
}

.email_sub{width: 100%;}
.email_sub input{
	width: 100%;
	border: 0;
	padding: 20px 0;
	border-radius: 30px;
}
.email_sub label {
  position: relative;
}
.email_sub label:after {
  content: 'البريد الإلكتروني';
  position: absolute;
  right: 15px;
  top: 0;
  color: #bbb;
}
#tb1 {
  position: relative;
}

#tb1:focus {
  z-index: 10;
	outline: none;
	
}
.name_sub input[value="United States"] { color: #F90; }
.parent-element {
    position: relative;
	display: inline;
}

.parent-element:after {
    content: "اشتراك";
    color: #000;
    position: absolute;
    left: 36px;
	top: 9px;
	cursor: pointer;
}

[name="submit-cmb"] {
    color: transparent;
}
.button-primary{
	border: 0;
	padding: 20px 20px;
	border-radius: 30px;
	background-color: #ff210f;
}
.planning{
	text-align: center
}
.planning p{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #000;
	background-color: #f5f5f5;
	display: inline-block;
	padding: 15px 35px;
	border-radius: 0px 15px 15px 0px;

}
@media only screen and (max-width: 768px) {
	.planning p{
		font-size: 14px;
		padding: 15px 5px;
	}
}
.title_plan {
	border-radius: 15px 0px 0px 15px !important;
}
.cannow{
	text-align: center;
}
.cannow p{
	margin: 10px;
}
.order_visa{
	text-align: center;
	padding-top: 10px
}
.order_visa a{
	background-color: #fffceb;
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #ead880;
	color: #917e21;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}
.lity-container{
	text-align: right !important;
	width: 100% !important;
	max-width: 1000px !important;
}
#cf7sg-form-page-contact label { display: block;}	
#cf7sg-form-page-contact textarea { display: block;}	
.wpcf7-form p { margin-bottom:25px;}
.wpcf7-form-control {
	background:#EFEFEF;;
	border: 1px solid #EFEFEF;;
	text-align:left;
 	font-size: 16px;
	color:#151618;
	width: 100%;
	height: 50px;
	text-indent: 10px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wpcf7-not-valid-tip {color: #FF0004;}
.wpcf7-textarea { height:150px;}
.wpcf7-submit{
 	width: Fill (738px)px;
	height: Hug (44px)px;
	padding: 8px 16px 8px 16px;
 	border-radius: 10px ;
 	background-color: #353535;
	text-align: center;
	color:#fff;
	cursor:pointer;
	float: left;
	border: 0;
}
.wpcf7-not-valid-tip { 
	font-size:12px !important;
	font-family:tahoma !important;
	font-weight:normal !important;
	margin-right:20px;
}
div.wpcf7-validation-errors { color:#E00;}
.wpcf7-captchar { width:72px !important;}
.wpcf7-quiz{ width:72px !important;}
.needed{
	width: 100%;
	margin: 20px 0;
	display: block;
	padding: 25px;
	border: 1px solid #c8c8c8;
	overflow: hidden;
	color: #4d4d4d;
}
.needed ul{
	margin: 20px;
}
.needed ul li{
	list-style-image: url('images/checked.png');
	list-style-position: outside;
	font-weight: normal !important;
	font-size: 16px;
	margin: 15px 0;
	line-height: 35px;
}
.taash_cat ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) );
}

.taash_cat a{
	position: relative;
	display: block;
	overflow: hidden;
}
.taash_cat img{
	width: 100%;
	height: 200px;
	z-index: 1;
	position: relative;
	border-radius: 35px;
	padding: 10px;
	object-fit: cover;
	object-position: top;
}
.taash_cat h1{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: right;
	margin: 0;
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 10px;
	background-color: #00000085;
	padding: 10px;
}
#ship-to-different-address{
	display: none;
}
.border_bot{
	border: 2px solid #cdb53f;
	max-width: 300px;
	margin: 20px auto;
	padding: 0px 20px;
}
.title_about h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-right: 5px solid #cdb53f;
	padding-right: 10px;
}
.cont_about p{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	line-height: 45px;
}
.cont_about img{
	float: left;
	max-width: 250px;
	width: 100%;
	margin-right: 30px;
	border: 1px solid #c4ad40;
	padding: 20px;
}
@media only screen and (max-width: 768px) {
	.cont_about{
		text-align: center;
	}
	.cont_about img{
		float: none;
		max-width: 250px;
		margin-right: 0px;
	}

}
.serv_bg{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr) );
}
.serv_item{
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.serv_item img{
	width: 120px;
	height: 120px;
	margin: auto;
}
.serv_item a{
	height: 255px;
	width: 100%;
}
.serv_item h1{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	height: 50px;
	line-height: 50px;
	margin: 0;
}
.serv_item p{
	display: block;
	padding: 10px;
	font-size:16px;
	font-weight: normal;
	text-align: justify;
	color: #000;
	line-height: 35px;
	margin: 0;
}
.pageservices img{
	float: right;
	max-width: 250px;
	height: 170px;
	width: 100%;
	margin-left: 20px;
}
.pageservices p{
	font-size:16px;
	font-weight: normal;
	text-align: justify;
	color: #000;
	line-height: 35px;
	margin-bottom: 50px;
	overflow: hidden;
	min-height: 145px;
}
@media only screen and (max-width: 768px) {
	.pageservices img{
		float: none;
		margin-left: 0px;
		max-width: 100%;
		height: 100%;
	}
	.pageservices figure{
		text-align: center;
		margin-top: 20px;
	}
}

.contact_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
@media only screen and (max-width:1000px) {
	.contact_flex{flex-wrap: wrap;}
}
.form_contact{
	box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
	padding: 50px;
	min-height: 50px;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	margin: 20px;
}
.form_contact h1{
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.form_contact span{
	color: #FF0000;
}
.form_contact h2{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 30px;
}
@media only screen and (max-width:600px) {
	.form_contact{
		padding: 20px 10px;
		margin: 10px;	
	}
}
.form_style {
	direction: ltr!important;
	text-align: right;
	font-size: 16px;
}
.form_style p{
	margin-top: 10px;
}
.form_style input{
	width: 100%;
	height: 50px;
	border-radius: 8px 8px 8px 8px;
	color: #000;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	text-align: right;
}
.form_style textarea{
	width: 100%;
	height: 150px;
	border-radius: 8px 8px 8px 8px;
	color: #000;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	text-align: right;
}
.form_contact .wpcf7-submit{
	padding: 15px 40px 20px 40px !important;
	background-color: #ff210f !important;
	color: #fff  !important;
	text-align: center !important;
	width: 150px !important;
	display: block;
	cursor: pointer;
}
.info_contact{
	box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
	padding: 50px;
	min-height: 50px;
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	margin: 20px;
}
@media only screen and (max-width:600px) {
	.info_contact{
		padding: 20px 10px;
		margin: 10px;
	}
}
.info_contact h1{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.info_contact span{
	color: #FF0000;
}
#review_form_wrapper{
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 20px;
}
.home_banners{
	height: 580px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.big_banner{
}
.big_banner img{
	width: 100%;
	max-width: 900px;
}
.small_banner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	height: 100%;
}
@media only screen and (max-width:1300px) {
	.home_banners{height: 100%;}
	.small_banner{height:auto;}
}
.sm_margin{margin-top: 20px;}
.sm_ban img{
	width: 100%;
	max-width: 500px;
}
@media only screen and (max-width:768px) {
	.home_banners{flex-direction: column;}
	.small_banner{gap: 10px;}
	.sm_ban img {max-width: none;}
}
.items_features{
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.item_single{
	display: flex;
	align-items: center;
}
@media only screen and (max-width:1000px) {
	.items_features {
	  flex-wrap: wrap;
	  gap: 20px;
	}
	.item_single{
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width:600px) {
	.item_single{
		width: 100%;
		background-color: #f9f9f9;
		padding: 10px 20px;
	}
}

.item_single img{
	width: 55px;
	height: 55px;
	margin-left: 10px;
}
.item_cont h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #222;
}
.item_cont p{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #666666;
}
.woocommerce ul.products li.product a img{
	height: 300px;
	object-fit: cover;
	object-position: top;
 }
@media only screen and (max-width: 500px) {
	.woocommerce ul.products li.product a img{
		height: 170px;
		object-fit: cover;
		object-position: top;
	}
}
.banner_img{
	width: 100%;
}
.disco_home{
	
}
.disco_home ul li {
	background-color: #fff;
	border: 1px solid #eaeaea;
 	padding: 15px;
 	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 377px;
	text-align: center;
}
.disco_home ins{
	color: #121212 !important;
	text-decoration: none;
}
.disco_home .woocommerce-Price-amount{
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	.disco_home .woocommerce-Price-amount{font-size: 14px;}
}
.disco_home .owl-carousel .owl-item img {
  display: block;
  margin: auto !important;
	height: 200px;
	object-fit: cover;
}
.disco_home .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -.5em 0 0 -.5em;
}
.disco_home span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  z-index: 9;
}
.disco_home .price{
 	height:48px;
	overflow: hidden;
	display: flex;
	color: #083D2D;
}
.disco_home .price del span{
	color: #AFAFAF;
	font-weight: normal;
}
.disco_home .container-rating{
	display: flex;
	justify-content: center;
}
.disco_home .star-rating{
	margin-top: 3px;
	color: #d9d9d9;
	display: none;
}
.disco_home .count-rating{
	color: #d9d9d9;
}
.disco_home .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	display: block;
}
@media only screen and (max-width: 500px) {
	.disco_home .brand-in-lo{font-size: 12px;	}

}
.disco_home .brand-in-lo a{
	color: #D4D1D2;
}
.kitch_home{
	background-color: #1b375b;
	padding: 30px 0;
	margin: 30px 0;
}
.kit_bg{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.text_kit{
	width: 30%;
}
.slide_kit{
	width: 69%;
}
@media only screen and (max-width: 768px) {
	.kit_bg{
		flex-direction: column;
	}
	.text_kit{
		width: 100%;
		text-align: center;
	}
	.slide_kit{
		width: 100%;
	}

}

.slide_kit ul li {
  	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	margin: 5px;
}
.slide_kit ins{
	color: #121212 !important;
	text-decoration: none;
}
.slide_kit .woocommerce-Price-amount{
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	.slide_kit .woocommerce-Price-amount{font-size: 14px;}
}
.slide_kit .owl-carousel5 .owl-item img {
	display: block;
	margin: auto !important;
	height: 260px;
	object-fit: cover;
}
.slide_kit .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -.5em 0 0 -.5em;
}
.slide_kit span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  z-index: 9;
}
.slide_kit .price{
 	height:48px;
	overflow: hidden;
	display: flex;
	color: #083D2D;
	display: none;
}
.slide_kit .price del span{
	color: #AFAFAF;
	font-weight: normal;
}
.slide_kit .container-rating{
	display: none;
	/*display: flex;*/
	justify-content: center;
}
.slide_kit .star-rating{
	margin-top: 3px;
	color: #d9d9d9;
	display: none;
}
.slide_kit .count-rating{
	color: #d9d9d9;
}
.slide_kit .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	display: block;
}
@media only screen and (max-width: 500px) {
	.slide_kit .brand-in-lo{font-size: 12px;	}

}
.slide_kit .brand-in-lo a{
	color: #D4D1D2;
}
.slide_kit span.woocommerce-loop-product__title{display: none;}
.slide_kit .add_to_cart_button{display: none;}
.text_kit h1{
	font-weight: bold;
	font-size:22px;
	color: #fff;
}
.text_kit p{
	font-weight: normal;
	font-size: 16px;
	color: #fffdbe;
	line-height: 35px;
}
.text_kit a{
	background-color: #fff;
	padding: 8px 30px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	border-radius: 10px;
}
@media only screen and (max-width: 800px) {
	.text_kit h1{
		font-size:18px;
	}
	.text_kit p{
		font-size: 14px;
	}
}
.cat_home ul li {
  	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
 }
.cat_home ins{
	color: #121212 !important;
	text-decoration: none;
}
.cat_home .woocommerce-Price-amount{
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 500px) {
	.cat_home .woocommerce-Price-amount{font-size: 14px;}
}
.cat_home .owl-carousel .owl-item img {
	display: block;
	margin: auto !important;
	height: 260px;
	border: 1px solid #e8e8e8;
	padding: 10px;
	object-fit: cover;
}
.cat_home .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: -.5em 0 0 -.5em;
}
.cat_home span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  z-index: 9;
}
.cat_home .price{
 	height:48px;
	overflow: hidden;
	display: flex;
	color: #083D2D;
	justify-content: center;
 }
.cat_home .price del span{
	color: #AFAFAF;
	font-weight: normal;
}
.cat_home .container-rating{
	display: none;
	/*display: flex;*/
	justify-content: center;
}
.cat_home .star-rating{
	margin-top: 3px;
	color: #d9d9d9;
	display: none;
}
.cat_home .count-rating{
	color: #d9d9d9;
}
.cat_home .brand-in-lo{
	height: 23px;
	overflow: hidden;
	color: #D4D1D2;
	display: block;
}
@media only screen and (max-width: 500px) {
	.cat_home .brand-in-lo{font-size: 12px;	}

}
.cat_home .brand-in-lo a{
	color: #D4D1D2;
}
.cat_home span.woocommerce-loop-product__title{display: none;}
.cat_home .add_to_cart_button{display: none;}
.cat_slide_homepage .owl-carousel6 .owl-item li a{
	display: block;
	position: relative;
}
.cat_slide_homepage .owl-carousel6 .owl-item li h1{
	position: absolute;
	padding: 10px;
	margin: 0;
	bottom: 0;
	display: block;
	text-align: center;
	width: 100%;
	background-color: #000000c7;
	font-size: 22px;
}
@media only screen and (max-width: 768px) {
	.cat_slide_homepage .owl-carousel6 .owl-item li h1{
		font-size: 16px;
		}
}
.cat_slide_homepage .owl-carousel6 .owl-item li a{
		color: #fff;
}
.cat_slide_homepage .owl-carousel6 .owl-item li a:hover{
		color: #fffdbe;
}
.three_cat_slide_bg{
	background-color: #515151;
	padding: 30px 0;
}
.three_cat_slide li{
	background-color: #fff;
}
.three_cat_slide .owl-carousel7 .owl-item img{
	padding: 10px;
}
.three_cat_slide .owl-carousel7 .owl-item h1{
	margin: 5px;
	font-size: 18px;
	text-align: center;
	color: #383838;
	padding-bottom: 10px;
}
.contact_list div{
	height: 30px;
	margin: 10px 0;
 }
.contact_list div img {
	float: left;
	width: 28px;
	margin-right: 10px;
	margin-left: 6px;
}
.contact_list h3 {
  font-size: 14px;
  font-weight: normal;
  color: #2c2c2c;
  line-height: 29px;
  text-align: left;
  margin: 0;
}
.subcats_list_bg{
	display: block;
	clear: both;
	background-color: #f2f2f2;
	margin: 25px 5px;
	padding: 10px;
}
ul.subcats_list{
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
ul.subcats_list li{
	border: 1px solid #dadfe6;
	cursor: pointer;
	background: #fff;
	padding: 5px 10px;
	margin: 0;
}
ul.subcats_list li:hover{
	border: 1px solid #919191;
}

ul.subcats_list li h2{
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.page-title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #919191;
}
.pagescont .woocommerce ul.products li.product {
	min-height: auto !important;
	text-align: center !important;
}
.pagescont .count{
	display: none;
}
.pagescont .woocommerce-loop-category__title{
	font-family: "Droid Arabic Kufi";
	font-size: 14px !important;
	padding: 0 !important;
}
.ourworks{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	height: 85vh;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.ourworks h1{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	display: table;
	padding: 15px;
	margin: auto;
	z-index: 9999;
	position: relative;
}
.ourworks p{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	display: table;
	padding: 15px;
	margin: auto;
	z-index: 9999;
	position: relative;
}

.ourworks a{
	background: rgb(95,185,122);
	background: linear-gradient(180deg, rgba(95,185,122,1) 49%, rgba(75,159,100,1) 51%);
	padding: 6px 24px;
	color: #000;
	text-shadow: 0 1px 0 #69c685;
	font-size: 16px;
	font-weight: bold;
	border-radius: 20px;
	display: table;
	margin: 10px auto;
	z-index: 9999;
	position: relative;
}
.newborn_cover {
	background-color: #0000004F;
	opacity: 0.6;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;	
}
.owl-dots{
	margin-top: -20px !important;
	z-index: 9999;
	position: relative;
}
.owl-theme .owl-dots .owl-dot span{
	background: #595959  !important;
	margin: 3px !important;
}
.owl-dots .active {
  	border: 1px solid #000 !important;
	background-color: #fff !important;
	border-radius: 50% !important;
 }

.owl-theme .owl-dots .owl-dot span{
	width: 6px !important;
	height: 6px !important;
	background: #595959 !important;
}
.owl-dots{
	margin-top: -30px !important;
	z-index: 9999;
	position: relative;
}
.lets_bg{
	text-align: center;
}
.lets_bg h1{
	font-size: 96px;
	color: #151618;
	font-weight: 500;
 	font-family: 'Chillax Medium';
	line-height:110px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
	.lets_bg h1{
		font-size: 50px;
 		line-height:57px;
	}

}

.lets_bg a{
	box-shadow: 0px 0px 16px 0px #9E9E9E52;
 	padding: 6px 10px 6px 30px;
	background-image:url('images/meet.png');
	background-repeat: no-repeat;
	background-position: left;
 	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 20px;
	background-color: #353535;
}
.lets_bg a:hover{
	box-shadow:none;
	padding: 6px 10px 6px 30px;
 	color: #cdcdcd !important;
	border: 1px solid #cdcdcd;
 }


 .about_home{
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 25px;
	padding: 15px;
	margin: 20px 0;
}
.title_home{
	text-align: left;
	font-weight: bold;
	font-size: 28px;
	color: #000;
	margin: 0;
}
.abo_flex{
	text-align: justify;
 }
.yt_co{
	/*max-width: 350px; */
	margin: 10px 0;
}
.youtube_cont{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.whatwe_bg{
	background-image: url("images/serv_bg.png");
	background-repeat: no-repeat;
	background-color: #004da8;
	padding: 20px 0;
	position: relative;
	background-size: cover;
	background-position: center;
}
.whatwe_bg .owl-dots{
	margin-top: 10px !important;
}
.whatwe_bg h2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 0 #073f82;
	margin-bottom: 10px;
	margin-top: 0;
}
.whatwe_bg h3{
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 0 #073f82;
	max-width: 500px;
	margin: 10px auto;
}

.whatwe_title{
	text-align: left;
	font-weight: bold;
	font-size: 28px;
	color: #000;
	text-shadow: 0 1px 0 #d0d0d0;
 	margin-bottom: 10px;
	margin-top: 40px;
}
.whatwe_slid ul li{
	background-color: #05357182;
	padding: 17px 14px;
	border-radius: 20px;
}
.whatwe_slid ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.whatwe_slid .owl-carousel .owl-item img{
	border-radius: 7px;
	object-fit: cover;
	object-position: top;
	width:100%;
	height: 250px;
}
.whatwe_text{
	text-align: center;
	height:98px;
	border-radius: 0 0 20px 20px;
	padding: 0 10px;
}
.whatwe_slid ul li h1{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 0 #0751aa;
	margin: 5px 0;
}
.whatwe_slid ul li p{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 0 #0751aa;
	margin: 0;
}
.button_serv{
	background: rgb(239,247,253);
	background: linear-gradient(180deg, rgba(239,247,253,1) 13%, rgba(217,240,252,1) 84%);
	padding: 6px 28px;
	color: #0a3365;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	display: block;
	font-family: "Droid Arabic Kufi";
	cursor: pointer;
	margin: 13px auto 0px auto;
	border: 0;
}
.serv_page ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr) );
	margin-top: 20px;
}
@media only screen and (max-width: 370px) {
	.serv_page ul {
	  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr) );
	}

}
.serv_page ul li{
	background-color: #216cbe;
	padding: 17px 14px;
	border-radius: 20px;
}
.serv_page ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.serv_page ul li img{
	border-radius: 7px;
	object-fit: cover;
	object-position: top;
	width:100%;
	height: 250px;
}
.serv_page ul li h1{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 0 #0751aa;
	margin: 5px 0;
}
.serv_page ul li p{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 0 #0751aa;
	margin: 0;
}
.team_bg{
	padding: 10px 0;
}
.team_bg p{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	color: #383838;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 20px 0;
}
.team_bg h2{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	color: #383838;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 5px 0;
}
.team_per img{
	display: block;
	width: 70px !important;
	height: 70px;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid #f9e2a8;
	object-fit: cover;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
}
.team_per ul{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr) );
	grid-gap: 35px;
	margin-top: 20px;
}
@media only screen and (max-width: 700px) {
	.team_per ul{grid-template-columns: repeat(auto-fill, minmax(215px, 1fr) );}
}
@media only screen and (max-width: 500px) {
	.team_per ul{grid-template-columns: repeat(auto-fill, minmax(140px, 1fr) );	}
}
@media only screen and (max-width: 344px) {
	.team_per ul{grid-template-columns: repeat(auto-fill, minmax(100px, 1fr) );	}
}

.team_per ul li {
	background-color: #fff;
	padding: 17px 14px;
	border-radius: 30px;
	border: 1px solid #f9e2a8;
	margin: 13px 0;
}
.team_per .owl-next {
  position: absolute;
  top: 25%;
  left: 0px;
}
.team_per .owl-prev {
  position: absolute;
  top: 25%;
  right: 0px;
}

.team_flex{
}
.team_detals{width: 100%;}
.team_detals h1{
	background-color: #f9e2a8;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #383838;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 2px 0;
	padding: 2px 5px;
}
@media only screen and (max-width: 500px) {
	.team_detals h1{
		font-size: 12px;
	}
}
.team_detals h3{
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #383838;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 4px 0;
	border: 1px solid #f9e2a8;
	padding: 2px 5px;
	
}
.team_detals h3 span:first-child{
	font-weight: bold;
	width: 24%;
	display: inline-block;
	padding-right: 10px;
}
.know_more{
	background-image: url("images/butt_bg.png");
	background-color: #f9d458;
 	padding:2px 28px;
	color: #000;
	text-shadow: 0 1px 0 #ffe3e3;
	font-size: 12px;
	font-weight: normal;
	border-radius: 25px;
	display: table;
	cursor: pointer;
	text-align: center;
	margin-bottom: -33px;
	margin-left: auto;
	margin-right: auto;
}
.num_home{
	background-color: #f9f9f9;
	padding: 20px 0;
 	position: relative;
	margin: 55px 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
@media only screen and (max-width: 500px) {
	.all_stat{
		padding: 15px;
	}
}
.adv_bg{
	margin: 10px 0;
}
.adv_slid ul li div{
	background-color: #fff;
	padding: 17px 14px;
	border-radius: 30px 0px 30px 0px;
	border: 1px solid #f9e2a8;
}
.adv_slid .owl-carousel .owl-item img{
	object-fit: cover;
	object-position: top;
}
.adv_slid ul li h1{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #383838;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 5px 0;
}
.button_adv{
	background-image: url("images/butt_bg.png");
	background-color: #f9d458;
	border: 1px solid #f2d58f;
	padding: 9px;
	color: #000;
	text-shadow: 0 1px 0 #ffe3e3;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0px 25px 0px 25px;
	display: block;
	width: 100%;
	font-family: "Droid Arabic Kufi";
	cursor: pointer;
	margin-top: 10px
}
.cust_bg{
	margin: 10px 0;
}
.cust_slid ul li{
 }
.cust_img{
	overflow: hidden;
	text-align: center;
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
}
.cust_img img{
	object-fit: cover;
	object-position: top;
	width: 110px !important;
	height: 110px;
	margin-top: 20px;
	border-radius: 20px;
}
.cust_slid ul li h1{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #383838;
 	margin: 0;
}
.cust_text{
	overflow: hidden;
 	text-align: justify;
	color: #383838;
	text-shadow: 0 1px 0 #c8c8c8;
	border: 1px solid #f0f0f0;
	border-bottom: 0;
}
.cust_text p{
	padding: 0;
	margin: 0;
	height: 90px;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}
.cust_name{
	text-align: center;
 	border: 1px solid #f0f0f0;
	border-top: 0;
	padding: 10px;
	color: #5e5e5e;
}
.tans{
	background-image: url("images/tans.png");
	width: 35px;
	height: 35px;
	display: inline-block;
	left: 24px;
	position: absolute;
	top: 21px;
}
.home_news{
	margin-top: 30px;
}
.home_news li{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #f2f2f2;
}
.home_news img{
	object-fit: cover;
	object-position: top;
 }
.home_news ul li img {
	width: 100%;
	height: 240px;
	border: 5px solid #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.home_news ul li div {
	position: relative;
	margin-top: -35px !important;
	margin: auto;
	text-align: center;
	background-color: #044387;
	width: 150px;
	height: 30px;
	color: #fff !important;
	line-height: 27px;
}
.home_news ul li h1 {
	height: 50px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	background-color: #f2f2f2;
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.part_home h1{
	font-size: 20px;
	font-weight: bold;
	color: #2a2a2a;
	text-shadow: 0 1px 0 #d5d5d5;
	text-align: center;
	margin: 30px 0;
	border-bottom: 1px solid #bebebe;
	padding: 5px;
}
.soci_home{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 3rem;
}
@media only screen and (max-width: 1000px) {
	.soci_home{
		grid-template-columns: 1fr ;
		grid-gap: 0;
	}
}
.eng_flex{
	display: flex;
	gap: 10px;
}
.eng_detals{
	width: 30%;
	border: 1px solid #e8e8e8;
	padding: 10px;
	margin: 10px 0;
	border-radius: 25px;
	text-align: center;
}
.eng_works{
	width: 70%;
	border: 1px solid #e8e8e8;
	padding: 10px;
	margin: 10px 0;
	border-radius: 25px;
	text-align: center;
 }
@media only screen and (max-width: 1000px) {
	.eng_flex{flex-wrap: wrap;}
	.eng_detals{width: 100%;}
	.eng_works{width: 100%; }
}

.eng_detals img{
	display: block;
	width: 130px !important;
	height: 130px;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid #fff1cc;
	object-fit: cover;
	margin-top: -60px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.eng_detals h1{
	background-color: #f5f5f5;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #383838;
	text-shadow: 0 1px 0 #dbdbdb;
 	padding: 6px 20px;
	border-radius: 20px;
	display: inline-block;
	margin: 5px 0;
}
.eng_detals h3{
 	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #383838;
	text-shadow: 0 1px 0 #dbdbdb;
	padding: 6px 5px;
	border-bottom: 1px solid #dbdbdb;
	background-color: #f9f9f9;
	margin: 1px;
	
}

.eng_article ul {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) );
	list-style-type: none;
}
.eng_article ul li img{
	width: 100%;
	object-fit: cover;
	object-position: top;
	height: 200px;
	border-radius: 20px 20px 0px 0px ;
	display: block;
}

.eng_article .woocommerce-loop-product__title{
	background-color: #f5f5f5;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #383838;
	text-shadow: 0 1px 0 #dbdbdb;
	margin: 0;
	padding: 6px 5px;
 	display: block;
}
.eng_article .product_type_simple{
	display: none;
}
.eng_article .container-rating{
	background-color: #f5f5f5;
	text-align: center;
	text-shadow: 0 1px 0 #dbdbdb;
	border-radius: 0px 0px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.eng_article .star-rating{
	background-color: #f5f5f5;
	text-align: center;
 	border-radius: 0px 0px 20px 20px;
	display: block;
} 

.contact_eng_img{
	display: flex;
	justify-content: center;
}
.contact_eng_img img{
	display: inline-block;
	width: 32px !important;
	height: 32px;
	border-radius: 0;
	padding: 5px;
	border: 0;
	object-fit: cover;
	margin-top: 0px;
	background-color:none;
	margin-left: auto;
	margin-right: auto;
}
.archive_news{
	margin-top: 30px;
}
.archive_news ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr) );
}
@media only screen and (max-width: 400px) {
	.archive_news ul {
	  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) );
	}

}
.archive_news li{
	background-color: #fff;
	padding: 17px 14px;
	border-radius: 30px;
	border: 1px solid #f2f2f2;
}
.archive_news img{
	object-fit: cover;
	object-position: top;
}
.archive_news ul li img {
	width: 100%;
	height: 240px;
	border: 5px solid #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.archive_news ul li div {
	position: relative;
	margin-top: -45px !important;
	margin: auto;
	text-align: center;
	background-color: #044387;
	width: 150px;
	height: 30px;
	color: #fff !important;
	line-height: 27px;
}
.archive_news ul li h1 {
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	background-color: #f2f2f2;
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.col-md-4{
  display:none;
}

.content{
  background-color:#333;
  height:200px;
  margin:10px 0;
  border:1px solid #ccc;
}

.load-more{
	background-image: url("images/butt_bg.png");
	background-color: #f9d458;
	padding: 4px 24px;
	color: #000;
	text-shadow: 0 1px 0 #ffe3e3;
	font-size: 16px;
	font-weight: bold;
	border-radius: 20px;
	margin: 20px auto;
	display: inline-block;
}

.load-more:hover{
  background-color:blue;
  text-decoration:none;
}
.eng_article ul li:nth-child(1){
	display: block !important;
}
.eng_article ul li:nth-child(2){
	display: block !important;
}
.eng_article ul li:nth-child(3){
	display: block !important;
}
.place-order{
	border: 1px dashed #f00;
	margin-top: 5px !important;
}

.amir_kalm{
 	align-items: center;
	border: 1px solid #EAEAEA;
	border-radius:20px;
	margin-top: 20px;
	padding: 20px;
	overflow: hidden;
}
.amir_img {
  max-width: 290px;
  float: right;
  padding-left: 15px;
}
@media only screen and (max-width:768px) {
	.amir_kalm{
		display: block;
	}
	.amir_img {
		max-width: none;
		float: none;
		padding-left: 0;
		width: 100%;
	}

}

.amir_kalm h1 {
	font-size: 18px;
	font-weight: bold;
	color: #515151;
	text-shadow: 0 1px 0 #d0d0d0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
}
@media only screen and (max-width:768px) {
	.amir_kalm h1 {
 		font-size: 18px;
	}
}
.amir_kalm p {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  line-height: 45px;
  color: #515151;
  text-shadow: 0 1px 0 #d0d0d0;
  margin-top: 15px;
}
@media only screen and (max-width:768px) {
	.amir_kalm p {
	  font-size: 16px;
	  font-weight: normal;
	  line-height: 33px;
	  margin-top: 10px;
	}

}
.plans_items_bg{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(295px, 1fr) );
}
.plans_items {
 	margin: 30px 0px;
	padding: 10px;
	border:1px solid #EAEAEA;
	border-radius: 20px;
	color: #385046;
	line-height: 35px;
}
.plans_items img {
	float: right;
	width: 60px;
	height: 60px;
}
.marg_item{margin:30px 10px }
@media screen and (max-width: 600px) {
	.marg_item{margin: 0px; }
	.plans_items{padding: 10px 0px;}
}

.plans_items h1 {
	font-size: 20px;
	font-weight: bold;
	color: #515151;
	text-shadow: 0 1px 0 #fff;
	margin-top: 9px;
	border-bottom: 1px solid #ccc;
	display: flex;
	margin-right: 75px;
}
.plans_items p {
	font-size: 16px;
	font-weight: normal;
	color: #515151;
	text-shadow: 0 1px 0 #d0d0d0;
	margin: 5px 10px;
	line-height: 35px;
	text-align: justify;
	display: inline-block;
}
.war_title h1 {
  font-size: 37px;
  font-weight: bold;
  margin: 0;
}
.list_con_bg {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(325px, 1fr) );
	gap:15px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.list_con{
	border: 1px solid #ececec;
	padding: 15px;
	border-radius: 10px;
 }
.list_con img{margin-left: 20px;}
.list_con h3{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin: 0;
}
.list_con p{
	font-size: 15px;
	color: #5a5a5a;
	font-weight: normal;
	margin: 5px 0;
}
.wp-block-media-text .wp-block-media-text__content{
	padding: 0 1% !important;
border: 1px solid #e4e4e4;  height: 100%;
  border-radius: 10px;
  margin:0 5px;
}
@media only screen and (max-width:768px) {
	.wp-block-media-text .wp-block-media-text__content{
		padding:1% 0 !important;
		margin: 5px 0;
	}
}
p.has-background {
  padding:9px 3px !important;
  border-radius: 5px;
  margin: 10px 0;
}
.serv_title{
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 20px;
	border-radius: 20px;
}
.serv_title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  text-shadow: 0 1px 0 #d0d0d0;
	margin: 0;
  }
.serv_title p {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  text-shadow: 0 1px 0 #d0d0d0;
	margin: 12px 0;
  }
.serv_title a {
  background-color: #2f2f2f;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 10px;
  transition: all .4s ease;
	letter-spacing: .5px;
 }
.serv_title a:hover{
	border-radius: 0px;
 	transition: all .4s ease;
}
.serv_dis{
	margin-top: 50px;
    position:relative;
    display:flex;
    flex-flow:column wrap;
 	height: 600px;
	column-gap: 1%;
	row-gap: 1%;
	justify-content: space-between;
 }

.serv_col1{
 	height:100%;
	position:relative;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 20px;
	width: 59%;
}
.serv_col1 img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
 }
.serv_col1 h1{
	z-index: 2;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin: 0px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	padding: 20px 0;
	top: 0px;
 	width: 100%;
}
.serv_col2{
 	height:48%; 
	position:relative;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 20px;
	width: 39%;
}
.serv_col2 img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
 }
.serv_col2 h1{
	z-index: 2;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin: 0px;
	background: rgb(0,0,0);
	background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	padding: 20px 0;
	bottom: 0px;
	width: 100%;
}
@media only screen and (max-width:768px) {
	.serv_dis{
		flex-flow: column;
		gap: 20px;
		height: auto;
		margin-top: 20px;
	}
	.serv_col1 {height: 250px;width: 100%;}
	.serv_col2 {height: 250px;width: 100%;}
}
.serv_dis_three{
	margin-top: 50px;
    position:relative;
    display:flex;
 	height: 300px;
	column-gap: 1%;
	row-gap: 1%;
	justify-content: space-between;
 }
.serv_col_three{
	height: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 20px;
	width: 100%;
}
.serv_col_three img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.serv_col_three h1 {
	z-index: 2;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin: 0px;
	background: rgb(0,0,0);
	background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	padding: 20px 0;
	bottom: 0px;
	width: 100%;
}
@media only screen and (max-width:768px) {
	.serv_dis_three{
		margin-top: 10px;
		height: auto;
		flex-direction: column;
	}
	.serv_col_three{
		margin: 10px 0;
		height: 250px;
	}
}
.silo_bg_all{
	background-color: #eee;
	padding: 40px 0
}
.silo_bg_top{
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
	margin-bottom: 30px;
}
.silo_bg{
	display: flex;
	align-items: center;
	gap: 20px;
 	justify-content: center;
}
@media only screen and (max-width:1000px) {
	.silo_bg{flex-direction: column;gap: 0; }
}
.silo_img{
	width: 60%;
}
@media only screen and (max-width:1000px) {
	.silo_img{width: 100%;}
}

.silo_img img{
	width: 100%;
}
.silo_text{
	width: 40%;
}
@media only screen and (max-width:1000px) {
	.silo_text{width: 100%;}
}

.silo_text h2{
	font-size:35px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase !important;
	margin:0;
}
@media only screen and (max-width:1000px) {
	.silo_text h2{font-size: 20px;margin-top: 20px;}
}
.silo_text p{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 10px 0;
}
.silo_text a {
  background-color: #464646;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 18px 30px;
  display: inline-block;
  border-radius: 10px;
  transition: all .4s ease;
	letter-spacing: .5px;
 }
.silo_text a:hover{
	border-radius: 0px;
 	transition: all .4s ease;
}
.silo_up_text{
	text-align: center;
}
.silo_up_text h2{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase !important;
	margin:0;
}
.silo_up_text p{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 10px auto;
	max-width: 650px;
}
.catbox{
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr) );
	list-style-type: none;
}
@media only screen and (max-width:360px) {
	.catbox{
		grid-template-columns: 1fr;
	}

}
.catbox_title{
	margin-top: 50px;
}
.catbox_title h1{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin:10px 0;
	font-family: 'Chillax Semibold';
	line-height: 48px;
	text-shadow: 1px 0 #515151, -2px 0 #515151, 0 2px #515151, 0 -2px #515151, 1px 1px #515151, -1px -1px #515151, 1px -1px #515151, -1px 1px #515151;
	letter-spacing: 3px;
}
.catbox_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  margin: 10px 0;
  font-family: 'Chillax Medium';
  line-height: 55px;
}
.catbox_title h3 {
  font-size: 24px;
  color: #515151;
  font-weight: 500;
  margin: 10px 0;
  font-family: 'Chillax Light';
  line-height: 27px;
}
.catbox img{
	width: 100%;
	max-height: 280px;
  	box-sizing: border-box;
	height: 100%;
}
.catbox figure{padding:0 !important;margin:0 !important;}
.owl-carousel3 .owl-item li{
	display: flex;
	height: 80px;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: 1px solid #151618;
	padding: 70px 10px;
	margin: 5px;
}
.owl-carousel3 .owl-dots {
	margin-top: 30px !important;
}
.owl-carousel3 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #ccc !important;
}

.owl-carousel3 .owl-item img{
	width: 150px !important;
	object-fit: cover;
	max-width: 100%;
}
.silo_contact_footer{
	text-align: center;
 }
 .silo_contact_footer h2{
	font-size:25px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase !important;
	margin:0;
	 padding-top: 40px;
}
@media only screen and (max-width:1000px) {
	.silo_contact_footer h2{font-size: 20px;margin-top: 20px;}
}
.silo_contact_footer p{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 10px 0;
}
.silo_contact_footer a {
  background-color: #464646;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 18px 30px;
  display: inline-block;
  border-radius: 10px;
  transition: all .4s ease;
	letter-spacing: .5px;
 }
.silo_contact_footer a:hover{
	border-radius: 0px;
 	transition: all .4s ease;
}
.poly_page{
	display: flex;
	gap: 15px;
}
.poly_thumb{
	width: 50%;
	background-size: 100vh 100vh ;
  background-repeat: no-repeat;
   background-attachment: fixed;
}
 .poly_article{
	width: 50%;
	 padding: 0 20px;
}
@media only screen and (max-width:900px) {
	.poly_page{flex-direction: column;}
	.poly_thumb{
		width: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: bottom;
		display: block;
		height: 50vh;
	}
	 .poly_article{
		width: 100%;
 	}
}
.wp-block-details{
	border: 1px solid #eee;
	margin: 10px 0;
}
.wp-block-details summary{
	padding: 10px;
}
.wp-block-details p{
	border-top: 1px solid #eee;
	padding: 10px;
	margin: 0;
}

.product_bg_top{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.product_bg_bottom{
 	padding-bottom: 20px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
}

.product_bg{
	display: flex;
	align-items: center;
	gap: 20px;
 	justify-content: space-between;
}
@media only screen and (max-width:1000px) {
	.product_bg{flex-direction: column;gap: 0; }
}
.product_img{
	width: 60%;
}
@media only screen and (max-width:1000px) {
	.product_img{width: 100%;}
}

.product_img img{
	width: 100%;
}
.product_text{
	width: 40%;
}
.product_text ul li{
	list-style: inside;
}

@media only screen and (max-width:1000px) {
	.product_text{width: 100%;}
}

.product_text h2{
	font-size:25px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase !important;
	margin:0;
}
@media only screen and (max-width:1000px) {
	.product_text h2{font-size: 20px;margin-top: 20px;}
}
.product_text p{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 10px 0;
}
.product_text a {
  background-color: #464646;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 18px 30px;
  display: inline-block;
  border-radius: 10px;
  transition: all .4s ease;
	letter-spacing: .5px;
 }
.product_text a:hover{
	border-radius: 0px;
 	transition: all .4s ease;
}
.model-viewer {
   height: 400px;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}
.ar_video{
	width:100%;
 	margin: 0;
}

.stop_motion_video{
	width:50%;
 	margin: 20px 0;
}
@media only screen and (max-width:1000px) {
	.stop_motion_video{
		width:100%;
		margin:20px 0;
	}

}

/* Main Tabs */
.main_cat ul {
	margin-top: 50px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	gap: 15px;

}
.main_cat ul li a{
	background-color: #4d4d4d;
	color: #ffffff;
	display: inline-block;
	cursor: pointer;
	padding: 12px 15px;
	font-size: 15px;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
}
.portofolio{
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
}
.portofolio .top-tabs-container a{
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	font-size: 14px;
}

.portofolio .top-tabs-container a:hover {
  	border: 1px solid #e1e1e1;
	background-color: #e1e1e1;

}
.owl-stage .active{
	  	border:0;
	background-color: #fff !important;
	border-radius: 5px !important;

}
.active {
  	border: 1px solid #e1e1e1;
	background-color: #e1e1e1 !important;
	border-radius: 5px !important;
}
.active2 {
	border: none;
	background-color: #2f2f2f !important;
	border-radius: 10px 10px 0px 0px !important;
}

/* Just to give indication that it's being clicked */

.portofolio .top-tabs-container a:active {
  color: #dce775;
}
.top-tabs-container{
	text-align: center;
 }
.top-tabs-container li{
	display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.top-tabs-container li .children{
	display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.tab-radio {
  display: none;
}


/* Tabs behaviour, hidden if not checked/clicked */


.tab-radio:checked+.tab-content,
.tab-radio:checked+.sub-tab-content {
  display: block;
}

.tab-radio:checked {
  border-bottom: 2px solid yellow;
}


/* Sub-tabs */
.sub-tabs-container{text-align: center;}
.sub-tabs-container li {
		display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 15px;

 }
.sub-tabs-container li a{

	color: #030700;
	text-align: center;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	border-radius: 20px;
 }

.sub-tabs-container li.active {
	background-color: #e1e1e1 !important;
	border: 1px solid #ccc !important;
	border-radius: 20px !important;
 }

.sub-tabs-container li:hover {
  background-color: #e1e1e1;
}


/* Tabs Content */

.tab-content{margin-top: 10px;}
.tab-content li{
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
	border-radius: 20px;
 }

label.active {
  border: 2px solid #000;
}
.animation_videocontainer {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
	background-color: #000000d9;
}
.animation_inline-video{
	position: relative;
}
.animation_inline-video video {object-fit: cover;}
.animation_the_video{
	width:100%;height:100vh;
}
@media screen and (max-width: 600px) {
	.animation_inline-video video {object-fit: contain;}
	.animation_the_video{
		height:auto;
	}
}

.animation_video_text{
	max-width: 1300px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
	.animation_video_text{
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;}
}
.animation_video_text h1{
font-size: 42px;
  color: #fff;
   font-weight: bold;
  margin-bottom: 20px;
			background: radial-gradient(#eff1ff, #000);
   background-size: 100% 200%;
  background-position: 50% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}
.animation_video_text p{
	font-size: 22px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
	padding-bottom: 20px;
	max-width:700px;
	margin: auto;
	line-height: 35px;
}
.animation_video_text a{
	background-color: #fff;
	font-size: 16px;
	color: #000;
 	font-weight: bold;
	padding: 16px 30px;
	display: inline-block;
	border-radius: 40px;
	transition: all .4s ease;
 }
.animation_video_text a:hover{
	color: #363636;
	border-radius: 0px;
 	transition: all .4s ease;
}
@media screen and (max-width: 600px) {
	.animation_video_text h1{font-size: 20px}
	.animation_video_text  p{font-size: 15px}
	.animation_video_text a{padding: 13px 24px;}
}
.youtube-container {
	overflow: hidden;
	width: 100%;
	/* Keep it the right aspect-ratio */
	aspect-ratio: 16/9;
	/* No clicking/hover effects */
	pointer-events: none;
	 height: 100%;
	
	iframe {
		/* Extend it beyond the viewport... */
		width: 300%;
		height: 100%;
		/* ...and bring it back again */
		margin-left: -100%;
	}
}
.num_animation{
	background-color: #000;
	padding:40px 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	margin-bottom: 50px;
}
.animation_title{
	position: relative;
}
.animation_title h1{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
 	text-align: center;
	margin: 0;
	padding: 0;

}
.animation_title h2{
	font-size: 16px;
	font-weight: normal;
	color: #c2c2c2;
 	text-align: center;
	padding: 4px;
	max-width: 1170px;
	margin: auto;
	line-height: 24px;
}
 #section_counter_animation{
	display: flex;
	max-width: 1300px;
	 width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	border-radius: 20px;
	text-align: center;
	position: relative;
	gap: 20px;
	margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
	#section_counter_animation{flex-wrap: wrap;}
}
@media only screen and (max-width: 550px) {
	#section_counter_animation{flex-direction: column;}
}

.counter-item_animation {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
 }
.all_stat_animation{
	margin: auto;
	padding: 10px 40px;
 	border-radius: 20px;
	
}
.all_stat_animation h1{
	font-size: 46px;
	font-weight: bold;
	color: #fff;
 	margin: 0;
	padding: 0;
	background: radial-gradient(#eff1ff, #000);
   background-size: 100% 200%;
  background-position: 50% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}
.all_stat_animation span{
	font-weight: normal;
	font-size: 14px;
	color: #fff;
 	margin: 0;
	padding: 0;
}

#inline{
	background: none !important;
	text-align: center;
}
.searchinput_bg{
	width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.wpcf7-not-valid-tip {
  direction: ltr !important;
}
.sub-tabs-container figure { display:none; }
.load_mor{
border: 1px solid #ccc;
  display: block;
  padding: 10px 20px;
  border-radius: 20px;
  color: #292929;
  margin: 10px auto;
  width: fit-content;}
.gall_img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	display: inline-block;
}
.post_tags{text-align: center;}
.post_tags a {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	color: #292929;
	margin: 10px;
}
.lity-iframe-container iframe{
	background: none !important;
}
.wp-block-video video {
width: 100% !important;
 }

.catbox_animation a {
width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
position: relative;
}
.catbox_animation img{
	z-index: 9;
	border: 0px !important;
	padding: 0 !important;
}
.catbox_animation a::before{
	content: "";
	display: flex;
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: 50px;
  background-repeat: no-repeat;
	align-content: center;
	z-index: 99;
}
.catbox_animation a:hover::before  {
	content: "";
	background-image: url("images/play.webp") ;
	display:flex;
}
.catbox_animation h1{
	position: absolute;
	z-index: 9;
	font-size: 14px;
	color: #fff;
	background-color: #0000006b;
	padding: 7px;
	bottom: 0px;
	width: 100%;
	font-weight: normal;
	margin: 0;
}
.catbox_animation figure {
	display: block;
  position: relative;
}