a {
	text-decoration: none;
}

#logo img {
	height: 70px !important;
}

.slider-inner {
	height: 700px;
}

.main-title {
	margin-top: 6%;
}

.main-title h2 {
	width: 60%;
	margin: auto;
	margin-bottom: 30px;
	font-weight: 700 !important;
}

.main-title h3 {
	width: 60%;
}

.feature-icon {
	height: 215px;
}

@media (max-width: 1200px) {
	.main-title h3,
	.main-title h2 {
		width: 80%;
	}

	.feature-icon {
		height: 200px;
	}
}

@media (max-width: 992px) {
	.feature-icon {
		height: 135px;
	}
}

@media (max-width: 767px) {
	.main-title {
		margin-top: 20%;
	}
	.main-title h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.main-title h3,
	.main-title h2 {
		width: 95%;
	}

	#footer .footer-widgets-wrap {
		padding: 0;
	}

	.developed-by, .copyblocks {
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
	}

	.computer-img {
		width: inherit;
	}

	.feature-icon {
		height: 180px;
	}
}

@media (max-width: 425px) {
	.feature-icon {
		height: 125px;
	}
}
