/*
Theme Name: Twenty Twenty Child
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Twenty child theme.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentytwenty-child
*/

/* Font Family Start */

@font-face {
    font-family: 'montserrat-bold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-extrabold';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/* Font Family End */

body{
	font-family: 'montserrat-medium';
	font-size:16px;
	color:#0f0f0f !important;
}
p{
	font-size:16px;
	font-family: 'montserrat-medium';
}
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary,
.elementor-widget-container{
	font-family: 'montserrat-medium';
}
h1, h2, h3, h4, h5, h6{
	 font-family: 'montserrat-bold' !important;
	margin:0px;
	color:#0f0f0f;
}
a{
	text-decoration: none !important;
}
p:last-child{
	margin-bottom: 0px;
}
#site-content {
    min-height: 300px;
}
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.ptb-90{
	padding-top:90px;
	padding-bottom:90px;
}
.ptb-80{
	padding-top:80px;
	padding-bottom:70px;
}
.pb-80{
	padding-bottom:80px;
}
.pt-80{
	padding-top:80px;
}
.ptb-50{
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.mb-15{
	margin-bottom:15px !important;
}
.heading-style h2{
    color: #272727 !important;
    text-transform: uppercase;
    font-size: 36px;
	line-height: 1.3em;
}
.white-color h2{
	color: #fff !important;	
}
.btn-style a,
.contact-form .wpcf7-submit,
.new-contact-form .wpforms-submit{
	font-family: 'montserrat-medium' !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 16px 45px !important;
	font-weight: 500 !important;
	border: 2px solid #77af19 !important;
	border-radius: 26px !important;
}
.btn-style a:hover{
	background-color: transparent;
	color: #77af19;
}
.ol-style li{
	margin-top: 16px;
}
.ul-style li:first-child,
.ol-style li:first-child{
	margin-top: 0px;
}
p a,
li a{
	color: #77af19;
}



/* Header Start */
#site-header{
	background-color: #77af19;
	transition: all 0.4s ease;
}
.header-inner.section-inner {
	width: 100%;
	padding: 10px 0;
}
header .primary-menu > li{
	margin-left: 45px !important; 
}
header .primary-menu > li:first-child{
	margin-left: 0px !important; 
}
header .primary-menu > li.menu-item a {
	color: #daf5ac !important;
	font-size: 16px;
}
header .primary-menu > li.menu-item.current-menu-item a, header .primary-menu > li.menu-item a:hover, header .primary-menu > li.menu-item.current_page_ancestor a {
    color: #ffffff !important;
}
.primary-menu > li.menu-item-has-children > a {
    padding-right: 0 !important;
}
.primary-menu > li.menu-item-has-children > .icon,
body:not(.overlay-header) .primary-menu > li > ul:after{
    display: none;
}


body:not(.overlay-header) .primary-menu ul {
    background-color: #fff !important;
    border-radius: 0px;
	width: 300px;
}
header .primary-menu > li.menu-item .sub-menu li a{
	color: #272727 !important;
}
header .primary-menu > li.menu-item .sub-menu li a:hover,
header .primary-menu > li.menu-item .sub-menu li.current-menu-item a{
	color: #77af19 !important;
}

/* Footer Start */
#site-footer.header-footer-group{
	padding:0px;
}
.footer-top-section {
	background-image:url('/wp-content/uploads/2025/01/footer-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.footer-top-section .container{
	display:flex;
	gap: 35px 30px;
}
.footer-top-section .container > div{
	width:50%;
}
.footer-right-title {
	font-family: 'montserrat-medium' !important;
    letter-spacing: 0.2px;
    color: #80b220;
    font-size: 20px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-right p{
	color: #fff;
	font-size: 15px;
}
.social-icon-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 257px;
    justify-content: center;
	margin-top: 15px;
}
.social-icon-wrap a{
	color: #fff !important;
}
.social-icon-wrap a:hover{
	color: #80b220 !important;
}
#site-footer .section-inner {
    background-color: #7fb11f;
    max-width: 100%;
    width: 100%;
    padding: 15px 0;
}
.footer-copyright,
.footer-bottom-right-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
	font-family: 'montserrat-regular';
	font-weight: 400;
	text-align: center;
}
.footer-credits{
	justify-content:center;
}
.footer-copyright a{
	font-family: 'montserrat-medium' !important;
}

