@import url('https://fonts.googleapis.com/css2?family=Orienta&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap');

::selection {
    background-color: #407F3D;
    color: #fff;
}
:root {
    scroll-behavior: auto;
}
body{
	font-size: 16px;
	font-weight: 400;
	color: #4a4a4a;
	line-height: 30px;
	font-style: normal;
	font-family: 'Poppins', sans-serif;
	background-color: #f5f5f5;
}
*,ul,ol{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
/*			font-family: 'Orienta', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	margin-top:0;
	font-weight: 700;
	color: #1a1a1a;
}
h2{
	font-size: 2rem;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #407F3D;
	outline: none;
}
/*.container{
	max-width: 1280px;
}*/
.p-5{
	padding: 3.5em!important;
}
.pt-0 {
    padding-top: 0!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.px-0{
	padding-left: 0!important;
	padding-right: 0!important;
}
.py-0{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.f-family1{
	font-family: 'Orienta', sans-serif;
}
.bg-color1{
	background-color: #407F3D;
}
.bg-color2{
	background-color: #E9E9E9;
}
.bg-color3{
	background-color: #2B241D;
}
.logo{
	display: inline-block;
	margin:11px 0;
}
.logo .img-fluid{
	width: 80%;
}
.top-contact-list{
	text-align: right;
}
.top-contact-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.top-contact-list li:last-child{
	margin-right: 0;
}
.top-contact-list li .contact-box .contact-icon-holder{
	float: left;
	margin-right: 15px;
	color: #ffffff;
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-top: 5px;
}
.top-contact-list li .contact-box .contact-content{
	text-align: left;
	color: #D1D1D1;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}
.top-contact-list li .contact-box .contact-content strong{
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}
.top-contact-list li .contact-box .contact-content{
	position: relative;
	overflow: hidden;
}
.mobile-menu{
	display: none;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.navigation > li:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 10%);
	content: '';
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #25ba4d;
	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;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:15px 15px 15px 20px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	color: #fff;
	padding: 10px 22px;
    transition: all 500ms ease 0s;
}
.navigation > li.dropdown > a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #25ba4d;
}
.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: #fff;
	background-color: #25ba4d;
}
.home-parallax{
	width: 100%;
	position: relative;
	height: 100%;
}
.home-parallax .parallax-window{
	height: 1250px;
}
.banner-wrap {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    content: '';
    z-index: 1;
    transform: translateY(-50%);
}
.banner-wrap h2{
	font-size: 4.5rem;
}
.fixed-top{
	position: absolute!important;
}
.banner-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
}
.get-a-quote a{
    background: #25ba4d;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: block;
}
.title{
	position: relative;
}
.title-shadow-txt{
	color: rgba(0, 0, 0, 2%);
    font-size: 140px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);		    
    -moz-transform: translateY(-50%);		    
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;		    
}
.title.text-center .title-shadow-txt{
	left: 0;
	width: 100%;
	text-align: center;
}
.title h2{
	position: relative;
	z-index: 1;
}
.sub-title{
	color: #407F3D;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.sub-title:before{
	width: 40px;
	height: 1px;
	left: 0;
	background-color: #407F3D;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
}
.title.text-center .sub-title:before{
	left: -60px;
}
.title.text-left .sub-title{
	padding-left: 60px;
}
.title h2{
    color: #2B241D;
}
.financing-wrap .container{
	max-width: 1200px;
}
#carousel-slide{
	height: 400px;
	overflow: hidden;
}
.box-style1{
	border:2px solid #407F3D;
	padding:15px;
	margin:15px 0;
	background-color: rgba(233, 233, 233, 75%);
}
.service-box{
	text-align: center;
	padding:40px 20px;
	min-height:227px;
}
.service-box.bg-light{
	background-color: #E9E9E9!important;
}
.service-box .service-icon{
	margin-bottom: 15px;
}
.service-box .service-icon .img-fluid{
	width: 25%;
}
.service-box .service-content h4{
	font-family: "Orienta", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.parallax{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.overlap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #2B241D;
	opacity: 0.8;
}
.overlap .container{
	position: relative;
	z-index: 1;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#carousel-slide .carousel-inner{
	overflow: hidden;
}
#carousel-slide .carousel-inner .carousel-item > img{
	-webkit-transition: all 6s;
    -moz-transition: all 6s;
    -o-transition: all 6s;
    transition: all 6s;
    width: 100%;
    height: 100%;
}
#carousel-slide .carousel-inner .carousel-item.active > img {
  	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.form-control{
	border:0;
	height:40px;
	border-bottom: 1px solid #2b241d26;
	border-radius: 0;
	background-color: transparent;
}
.form-control:focus{
	box-shadow: none;
	background-color: transparent;	
	border-color: #2b241d26;		
}
textarea.form-control{
	height:150px;
	resize: vertical;
}
.address-box{
    padding: 20px 0px;
}
.address-box .address-icon-holder{
	float: left;
	margin-right: 12px;
	color: #ffffff;
	text-align: center;
	position: relative;
	font-size: 24px;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius: 100%;
	background-color: #407F3D;
}
.address-box .address-content strong{
	color: #407F3D;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
}
.develop_by{
	text-align: right;
}
.develop_by a:hover,
.develop_by a:focus{
    color:#000;
}
.footer-links{
	text-align: center;
}
.footer-links a{
	display: inline-block;
	padding:13px 16px;
	position: relative;
	color: #fff;
}
.footer-links a:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 10%);
	content: '';
}
.footer-links a:last-child:after{
	display: none;
}
.footer-social-links{
	display: block;
	text-align: right;
	margin:0;
	padding:0;
}
.footer-social-links li{
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s;
}
.footer-social-links li a{
	width:40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	display: block;
	background-color: #fff;
	font-size: 20px;
}
.footer-social-links li a.fb-icon{
	color: #4571F2;
}
.footer-social-links li a.youtube-icon{
	color: #F30909;
}
.footer-social-links li:hover,
.footer-social-links li:focus{
	transform: scale(0.9);
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: 1000;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url('../images/totop.gif')
	no-repeat left top;
}
#toTopHover {
	background:url('../images/totop.gif') no-repeat left bottom;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
