/*****************************************/
/* Custom style    */
/*****************************************/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
body{
	overflow-x: hidden;
}
a{
	transition: all 0.3s ease;
}
footer p, footer{
	font-family: "Open Sans", sans-serif;
}
.header__logo--main img{
	width:250px !important;
	height:189px !important;
	margin-bottom:0;
}
.header__logo--main{
	text-align:center;
}
header.sticky .header--row-2{
	position: fixed;
  width: 100%;
  top: 0px;
	z-index: 1005;
	background: #fff;
	
}
.text-center{
	text-align:center;
}
footer .footer--row-2 a{
	color:#7ac142 !important;
}
footer.footer{
/* 	background-color: #E6E3E3; */
	background-color:f5f5f5;
	
}
footer .footer--row-1{
	padding: 20px;
}
footer .content-wrapper{
	max-width: 1200px;
}
footer .hs-menu-wrapper ul{
	display: block;
}
footer .footer-d-flex{
	display: flex;
}
footer .section-title h2{
	font-family: "Open Sans", sans-serif;
	color: #82BA41;
	font-weight: 400;
	font-size: 2rem;
}
footer .footer-d-flex .footer-col-wrapper{
	padding: 30px;
}
footer.footer .hs-menu-wrapper a{
	font-size: 15px;
	margin-bottom: 8px;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	&:hover{
		font-family: "Open Sans", sans-serif;
		color: #82ba41;
	}
}
footer .footer-image-row{
	margin-top: 40px;
}
footer .footer-address-widget strong a{
	font-weight: 600;
}
footer .footer-address-widget .section-inner-content{
	margin-bottom: 30px;
}
footer .social-icons-row, footer .custom-social-icons{
		margin-top: 20px;
}
footer .footer-address-widget .btn__item > a i{
	color: #fff;
}
footer .custom-social-links__link {
	width: 50px;
  height: 50px;
	display: inline-block;
  text-align: center;
	line-height: 63px;
	border-radius: 50%;
	&:hover{
		opacity: 0.9;
	}
}
footer .custom-social-links__link.icon-item-1{
	  background-color: #3b5998;
}
footer .social-icons-row .section-title span{
	font-size: 19px;
}
footer .custom-social-links__link.icon-item-2{
	  background-color: #cd201f;
}
footer .custom-social-links__link.icon-item-3{
	  background-color: #0077b5;
}
footer .custom-social-links__link.icon-item-4{
	  background-color: #25d366;
}
footer .footer-address-widget{
	margin-bottom: 20px;
}
footer .footer-address-widget .btn__item > a{
	background: #78BF42;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px 40px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 1em;
	&:hover{
		background: linear-gradient(#999999, #666666) !important;
		text-decoration: none;
	}
}
footer .contact-details > div i{
	color: #78BF42;
	margin-right: 5px;
}
footer .contact-details > div{
	margin-bottom: 8px;
	font-size: 15px;
}
footer a{
	text-decoration: none;
}
footer .footer-two-column-layout .two-column-wrapper{
	display: flex;
	align-items: center;
}
footer .footer-address-widget .section-inner-content p{
	font-size: 15px;
	line-height: 25px;
}
footer .footer-two-column-layout .two-column-wrapper .text-wrapper h3{
	color: #9b9b9b;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	
}
footer .footer-two-column-layout .image-column {
  flex-basis: 30%;
	margin-right: 5px;
}
footer .footer-two-column-layout .text-column{
	text-align: center;
}
footer.footer .footer--row-2 .content-wrapper{
	max-width: 100%;
	padding: 0;
}
footer .footer--row-2 .footer-wrapper{
	padding: 10px;
}
footer .footer-copyrights p, footer .footer-copyrights p span{
	color: #777777;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
}
.footer-copyrights p a{
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
}
.footer-copyrights p a:hover{
	text-decoration:underline;
	color:#7ac142;
}
/* footer .footer-copyrights{
	padding-bottom: 60px; */
}
.footer .section-separator hr{
	border-bottom-color: #A7A7A7 !important;
	margin-bottom: 0;
}
@media(max-width: 991px){
	
	body header.header{
		padding: 0;
	}
/* 	header.header .header--row-2{
		box-shadow: none;
	} */

}

@media(min-width: 768px){
	footer .footer-d-flex .d-flex-item:not(.footer-column-three){
		flex-basis: 30%;
	}
	footer .footer-d-flex .footer-column-three{
		flex-basis: 39.664%;
	}
}
@media(max-width: 921px){
	footer .content-wrapper{
		padding: 0;
	}
	footer .section-title h2{
		font-size: 25px;
	}
}

@media(max-width: 767px){
	footer .footer-two-column-layout .image-column img{
		max-width: 120px;
	}
	footer .footer-two-column-layout .two-column-wrapper .text-wrapper h3{
		font-size: 13px;
	}
	footer .footer-two-column-layout .two-column-wrapper{
		max-width: 380px;
	}
	footer .footer-d-flex, footer .footer-two-column-layout .two-column-wrapper{
		flex-direction: column;
	}
	footer .footer-d-flex .footer-col-wrapper{
		padding: 0;
	}
	footer .hs-menu-wrapper li{
		text-align: left;
		margin-bottom: 8px;
	}
	footer .footer-d-flex .d-flex-item{
		margin-bottom: 40px;
	}
}