@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap');

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::selection {
    background: #4B9437;
    color: #ffffff;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: calc(0.50em + 1vmin);
	color: #07080a;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-style: normal;
	-webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #4B9437;
	outline: none;
	text-decoration: none;
}
button:hover,button:active,
button:focus{
	outline: none!important;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
	color: #232323;
}
.bg-color2{
	background-color: #30672E!important;
}
.bg-color3{
	background-color: #4B9437!important;
}
.text-color1{
	color: #30672E!important;
}
.text-color2{
	color: #4B9437!important;
}
.logo-bg-1 {
    position: absolute;
    top: -1px;
    left: -118px;
    z-index: -1;
}
.brand-logo{
	background-image: url('../images/logo-bg-1.png');
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	padding: 5px 20px 35px;
	text-align: center;
}
.brand-logo .img-fluid{
	max-width: 65%;
}
.enquiry-wrap{
	position: relative;
	text-align:center;
}
.enquiry-wrap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 100%;
	background-color: #4B9437!important;
	content: '';
}
.enquiry-btn{
	padding: 15px 12px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}
.social-icon {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    width: 45px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.social-icon:hover,
.social-icon:focus{
    background-color:#30672e;
    color:#fff;
    border-color:#30672e;
}
.enquiry-wrap .enquiry-btn {
    margin: 18px 0 17px 0;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.enquiry-btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.enquiry-btn:hover {
    background: #212529 !important;
    color: #ffffff !important;
}
.enquiry-btn:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}
.nav-box{
	background-color: #212529;
	position: relative;
}
.nav-box .menu-bg-1{
	position: absolute;
	top:0;
	left: -160px;
    z-index: -1;
}
.logo{
	display: block;
	text-align: center;
}
.logo .img-fluid{
	width: 260px;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	/*padding-top: 44px;
	display: inline-block;
	vertical-align: top;*/
}
.navigation{
    text-align: center;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.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;
}
.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;
}
.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;
    font-size: 14px;
    color: #cdcdcd;
    padding: 31px 15px;
    transition: all 500ms ease 0s;
}
.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:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #ffffff;
	background-color: #419542;
}
.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: #296834;
}

.slider-wrapper{
    position: relative;
}
.home-parallax{
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}
.parallax-window{
    height: 450px;
    background: transparent;
    display: table;
	width: 100%;
}
.home-parallax .overla-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}
.strip-bg1{
	position: absolute;
	top: -150px;
	left: 100px;
	width:200px;
	height: 1558px;
	content: '';
	background-color: rgba(65, 149, 66, 0.25);
	transform: rotate(20deg);
  mix-blend-mode: color-burn;
}
.strip-bg2{
	position: absolute;
	top: -150px;
	left: 200px;
	width:200px;
	height: 1558px;
	content: '';
	background-color: rgba(65, 149, 66, 0.15);
	transform: rotate(20deg);
  mix-blend-mode: color-burn;
}
#metro-touch-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 10%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    z-index: 1;
    padding-top: 84px;
    padding-bottom: 0;
}
#metro-touch-slider .carousel-caption h2 {
    padding: 0;
    color: #fff;
    /*-webkit-text-stroke: 2px #fff;*/
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4.6em;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
/*     background-color: #296834;
   padding: 30px;*/
}
#metro-touch-slider .carousel-caption h2 span{
	padding: 0 15px;
	display:inline-block;
	position: relative;
  	mix-blend-mode: exclusion;
   /*clip-path: polygon(10% 0, 86% 0, 75% 100%, 0% 100%);*/
   text-shadow: 0 5px 5px #000;
}
#metro-touch-slider .carousel-caption h2 span:before{
    background-color: rgba(75, 148, 55, 0.75);
    position:absolute;
    top: 3px;
    left:0;
    width:100%;
    height:100%;
    content:'';
    z-index:-1;
    /*transform: translateY(-50%);*/
}
#metro-touch-slider .carousel-caption p {
    padding: 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 2px;
}
.carousel-control-next, .carousel-control-prev{
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    width:auto;
    bottom:auto;
    background-color: #296834;
    padding: 20px 16px;
}
.carousel-control-next{
    -webkit-clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%); 
    clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}