/* Home Page Banner */

.home-page-banner h1{
    width: min(840px, 100%);
    margin: 0 auto;
    line-height: 1.2em;
}
.our-story-section p,
.big-text p{
	font-size: 18px;
}

/* Contact Page Start */
.new-contact-form .wpforms-container .wpforms-field, .new-contact-form .wp-core-ui div.wpforms-container .wpforms-field{
	padding: 0px;
}
.contact-form,
.new-contact-form .wpforms-field-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.form-row-6 {
    flex-basis: calc((100% - 30px)/2);
}
.form-row-12{
	flex-basis: 100%;
}
input:focus, textarea:focus {
 	border: none !important;
	outline:none !important;
	box-shadow: none !important;
}
input, textarea{
	border: none !important;
	border-radius: 6px !important;
	font-family: 'montserrat-medium' !important;
	font-size: 14px !important;
	padding: 16px 20px !important;
	line-height: 1.2em !important;
	
}
input{
	height: auto !important;
}
input::placeholder, textarea::placeholder{
	color: #7b7b7b !important;
	opacity: 1!important;
}
.contact-form .wpcf7-submit,
.new-contact-form .wpforms-submit{
    border: 2px solid #fff !important;
    margin: 0 auto;
    display: block;
	text-decoration: none !important;
}
.new-contact-form .wpforms-submit{
	background: #77af19 !important;
	height: auto !important;
}
.contact-form .wpcf7-submit:hover,
.new-contact-form .wpforms-submit:hover{
	background-color: #fff !important;
	color: #77af19 !important;
	text-decoration: none !important;
}
.new-contact-form .wpforms-container .wpforms-recaptcha-container .g-recaptcha{
	display:flex;
	justify-content: center;
	margin: 10px 0 20px !important;
}

.wpcf7-spinner{
	display: none;
}
.service-slider {
    display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.service-slider > div{
	width: calc((100% - 24px)/3);
}
.projects-div-wrapper {
    position: relative;
	cursor: pointer;
}
.services-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    width: 100%;
    transition: .5s ease;
    background-color: #27272700;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px;
}
.tit-blg h2{
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'montserrat-medium' !important;
}
.projects-div-wrapper:hover .services-content{
	height: 100%;
	background: linear-gradient(0deg, rgba(119,175,25,0.5) 0%, rgba(255,255,255,0) 100%);
}
/* .projects-div-wrapper:hover .tit-blg h2{
	color: #77af19;
} */

/* Contact Page Start */
.contact-details a{
	color: #272727;
}
.contact-details a:hover{
	color: #77af19;
}

/* Services Page Content */
.flip-box{
	cursor: pointer;
}
.flip-number > .elementor-widget-container{
	height: 100px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}
.flip-box:hover .flip-number{
	transition: 1.5s;
    transform-style: preserve-3d;
    transform: rotateY(360deg);
}
.flip-box p{
	font-family: 'montserrat-medium'!important;
}
.flip-box ul,
.services-faq-style .elementor-widget-text-editor ul,
.ul-style,
.ol-style{
	margin: 0px;
}
.services-faq-style .elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
	border-radius: 7px 7px 0px 0px !important;
}
.services-faq-style .e-n-accordion-item > div{
	box-shadow: 0px 0px 19px -9px rgba(0,0,0,0.75) !important;
}
.services-faq-style.elementor-widget-n-accordion .e-n-accordion-item-title-text{
	    font-weight: 600 !important;
}
.services-details-box > .e-con-inner > .e-child{
	text-align: center !important;
	cursor: pointer;
}
.services-details-box .elementor-widget-image,
.image-hover-effect .elementor-widget-image{
	overflow: hidden;
}
.services-details-box .elementor-widget-image img,
.image-hover-effect .elementor-widget-image img{
	transition: all 0.5s ease !important;
}
.services-details-box > .e-con-inner > .e-child:hover .elementor-widget-image img,
.image-hover-effect > .e-con-inner > .e-child:hover .elementor-widget-image img{
    transform: scale(1.1);
}
.services-details-box .heading-style h2{
	text-transform: capitalize;
	font-size: 22px;
	margin: 22px 0 12px !important;
}
.services-details-box .elementor-widget-text-editor p{
	font-size: 14px;
	line-height: 1.7em;
}
.image-hover-effect{
	cursor: pointer;
}