.footer-logo .img-fluid{
	max-width:125px;
}
.copyright{
	font-size: 12px;
	line-height: 20px;
}
.btn-1,
.btn-2{
	background-color: #2B241D00;
    color: #2B241D;
    border: 1px solid #2B241D;
    font-family: "Orienta", Sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    border-radius: 32px;
    padding: 10px 56px;
}
.btn-1{
	border-color: #fff;
	color: #fff;
    padding: 10px 30px;
}
.btn-2:hover,
.btn-2:focus{
	background-color: #407F3D;
    color: #ffffff;
    border-color: #407F3D;
}		
.btn-1:hover,
.btn-1:focus{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.about-wrap{
	padding-left: 50px;
}
.accordion-button:after{
	content: '\F231';
  	font-family: "bootstrap-icons";
  	background-image: none;
}
.accordion-button:not(.collapsed):after{
	background-image: none;
	transform: rotate(-90deg);
}
.accordion-flush .accordion-item{
	margin-bottom: 32px;
}
.accordion-flush .accordion-button{
	padding:30px;
	font-family: "Orienta", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    padding-right: 26px;
}
.accordion-button:focus,
.accordion-flush .accordion-button:not(.collapsed){
	color: inherit;
	box-shadow:none;
	background-color: #fff;
}
.sticker-text {
    height: 200px;
}

@media(min-width:1024px) and (max-width:1366px){
    .embed-responsive iframe{
        height:306px!important;
    }
    .home-parallax .parallax-window{
        height:900px;
    }
    .banner-wrap{
        top:50%;
    }
}
@media(min-width:220px) and (max-width:991px){
	.p-5 {
	    padding: 1em!important;
	}
	.m-p-5{
		padding:20px;
	}
	.m-text-center{
		text-align: center;
	}
	.sticker-text {
        height: 100%;
    }
	.mobile-menu{
		display: inline-block;
		vertical-align: middle;
		font-size: 30px;
		color: #fff;
		cursor: pointer;
		margin: 10px 0 10px 15px;
		border:1px solid transparent;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding-top: 0;
	}
	.nav-wrapper.open{
		left: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.navigation li a{
		padding:10px 20px;
	}
	.navigation > li:after{
		display: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #00bb59;
		color: #ffffff;
	}
	.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; 
	}
	.home-parallax .parallax-window {
	    height: 100vh;
	}
	.banner-img{
		position: static;
		margin:15px auto 0;
/*		width:55%;*/
	}
	.box-style1 h2 {
	    font-size: 26px;
	}
	.service-box .service-content h4{
		font-size: 16px;
	}
	.footer-logo{
		display: table;
		margin:auto;
	}
	.footer-links{
		margin-top: 15px;
	}
	.footer-links a{
		padding:8px 10px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.title-shadow-txt{
		font-size: 80px;
	}
	.banner-wrap{
		top:50%;
		transform: translateY(-30%);
	}
	.top-contact-list li:last-child{
		display: none;
	}
}

@media(min-width:220px) and (max-width:767px){
	.top-contact-list {
	    text-align: center;
	}
	.top-contact-list li .contact-box .contact-icon-holder{
		font-size: 100%;
		margin-top: 0;
	}
	.top-contact-list li{
		margin:5px;
	}
	.top-contact-list li .contact-box .contact-content span,
	.top-contact-list li .contact-box .contact-content br{
		display: none;
	}
	#ABOUT{
		padding-top:70px!important;
	}
	.about-wrap{
		padding-left: 0;
	}
	.footer-social-links,
	.copyright p,
	.develop_by {
	    text-align: center;
	}
	.accordion-flush .accordion-button{
		padding:20px;
	}
	.box-style1 a{
		display: block;
		margin:10px 0;
	}
	.title.text-center .sub-title:before {
	    left: -30px;
	}
	.sub-title:before{
		width: 25px;
	}
	.logo{
		display: table;
		margin: 15px auto;
		text-align: center;
	}
	.banner-wrap{
		position: relative;
		transform:none;
	}
	.title.text-left .sub-title {
	    padding-left: 35px;
	    line-height: 1;
	}
}
@media(min-width:576px) and (max-width:768px){
	.title-shadow-txt{
		font-size: 60px;
	}
}
@media(min-width:220px) and (max-width:575px){
    .fixed-top {
        position: static!important;
        background: #69645f;
    }
    .top-contact-list li .contact-box .contact-icon-holder{
        margin-right:8px;
    }
	.banner-wrap{
		top: 25%;
		text-align: center;
	}
	.banner-img{
		width:80%;
	}
	.banner-wrap h2{
		font-size: 40px;
	}
	.banner-wrap p{
		display: none;
	}
	.title-shadow-txt{
		font-size: 40px;
	}
	#carousel-slide{
		height: 250px;
	}
}