:root{
	--primary-color: #3b4f07;
	--secondary-color: #94ad07;
}
@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Medium.woff') format('woff'),
       url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
/*-----------------------------------
 Universal Styling
------------------------------------*/
html, body{
	overflow-x: hidden;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	  font-family: "Rubik", sans-serif;
}
a{
	text-decoration: none;
}

/* button */
.primary-btn-1{


    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    background-color: #2c4a28;
    border: 1px solid #2c4a28;
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 12px 30px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    }
    .primary-btn-1:hover{
        color: #fff;
    border: 1px solid #ffc107;
    }
    .primary-btn-1 span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #ffc107;
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .primary-btn-1:hover span{
        width: 225%;
        height: 1000.5px;
    }
#mainNavbar a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: remove small gap */
}
.title-box span{
	font-size: 15px;
	color: #2c4a28;
	  font-family: 'ClashDisplay-Medium';
}
.title-box h2{
	color: #2c4a28;
	  font-family: 'ClashDisplay-Medium';
}
@media screen and (min-width:991px){
	.title-box h2{
		font-size: 32px;
	}	
}

/* Optional: make dropdown smooth */
.dropdown-menu {
    transition: all 0.3s ease;
}
.navbar-nav li{
    font-family: "Rubik", sans-serif;
    font-weight:400;
    font-size:18px;
}
.navbar-light .navbar-nav .nav-link{
    color:#3b4f07;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link.active{
    color:#94ad07;
}
.sticky1 {
    position: fixed !important;
	background: #fff;
    top: -5px;
    width: 100%;
    z-index: 10;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .navbar.sticky1{
   opacity: 1;
  
  }

.navbar img{
	width: 150px !important;
}
.navbar .navbar-calendar{
	width: unset !important;
}

/*Top Bar*/
.topbar{
    background-color:#3b4f07;
}
.topcont{
    color:#FFFFFF;
    list-style:none;
    padding:0;
    margin-bottom:0px;
    gap:50px;
    font-family: "Rubik", sans-serif;
    font-weight:300;
    font-size:16px;
}
.topcont li a{
    margin-left:5px;
    color:#FFFFFF;
    text-decoration:none;
}
.topsocial{
    gap:15px;
    list-style:none;
    padding:0;
    margin-bottom:0px;
    font-size:20px;
}
.topsocial li a{
    color:#FFFFFF;
}
.hd-quote-btn{
    background-color:#94ad07;
    padding:7px 20px;
    color:#FFFFFF;
    font-family: "Rubik", sans-serif;
    font-weight:300;
    font-size:16px;
    border-radius:5px;
    text-decoration:none;
}
/*-----------------------------------
banner Styling
------------------------------------*/
.banner-section .banner-content h1,
.banner-section .banner-content p{
	color: #fff;
}
@media screen and (min-width:991px){
	.banner-section .banner-content h1,
	.banner-section .banner-content p{
		width: 650px;
	}
}


/*------------------------------------*
	Banner section
*------------------------------------*/
@media (min-width: 992px) {
    .slider, .slide {
        height: 100vh;
   }
}
@media screen and (max-width:768px){
	.slider, .slide {
        height: 100vh;
   }
}
.slide {
    position: relative;
}
.slide:before{
    content: '';
    position: absolute;
    width: 100%;
/*     height: 100%; */
    left: 0;
    background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    z-index: 9999 !important;
    opacity: 0.75;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
/*         top: 50%; */
        left: 0;
/*         transform: translateY(-50%); */
   }
}
.slide .slide__img img {
	width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}
@media screen and (max-width:768px){
	.slide .slide__img img{
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}
}
.slide .slide__content {
    position: absolute;
    top: 30%;
    left: 15%;
    transform: translateX(-15%);
    /* transform: translateY(-50%); */
    z-index: 9999999 !important;
} 

