@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,300i,400,400i,500,500i,600,600i,700,800&display=swap');

html,
body {
	height: 100%;
}

body {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	font-style: normal;
	line-height: 26px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #85b721;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
}

.img-responsive {
	display: inline-block;
}

.bg-color1 {
	background-color: #f0f0f0;
}

.bg-color2 {
	background-color: #000000;
}

.bg-color3 {
	background-color: #85b721;
}

.text-white {
	color: #ffffff;
}

a.text-white:hover {
	color: #85b721;
}

.text-color1 {
	color: rgba(133, 183, 33, 1);
}

.no-margin {
	margin: 0;
}

.section {
	padding: 3em 0;
}

.padd-t-b-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padd-40 {
	padding: 40px;
}

.padd-50 {
	padding: 50px;
}

.padd-b-n {
	padding-bottom: 0;
}

.padd-t-n {
	padding-top: 0;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.width-25 {
	width: 25%;
	float: left;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-70 {
	width: 70%;
}

.flexbox {
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.display-table {
	display: table;
	height: 100%;
}

.display-table .padd-40 {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.btn1,
.btn2 {
	padding: 16px 40px;
	color: #000;
	background: #85b721;
	cursor: pointer;
	border-radius: 0;
	border: #85b721 solid 1px;
}

.btn1 i {
	transition: all 0.5s;
}

.btn1:hover,
.btn1:focus {
	background: #000;
	border-color: #000;
	color: #85b721;
}

.btn1:hover i,
.btn1:focus i {
	margin-left: 5px;
}

.btn2:hover,
.btn2:focus {
	background-color: #ffffff;
	color: #000;
	border: #ffffff solid 1px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	outline: 0;
}

.divider,
.divider1 {
	width: 100px;
	height: 2px;
	background-color: #85b721;
	position: relative;
	margin-bottom: 25px;
}

.divider:before,
.divider1:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #85b721;
	content: '';
}

.divider1 {
	display: inline-block;
	width: 100px;
}

.divider1:before {
	width: 50%;
	left: 25%;
}

.full-width {
	width: 100%;
}

.thumbnail {
	border-radius: 0;
}

.size-1 {
	font-size: 1.5em;
	line-height: 30px;
	font-weight: 500;
}

.size-2 {
	font-size: 2em;
	font-weight: 700;
}

.size-3 {
	font-size: 3em;
	font-weight: 700;
}

.container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}

.top-contact-list {
	text-align: right;
	display: block;
	padding: 10px 0;
}

.top-contact-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 13px;
}

.top-contact-list li i {
	margin-right: 4px;
	font-size: 18px;
	vertical-align: middle;
}

.top-contact-list li a {
	color: #000;
}

.top-contact-list li a:hover {
	color: #1b762f;
}

.logo {
	display: inline-block;
	margin: 8px 0;
}

/*.logo .img-responsive{
	width: 200px;
}*/
.mobile-menu {
	display: none;
}

.navigation {
	text-align: right;
}

.navigation li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.navigation>li:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	content: '';
	height: 3px;
	background-color: #85b721;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.navigation>li:hover:before,
.navigation>li.active:before {
	width: 100%;
}

.navigation>li:first-child {
	display: none;
}

.navigation li a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	padding: 14px 14px;
}

.navigation li ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 280px;
	z-index: 999;
	background: #80888A;
}

/*.navigation li ul:before{
	position: absolute;
	top: -20px;
	left: 20px;
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent #80888A transparent;
	content: '';
}*/
.navigation li:hover ul {
	display: block;
}

.navigation li ul li {
	display: block;
	text-align: left;
}