@media only screen and (max-width: 1000px){
	.toggle-text, .toggle-inner .toggle-icon svg, .menu-modal .menu-bottom {
		display: none;
	}
	.toggle-inner .toggle-icon {
		background-image: url(/wp-content/uploads/2025/01/Hamburger_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 21px;
		width: 30px;
		filter: brightness(0) invert(1);
	}
	.nav-toggle .toggle-inner {
		padding-top: 0;
	}
	.header-titles-wrapper,
	.header-inner .toggle{
		padding-right:0px;
	}
	header .header-titles-wrapper .nav-toggle {
		right: 15px;
		justify-content: flex-end;
	}
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
		font-size: 18px;
		padding: 15px 0;
		color: #272727 !important;
		text-decoration: none !important;
		font-weight: 500 !important;
	}
	.modal-menu > li > .ancestor-wrapper > a:hover, .modal-menu > li > a:hover, 
	.modal-menu > li.current-menu-item.current_page_item > .ancestor-wrapper > a, 
	.modal-menu > li.current-menu-item.current_page_item > a ,
	.modal-menu > li > ul.sub-menu li a:hover,
	.modal-menu > li > ul.sub-menu li.current-menu-item.current_page_item a{
		color: #77af19 !important;
	}
	.menu-modal-inner.modal-inner .menu-wrapper.section-inner .modal-menu{
		padding: 0 15px;
	}
	.modal-menu ul li {
		border-left-width: 0 !important;
	}
	button.toggle.close-nav-toggle.fill-children-current-color,
	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle{
		background-color: transparent;
		color: #77af19;
	}
	
}
@media only screen and  (max-width: 991px) {
	.ptb-90{
		padding-top:65px;
		padding-bottom:65px;
	}
	.ptb-80{
		padding-top:55px;
		padding-bottom:55px;
	}
	.pb-80{
		padding-bottom:55px;
	}
	.pt-80{
		padding-top:55px;
	}
    .e-con.e-flex>.e-con-inner {
        flex-wrap: wrap !important;
        max-width: 100% !important;
    }
	.e-con.e-flex>.e-con-inner>div, .project-search-section .container .col-3 {
		width: 100% !important;
	}
	.footer-top-section .container{
		flex-direction: column;
	}
	.footer-top-section .container > div,
	.social-icon-wrap{
		width: 100%;
		text-align: center;
	}
	.footer-left img{
		margin: 0 auto;
	}
	.footer-right-title{
		margin-bottom: 10px;
	}
	.home-page-banner{
		min-height: 500px !important;
	}
	.heading-style h2 {
		font-size: 30px !important;
	}
	.home-page-banner h1 {
		width: min(740px, 100%);
		font-size: 35px !important;
	}
	.inner-page-banner h1 {
		font-size: 35px !important;
	}
	.our-story-section p {
		font-size: 16px;
	}
	.services-content{
		height: 30%;
	}
	.contact-details{
		text-align: center;
	}
	.services-faq-style .e-n-accordion-item > div p{
		font-size: 15px;
	}
	ul,
	ol{
		text-align: left;
	}
}
@media only screen and  (max-width: 768px){
	.home-page-banner{
		min-height: 400px !important;
	}
	.home-page-banner h1,
	.inner-page-banner h1{
		font-size: 30px !important;
	}
	.heading-style h2 {
		font-size: 28px !important;
	}
	.service-slider{
		gap: 20px;
	}
	.service-slider > div{
		width: 100%;
	}
	.projects-div-wrapper {
		width: fit-content;
		margin: 0 auto;
	}
	.form-row-6 {
		flex-basis: 100%;
	}
	.big-text,
	.big-text p{
		font-size: 16px !important;
	}
}
@media only screen and  (max-width: 480px){
	.home-page-banner{
		min-height: 360px !important;
	}
	.home-page-banner h1,
	.inner-page-banner h1{
		font-size: 25px !important;
	}
	.heading-style h2 {
		font-size: 22px !important;
	}
	.inner-page-banner{
		min-height: 280px !important;
	}
	.services-faq-style .e-n-accordion-item > div p{
		font-size: 14px;
	}
}
@media only screen and  (max-width: 350px){
	.tit-blg h2{
		font-size: 16px !important;
	}
}