.carousel-control-prev{
    -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
}
.carousel-indicators [data-bs-target]{
	height: 15px;
	width:15px;
	border-radius: 100%;
	background-color: transparent;
	border:1px solid #fff;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #296834;
	border-color: #296834;
	height: 17px;
	width:17px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
/*#metro-touch-slider{
	height: 750px;
	overflow: hidden;
}*/
#metro-touch-slider .carousel-inner .carousel-item > img {
  -webkit-animation: zoom 10s;
  animation: zoom 10s;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.parallax{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.overlap:before{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.55);
    content: '';
}
.parallax .container,
.parallax .container-fluid,
.parallax .padd-40{
	position: relative;
	z-index: 9;
}
.about-area-1{
	position: relative;
}
.about-area-1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 60%;
    bottom: 0px;
    background-color: #626262;
}
.about-img-1 {
/*    overflow: hidden;*/
    position: relative;
    width: calc(100% - 85px);
}
.about-img-1:before {
    position: absolute;
    bottom: -50px;
    right: -200px;
    width: 400px;
    height: 350px;
    content: '';
    outline: 30px solid rgb(217 217 217 / 30%);
    z-index: -1;
    -webkit-animation:triangle infinite 8s alternate;
	animation:triangle infinite 8s alternate;
}
@-webkit-keyframes triangle{
	0%{
		right:-200px;
    	bottom: -50px;
	}
	50%{
		right:-200px;
    	bottom: 0px;
	}
	100%{
		right:-200px;
    	bottom: -50px;
	}
}@keyframes triangle{
	0%{
		right:-200px;
    	bottom: -50px;
	}50%{
		right:-200px;
    	bottom: 0px;
	}100%{
		right:-200px;
    	bottom: -50px;
	}
}
.pt-140 {
    padding-top: 140px;
}

.pb-110 {
    padding-bottom: 110px;
}
.about-area-1 .sec-text-wrapper {
    padding-left: 210px;
    padding-top: 45px;
}
.service-section{
	padding-top: 150px!important;
	padding-bottom: 150px!important;
}
.service-box{
	background-color:rgba(255, 255, 255, 1);
	padding:40px 20px;
	webkit-clip-path: polygon(0 0, 94% 2%, 99% 97%, 0 100%);
    clip-path: polygon(0 0, 94% 2%, 99% 97%, 0 100%);
    transition: all 0.5s;
}
.service-box:hover,
.service-box:focus{
	background-color: rgba(33, 37, 41, 1);
}
.experience-wrap{
	position: relative;
}
.experience {
    position: absolute;
    left: -110px;
    bottom: 60px;
    min-width: 220px;
    background: #419542;
    padding: 20px 30px;
    border-radius: 10px 10px 0 10px;
    -webkit-box-shadow: 0 15px 60px rgb(68 67 67 / 8%);
    box-shadow: 0 15px 60px rgb(68 67 67 / 8%);
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.experience:before {
    position: absolute;
    right: -20px;
    bottom: 0;
    border-left: 20px solid #419542;
    border-top: 20px solid transparent;
    content: "";
}
.experience .inner {
    position: relative;
    padding-left: 75px;
}
.experience .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 64px;
    color: #ffffff;
}
.experience .text {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.experience strong {
    position: relative;
    margin-top: 7px;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    display: block;
}
.btn-box .info-btn {
    position: relative;
    display: block;
    font-size: 22px;
    padding: 8px 0;
    padding-left: 90px;
    color: #181818;
    text-align: left;
    font-weight: 800;
    white-space: nowrap;
    line-height: 20px;
    margin-right: 30px;
}
.btn-box .info-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
    line-height: 68px;
    height: 68px;
    width: 68px;
    text-align: center;
    border-radius: 50%;
    color: #419542;
    background-color: #edf0f5;
    font-size: 24px;
}
.btn-box .info-btn small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    margin-bottom: 10px;
}
.list1 li{
	padding:0 0 8px 24px;
	position: relative;
	list-style-type: none;
}
.list1 li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F270';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #419542;
}
ol.list2{
  margin-left: 20px;
}
.footer-menu li{
	margin-bottom: 4px;
}
.footer-menu li a{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #fff;
}
.footer-menu li a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F285';
	font-family: bootstrap-icons !important;
}
.footer-menu li a:hover{
	color: #fff;
}
.lets-talk-box{
	text-align: right;
}
.lets-talk{
  font-weight: 400;
  font-size: 110px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.border-light{
	border-color: #333333!important;
}
/*.address-box{
	margin-top: 20px;
	margin-bottom: 20px;
}*/
.address-box .address-icon-holder{
	float: left;
	margin-right: 5px;
	color: #ffffff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #30672E;
	border-radius: 100%;
	text-align: center;
	position: relative;
}
.address-box .address-icon-holder:before{
	position: absolute;
    bottom: -25px;
    border-width: 16px;
    border-style: solid;
    border-color: #30672E transparent transparent transparent;
    content: '';
    left: 7px;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
	color: #fff;
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9991;
  border-radius: 100px;
  color: #fff;
  background: #212529;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  mix-blend-mode: exclusion;
}
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
	font-weight: 500;
}
.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;
}