@media screen and (max-width:768px){
	.slide .slide__content {
    position: absolute;
/*     top: 35%; */
    left: 35%;
    transform: translateX(-20%);
    /* transform: translateY(-50%); */
    z-index: 9999999 !important;
		top: 20%;
} 
}
@media screen and (min-width:991px){
    .slide .slide__content .banner-para p{
        width: 507px;
/*         margin: 0 0 0 auto; */
		font-size: 18px;
    }
}
.slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}
.slide .slide__content--headings {
    color: #fff;
}
.slide .slide__content--headings h2 {
/*     font-size: 4.5rem; */
    margin: 10px 0;
}
.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title-2 {
    line-height: 10px !important;
}
  .slide .slide__content--headings .top-title span{
        color: var(--secondary-color);
        font-family: "Frank Ruhl Libre", serif;
        font-weight: 700;
	  font-size: 20px;
    }
@media screen and (min-width:991px){
    .slide .slide__content--headings .top-title {
        font-size: 28px;
    }  
    .slide .slide__content--headings .top-title span{
        color: var(--secondary-color);
        font-size: 42px;
        font-family: "Frank Ruhl Libre", serif;
        font-weight: 700;
    }
}
.slide .slide__content--headings .title{
    color: var(--secondary-color);
    font-weight: 700;
    font-family: "Frank Ruhl Libre", serif;
}
@media screen and (min-width:991px){
    .slide .slide__content--headings .title {
        font-size: 36px;
		width: 680px;
    }
}
.slide .slide__content--headings .banner-para .top-title {
    font-size: 15px;
}
@media screen and (min-width:991px){
    .slide .slide__content--headings .banner-para .top-title {
        font-size: 18px;
		width: 680px;
    }
}
.slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
    opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
   }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
   }
}
.zoomInImage {
    animation-name: zoomInImage;
}
@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
   }
    to {
        transform: scale3d(1, 1, 1);
   }
}
.zoomOutImage {
    animation-name: zoomOutImage;
}
.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}
.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}
.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
    content: '';
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}
.slick-nav i:before {
    transform: rotate(-40deg);
}
.slick-nav i:after {
    transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid var(--border);
}
.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}
.slick-nav.animate svg {
    animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
    animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
    animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
    animation: arrowDown 1.6s ease forwards;
}
@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
   }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
   }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
   }
}
@keyframes arrow {
    0%, 100% {
        transform: translateX(0);
        opacity: 1;
   }
    23% {
        transform: translateX(17px);
        opacity: 1;
   }
    24%, 80% {
        transform: translateX(-22px);
        opacity: 0;
   }
    81% {
        opacity: 1;
        transform: translateX(-22px);
   }
}
@keyframes arrowUp {
    0%, 100% {
        transform: rotate(-40deg) scaleX(1);
   }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
   }
}
@keyframes arrowDown {
    0%, 100% {
        transform: rotate(40deg) scaleX(1);
   }
    20%, 80% {
        transform: rotate(0deg) scaleX(0.1);
   }
}
.banner__slider .primary-btn-1{
    background: var(--text-white);
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    color: var(--secondary-color);
}
.banner__slider .primary-btn-1:hover{
    color: var(--text-white) !important;
}

 .slide__content {
	background: linear-gradient(to bottom, rgba(44, 74, 40, 0.5),rgba(0,0,0,0.5));
	padding: 20px;
	 border-radius: 10px;
}
/*-----------------------------------
About Styling
------------------------------------*/
.about .about-img-wrapper{
	position: relative;
}
@media screen and (min-width:991px){
	.about .about-img-wrapper .about-img-1{
		width: 410px;
		height: 588px;
		object-fit: cover;
	}
	.about .about-img-wrapper .about-img-2{
		position: absolute;
		width: 300px;
		height: 347px;
		object-fit: cover;
		bottom: 0;
		right: 25px;
		border: 10px solid #fff;
	}
	.about .about-img-content{
		position: absolute;
		right: 5%;
		top: 0;
	}
	.about .about-img-content h2{
		font-size: 100px;
	}
}
@media screen and (max-width:768px){
	.about .about-img-wrapper .about-img-2{
		display: none;
	}
	.about .about-img-wrapper .about-img-content{
		position: absolute;
		right: 10px;
		bottom: 0;
	}
}
	.about .about-img-content h2{
	color:#2c4a28;
		font-family: 'ClashDisplay-Medium';
}
.about .about-img-content p{
	color: #666;
	font-size: 18px;
	
}
.about .about-featured-wrapper .about-featured-icon svg{
	width: 60px;
	height: 60px;
	
}
	.about .about-featured-wrapper .about-featured-text h3{
	color: #2c4a28;
	font-family: 'ClashDisplay-Medium';
}
@media screen and (min-width:991px){
	.about .about-featured-wrapper .about-featured-text h3{
	font-size: 24px;
}
}
.about .about-content p{
	color: #74787c;
}
/*-----------------------------------
services Styling
------------------------------------*/
.services .services-content .services-img-wrapper{
	position: relative;
}
.services .services-content{
	margin-bottom: 60px;
}
.services .services-content .services-img-wrapper img{
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.services .services-content .services-img-wrapper .services-icon{
	position: absolute;
	 bottom: -40px;
    left: 30px;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2c4a28;
}
.services .services-content .services-content-text{
	padding: 65px 30px 15px 30px;
}
.services .services-content .services-content-text h3 a{
	color: #2c4a28;
	  font-family: 'ClashDisplay-Medium';
}
.services .services-content .services-content-text h3 a:hover{
	color: #000;
}
@media screen and (min-width:991px){
	.services .services-content .services-content-text h3 a{
		font-size: 24px;
	}
}
.services .services-content .services-content-text .services-content-para p{
	color: #74787c;
	 display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.services .services-content .services-btn a{

    background: #2c4a28;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
	color: #fff;
	position: relative;
	z-index: 2 !important;
}
.services .services-content .services-btn a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 50%;
	right: 50%;
	background: #ffc107;
	top: 0;
	z-index: -1;
	transition: all .5s ease-in-out;
}

.services .services-content .services-btn a:hover::before{
	width: 100%;
	left: 0;
	
}
.services .services-content .services-btn a:hover{
	color: #2c4a28;
}
.services .services-wrapper .slick-dots li button{
	font-size: 0 !important;
	
}
.services .services-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.services .services-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.services .services-wrapper .slick-active button{
	background: #2c4a28;
}
/*-----------------------------------
Why choose us Styling
------------------------------------*/
.why-choose-section .why-choose-content-text ul{
	list-style: none;
	padding-left: 0;
	line-height: 2.5;
}
.why-choose-section .why-choose-content-text ul li:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%232C4A28' d='M512 0C229.232 0 0 229.232 0 512c0 282.784 229.232 512 512 512c282.784 0 512-229.216 512-512C1024 229.232 794.784 0 512 0m0 961.008c-247.024 0-448-201.984-448-449.01c0-247.024 200.976-448 448-448s448 200.977 448 448s-200.976 449.01-448 449.01m204.336-636.352L415.935 626.944l-135.28-135.28c-12.496-12.496-32.752-12.496-45.264 0c-12.496 12.496-12.496 32.752 0 45.248l158.384 158.4c12.496 12.48 32.752 12.48 45.264 0c1.44-1.44 2.673-3.009 3.793-4.64l318.784-320.753c12.48-12.496 12.48-32.752 0-45.263c-12.512-12.496-32.768-12.496-45.28 0'/%3E%3C/svg%3E");
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.why-choose-section .rs-skill-bar .skillbar{
    background: #d9d9d9;
    display: inline-block;
    height: 6px;
    position: relative;
    width: 100%;
}
.why-choose-section .rs-skill-bar .skillbar .skillbar-bar {
    background: #2c4a28;
    height: 6px;
    width: 0;
    margin-bottom: 0;
}
.why-choose-section .rs-skill-bar .skillbar .skill-bar-percent {
    font-size: 15px;
    font-weight: 700;
    color: #2c4a28;
}
.rs-skill-bar.style1 .skillbar .skillbar-title {
    top: -38px;
}	
.rs-skill-bar .skillbar .skillbar-title {
    color: #2c4a28;
    font-size: 16px;
    font-weight: 400;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
    right: 0;
    top: -36px;
}
.rs-skill-bar .skillbar .skill-bar-percent{
    font-size: 15px;
    font-weight: 700;
    color: #2c4a28;
}
.rs-skill-bar .skillbar .skillbar-title, .rs-skill-bar .skillbar .skill-bar-percent {
    position: absolute;
}
@media screen and (min-width:991px){
	.why-choose-img-2{
		height: 196px;
		object-fit: cover;
	}
	.why-choose-img-1{
		height: 541px;
		object-fit: cover;
	}
}
/*-----------------------------------
Gallery Styling
------------------------------------*/
.gallery .filter-button-group{
	list-style: none;
	padding-left: 0;
}
 .gallery .filter-button-group li {
    background: #fff;
     border: 2px solid #2c4a28;
     color: #2c4a28;
     padding: 8px 25px;
     cursor: pointer;
     font-size: 13px;
     text-transform: uppercase;
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     border-radius: 6px;
}
@media screen and (max-width:768px){
	.gallery .filter-button-group li{
		 padding: 5px 15px;
	}
}

 .gallery .filter-button-group li.active,  .gallery .filter-button-group li:hover{
     background:#2c4a28;
     color: #fff;
    border: 2px solid #2c4a28;
 }
.gallery .gallery-img{
	position: relative;
}
.gallery .gallery-img-wrapper{
	position: relative;
	overflow: hidden;
}
.gallery .gallery-img-wrapper img{
	transition: all .5s ease-in-out;
	width: 100%;
	height: 356px;
	object-fit: cover;
	border-radius: 6px;
}
.gallery .gallery-img-wrapper img:hover{
	transform: scale(1.2);
	border-radius: 6px;
}
.gallery .gallery-img .icon-search{
	position: absolute;
/* 	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	opacity: 0;
	transition: all .5s ease-in-out;
	background: #fff;
	padding : 26px;
	border-radius: 6px;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
.gallery .gallery-img .icon-search svg{
	width: 3em;
	height: 3em;
	color: #fff;
	
}
.gallery .gallery-img .icon-search h3,
.gallery .gallery-img .icon-search p{
	color: #2c4a28;
}
@media screen and (min-width:991px){
	.gallery .gallery-img .icon-search h3{
	 font-family: 'ClashDisplay-Medium';
		font-size: 24px;
}
}
.gallery .gallery-img:hover .icon-search{
	opacity: 1;
}
/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials .testimonials-wrapper .testimonials-content{
	    background-color: #2C4A28;
    background-image: url(../images/bg-7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #fff;
	 font-family: 'ClashDisplay-Medium';
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #fff;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}
/*-----------------------------------
   Blog Styling
------------------------------------*/
.blog .blog-content .blog-img-wrapper{
	position: relative;
	overflow: hidden;
}

.blog .blog-content .blog-img-wrapper img{
	transition: all .5s ease-in-out;
	height: 293px;
	width: 100%;
	object-fit: cover;
}
.blog .blog-content .blog-img-wrapper img:hover{
	transform: scale(1.2);
}
.blog .blog-content .blog-meta svg{
	color: #2c4a28;
}
.blog .blog-content .blog-meta a{
	color: #74787c;
}
.blog .blog-content .blog-meta{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 25px;
}
.blog .blog-content .blog-title h3 a{
	font-size: 24px;
	color: #2c4a28;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	margin: 0 25px;
}
.blog .blog-content .blog-btn{
	margin: 0 25px;
}
/*Footer*/
footer{
    background-color:#1a2819;
}
footer p{
    color:#FFFFFF;
    font-family: "Rubik", sans-serif;
    font-weight:300;
    font-size:16px;
}

.social-box {
  width: 45px;
  height: 45px;
  background-color: #2c4a28;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.social-box i {
  color: white;
  font-size: 18px;
}

.social-box:hover {
  background-color: #708e08;
}

footer h4{
    font-family: 'ClashDisplay-Medium';
    color:#FFFFFF;
    margin-bottom:0;
}
.footmenu{
    font-family: "Rubik", sans-serif;
    font-weight:300;
    font-size:18px;
    gap:10px;
}
.footmenu li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footmenu li a:hover{
    color:#94ad07;
}
.footcont li{
    font-family: "Rubik", sans-serif;
    font-weight:300;
    font-size:18px;
    color:#FFFFFF;
}
.footcont li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footcont li a:hover{
    color:#94ad07;
}
.footer-bottom{
	font-family: "Rubik", sans-serif;
    font-weight:300;
    font-size:16px;
	color:#FFFFFF;
	border-top:2px solid #1d2d1c;
}
.footer-bottom a{
	text-decoration:none;
	color:#FFFFFF;
}
.footer-bottom a:hover{
	color:#94ad07;
}
.footer-bottom ul{
	gap:15px;
}

/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
/* 	height: 50vh !important; */
}
.page-banner h1{
    color: #fff;
	  font-family: 'ClashDisplay-Medium';
	display: none;
}
.page-banner .breadcrumb{
	margin-bottom: 0 !important;
	padding: 15px 0;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: #fff;
}
.page-banner .breadcrumb li{
    color: #fff;
}


/*-----------------------------------
   Contact Us page CSS
------------------------------------*/

.contact-page-section .contact-page-section-content{
	padding: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	min-height: 180px;
	max-height: 180px;
}
.contact-page-section .contact-page-section-content svg{
	color: var(--primary-color);
	
}
.contact-page-section .contact-page-section-content a{
	color: #000;
	
}
.contact-page-section .contact-page-section-content a:hover{
	color: var(--primary-color);
}
@media screen and (min-width:991px){
	.contact-page-section .contact-page-section-content a{
	font-size: 18px;
}
}

.contact-page-form-section h3{
	color:  #2c4a28;
	  font-family: 'ClashDisplay-Medium';
}
@media screen and (min-width:991px){
	.contact-page-form-section h3{
		font-size: 48px;
	}
}
.contact-page-form-section .contact-page-form input{
	background: #F6F6F6;
	color: #2c4a28;
	height: 45px;
}
.contact-page-form-section .contact-page-form input:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
}
.contact-page-form-section .contact-page-form textarea{
	background: #F6F6F6;
	color: #2c4a28;
	height: 100px;
}
.contact-page-form-section .contact-page-form textarea:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
}

