.t-all-works__project a{
    font-size: 6vw;
}
.t-all-works__project h2 {
    height: 15vw;
}

@media screen and (max-width:768px) and (orientation : landscape) {

}

@media screen and (max-width:420px) {
    .t-all-works__project a{
        font-size: 6vw;
    }
    .t-all-works__project h2 {
        height: 15vw;
    }
    .p-navigation {
        height: 115px;
        width: calc(100%);
        padding: 0 0px;
        flex-wrap: wrap;
        position: relative;
    }
    .p-navigation>div,.p-navigation>ul{
        width: 100%;
        margin-bottom: 30px;
    }
    .p-navigation>div
    {
        margin-bottom: 50px;
    }
    .p-navigation__logoWrapper {
        margin-top: 10px;
        overflow: initial;
        width: 100%;
        text-align: center;
    }
    .t-home__arrows{
        display: none;
    }
    body.home .p-videos{
        top: 40px;    height: calc( 100vh - 40px);
    }
    .t-home__project span{
        font-size: 8vw;
    }
    .p-videos.home-videos .p-video::after{
        content: "";
        background: rgba(1,1,1,.2);
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
    }
    .t-project__excerpt{
        max-width: 100%;
        color: rgba(0,0,0,0.7);
        font-size: 16px;
        text-align: left;
        line-height: 30px;
    }
    .single-project .p-navigation {
        height: 80px;
        display: flex;
    }
    .t-project__header {
        background-color: #e30613;
        padding: 0 0px;
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        text-align: -webkit-center;
        height: auto;
    }
    .t-project__headings, .t-project__header__arrows {
        width: 100%;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .t-project__header__arrows .p-navigation__link {
        margin: 0 0px 0 12px;    
    }
    .single-project .t-project__item img{
        margin-bottom: 40px;
    }
    .t-project__item--contained {
        padding: 0;
        width: calc(100% - 40px);
    }
    .single-project .t-project__item--fullwidth {
        height: 260px;
        margin-bottom: 50px;
    }
    .single-project .copywrite{
        position: relative;
    padding: 19px 0px;
    height: auto;
    width: calc(100%);
    text-align: -webkit-center;
    }
    .copywrite p {
        width: 100%;
        float: none;
        padding: 10px;
        text-align: -webkit-center !important;
    }
    .t-project__header .t-project__header__arrow, .t-project__header .t-project__header__arrows{
        flex-wrap: wrap;
    }
    .contactpp .t-section--about{
        display: flex;
    flex-wrap: wrap;
}

.page .copywrite{
        width: calc(100%);
}
.copywrite p{
        width: 100%;
}
.copywrite p:first-child {
    text-align: center;
}
.row.abtt .col-md-6{
    width: 100%;
    float: none;
    text-align: center;
}
.abttl +hr{
    margin: 10px auto;
}
.row.abtt .col-md-6 .pp1,.row.abtt .col-md-6 .pp2{
    padding-bottom: 15px;
    text-align: justify;
    padding: 12px;
}
.t-section--about{
    height: auto;
}
.page .copywrite{
    padding: 19px 0px;
}
.servicepp .abouthead{
    margin-top: 60px;
}
.row.serv .col-md-4 {
    text-align: center;
    padding: 15px;
    width: calc(90% - 30px);
    float: none;
    margin: auto;
}
.myheader{
    top: 50px;
}
form.cform input, form.cform textarea {
    height: 20px;
    font-size: 15px;
    width: 75%;
    margin-bottom: 10px;
}
#ajax-contact{
    margin-top: 50px;
}
.row.abtt.contt .col-md-6:last-child{
    margin-top: 30px;
}
.contactpp .row.abtt .col-md-6 .pp1{
    text-align: center;
}


}