@media only screen and (max-width:578px){
    /*Navbar*/
    .navbar-nav {
        height: 100vh !important;
    }
    .navbar{
        background-color: black !important;
        color: white;
    }
    .navbar-mid{
        display: none;
    }
    .navbar-left{
        display: flex;
    }
    .navbar-left img{
        width: 15vh;
    }
    .nav-item{
        padding: 20px;
        font-size: 25px;
    }
    .dropdown-menu{
        background-color: #DE9E48;
        width: 70%;
    }
    .dropdown-item{
        color: white;
    }
    .navbar-social{
        display: none;
    }
    .navbar-social-phone{
        display: flex;
        justify-content: space-evenly;
        padding-top: 5px !important;
    }
    /*Banner*/
    .banner-content h3{
        font-size: 32px;
        padding-bottom: 20px;

    } 
    .video_arrow{
        display: none;
    }

    img.play-button{
        width: 100px !important;
        height: 100px !important; 
    }
    /* Modal */
    .modal-body iframe{
        width: 350px !important;
        height: 200px !important;
    }
    /*Home Page*/
    .navbar-social-home{
        transform: translateX(-20px);
    }
    .left-home{
        margin-left: 0 !important;
    }
    .home-image{
        margin-left: 0 !important;
        text-align: center;
    }
    .home-title{
        font-size: 15px;
    }
    .home-subtitle{
        font-size: 16px !important;
    }
    .home-contact{
        padding-top: unset;
        margin-top: -50px;
        padding-bottom: unset;
    }
    .home-contact::before{
        background-size: cover;
    }
    .about_img{
        /* width: 200px; */
        display: none;
    }

    .home_text p{
        width: 100% !important;
        font-size: 20px !important;
        /*text-align: justify;*/
        line-height: 25px;
        margin-bottom: 5px;
    }
    .portfolio_videos{
        margin-left: 0 !important;
        width: 100%;
    }
    .partners-section{
        padding-top: unset;
        margin-top: -50px;
    }
    .see-more-btn{
        text-align: center;
    }
    .centered{
        top:40% !important;
    }
    .centered .center-title h3{
        font-size: 15px;
    }
    /* .portfolio_videos{
        display: none;
    } */
    .video-content{
        padding:30px;
    }
    .reel-video-image {
        width: 100%;
        height: auto !important;
    }
    .reel-video-sub-image{
        width: 100% !important;
        height: auto !important;
    }
    .reel-video-portfolio-image{
        /* width: 100% !important; */
        height: auto !important;
    }
    /*Owl carousel phone*/


    /*About Page*/
    .about_header{
        padding-top: 100px;
        object-fit: cover;
        height: 33vh;
        margin-top:unset;
        z-index: unset;
    }
    .about_header::before{
        margin-top: 80px;
    }
    .about-second-content{
        padding-bottom: unset;
        margin-top: -40px;
    }
    .about-services::before{
        background-size: cover;
    }
    .whatwecan_header{
        padding-top: 80px;
        object-fit: cover;
        height: 33vh;
        margin-top:unset;
        z-index:unset;
    }
    .card-img-top{
        width: 100px;
    }
    .whatwecan_header::before{
        margin-top:80px;
    }
    .about-title h2{
        font-size: 21px;
    }
    .about-subtitle h5{
        font-size: 11px;
    }
    .white-about-title h2{
        font-size: 18px;
    }
    .about-description p {
        width: 100% !important;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .about-image{
        text-align: center;
    }
    .about-image img{
        margin-left: 0 !important;
        margin-top: 5px;
        padding-bottom: 50px;
        margin:0 auto;
        width: 200px;
        text-align: center;
        display: none;
    }
    .about-images{
        width: 100% !important;
    }
    .about-images img{
        height: 30vh;
        object-fit: cover;
        /*height: fit-content ;*/
    }
    .services-row{
        padding-left: 0;
        padding-right: 0;

    }
    .other-services-header{
        margin-bottom: 0;
    }
    .other-services-header h2{
        font-size: 17px;
    }
    .other-services{
        padding-top:50px;
        padding-bottom: 50px;
    }
    .card-col{
        padding-bottom: 50px;
    }
    .other-card-col{
        padding: 0;
        padding-bottom: 50px;
    }
    .card-text{
        width: 100%;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .about-description-second{
        width: 100%;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .reel-title .home-title{
        font-size: 20px;
    }

    .reel-title .reel-subtitle{
        font-size: 25px;
    }
    .card{
        width: unset;
    }
    .reel-subtitle h3{
        font-size: unset;
        text-transform: uppercase;
    }
    .left-about{
        width: 100% !important;
    }
    .about-row{
        width: 100% !important;
    }
    .other-card{
        width: 100% !important;
        height: fit-content;
    }
    /*Details Page*/
    .details-wrapper{
        padding-left: unset;
        padding-right: unset;
    }
    
    /*Footer*/
    .row-fixer{
        flex-wrap: wrap !important;
    }
    .footer_image{
        transform: translateX(0) !important;
        width: 100%;
    }
    .footer_image img{
        transform: translateX(-20px) !important;
    }
    .page-footer{
        padding-right: 0;
        text-align: left !important;
    }
    .footer_row{
        text-align: left;
        margin-left: 0 !important;
    }
    .contact_footer{
        text-align: left;
    }
    .copyright-text{
        background-color:#1A1A1A;
        color: white;
        padding: 0;
        transform: translateX(-15px);
        width: 100%;
    }
    .owl-carousel .owl-item img{
       margin:0 auto !important;
    }
    /*Contact Page*/
    .contact-row{
        padding-top: 100px;
    }
    .contact-banner img{
        width: 100%;
        height: 300vh !important;
    }
    .form-control{
        width: 100%;
    }
    .submit-btn{
        width: 100%;
    }
    .map-wrapper iframe{
        width: 100% !important;
    }
    /*Privacy and Terms Page*/
    .page-title h2{
        font-size: 30px;
        color:white;
    }
    .page-subtitle h4{
        font-size: 15px;
        color:#DE9E48;
    }
    .content-wrapper h2{
        color:white;
        font-size: 20px;
    }
    .content-wrapper h5{
        color:white;
        font-size: 15px;
    }
    .content-wrapper p{
        font-size: 20px;
    }
    .contact-subtitle{
        padding-top: 10px !important;
        margin-bottom: 20px;
    }
    .page-title{
        padding-top: 100px;
    }
}

@media only screen  and (max-width:  767px) and (min-width: 579px)
{
   .about-other-services-row{
    flex-direction: column !important;
    }
    .other-card{
        width: 500px !important;
    }
    .left-about{
        width: 500px !important;
    }
    .home-row{
        width: 500px;
    }
    .reel-video-sub-image{
        width: 100% !important;
    }
    .contact-row{
        width: 50%;
    }
    .home_text p{
        width: 100% !important;
    }
    .navbar{
        position: relative !important;
    }
    .contact-row{
        width: 100%;
    }
}