@media only screen and (min-width: 1280px) {
.navigation a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 15px !important;
    color: #cdcdcd;
    padding: 31px 15px !important;
    transition: all 500ms ease 0s;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.navigation a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #cdcdcd;
    padding: 31px 8px;
    transition: all 500ms ease 0s;
}

/*.enquiry-wrap .enquiry-btn {
    margin: 12px 0;
    font-size: 15px;
}*/
.about-area-1 .sec-text-wrapper {
    padding-left: 0px;
    padding-top: 0px;
}
}


.footer_get_touch_outer {
  margin-top: 80px;
}
.container {
  width: 95%;
  max-width: 1140px;
  margin: auto;
}
.grid-70-30 {
  display: grid;
  grid-template-columns: 70% 30%;
}
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-full {
  margin: 20px 0;
}
textarea {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  padding: 12px 0 0 20px;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
}
.get_form_inner_text h3 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid;
  font-weight: 500;
  padding: 10px 20px;
  font-family: 'Jost', sans-serif;
  outline: 0;
  cursor: pointer;
  color: #419542;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
input[type="submit"]:hover {
  background-color: #419542;
  border-color: #419542;
  color: #fff;
}
.get_say_form {
  display: inline-block;
  padding: 45px 0 25px 30px;
  background: #103e65;
  position: relative;
}
.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.get_say_social-icn {
  display: flex;
  position: absolute;
  bottom: 40px;
}
.get_say_social-icn a {
  font-size: 22px;
  color: #fff;
  padding: 0 20px 0 0;
}
.get_say_info_sec i {
  color: #fff;
  font-size: 32px;
}
.get_say_info_sec > li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-bottom: 40px;
}
.get_say_info_sec > li a {
  width: 100%;
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: unset;
  font-weight: 500;
  background: #162b65;
  border-radius: 5px 0 0 5px;
  transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.get_say_info_sec > li a:hover {
  background-color: #f85508;
}
.contact-detail .address-content strong {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.contact-detail h2 {
    text-transform: uppercase;
}
p.text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}
.address-box1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
}
.address-box1 .address-icon-holder {
    float: left;
    margin-right: 8px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #30672E;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.address-box1 .address-icon-holder:before {
    position: absolute;
    bottom: -25px;
    border-width: 16px;
    border-style: solid;
    border-color: #30672E transparent transparent transparent;
    content: '';
    left: 7px;
}
.address-box1 .address-content {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.contact-detail {
    padding-left: 40px;
}
.btn-primary {
    --bs-btn-active-bg: #30672e;
    background-color: #30672e;
    border-color: #30672e;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #30672e;
    border-color: #30672e;
}
h2.design-content {
    font-size: 42px;
    padding-top: 20px;
}

h2.design-content1 {
    font-size: 42px;
    padding-top: 45px;
}
/*img.img-fluid {
    padding-top: 50px;
}*/
p.site-name {
    padding: 15px;
    font-weight: 500;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 15px;
    background: #575e64;
    color: #fff;
}
p.site-name a:hover {
    color: #fff;
}
p.site-name:hover {
    background-color: #419542;
    color: #fff !important;
}
.col-lg-6.col-md-6.col-sm-12.design-img img {
    width: 100%;
}
.text-white.text-center a:hover {
    color: #000;
}

@media(min-width:1200px) and (max-width:1365px){
    .enquiry-wrap .enquiry-btn{
        font-size:12px;
        margin:8px 0;
    }
    .navigation a{
        padding:20px 15px!important;
        font-size:14px!important;
    }
    .social-icon{
        height:47px;
        line-height:47px;
    }
    .address-box .address-content{
        font-size:13px;
        text-align:left;
    }
}
@media(min-width:1024px) and (max-width:1199px){
    .enquiry-wrap .social-icon{
        width:38px;
        height:38px;
        line-height:38px;
        font-size:14px;
    }
    .enquiry-wrap .enquiry-btn{
        font-size:12px;
        margin:6px 0;
        padding:10px 5px;
    }
    
    .address-box .address-content{
        font-size:12px;
        line-height:20px;
        text-align:left;
    }
}
@media(min-width:220px) and (max-width:991px){
	.top-header.fixed-top{
		position: static!important;
	}
	.service-box{
		margin:15px 0;
	}
	.about-img-1{
		width: 100%;
		margin-bottom: 30px;
	}
	.about-area-1{
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.about-area-1 .sec-text-wrapper {
	    padding-left: 0;
	    padding-top: 0;
	}
	.enquiry-wrap:before,
	.about-area-1:after,
	.about-img-1:before{
		display: none;
	}
	.m-border-0{
		border: none!important;
	}
    .address-box {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0!important;
        padding-right: 0!important;
    }
	.mobile-menu{
		display: table;
		cursor: pointer;
		vertical-align: middle;
		font-size: 20px;
		background: #6c9b3e;
		padding:10px 20px;
		color: #fff;
		margin: 0 auto;
		text-align:center;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 99999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #080808;
		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;
	}
	.header-fixed .navigation li a,
	.navigation li a{
		padding:10px 20px;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #6c9b3f;
		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; 
	}
	#metro-touch-slider .carousel-caption{
	    padding-top: 0;
	}
    .address-box .address-content{
        text-align:left;
    }
}

@media(min-width:768px) and (max-width:991px){
	#metro-touch-slider .carousel-caption h2{
		font-size: 3em;
	}
	#metro-touch-slider .carousel-caption p{
		font-size: 20px;
		line-height: 28px;
	}
	.contact-detail {
        padding-left: 0px !important;
    }
    .col-lg-6.col-md-6.col-sm-12 {
        width: 100%;
        text-align: center;
    }
    .col-lg-8.col-md-6.col-sm-12, h2.design-content1 {
        width: 100%;
    }
    h2.design-content { 
        font-size: 38px !important;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .experience {
        position: absolute;
        left: 0px !important;
        bottom: 60px;
        min-width: 220px;
        background: #419542;
        padding: 20px 30px;
        border-radius: 10px 10px 0 10px;
        -webkit-box-shadow: 0 15px 60px rgb(68 67 67 / 8%);
        box-shadow: 0 15px 60px rgb(68 67 67 / 8%);
    }
    .col-lg-2.col-md-6.col-sm-12.col-12.enquiry-wrap {
        margin: 0 auto;
    }
}