.contact-page-form-section .contact-page-form select{
	color: #2c4a28;
	  font-family: 'ClashDisplay-Medium';
}
.contact-page-form-section .contact-page-form select:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
	background: #F6F6F6;
}
.contact-page-form-section .contact-page-form input::placeholder,
.contact-page-form-section .contact-page-form textarea::placeholder{
	  font-family: 'ClashDisplay-Medium';
}

.contact-page-form-section .contact-page-form .theme-btn{
	background:  #2c4a28;
	color: #fff;
	padding: 12px 30px;
	height: unset !important;
	border: none;
}

.contact-page-form-section .contact-page-form .theme-btn:hover{
	background: #222;
}




/*================================
 <-- Single Blog -->
==================================*/
.single-blog .single-blog-img {
	margin-bottom: 20px;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-img img{
		width: 100% !important;
	height: 398.13px;
		object-fit: cover;
}
}
.single-blog .single-blog-img-content{
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	
}
.single-blog .single-blog-img-content span,
.single-blog .single-blog-img-content span a{
	color: var(--primary-color);
}
.single-blog .single-blog-img-content span{
	margin-bottom: 5px;
}
.single-blog .single-blog-img-content p{
	color: var(--secondary-color);
	font-weight: 500;
}
.single-blog .single-blog-title h2{
	color: var(--primary-color);
	font-weight: 700;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-title h2{
		font-size: 35px;
	}
}
.single-blog .single-blog-content p{
	color: #565969;
	line-height: 1.7;
	font-size: 17px;
	text-align: justify;
}
.single-blog-sidebar-wrapper {
	margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 25px 25px 25px;
}
.single-blog-sidebar-wrapper h2{
	color: #2c4a28;
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	text-transform: capitalize;
		  font-family: 'ClashDisplay-Medium';
}
@media screen and (min-width:991px){
	.single-blog-sidebar-wrapper h2{
		font-size: 20px;
	}
}
.single-blog-post-inner ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.single-blog-post-inner li img{
/* 	width: 91.5px; */
	width: 150px;
	height: 114.08px;
	object-fit: cover;
	border-radius: 4px;
	max-width: 120px;
}
.single-blog-post-inner li h3{
	padding-left: 10px;
	line-height: 0.9;
}
.single-blog-post-inner li span{
	padding-left: 10px;
	color: #565969;
}
.single-blog-post-inner li a{
	font-size: 18px;
	color: var(--secondary-color);
	transition: all .5s ease-in-out;
	  font-family: 'ClashDisplay-Medium';
}
.single-blog-post-inner li a:hover{
		color: var(--primary-color);
}





