@media (max-width: 768px) {
	.navbarsite .box .brand-logo {
		float: none;
		width: 100%;
	}
	.navbarsite .box .brand-logo .menu {
		display: block;
		float: right;
		padding: 14px 0 14px 0;
	}
	.navbarsite .box .brand-logo .menu i {
		font-size: 30px;
		cursor: pointer;
	}
	.navbarsite .box .brand-logo .menu i.active {color: #FF3356;}
	.navbarsite .box .links {
		float: none;
		display: none;
	}
	.navbarsite .box .links.active {display: block;}
	.navbarsite .box .links.active ul {
		background-color: #fff;
		padding: 8px 15px;
	}
	.navbarsite .box .links.active ul li {display: block;}
	.about .img-box {margin-top: 50px;}
	.about .text-box {padding: 0 30px;}
	.services .services-box h5 {font-size: 16px;}
	.clients .carousel .carousel-inner .carousel-item .box {width: auto;}
}
@media (max-width: 575px) {
	.about .img-box .box {
		width: 250px;
		height: 250px;
	}
	.clients .carousel .carousel-inner .carousel-item .box {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.clients .carousel .carousel-inner .carousel-item .box .img-box {display: none}
	.clients .carousel .carousel-inner .carousel-item .box .text-box {
		width: 100%;
		height: auto;
		-webkit-box-shadow: 0px 0px 4px 4px rgba(183, 182, 182, 0.3);
		box-shadow: 0px 0px 4px 4px rgba(183, 182, 182, 0.3);
	}
	.clients .carousel .carousel-inner .carousel-item .box .text-box .imge {
		width: 125px;
		height: 125px;
		-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
		clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
		position: relative;
		margin: 0 auto;
		display: block;
	}
	.clients .carousel .carousel-inner .carousel-item .box .text-box .imge img {
		width: 100%;
		height: 100%;
	}
	.loading-page img {width: 150px;}
}