* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #fff;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #575853;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
    font-family: 'kumbh_sansbold';
    color: #FFF;
    font-size: 7.2rem;
    line-height: 80px;
}
h1 strong {
    font-weight: normal;
    color: #88BD57;
}
h2 {
    font-family: 'kumbh_sansbold';
    color: #141414;
    font-size: 4.8rem;
    line-height: 80px
}
h2 strong {
    font-weight: normal;
    color: #88BD57;
}
h3 {
    color: #575853;
    font-family: 'kumbh_sansbold';
    font-size: 2.4rem;
    line-height: normal;
}
h4 {
    color: #575853;
    font-family: 'kumbh_sansbold';
    font-size: 1.6rem;
    line-height: normal;
}
h5 {
    
}
h6 {

}
p,li {
    color: #575853;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
li {
    position: relative;
    padding-left: 30px;
}
li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/hv-small-logo.svg);
    background-size: 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.common-btn {
    color: #88BD57;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 40px;
    background: transparent;
    border-radius: 100px;
    border: 1.5px solid #88BD57;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn::after{
    position: relative;
    top: 1px;
    right: 0;
    content: "";
    background-image: url(../images/btn-icon.svg);
    height: 8px;
    width: 8px;
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-btn:hover {
   background-color: #D7EAC6;
   color: #575853;
}
/* .common-btn:hover::after{
    filter: invert(1)
} */
.common-btn:hover::after {
    filter: brightness(0);
}
.white-btn {
    border-color: #fff;
    color: #fff;
}
.white-btn::after,
.white-btn:hover::after {
    filter: brightness(0) invert(1);
}
.white-btn:hover {
    background-color: #5C813A;
    border-color: #3D5625;
    color: #fff;
}
.common-arrow {
   height: 52px;
   width: 52px;
   background-color: transparent;
   border: 1px solid #575853;
   border-radius: 100px;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover {
    background-color: #88BD57;
    border-color: #88BD57;
}
.common-arrow:after{
	display: none;
}
.common-arrow img{
    width: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.common-bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

/* .big-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 785px;
    height: 785px;
    pointer-events: none;
    z-index: -2;
}
.small-circle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 582px;
    height: 582px;
    pointer-events: none;
    z-index: -2;
} */