/* DETAILS
==================================================
	Theme Name: Quality Roofing 	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/******* FONTS ************/
@font-face {
  font-family: 'Montserrat-Hairline';
  src: url('../fonts/Montserrat-Hairline.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Hairline.otf')  format('opentype'), url('../fonts/Montserrat-Hairline.woff') format('woff'), url('../fonts/Montserrat-Hairline.ttf')  format('truetype'), url('../fonts/Montserrat-Hairline.svg#Montserrat-Hairline') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf')  format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Montserrat-Light' !important;
	font-size: 14px;
	font-weight: 400;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}

/********* COMMON-CSS ********/
/****/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #ED117F;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #000 url(../images/menu-active.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	border-radius: 50%;
	z-index: 999;
}
.cd-top:hover{
	background: #000 url(../images/menu-active2.png) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/****/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container p{
	margin:0;	
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/****/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/****/
.site-btn {
	text-align: center;
}
.site-btn a {
	font-family: 'Montserrat-Light';
	background: #5bc550;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 14px 45px;
	box-shadow: 0 0 0 transparent inset;
	position: relative;
}
.site-btn a::after {
	position: absolute;
	right: 24px;
	top: 13px;
	width: auto;
	height: auto;
	content: '\f101';
	z-index: 99;
	font-family: 'FontAwesome';
	font-size: 16px;
}
.site-btn a:hover, .site-btn a:focus {
	box-shadow: 350px 0 0 #000 inset;
	color: #5bc550;
}

.site-btn2 a {
	font-family: 'Montserrat-Light';
	background: #464646;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 14px 45px;
	box-shadow: 0 0 0 transparent inset;
	position: relative;
}
.site-btn2 a::after {
	position: absolute;
	right: 24px;
	top: 13px;
	width: auto;
	height: auto;
	content: '\f101';
	z-index: 99;
	font-family: 'FontAwesome';
	font-size: 16px;
}
.site-btn2 a:hover, .site-btn2 a:focus {
	box-shadow: 350px 0 0 #5bc550 inset;
	color: #000;
}
.site-title1, .site-title2 {
	position: relative;
	padding: 0 0 25px;
}
.site-title1 h2 {
	font-family: 'Montserrat-Bold';
	font-size: 56px;
	color: #464646;
	line-height: 58px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.site-title1 h2 span, .site-title2 h2 span{
	color:#5bc550;	
}
.site-title1 h4 {
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	color: #464646;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0;
}
.site-title1:after{
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/border1.png) no-repeat;
	width:260px;
	height:15px;
	z-index:9;
	content:'';	
}
.site-title2 h2 {
	font-family: 'Montserrat-Bold';
	font-size: 56px;
	color: #ffffff;
	line-height: 58px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.site-title2 h4 {
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0;
}
.site-title2:after{
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/border2.png) no-repeat;
	width:260px;
	height:15px;
	z-index:9;
	content:'';	
}
/*******END********/
/***********HOME-PAGE-CSS-Start************/
.logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	width: 200px;
	top: 25px;
	background: #fff;
	border-radius: 50%;
	padding: 6px;
	height: 200px;
}
.logo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.menu-block {
	box-shadow: 0 0 3px #878787;
}
.menu-toggle{
	display:none;	
}
.menu.slide-left{
	left:0;	
}
.menu {
	/* text-align: center; */
	margin: 21px 0 0;
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
	font-family: 'Montserrat-Regular';
	display: block;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	padding: 16px 18px 22px;
	position: relative;
}
.menu li a:hover, .menu li a:focus, .menu li.active a{
	color: #5bc550;
}	
.menu li a:hover:before,.menu li.active a:before{
	position:absolute;
	left:0;
	top:0;
	background:url(../images/menu-active.png) no-repeat;
	width:35px;
	height:23px;
	z-index:99;
	content:'';	
}
.header-social ul {
	margin: 30px 0 0;
	text-align: center;
}
.header-social ul li{
	display:inline-block;	
}
.header-social ul li a{
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	background: #5bc550;
	border-radius: 50%;
	margin:0 4px 0 0;
	color: #fff;
}
.header-social ul li:last-child{
	margin:0;	
}
.header-social ul li a i.fa {
	font-size: 15px;	
	line-height: 32px;
}
.header-social ul li a:hover {
	background: #000;
	color: #5bc550;
}
.quote p {
	margin: 0;
	text-align: center;
}
.quote p a {
	font-family: 'Montserrat-Regular';
	font-size: 15px;
	color: #fff;
	line-height: 17px;
	background: #000;
	display: block;
	padding: 31px 0;
	text-transform: uppercase;
}
.quote p a:hover{
	background: #5bc550;	
}
/*****end*******/
/**********MAIN-BANNER*****/
.main-banner {
	position: relative;
}
.main-banner-slider img {
	height: 600px;
	object-fit: cover;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 550px;
	text-align:center;
}
.banner-content h2 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	font-family: 'Montserrat-Bold';
	margin: 0 0 30px;
}
.banner-content h4 {
	font-family: 'Montserrat-Light';
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 0;
	margin:0;
	line-height:20px
}
.main-banner-slider .owl-nav {
	margin: 0 auto !important;
/*	position: absolute;
	width: 100%;
	top: 35%;
	left: 0;
	right: 0;*/
}
.main-banner-slider .owl-nav .owl-prev {
	background: url(../images/banner-prev.png) no-repeat 0 0 !important;
	width: 80px;
	height: 80px;
	text-indent: -10000px;
	border-radius: 0px !important;
	position: absolute;
	left: 50px;
	top: 50%;
}
.main-banner-slider .owl-nav .owl-next {
	background: url(../images/banner-next.png) no-repeat 0 0 !important;
	width:80px;
	height:80px;
	text-indent: -10000px;
	border-radius: 0px !important;
	position:absolute;
	right:50px;
	top:50%;
}
.banner-con-info {
	background: #000;
	padding: 24px 30px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	text-align: center;
}
.banner-con-info h2{
	font-size:30px;
	margin:0;	
}
.banner-con-info h2 a{
	font-family: 'Montserrat-Hairline';	
	color:#fff;	
}
.banner-con-info p{
	font-size:13px;
	color:#fff;	
	margin:12px 0 6px;
}
.banner-con-info h3{
	font-size:15px;
	line-height:17px;
	margin:0;	
}
.banner-con-info h3 a{
	font-family: 'Montserrat-Hairline';	
	color:#fff;		
}
.banner-con-info h2 a:hover, .banner-con-info h3 a:hover{
	color:#5bc550;	
}
.banner-info-mbile {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
}
.banner-info-mbile p {
	margin: 0 5px 0 0;
	display: inline-block;
}
.banner-info-mbile p a {
	display: block;
	width: 30px;
	height: 30px;
	background: #5bc550;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 6px;
	line-height: 27px;
}
.banner-info-mbile p a:hover {
	background: #5bc550;
	color: #000;	
}
/*****END*****/
/**** About ****/
.about-block {
	background: #f5f5f5;
	padding: 42px 0 65px;
}
.about-text .site-title1 {
	margin: 0 0 38px;
}
.about-text p {
	font-size: 14px;
	color: #696969;
	line-height: 26px;
	margin: 0 0 10px;
}
.about-text ul li {
	font-size: 14px;
	color: #696969;
	line-height: 26px;
	margin: 0 0 10px;
	position: relative;
	padding: 0px 0px 0px 24px;
}
.about-text ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	z-index: 99;
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #5bc550;
}
.abt-info {
	margin: 0 0 29px;
	border-top: 1px solid #464646;
	padding: 29px 0 0;
}
.abt-info li {
	width: 33%;
	float: left;
}
.abt-info li::before {
	display:none;
}
.abt-info li i.fa {
	background: #5bc550;
	color: #fff;
	font-size: 20px;
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50%;
	line-height: 36px;
	margin: 0 0 14px;
}
.abt-info li span{
	display:block;	
	font-size:16px;
	color:#000;
}
.about-img {
	text-align: center;
	padding-top: 19px;
}
.about-img-after img {
	z-index: 99;
	position: relative;
	width: 460px;
	height: 340px;
	object-fit: cover;
}
.about-img-after{
	position: relative;	
}
.about-img-after::after {
	position: absolute;
	right: 0;
	top: -34px;
	border: 8px solid #5bc550;
	width: 351px;
	height: 328px;
	z-index: 1;
	content: '';
}
/**** Choose ****/
.choose-block {
	padding: 60px 0 28px;
	background: url(../images/choose-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.choose-block .site-title2 {
	margin: 0 0 58px;
}
.choose-wrapper {
	background: #fff;
	padding: 30px 0;
	position: relative;
}
.choose-each {
	margin: 0 0 38px;
}
.choose-each:last-child {
	margin: 0;
}
.choose-each .choose-icon {
	width: 23%;
	text-align: center;
	float: left;
}
.choose-each .choose-info {
	width: 77%;
	float: left;
}
.choose-each .choose-info h4{
	font-family: 'Montserrat-Bold';
	font-size:18px;
	color:#5bc550;
	line-height:20px;	
	text-transform:uppercase;
	margin:0 0 8px;
}
.choose-img {
	position: absolute !important;
	right: 0;
	bottom: 0;
	z-index: 9;
}
/****** Services *******/
.services-block {
	padding: 50px 0 35px;
}
.services-block .site-title1{
	margin:0 0 43px;	
}
.serv-slider .item img {
	height: 377px;
	object-fit: cover;
	width: 100%;
}
.serv-info {
	position: absolute;
	text-align: center;
	top: 48px;
	z-index: 9;
	width: 100%;
}
.serv-info h3 {
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: 30px;
}
.serv-info h3 span{
	font-family: 'Montserrat-Bold';
	display:block;	
}
.serv-info p{
	margin:0;	
}
.serv-info p a {
	display: inline-block;
	background: #5bc550;
	text-align: center;
	padding: 7px 13px;
	color:#fff;	
}
.serv-info p a i.fa{
	font-size:23px;	
}
.serv-info p a:hover {	
	background: #000;
	color:#5bc550;
}
.serv-slider .owl-nav {
	margin: 0 auto !important;
}
.serv-slider .owl-nav .owl-prev {
	background: url(../images/serv-prev.jpg) no-repeat 0 0 !important;
	width: 50px;
	height: 80px;
	text-indent: -10000px;
	border-radius: 0px !important;
	position: absolute;
	left: -35px;
	top: 40%;
	margin: 0 !important;
	padding: 0 !important;
}
.serv-slider .owl-nav .owl-next {
	background: url(../images/serv-next.jpg) no-repeat 0 0 !important;
	width:50px;
	height:80px;
	text-indent: -10000px;
	border-radius: 0px !important;
	position:absolute;
	right: -35px;
	top: 40%;
	margin: 0 !important;
	padding: 0 !important;
}
/******gallery************/
.gallery {
	padding: 40px 0 25px;
}
.box {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 10px;
	box-shadow: 0 0 10px 0 #ccc;
	background: #fff;
	margin: 0px 0px 30px;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}
.box:after{ transform: scaleY(0); }
.box:hover:before{ transform: scaleX(1); }
.box:hover:after{ transform: scaleY(1); }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.box:hover img{
    transform: scale(1.3);
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 2;
}
.box .title{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.box:hover .title{
    opacity: 1;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}
.box:hover .icon{
    transform: scaleX(1);
}
.box .icon li{ display: inline-block; }
.box .icon li span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	border: 1px solid #5bc550;
	margin-right: 5px;
	transition: all 0.3s ease 0s;
	background: #5bc550;
}
.box .icon li span:hover {
	background: #5bc550;
	color: #fff;
}
/*.gal-each {*/
/*	padding: 0 !important;*/
/*}*/
.gal-each img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}
.gallery .site-title1 {
	margin: 0px 0px 40px;
}
.gallery .site-btn2 {
	margin: 23px 0 0;
	text-align: center;
}
/**** Footer ****/
.footer-top{
	background:#cccccc;
	padding:32px 0;	
}
.footer-each-inn {
	background: #fff;
	text-align: center;
	padding: 42px 25px 0;
	min-height: 312px;
}
.footer-each-inn h4{
	font-family: 'Montserrat-Regular';
	font-size:18px;
	color:#000;
	line-height:20px;
	text-transform:uppercase;
	border-bottom:1px solid #b7b7b7;	
	padding:0 0 13px;
	margin:0 0 24px;
}
.footer-each-inn p {
	font-size: 12px;
	color: #000;
	line-height: 25px;
	margin: 0px;
	padding: 0 20px 12px;
}
.footer-each-inn p a{
	color:#000;	
}
.footer-each-inn p a:hover{
	color:#5bc550;	
}
.footer-social ul {
	margin: 0px 0 10px;
	text-align: center;
}
.footer-social ul li {
	display: inline-block;
}
.footer-social ul li a {
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	background: #5bc550;
	border-radius: 50%;
	margin: 0 4px 0 0;
	color: #fff;
}
.footer-social ul li a i.fa {
	font-size: 15px;
	line-height: 32px;
}
.footer-social ul li a:hover {
	background: #000;
	color: #5bc550;
}
.footer-bottom{
	background:#464646;
	padding:20px 0;	
	text-align:center;
}
.footer-menu {
	margin: 0 0 16px;
}
.footer-menu li {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 8px;
}
.footer-menu li a{
	font-family: 'Montserrat-Regular';
	font-size:14px;
	color:#fff;	
}
.footer-menu li a:hover{
	color:#5bc550;	
}
.footer-bottom p {
	font-size: 12px;
	color: #fff;
	margin: 0;
}
.footer-bottom p a{
	color:#fff;	
}
.footer-bottom p a:hover{
	color:#5bc550;	
}
/*************** INNER PAGE ***************/
/*== Services Inner Page ==*/
.inner-banner {
	position: relative;
	overflow: hidden;
}
.inner-banner img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.inner-services {
	padding: 40px 0;
	background: #f0f0f0;
}
.inner-services .site-title1 {
	margin: 0 0 40px;
}
/*.inn-serv-image {
	padding: 4px;
	background: padding-box;
	border: 3px solid rgba(91, 197, 80, 0.87);
}*/
.inn-serv-image img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.inn-ser-each h3 {
	font-family: 'Montserrat-Bold';
	font-size: 22px;
	color: #5bc550;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.inn-ser-each p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
}
.inn-serv-con {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}
.inn-ser-each {
	margin: 0 0 30px;
	box-shadow: 0px 0px 3px #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*** Contact Us Inner ********/
.contact-page .site-title1 {
	margin: 0 0 35px;
}
.contact-page {
	padding-top: 40px;
}
.contact-formpart {
	padding-bottom: 35px;
}
.contact-formpart h3 {
	font-family: 'Montserrat-Regular';
	font-size: 30px;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
	color: #5bc550;
}
.contact-formpart form input[type="text"], .contact-formpart form input[type="tel"], .contact-formpart form input[type="email"], .contact-formpart form textarea {
	width: 100%;
	padding: 8px 11px;
	margin: 0 0 10px;
	border: none;
	border-bottom: 1px solid #5bc550;
	background: none;
	font-size: 14px;
	/*font-weight: 600;*/
	color: #000;
	line-height: 16px;
	resize:none;
}
.contact-formpart form select {
	width: 100%;
	padding: 8px 8px;
	margin: 0 0 10px;
	border: none;
	border-bottom: 1px solid #5bc550;
	background: none;
	font-size: 13px;
	/* font-weight: 600; */
	color: #696969;
	line-height: 16px;
	resize: none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	
}
.contact-formpart form select {
	background:url(../images/arrow.png) no-repeat right center;
}
.contact-formpart form input[type="submit"] {
	padding: 10px 40px;
	font-size: 16px;
	text-transform: uppercase;
	background: #5bc550;
	border: 2px solid #5bc550;
	color: #fff;
	margin: 15px auto 0;
	display: block;
}
.contact-formpart form input[type="submit"]:hover {	
	color: #5bc550;
	background: #fff;
}
.contact-address h3 {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	margin: 20px 0 10px;
	text-transform: uppercase;
	color: #5bc550;
}
.contact-address p {
	color: #000;
	font-size: 13px;
	margin-bottom: 10px;
}
.contact-address p i {
	float: left;
	padding-right: 10px;
	line-height: 20px;
	color: #000;
}
.contact-address p a {
	color: #000;
	display: inline-block;
}
.contact-address p a:hover {
	color: #56B224;
}
.contact-social-block {
	margin: 20px 0;
}
.contact-social-block li {
	float: left;
}
.contact-social-block li a {
	padding-right: 20px;
	display: block;
	font-size: 20px;
	color: #000;
}
.contact-social-block li a:hover {
	color: #56B224;	
}
.contact-address {
	background: #f8f8f8;
}
.contact-info-each {
	margin: 0 0 25px;
}.contact-info-each {
	margin: 0 0 25px;
}
.map-container1 {
	width: 100%;
}
.map-container1 iframe{
	width: 100%;
	display: block;
	/*pointer-events: none; */
	position: relative; 
}
.map-container1 iframe.clicked{
	pointer-events: auto;
}
.map {
	width: 100%;
	height: 300px;
}
.menu-block.float {
	position: fixed;
	top: 0;
	right: 0;
	width: auto;
	left: 0;
	z-index: 99;
	background: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.contact-map p {
	margin: 0;
}
.rg {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px 0 #ccc;
	margin: 0 0 30px 0;
}
.roof {
	padding: 40px 0 40px 0;
}
.rg img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.menu > li > ul {
	text-align: left;
	/* display: none; */
	background: #f0f0f0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	z-index: 99;
	visibility: hidden;
	/* position: absolute; */
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
	
}
.menu > li:hover > ul {
	visibility: visible;
	opacity: 1;
	margin: 0;
}
.menu li > ul > li {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #5bc550;
}
.hss {
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 60%;
	overflow: hidden;
}
.hss li {
	position: relative;
	right: -236px;
	transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.hss p {
	margin: 0 0 10px 0;
}
.hss ul li a {
	color: #fff;
	background: #1c1c1c;
	width: 100%;
	display: block;
}
.hss li:hover {
	right: 0px;
}
.hss span {
	padding: 0 10px 0 20px;
}
.hss ul li a i {
	padding: 13px 15px 13px 15px;
	background: #5bc550;
}
.footer-social h4 {
	margin: 0px 0px 10px;
}
.qr-e {
	padding: 40px 0 40px 0;
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.qr-e h2 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 20px 0;
}
.qr-h img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin: 0 0 30px 0;
	padding: 10px;
	box-shadow: 0 0 10px 0 #ccc;
}
.qr-h {
	position: relative;
}
.qr-h h5 {
	position: absolute;
	z-index: 9;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	color: #2d2d2d;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	bottom: 40px;
	font-size: 15px;
	font-weight: 600;
}
.qr-e p {
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
}


.formm input[type="text"] {
	width: 100%;
	margin: 10px 0px 20px;
	padding: 20px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.formm {
	position: absolute !important;
	right: -400px;
	background: #fff;
	height: 100%;
		transition: all .3s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-webkit-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-moz-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-o-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
	-ms-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
		z-index: 9999;
}
.formm.slide-left {right:50px;}

.formm button {
	width: 100%;
	padding: 20px;
	background: #5bc550;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
}
.cllse {
	position: absolute;
	right: 20px;
	top: 26px;
	color: #5bc550;
}

.site-title1 h1 {
	font-family: 'Montserrat-Bold';
	font-size: 56px;
	color: #000;
	line-height: 58px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.site-title1 h1 span, .site-title2 h1 span {
	color: #5bc550;
}

.pro-sec a {
	color: #000;
}