@media (min-width: 768px) {
	html {
		font-size: 16px;
	}

	.navbar-collapse {
		width: 50%;
	}

	.footer {
		padding: 5% 0 2%;
	}

	.content-box {
		padding: 5% 0;
	}

	.content-box.policypage {
		padding: 3% 0;
	}

	.language-mobile-show {
		right: 2rem;
		bottom: 0rem;
	}

	#carouselmainSlide .carousel-item {
		height: 70vh;
	}

	.circle-box {
		display: block;
	}

	.service-circle {
		background-size: 100% !important;
		background-position: center center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		padding: 30% 0;
	}

	.circle-box {
		text-align: center;
		width: 33.33%;
		margin: auto;
	}

	.img-circle {
		margin: auto;
		width: 130px;
		height: 130px;
	}

	.circle-box.circle1 {
		margin-left: 0;
		top: -9rem;
	}

	.circle-box.circle2 {
		margin-left: 0;
		top: -3rem;
		left: 1rem;
		text-align: right;
		right: -1rem;
	}

	.circle-box.circle3 p {
		margin-left: 2rem;
		margin-right: -1rem;
	}

	.circle-box.circle3 {
		margin-left: 0;
		right: -1rem;
		top: 1rem;
		text-align: right;
	}

	.circle-box.circle4 {
		margin-left: 0;
		left: -1rem;
		top: 1rem;
		text-align: left;
	}

	.circle-box.circle5 {
		margin-left: 0;
		top: 8rem;
	}

	.circle-box.circle6 {
		margin-left: 0;
		top: -4rem;
		left: -1rem;
		text-align: left;
	}

	.footer h1 {
		font-size: 18px;
	}

	.address-footer {
		border-right: 2px solid #FFF;
		height: 100%;
		margin-right: -10px;
	}

	.social-footer {
		margin: 0 -15px;
	}

	.lineqrcode {
		margin: 0 -15px 15px;
	}

	.bannercaption h1 {
		font-size: 65px;
	}

	.bannercaption p {
		font-size: 22px;
		padding-right: 20%;
	}

	.lineqrcode img {
		width: 100%;
	}

	.bannerpage {
		padding: 5% 0;
	}

	.contactform {
		margin: 0;
		padding: 2rem 1rem;
	}

	.social-box {
		text-align: left;
	}


	.img-box img {
		max-width: 90%;
	}

	.textabout-timlinepage.textright {
		text-align: right;
		padding-left: 10%;
	}

	.img-box.textright {
		text-align: right;
	}

	.viewproduct {
		width: 55%;
	}

	.slideproducts {
		margin-bottom: 0rem;
	}

	.readmore-btn.readallpro {
		float: right;
		margin: 0;
	}
}