/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: #222;
	font-family: 'ClashDisplay-Medium';
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #E3E3E3;
	top: 100%;
}
.single-service .single-service-sidebar ul{
	list-style: none;
	padding-left: 0;
/* 	border: 1px solid #d7d7d7; */
	}
.single-service .single-service-sidebar ul{
	background: #F6F6F6;
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: var(--text-white);
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
/* 	border-bottom: 1px solid #d7d7d7; */
	position: relative;
	z-index: 9999 !important;
	display: block;
	transition: all .5s ease-in-out;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 50%;
	top: 0;
	background: var(--primary-color);
	transition: all .5s ease-in-out;
	z-index: -1;
	
}
.single-service .single-service-sidebar ul li:hover a:before{
	width: 100%;
	left: 0;
	border-left: 4px solid #000;
}
.single-service .single-service-sidebar ul li:hover a{
	color: #fff;
}
.single-service .single-service-sidebar ul li a:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%232C4A28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22 6l8 10l-8 10m8-10H2'/%3E%3C/svg%3E");
	position: absolute;
	right: 20px;
}

.single-service .single-service-sidebar-contacts .single-service-sidebar-info svg{
	width: 44px;
	height: 45px;
	color: var(--primary-color);
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a{
	color: #777;
	transition: all .5s ease-in-out;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: var(--primary-color);
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;

}
.single-service .single-service-content-img{
	position: relative;
	overflow: hidden;
	
}
/* .single-service .single-service-content-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(180, 16, 23, 0.5),rgba(180, 16, 23, 0.5));
	transition: all .5s ease-in-out;
	border-radius: 10px;
} */
.single-service .col-md-8:hover .single-service-content-img:before{
	width: 100%;
}
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		border-radius: 10px;
	}
