@import url('//fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@300;400;500;600;700&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	padding: 0 !important;
	margin: 0 !important;
	background-image: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
p {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
	color: #000;
}
a, a:hover {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}
a, a:focus, a:hover, button, button:focus, button:hover, checkbox, checkbox:focus, checkbox:hover, input, input:focus, input:hover, select, select:focus, select:hover {
	outline: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 5px;
}
h1,h2,h3,h4,h5,h6 {font-family: 'Lato', sans-serif;font-weight: 600;}

header#masthead {
	background: #181818;
	padding: 15px 0;
	width: 100%;
	position: relative;
	z-index: 9;
}
header p {
	color: #fff;
}
.m-menu {
	padding: 25px 0;
}
.m-menu .main-navigation ul {
	display: flex;
	justify-content: center;
}
.top-btn button {
	border: 3px solid #61d505;
	background: transparent;
	color: #fff;
	padding: 10px 25px;
	font-size: 15px;
	text-transform: uppercase;
    margin-top: 10px;
}
.m-menu .main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 15px;
}
.m-menu .main-navigation a:hover {color: #61d505;}

.banner-section {
	position: relative;
}
.banner-section .carousel-caption {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
}
.banner-section .carousel-caption h2 {
	font-size: 60px;
	font-weight: 800;
	width: 750px;
}
.banner-section .carousel-caption p {
	color: #fff;
	font-size: 25px;
	width: 60%;
	line-height: 35px;
}
.banner-section .carousel-caption h4 {
	margin-bottom: 20px;
}
.banner-section .carousel-caption h4 a {
	color: #61d505;
	font-size: 35px;
}
.banner-section .carousel-caption button {
	border: 3px solid #61d505;
	background: transparent;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	text-transform: uppercase;
}
.grey-section {
	background: #eef3f5;
	/* height: 225px; */
	padding: 25px;
	position: relative;
	left: 0;
	right: 0;
	width: auto;
	top: -50px;
}
.grey-section h5 {
	font-size: 30px;
	margin-bottom: 25px;
}


.service-section .slick-next::before, .service-section .slick-prev::before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.service-section .slick-slide img {
	display: block;
	width:100%;
}
.service-section .element {
	width: 95% !important;
	margin: 0 auto;
}
.service-section .slick-slider .slick-disabled {
  opacity: 1;
  pointer-events: none;
}
.service-section .slick-initialized .slick-slide {
	display: block;
	text-align: center;
}

.ss {
	text-align: center;
	padding: 15px;
	position: relative;
	top: -65px;
}
.ss img {
	width: auto !important;
	margin: 0 auto;
}
.ss h4 {
	color: #459203;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
}
.ss p a {
	color: #459203;
	background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/garrow.png) no-repeat right center;
	padding-right: 25px;
	opacity: 0;
	background-size: 20px;
}
.rotate:hover .ss p a {opacity: 1;}
.rotate:hover .ss img {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform-origin: center;
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	transition: 2s ease all;
	-moz-transition: 2s ease all;
	-webkit-transition: 2s ease all;
}


.nhead h6 {
	font-size: 18px;
	color: #459203;
	margin: 0 0 5px;
}
.nhead h2 {
	color: #000;
	font-weight: 800;
	font-size: 35px;
	text-transform: uppercase;
}
.readmore a {
	border: 2px solid #459203;
	padding: 10px 20px;
	color: #000;
	text-transform: ;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.readmore a:hover {
	border: 2px solid #000;
	padding: 10px 20px;
	color: #000;
	text-transform: ;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.choose-section {background: #eef3f5;}
.cc h4 {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 800;
}
.c1 {
	background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/c1.png) no-repeat 0 0;
	padding: 10px 0 10px 45px;
	background-size: 40px;
}
.c2 {
	background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/c2.png) no-repeat 0 0;
	padding: 10px 0 10px 45px;
	background-size: 40px;
}
.c3 {
	background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/c3.png) no-repeat 0 0;
	padding: 10px 0 10px 45px;
	background-size: 40px;
}
.c4 {
	background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/c4.png) no-repeat 0 0;
	padding: 10px 0 10px 45px;
	background-size: 40px;
}

