/*
Theme Name: Home Service Theme
Theme URI: http://siteurl.com
Description: The Home Service Theme based on the famous Wordpress CMS.
Version: 1.0
Author: Home Service
*/

/* normal */
/*Global CSS*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Noto+Sans:wght@400;700&family=Roboto:wght@100&display=swap');
* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { margin: 0px; padding: 0px; color: #666; font-size: 18px; font-family: 'Montserrat', sans-serif;background: #FFF; }
.clear { height: 0px; overflow: hidden; clear: both; }
p { padding-bottom: 15px; line-height: 24px; }
a { color: #000; }
a:hover { text-decoration: none; }
h1,h2,h3,h4,h5,h6 { padding-bottom: 5px; font-weight: normal; }
h1 { font-size: 60px;font-weight: 600;color: #000; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol { padding: 0px 0px 20px 15px; }
img { max-width: 100%; height: auto; }
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select { padding: 8px 10px; border: 1px solid #c8c3c3; font-size: 16px; outline: none; }
input[type="submit"], input[type="button"] { background: #666; padding: 10px; color: #fff; border: 0; cursor: pointer;  }
.owlslider, .owlslider li { margin: 0; padding: 0; list-style: none; list-style-type: none; }
.pageerror { text-align: center; padding: 150px 0; }

/* Wrapper */
#wrapper { float: left; width: 100%; overflow: hidden; }

	/* layout */
	#layout { width: 100%; position: relative; }
	.wrapper { max-width: 1190px; margin: 0 auto; position: relative; padding: 0 10px; }
	
	/* header */
	#header { padding: 0; position: relative; z-index: 10; background: #fff;border-bottom: 1px solid #f1f1f1; }
	.fixed { padding-top: 200px; }
	.fixed #header { position: fixed; left: 0; top: 0; width: 100%; }
	.logo { float: left; width: 20%;padding:8px 0;}
	.logo img{width: 80px;}
	/* topBar */
	.topBar { overflow: hidden; }
	.topBar ul { list-style: none; overflow: hidden; float: right; }
	.topBar li { padding-left: 5px; float: left; }
	.topBar li a { -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
	.topBar li a:hover img { opacity: 0.8; }

	/* menuBar */
	.menuBar {float: left;width: 80%;text-align: right;}
	.menuBar a.mobilemenu { display: none; }
	.menuBar ul { padding: 0px; list-style: none; }
	.menuBar li {padding: 24px 11px 24px 75px;position: relative;line-height: 30px;display: inline-block;font-size: 14px;}
	.menuBar li a { text-decoration: none; }
	.menuBar li a:hover, .menuBar li.active a { color: #333; }
	.menuBar ul > li.menu-item-has-children { padding-right: 15px; }
	.menuBar ul > li.menu-item-has-children > a { padding-right: 25px; background: url('images/arrow-down.png') right no-repeat; }
	.menuBar li ul { position: absolute; left: 0px; top:100%; width: 280px; background:#e53d34; }
	.menuBar li li { padding: 0px; float: none; width:100%; border: 0px; border-bottom: #CCC solid 1px; }
	.menuBar li li.menu-item-has-children > a { background: url('images/arrow-right.png') right no-repeat; }
	.menuBar li li a { padding:8px 20px; display: block; color: #FFF;text-align: left; }
	.menuBar li li a:hover { color: #eee; }
	.menuBar li li ul { left: 100%; top: 0px; }
	.menuBar li ul { display: none; }
	.menuBar li:hover ul { display: block; }
	.menuBar li:hover li ul { display: none; }
	.menuBar li:hover li:hover ul { display: block; }
	.menuBar a.close { display: none; }
	
/* home banner */
#homeBanner {float: left;width:100%;min-height: 700px; }
#homeBanner .left{float: left;width: 60%;padding:15% 0;}
#homeBanner .left p{padding: 30px 0 42px;color: #fff;text-shadow: 1px 1px 1px #000;font-size: 30px;}
#homeBanner .left a{    color: #fff;background: #e53d34;padding: 12px 30px;display: inline-block;text-decoration: none;}
#homeBanner .left h1{font-size: 60px;font-weight: 600;color: #000;}
#homeBanner .right{float: left;width: 40%;background: #fff;padding: 50px;border-top: 5px solid #e53d34;}	
#homeBanner .right h2{color: #000;font-weight: 600;font-size: 30px;padding-bottom: 20px;}
#homeBanner .right .field{float: left;width: 100%;margin-top: 20px;}
#homeBanner .right .field input{width: 100%;padding: 12px;margin-top: 20px;}
input.wpcf7-form-control.has-spinner.wpcf7-submit{background: #e53d34;font-size: 18px; font-family: 'Montserrat', sans-serif;}

.our_service{float: left;width: 100%;padding: 60px 0;border-bottom: 1px solid #0374a6;}
.our_service .ser-card{float: left;width:15%;background: linear-gradient(to right, #e53d34 0%,#e53d34 50%,#f1f6fb 0%,#f1f6fb 100%) no-repeat scroll right bottom / 210% 100% rgba(0,0,0,0);transition: all 0.3s ease;
    padding: 20px;margin: 1%;text-align: center;webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;-o-transition: all linear 0.2s;transition: all linear 0.2s;}
.our_service .ser-card img{width: 75px;}
.our_service .ser-card:hover{background-position: left bottom;transform: translate(0,-10px);}
.our_service a{display: block;text-decoration: none;}
.our_service h5{color: #000;font-weight: 600;padding-bottom: 30px;}
.our_service a .ser-card:hover{color: #fff;}
.our_service .ser-card p{padding: 10px 0;min-height: 100px;}
.our_service .ser-card.first{margin-left: 0px;}
.our_service .ser-card.last{margin-right: 0px;}


/* woocart */
input#alg_open_price_103{font-size:25px !important;margin-left: 10px;}
.woocommerce div.product form.cart{display: flex;align-items: center;}

.life{float: left;width: 100%;padding: 60px 0;}
.life .left{float: left;width: 50%;}
.life .right{float: left;width: 50%;}
.life .right h3{font-size: 22px;color: #e53d34;font-style: italic;font-weight: 600;}
.life .right ul li{font-size: 30px;color: #000;font-weight: 600;border-bottom: 1px solid #f1f1f1;padding: 20px 0;}
.life .right p{padding: 30px 0;}
.life .right a{color: #fff;background: #e53d34;padding: 12px 30px;display: inline-block;text-decoration: none;margin-top: 60px;}

.recent{float: left;width: 100%;padding: 60px 0;background: #EAEAEA;}
.recent .reccard{float: left;width: 33.333%;padding: 20px;}
.recent .reccard img{display: block;max-height: 233px;width: 100%;}
.recent .btm{background: #fff;padding: 30px;}
.recent .btm span{float: right;}
.recent h4{color: #000;font-weight: 600;}
.recent b{color: #000;}
.recent ul li{list-style: none;padding: 20px 0;}
.recent ul{padding: 0;}
.about_us{float: left;width: 100%;padding: 60px 0;}

.service-inner-page{float: left;width: 100%;}
.service-inner-page h1{background: #131d36;color: #fff;
text-align: center;padding: 60px 0;font-size: 40px;font-weight: 600;text-transform: uppercase;}
.all_service{float: left;width: 100%;padding: 60px 0;}
.all_service .rep-card{float: left;width: 25%;padding: 20px;text-align: center;border: 1px solid #f1f1f1;}
.all_service .rep-card img{width: 120px;display: inline-block;}
.all_service .rep-card p{color: #000;font-weight: 600;padding: 10px 0;}
.all_gallery{float: left;width: 100%;padding: 60px 0;background-color: #f1f6fb;}
.all_gallery h2{text-align: center;padding-bottom: 30px;text-transform: uppercase;color: #b9d057;}
.all_gallery .card-1{float: left;width: 31.33%;box-shadow: 0px 0px 9px #a5a5a5;padding: 20px;margin: 1%;background: #fff;}

.enq_form{float: left;width: 100%;padding: 60px 15%; background: url(images/form_bg.jpg)center center no-repeat; background-size:cover;background-attachment: fixed;}
.enq_form h2{text-align: center;padding-bottom: 30px;color: #fff;}
.enq_form .field{float: left;width: 50%;padding: 20px;}
.enq_form .field input{width: 100%;padding: 15px;border: 0px;}
.enq_form .field select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{width: 100%;padding: 15px;color: #585f63 !important;border: 0px;}
.enq_form select option{padding: 15px !important;}
.enq_form .field.msg{width: 100%;}
.enq_form .field.msg textarea{width: 100%;font-size: 16px;font-family: 'Montserrat', sans-serif;padding: 15px;border: 1px solid #c8c3c3;height: 120px;resize: none;border: 0px;}
.enq_form input.wpcf7-form-control.wpcf7-submit{background: #e53d34;font-size: 18px;font-family: 'Montserrat', sans-serif;border: 0px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{border: 2px solid #f7e700;clear: both;padding: 10px;text-align: center;color: #fff;}
.enq_form.new input.wpcf7-form-control.wpcf7-submit{background: #b9d057;}

.woocommerce-product-gallery__image.flex-active-slide{width: 300px !important;}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{width: 300px !important;}
div#respond{display: none;}	
.woocommerce-additional-fields{display: none;}
.upper-footer{float: left;width: 100%;padding: 100px 0;background: #131d36; }
.upper-footer .ft-card{float: left;width:25%;padding: 10px;}
.upper-footer .ft-card h3{color: #fff;font-weight: 600;padding-bottom: 30px;}
.upper-footer .ft-card ul{padding: 0;}
.upper-footer .ft-card ul li{list-style: none;line-height: 30px;}
.upper-footer .ft-card ul li a{color: #fff;text-decoration: none;}
.upper-footer .ft-card ul li a:hover{padding-left:2px;color:#e53d34;}

.all_service h2{color: #000;font-weight: 600;font-size: 30px;padding-bottom: 30px;}
.repair{float: left;width: 100%;padding: 60px 0;border-top: 1px solid #f1f1f1;}
.repair h2{color: #000;font-weight: 600;font-size: 30px;padding-bottom: 30px;}
.repair .left{float: left;width: 50%;}
.repair .right{float: left;width: 50%;}
.repair .right img{width: 100%;display: block;}
.copyright{float: left;width: 100%;padding: 0;background: #131d36;}
.copyright p{padding: 10px 0;text-align: center;color: #fff;border-top: 1px solid #fff;}


.page-id-55 header#header{display:none;}
.page-id-55 .upper-footer{display:none;}
.page-id-56 header#header{display:none;}
.page-id-56 .upper-footer{display:none;}

.page-id-57 header#header{display:none;}
.page-id-57 .upper-footer{display:none;}

body.product-template-default.single.single-product header#header{display:none;}
body.product-template-default.single.single-product .upper-footer{display:none;}
body.product-template-default.single.single-product .copyright{display:none;}

.page-id-55 .copyright{display:none;}
.page-id-56 .copyright{display:none;}
.page-id-57 .copyright{display:none;}



.woocommerce div.product form.cart div.quantity{    margin: 0px 10px !important;}
.woocommerce .quantity .qty{width: 50px;
    text-align: center;
    height: 36px;}

	
/* content */
#content { overflow: hidden; width: 100%; }
	
	/* left side*/
	#lefttPart { float: left; width: 100%; }
	#lefttPart h1{padding: 30px 0;font-size: 35px;}
		/* copy bar */
		.copyBar { width: 320px; }
	
	
	/* right side */
	#rightPart { float: right; width: 36%;display: none; }
	
		/* sideBar */
		.sideBar .widget { margin-bottom: 20px; }
		.sideBar ul { padding: 0 0 0 0; list-style: none; overflow: hidden; }
		.sideBar li { padding: 8px 0; line-height: 18px; border-top: #ddd solid 1px; }
		.sideBar li:first-child { border: 0px; }
		.sideBar li a { text-decoration: none; }
		.sideBar h3 { padding-bottom: 15px; }

		/* footer */
		
	
	/* fullPart */
 	#fullPart { float: left; width: 100%; }
	
	
/* Begin Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */

/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
#commentform input { width: 100%; margin: 5px 5px 1px 0; }
#commentform { margin: 5px 10px 0 0; }
#commentform textarea { width: 100%; padding: 2px; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit { margin: 0 0 5px auto; width: auto; float: right; }
.commentlist li,
#commentform input,
#commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite,
.commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }
#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentmetadata { font-weight: normal; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none; }
.commentlist li ul li { margin-right: -5px; margin-left: 10px; }
.commentlist p { margin: 10px 5px 10px 0; }
.children { padding: 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
/* End Comments */

/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
#wp-calendar #prev a,
#wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em; }
hr { display: none; }
a img { border: none; }
.navigation { display: none; text-align: center; margin-top: 10px; margin-bottom: 60px; }
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/* End captions */

	
		
		/* footer */
		#footer { padding: 20px 0; overflow: hidden; border-top: #999 solid 1px; } 
		#footer p { float: left; }
		#footer span { float: right; }


/* Responsive Css Start */				
@media only screen and (max-width: 1024px) {
	
	
}
		
@media only screen and (max-width: 767px) {
	
	#header { padding-top: 0; }
	#header a.mobilemenu { padding: 0 65px 0 0; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; display: block; text-decoration: none; font-weight: bold; position: absolute; left: 0px; top: 0px; line-height: 40px; text-transform: uppercase; text-align: right; color: #333; font-size: 14px; background: #aaaaaa; }
	#header a.mobilemenu:before, #header a.mobilemenu:after, #header a.mobilemenu span { width: 35px; height: 3px; display: block; position: absolute; right: 15px; top: 10px; content: ""; background: #21344d; }
	#header a.mobilemenu:after { top: auto; bottom: 10px; }
	#header a.mobilemenu span { top: 18px; }
	.mm-opened a.close { display: block; }
	.menuBar a.close { width: 50px; height: 20px; font-size: 0px; position: absolute; left: 20px; top: 9px; z-index: 8888; }
	.menuBar a.close:before, .menuBar a.close:after { width: 30px; height: 3px; display: block; position: absolute; left: 0px; top: 10px; content: ""; background: #21344d; -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
	.menuBar a.close:after { -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
	
	.menuBar { padding: 0px; }
	.menuBar ul { display: none; position: absolute; left: 0px; top: 42px; z-index: 10; width: 100%; background: #aaa; }
	.menuBar li { padding: 0px; float: none; border: 0px; }
	.menuBar li a { padding: 5px 15px; display: block; border-bottom: #FFF solid 1px; }
	.menuBar li a:hover, .menuBar li.active a { background: #999; }
	.menuBar ul > li.dropdown { padding-right: 0px; }
	.menuBar ul > li.dropdown > a { padding-right: 0px; background: url('../images/arrow-down.png') 95% center no-repeat; }
	.menuBar ul > li.dropdown > a:hover, .menuBar ul > li.dropdown.active > a { padding-right: 0px; background: #999 url('../images/arrow-down.png') 95% center no-repeat; }
	.menuBar li ul { position: static; left: 0px; top: 0px; width: 100%; }
	.menuBar li:hover ul { display: none; }
	.menuBar li li { border: 0px; }
	.menuBar li li a { padding-left: 40px; }
	.menuBar li li li a { padding-left: 60px; }
	
	#lefttPart { width: 100%; float: left; margin-bottom: 20px; }
	#rightPart { width: 100%; float: left; }
	.logo { max-width: 200px; }
	.logo img { max-width: 100%; height: auto; }
	
	.logo { max-width: 200px; margin: 50px auto 0; float: none; }	
	.topBar ul { padding: 0px; padding-top: 20px; text-align: center; float: none; }
	.topBar ul li { display: inline; float: none; }
	
	#footer { text-align: center; }
	#footer p, #footer span { float: none; }
	
		
}

@media only screen and (max-width: 639px) {
	
	#homeBanner a.flex-prev, #homeBanner a.flex-next { display: none; }
	
}
 
@media only screen and (min-width: 768px) {
	
	.mm-menu.mm-current { display: none !important; }
	html.mm-opening .mm-slideout { transform: translate(0px, 0px) !important; -webkit-transform: translate(0px, 0px) !important; }
	html.mm-opened { overflow: visible !important; }
	html.mm-opened body { overflow: visible !important; }
	#mm-blocker { display: none !important; }
	
}