/*=========================================
Responsive CSS
=========================================*/

/* Large Devices (1200px) */
@media (max-width:1200px){

.hero h1{
    font-size:48px;
}

.section-title h2{
    font-size:38px;
}

}

/*=========================================
Laptop
=========================================*/

@media (max-width:992px){

section{
    padding:70px 0;
}

.topbar{
    display:none;
}

.navbar{
    padding:10px 0;
}

.navbar-brand img{
    height:60px;
}

.navbar-collapse{
    background:#fff;
    padding:20px;
    margin-top:15px;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.nav-link{
    margin:10px 0;
}

.hero{
    min-height:auto;
    padding:100px 0;
    text-align:center;
}

.hero h1{
    font-size:42px;
}

.hero p{
    font-size:16px;
}

.hero-btn{
    justify-content:center;
}

.hero-img{
    margin-top:50px;
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
}

.search-box{
    margin-top:40px;
}

.search-wrapper{
    padding:25px;
}

.about{
    text-align:center;
}

.about img{
    margin-bottom:40px;
}

.amc-section{
    text-align:center;
}

.amc-section img{
    margin-bottom:40px;
}

.why-us{
    text-align:center;
}

.why-us img{
    margin-top:40px;
}

.counter-box{
    margin-bottom:30px;
}

.cta-section{
    text-align:center;
}

.cta-section .btn{
    margin-top:25px;
}

.footer{
    text-align:center;
}

.footer .row>div{
    margin-bottom:40px;
}

}

/*=========================================
Tablet
=========================================*/

@media (max-width:768px){
	.hero-img
	{
	        margin-top: 0px;	
	}
	.counter-wrapper
	{
		display:block;
	}
	.products-range
	{
		    padding: 20px 0;
	}
	.hero-img {
    width: 100%;
    position: absolute;
    top: 54px;
    right: 0px;
    z-index: -1;
    height: 27%;
    opacity: 0.2;
	}
.footer-container
{
display:block;	
}
.second-links h3
{
	display:none;
}
.footer-about {
    border-right: none;
}
.footer-column
{
    border-right: none;	
}
.section-title h2{
    font-size:32px;
}

.hero h1{
    font-size:34px;
}

.hero h5{
    font-size:15px;
}

.hero p{
    font-size:15px;
}

.hero-btn{
    flex-direction:column;
    align-items:center;
}

.hero-btn .btn{
    width:100%;
    max-width:280px;
}

.product-card img{
    height:220px;
}

.blog-card img{
    height:220px;
}

.client-img{
    width:80px;
    height:80px;
}

.counter-box h2{
    font-size:42px;
}

.about h2,
.amc-section h2,
.why-us h2,
.cta-section h2{
    font-size:32px;
}

.process-box,
.service-card,
.feature-box,
.product-card,
.blog-card{
    margin-bottom:20px;
}

}

/*=========================================
Mobile
=========================================*/

@media (max-width:576px){
	.brand-title h2 {
    margin: 0 auto;
    font-size: 18px;
	}
	.social-icons {
    margin-bottom: 19px;
    padding-bottom: 17px;
    /* border-bottom: solid; */
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.footer-column h3 {
    margin: 0 0 5px;
}
.footer-column.second-links {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 20px;
}
.footer-column.services-foot
{
	 border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 20px;
}
  .navbar{
        position: relative;
    }

    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 12px;
        right: 12px;
        background: #fff;
        border-radius: 18px;
        padding: 18px;
        margin-top: 10px;
        box-shadow: 0 20px 40px rgba(0,0,0,.15);
        overflow: hidden;

        /* Hidden State */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px) scale(.96);
        transition: all .35s ease;
    }

    /* Open */
    .navbar-collapse.show{
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .navbar-nav .nav-link{
        padding: 14px 16px;
        border-radius: 12px;
        transition: .3s;
    }

    .navbar-nav .nav-link:hover{
        background: #073b82;
        color: #fff !important;
        transform: translateX(5px);
    }
body{
    font-size:15px;
}

section{
    padding:60px 0;
}

.hero{
    padding:20px 0;
}

.hero h1{
    font-size:28px;
    line-height:1.4;
}
.section-title span
{
    width: 44px;	
}

.hero h5{
    font-size:13px;
}

.hero p{
    font-size:14px;
}

.hero-img{
    max-width:100%;
}

.section-title h2{
    font-size:19px;
	text-align:center;
}

.section-title p{
    font-size:15px;
}

.search-wrapper{
    padding:20px;
}

.search-wrapper .form-control,
.search-wrapper .form-select,
.search-wrapper .btn{
    margin-bottom:15px;
}

.feature-box{
    padding:30px 20px;
}

.feature-box i{
    font-size:24px;
}

.product-card img{
    height:200px;
}


.product-content h4{
    font-size:20px;
}

.service-card{
    padding:30px 20px;
}

.service-card i{
    font-size:40px;
}

.industry-box{
    padding:30px 20px;
}

.industry-box i{
    font-size:40px;
}

.process-box{
    padding:30px 20px;
}

.process-box .number{
    width:60px;
    height:60px;
    font-size:22px;
}

.counter-box{
    padding:20px;
}

.counter-box h2{
    font-size:36px;
}

.blog-card img{
    height:180px;
}

.footer{
    padding:60px 0 20px;
}

.footer h4,
.footer h5{
    font-size:22px;
}

.footer p,
.footer li{
    font-size:14px;
}

.social{
    justify-content:center;
}

.top-contact{
    flex-direction:column;
    gap:10px;
}
.counter-item {
    display: inline-block;
    width: 48%;
    margin-bottom: 21px;
}
.counter-item.b-hide
{
border: none;	
}
.quality-box {
    display: inline-block;
    width: 48%;
    margin-bottom: 21px;
    text-align: center;
}
.quality-icon {
    width: 40px;
    height: 40px;
	    margin: auto;
}
.quality-icon i {
    font-size: 22px;
}
.quality-box h3
{
font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 9px;
}
.quality-box h3 br
{
	display:none;
}
.amc-wrapper
{
display: block;	
}
.amc-image {
    width: 100%;
}
.amc-content {
    width: 100%;
    padding: 0px;
}
.amc-features {
    display: inline-block;
}
.amc-item {
    width: 49%;
    display: inline-block;
}
.about-wrapper
{
display: block;	
}
.about-image {
    height: 300px;
    margin-bottom: 10px;
}
.about-section {
    padding: 20px 0;
}
.service-process {
    padding: 20px 0;
}
.process-title h2
{
	text-align:center;
}
}

/*=========================================
Extra Small Devices
=========================================*/

@media (max-width:400px){

.hero h1{
    font-size:24px;
}

.section-title h2{
    font-size:24px;
}

.btn{
    padding:12px 20px;
    font-size:14px;
}

.navbar-brand img{
    height:50px;
}

}