.intro-effect-sidefixed .title .subline {
	cursor: pointer;
}

@media (max-width: 1499px) {
	.hs-menu nav a .menu_name {
		text-transform: capitalize;
	}
}

@media(max-width: 755px) {
	.homepagecontainer .bg-img img {
		position: unset;
	    object-fit: cover;
	    object-position: -50px;
	    max-width: 100%;
	}
	.intro-effect-sidefixed .title h1 {
		font-size: 50px
	}
}