@media(min-width:220px) and (max-width:767px){
	.p-5 {
	    padding: 1.6rem!important;
	}
	.px-5 {
	    padding-right: 1.6rem!important;
	    padding-left: 1.6rem!important;
	}
	#metro-touch-slider .carousel-caption h2{
		font-size: 2.6em;
	    line-height: 1.4em;
	}
	#metro-touch-slider .carousel-caption p.desc{
		display: none!important;
	}
	.lets-talk-box{
		text-align: center;
	}
	.lets-talk{
		font-size: 44px;
		line-height: 60px;
	}
	.contact-detail {
        padding-left: 0 !important;
        padding-bottom: 20px;
    }
    h2.design-content1 {
        font-size: 28px !important;
        padding-top: 45px;
    }
    h2.design-content {
        font-size: 28px !important;
        padding-top: 20px;
    }
    .experience .icon {
        position: absolute;
        left: 43px;
        top: 3px;
        font-size: 64px;
        color: #ffffff;
    }
    .experience .inner {
        position: relative;
        padding-left: 110px;
    }
    .btn-primary {
        --bs-btn-active-bg: #30672e;
        background-color: #30672e;
        border-color: #30672e;
        margin-bottom: 20px;
            margin-top: 20px;
    }
    .enquiry-wrap .enquiry-btn {
        margin: 14px 0;
        font-size: 17px;
    }
    .btn-box .info-btn {
        position: relative;
        display: block;
        font-size: 19px;
        padding: 8px 0;
        padding-left: 90px;
        color: #181818;
        text-align: left;
        font-weight: 800;
        white-space: nowrap;
        line-height: 20px;
        margin-right: 0px !important;
    }
    p.site-name{
        font-size: 16px;
    }
    .parallax-window{
        height:300px;
    }
}