/*
Author       : Hash Theme.
Template Name: Paramin - Business Html5 Template
Version      : 1.0
*/

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .single-about .single-about-text {
        width: 83%;
    }
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .info-menu {
        float: none;
    }
	.navbar-default .navbar-nav > li > a {
	    padding: 15px;
    }
    .desc-layer {
        width: 70%;
    }
    .title-container .slider-title {
        font-size: 40px;
    }
    .home-static-text h2 {
        font-size: 40px;
    }
    .about-image img {
        left: 0;
        top: 0;
    }
    .single-about .single-about-text {
        width: 77%;
    }
    .single-counter {
        margin-bottom: 30px;
    }
    .address-time {
        margin: 310px 0;
    }
    .call-to-action-btn {
        margin-top: 30px;
    }
    .our-moto,
    .our-awards {
        margin-bottom: 30px;
    }
    footer .widget:not(:last-child) {
        margin-bottom: 40px;
    }
}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.sticky-wrapper {
		height: 0 !important;
	}
    .info-menu {
        float: none;
    }
    .title-container .slider-title {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .nivo-caption p,
    .sbutton-link,
    .nivo-directionNav a {
        display: none;
    }
	.home-static-text h2 {
		font-size: 40px;
	}
    .home-static-text span a {
        display: none;
    }
    .home-static-text p {
        width: 100%;
    }
    .about-image {
        margin-bottom: 30px;
    }
    .about-image img {
        position: relative;
        top: 0;
    }
    .section-title p {
        width: 100%;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .single-counter {
        margin-bottom: 30px;
    }
    .portfolio-filter-menu ul li {
        padding: 5px 15px;
    }
    .call-to-action-btn {
        margin-top: 30px;
    }
    .our-moto,
    .our-awards {
        margin-bottom: 30px;
    }
    .address-time {
        font-size: 20px;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    footer .widget:not(:last-child) {
        margin-bottom: 40px;
    }
    .copyright .copyright-text,
    .footer-menu ul {
        text-align: center;
    }
    footer .copyright-text p {
        margin-bottom: 10px;
    }
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        background: #fff
    }
    .section-title h2 {
        font-size: 30px;
    }
}