/* ======= Responsive Css ==========*/

@media only screen and (max-width: 1280px) {
	.section-bottom {
		padding-bottom: 50px;
	}
	.section-top {
		padding-top: 50px;
	}
	.section {
		padding: 50px 0px;
	}
	.navbar-expand-lg .navbar-nav .nav-item {
		margin-left: 35px;
	}
}

@media only screen and (max-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-item {
		margin-left: 0;
	}
	.navbar {
		background: #fff;
		-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	}
	.navbar-light .navbar-nav>.nav-item>a,
	.nav-white .navbar-nav>.nav-item>.nav-link {
		font-size: 18px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: 0.3px;
		color: #171717;
	}
	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show>.nav-link {
		color: #6244E4;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url("../../images/menu.png");
	}
	.navbar-light .navbar-toggler:focus,
	.navbar-light .navbar-toggler:hover,
	.navbar-light .navbar-toggler {
		border: none;
	}
	.navbar-collapse {
		border-top: 1px solid #fff;
		margin-top: 20px;
	}
	.navbar {
		padding: 10px;
	}
	.navbar-brand {
		padding: 10px 0px;
	}
	.hero-section {
		background: #fff;
    height: 100%;
    padding-top: 15vh;
	}
	.hero-right {
		
	}
	.inner-box {
		margin-bottom: 50px;
	}
	.feature,
	.service_block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.hero-inner {
		height: 100%;
		flex-direction: column-reverse;
	}
	.btn-all a {
		margin: 30px 0;
	}
	.hero-data{
		text-align:center;
	}
	.foot-logo,
	.footer-list {
		width: 100%;
		text-align: center;
		margin: 10px 0;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.foot-info {
		position: relative;
		padding: 30px 0;
	}
	.footer-list a {
		margin: 10px;
	}
}

@media only screen and (max-width:767px) {
	.c-box {
		position: absolute;
		top: 0%;
		margin: auto;
		bottom: 0;
		left: 0;
		right: 0px;
		background: #FFFFFF;
		box-shadow: 0px 0px 61px rgb(49 53 86 / 17%);
		border-radius: 15px;
		padding: 50px;
		width: 80%;
		height: 80%;
	}
	.red-box {
		position: relative;
	}
	.hero-dis {
		font-size: 30px;
		line-height: 40px;
		padding: 15px 0px 20px;
	}
	
	
	
	.title {
		font-size: 30px;
	}
}

