.navbar .container-fluid {
	width: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 25px !important;
	padding-left: 25px !important;
	font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
	color: #000 !important;
}

hr {
	margin: 0 !important;
}

footer {
	background: #000;
	padding: 10% 0 2%;
}

.copy {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.cntr {
	text-align: center;
}

.section-3 img {
	width: 150px;
	height: 140px;
	padding: 3% 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left h5 {
	padding-top: 10%;
	padding-left: 9px;
}

.section-5 img {
	width: 60px;
}

.col-sm-11 h5 {
	padding-top: 2%;
}

.row {
	--bs-gutter-x: 0;
}

.col-sm-10 p {
	margin-bottom: 2px;
	font-weight: 600;
}

.test {
	padding: 20px 12px !important;
	margin: 2%;
	box-shadow: 0px 16px 48px #00000029;
	border-radius: 30px;
	font-size: 14px;
}

.test .col-sm-10 {
	padding-left: 5px;
}

.fa-star {
	color: yellow;
	padding: 0 3px;
}

.row {
	--bs-gutter-x: 0 !important;
}

.col-sm-10 p {
	margin-bottom: 2px;
	font-weight: 600;
}

.section-7 img {
	height: 70px;
}

.section-7 {
	padding: 3% 0;
}

.section-7 h3 {
	padding: 5% 0;
}

button {
	background: #1492E6;
	border: 0;
	border-radius: 25px !important;
	color: #fff;
	padding: 2% 5%;
	font-size: 20px !important;
	font-weight: 600;
	margin: 5% 0 !important;
	box-shadow: 0px 7px 15px #00000029;
}

.section-1 h2 {
	font-weight: 800;
}

.section-1 .banner {
	padding: 10% 0;
}

.section-1 .col-sm-6 p {
	padding: 3% 0 5%;
}

.section-2 h4,
.section-3 h4,
.section-4 h4,
.section-5 h4 {
	padding: 5% 0;
	font-weight: 600;
}

.section-5 {
	padding: 3% 0;
}

.section-3 .col-sm-4 {
	padding: 1% 3%;
}

.section-2 .col-sm-3 {
	margin: 2% 3%;
	padding: 1% 2%;
}

.rit {
	color: #444;
	background: #fff;
	border-radius: 50%;
	padding: 8px 21px;
	font-size: 25px;
	box-shadow: 0px 7px 17px #00000029;
}

.section-2 .col-sm-3 {
	box-shadow: 0px 7px 7px #00000029;
	border-radius: 10px;	
}

.section-6 {
	box-shadow: 0px 7px 7px #00000029;
	border-radius: 10px;
}

.section-1 img {
	width: 100%;
}

@media (max-width: 567px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}
	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
	.section-1,
	.section-3 .col-sm-4,
	.section-4 .col-sm-12,
	.section-5,
	.test {
		text-align: center;
	}
	.section-2 .col-sm-3 {
    margin: 2% 0%;}
    .left {
    float: inherit;
}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

@media (min-width: 568px)and (max-width: 986px) {
   .test .col-sm-2,.test .col-sm-10,.test .col-sm-6{
       width:100%;
       text-align:center;
   }
    
}

@media (min-width: 987px) {
	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}
	.carousel-inner .carousel-item-start.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
	transform: translateX(0);
}