@media screen and (min-width:991px){
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
.single-service .single-service-content p{
	color: #777;
	line-height: 1.5;
	text-align: justify;
}
.single-service .single-service-content h2,
.single-service .single-service-content h3,
.single-service .single-service-content h4{
	color: var(--primary-color);
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #777;
}.single-service .single-service-content ul {
	list-style: none;
	padding-left: 0;
}
.single-service .single-service-content ul li:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 256 256'%3E%3Cpath fill='%232c4a28' d='M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14c-3.25 1.36-8.69 1.44-13.94 1.52c-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94c-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57c1.36 3.27 1.44 8.69 1.52 13.94c.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52c3.56 1.47 7.63 5.37 11.57 9.14c6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14c3.27-1.36 8.69-1.44 13.94-1.52c9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94c1.47-3.56 5.37-7.63 9.14-11.57c6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-52.2 6.84l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32'/%3E%3C/svg%3E");
	position: relative;
	top: 6px;
	margin-right: 5px;
}
/*-----------------------------------
      contact section style
------------------------------------*/
.services-contact-section{
    background: #f3f3f3;
}
.services-contact-section h3{
	 font-family: 'ClashDisplay-Medium';
}
.services-contact-section .contact-section-content p{
    font-size: 13px;
    line-height: 23px;
    color: #7F7F7F;
}
.services-contact-section .contact-section-form{
    background: var(--primary-color);
    position: relative;
/*     transform: translateY(-29px); */
    /* margin-bottom: -50px; */
	border-radius: 10px;
}
.services-contact-section .contact-section-form:before{
    top: 0;
    left: -25px;
    width: 25.63px;
    height: 29px;
    position: absolute;
    content: "";
    background: var(--third-color);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.services-contact-section .contact-section-form input,
.services-contact-section .contact-section-form select{
    height: 40px;
    border-radius: 3px;
    color: var(--primary-color);
}

.services-contact-section .contact-section-form input::placeholder{
    color: #9E9E9E;
    font-family: aileron;
    font-size: 13px;
	 font-family: 'ClashDisplay-Medium';
}
.services-contact-section .contact-section-form select{
    color: #9E9E9E;
    font-family: aileron;
    font-size: 13px;
}
.services-contact-section .contact-section-form input:focus{
    box-shadow: none;
}
.services-contact-section .contact-section-form .theme-btn {
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    color: var(--primary-color);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 34px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    font-size: 15px;
    border-radius: 4px;
     font-family: 'ClashDisplay-Medium';
  }

.about-us-page .about-us-page-content p{
	color: #74787C;
	line-height: 1.8;
}