/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
html, body{
	height: 100%;
	width: 100%;
	scroll-behavior: smooth !important;
	-ms-scroll-behaviur: smooth;
	-moz-scroll-behaviur: smooth;
}
body{
	font-family: "Inter", "Inter Placeholder", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	background-color: #222;
}
body.stop-scroll{
  	/*overflow: hidden;*/
}

h1, h2, h3, h4, h5, h6{
	font-family: "Inter", "Inter Placeholder", sans-serif;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.imgBlk{width: 100%;max-width: 100%;}
.button{font-size: small;}
.button{
	background-color: #a1ae39 !important;
	color: #fff !important;
}
.text-brand{
	color: #a1ae39;
}

.imgBlk{
	filter: grayscale(100%) !important;
	transition: filter 0.3s ease-in-out;
}

.imgBlk:hover{
	filter: grayscale(0%) !important;
	transition: filter 0.3s ease-in-out;
}

/* loader */
.loader {
    border: 8px solid #a1ae39;
    border-top: 8px solid #a1ae39;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 9999999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#overlay {
    background: rgb(0 0 0 / 30%);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.stretched #wrapper{background-color: rgb(33, 31, 26) !important;}
.stretched.commonpages #wrapper{background-color: rgb(255, 255, 255) !important;}

.section .container, .footer .container{width: 100%;max-width: 95%;}
.bg-dark{background-color: rgba(33, 31, 26, 1) !important;}
.bg-dark-light{background-color: rgba(0, 0, 0, 0.1);}

#header-wrap #logo img{height: 70px;margin: 8px 0;}
.is-expanded-menu .menu-link{
    --cnvs-primary-menu-padding-y: 0;
}
.bg-color, .bg-color #header-wrap{
    background-color: rgb(161 174 57) !important;
}

.section .heading .title{font-size: 32px;letter-spacing: 0px;font-weight: 500;line-height: 1.2;width: 100%;}
.section .heading .heading-text{font-size: 22px;padding: 5px 25px;border-radius: 4px;display: inline-block;}

.button.button-dark:hover{background-color: #a1ae39 !important;}

.section .heading .heading-dark{background-color: rgba(255, 255, 255, 0.1);color: #fff;}
.section .heading .heading-light{background-color: rgba(0, 0, 0, 0.1);color: #000;}

#header{height: 87px;}

.menu-link{font-family: inherit;font-weight: 600;letter-spacing: 0;text-transform: capitalize;font-size: 1rem;opacity: 0.8;}
.menu-item.current>.menu-link{color: #fff;opacity: 1;}
.stretched.commonpages .menu-item.current>.menu-link{color: #000;opacity: 1;}
.menu-item:hover>.menu-link{color: #000;opacity: 1;}
.secondary-color .menu-item.current>.menu-link{color: #000;opacity: 1;}

.vertical-middle{padding-top: 15%;width: 85%;margin: 0 auto;}
.slider-element{height: auto;}
.slider-text{font-size: 5rem !important;line-height: 1;}
.slider-subtext{font-size: 1.5rem !important;line-height: 1.5;margin: 0 auto;width: 60%;}

.second-bg{
	/*mix-blend-mode: multiply;*/
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	align-items: center;
	margin-top: -12%;
}

.gradient-overlay {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 40vh;
  	background: linear-gradient(to top, rgba(36, 31, 26, 1), rgba(255, 255, 255, 0));
  	pointer-events: none; /* ensures it doesnâ€™t block clicks */
}

.section.counterSection{margin-top: -10%;}
.counter-col{
	padding: 10px 25px;
    background: rgba(255, 255, 255, 0.1); /* translucent background */
    backdrop-filter: blur(10px);          /* apply blur */
    -webkit-backdrop-filter: blur(10px);  /* for Safari support */
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 0%); /* subtle border for glassy look */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  /* optional: add a soft shadow */
}
.counter-col .counter{font-family: inherit;font-size: 3rem;margin-bottom: 20px;border-bottom: 1px solid #fcfcfc;}
.counter-col .text{font-size: 1rem;margin-bottom: 10px;text-transform: capitalize;}

.serviceList{list-style-type: none;padding: 0;margin: 0;margin-top: 2rem;border-top: 1px solid rgba(255, 255, 255, 0.2);padding-top: 2rem;}
.serviceList .service-item{transition: all 0.3s ease-in-out;}
.serviceList .service-head{font-size: 2rem;font-weight: 500;line-height: 1;}
.serviceList .badge{background-color: rgba(255, 255, 255, 0.2);margin: 0 5px 5px 0;display: inline-block;padding: 10px;}
.serviceList .serviceImg{
  	transition: transform 0.5s ease;
  	width: 100%;
  	display: block;
  	cursor: pointer;
}
.serviceList .serviceImg:hover{
  	transform: scale(1.3);
}
.swiper-container{
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
.fixedIcon{
	position: fixed;
	right: 0;
	top: 50%;
	padding: 4px;
	width: 50px;
	height: 50px;
	z-index: 9999999;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
    border-radius: 10px 0 0px 10px;
    padding: .5rem;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.servicesContainer .serviceImg{width: 80px;}
.servicesContainer hr{background-color: rgba(255, 255, 255, 0.1);opacity: 0.2;}
.servicesContainer .sub-text{font-size: 1rem;width: 75%;}
.servicesContainer .card{transition: all 0.4s ease-in-out;color: #fff;cursor: pointer;}
.servicesContainer .card:hover{background-color: rgba(247, 242, 233, 1.0);color: #000;}
.servicesContainer .card:hover h4{color: #000;}

.projectSection .owl-nav .fa{line-height: 35px;}
.projectSection .owl-nav [class*=owl-]:hover{background-color: #bacb33 !important;}
.projectSection .project-item{margin-bottom: 1.2rem;}
.projectSection .project-item .serviceList{background-color: rgba(33, 31, 26, 1.0);margin: 0;padding-top: 0;}
.projectSection .project-item .serviceList li{
	background-color: rgba(33, 31, 26, 1.0);
	border-radius: 6px;
	padding: 10px;
	height: 430px;
}
.projectSection .project-item .serviceList li:first-child{background-color: rgba(20, 20, 20, 0.7);}

.projectSection .projectList{list-style-type: none;}
.projectSection .projectList li{border-bottom: 1px solid #2b2b2b;border-radius: 0 !important;margin-bottom: 6px;height: auto !important;background-color: transparent !important;}
.projectSection .serviceImg{
	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	display: block;
}

.welcomeImg{mix-blend-mode: multiply;}
.blogContent a{color: rgba(33, 31, 26, 1.0);}
.blogContent a:hover{color: #000;}
.blogContent .badge{
	background-color: rgba(0, 0, 0, 0.5);margin: 0 5px 5px 0;display: inline-block;padding: 7px;
}
.blogContent .text{line-height: 1.2;font-weight: 500;}
.blogContainer .blogImg{
  	transition: transform 0.5s ease;
  	width: 100%;
  	display: block;
  	cursor: pointer;
  	border-radius: 6px;
}
.blogContainer .blogImg:hover{
  	transform: scale(1.3);
}
.blogContainer .text{margin-bottom: 8px;}

.work-carousel .content{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}
.work-carousel .content span{font-weight: 600;font-size: 12px;vertical-align: top;}
.work-carousel .content span.big{font-size: 3rem;font-weight: 600;line-height: 1;}
.work-carousel .content .text{font-size: 1.3rem;line-height: 1;border-top: 1px solid #888;margin-left: 10px;display: inline-block;padding-top: 10px;}

.speak-carousel .owl-dot, .speak-carousel .owl-dot img{
  	width: 10px !important;
  	height: 10px !important;
  	object-fit: cover;
  	margin: 0 5px;
  	border-radius: 4px;
  	opacity: 0.6;
  	transition: 0.3s ease-in-out;
  	background-color: #a1ae39 !important;
}
.speak-carousel .owl-dot.active img{
  	opacity: 1;
  	border: 2px solid #333;
}

.blogContent .line{background-color: rgba(255, 255, 255, 0.3);}
.contactSection .form-control{background-color: rgba(0, 0, 0, 0.1);font-size: 12px;height: 40px;}

.contactContainer .widget a{color: #666;}
.contactContainer .widget a:hover{color: #000;}

.grid-filter{border: 0;border-radius: 0;}
.grid-filter li a{border: 0;padding: 0 35px;color: #666;}
.grid-filter li.activeFilter a, .grid-filter li:hover a{background-color: transparent;color: #000;}

/*.portfoliodetailSection .card, .serviceSection .card{
	background-image: url('../images/bg-pinfo.jpg');
	background-size: cover;
	background-position: top;
}*/
.hide-scrollbar{
  	overflow: auto;
  	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;     /* Firefox */
}

.aboutList{list-style-type: none;border: 10px solid rgba(31, 31, 26, 1.0);}
.aboutList li{display: flex;flex-direction: column;justify-content: center;}
.aboutList li .widget{width: 60%;margin: 0 auto;}

.hide-scrollbar::-webkit-scrollbar{
  	display: none;             /* Chrome, Safari, Opera */
}
.widget .detailList{list-style-type: none;}

.serviceSection .widget .detailList li a{
	padding: 10px;
	display: block;
	color: #ddd;
	font-weight: 500;
	font-size: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.serviceSection .feature-box{margin-bottom: 2.5rem;}
.serviceSection .feature-box .fbox-icon span:before{font-size: 60px;}

.serviceSection .detailCard{
	background-image: url('../images/bg1-service.png');
	background-size: cover;
	background-position: bottom;
}

.serviceSection .ideaSection span:before{font-size: 40px;}
.serviceSection .historyList{
	list-style-type: none;
	padding-left: 20px;
}
.serviceSection .historyList li{font-size: 1.1rem;padding: 10px 0;}

.cnvs-switcher-container{display: none !important;}
/*Footer*/
#footer{
	background-image: url('../images/footer-bg.svg');
	background-size: contain;
	background-color: #1c1c1c !important;
}
#copyrights.dark, .dark #copyrights{background-color: rgba(0, 0, 0, 0.6);}

.footerList{list-style-type: none;padding: 0;}
.footerList li a{display: block;font-size: 1.2rem;padding: 10px 0;}

.footerList li a.fb:hover{
	color: #1877f2 !important;
}
.footerList li a.instagram:hover{
	color: #c13584 !important;
}
.footerList li a.yt:hover{
	color: #ff0000 !important;
}

#footer .input-group{justify-self: end;}
#footer .input-group .form-control{box-shadow: none;outline: 0;}

#footer .footer_h2{font-size: 170px;font-weight: 600;letter-spacing: 1px;margin-bottom: 0;text-transform: uppercase;line-height: 1;}

.policy-footer ul{
	margin-left: .7rem;
}
.policy-footer ul li{
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
}

.head-brand-section{
	position: relative;
	background-color: #a1ae39;
	border-radius: 50px 0 50px 0;
	padding: 3rem 1rem;
	margin: 3rem auto 2rem;
	width: 100%;
	height: 240px;
	text-align: center;
}
.head-brand-section h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
}

.policy-section h1,
.policy-section h2, 
.policy-sectionh3, 
.policy-section h4, 
.policy-section h5, 
.policy-section h6, 
.policy-section p{
	color: #000;
	padding: 0;
	margin-bottom: 1rem;
}

.policy-section ul, .policy-section ol{
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.policy-section a{
	color: #a1ae39 !important;
}

.value-section {
  background-color: #a1ae39;
  color: white;
  padding-bottom: 0 !important;
}

.value-section .card {
  background-color: #fbffe1;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.first-card {
  border-top-left-radius: 50px !important;
  border-right: 3px solid #fff;
}

.last-card {
  border-top-right-radius: 50px !important;
  border-left: 3px solid #fff;
}

.value-section .card .card-body {
  color: #000;
  padding: 1.5rem;
  height: 100%;
}

.value-section .card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 20px;
}

.value-section h5 {
  color: #a0ad39;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.codegrand-link:hover{
	color:#ffffff;
}

.team-member p{
	background: #a1ae39;
	font-size: 1.25rem;
	padding: 1rem;
	color: #ffffff;
	font-size: 1.25rem;
}

.breadcrumb-wrapper{
	padding: 1rem!important;
}

@media (min-width: 240px) and (max-width: 767px){
	.header-row{justify-content: space-between;}
	.menu-item.current>.menu-link{color: #000;}
	.slider-text{
	    font-size: 2rem !important;
	}
	.vertical-middle{
	    width: 100%;
	}
	.slider-subtext{
	    width: 90%;
	}
	.counter-col{margin-bottom: 20px;}
	.section .heading .title{
	    font-size: 20px;
	    width: 100%;
	}
	.serviceList .service-head{font-size: 1.025rem;}
	.projectSection .project-item .serviceList li{height: auto;padding: 6px;}

	.serviceSection .historyList{padding-left: 0;}
	.widget .detailList{flex-direction: column;}

	.grid-filter li{width: auto;}
	.grid-filter li a{padding: 8px 10px;}

	.blogContent .text{font-size: 1rem !important;}

	#footer .footer_h2{font-size: 50px;}
	.policy-footer ul li{
		display: inline-block;
	}

	.value-section .card {
    width: 358px;
    height: 256px;
    margin: 0 auto;
  }

  .first-card {
    border-radius: 50px 50px 0 0 !important;
    border-right: none !important;
    border-bottom: 3px solid #fff !important;
  }

  .last-card {
    border-radius: 0 !important;
    border-top: 3px solid #fff;
    border-left: none !important;
  }

  
  .value-section h5 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .value-section .card div.rounded-circle {
	width: 48px !important;
    height: 84px !important;
  }
  .value-section .card i{
	font-size: 20px !important;
  }
  .policy-footer ul li{
	display: inline-block;
	margin-right: 18px;
  }
  #copyrights{
	padding: 2rem 0 4.5rem 0;
  }
  .breadcrumb{
	margin: 0.3rem 0 0;
  }
  .breadcrumb-wrapper{
	padding: .5rem!important;
  }
  #mediaTab{
	margin-top: 3rem;
  }
}

	/* Loader background overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9e0da;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loader animation */
.main {
  display: flex;
  width: 200px;
  justify-content: space-between;
  align-items: center;
}
.main .circle {
  width: 21px;
  height: 21px;
  background: linear-gradient(#5a6412, #7d8924);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .circle:before {
  content: "";
  width: 21px;
  height: 21px;
  background: linear-gradient(#5a6412, #7d8924);
  border-radius: 50%;
  opacity: 0.7;
  animation: loading 2s infinite;
}
.main .circle:nth-child(2):before { animation-delay: 0.3s; }
.main .circle:nth-child(3):before { animation-delay: 0.6s; }
.main .circle:nth-child(4):before { animation-delay: 0.9s; }
.main .circle:nth-child(5):before { animation-delay: 1.2s; }

@keyframes loading {
  100% {
    transform: scale(3);
    opacity: 0;
  }
}