/*
Theme Name: Orhatavor 2.0
Theme URI: https://www.orhatavor.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.orhatavor.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: CMS, Builder
Text Domain: orhatavor
*/

@font-face {
	font-family: 'revicons';
	src: url('../fonts/revicons.eot?5510888');
	src: url('./fonts/revicons.eot?5510888#iefix') format('embedded-opentype'),
		 url('./fonts/revicons.woff?5510888') format('woff'),
		 url('./fonts/revicons.ttf?5510888') format('truetype'),
		 url('./fonts/revicons.svg?5510888#revicons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body{
	font-family: 'Heebo', sans-serif;
	color:#4e4e4e;
	text-align:right;
	direction:rtl;
	background:#fff;
	font-size: 16px;
	font-style: normal;
}
*{
	margin:0;
	padding:0;
}
ul, li, ol{
	padding:0;
	margin:0;
	list-style:none;

}
html {
  scroll-behavior: smooth;
}
img{
	border:none;
	padding:0;
	margin:0;
}
.cls{
	clear:both;
}

a {
	color:#000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
	color:#dd4425;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe, object, embed {
    max-width: 100%;
}
input:focus{
	outline:none;
}
input{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}
textarea{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}
select{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}
.img-responsive{
	width:100%;
	height:auto;
	display:inline-block;
}
p{
	line-height: 30px;
	padding: 0 0 25px 0;
}

.menu-icon {
    display: none;
    cursor: pointer;
    padding: 5px 0 0 0;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #000;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 20px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #dd4425;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 150px;
}
.closemenu {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}
.menubox {
    color: #fff;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
    text-align: right;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding-right: 21px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #dd4425;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #dd4425;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #fff;
}

/* main style start here */

.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.space-between{
	justify-content: space-between;
}
.container{
	margin:0 5%;
	padding: 0 10px;
}
.headerarea{
	background:#fff;
	padding:0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 111;
}
.sticky{
	position: fixed;
}
.header-top{
	padding: 10px 0 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.header-top-left{
	float: left;
	padding: 5px 0 0 0;
}
.header-top-left p{
	font-size: 13px;
	line-height: 13px;
	padding: 0;
	color: #000;
	font-weight: 500;
}
.header-top-right{
	float: right;
}
.social-icons a {
	margin: 0 0 0 20px;
	cursor: pointer;
	color: #000;
	font-size: 13px;
}
.social-icons a:hover{
	color: #dd4425;
	text-decoration: none;
}
.header{
	height: 80px;
	padding: 15px 0 0 0;
}
.header-left{
	float: left;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 175px;
}
.header-right{
	float: right;
}
.navigation ul li{
	display: inline-block;
	position: relative;
}
.navigation ul li a{
	display: block;
	padding: 10px 0px 30px 20px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .3px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation ul li a:hover{
	color: #dd4425;
	text-decoration: none;
}
.navigation ul li ul{
	width: 200px;
	position: absolute;
	top: 40px;
	right: 0;
	background: #fff;
	z-index: 9999;
	display: none;
}
.navigation ul li ul li{
	display: block;
}
.navigation ul li ul li a{
	padding: 10px 10px;
	color: #000000;
	font-weight: 400;
}
.navigation ul li ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: #dd4425;
}
.navigation ul li.current_page_item a{
	color: #dd4425;
	text-decoration: none;
}
.navigation ul li.current_page_item ul li a{
	color: #000000;
	font-weight: 400;
}
.navigation ul li.current_page_item ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: #dd4425;
}
.navigation ul li:hover > ul{
	display: block;
}
.menu-icon{
	display: none;
	cursor: pointer;
}
.slider-area{
	color: #fff;
}
.about-area{
	padding: 20px 0;
	overflow: hidden;
}
.about-content-right{
	width: 50%;
}
.about-content{
	overflow: hidden;
}
.about-content h2{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #b4b4b4;
	text-transform: uppercase;
	padding: 20px 0 0 0;
}
.about-content h2::after {
	content: "";
	width: 7rem;
	position: relative;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: .28rem solid #dd4425;
}
.about-content h3{
	font-size: 50px;
	font-weight: bold;
	line-height: 56px;
	margin-bottom: 2rem;
	color: #000;
}
.year {
	display: block;
	position: relative;
	margin-top: 50px;
	text-align: right;
	color: #000;
}
.year .heading {
	display: inline-block;
	font-size: 7.3rem;
	margin-bottom: 10px;
	line-height: 55px;
	border-bottom: 16px solid #dedede;
	color: #000;
	margin-right: 15px;
	font-weight: 700;
}
.year .subheading {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	line-height: normal;
}
.year .subheading p{
	line-height: 30px;
	padding: 0;
}
.about-content-left{
	width: 39%;
	float: left;
	overflow: hidden;
}
.shift-left{
	margin-left: 6.33%;
}
.about-thumbnail{
	position: relative;
	overflow: hidden;
}
.about-thumbnail::before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	background: url(images/about-bg.png) repeat bottom left;
	left: -33px;
	top: 39px;
	opacity: 0.8;
}
.about-thumbnail img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.about-thumbnail:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.about-thumbnail .overlay {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	text-align: right;
}
.start-align {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	text-align: left;
}
.overlay-content{
	padding: 10%;
	height: auto;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overlay-content h3 {
	color: #fff;
	font-size: 24pt;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.overlay-content p {
	font-weight: 300;
	line-height: normal;
	letter-spacing: 3px;
}
.overlay-content a {
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
.overlay-content a:hover{
	color: #dd4425;
	text-decoration: none;
}
.our-project-area{
	padding: 30px 0 30px 0;
	overflow: hidden;
}
.our-project-area h1{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #b4b4b4;
	text-transform: uppercase;
}
.our-project-area h1::after {
	content: "";
	width: 7rem;
	position: relative;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: .28rem solid #dd4425;
}
.our-project-area h2{
	font-size: 30px;
	line-height: 30px;
	color: #000;
	padding: 0 0 30px 0;
}
.home-project-slider{
	direction: ltr;
}
.home-project-slider .service-name-left{
	direction: rtl;
}
.service-thumb{
	overflow: hidden;
}
.project-list:hover img {
	width: 100%;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.home-vision-area{
	padding: 30px 0;
	overflow: hidden;
	background: url(images/dot-bg.png) repeat top right;
}
.home-vision-area h1{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #b4b4b4;
	text-transform: uppercase;
}
.home-vision-area h1::after {
	content: "";
	width: 7rem;
	position: relative;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: .28rem solid #dd4425;
}
.vision-info p{
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
}
.footer-area{
	padding: 0 0 0 0;
	overflow: hidden;
	color: #000;
}
.footer-top{
	padding: 30px 0 30px 0;
	overflow: hidden;
}
.footer-top-left{
	float: left;
	padding: 15px 0 0 0;
}
.footer-link ul li{
	display: inline-block;
	margin: 0 20px 0 0;
}
.footer-link ul li a{
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	letter-spacing: 3px;
	font-size: 14px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer-link ul li a:hover{
	color: #dd4425;
	text-decoration: none;
}
.footer-top-right{
	float: right;
	width: 33.33%;
}
.search-container {
	position: relative;
}
.s-input-home {
	color: #a4b0b8;
	background: #fbfbfb;
	width: calc(100% - 90px);
	height: 46px;
	padding: 0 70px 0 20px;
	border-radius: 23px;
	border: 1px solid #eee;
	font-size: 18px;
}
.btn-s-input {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 56px;
	height: 46px;
	color: #fff;
	background: #dd4425;
	border: 0px;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.btn-s-input:hover{
	color: #fff;
	background: #999999;
}
.footer-bottom{
	padding: 30px 0 30px 0;
	overflow: hidden;
	border-top:1px solid #eeeeee;
}
.footer-bottom-left{
	float: left;
	width: 50%;
	text-align: right;
}
.copyright-info p{
	font-size: 12px;
	line-height: 12px;
	padding: 0;
}
.footer-bottom-right{
	float: right;
	width: 50%;
}

/* for services page */

.services-area{
	padding: 20px 0 20px 0;
	overflow: hidden;
	background: linear-gradient(#fff, #f8f8f8);
}
.page-title{
	padding: 0 0 20px 0;
	overflow: hidden;
}
.page-title h1{
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	color: #b4b4b4;
	text-transform: uppercase;
	margin: 0;
}
.page-title h1::after {
	content: "";
	width: 7rem;
	position: relative;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: .28rem solid #dd4425;
}
.services-item{
	width: 31.33%;
	margin: 0 1% 2% 1%;
	overflow: hidden;
}
.service-thumb img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.services-item:hover img {
	width: 100%;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.service-name{
	padding: 10px 0 0 0;
	overflow: hidden;
}
.service-name-right{
	float: right;
	width: 70%;
}
.service-name-left{
	float: left;
}
.service-name h2{
	font-size: 25px;
	line-height: 25px;
}
.service-name h2 a{
	color: #000;
	text-decoration: none;
}
.service-name h2 a:hover{
	color: #dd4425;
	text-decoration: none;
}
.service-name-left a{
	display: block;
	font-size: 16px;
	color: #dd4425;
	font-weight: 600;
	text-decoration: none;
}

/* for service details page */

.blog-short-info blockquote {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6em;
	color: #333;
	background: #f8f8f8;
	padding: 30px;
	margin: 30px 0 30px 0;
	border-right: 5px solid #dd4425;
}
.blog-short-info blockquote p{
	padding: 0 0 10px 0;
}
.blog-short-info blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote small::before {
	content: '\2014 \00A0';
}
.extra-testimonial-area{
    padding: 0 0 0 0;
    overflow: hidden;
    max-width: 810px;
    margin: 0 auto;
}
.extra-testimonial-box{
    margin: 10px 0;
    background: #dddddf;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonial-box-right{
    width: 30%;
}
.testimonial-box-left{
    width: 65%;
}
.testimonial-box-content h4{
    padding: 0 0 0 0;
    margin: 0;
}
.testimonial-box-content p{
    padding: 20px 0 0 0;
    line-height: 20px;
}

/* for Blog page */

.blog-area{
	padding: 20px 0 20px 0;
	overflow: hidden;
}
.blog-title{
	padding: 0 0 30px 0;
}
.blog-title h1{
	font-size: 34px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0 0 20px 0;
	color: #000;
}
.bread-cumb ul li{
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
}
.bread-cumb ul li::after {
	content: '/';
	padding: 0 15px;
}
.bread-cumb ul li:last-child::after {
	content: '';
	padding: 0 0;
}
.blog-content-area{
	padding: 0 0 30px 0;
	overflow: hidden;
}
.blog-content-left{
	width: 68%;
	float: right;
}
.blog-post-item{
	padding: 0 0 25px 0;
	overflow: hidden;
}
.blog-thumbnail img{
	width: 100%;
	height: auto;
	display: block;
}
.blog-short-info{
	padding: 15px;
	overflow: hidden;
}
.blog-short-info h2{
	font-size: 30px;
	line-height: 30px;
	padding: 20px 0 10px 0;
}
.blog-post-meta{
	padding: 0 0 20px 0;
	overflow: hidden;
	font-size: 13px;
}
.blog-post-meta span{
	display: inline-block;
	margin: 0 0 0 10px;
}
.blog-short-info p{
	padding: 0 0 20px 0;
	line-height: 28px;
}
.read-more a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 10px 25px;
	border-radius: 50px;
	font-size: 14px;
}
.read-more a:hover{
	color: #fff;
	background: #dd4425;
}
.pagination{
	padding: 10px 0;
	overflow: hidden;
}
.pagination ul li{
	display: inline-block;
	margin: 0 0 0 5px;
}
.pagination ul li a{
	border:1px solid #000;
	padding: 3px 8px;
	display: block;
}
.pagination ul li.current{
	border:1px solid #dd4425;
	padding: 3px 8px;
	background: #dd4425;
	color: #fff;
}
.blog-content-right{
	width: 29%;
	float: left;
}
.recent-post-area{
	padding: 30px 0 30px 0;
	overflow: hidden;
}
.widget-title{
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 0 0;
	color: #000;
}
.devider-widget {
	display: block;
	border-bottom: 2px solid #dd4425;
	margin-bottom: 30px;
	margin-top: 20px;
	width: 60px;
	text-align: left;
}
.recent-post-list{
	padding: 0 0 25px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recent-post-thumb{
	width: 12.5%;
}
.recent-post-thumb img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 65px;
}
.recent-post-info{
	width: 83%;
}
.recent-post-info h5{
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin: 10px 0 10px 0;
}
.recent-post-info p{
	line-height: 20px;
	color: #aaa;
	padding: 0;
}
.blog-category-area ul li{
	margin: 0 0 10px 10px;
	display: inline-block;
}
.blog-category-area ul li a{
	font-size: 13px;
	border: 1px solid #efefef;
	padding: 5px 10px;
	text-align: center;
}

/* for contact page */

.contact-map-area{
	padding: 0 0 0 0;
	overflow: hidden;
}
.contact-info-area{
	padding: 30px 0 30px 0;
	overflow: hidden;
}
.contact-info-left{
	width: 68%;
	float: left;
}
.contact-form{
	overflow: hidden;
}
.contact-form-list{
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
.contact-form-list input{
	width: calc(100% - 59px);
	height: 53px;
	padding: 4px 35px 6px 20px;
	font-size: 13px;
	line-height: 24px;
	color: #969595;
	background: #fff;
	border: 2px solid #f1f1f1;
	border-radius: 0;
	box-shadow: none;
}
.contact-form-list textarea{
	width: calc(100% - 59px);
	height: 165px;
	padding: 15px 40px 15px 15px;
	font-size: 13px;
	color: #969595;
	background: #fff;
	border: 2px solid #f1f1f1;
	border-radius: 0;
	box-shadow: none;
}
.user-name::after {
	content: "\f007";
	position: absolute;
	right: 15px;
	top: 20px;
	font-family: "FontAwesome";
	color: #dadada;
}
.user-email::after {
	content: "\f003";
	position: absolute;
	right: 15px;
	top: 23px;
	font-family: "FontAwesome";
	color: #dadada;
}
.user-message::after {
	content: "\f086";
	position: absolute;
	right: 15px;
	top: 20px;
	font-family: "FontAwesome";
	color: #dadada;
}
.contact-form-send{
	padding: 0 0;
}
.contact-form-send input{
	width: 190px;
	height: 46px;
	font-size: 10pt;
	font-weight: 400;
	letter-spacing: 1pt;
	border: none;
	text-align: center;
	color: #fff;
	background: #dd4425;
	outline: none;
	cursor: pointer;
}
.contact-form-send input:hover{
	color: #fff;
	background: #999999;
}
.contact-info-right{
	width: 25%;
	float: right;
}
.contact-info h3{
	font-size: 16pt;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ebebeb;
}
.contact-address{
	margin-bottom: 20px;
}
.contact-address span{
	display: block;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 30pt;
}
.contact-address span strong {
	font-weight: 400 !important;
	display: inline-block;
	width: 60px;
}

/* for project details page */

.project-gallery{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.gallery-item{
	width: 31.33%;
	margin: 0 1% 2% 1%;
}
.gallery-item img{
	width: calc(100% - 2px);
	height: auto;
	display: block;
	border: 1px solid #969595;
}
.gallery-item img:hover{
	opacity: 0.8;
}
.wpcf7-spinner{
	display: block;
}
.sidebar-form{
	max-width: 300px;
}