/*
Theme Name: Hadbara
Theme URI: https://www.hadbara.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.hadbara.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: cockroch, insect 
Text Domain: hadbara
*/


body{
	font-family: 'Heebo', sans-serif!important;
	color:#000000;
	text-align:right;
    font-size:18px;
	direction:rtl;
	overflow-x:hidden;
}
html{
	scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;
}
ul, li, ol{
	padding:0;
	margin:0;
	list-style:none;
}
img{
	border:none;
	padding:0;
	margin:0;
}
.cls{
	clear:both;
}
a{
	outline:none;
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#f0bd36;
}
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;
	direction: rtl;
}
h1, h2, h3{
	font-family: 'Heebo', sans-serif;

}

/* mobile menu */

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

/* main style start */

.container{
	max-width: 1530px;
	padding: 0 10px;
	margin: 0 auto;
}
.header-area{
	width: 100%;
}
.header{
	overflow: hidden;
	padding: 20px 0 20px 0;
}
.header-left{
	float: left;
}
.contactno{
	text-align: center;
}
.contactno span{
	font-size: 22px;
	display: block;
	font-weight: 700;
	padding: 0 0 5px 0;
}
.contactno h4{
	display: inline-block;
	color: #000;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
}
.contactno h4 a{
	display: block;
	color: #000;
	text-decoration: none;
	background: url(images/phone-icon.png) no-repeat 10px center #f0bd36;
	padding: 10px 20px 10px 52px;
	color: #000;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.contactno h4 a:hover{
	background: url(images/phone-icon.png) no-repeat 10px center #d10808;
	color: #000;
}
.header-right{
	float: right;
}
.navigation{
	padding: 0 0 0 0;
}
.navigation ul li{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 10px;
}
.navigation ul li a{
	font-size: 21px;
	color: #000;
	padding: 0 0 20px 0;
	display: block;
	text-decoration: none;
}
.navigation ul li a:hover{
	color:#f0bd36;
	text-decoration: none;
}
.navigation ul li.current_page_item a{
	color:#000;
	text-decoration: none;
}
.navigation ul li ul{
	width: 250px;
	position: absolute;
	top: 40px;
	right: -10px;
	z-index: 9999999999;
	background: #f0bd36;
	text-align: right;
	padding: 0 0;
	display: none;
}
.navigation ul li ul li{
	display: block;
	margin: 0 0 0 0;
}
.navigation ul li ul li a{
	padding: 5px 10px 5px 10px;
}
.navigation ul li ul li a:hover{
	color:#fff;
	text-decoration: none;
}
.navigation ul li ul li ul{
	top: 0;
	right: 250px;
}
.navigation ul li.current_page_item ul li a{
	color:#000;
	text-decoration: none;
}
.navigation ul li.current_page_item ul li a:hover{
	color:#fff;
	text-decoration: none;
}
.navigation ul li.megadropdown ul{
	width: 500px;
}
.navigation ul li.megadropdown ul li{
	width: 50%;
	float: right;
	margin: 0 0 0 0;
}
.navigation ul li.threecolumn ul{
	width: 750px;
}
.navigation ul li.threecolumn ul li{
	width: 31.33%;
	float: right;
	margin: 0 1% 0 1%;
}