.navigation li ul li a {
	padding: 10px 20px;
	border-bottom: 1px solid #85b721;
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
	color: #85b721;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 12px 15px;
	color: #000;
	white-space: normal;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation li.dropdown a {
	padding-right: 16px;
}

.navigation>li.dropdown>a:after {
	font-family: IcoFont;
	content: "\ea99";
	position: absolute;
	top: auto;
	right: 0;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #ffffff;
	background-color: #85b721;
}

.slider-wrapper {
	position: relative;
	overflow: hidden;
}

.parallax-window {
	height: 400px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.home-parallax .container {
	position: relative;
	z-index: 9;
}

.breadcrumb {
	width: 100%;
	padding: 10px 40px;
	color: #000;
	border-radius: 0;
	background-color: #dfdfdf;
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.breadcrumb>li+li::before {
	content: '\eaa0';
	font-family: IcoFont;
	color: #000;
}

.breadcrumb a:hover,
.breadcrumb>.active {
	color: rgba(133, 183, 33, 1);
}

.list1 li,
.areas-list li {
	position: relative;
	padding: 5px 0 5px 30px;
}

.areas-list li {
	padding-left: 20px;
}

.list1 li:before,
.areas-list li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '\ea5d';
	font-family: IcoFont;
}

.list1 li:before {
	content: '';
	background: url('../images/fence-icon.png') no-repeat;
	width: 26px;
	height: 36px;
}

.areas-list li:before {
	content: '\ed42';
}

.areas-list li:hover a,
.areas-list li:hover:before {
	color: #80888A;
}

.areas-list li a {
	color: #000;
	display: inline-block;
}

.list2 {
	list-style-position: outside;
	margin-left: 15px;
	list-style-type: numeric;
}

.list2 li {
	margin-bottom: 8px;
}

.parallax {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
}

.service {
	display: block;
	position: relative;
	overflow: hidden;
	height: 450px;
}

.service__img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.service__title {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	z-index: 2;
	/*-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
  	-ms-transform: rotate(-90deg);
  	-o-transform: rotate(-90deg);
  	transform: rotate(-90deg);*/
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: rgba(133, 183, 33, 0.7);
	width: 100%;
	padding: 10px;
	display: block;
	height: auto;
	text-align: center;
}

.service:hover .service__img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.service:hover .service__title {
	background: rgba(133, 183, 33, 1);
}

.form-control {
	height: 45px;
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
	color: #000;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
	box-shadow: none;
	border-color: #727272;
}

textarea.form-control {
	height: 120px;
	resize: vertical;
}

.footer-bg {
	background-color: #1a1a1a;
	position: relative;
}

.footer-bg:before {
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	height: 38px;
	background-image: url("../images/footer-bg.png");
	background-repeat: repeat-x;
	content: '';
}

.footer-widget {
	padding: 50px 0;
}

.widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 22px;
	letter-spacing: 0.5px;
}

.footer-menu li a {
	color: #fff;
	position: relative;
	padding: 3px 0 3px 20px;
	display: inline-block;
}

.footer-menu li a:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '\eaa0';
	font-family: IcoFont;
	transition: all 0.5s;
}

.footer-menu li a:hover:before {
	left: 2px;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #85b721;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #85b721 transparent transparent transparent;
	content: '';
	left: 10px;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
	color: #fff;
}

.address-box .address-content.contact-wrap {
	color: #000;
}

.footer-links {
	padding: 25px 0;
}

.footer-links,
.footer-links a {
	color: #ffffff;
	margin: 3px 0;
	font-size: 16px;
}

.footer-menu li a:hover,
.address-box a:hover {
	color: #85b721;
}

.footer-links a:hover {
	color: #000;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 130px;
	right: 10px;
	z-index: 9;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url("../images/totop.gif") left top no-repeat;
}

#toTopHover {
	background: url("../images/totop.gif") left bottom no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
}

#toTop:active,
#toTop:focus {
	outline: none;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-body {
    position: relative;
    padding: 15px 15px 30px;
}

.modal-body h1 {
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
	/*margin-top: 20px;*/
}

.modal-body h3 {
	text-transform: uppercase;
	margin-top: 20px;
}

.modal-body h2 {
	text-transform: uppercase;
}

.modal-body a.pre-order-btn {
	color: #000;
	background-color: gold;
	border-radius: 1em;
	padding: 1em;
	display: block;
	margin: 2em auto;
	width: 50%;
	font-size: 15px;
	font-weight: 6600;
}

.modal-body a.pre-order-btn:hover {
	background-color: #000;
	text-decoration: none;
	color: gold;
}

