/*///////////////////////////////////////////////////////////////////////// Responsive CSS Structure /////////////////////////////////////////////////////////////////////////*/


/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/ 

@media (min-width: 240px) and (max-width: 568px){

}


/*---------- Large Desktop , Large Screen End ----------*/
@media (max-width: 1242px) {


}

@media (max-width: 767px) {
    .header {
        padding: 15px 0 15px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-collapse { margin-top: 60px;}
    .common-masonary .element-item  .block-hover h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .common-masonary .element-item  .block-hover p {
        font-size: 14px;
        line-height: 14px;
    }
    .element-item .quote-block p {
        color: #221f1c;
        font-size: 16px;
        line-height: 20px;
    }
    .element-item .quote-block {
        padding: 20px;
    }
    .text-block p {
        font-size: 20px;
        line-height: 28px;
    }
    .footer-logo svg {
        width: 200px;
    }
    .footer {
        margin-top: 50px;
        padding: 100px 0 40px;
    }
    .footer-logo {
        position: absolute;
        right: -50px;
        bottom: auto;
        z-index: 0;
        top: 0;
    }
    .copy-right {
        display: block;
    }
    .copy-right p {
        font-size: 16px;
        line-height: 18px;
    }
    .text-description {
        padding: 30px 0;
    }
    .modal-body {
        padding: 50px 15px;
    }
    .person-detail {
        padding: 30px 0 0;
    }
    .person-detail h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .modal-body ul {
        padding: 20px 0;
    }
    .inner-page {
        padding: 40px 0 0;
    }
    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        font-size: 40px;
        line-height: 30px;
    }
    .filter-button-group .button {
        color: #221f1c;
        font-size: 14px;
        line-height: 14px;
    }
    .our-people .common-masonary .element-item img {
        height: auto;
    }
    .main-banner .banner-content h6 {
        font-size: 16px;
        line-height: 21px;
    }
    .main-banner .banner-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .project-list [class*=col-] {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 5px;
    }
    .project-list .p-image img {
        height: auto;
    }
    .project-footer ul.desktop { display: none;}
    .project-footer ul li a {
        font-size: 20px;
        line-height: 25px;
    }
    .company-profile {
        padding: 40px 20px;
    }
    .company-profile h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .middle-banner .image-44 svg {
        width: 200px;
        height: auto;
    }
    .middle-banner .image-44 {
        position: absolute;
        /*        right: -30px;
                top: -30px;*/
    }

    .middle-banner .image-44 img {
        width: 65%;
    }
    .our-project-sec .main-row {
        flex-direction: column-reverse;
    }
    .our-project-sec .container .project-block {
        padding: 0;
    }
    .our-project-sec {
        padding: 40px 0;
    }
}



@media (min-width: 768px) {
    .project-footer ul.mobile { display: none;}
}
@media (max-width: 991px) {
    .main-banner .banner-content {
        max-width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        background: #f8f8f8;
        padding: 30px;
    }
    .main-banner .image img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .filter-button-group .button {
        color: #221f1c;
        font-size: 14px;
        line-height: 14px;
    }
    .header {
        padding: 40px 0 25px;
    }
    .inner-page {
        padding: 40px 0 0;
    }
    .common-masonary .element-item a .block-hover h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .common-masonary .element-item a .block-hover p {
        font-size: 16px;
        line-height: 16px;
    }
    .our-people .common-masonary .element-item img {
        height: auto;
    }
    .navbar-collapse {
        margin-top: 130px;
    }
    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        font-size: 60px;
        line-height: 60px;
    }
    .project-list .p-image img {
        height: auto;
        width: 100%;
    }
    .project-footer ul li a {
        font-size: 30px;
        line-height: 30px;
    }
    .project-footer ul li a span {
        font-size: 18px;
        line-height: 18px;
    }
    .company-profile h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .middle-banner .image-44 img {
        width: 65%;
    }
}

@media (max-width: 900px){

}


@media (min-width: 992px) and (max-width: 1199px){
    .main-banner .banner-content {
        padding: 30px;
        width: 480px;
    }
    .our-project-sec .container .project-block{
        padding-left: 30px;
    }
    .middle-banner .image-44 img {
        width: 70%;
    }
}



@media (max-width: 991px) {

}


@media (min-width: 768px) {
}

@media (min-width: 1200px) and (max-width: 1299px){
    .main-banner .banner-content {
        padding: 30px;
    }
    .our-project-sec .container .project-block{
        padding-left: 30px;
    }
    .middle-banner .image-44 img {
        width: 80%;
    }
}
@media (min-width: 1300px) and (max-width: 1399px){
    .main-banner .banner-content {
        padding: 30px;
    }
    .our-project-sec .container .project-block{
        padding-left: 30px;
    }
    .middle-banner .image-44 img {
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1920px){

}

@media (min-width: 1230px) {


}

@media (min-width: 992px) and (max-width: 1299px){


}