@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{font-family: 'Usual';margin: 0;}
/********* Variable declare  *******/
:root{
	--white: #fff;
	--black:#000;
	--gray:#6e7173;
	--blue:#2c94dc;
	--current:#008DD1;
	--fontfamily1:'Open Sans', sans-serif;
	--fontfamily2:'Heebo', sans-serif;
	--font-family-2:'Heebo', sans-serif;
	--fontp:20px;
	--fontl:55px;
	--fontm:40px;
	--font35:35px;
	--font30:30px;
	--font25:25px;
	--font22:22px;
	--font20:20px;
	--font17:17px;
	--fonth20:20px;
	--font15:15px;
	--font13:13px;
}
html {
	scroll-behavior: smooth;
}
.font-white{color: var(--white);}
.font-black{color: var(--black);}
.font-gray{color: var(--gray);}
.font-green{color: var(--pink);}



/********* Global style *******/
.container{max-width: 1203px;margin: 0 auto;padding: 0px 15px;}
.fluid-container{max-width: 100%;padding: 0px 15px; margin: 0 auto;}
.row{display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
ul, ol{list-style: none;margin: 0px;padding: 0px;}
h1, h2, h3, h4, h5, h6{font-family: var(--fontfamily1);color: var(--black);font-weight:bold;}
a{color:var(--black);font-size: var(--font22);font-family: var(--fontfamily1);text-decoration: none;transition: all ease 0.6s;font-weight: 400;}
a:hover{opacity: 0.7;}
/********* Heading style *******/
h1{font-size: 60px;font-weight:bold;line-height: 69px;margin-bottom: 0px;}
h2{font-size:55px;font-family: var(--fontfamily2);font-weight: 300;margin: 0px;}
h3{font-size: 35px}
h4{font-size: 24px;font-weight: 500;}
h5{font-size:25px;font-family: var(--fontfamily2);margin: 0px;}
h6{font-size: 18px;}
p{font-family: var(--fontfamily2);font-size: var(--fontp);color: var(--black);font-weight: 300;}

.button, a.button {
    padding: 0.5rem 2rem;
    font-weight: 1000;
    font-family: var(--fontfamily2);
}


* {
    box-sizing: border-box;
}
iframe[name="google_conversion_frame"] {
	position: fixed;
}
html {
  /* scroll-behavior: smooth; */
}
html, body {
    margin: 0px;
    padding: 0px !important;
    font-size: 1.04vw;
    direction: rtl;
	font-family: var(--fontfamily2);;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
	/*font-family: 'Assistant', sans-serif;*/	
	line-height: 1.1;
	font-family: var(--fontfamily2);;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h1, .h1 {
    font-size: var(--font35);
	font-family: var(--fontfamily2);

	letter-spacing: 0px;
	color: #000000;
}
h2, .h2 {
    font-size: 3rem;
}
h3, .h3 {
    font-size: 1.9rem;
    font-weight: 600;
}
h4, .h4 {
    font-size: 1.35rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1.15rem;
}
section {
    font-size: 1.2rem; 
}
.page-top-wrapper h1 {
    font-size: 4rem;
}

a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}


.breadcrumb{
    font-style: bold;
    text-decoration: none;
}

.breadcrumbs a{
	text-decoration: none;
    color: #008DD1;
    font-size: var(--font15);
    font-weight: 600;
}
.breadcrumbs {
    text-decoration: none;
	margin: 0;
	font-size: var(--font15);
	color: #000000;
    font-weight: 400;
}
.button-wrap.button-effects a:hover {
    background: #459524 !important;
    border-color: #459524 !important;
    color: #fff !important;
    opacity: 1;
}

.images-effects img {
    transition: all 1000ms ease;
}
.images-effects {
    overflow: hidden;
}
.images-effects:hover img{
	opacity: 0.70;
    transform: scale(1.2);
}
.sec-hover-effects {
	transition: .5s;
}
.sec-hover-effects:hover {
	transform: translate(0,-9px);
}
.button-blue{
    border-radius: 40px;
    background: #1B89A5;
    color: white;
    cursor: pointer;
}

.button-transparent {
    background-color: transparent !important;
    color: #459524 !important;
    border-radius: 4rem !important;
    border: 1px solid var(--black);
    border: 1px solid rgb(69, 149, 36, 0.4)!important;
}
.post-date {
    color: #C2C2C2;
    font-size: 0.9rem;
    font-family: 'Open Sans Hebrew';
    font-weight: 400;
}

button {
	cursor: pointer;
}
form br {
	/* display: none; */
}
img {
	max-width: 100%;
	height: auto;
}
p,ul,ol {
	margin: 0 0 0.75rem 0;
}
section li,
footer li {
	margin: 0 0 0.75rem 0;
}
section li:last-child,
footer li:last-child {
	margin: 0;
}
ul {
    padding-left: 0.85rem;
}
select,input {
	width: 100%;
	margin-top: 0.75rem;
	margin-bottom: 0.25rem;
	/*padding: 0.5rem;*/
	font-size: 15px;	
}
textarea {
	width: 100%;
	height: 4rem;
	margin-top: 0.75rem;
	margin-bottom: 0.25rem;
	padding: 0.5rem;
}
input::placeholder, textarea::placeholder {
	font-size: 17px;
	font-size: var(--fontfamily2);
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
input[type="submit"] {
	width: 100%;
	margin-top: 0.75rem;
	margin-bottom: 0.25rem;
	padding: 0.5rem;	
	text-align: center;	
	background: #ddd;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
	cursor: pointer;
}
form p {
    margin: 0;
	padding: 10px;
}
a{
	color: #000;
}
.wpcf7-form-control-wrap.your-name input {
	margin-top: 0;
}
div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
.ajax-loader {
	position: relative;
}
.desktop-lg {
	display: block;
}
.mobile-lg {
	display: none;
}
.desktop-md {
	display: block;
}
.mobile-md {
	display: none;
}
.desktop-sm {
	display: block;
}
.mobile-sm {
	display: none;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 1rem 0 1rem;
	margin: 0 auto;
}
.responsive-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.image-center {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.image-center img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;	
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;	
	margin: auto;
}
.background-image {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    overflow: hidden;	
}
.background-attachment {
    background-attachment: fixed;
}
.background-image:before {
	content: '';
	display: block;
	padding-top: 50%;
}
.background-image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.svg svg {
	width: 100%;
	height: 100%;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}

section.sectionHeading h1{
	font-size: 35px;
	font-weight: 500;
	margin-top: 45px;
}

.section-padding {
	/* padding-top: 4rem; */
	padding-top: 10px;
	padding-bottom: 4rem;
}
.section-padding-top {
	padding-top: 4rem;
}
.section-padding-bottom {
	padding-bottom: 4rem;
}
.padding-top {
	padding-top: 2rem;
}
.padding-top-3 {
	padding-top: 3rem;
}
.padding-2 {
    padding: 0rem 2rem;
}
.padding-4 {
    padding: 1rem;
}
.padding-bottom {
	padding-bottom: 2rem;
}
.col-padding {
    padding-left: 6rem;
    padding-right: 7rem;
}
.margin-left {
	margin-left: 2rem;
}
.margin-top {
	margin-top: 2rem;
}
.margin-bottom {
	margin-bottom: 2rem;
}
.col-margin {
    margin: 0 0.8rem;
}
.section-min-height {
	min-height: 30rem;
}
.border-radius {
    border-radius: 0.7rem;
}
.box-shadow {
    box-shadow: 0px 0.6rem 0.9rem #00000029;
}
.box-padding{
padding: 1rem;	
}
.box-margin{
margin: 1rem 1rem;	
}
.margin-lift-right{
	margin: 0 0.8rem;
}
.margin-min-lift-right {
    margin: 0 0.4rem;
}
.margin-0 {
	margin: 0rem;
}

#private-construction .flex-row {
    align-items: unset;
}

#private-construction .flex-row .background-white{
	height: 100%;
}