.close {
	float: right;
	font-size: 41px !important;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.modal-header {
	padding: 5px 15px;
	border-bottom: 0;
}

.modal-content {
	background: linear-gradient(#fff, #85b721, #18752f);
	border: none;
	border-radius: 20px;
}

.modal-body img{
	width: 40%;
}

.model-btn{
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	border-radius:8px;
	transition: 0.5s;
}

.model-btn:hover{	
	background-color: #fff;	
}

.hcCqAM {
	z-index: 1!important;
}
.border-custom{
	border: 2px dotted #000;
	padding: 20px;
}

@media (min-width: 1367px) and (max-width: 7680px) {}

@media (min-width: 1300px) and (max-width: 1450px) {
	.navigation li a {
		padding: 14px 7px;
	}
}

@media (min-width: 220px) and (max-width: 990px) {
	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #000;
		padding: 10px 14px;
		color: #fff;
		cursor: pointer;
		float: left;
		margin: 15px 15px 15px 0;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 9999999;
		border-radius: 0;
		transition: all 0.5s;
		background-color: #000;
		padding-top: 0;
	}

	.nav-wrapper.open {
		left: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
		text-align: left;
		padding-right: 0;
	}

	.navigation>li:first-child {
		display: block;
		text-align: right;
	}

	.isStuck .navigation a,
	.navigation li a {
		padding: 10px 20px;
		color: #fff;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #85b721;
		color: #fff;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	/*.navigation > li.dropdown > a:after {
	right : 20px;
	}
	.navigation li.dropdown > .dropdown-menu {
	background-color : #000;
	}
	.navigation li.dropdown > .dropdown-menu::before {
	display : none;
	}
	.navigation li.dropdown > .dropdown-menu, .navigation li.dropdown:hover > .dropdown-menu {
	position : static;
	top : 0;
	visibility : visible;
	opacity : 1;
	width : 100%;
	float : none;
	}
	.navigation li.dropdown > .dropdown-menu li:first-child {
	border-top : 1px solid #333;
	}
	.navigation li.dropdown > .dropdown-menu li a {
	padding : 10px 10px 10px 30px;
	background-color : transparent;
	}*/
	.width-30,
	.width-40,
	.width-50,
	.width-60,
	.width-70 {
		width: 100%;
	}

	.flexbox {
		display: block;
		padding: 0;
	}

	.padd-t-n {
		padding-top: 0;
	}

	.padd-b-n {
		padding-bottom: 0;
	}

	.footer-widget {
		padding: 30px 0 0 0;
	}

	.modal-body img {
		width: 50%;
	}
	.modal-body h1 {		
		font-size: 30px;		
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.top-contact-list li {
		margin: 5px 0;
		display: block;
	}

	.top-contact-list li a {
		font-size: 20px;
	}	

}

@media (min-width: 220px) and (max-width: 768px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.top-contact-list {
		text-align: center;
	}

	.top-contact-list li {
		margin-right: 10px;
	}

	.top-contact-list li:last-child {
		margin-right: 0;
	}

	.logo {
		margin: 5px;
	}

	.logo .img-responsive {
		width: 185px;
	}

	#metro-touch-slider .slide-text h1 {
		display: block !important;
	}

	#metro-touch-slider .slide-text p {
		display: none !important;
	}

	#metro-touch-slider .slide-text {
		padding: 10px !important;
		top: 10% !important;
	}
}

@media (min-width: 220px) and (max-width: 440px) {

	.top-contact-list {
		padding: 6px 0;
	}

	.modal:before {		
		height: 20%;		
	}

	.modal-body h1 {		
		font-size: 25px;
		line-height: 30px;		
	}
	
	.modal-body h2 {		
		font-size: 20px;
		line-height: 25px;		
	}

	.modal-body img {
		width: 80%;
	}
	
	.model-btn{
    
       font-size: 16px;
    	
    }

	
	
}


        .submit-icon {
            display: none;
        }

        .submit-icon.rotating-show {
            display: inline-block;
            vertical-align: middle;
        }

        @-webkit-keyframes rotating

        /* Safari and Chrome */
            {
            from {
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        @keyframes rotating {
            from {
                -ms-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        .rotating {
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
        }