.navigation ul li:hover > ul{
	display: block;
}
.home-banner-area{
	position: relative;
}
.home-banner img{
	width: 100%;
	height: auto;
	display: block;
}
.home-banner-content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.home-banner-info{
	padding: 210px 0 0 0;
}
.home-banner-info h1{
	font-size: 85px;
	line-height: 80px;
	font-weight: 700;
	padding: 0 0 0 0;
}
.home-banner-info p{
	font-size: 57px;
	line-height: 57px;
	color: #f0bd36;
	font-weight: 700;
	padding: 0 0 0 0;
}
.home-services-area{
	background: url(images/services-area-bg.png) repeat-x top right #fff;
}
.home-services-outer{
	position: relative;
	z-index: 9999999;
}
.home-services-box{
	margin: -120px 0 0 0;
	background: #fff;
	border-radius: 10px;
}
.home-services-row{
	padding: 25px 10px 40px 10px;
	display: flex;
	flex-wrap: wrap;
}
.home-service-item{
	width: 8%;
	margin: 0 1% 1% 1%;
}
.home-service-inner{
	text-align: center;
	font-size: 23px;
	color: #04132a;
}
.home-services-icon{
	display: flex;
	min-height: 95px;
	align-items: center;
	justify-content: center;
}
.home-service-inner p{
	line-height: 20px;
	padding: 10px 0 5px 0;
}
.home-service-inner h4{
	line-height: 20px;
}
.home-contact-form{
	margin: 20px 0 0 0;
	background: #f0bd36;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}
.home-contact-col-01{
	width:20%;
	float: right;
}
.home-contact-col-01 p{
	font-size: 30px;
	line-height: 28px;
}
.home-contact-col-02{
	width: 16.5%;
	margin: 0 1.2% 0 0;
	float: right;
}
.home-contact-col-02 input{
	font-size: 24px;
	width: calc(100% - 40px);
	height: 56px;
	border: none;
	background: #ffe670;
	color: #000;
	border-radius: 5px;
	padding: 0 20px 0 20px;
}
.home-contact-col-03{
	width: 7.7%;
	float: left;
}
.home-contact-col-03 input{
	font-size: 24px;
	width: 100%;
	height: 56px;
	text-align: center;
	border: none;
	background: #000;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 700;
}
.home-contact-col-03 input:hover{
	background: #d10808;
	color: #fff;
}
.home-contact-col-03 .wpcf7-spinner{
	display: none !important;
}
.quality-pest-area{
	padding: 50px 0;
	overflow: hidden;
}
.quality-pest-area h2{
	font-size: 32px;
	line-height: 32px;
	padding: 0 0 40px 0;
}
.quality-pest-content{
	overflow: hidden;
}
.quality-pest-right{
	width: 62.1%;
	float: right;
}
.quality-pest-right p{
	font-size: 24px;
	line-height: 34px;
	padding: 0 0 20px 0;
}
.quality-pest-info{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.quality-pest-list{
	width: 50%;
	margin: 0 0 10px 0;
}
.quality-pest-list-right{
	width: 65px;
	float: right;
}
.quality-pest-list-left{
	width: calc(100% - 65px);
	float: right;
}
.quality-pest-list p{
	line-height: 34px;
	padding: 0;
}
.quality-pest-left{
	width: 37%;
	float: left;
}
.quality-pest-pic img{
	width: 100%;
	height: auto;
	display: block;
}
.stage-control-box{
	padding: 25px 0 10px 0;
	overflow: hidden;
	border-top: 1px solid #f0bd36;
}
.stage-control-box h3{
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
	padding: 0 0 30px 0;
}
.home-control-row{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
.pest-control-item{
	width: 23.33%;
	margin: 0 5% 0 5%;
}
.pest-control-inner{
	overflow: hidden;
	text-align: center;
}
.pest-control-thumbnail{
	padding: 0 0 15px 0;
}
.pest-control-thumbnail img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 248px;
}
.pest-control-inner p{
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
	padding: 0 0 5px 0;
}
.pest-control-inner h4{
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	padding: 0 0 0 0;
}
.one h4{
	color: #f0bd36;
}
.two h4{
	color: #5a8900;
}
.three h4{
	color: #ae19f8;
}
.home-testimonial-area{
	padding: 40px 0 40px 0;
	overflow: hidden;
}
.home-testimonial-title{
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #f0bd36;
	padding: 40px 0 0 0;
}
.home-testimonial-title h3{
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	color: #f0bd36;
}
.home-testimonial-box{
	position: relative;
	direction: ltr;
}
.owl-carousel .owl-wrapper-outer{
	padding: 40px 0;
}
.home-testimonial-item{
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 0 4% 0 4%;
	padding: 35px 50px 35px 50px;
	background: #fff;
}
.home-testimonial-content{
	position: relative;
	text-align: center;
	color:#000;
}
.home-testimonial-content h3{
	font-size: 28px;
	line-height: 28px;
	color: #f0bd36;
	font-weight: 700;
	padding: 0 0 30px 0;
}
.home-testimonial-content p{
	line-height: 20px;
	padding: 0 0 15px 0;
}
.home-testimonial-content h4{
	font-size: 25px;
	line-height: 25px;
	color: #f0bd36;
	padding: 0 0 20px 0;
}
.testimonial-author-pic{
	position: relative;
} 
.testimonial-author-pic img{
	margin: 0 0 0 0;
	border-radius: 50%;
}
.more-testimonial{
	text-align: center;
	padding: 0 0 0 0;
	overflow: hidden;
}
.more-testimonial a{
	font-size: 25px;
	display: inline-block;
	padding: 12px 25px 12px 25px;
	background: #f0bd36;
	border-radius: 5px;
	color: #000;
	font-weight: 700;
}
.more-testimonial a:hover{
	background:#d10808;
	color: #fff;
}
.bottom-content-area{
	padding: 0 0 50px 0;
	overflow: hidden;
}
.bottom-content-heading{
	margin: 0 0 30px 0;
	text-align: center;
	background: url(images/separetorbg.png) repeat-x right center;
}
.bottom-content-heading h2{
	font-size: 32px;
	line-height: 32px;
	display: inline-block;
	background: #fff;
	padding: 0 30px 0 30px;
}
.bottom-content{
	overflow: hidden;
}
.bottom-content p{
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 30px 0;
}
.bottom-content h4{
	font-size: 25px;
	line-height: 26px;
	padding: 0 0 30px 0;
}
.alignleft{
	float: left;
	padding: 0 30px 30px 0;
}
.alignright{
	float: right;
	padding: 0 0 41px 30px;
}
.bottom-content img{
	width: auto;
	max-width: 100%;
}
.footer-area{
	background: url(images/footer-area-bg.jpg) no-repeat center top #f0bd36;
	background-size: cover;
	padding: 70px 0 50px 0;
	overflow: hidden; 
}
.footer-row{
	overflow: hidden;
}
.footer-col{
	width: 16%;
	float: right;
}
.footer-col-left{
	float: left;
}
.footer-logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 275px;
}
.footer-menu-info{
	padding: 0 0 0 10px;
	overflow: hidden;
}
.footer-menu-info h4{
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	padding: 0 0 20px 0;
}
.footer-menu-info ul li{
	padding: 0 0 0 0;
}
.footer-menu-info ul li a{
	color: #000;
	text-decoration: none;
}
.footer-menu-info ul li a:hover{
	text-decoration: none;
	color: #fff;
}
.copyright-area{
	background: #f0bd36;
	padding: 15px 0 15px 0;
	overflow: hidden;
}
.copyright-info p{
	line-height: 18px;
}

/* for default page */

.page-banner-area{
	background: url(images/page-banner.jpg) no-repeat left top;
	background-size: cover;
	color: #000;
	overflow: hidden;
	min-height: 376px;
}
.page-banner-info{
	padding: 150px 0 150px 0;
	text-align: center;
	overflow: hidden;
}
.page-banner-info h1{
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
}
.page-banner-info p{
	padding: 0 0 10px 0;
}
.page-banner-info span{
	color: #000;
}
.main-content-area{
	padding: 35px 0 40px 0;
	overflow: hidden;
}
.main-content-inner{
}
.content-left{
	width: 72.5%;
	float: left;
}
.page-content h2{
	font-size: 26px;
	line-height: 30px;
	color: #000;
	padding: 0 0 20px 0;
	font-weight: 900;
}
.page-content h4{
	font-size: 28px;
	line-height: 28px;
	padding: 0 0 20px 0;
	font-weight: 700;
}
.page-content p{
	line-height: 28px;
	padding: 0 0 20px 0;
}
.page-content img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.inner-services-row{
	display: flex;
	flex-wrap: wrap;
}
.inner-servie-item{
	width: 18%;
	margin: 0 1% 2% 1%;
}
.inner-service-info{
	background: #fff;
	color: #000;
	padding: 20px 5px 20px 5px;
	text-align: center;
	border-radius: 10px;
}
.inner-service-icon{
	height: auto;
}
.inner-service-info h4{
	font-size: 19px;
}
.author-area{
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin: 20px 0 0 0;
	padding: 15px;
	background: #fff;
	overflow: hidden;
}
.author-right{
	width: 18%;
	float: right;
}
.author-pic-holder img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 190px;
	border-radius: 50%;
}
.author-left{
	width: 82%;
	float: left;
}
.author-content{
	padding: 0 50px 0 0;
	overflow: hidden;
}
.author-title-box{
	background: #ffe670;
	padding: 10px 20px;
	color: #000;
	margin: 0 0 10px 0;
}
.author-title-box h3{
	font-size: 30px;
	line-height: 30px;
	padding: 5px 0 0 0;
}
.author-content p{
	line-height: 24px;
	padding: 0 0 15px 0;
}
.author-content h4{
	font-size: 20px;
}
.content-right{
	width: 22.5%;
	float: right;
}
.sidebar{
}
.sidebar-contact-box{
	background: #f0bd36;
	padding: 25px 15px 25px 15px;
	margin: 0 0 30px 0;
	overflow: hidden;
	color: #000;
	border-radius: 10px;
}
.sidebar-contact-box h4{
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	font-weight: 400;
	padding: 0 0 5px 0;
}
.sidebar-contact-form{
	padding: 15px 0 0 0;
	overflow: hidden;
}
.sidebar-contact-list{
	padding: 0 0 15px 0;
	overflow: hidden;
}
.sidebar-contact-list input{
	font-size: 24px;
	width: calc(100% - 20px);
	height: 56px;
	background: #ffe670;
	border: none;
	padding: 0 10px 0 10px;
	color: #000;
	border-radius: 5px;
}
.sidebar-contact-list select{
	font-size: 24px;
	width: calc(100% - 20px);
	height: 56px;
	background: #ffe670;
	border: none;
	padding: 0 10px 0 10px;
	color: #000;
	border-radius: 5px;
}
.sidebar-contact-list textarea{
	font-size: 24px;
	width: calc(100% - 20px);
	height: 156px;
	background: #ffe670;
	border: none;
	padding: 0 10px 0 10px;
	color: #000;
	border-radius: 5px;
}
.sidebar-contact-send{
	text-align: center;
}
.sidebar-contact-send input{
	width: 100%;
	height: 56px;
	text-align: center;
	background: #000000;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 28px;
	font-weight: 600;
	border-radius: 5px;
	direction:rtl;
}
.sidebar-contact-send input:hover{
	background: #d10808;
	color: #fff;
}
.sidebar-services-box{
	background: #fff;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 30px 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
}
.widget-title{
	background: #000;
	overflow: hidden;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.widget-title h4{
	padding: 15px 15px 15px 15px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
}
.sidebar-services-box ul{
	display: flex;
	flex-wrap:wrap;
	padding: 10px 0 0 0;
}
.sidebar-services-box ul li{
	width: 48%;
	margin: 1% 1% 1% 1%;
	text-align: center;
}
.sidebar-services-box ul li a{
	font-size: 17px;
	display: block;
	color: #000;
	background: #d8d8d8;
	border-radius: 5px;
	padding: 10px 5px 10px 5px;
	text-decoration: none;
}
.sidebar-services-box ul li a:hover{
	color: #fff;
	background: #f0bd36;
}
.sidebar-news-box{
	background: #fff;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 30px 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
}
.sidebar-news-list{
	padding: 15px 0 15px 0;
	margin: 0 5px;
	border-bottom: 2px solid #e2e2e2;
	overflow: hidden;
	text-align: center;
}
.sidebar-news-list h5{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 0 0 0;
}
.sidebar-news-list p{
	color: #5a5a5a;
	font-size: 14px;
}
.sidebar-testimonial-box{
	background: #f9f9f9;
	padding: 10px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 30px 0;
}
.sidebar-testimonial-content{
	padding: 20px 25px 20px 25px;
	position: relative;
	overflow: hidden;
	direction: ltr;
}
.sidebar-testimonial-item{
	padding: 15px 30px 0 15px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
.sidebar-testimonial-item h3{
	font-size: 17px;
	line-height: 20px;
	color: #f0bd36;
	padding: 0 0 20px 0;
}
.sidebar-testimonial-feedback{
	overflow: hidden;
}
.sidebar-testimonial-feedback p{
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 10px 0;
}
.sidebar-author-pic{
	padding: 10px 0 5px 0;
}
.sidebar-author-pic img{
	border-radius: 50%;
	max-width: 65px;
}
.sidebar-testimonial-item h4{
	color: #f0bd36;
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
}
.sidebar-testimonial-box .owl-carousel .owl-wrapper-outer{
	padding: 0 0;
}

/* for services page */

.services-row{
	display: flex;
	flex-wrap: wrap;
}
.service-item{
	width: 31.33%;
	margin: 0 1% 2% 1%;
}
.service-item-box{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
}
.services-title-area{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}
.vertical-align {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.services-title{
	text-align: center;
}
.services-title h4 a{
	font-size: 24px;
	line-height: 24px;
	display: block;
	color: #000;
	text-decoration: none;
}
.services-title h4 a:hover{
	color: #f0bd36;
	text-decoration: none;
}
.service-item-pic img{
	width: 100%;
	height: auto;
	display: block;
}

/* for pest control */

.pest-control-row{
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 50px 0;
}
.pest-item{
	width: 24%;
	margin: 0 0.5% 1% 0.5%;
}
.pest-item-inner{
	text-align: center;
	overflow: hidden;
}
.pest-item-inner h4{
  padding: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  border: 1px solid #ececec;
  background: #f0bd36;
}
.pest-item-inner h4:hover{
  background: #2b2b2b;
  color:#f0bd36!important;
}
.pest-control-thumb img{
	width: 100%;
	height: auto;
	display: none;
	border-radius: 10px;
}

/* for testimonial page */

.testimonial-row{
	display: flex;
	flex-wrap: wrap;
}
.testimonial-list{
	width: 48%;
	margin: 0 1% 5% 1%;
}

/* for contact page */

.contact-area{
	background: #fff1ad;
	padding: 50px 0 50px 0;
	overflow: hidden;
}
.contact-container{
	position: relative;
	max-width: 1255px;
	margin: 0 auto;
	color: #000;
}
.contact-note{
	position: absolute;
	top: 0;
	left: -310px;
	background: #ffe670;
	border-radius: 10px;
	max-width: 350px;
	text-align: center;
}
.contact-note span{
	font-size: 34px;
	line-height: 40px;
	font-weight: 600;
	padding: 15px 20px 15px 20px;
	display: block;
}
.contact-box-arrow{
	position: absolute;
	top: 110px;
	left: -205px;
}
.contact-box-arrow img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 178px;
}
.contact-container h2{
	font-size: 65px;
	line-height: 60px;
	padding: 0 0 0 0;
	font-weight: 500;
	text-align: center;
}
.contact-container p{
	font-size: 45px;
	line-height: 40px;
	padding: 0 0 10px 0;
	text-align: center;
}
.contact-form-box{
	overflow: hidden;
	padding: 70px 0 0 0;
}
.contact-form-right{
	width: 71%;
	float: right;
}
.contact-form-list{
	overflow: hidden;
	padding: 0 0 20px 0;
}
.contact-form-list-right{
	width: 49%;
	float: right;
}
.contact-form-list-left{
	width: 49%;
	float: left;
}
.contact-form-list input{
	font-size: 24px;
	width: calc(100% - 20px);
	height: 82px;
	background: #ffe670;
	border: none;
	padding: 0 10px 0 10px;
	color: #000000;
	border-radius: 5px;
}
.contact-form-left{
	width: 26.3%;
	float: left;
}
.contact-form-send input{
	font-size: 55px;
	font-weight: 700;
	width: 100%;
	height: 184px;
	background: #000000;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	direction:rtl;
}
.contact-form-send input:hover{
	background: #f0bd36;
	color: #fff;
}

.faqarea {
    margin: 20px 0;
    overflow: hidden;
    background: #eeeeee;
}
.faqarea .faq-title{
	padding:0px 15px 14px 15px;
	font-weight:bold !important;
    cursor:pointer;
	border-bottom:1px solid #ff982d;
	background:url(images/faq-bullet.png) no-repeat 25px center;
	margin:17px 0 0 0;
}
.accordionanswer{
	padding:7px 20px;
	overflow:hidden;
	display:none;
	border-bottom:1px solid #ff982d;
}

#faqs div {
    font-weight: 300;
       font-family: 'Heebo', sans-serif;
}

/* for price page */

.price-category-area{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 30px 0;
}
.price-category-list{
	width: 20%;
	margin: 0 2.5% 2% 2.5%;
}
.price-category-inner{
	text-align: center;
}
.price-category-thumb img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 125px;
	border-radius: 10px;
	transition-duration: .3s;
	transition-property: transform;
}
.price-category-thumb img:hover{
	transform: scale(1.1);
}
.price-content-list{
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
	overflow: hidden;
	border-bottom: 2px solid #f0bd36;
}
.price-list{
	padding: 10px 0;
	overflow: hidden;
}
.price-list-heading{
	background: url(images/price-list-dot-bg.png) repeat-x right center;
	overflow: hidden;
	font-size: 19px;
	font-weight: 600;
}
.price-list-right{
	float: right;
	background: #fff;
}
.pricelist-left{
	float: left;
	background: #fff;
}
.price-list-heading h4{
	padding: 0 0 0 20px;
}
.price-list-heading span{
	padding: 0 20px 0 0;
}


/* for blog page */

.articlecontainer{
	display:flex;
	flex-wrap:wrap;
}
.singlearticle{
	width:31.33%;
	margin:0 1% 3% 1%;
}
.articlethumb img{
	width:100%;
	height:auto;
	display:block;
}
.articleinfo{
	padding:20px 0;
	overflow:hidden;
}
.articleinfo h3{
	font-size:20px;
	padding:0 0 10px 0;
}
.readmore{
	text-align:center;
}
.readmore a{
	display:block;
	background:#000;
	color:#fff;
	font-size:17px;
	font-weight:900;
	text-decoration:none;
	padding:10px 10px;
}
.readmore a:hover{
	background:#f0bd36;
	color:#fff;
}