#private-construction .flex-row .background-white .inner-post{
	display: flex;
    flex-flow: column;
    justify-content: space-between;
	height: 100%;
}

.post-name h4 {
    margin: 0;
	font-size: 22px;
	font-weight: 800;
	font-family: var(--font-family-1);
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
img.img-responsive {
	padding: 8px;
	border: 1px solid #f0f0f1 !important;
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.inner-post .content{
	padding: 22px 0;
}

.post-name h4 a{
	font-weight: 300;
}

.tax-structure .inner-post .content {
    padding: 0;
}

.tax-structure .inner-post{
	border-radius: 0 0 5px 5px;
}

.tax-structure .inner-post .post-name h4 a{

}



/* slick slider */
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-arrow {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 0rem;
    padding: 0px;
    cursor: pointer;
    color: #000;
    outline: 0;
    border-radius: 6rem;
    background: #ffffffa3 0% 0%;
    border: 2px solid #000;
}

.slick-arrow svg {
    position: relative;
    z-index: 1;
    border-radius: 6rem;
    width: 1.2rem;
}
.slick-arrow.slick-next {	
	left: 50px;	
	transform: translate(-100%, -50%);
}
.slick-arrow.slick-prev {
    right: 4%;
    transform: translate(100%, -50%);
    z-index: 1;
}
ul.slick-dots {
	margin: 0px;	
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0rem;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
}
ul.slick-dots li button {
	width: 0.6rem;
    height: 0.6rem;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	background-color: #ccc;
	background-size: 100% 100%;
	color: transparent;
	outline: 0;
	cursor: pointer;
}
ul.slick-dots li.slick-active button {
	background-color: var(--black);
	cursor: default;
}
.slider .box {
	padding: 1rem;
}
.padding-right {
		padding-right: 4rem;
	}
	.padding-left {
		padding-left: 4rem;
    }
/* elementor */
#elementor-add-new-section {
    max-width: 100%;
    float: left;
    width: 100%;
}
/* flex */
.flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-container-left{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.flex-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-half{
	width: 50%;
}
.flex-third{
	width: 33.33%;
}
.flex-two-thirds{
	width: 66.66%;
}
.flex-qtr{
	width: 25%;
}
.flex-container-wrap {
	display: flex;
	flex-wrap: wrap;
}
.display-flex {
	display: flex;
}
.justify-content-space-between{
	justify-content: space-between;
}
.justify-content-end {
    justify-content: end;
}
.align-items-start {
	align-items: flex-start;
}

.align-items-center {
    align-items: center;
}
.flex-direction {
    flex-direction: row-reverse;
}
.center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.display-block {
    display: block;
}
.text-decoration-none a {
    text-decoration: none;
}
/* Css divided width */
.flex-1{
	width:8.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-2{
	width:16.66666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-3{
	width:25%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-24 {
    width: 24%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-4{
	width:33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-32 {
    width: 32%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-5{
	width:41.66666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-6{
	width:50%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-7{
	width:58.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-8{
	width:66.66666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-9{
	width:75%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-10{
	width:83.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-11{
	width:91.66666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-12{
	width:100%;
	padding-left: 15px;
	padding-right: 15px;
}
.flex-5-5{
	width:20%;
	padding-left: 20px;
	padding-right: 20px;
}
.position-relative {
    position: relative;
}
/* single */
.container-single-post {
	/*width: 886px;*/
	margin: 0 auto;
}
.post-thumbnail {
    margin-right: 0.75rem;
    margin-bottom: 15px;	
}
.button-post-nav {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 40px;
	font-weight: 600;
}
.recent-slide {
	margin: 0 5px;
}
/* category */
.flex-post.img {
	width: 25%;
} 
.flex-post.text {
	width: 72%;
	position: relative;
	padding-bottom: 25px;
} 
.flex-post.text.flex-full {
	width: 100%;	
}
.post-read-more {
	position: absolute;
	bottom: 0;
	left: 0;
}
img.playbtn-icon {
    width: 3rem;
    height: 5rem;
    position: absolute;
    left: 0;
    right: 0;
    align-items: center;
    margin: 0 auto;
    top: 30%;
}

.youtube-play-video img.video-btn {
    width: 100%;
}
.image.youtube-play-video {
    position: relative;
}
.image.post-image {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
/*popup video*/
.play-video {
	cursor: pointer;
}
.vid-popup-wrap {
	position: fixed;
    z-index: 200;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
}
.vid-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
	background-color: #000;
    display: block;
}
.vid-popup iframe,
.vid-popup video {
    width: 60rem;
    height: 33.8rem;
    margin-bottom: -11px;
    border: 0px;
}
.close-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999;
    float: right;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 50%;
    background-color: #22222200;
    color: #000;
    text-align: center;
    cursor: pointer;
    top: 5px;
    right: 0;
}
.close-popup svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}
/* Global Class */
.button-wrap {
	display: flex;
	margin-top: 1.5em;
    font-weight: 300;
}
.button-wrap.center {
	justify-content: center;
}
.button,
a.button {
	display: inline-block;
    padding: 0.5rem 3rem;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	cursor: pointer;
    border-radius: 2em;
	border-width: 2px;
	border-style: solid;
	border-color: var(--black);
    background: var(--black);
	transition: 0.5s;
	color: #fff;
	text-decoration: none;
}
.button:hover{
    background: var(--black);
    border-color: var(--black);
}
.button-black {
    background-color: #464545;
}
.button.transparent {
    border-color: #fff;
    background: rgba(100,150,160,0.25);
}
.button.negative {
    border-color: #1B89A5;
    background: transparent;
}
.button.negative {
    color: #1B89A5;
    border-color: #1B89A5;
    background: transparent;
}
.button.negative:hover{
	color: #1B89A5;
    border-color: #1B89A5;
    background: transparent;
}
.button .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.button .inner svg {
	width: 0.6rem;
    height: auto;
    margin-top: 0.2rem;
}
.button.next-btn .inner svg {
    margin-left: 1rem;
    transform: scale(-1);
}
.button.prev-btn .inner svg {
    margin-right: 1rem;
    transform: scale(-1);
}
.button.full-with {
	width: 100%;
}
.post-readmore-wrap {
	display: flex;
}
.latestpost-wrapper p {
    font-size: 17px;
    color: #000;
}
a.post-readmore {
    align-items: center;
    color: var(--black);
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    border-bottom: black solid thin;
}
a.post-readmore:hover {
	color: var(--black);
}
.inner-post p {
    font-size: var(--font17);
    color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-readmore .svg {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
	transform: translate(0.3rem, 0.1rem) scale(-1);
}
.section-title {
  padding: 0 8em;
}
.font-blue,
.font-blue h2 {
    color: #000;
}
.font-blue-title h1,
.font-blue-title h2,
.font-blue-title h3,
.font-blue-title h4,
.font-blue-title h5,
.font-blue-title h6 {
    color: #004664;
}
.font-white,
.font-white h2 {
    color: #fff;
}
.font-large {
    font-size: 1.2em;
    line-height: 1.6;
}
.font-large p {
	margin-bottom: 1.5em;
}
.font-small {
    font-size: 0.85em;
    line-height: 1.4;
}
.font-small p {
	margin-bottom: 1em;
}
.normal-font h2 {
    font-weight: 500;
}
.no-margin h2 {
    margin: 0;
}

.dotted-border  h2 {
	margin-top: 0;
}
.dotted-border h2:before {
	display: block;
    content: "";
    border-top: 2px dotted #004664;
    width: 2em;
    height: 0;
	margin: 0 auto;
}
.dotted-border.border-white h2:before {
    border-color: white;
}
.dotted-border.border-right h2:before{
    margin-left: 0;
}
.solid-border h2:before {
	display: block;
    content: "";
    border-top: 2px solid #004664;
    width: 2em;
    height: 0;
	margin: 0 auto;
}
.border-imges h2 {
    position: relative;
}
.border-imges h2:after {
    content: "";
    background-image: url(.././svg/border-img.svg);
    height: 0.6rem;
    display: block;
    background-repeat: no-repeat;
    top: 100%;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    width: 48%;
}
.background-lightgreen{
    background-color: #E0E9DC;
}
.background-lightpink{
    background-color: #ECEAE3;
}
.background-green{
    background-color: var(--black);
}
.background-gray{
    background-color: #EBEEEA;
}
.backgroundlight-gray {
    background-color: #E9EAE8;
}
.background-white {
    background-color: #fff;
}
.posts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-post-box {
    width: 30%;
    border-radius: 0px 2rem;
    opacity: 1;
    background: white;
    padding: 1.5rem;
	transform: scale(1.01);
	transition: 0.5s;
	cursor: pointer;
}
.single-post-box:hover {
	transform: scale(1.1);
	box-shadow: 0px 3px 16px rgba(0,0,0,0.3);
}
.single-post-box .background-image {
	border-top-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.single-post h3 {
	margin-top: 0;
	margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
	line-height: 1.4;
    padding: 0.8rem 0;
}
.single-post-box p {
    font-size: 1rem;
	line-height: 1.4;	
}
.single-post-box a.post-readmore {
	font-weight: 700;
    font-size: 1.1rem;	
}
.single-post-box:hover a.post-readmore {
	color: #3EA1BD;
}
.green{
	color:var(--black);
}
.light-green {
    color: #55CD6C;
}
.light-blue {
    color: #1698D9;
}
.blue {
    color: blue;
}

/*popup*/
.popup {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    opacity: 0;
    transition: 0.35s;
}
.popup.active {
    z-index: 200;
    opacity: 1;
    transition: 0.35s;
}
.popup .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    margin: 0 auto;
}
.popup .inner .box {
    position: relative;
    background-color: #fff;
    padding: 0;
}
.inner-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0rem 0rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-end;
}
.popup .inner .box .close-button {
    position: absolute;
    z-index: 1;
    top: 0.2rem;
    right: 0.2rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    color: #000000;
    cursor: pointer;
	text-align: center;
}
.es_subscription_form.es_shortcode_form.es_ajax_subscription_form {
	position: relative;
}
.es_required_field.es_txt_email.ig_es_form_field_email {
    width: 70%;
    margin: 0!important;
    border: 2px solid #fff;
	background: transparent;
    color: #fff;
}
.es_subscription_form_submit.es_submit_button.es_textbox_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    margin: 0;
    padding: 0.5rem 0;
    border: 0;
    border: 2px solid #fff;
    background: #fff;
    color: #004664;
    text-align: center;
}
/*search Form*/
.serach-form-wrapper input.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B9B9B9;
    border-radius: 10px;
    height: 3rem;
    padding-right: 2rem;
}
.serach-form-wrapper .form-group {
    position: relative;
    width: 50%;
}
.search-form-section p {
    font-family: 'almoni_tzar_aaalight';
    font-size: 2rem;
    font-weight: 300;
}
img.location-icon {
    position: absolute;
    right: 0.3rem;
    top: 1.5rem;
}
.serach-form-wrapper .search-btn {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 1rem;
}
.serach-form-wrapper .search-btn input.submit {
    background-color: var(--black);
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
    border-color: #459524 !important;
    border: 1px solid;
    font-size: 1em;
    padding: 0.5rem 0.5rem;
    text-align: center;
    width: 7rem;
    height: 3rem;
    padding-right: 2rem;
}
.search-btn img.search-icon {
    position: absolute;
    right: 0.4rem;
    top: 40%;
}
/*****breadcrumb*****/
.breadcrumb li {
    font-weight: bold;
	font-size: 1rem;
	
}
/*****thankyou*******/
.thankyou-section-one p {
    font-size: 2rem;
	font-weight: 400;
}
/*search Form-end*/
.brown{
	background: #FEFEFE 0% 0% no-repeat padding-box;
	border: 1px solid #C8C8C8;
	padding: 20px;
	height: 225px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.latestpost-wrapper {
	border-right: 2px solid #C8C8C8;
}

.latestpost-wrapper p {
    font-size: 17px;
	color: #000;
}

.border {
	border-top: 2px solid #C8C8C8;
	border-bottom: 2px solid #C8C8C8;
	padding-bottom: 18px;
}

.latest-posts h2 {
    font-size: 30px;
    width: auto;
    border-bottom: black solid thin;
    display: inline-block;
    padding-bottom: 10px;
}

.contact div[role="form"] {
    max-width: 270px;
    margin: auto;
}

.footer-content .border {
    padding: 40px 0;
}

.copyright {
    margin-top: 35px;
}

.inlineul {display: inline-flex;}
.padding15 {
	padding-left: 9px;
	padding-right: 9px;
}

/*-----/Contact Us\-------*/

.contact-section-one .flex-row{
	align-items: flex-start;
}
.contact-section-one .flex-row .flex-2{
	width: 23.666667%;
}

.contact-section-one .contact{
	border: #C8C8C8 solid thin;
	padding: 80px 0;
	max-height: 595px;
}

.contact-section-one .contact>.center{
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.contact-section-one .contact form input:not([type="submit"]),
.contact-section-one .contact form textarea{
	font-size: 15px;
	border-bottom-color: #707070;
	direction: rtl;
}

.contact-section-one .contact form button{
	margin-top: 30px;
}

.contact-section-one iframe {
    width: 100%;
    height: 600px;
}

/*-----/Single Project\-------*/

.single-product-wrap .inlineul {    
    flex-flow: wrap;
}

.single-product-wrap .inlineul li.projectinfo {
    display: flex;
    align-items: center;
	margin-left: 20px;	
    margin-bottom: 25px;
}

.single-product-wrap .inlineul li.projectinfo b {
    margin-right: 5px;
}

.single-product-wrap .inlineul li.projectinfo img {
    margin-left: 10px;
}

.single-product-wrap .flex-5 {
    max-width: 847px;
    width: 100%;
}

.single-product-wrap .flex-7{
	max-width: calc(100% - 847px);
    width: 100%;
}

.single-product-wrap h1{
	font-size: 25px;
    font-weight: 500;
	margin-bottom: 5px;
}

.single-product-wrap .blog-box{
	font-size: 15px;
	color: #000000;
}

.main-product-single {
    margin-top: 40px;
}

.single-product-wrap ul li a img {
    border: none;
}

.nav-menu-user.desktop_hide .dropdown-user .dropdown-content {
    display: none;
}
.nav-menu-user.desktop_hide .dropdown-user.usermenu .dropdown-content {
    display: block;
}
/*
.nav-menu-user.desktop_hide {
	.dropdown-user {
		.dropdown-content {
			display: none;
		}
	}
	.dropdown-user.usermenu {
		.dropdown-content {
			display: block;
		}
	}
}*/
@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.container.container-narrow {
		width: 750px;
	}
}
@media (min-width: 992px){
	.container {
		width: 80rem;
	}
	.container.container-narrow {
		width: 56rem;
	}
	.container.container-wide {
		width: 80rem;
	}
}
@media (max-width: 1050px){
	.slick-slider {
		width: calc(100% - 4rem);
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width: 991px){
	html, body{
		font-size: 18px;
	}
	.desktop-lg {
		display: none;
	}
	.mobile-lg {
		display: block;
	}
	.container {
		padding: 0 1.1rem 0 1.1rem;
	}
	section {
		font-size: 1rem;
	}
	.title-h2 h3, h2, .h2 {
		font-size: 2rem;
	}
	.section-padding {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.padding-top {
		padding-top: 1rem;
	}
	.padding-bottom {
		padding-bottom: 1rem;
	}
	
	.margin-top {
		margin-top: 1rem;
	}
	.margin-bottom {
		margin-bottom: 1rem;
	}
	.posts-container {
	    width: calc(100% + 3.2rem);
		margin-left: -1.6rem;
		margin-right: -1.6rem;
		padding-bottom: 2rem;
	}
    .single-post-box {
        width: 300px;
        flex-shrink: 0;
		margin-right: 0.8rem;
        margin-left: 0.8rem;
    }
	.single-post-box:first-child {
        margin-right: 1.6rem;
    }
	.single-post-box:last-child {
        margin-left: 1.6rem;
    }
	
	.vid-popup iframe, 
	.vid-popup video {
		width: 96vw;
		height: auto;
	}
	.close-popup {
		right: 0rem;
	}
	.es_required_field.es_txt_email.ig_es_form_field_email {
		width: 100%;
	}
	.es_subscription_form_submit.es_submit_button.es_textbox_button {
		position: initial;
		width: 60%;
	}
	h1, .h1 {
		font-size: 3rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
		font-weight: 600;
	}
	h4, .h4 {
		font-size: 1rem;
	}
	.page-top-wrapper h1 {
		font-size: 3rem;
	}
	.button, a.button {
		padding: 0.5rem 2rem;
        font-weight: 300;
        font-family: 'almoni_tzar_aaalight' !important;
	}
	.search-form-section .col-padding {
		padding-left: 1rem;
		padding-right: 3rem;
	}
	.home-slider-wrapper .slider-inner.home-carousel {
    width: 100%;
}

ul.slick-dots {
		display: none !important;
	}
	.slick-arrow {
		display: none !important;
	}
	.search-form-section h3 {
    margin: 0;
}

}

@media (min-width: 768px) {
	.mobile_hide{
		display: block;
	}
	.desktop_hide{
		display: none;
	}
}
@media (max-width: 767px){
	.nav-menu-user {
    width: 20%!important;
    display: none;
    text-align: center;
    border: 1px solid #338dd0;
    border-radius: 8px;
}
	.desktop_hide{
		display: block!important;
	}
	.mobile_hide{
		display: none !important;
	}
	.icon-bar{
		display: none;
	}
	img.img-responsive {

		height: 285px;
		object-fit: cover;
	}
	.inner-post p {

		padding: 5px 5px;
	}
	/* category */
	.flex-row {
		justify-content: center;
		flex-wrap: wrap;
	}
	.flex-post.img {
		width: 250px;
	} 
	.flex-post.text {
		width: 100%;
		max-width: 550px;
	} 
	.flex-full {
		width: 100%;	
	}
    .vid-popup iframe {
		max-width: 90vw;
		max-height: 65vw;
	}
	.desktop-md {
		display: none;
	}
	.mobile-md {
		display: block;
	}
	.flex-3 {
		width: 100%;
	}
	.flex-9 {
		width: 100%;
	}
	.flex-6 {
		width: 100%;
	}
	.flex-4 {
		width: 100%;
	}
	.flex-5 {
		width: 100%;
	}
	.flex-7 {
		width: 100%;
	}
	.flex-8 {
		width: 100%;
	}
	.top-bar p {
		font-size: 0.8rem;
	}
	.top-bar .button.transparent {
		padding: 0.3rem 0.7rem;
		font-size: 0.8rem;
	}
	.search-form-section .col-padding {
		padding-right: 1rem;
	}
	.search-form-section {
		padding: 1.5rem 0;
	}
	.page-top-wrapper .container.container-narrow {
    padding: 0 0;
	}
	.mob-view {
		display: none;
	}
	h3, .h3 {
    font-size: 1.3rem;
    font-weight: 600;
}
.search-form-section .image img {
    display: none;
}
.search-form-section .col-padding {
    padding-right: 1rem;
}
.search-form-section h3 {
    text-align: center !important;
    margin-bottom: 1rem;
}
.search-form-section p {
    text-align: center !important;
}
.popup .inner {
    width: 85%;
}
}
@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
	.page-top-wrapper h1 {
		font-size: 2rem;
	}
}
@media (max-width: 540px){
	.desktop-sm {
		display: none;
	}
	.mobile-sm {
		display: block;
	}
}
@media (max-width: 425px){
	.vid-popup iframe {
		/* max-width: 180vw; */
		/* max-height: 120vw; */
	}
}
.footer .row {
	justify-content: space-between;
	align-items: center;
}
input, textarea {border: 0px;border-bottom: 1px solid #0000008f; font-family: 'Heebo', sans-serif; }
input[type="submit"] {
	background: #000;
	border: 0px;
	width: auto;
	color: #fff;
	padding: 10px 39px;
	clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}
.row{display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.padlr10 {
	padding: 0 10px;
}


	.container {
		max-width: 1495px;
		width: 100%;
	}

	.wpcf7-spinner{
		position: absolute;
	}

	.wpcf7-not-valid-tip,
	.wpcf7 form .wpcf7-response-output{
		font-size: 12px;
	}

/* Social Media bar */
.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
}

/*.icon-bar a:hover {
	background-color: #000;
}

.icon-bar .facebook {
	background: #3B5998;
	color: white;
}

.icon-bar .twitter {
	background: #55ACEE;
	color: white;
}

.icon-bar .google {
	background: #dd4b39;
	color: white;
}

.icon-bar .linkedin {
	background: #007bb5;
	color: white;
}

.icon-bar .youtube {
	background: #bb0000;
	color: white;
}*/


.dropdown-user {
  display: inline-block;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 120%;
  overflow: auto;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}
.dropdown-user:hover .dropdown-content {
  display: block;
}
.dropdown-user a svg {
    height: 17px;
    margin: 0px 5px 0px 5px;
}
.dropdown-user a{
display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  font-size: var(--font17);
  background: var(--white);
}
.dropdown-content a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
  font-size: var(--font15);
  background: var(--white);
}
.dropdown-content a:hover {
  color: #000000;
  background-color: #F6F6F6;
}
.page-template-contact .form-wrapper {
    max-width: 250px;
    margin: 0 auto;
}
form.registerform {
    position: relative;
}
label.error {
	color: #ff000061 !important;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	margin-top: -5px;
}