@media (max-width: 1199px) {
    .single-widget a.picker{
        font-size: 1.4rem;
    }
}
@media(min-width:992px) and (max-width:1199px)
{
	
}
@media (min-width: 992px) {
    .single-widget a.picker{
        font-size: 1.4rem;
    }
}
@media (max-width: 991px) {
    .contact-form{
        padding-top: 25px;
    }
    .carousel-caption {
		top: 35%;
    }
    .border-add:nth-last-child(3n+0) {
        border-right: none;
    }
    .value-area .s-title.p-para {
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
	.welcome-area {
        text-align: center;
    }
    .border-add {
        border-right: none;
    }
    .slider-s .slider-text{
        margin-top: 0 !important;
    }
    .slider-s .item{
        padding-top: 0 !important;
    }
    .sticky.is-sticky{
        background: linear-gradient(to bottom right, rgba(0,0,0,1), rgba(255,255,255,0.1));
    }
    .cases-desc{
        min-height: auto;
    }
}

@media (max-width: 575px) {
	.carousel-caption p {
		display: none;
	}
	.carousel-caption {
		top: 25%;
	}    
    .breadcrumb-area.inner-banner-header{
        background-position: right;
    }
    .section-bg {
        background-position: right;
    }
}

@media (max-width: 520px) {
    .section-1 .section-bg {
        background-position: inherit !important;
    }
}

@media (max-width: 450px) {

}