
*{
    margin:0;
    padding:0;
    border:none;
   
 
}
ul, li {list-style:none; text-decoration:none;}
ul{padding: 0px; margin:0px !important;}
a{/* color:#0e4b8e; */ color:#000; text-decoration:none; outline:none; border:none;  transition:all 0.5s;}
a:hover, a:focus{ text-decoration:none; color:#75c100;  transition:all 0.5s;}
h1, h2, h3, h4, h5, h6{ color:#000; font-family: 'sintonybold'; padding: 0px;margin: 0;}
h3{ font-size:36px; margin-bottom:10px; text-align:center;}
img{ max-width:100%; vertical-align:middle;}
p{ margin-bottom:10px;}




@font-face {
    font-family: 'sintonybold';
    src: url('../fonts/sintony-bold-webfont.woff2') format('woff2'),
         url('../fonts/sintony-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sintonyregular';
    src: url('../fonts/sintony-regular-webfont.woff2') format('woff2'),
         url('../fonts/sintony-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{background:#fff;  font-family: 'sintonyregular'; font-size: 16px;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}

.wpcf7-form-control::-moz-placeholder{color:#000;}
.wpcf7-form-control::-webkit-input-placeholder{color:#000;}

select{color:#000;}

option[value=""][disabled] {
  display: none;
}


.no-padding{padding:0px;}
.top-container{
	width:100%; 
	float: left; 
	margin:0px auto; 
	background-color:#7fc500;
	
}
.phone{
	/*width:71%;
	float:right;
	background: #fff;*/
}
.top-container .container{position:relative;}
.logo{
	position:relative;
	width: 100%;
	float: left;
}
.logo img{position:absolute; bottom:-70px; left:0px;}
.phone p{
	font-size:18px;
	color: #fff;
	background: #686767;
	padding:9px 18px;
	display:inline-block;
	float:right;
	font-family: 'sintonybold';
	border-right:4px solid #fff;
	border-left:4px solid #fff;
	margin:0px;

}
.phone p i{font-size:20px; color:#fff; padding:0px 7px;}
.phone p a{
	color:#fff;
	
}
.phone p a:hover{
	color:#75c100;
}
.nav-column{width:100%; float:left;}
.menu_wrapper ul{padding:20px 0px; float:right;}
.menu_wrapper ul li{
    position: relative;
    float:left;
    padding:5px 0px;
}
.menu_wrapper ul li a{
    font-size:16px;
    color:#686767;
    padding:0px 20px; 
    font-family: 'sintonybold';
    border-right:2px solid #838282;
    text-transform:uppercase;
}
.menu_wrapper ul li a:hover, .menu_wrapper ul li.current-menu-item > a{
    color:#75c100;
}

.menu_wrapper ul li:last-child a{
    border-right:none;
}
.menu_wrapper ul li:hover > ul{
    display:block;
}

.home-slider{
    width:100%;
    float:left;
}
.home-slider .slick-next {
    right: 0px;
    /* display: none !important; */
}
.slick-prev{
	z-index:9;
}
.home-slider .slick-dotted.slick-slider{margin:0px;}
.banner-images{
    width:100%;
    height:525px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    display: table !important;
    text-align: center;
}
.banner-caption{
    display:table-cell;
    vertical-align: middle;
}
.banner-caption h2{
    color:#fff;
    font-size:36px;
    text-transform:uppercase;
    margin-bottom: 25px;
}
.banner-caption a, .tabs-details-read-more a{
    background-color:#7fc500;
    padding:10px 30px;
    color:#fff;
    font-size:18px;
    font-family: 'sintonybold';
    margin-top: 30px;
    text-transform:capitalize;
    position: relative;
}

.banner-caption a:hover, .tabs-details-read-more a:hover{
    color:#fff;
    background-color:#000;
}

.we-offers{
	width:100%;
	float:left;
	padding:70px 0px 30px 0px;
	background-image:url(../images/we-offer-back.png);
	background-size:cover;
	background-position: top center;

}
.what-we-offer h3{color:#fff; text-transform: uppercase;}
.what-we-offer p{font-size:17px;color:#fff; text-align:center; position:relative; padding:0px 0px; display: table; margin:0px auto;} 
.what-we-offer p:after{
	position: absolute;
	content: '';
	width:118px;
	height:12px;
	background-image:url(../images/line.png);
	background-repeat: no-repeat;
	transform: rotate(178deg);
	left:100%;
	display: table;
	top:3px;

}

.what-we-offer p:before{
	position: absolute;
	content: '';
	width:118px;
	height:12px;
	background-image:url(../images/line.png);
	background-repeat: no-repeat;
	transform:none;
	right:100%;
	display: table;
	top:9px;

}

.offers-column-main{
	margin-top: 80px;
}
.offers-column{
	width:18.33%;
	float:left;
	margin:0px 9px;
	position: relative;
}
.offer-clumn-1{
	width:70%;
	float:none;
	margin:0px auto;
	background:#fff;
	padding:0px 10px;
	border-bottom:1px solid #92c338;
	box-shadow: 0px 7px 16px rgba(255,255,255,0.5);
	transition: all 0.6s linear;
	min-height: 241px;
	position:relative;
}


.offers-column:after {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 60px solid #fff;
    border-left: 107px solid transparent;
    border-right: 108px solid transparent;
    left: 0px;
    bottom: 100%;
    transition: all 0.6s linear;
}
.offer-icon{
	width:60px;
	height:60px;
	background-color:#7fc500;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:50px;
	float:none;
	margin: 0px auto;
	position: relative;
    bottom: 20px;
    z-index: 1;

}

.offers-column h5{
	font-size:18px;
	color:#000;
	font-family: 'sintonybold';
	text-align:center;
	padding:0px 0px 10px 0px;
	letter-spacing: 0px;

}
.offers-column p, .offer-cont{
	font-size:11px;
	color:#000;
	text-align:center;
	padding-bottom:5px;
}
.offers-read-more {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin: 5px auto 25px auto;
    bottom: -2px;
    left: 0;
}
.offers-read-more a{
	padding:8px 15px;
	border-radius:4px;
	background-color:#7fc500;
	color:#fff;
	font-size:12px;
	font-family: 'sintonybold';
}
.offers-read-more a:hover{
	background:#000;
	color:#fff;
	border: 1px solid #fff;
}

.offers-column:hover .offer-clumn-1 {
    background-color: #000;
    box-shadow: 0px 7px 16px rgba(0,0,0,0.5);
}
.offers-column:hover:after{
	border-top: 10px solid transparent;
    border-bottom: 60px solid #000;
    border-left: 107px solid transparent;
    border-right: 108px solid transparent;
}
.offers-column:hover .offer-clumn-1 h5{color:#fff}
.offers-column:hover .offer-clumn-1 p , .offers-column:hover .offer-cont{color:#fff}




.home-why-fqs .squaredThree {
	position: relative;
}

.home-why-fqs .squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	border-radius: 20px;
	background:#fff;

	-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
}
.home-why-fqs .squaredThree label:after {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);*/
	opacity: 1;
	content: '';
	position: absolute;
	width: 14px;
	height: 10px;
	/*background: transparent;*/
	top: 6px;
	left: 6px;
	border: 3px solid #92c338;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.home-why-fqs .squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.9;
}
.home-why-fqs{
	width:100%;
	float: left;
	padding-top:50px;
}
.home-why-fqs input[type="checkbox"], input[type="radio"]{display:none;}
.home-why-fqs h3{
	color:#fff; 
	text-transform: capitalize;
	padding:6px 0px 15px 0px;
}
.checkbox-1{
	width:10%;
	height: 30px;
	float:left;
	margin-bottom: 12px;
}

.form-fqs{
	width:90%;
	float: right;
	margin-bottom: 12px;
}
.form-fqs label{
	font-size:17px;
	color:#fff;
	text-shadow:0px 2px 2px rgba(0,0,0,0.4);
	padding:1px 4px;
	font-family: 'sintonybold';
    font-weight: normal;
}


.home-call-us{
	width:100%;
	float: left;
}
.home-call-us h4{
	color:#fff;
	font-size:30px;
	padding:20px 0px 30px 0px;
	text-align: center;
}
.home-call-us h4 a{
	color:#000;
	border-bottom:1px solid #b7b7b7;
}
.home-call-us h4 a:hover{color:#fff;}

.plastering-painting-column{
	width:100%;
	float: left;
	padding:70px 0px 220px 0px;
	background-image:url(../images/plastering-painting.png);
	background-size:cover;
	background-position:right center;
}

.plastering-painting-column h2{
	color:#000;
	text-align: center;
	padding-bottom:10px;
	font-size: 22px;
}
.plastering-painting-column h3{
	color:#000;font-size: 22px;
	text-align: center;
}
.plastering-painting-column p{
	font-size:14px;
	color:#000;
	text-align: center;
}

.plastering-painting-column .home-call-us h4{
	color:#7fc500;
	font-size:18px;
	text-align:center;
}
.plastering-painting-column .home-call-us h4 a{
	color:#000;
}
.plastering-painting-column .home-call-us h4 a:hover{
	color:#7fc500;
}

.small_content{}
.major_content{}




.latest-work-section{
	width:100%;
	float:left;
}
.latest-work-mid-column{
	position:relative;
}
.latest-work-content{
	width:100%;
	float:left;
	position: absolute;
	bottom:0px;
	left: 0px;
}
.latest-work-content:after{
	position: absolute;
	content: '';
	width:100px;
	height:60px;
	background-image: url(../images/left-arrow.png);
	background-repeat: no-repeat;
	left:0px;
	top:25px;
}
.latest-work-content:before{
	position: absolute;
	content: '';
	width:100px;
	height:60px;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	right:0px;
	top:25px;
}
.latest-work-content h3{
	color:#000;
	text-align:center;
	padding-bottom:10px;
	text-transform: uppercase;
	position: relative;
}

.latest-work-content p{
	font-size:17px;
	color:#000;
	text-align:center;
	padding:0px 10px 25px 10px;
	position: relative;
	display:table;
	margin:0px auto;
}
.latest-work-content p:after{
	position: absolute;
	content: '';
	width:105px;
	height:10px;
	background-image: url(../images/right-line.png);
	background-repeat: no-repeat;
	left:100%;
	top:8px;
}
.latest-work-content p:before{
	position: absolute;
	content: '';
	width:105px;
	height:10px;
	background-image: url(../images/left-line.png);
	background-repeat: no-repeat;
	right:100%;
	top:8px;
}
.recent-works-images {
    float: left;
    margin: 5px 5px;
    width: 97%;
    height: 250px;
    background-size: cover !important;
    position: relative;
	background-position:center center;
    
}
.gallery-column{display: none;}
.gallery-column.gallery-display-4 {
    display: block;
}

.gallery-section{
	width:100%;
	float: left;
	position: relative;
	z-index: 2;

}
.icon-hover{
	width:100%;
	height:100%;
	background-image:url(../images/plus.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(127,197,0,0.7);
	opacity:0;
	transition:0.5s all linear;
}
.recent-works-images:hover .icon-hover{
	opacity: 1;
}

.view-all{
	width:100%;
	float: left;
	text-align: center;
	margin:30px 0px;
}
.view-all a{
	display:inline-block;
	padding:7px 20px;
	border-radius:4px;
	border:1px solid #000;
	color:#000;
	font-size:14px;
	text-transform: lowercase;
}
.view-all a:hover {
    color: #7fc500;
    border: 1px solid #7fc500;
}
.home-cotnact-form-section{
	width:100%;
	float:left;
	background:url(../images/contact-form-back.png);
	background-size: cover;
	/*position: relative;
	top: -111px;*/
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px 0px 10px 0px;
    margin: -60px 0px 0px 0px;
    height: 720px;

}
.inner-contact{
	width:100%;
	float:left;
	background:url(../images/inner-contact-form-back.png);
	background-size: cover;
	/*position: relative;
	top: -111px;*/
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px 0px 15px 0px;
    margin: -50px 0px 0px 0px;
    height:620px;
}
.home-cotnact-form-section.inner-contact.contact-page {
    height: 100%;
    max-height: 800px;
}
.home-contact-form{
	width:94%;
	float:left;
	padding-top: 130px;
	margin-left:40px;

}
.home-contact-form h3{
	font-size:40px;
	color:#7fc500;
	text-transform: uppercase;
	padding:0px 40px;
	position: relative;
	display:table;
	margin:0px auto;
}
.home-contact-form h3:before{
	position: absolute;
	content: '';
	width:50px;
	height:50px;
	background-image:url(../images/contact-form-left-arrow.png);
	top:25px;
	right: 100%;
	background-repeat: no-repeat;
}
.home-contact-form h3:after{
	position: absolute;
	content: '';
	width:50px;
	height:50px;
	background-image:url(../images/contact-form-right-arrow.png);
	top:25px;
	left: 102%;
	background-repeat: no-repeat;
}
.home-contact-form p{
	font-size:17px;
	color:#201f1c;
	text-align:center;
	padding-bottom:20px;
}
.home-contact-form input, .home-contact-form select, .home-contact-form textarea{
	padding:6px 12px !important;
	background: #fff;
	color:#000;
	font-size:17px;
	font-family: 'sintonybold';
	border:4px solid #d4e8af !important;
	width:100%;
	margin-bottom:8px;
	height:45px;
}
.home-contact-form textarea{
	height:90px;
}
.home-contact-form select{color:#2c2c2c;}
.home-contact-form input.contact-submit{
	padding:12px 20px !important;
	background-color:#2c2c2c;
	color:#fff;
	text-align:center;
	width:180px;
	float:none;
	margin:0px auto;
	display: table;
	font-size:18px;
	text-transform:uppercase;
	margin-top:7px;
	border:none !important;
	border-radius:5px !important;
	transition:all 0.4s linear;

}
.home-contact-form input.contact-submit:hover {
    background: #7fc500;
    color: #000;
}
.home-contact-form input:focus, textarea:focus, select:focus{outline-offset: 0px; outline:none;}
.home-testimonial{
	width:100%;
	float:left;
	padding:10px 0px;
	margin:-30px 0px 0px 0px;
}
.inner-testimonial{
	background-image: url(../images/inner-testimonial.png);
	background-position: center -100px;
	background-size:cover;
	padding-top:110px;
}
.home-testimonial .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
	opacity: 1;
}
.home-testimonial .slick-prev, .slick-next {
    position: absolute;
    display: block;
    width: 26px;
    height: 50px
 }
.home-testimonial .slick-prev , .home-testimonial .slick-next{
	top:36%;
}
.home-slider .slick-prev:before , .home-slider .slick-next:before{
	font-size:30px;
}
.home-slider .slick-prev:focus , .home-slider .slick-next:focus{
	color:transparent;
}
.home-slider .slick-prev{
	left:30px;
}
.home-slider .slick-next{
	right:30px;
}

.home-testimonial h3{
	font-size:36px;
	color:#7fc500;
	text-transform: uppercase;
	position: relative;
	display:table;
	margin:0px auto;
	padding: 0px 15px;
}
.home-testimonial h3:after{
	position: absolute;
	content: '';
	width:105px;
	height:17px;
	background-image: url(../images/testimonial-icon.png);
	background-repeat: no-repeat;
	left:100%;
	top:10px;
}
.home-testimonial h3:before{
	position: absolute;
	content: '';
	width:105px;
	height:17px;
	background-image: url(../images/testimonial-icon.png);
	background-repeat: no-repeat;
	right:100%;
	top:10px;
	transform: rotate(180deg);
}
.home-testimonial .slick-slide{
	height:auto;
}
.home-testimonial .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.testinonial {
    width: 80%;
    float: none;
    margin: 0px auto;
}
.testinonial-client{
	margin:0px auto;
	padding:5px 40px 50px 40px;
	border-right:1px solid #e5f3cc;
	border-left:1px solid #e5f3cc;
}

.testinonial-client h4{
	font-size:17px;
	color:#2c2c2c;
	font-style:italic;
	text-align:center;
	padding:5px 20px;
	position: relative;
	 font-family: 'sintonyregular';
	 margin-top:10px;
}
.testinonial-client h4:after{
	position: absolute;
	content: '';
	width:50px;
	height:30px;
	background-image: url(../images/quote-left.png);
	background-repeat: no-repeat;
	left:0px;
	top:-6px;
}
.testinonial-client h4:before{
	position: absolute;
	content: '';
	width:50px;
	height:30px;
	background-image: url(../images/quote-right.png);
	background-repeat: no-repeat;
	right:-22px;
	top:-6px;
}
.testinonial-client h6{
	font-style: normal;
	text-align: center;
	margin: 10px auto;
    display: block;
    font-size:17px;
	color:#2c2c2c;
	 font-family: 'sintonyregular';
}
.testinonial-client h5{
	font-size:17px;
	color:#7fc500;
	font-family: 'sintonybold';
	text-align: center;
	letter-spacing:0;
}
.home-testimonial .slick-next{
	right:-50px;

}
.home-testimonial .slick-prev{
	left:-50px;
}
.home-testimonial .slick-next:before {
    content: '\f105';
    font-weight: normal;
    font-style: normal;
    font-family: FontAwesome;
    font-size: 55px;
    color: #7fc500;
}
.home-testimonial .slick-prev:before {
    content: '\f104';
    font-weight: normal;
    font-style: normal;
    font-family: FontAwesome;
    font-size: 55px;
    color: #7fc500;
}
.home-testimonial .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	color:#7fc500;
}

/*Inner pages css start*/
.inner-banner{
	width:100%;
	float:left;
	background-position:center;
	background-size:cover;
	height: 155px;
	border-top:2px solid rgba(0,0,0,0.6);
	display: table;
	position: relative;
}

.inner-title-bg{
	position: absolute;
	content:'';
	width:37%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	top:0px;
	left:0px;
	border-right: 1px solid #bababb;
}
.inner-title-bg:after{
    width: 400px;
    height: 1px;
    background: #9f9a94;
    content: '';
    position: absolute;
    top: 57%;
    right: 0px;

}
.page-bradcrumb{
	padding:50px 0px;
	position: relative;
	z-index: 99;
}
.page-bradcrumb h1{
	color:#fff;
	font-size:24px;
	text-transform: uppercase;
	margin:0px;
}

.page-bradcrumb ul li{
	float:left;
	padding:10px 20px 5px 0px;
	position: relative;
}
.page-bradcrumb ul li:last-child:after{
	display: none;
}
.page-bradcrumb ul li:after{
	content: '\f105';
	position: absolute;
    font-weight: normal;
    font-style: normal;
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    top:7px;
    right:5px;
}
.page-bradcrumb ul li.active a{color:#7fc500;}
.page-bradcrumb ul li a{
	color:#fff;
	font-size:12px;
}
.page-bradcrumb ul li.active {color:#7fc500;}
.page-bradcrumb ul li {
	color:#fff;
	font-size:12px;
}
.gallery-pages-section{
	width:100%;
	padding:70px 0px 20px 0px;
}
.gallery-pages-section h3{
	color:#000;
	text-transform: uppercase;
}
.gallery-pages-section p{
	text-align: center;
	padding-bottom: 25px;
	font-size:17px;
	color:#000;
}
.home-why-fqs.about-fqs h3{
	color:#000;
}

.about-fqs .form-fqs label {
    font-size: 17px;
    color: #000;
    text-shadow:none;
    padding: 1px 4px;
}
.home-why-fqs.about-fqs .squaredThree label{
	background:#7fc500;
}
.home-why-fqs.about-fqs .squaredThree label:after {
	border-color:#fff;

}


.about_us-top{
	width:100%;
	float:left;
	padding:60px 0px 0px 0px;
}
.about_us-top h3{
	color:#000;
	padding:0px 100px 25px 100px;
	text-align: center;
}


.about_us-top h3 span{color:#7fc500;}

.about_us-top h2{
	color:#000;    font-size: 22px;
	
}

.about-left{
	height:510px;
	background-size:cover;
	background-position:right center;
	background-repeat: no-repeat;

}

.home-call-us.inner-about h4{font-size:21px; color:#7fc500; padding-top: 51px;  text-align: left;}
.home-call-us.inner-about h4 a:hover{color:#7fc500;}
.home-call-us.inner-page-home-call h4{
	color:#000;
}
.home-call-us.inner-page-home-call h4 a:hover{color:#7fc500;}
.home-cotnact-form-section.inner-contact{
	
	/*background-image:url(../images/contact-page-contact-form-back.png);*/
	background-size: cover;
	background-position: center;
}


.our_values {
    padding-right: 15%;
    padding-left: 50px;
}
.our_values h5{
	font-size:24px;
	color:rgb(127,197,0);
	padding-bottom:25px;
	text-transform: capitalize;
}
.our_values p{
	font-size:14px;
	margin-bottom:20px;
}
.about_us-top.services-page{
	padding:0px;
}
.service-page-title{
	width:100%;
	float:left;
	padding-top:60px;
	padding-right: 8%;
    padding-left: 20px;
}
.service-page-title h1{
	font-size:36px;
	color:#000;
	text-align:left;
	padding-bottom:20px;
	margin:0px;
}
.services-page-left{
	height:100%;
	background-size:cover;
	background-position:right center;
	background-repeat: no-repeat;

}
.service-page-title p{
	font-size:14px;
	color:#000;
	margin:0px;
	padding-top:10px;
}

.service-page-title p b{font-family: 'sintonybold';}
.we-offers.services-listing{padding-bottom:100px;}
.contact_us{
	width:100%;
	float:left;
	padding:70px 0px 10px  0px;
}
.contact_us h3{
	text-transform: uppercase;
}
.contact_us p{
	font-size:17px;
	padding:10px 80px;
	text-align:center;
}
.home-contact-form.contact-page-form h3{padding:0px 70px;}
.contact_us p a{color:#7fc500; }
.contact_us p a:hover{color:#000;}
.contact-column{
	width:100%;
	float: left;
	padding: 30px 20px 10px 30px;
    margin: 25px 0px;
    border: 1px solid #7fc500;
    min-height: 150px;

}
.contact-column ul li{
	display: block;
	color:#000;
}
.contact_us .contact-column ul li p{font-size:16px; padding:0px; text-align: left; margin:0px;}
.contact-column ul li p a{color:#000;}
.contact-column ul li p a:hover{color:#7fc500;}
.contact-column ul li p b{display: block; font-size:17px; font-family: 'sintonybold'; color:#000;text-align:left; padding:10px 0px 4px 0px;}
.contact-column ul li img{
	float:left;
	padding:11px 15px 30px 0px;
}
.contact-maps{width:100%; float:left; margin:0px auto; height: 450px; border-top: 2px solid #fff; outline-offset: 0px;}
.home-contact-form div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    float: left;
}
.home-contact-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
}
.home-contact-form div.wpcf7-response-output {
    margin: 0em 0.5em 0em;
    padding: 0.2em 1em;
}

.acf-map {
    float: left;
    height: 100%;
    width: 100%;
}



/*location page css*/

.container-fluid-2 {
	background-color:white;
	background-image:url(../images/maps-back.png);
	background-repeat: no-repeat;
	background-size:cover;
	font-size:12px;
	color:white;
	padding-bottom:50px;
	height:840px;
	position: relative;
}
.maps{
	width:100%;
	float: left;
	background-image: url(../images/maps.png);
	background-position: center;
	background-size: cover;
}
.container-fluid-2:after{
	position: absolute;
	content: '';
	bottom:-1px;
	left:0px;
	width:100%;
	height:170px;
	background-image: url(../images/new.png);
	background-size: cover;
}
.location-page{
	width:100%;
	float: left;
	padding:50px 0px;
}
.loacation-top-heading{font-size:18px; text-align: center; color:#000; padding:10px 0px;}

.location-column {
    width: 83%;
    float: left;
    background-color: rgb(127,197,0);
    padding: 20px 30px;
    border-radius: 6px;
    border: 1px solid #fff;
    position: relative;
    margin: 140px auto 7px 17px;
}
.location-column h4 {
    font-size: 17px;
    color: #fff;
    padding: 0px 0px 10px 0px;
    font-family: 'sintonybold';
}
.location-column p{
	font-size:12px;
	color:#fff;
}
.location-column p a {
	color:#fff;
	font-family: 'sintonybold';
}
.location-column p a:hover{
	color:#000;
}
.custom-margin-top-3 .location-column {
    margin: 35px 46px;
}

.location-column.content-2{
	margin:-12px 0px 0px 28px;
}
.tri-left.left-in:after{
	content: ' ';
	position: absolute;
	right: 100%;
	top: 40%;
	/*border-right: 40px solid #7fc500;
    border-top: 18px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 18px solid transparent;*/
    width:37px;
    height:37px;
    background-image:url(../images/location-arrow.png);
    background-repeat: no-repeat;
    z-index: 2;
    transform: rotate(180deg);
}

.tri-left.left-in:before{
	content: ' ';
	position: absolute;
	top: 20%;
    left: -13%;
	width:40px;
	height:50px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.location-page .home-testimonial {
    margin: 20px 0px;
}
/*.tri-left.left-in:nth-child(odd):after{
    content: ' ';
    position: absolute;
    right: 100%;
    top: 40%;
    border-right: 40px solid #fff;
    border-top: 18px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 18px solid transparent;
    z-index:1;
}*/


.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	left: 100%;
  	top: 40%;
	/*border-left: 40px solid #7fc500;
    border-top: 18px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 18px solid transparent;*/
     width:37px;
    height:37px;
    background-image:url(../images/location-arrow.png);
    background-repeat: no-repeat;
}

.tri-right.right-in:before{
	content: ' ';
	position: absolute;
	top: 20%;
    right: -64px;
	width:40px;
	height:50px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.location-column.content-3{
	margin:35px 0px 0px 47px;
}
.location-column.content-4{
	margin:-35px 0px 0px 28px;
}

.locaton-details{width:100%; float: left;}

.location-details-content h4{
	font-size:30px;
	color:#000;
	padding-bottom:15px;
}

.location-details-content h6{
	font-size:18px;
	color:#000;
	padding-bottom:15px;
}
.location-details-content p{
	font-size:14px;
	padding-bottom:15px;
}
.locaton-details .modal-body {
    position: relative;
    padding: 15px;
    margin-top: 20px;
}
.locaton-details .modal{
	background: #7fc500;
}
.locaton-details .modal-header{padding:0px; border:none;}
.locaton-details .modal-footer{border:none;}

.locaton-details .close {
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
    border-radius: 20px;
    margin: 0px;
    top: -22px;
    right: -20px;
}







/*footer */
.footer-call-main{
	background-color:#1b1b1b;
	padding:25px 0px;
	position:relative;
}
.footer-call-main:after{
	position:absolute;
	width:100%;
	height:30px;
	content:'';
	top:-27px;
	left:0px;
	background-image: url(../images/footer-call.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-size:100%;
	z-index:3;
	/*transform:rotate(180deg);*/

}
.footer-top-call-us h4 {
	font-size:24px;
	color:#7fc500;
	text-align: center;
	margin:0px;
}
.footer-list i.fa.fa-mobile.fa-2x {
    font-size: 30px;
    margin-left: 4px;
    margin-top: -3px;
}
.footer-top-call-us h4 span, .footer-top-call-us  h4 span a{color:#fff;}
.footer-top-call-us h4 span a:hover{color:#7fc500;}
.footer-section-main {
	background-color: black;
	background-image: url(../images/footer-2-links.png);
	background-repeat:no-repeat;
	background-position: center -1px;
	background-size:100%;
	padding:40px 0px;
	line-height: 25px;
	border-top: 1px solid #2b2b2b;
}
.footer-column h4, .address-links h4{
	font-size:21px;
	color:#ccc;
	font-family: 'sintonyregular';
	padding:10px 0px 30px 0px;
}
.footer-column ul li{
	padding:0px 13px;
	position: relative;
}
.footer-column ul li:after{
	content: '\f105';
    font-weight: normal;
    font-style: normal;
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    left:0px;
    top:0px;
    position: absolute;
    transition: all 0.5s;
}
.footer-column ul li a{color:#cccccc;  font-family: 'sintonyregular'; font-size:14px;}
.footer-column ul li a:hover{color:#7fc500;}

.footer-column ul li.current-menu-item a, .footer-column ul li.current-menu-item:after{color:#7fc500;}

.footer-list li p a{color:#fff;}
.footer-list li p a:hover, .footer-column ul li:hover:after{color:#7fc500;}

.footer-list li{display:block;}
.footer-list li p {
	color:#fff;
	font-size:14px;
	color:#ccc;
	padding-right: 50px;
}
.footer-list li i{color:#fff; font-size:26px;}

/*.address-links {
	padding-right: 0px;
	padding-left:0;
}*/

.link-icon {
	width:40px;
	float:left;

}

.container-fluid-footer-3 {
	background-color: rgb(27,27,27);
	color:white;
}
.copyright p{
	font-size:14px;
	color:#ccc;
}
.copyright p sup{top:0px;}

.container-fluid-footer-3 a {
	color:white;
}

.copyright {
	padding:11px;
	padding-top:25px;
}

.smegoweb-logo {
	padding:20px 0px 11px 50px;
}

.social-footer {
	background-image: url(../images/footer-social-back.png);
	background-size: cover;
	background-repeat:no-repeat;
	margin:0 auto;
	text-align: center;
	padding:15px;
	padding-top:25px;
	/*background-color:#ccc;
	transform:skew(0deg, -10deg);*/
}

.social-footer a {
	padding:12px;
	color:rgb(169,169,169);
}
.social-footer a i{font-size:22px;}

/**.social-footer a:hover {
	color:white;
}**/

/**.up-arrow {
	background-color: rgb(42,42,42);
	margin:0 auto;
	padding:26px 20px 26px 20px;
	transition: all 0.5s linear;
	position: fixed;
	bottom:0px;
	z-index: 222;
}**/
.up-arrow {
    background-color: rgb(42,42,42);
    margin: 0 auto;
    transition: all 0.5s linear;
    position: fixed;
    z-index: 222;
    border-radius: 100%;
    left: auto;
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: 30px;
}
.up-arrow center {
    position: absolute;
    left: 50%;
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 17px;
}
.up-arrow:hover {
    background: #7fc500;
}
.smegoweb-logo span.span-block {
    color: #ccc;
    font-size: 14px;
}









.custom-ul-li li {
    display: inline-block;
    padding-right: 29px;
    line-height: 45px;
    position: relative;
    padding:0px 32px;
    color:#fff;
    font-family: 'sintonybold';
    font-size:18px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.custom-ul-li ul {
    text-align: center;
}

.custom-ul-li li:before {
   content: "\f00c";
    font-family: FontAwesome;
    color: #92c338;
    height: 25px;
    display: inline-block;
    text-align: center;
    width: 25px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 25px;
    left: -6px;
     text-shadow:none;
    position: absolute;
    top: 10px;
    -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
}
.about-fqs .custom-ul-li li{
	color:#000;
}
.about-fqs .custom-ul-li li:before {
	  background-color: #7fc500;
	  color:#fff;
}

/*.home-why-fqs .squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	border-radius: 20px;
	background:#fff;

	-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: 2px 2px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
}
*/



.all-page-common-main {
    padding: 50px 0px 60px;
    display: inline-block;
    width: 100%;
}

.thankyou-message {
    text-align: center;
}

.error-page{padding:60px 0px;}

.error-page h1{text-align: center;}



.home-why-fqs.about-fqs.about-interior-column{
	background-image:url(../images/why-interior-back.png);
	background-repeat: no-repeat;
	background-size:cover;
	margin-top: 40px;

}
.menu_wrapper ul li ul.sub-menu li{
	float:none; 
	display:block;
}
.menu_wrapper ul li ul.sub-menu li a{
	border:none;
}
li.menu-item-has-children > a:after {
    content: "\f078";
    position: absolute;
	right: 8px;
    top: 7px;
    font-size: 11px;
    font-family: fontawesome;
}
ul.sub-menu {
    position: absolute;
    width: 250px;
	display:none;
	z-index:999;
	background:#fff;
    padding: 15px 0 5px 0;
}
.menu_wrapper ul li:hover ul.sub-menu{
	display:block;
}

.menu_wrapper ul li ul.sub-menu li>.sub-menu {
    position: absolute;
    left: 247px;
    top: 0;
    padding: 3px 0;
    display:none;
}
.menu_wrapper ul li ul.sub-menu li:hover .sub-menu {
display:block;    
    
}

svg.icon.icon-angle-down{
	display:none;
}



.social-footer.header-social-icon {
    padding: 0px;
    float: right;
}
.social-footer.header-social-icon ul {
    padding: 10px 0px;
}
.social-footer.header-social-icon ul a i{
    font-size: 19px;
    color: #fff;
}
.social-footer.header-social-icon ul a i.fa-facebook:hover , .social-footer a i.fa-facebook:hover{
	color:#3b5998;
}
.social-footer.header-social-icon ul a i.fa-twitter:hover ,  .social-footer a i.fa-twitter:hover{
	color:#0084b4;
}
.social-footer.header-social-icon ul a i.fa-linkedin:hover ,  .social-footer a i.fa-linkedin:hover{
	color:#0077B5;
}
.social-footer.header-social-icon ul a i.fa-google-plus:hover , .social-footer a i.fa-google-plus:hover{
	color:#d34836;
}
.offers-read-more a:first-child {
    display: none;
}


li.phone-ct i {
    float: left;
    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    margin-right: 10px;
    line-height: 36px;
        font-size: 24px;
}
li.phone-ct {
    display: block;
    float: left;
    padding: 0px 0px 6px 0px;
}
li.phone-ct p {
    float: left;
    padding: 7px 6px 0px 0px !important;
    margin: 10px 0px;
}
/**changes**/
.services-page{
	position:relative;
}
.pos-abs{
	position:absolute; 
	height:100%;
}
.up-arrow center img {
    max-width: 70%;
}
.service-page-title ul{
	padding-left:19px;
}
.service-page-title li{
	list-style:disc;
	margin-top:8px;
	font-size:14px;
}







.de_pb{color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;}
    
.de_banner{color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;}    
    
.de_heading{font-size: 26px; text-align:center; padding-bottom: 20px;}   
.home_content{text-align:center;} 
.home_content h2{color:#000;    font-size: 22px;}    
    
    
    
    .embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
.service-page-title h2 {
    font-size: 22px;
    color: #000;
}

.service-page-title h2 b {
    font-family: 'sintonybold';
    }
	
	

.offer-cont h2 {
   font-size: 11px;
   color: #000;
   text-align: center; 
   padding-bottom: 5px;
   font-family: 'sintonyregular';
   }	
   
.offer-cont h2:hover{
    color:#fff;
}	
	
.page-bradcrumb span {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
    font-family:'sintonybold';
}	

.about_us-top h1 {
    color: #000;
    padding: 0px 100px 25px 100px;
    text-align: center;
    text-transform:uppercase;
    
}
	
.gallery-section h1{color: #000;
    padding: 0px 100px 25px 100px;
    text-align: center;
    text-transform:uppercase;
}
	
.contact_us h1{ color: #000;
    padding: 0px 100px 25px 100px;
    text-align: center;
    text-transform:uppercase;} 	
    
.all-page-common-main h1{color: #000;
    padding: 0px 100px 25px 100px;
    text-align: center;
    text-transform:uppercase;}

.post_content_mine h2 {color: #000;padding-top: 10px;
    font-size: 22px;}       
.post_content_mine h3 {color: #000;padding-top: 10px;
    font-size: 22px; margin-bottom:0px; text-align: left !important; }   

/* blog and post page css */

    
.post_contentgg{padding:50px 0;}  
.post_contentgg h1{color: #000;text-transform: uppercase;padding-bottom:10px;}
.post_contentgg p {font-size: 14px;margin-bottom: 20px;line-height: 1.42857143;
    color: #333;font-family: 'sintonyregular';}
    
.post_contentgg h3 {color: #000;padding-bottom: 10px;text-align:left;
    font-size: 22px;}       
.post_contentgg h4 {color: #000;padding: 10px 0 10px 0;
    font-size: 22px;}     
.post_contentgg h4 a:hover{color: #7fc500;}  

.main_blog_sec{padding-bottom:55px;}
.main_blog_sec h1{font-family: 'Times New Roman', Times, serif;font-size: 30px;color: #e4950c;font-weight: bold;margin: 35px 0 35px 0;background: url(http://www.gurudrivingschool.com.au/wp-content/uploads/2016/01/border_yellow.png) no-repeat bottom center;padding-bottom: 30px;text-align:center;}
.blog_post_sec {border:2px solid   #7fc500;width:46%; margin-right:20px;}

.blog_post_sec img{width:100%; max-height:300px; height:auto; padding-top:15px;}
.blog_post_sec p{padding:0 10px 10px;}


.blog_post_sec .read_more a{
  color:  #7fc500;
  border: 2px solid  #7fc500;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 14px;    margin-bottom: 15px;
}
.blog_post_sec .read_more a:hover{
  background-color:  #7fc500;
  color: #fff;
}
img.zoom-img:hover {
    -webkit-transform: scale(1.03) rotate(0deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.10);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
} 
  
.post_rowgg{padding: 0 0 18px 0;
}  
  
 
	