/*Extra large screens mode*/
@media (min-width: 1500px) and (max-width: 1920px){
	header nav ul.menu-items{
		padding-left: 150px;
	}
	.banner .banner-content{
		width: 550px;
		top: 29%;
	}
}

/*tablet mode*/
@media (min-width: 768px) and (max-width: 1024px){
	::-webkit-scrollbar{
	    display: none;
	}
	header nav{
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	header nav ul.menu-items{
		padding-left: 0;
	}
	header nav ul.navbar-nav li a.nav-link:hover:before,a.nav-link.active:before{
		display: none;
	}
	header ul.contact-info{
		display: -webkit-inline-box;
		padding-left: 7px;
		padding-top: 5px;
	}
	.banner .banner-content{
		top: 3%;
		right: 4%;
		padding: 35px;
	}
	.carousel-indicators{
		display: flex!important;
		flex-wrap: nowrap!important;
		overflow-x: auto;
		justify-content: flex-start!important;
	}
	.carousel-btns a{
		padding: 30px 0;
		height: 125px;
	}
	.about-us{
		padding-bottom: 200px;
	}
	.services .service-content{
		padding-left: 0;
		padding-right: 0;
	}
	.services .service-content h3{
		font-size: 32px;
	}
	.semiconductors, .lpg-reticulation,.home-automation, .water-metering{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.services .service-content p{
		padding-bottom: 10px;
	}
	footer p{
		padding: 0;
		margin: 0;
	}
	footer a.map{
		line-height: 40px;
	}
	footer h2{
		padding-bottom: 20px;
	}
	footer .footer-grid{
		padding-top: 25px;
	}
	footer .footer-top form{
		padding-top: 25px;	
	}
	footer .footer-bottom{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	footer .footer-bottom a.designed{
		padding-top: 20px;
	}
}

/*mobile mode*/
@media (min-width: 320px) and (max-width: 767px){
	::-webkit-scrollbar{
	    display: none;
	}
	header nav ul.menu-items{
		padding-left: 0;
	}
	header nav{
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	header nav ul.navbar-nav li a.nav-link:hover:before,a.nav-link.active:before{
		display: none;
	}
	header ul.contact-info{
		display: -webkit-inline-box;
		padding-left: 7px;
		padding-top: 5px;
	}
	.offcanvas-menu{
		width: 100%;
	}
	.color-change .navbar{
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}
	.banner .banner-content{
		position: unset;
		padding: 20px 15px 70px 20px;
		width: auto;
	}
	.banner .banner-content h4{
		font-size: 30px;
	}
    
    .inr-blk .inner-banner{
		width: auto;
		padding: 25px;
	}
	.inr-blk .inner-banner h4{
		font-size: 30px;
		text-align: center;
	}
    
    
	.carousel-indicators{
		display: flex!important;
		flex-wrap: nowrap!important;
		overflow-x: auto;
		justify-content: flex-start!important;
	}
	.carousel-btns a{
		padding: 35px;
		height: 125px;
	}
	.client-reviews .container{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.aboutus-root::before{
		left: 0;
		bottom: -37%;
	}
	.about-us{
		padding: 50px 25px 200px 25px
	}
	.about-img{
		padding-bottom: 50px;
	}
	.about-us .container{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.about-us p{
		font-size: 15px;
	}
	.about-img img{
		padding-bottom: 15px;
	}
	.about-us span a.download img{
		width: 40px;
		margin-left: 10px;
	}
	.client-reviews{
		padding: 25px;
	}
	.client-reviews h3{
		font-size: 18px;
	}
	.client-parent-grid{
		grid-template-columns: 1fr 1fr;
	}
	.client-grid:nth-child(2),.client-grid:nth-child(4){
		border-right: 0;
	}
	.semiconductors, .lpg-reticulation,.home-automation, .water-metering{
		padding: 50px 25px;
	}
	.services .service-content{
		padding: 15px;
	}
	.services .service-content h3{
		font-size: 32px;
	}
	.services .service-content p{
		padding-bottom: 10px;
	}
	.img-grid-blk{
		grid-template-columns: 1fr;
	}
	.inner-page .lpg-imgs,.meter-imgs{
		display: block;
	}
	.meter-imgs .meter-img h6{
		padding-bottom: 10px;
	}
	footer h2{
		padding-bottom: 25px;
	}
	footer p{
		padding: 0;
		margin: 0;
	}
	footer a.map{
		line-height: 50px;
	}
	footer .footer-grid{
		grid-template-columns: 1fr;
	}
	footer .footer-top form{
		padding-top: 25px;
	}
	footer .footer-top{
		padding: 50px 25px;
	}
	footer .footer-bottom{
		padding: 25px;
	}
	footer .footer-bottom ul.parent-ul{
		display: block;
		justify-content: end!important;
	}
	footer .footer-bottom ul{
		justify-content: end!important;
	}
	footer .footer-bottom ul.parent-ul li{
		padding-left: 0
	}
	footer .footer-bottom ul.parent-ul li ul li:nth-child(3){
		border-right: 0;
		padding-right: 0;
	}
	footer .footer-bottom ul.parent-ul li ul li:nth-child(4){
		border-right: 0;
		padding-left: 0;
		line-height: 40px;
	}
	footer .footer-bottom ul li{
		font-size: 16px;
	}
	footer .footer-bottom ul li a{
		font-size: 16px;
		line-height: 40px;
	}
	footer .footer-bottom a.designed{
		padding-top: 25px;
	}
}

/*xs mobile mode*/
@media (width: 320px){
	.navbar-brand img{
		width: 210px!important
	}
	.offcanvas-menu{
		padding: 40px 25px;
	}
	.offcanvas-menu.active .menu-close{
		right: 25px;
	}
	.banner .banner-content a img{
		margin-left: 25px;
	}
	.about-us span{
		padding: 15px;
	}
	.about-us a.download{
		font-size: 13px;
	}
	.about-us span a.download img{
		width: 30px;
		margin-left: 0;
	}
	.services .service-content h3{
		font-size: 24px!important;
	}
	.services .service-content span{
		padding: 13px 15px;
	}
	footer .footer-top{
		padding: 50px 0;
	}
	footer .footer-bottom{
		padding: 25px 0;
	}
	footer .footer-bottom ul.parent-ul li ul li:nth-child(3){
		padding-right: 0;
	}
}