.parallax-section {background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/parallax.jpg) no-repeat 0 0; background-position: center center; background-size:cover ;}

.wtext h2 {color: #fff;}
.wtext p {color: #fff;}
.wtext .readmore a {
	color: #fff;
}
.wtext .readmore a:hover {
	color: #fff;border: 2px solid #fff;
}
.green-bg {background: #459203;}
.c-center {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
#quote-carousel {
	position: relative;
	left: -180px;
	padding-top: 5%;
}
.testimonial-section p {
	text-align: left;
	color: #fff;
}
.hform-section {background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/form-bg.jpg) no-repeat 0 0; background-position: center center; background-size:cover ;}
.bg-black {
	background: rgba(0,0,0,0.5);
}
.testimonial-section h4 {
	text-align: left;
	color: #fff;
	font-size: 20px;
}
.testimonial-section .carousel-inner {
	position: relative;
	width: 100%;
	overflow: visible;
}
.testimonial-section .slick-prev {
	left: 45%;
	top: 100%;
}
.testimonial-section .slick-next {
	right: 45%;
	top: 100%;
}
.cimg img {
	width: 100%;
	margin-bottom: 20px;
	border-width: 20px 20px 20px 0px;
	border-color: #459203;
	border-style: solid;
}
.hform input {
	padding: 10px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
}
.hform select {
	padding: 10px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
}
.hform textarea {
	padding: 10px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	margin-bottom: 15px;
	max-height: 150px;
}
.hform input[type="submit"] {
	padding: 10px 25px;
	background: transparent;
	border: 2px solid #5fcf06;
	border-radius: 0;
	color: #fff;
	margin: 15px 0;
	width: auto;
	text-transform: uppercase;
}
.hform input:focus {
	color: #fff;
}
.gform_body input:focus {
	color: #fff;
}
 

 .gform_body input {
	padding: 10px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
}
.gform_body select {
	padding: 10px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
}
.gform_body textarea {
	padding: 10px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	margin-bottom: 15px;
	max-height: 150px;
}
.gform_footer input[type="submit"] {
	padding: 10px 25px;
	background: transparent;
	border: 2px solid #5fcf06;
	border-radius: 0;
	color: #fff;
	margin: 15px 0;
	width: auto;
	text-transform: uppercase;
}

.wpcf7-response-output {
	color: #fff;
}
.hform {
	margin-top: 20px;
}
.cinfo {
	padding: 25px;
}
.cinfo p {
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	font-weight: 600;
}
.cinfo p a{
	color: #fff;
}
.address ul {
	margin: 15px 0;
	padding: 0;
}
.address li {
	color: #000;
	display: block;
	font-size: 18px;
	background: url(https://secureservercdn.net/166.62.110.60/0jn.9db.myftpupload.com/wp-content/themes/macstrees/images/info.png) no-repeat left center;
	padding-left: 30px;
	background-size: 25px;
	margin-bottom: 10px;
}
.site-footer {
	background: #181818;
}
.site-footer ul {
	margin: 15px auto;
	display: inline-flex;
	padding: 0;
	width: 100%;
	justify-content: center;
}
.site-footer ul li {
	float: left;
	list-style: none;
}
.site-footer ul li a {
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
}
.site-footer p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}
.site-footer p a {
	color: #fff;
}
.payment {
	text-align: right;
}
.payment img {
	width: 200px;
}
.map {
	line-height: 0;
}
.map p {
	margin: 0;
	line-height: 0;
}
.social p {
	display: inline-block;
}
.social i {
	float: left;
	margin-right: 10px;
}
.social br {
	display: none;
}
.copyright p {
	padding: 15px 0;
}
.grey-bg { background: #eee; }
.black {
	background: #181818;
}
.white {background: #fff;}
.nhead h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 30px;
}
.gallery-section .slick-initialized .slick-slide {
	display: block;
	text-align: center;
	justify-content: center;
	display: flex;
}
.gallery-section .slick-next::before, .gallery-section .slick-prev::before {
	font-family: slick;
	font-size: 25px;
	line-height: 1;
	opacity: .75;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gallery-section .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
}
.gallery-section .slick-center .slick-current {
  width: 0 30px;
  top: 50%;
  transform: scale(1.2);
  transform-origin: center center;
}
.top-phone a {
	color: #fff;
}

/***********************Media starts**************************/
@media screen and (min-width :320px) and (max-width: 767px) {
.p-5 {
	padding: 30px !important;
}
header#masthead {
	background: #181818;
	padding: 15px 0;
	width: 100%;
	position: relative;
	z-index: 9;
}
#page {
	padding-top: 50px;
}
.banner-section img {
	min-height: 350px;
	object-fit: cover;
}
.banner-section .carousel-caption p {
	color: #fff;
	font-size: 15px;
	width: 100%;
	line-height: 20px;
}
.banner-section .carousel-caption h2 {
	font-size: 40px;
	font-weight: 800;
	width: 100%;
}
.site-branding {
	text-align: center;
}
.grey-section {
	background: #eef3f5;
	padding: 25px;
	position: relative;
	left: 0;
	right: 0;
	width: auto;
	top: 15px;
}
.service-section, .testimonial-section {
	padding-top: 25px !important;
}
.testimonial-section .slick-next {
	right: 40%;
	top: 100%;
}
.testimonial-section .slick-prev {
	left: 40%;
	top: 100%;
}
.video-sec {
	margin-bottom: 20px;
}
.site-footer ul {
	margin: 15px auto;
	display: block;
	padding: 0;
	width: 100%;
	justify-content: center;
}
.site-footer ul li {
	float: none;
	list-style: none;
}
.site-footer ul {
	margin: 15px auto;
	display: block;
	padding: 0;
	width: 100%;
	justify-content: center;
	text-align: center;
}
.copyright p {
	padding: 15px 0;
	text-align: center;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	z-index: 9;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.testimonial-section .slick-slide img {
	display: block;
	margin-bottom: 20px;
}
.ss {
	text-align: center;
	padding: 15px;
	position: relative;
	top: 0;
}

	}

@media screen and (min-width :320px) and (max-width: 991px) {
#quote-carousel {
	position: relative;
	left: 0;
	padding-top: 5%;
}
.mobmenu-content li {
	list-style: none;
	visibility: visible;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0;
	padding: 0!important;
}
.login-carts a {
	color: #fff !important;
}
	}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

p {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
	color: #000;
}	
header#masthead {
	background: #181818;
	padding: 15px 0;
	width: 100%;
	position: relative;
	z-index: 9;
}
.top-btn button {
	border: 3px solid #61d505;
	background: transparent;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
}
header p {
	color: #fff;
	font-size: 12px;
}
.m-menu {
	padding: 20px 0;
}
#page {
	padding-top: 50px;
}
.banner-section img {
	min-height: 350px;
	object-fit: cover;
}
.banner-section .carousel-caption p {
	color: #fff;
	font-size: 18px;
	width: 100%;
	line-height: 25px;
}
.banner-section .carousel-caption h2 {
	font-size: 40px;
	font-weight: 800;
	width: 100%;
}
.site-footer ul li a {
	color: #fff;
	padding: 0 9px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
}
.copyright p {
	padding: 15px 0;
	font-size: 13px;
	text-align: center;
}
.address li {
	font-size: 16px;
}
  }

/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

}

/* Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}


/* Portrait */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {

}
/* Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

}	

@media only screen and (min-width: 992px) and (max-width: 1269px) {
#quote-carousel {
	position: relative;
	left: -120px;
	padding-top: 5%;
}
header p {
	color: #fff;
	font-size: 13px;
}
.top-btn button {
	border: 3px solid #61d505;
	background: transparent;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.m-menu .main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding-right: 13px;
}
}
@media only screen and (min-width: 1270px) and (max-width: 1366px) {
#quote-carousel {
	position: relative;
	left: -140px;
	padding-top: 5%;
}
.m-menu .main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding-right: 13px;
}
}
@media only screen and (min-width: 1367px) and (max-width: 1500px) {
#quote-carousel {
	position: relative;
	left: -140px;
	padding-top: 5%;
}
}