.header-main .main-menu ul li .has-homemenu {    
    left: -670px !important;    
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
	align-items: normal !important;
}

.homemenu-items > .homemenu{
	width: stretch;
}

.offer-items .icon i {
    font-size: 42px;
    color: #4AAB3D;
    transition: all .3s ease;
	padding-top: 15px;
	font-weight: 300;
}

/* Hover della card */
/*.offer-items:hover .icon i {
    color: #fff !important;
}*/

.section-title span {
	text-transform: none !important;
}

h1, h2, h3, h4, h5, h6 {
   text-transform: capitalize;
   text-transform: none !important;
}
.text-slider {
	text-transform: none !important;
}

.service-box-items .icon {
   font-size: 30px;
   color: #4AAB3D;   
}

.diviver-icon{
	font-size: 55px;
    margin-right: 40px;
	color: #4AAB3D;
	font-weight: 300;
}

/* custome arrow behavior*/
.array-button .array-next {    
	background-color: transparent !important;
    color: var(--theme) !important;
	border: 1px solid var(--theme) !important;
}

.array-button .array-next:hover {
    background-color: var(--theme) !important;
    color: var(--white) !important;
}


.contact-info-area .contact-info-items {   
    justify-content: flex-start !important;    
}

.logo-footer {
	max-width: 210px;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li > a {
    position: relative;
}

.main-menu ul li.active > a::after,
.main-menu ul li > a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 3px;
    background: #4AAB3D;
    border-radius: 3px;
}

.marquee-item.style-2 .text-style:hover {
    color: #212529 !important;
    background-size: 0% 3px !important;
}

.about-wrapper-2 .about-content p {
    border-bottom: 0px !important;
}

.testimonial-wrapper .testimonial-items .testimonial-content p {
	border-bottom: 0px !important;
}

.team-wrapper .team-items .team-title {
    width: 70%;
}

.team-wrapper {	
	margin-top: -75px;
}

.img-team img {
   max-height: 200px;
}

.counter-shape .icon {
	width: 30px;
}