@media (min-width: 992px) {
	#carouselmainSlide .carousel-item {
		height: 90vh;
	}

	.language-mobile-show,
	#nav-icon3 {
		display: none;
	}

	.navbar-brand {
		text-align: left;
	}

	.navbar-brand img {
		width: 130px;
	}

	.slim .navbar-brand img {
		width: 100px;
	}

	.hamburgers-box {
		justify-content: center;
	}

	.navbar-expand-lg .navbar-collapse {
		width: 100%;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.navbar-expand-lg .navbar-nav {
		width: 100%;
		justify-content: flex-end;
		align-items: center;
	}

	.navbar-nav li {
		width: auto;
		margin: auto;
		padding: 0;
		text-align: center;
	}

	.navbar-nav li a {
		padding: 3px 5px;
		text-align: center;
		font-size: 1.2rem;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		background: #181818;
		border: 1px solid #333;
		padding: 10px 0;
		min-width: 220px;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 10px;
		border-radius: 5px;
		text-align: left;
		display: none;
		/* Controlled by Bootstrap JS */
	}

	/* Show on hover for desktop */
	.navbar-nav li.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		/* Align smoothly */
	}

	.navbar-nav .dropdown-menu li {
		padding: 0;
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	.navbar-nav .dropdown-menu li a {
		padding: 8px 20px;
		text-align: left;
		display: block;
		font-size: 1rem;
		color: #ccc;
		border-bottom: 1px solid #222;
	}

	.navbar-nav .dropdown-menu li:last-child a {
		border-bottom: none;
	}

	.navbar-nav .dropdown-menu li a:hover,
	.navbar-nav .dropdown-menu li a.active {
		color: #fff;
		background: #e30613;
	}

	.policy-box ul {
		display: flex;
		align-items: center;
	}

	.language-box {
		padding: 2px 5px;
		border-radius: 30px;
		border: 1px solid #FFF;
		display: block;
		color: #FFF;
		width: 65px;
		float: right;
	}

	.language-box img {
		width: 20px;
		margin-left: 5px;
	}

	.language-box .dropdown-menu {
		width: 100%;
		min-width: inherit;
		border-radius: 5px;
		background: #181818;
		border: none;
		padding: 0;
		overflow: hidden;
	}

	.language-box .dropdown-menu a {
		color: #FFF;
		padding: 5px;
		text-align: center;
		display: block;
	}

	.language-box .dropdown-menu a.active,
	.language-box .dropdown-menu a:hover {
		background: #e30613;
		color: #FFF;
	}

	.language-box .fa-angle-down {
		margin-left: 5px;
	}

	.language-box a {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.social-header {
		margin: 5px 0;
		padding: 0;
	}

	.social-header img {
		width: 30px;
	}

	.social-footer img {
		width: 40px;
	}

	.text-abouthome h1,
	.textbox-center h1 {
		font-size: 28px;
	}

	.text-abouthome hr {
		width: 25em;
	}

	.text-abouthome {
		padding-right: 5%;
	}

	.img-circle {
		width: 150px;
		height: 150px;
		border-width: 3px;
	}

	.circle-box {
		font-size: 22px;
	}

	.circle-box.circle1 {
		top: -12rem;
	}

	.circle-box.circle6 {
		top: -5rem;
		left: -2rem;
	}

	.circle-box.circle2 {
		top: -4rem;
		left: auto;
		right: -2rem;
	}

	.circle-box.circle4 {
		left: -2rem;
		top: 2rem;
	}

	.circle-box.circle3 {
		right: -3rem;
		top: 2rem;
	}

	.circle-box.circle5 {
		top: 11rem;
	}

	.service-circle {
		margin-bottom: 2rem;
	}

	.lineqrcode img {
		width: 70%;
	}

	.footer h1 {
		font-size: 22px;
	}

	.bannercaption h1 {
		font-size: 80px;
		line-height: 1;
	}

	.toolheader {
		display: block;
		transition: all 0.6s;
	}

	.slim .toolheader {
		margin-top: -10rem;
	}

	.slim.headbar-main {
		padding: 0;
	}

}

@media (min-width: 1200px) {
	html {
		font-size: 18px;
	}

	.navbar-brand img {
		width: 160px;
	}

	.footer h1 {
		font-size: 26px;
	}

	.address-footer {
		margin-right: 0;
	}

	.title-box h1 {
		font-size: 33px;
	}

	.img-circle {
		width: 200px;
		height: 200px;
	}

	.circle-box {
		font-size: 28px;
	}

	.circle-box.circle6 {
		top: -4rem;
		left: -3rem;
	}

	.circle-box.circle2 {
		top: -3rem;
	}

	.circle-box.circle3 {
		top: 2rem;
	}

	.circle-box.circle4 {
		left: -3rem;
		top: 2rem;
	}

	.bannercaption h1 {
		font-size: 115px;
	}

	.bannercaption p,
	.text-abouthome h1,
	.textbox-center h1 {
		font-size: 33px;
	}

	.products-box {
		padding: 1rem;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 20px;
	}

	.container {
		max-width: 1230px;
	}

	#carouselmainSlide .carousel-item {
		height: 100vh;
	}

	.text-abouthome h1,
	.textbox-center h1,
	.title-box h1 {
		font-size: 36px;
	}

	.social-header img {
		width: 35px;
	}

}

@media (min-width: 1600px) {
	.navbar-brand img {
		width: 190px;
	}

	.bannercaption {
		top: 60%;
	}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1336px;
	}
}

@media (min-width: 2000px) {
	.container {
		max-width: 1440px;
	}

}