
@media only screen and (min-width:1400px) {
}
@media only screen and (min-width:1500px) {
}
@media only screen and (min-width:1600px) {
}
@media only screen and (min-width:1700px) {
}
@media only screen and (min-width:1800px) {
}
@media only screen and (min-width:1920px) {
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1200px) {
    /******** project page ************/
    #page-featured-work .col-sm-4 {
        width: 50%;
        float: left;
    }
    
}
@media only screen and (max-width: 992px) {
    /********* about page  ********/
    .alt h2 .get-behind {
        font-size: 46px;
    }
    #page-about .col-md-4 {
        width: 50%;
        float: left;
    }
     .sections {
        position: relative;
        padding: 50px 0 10px 0;
        z-index: 5;
    }
    /********** video project  ***********/
    .col-sm-12.video-featured-work-box {
        padding: 0;
    }
  
    
}
@media only screen and (max-width: 767px) {
    /********* about page  *************/
    .alt h2 {
        font-size: 35px;
    }
    .alt h2 .get-behind {
        font-size: 29px;
        margin-top: -20px;
    }
    .dividerOT-about-middle, .dividerOT-featured-work-middle, .dividerOT-services-middle, .dividerOT-news-middle, .dividerOT-contact-middle {
        height: 35px;
        display: none;
    }
    .dividerOT-contact-bottom{
        display: none;
    }
    /******** video projects   *************/
    .col-sm-12.video-featured-work-box {
        padding: 0;
    }
    /********** porfolio  *********/
    .col-sm-12.news-post
    {
        padding: 0;
    }
    /*********** project page  ***************/
    #page-featured-work .col-sm-4 {
        width: 100%;
        float: left;
        /* padding: 0; */
    }
p {
    padding: 0;
}
.make-space {
    margin-left: 0;
    margin-right: 0;
}
h2.section-news-title{
    font-size: 22px;
}
.news-img img {
    height: 260px;
}
.current_projects .tumbnail {
    display: block;
    padding-top: 0;
}
.current_projects .tumbnail a {
    width: 50%;
    float: left;
}
.dividerOT-news-bottom{
    display: none;
}
.dividerOT {
    display: none;
}
.dividerOT-news-top{
    display: none;
}
.divider-post-news {
    display: none;
}
#page-news .col-md-4 {
    margin-bottom: 15px;
}
h2.section-news-subtitle {
    margin-bottom: 10px;
}
.dividerOT-footer-bottom{
    display: none;
}
#page-footer-credits .sections {
    padding: 0px 0 10px 0;
}
.dividerOT-about-top {
    display: none;
}
.quotations{
    padding: 0 0 0 0px
}
.dividerOT-featured-work-bottom {
    display: none;
}
.dividerOT-featured-work-top {
    display: none;
}
#page-contact .col-md-4 {
    padding: 0;
}
.introduction-1 h1 {
    font-size: 45px;
}

.alt h3{
    margin-bottom: 15px;
}
    
}
@media only screen and (max-width: 480px) {
    
    /************ about page  *************/
    #page-about .col-md-4 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    #page-about .col-md-8{
        padding-left: 0;
        padding-right: 0;
    }
    /* .sections {
        position: relative;
        padding: 15px 0 10px 0;
        z-index: 5;
    } */
    .col-sm-12.video-featured-work-box {
        padding: 0;
    }
    .video-thumb img {
        height: 200px;
    }
    /******** project page  **************/
    #page-featured-work .featured-work-photo {
        height: 280px;
    }
    #page-featured-work .featured-work-photo.image-works img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
   
}