@media (max-width: 991px){
	.about .about-circle-crev .half-circle-img{
		height: 400px;
    	width: 400px;
    	border-radius: 50%;
	}

	.hamenu .menu-links .main-menu > li .link .fill-text:after{
		
	}
}
@media (max-width: 575px){
	.sec-head-lg h2{
		font-size: 30vw;
	}

	.section-padding{
		padding: 80px 0px;
	}

	.about .about-circle-crev .half-circle-img{
        height: 250px;
        width: 250px;
        right: unset;
        left: 10%;
    }

    .about .about-circle-crev .circle-button .rotate-circle svg{
    	width: 400px;
    }

    .parallaxie{
    	background-attachment: scroll;
    }
}