/* lg */ 
@media (min-width: 1200px) {
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .section-head {
        margin-bottom: 72px;
        padding: 0;
        text-align: center;
    }

    .head-title {
        font-size: 54px;
        width: 100%;
    }

    .nav > li > a {
        padding: 10px;
    }

    h5, .h5-like {
        font-size: 18px;
    }

    .single-services h4 {
        font-size: 18px;
    }

    .process-text {
        width: 116px;
    }

    .process-text span {
        font-size: 75px;
        margin-left: 10px;
    }

    .process-text p {
        font-size: 14px;
        height: 55px;
        margin: -45px 0 0;
    }
	.parallax {
        background-attachment: scroll !important;
        background-position: center top !important;
        background-size: cover !important;
        height: auto;
        margin: 0 auto;
        width: 100%;
    };
}

/* xs */
@media (max-width: 767px) {
	.navbar-header {
		margin-top: 15px;
	}
    .header-area h6 {
        width: 100%;
    }

    .head-title {
        font-size: 27px;
        line-height: 40px;
        margin: 25px auto;
        width: 100%;
    }

    .header-area .overlay {
        padding: 115px 0 180px;
    }

    .navbar-brand {
        font-size: 40px;
        padding: 15px 20px !important;
    }

    .section-head {
        padding: 0;
    }

    .portfolio-shorting li {
        font-size: 13px;
        margin: 0;
    }

    .portfolios .mix {
        width: 100%;
    }

    h3, .h3-like {
        font-size: 23px;
    }

    .subscription-form input[type="email"] {
        margin: 0 0 15px;
    }

    .button {
        width: 100%;
    }

    .single-process {
        display: block;
        margin-bottom: 25px;
        overflow: hidden;
        text-align: center;
    }

    .process-text {
        float: none;
        width: 100%;
    }

    .process-text span {
        float: none;
        margin-top: 0;
    }

    .process-text p {
        height: unset;
        margin: 0;
        text-align: center;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .single-cinfo {
        margin-bottom: 30px;
    }

    .footer-area {
        padding: 45px 0;
    }
	.parallax {
        background-attachment: scroll !important;
        background-position: center top !important;
        background-size: cover !important;
        height: auto;
        margin: 0 auto;
        width: 100%;
    };
}


/* XS Portrait */
@media (max-width: 479px) {
}
