@media screen and (max-width: 1439px){
    .wrapper{
        width: 96%;
        padding: 0 2%;
    }
    .slide-info{
        width: 96%;
        padding: 0 2%;
    }

    .sec-title{
        margin-top: 60px;
    }
}



@media screen and (max-width: 900px){
    .footer-col p{
        margin: 20px 0 !important;
        padding: 0 10%;
    }

    .fs36{
        font-size: 30px;
    }
}

@media screen and (max-width: 767px){
.hide-m{
    display: none;
}
    .page-wrap:after{
        display: none;
    }

    .project, .col33, .footer-col{
        height: auto;
    }

    .page-wrap
    {
        min-height: inherit;
        margin-bottom: 0;

    }

    .site-footer, .page-wrap:after{
        height: auto;
    }
    .mobile{
        display: block;
    }

    .logo{
        margin: 15px 0 15px 6%;
    }

    .header{
        height: 90px;
    }
    .wrapper {
        width: 100%;
        padding: 0;
    }
    .menu, .menu-cms{
        display: none;
    }

    .project, .col33, .footer-col{
        width: 100%;
    }

    .footer-col p {
        margin: 40px 0 !important;
        padding: 0 6%;
    }

    .slide-phrase-wrapper{
        width: 96%;
        padding: 0 2%;
    }

    .slide-phrase{
        width: 100%;
        height: 260px;
        font-size: 30px;
        margin: 35px 0 0 5%;
    }

    .slide-block{
        width: 100%;
    }

    .slide-block p{
        margin: 5%;
    }

    .recent{
        margin-left: 6%;
    }
    .footer-col {
        min-height: 100%;
    }

    .slide-more{
        width: 58px;
        height: 53px;
        margin: 0;
    }

    .slide-more img {
        margin: 11px;
    }

    h1{
        font-size: 50px;
    }
    .content-col {
        width: 100%;
    }
    .content-col2 {
        width: 100%;
        margin-left: 0;
    }
    .in-col2 {
        width: 90%;
        padding: 5%;
    }
    .in-col{
        margin: 0 5%;
    }

    .sec-title {
        margin: 35px 5% 20px;
    }

    .t70 {
        margin-top: 30px;
    }
    .in-col, .in-col2 {
        margin-bottom: 30px;
    }

    .project p{
        padding: 0 5%;
        margin-bottom: 30px;
    }

    .img-proj {
        width: 100%;
    }

    .t35 {
        margin-top: 30px;
    }

    .project .in-col p{
        padding: 0;
    }

    /*------------------------Mobile Menu*/
    .mobile-nav {
        width: 100%;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 100000;
        overflow: auto;
        height: 100%;
        border-top: 2px solid #fcdd00;
        background: rgba(0, 0, 0, 0.7);
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        transition: all 300ms;
    }

    .mobile-nav.active {
        left: 0;
        transition: all 300ms;
    }

    .menu-btn {
        display: block;
        right: 3%;
        top: 33px;
        position: fixed;
        margin: 0 0 0 10px;
        padding: 0;
        width: 50px;
        height: 50px;
        outline: none;
        font-size: 0;
        text-indent: -9999px;
        z-index: 101;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background .3s;
        transition: background .3s;
    }

    .menu-btn.active {
        z-index: 100001;
        right: 0;
    }

    .menu-btn.active:after {
        background: none;
    }

    .menu-btn:after {
        content: "";
        position: absolute;
        left: -5px;
        top: 8px;
        width: 46px;
        height: 39px;
        background: #000;
        z-index: -1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .menu-btn.active span {
        background: none;
    }

    .menu-btn.active span:before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 8px;
        background: #fcdd00;
        content: "";
        -webkit-transition-delay: 0, .3s;
        transition-delay: 0, .3s;
        top: -3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-btn.active span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 8px;
        background: #fcdd00;
        content: "";
        -webkit-transition-delay: 0, .3s;
        transition-delay: 0, .3s;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .menu-btn span {
        position: absolute;
        display: block;
        position: absolute;
        top: 50% !important;
        left: 0 !important;
        height: 5px;
        width: 36px;
        background: #fcdd00;
        transition-duration: .2s;
        -webkit-transition: background 0 .3s;
        transition: background 0 .3s;
        border-radius: 5px;
    }

    .menu-btn span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #fcdd00;
        content: "";
        bottom: -10px;
        -webkit-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0;
        transition-delay: .3s, 0;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        border-radius: 5px;
    }

    .menu-btn span:before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #fcdd00;
        content: "";
        top: -10px;
        -webkit-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0;
        transition-delay: .3s, 0;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
        border-radius: 5px;
    }

    .mobile-nav .logo{
        margin-top: 28px;
    }

    .mobile-nav ul{
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mobile-nav ul li{
        float: left;
        width: 100%;
        list-style-type: none;
        color: #000;
        padding: 0;
        margin: 0 0 1px;
    }

    .mobile-nav ul li a{
        float: left;
        width: 90%;
        color: inherit;
        background: #fcdd00;
        padding: 10px 5%;
        margin: 0;
    }

}

