
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .focused-work{
        /*margin-top: 45%!important; */
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
   
    .focused-work{
        /*margin-top: 60%!important; */
    }

    .other-page-content{
        margin-top: 23%!important; 
    }
}
/*
@media (min-width: 990px) and (max-width: 1024px) {
    .focused-work{
        margin-top: 50%!important; 
    }
    
     
}*/

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .sliding-image-home{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }

    /* ---------- banner image --------- */
    .banner-image{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }
    /* ---------- end banner image --------- */
    .other-page-content{
        margin-top: 30%!important; 
    }

    .focused-work{
        /*margin-top: 45%!important; */
    }
    .other-page-content{
        margin-top: 20%!important; 
    }


    .focused-work-img-footer{
        line-height: 20px;
        font-size:15px;
        font-weight: 400;
        padding: 8px;
    }
    .image-overlay-img{
        width: 50px;
    }
    .card-content-parallax{
        min-height: 200px;
    }
    .card-3{
        padding-bottom: 20px!important;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar-brand {
        width: 150px;
    }

    /* ------- sliding image ------- */
    .sliding-image-home{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }
    .carousel-caption-text1{
        font-size:40px;
        font-weight: 300;
        line-height: 35px;
    }

    .carousel-caption-text2{
        font-size:30px;
        font-weight: 200;
        line-height: 35px;
    }
    /* ------- end sliding image ------- */

    /* ---------- banner image --------- */
    .banner-image{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }

    .banner-caption-text1{
        font-size:40px;
        font-weight: 300;
        line-height: 35px;
    }
    /* ---------- end banner image --------- */


    .focused-work{
        /*margin-top: 45%!important; */
    }

    /*    .other-page-content{
            margin-top: 15%!important; 
        }*/

    .other-page-content{
        margin-top: 14%!important; 
    }

    .section-heading{
        font-size: 35px;
        font-weight: bold;
        line-height: 38px;
    }
    .card-content-parallax{
        min-height: 200px;
    }
    .card-3{
        padding-bottom: 20px!important;
    }

    .flicker1{
        margin-bottom: 5px;
        width:50%
    }
    .flicker2, .flicker3 , .flicker4{
        margin-bottom: 5px;
        width:50%
    }

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-brand {
        width: 170px;
    }

    .navbar-inverse .navbar-nav .dropdown {
        left: 0
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
        background-color:#F79522;
    }

    /* ------ home sliding image --------- */
    .sliding-image-home{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }

    .carousel{
        top: 50px;
        z-index: -1;
        position: absolute;
    }

    .carousel-caption-text1{
        font-size:30px;
        font-weight: 200;
        line-height: 25px;
    }

    .carousel-caption-text2{
        font-size:20px;
        font-weight: 100;
        line-height: 25px;
    }
    /* ------ end home sliding image --------- */


    /* ---------- banner image --------- */
    .banner-image{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }

    .banner-section{
        top: 50px;
        z-index: -1;
        position: absolute;
    }

    .banner-caption-text1{
        font-size:30px;
        font-weight: 200;
        line-height: 25px;
    }
    /* ---------- end banner image --------- */

    button.btn {
        height: 35px;
        padding: 0 35px;
        line-height: 35px;
    }
    .slider-image-btn{
        margin-top: 10px!important;
    }

    .other-page-content{
        margin-top: 36%!important; 
    }


    .focused-work{
        /*margin-top: 52%!important; */
    }
    .section-heading{
        font-size: 30px;
        font-weight: bold;
        line-height: 33px;
    }

    .img-overlay-box{
        width: 100% !important;
        height: auto;
        position: relative;
        float: left;
    }

    .focused-work-content{
        display: block;
        margin-top: 40px;
    }
    .image-overlay{
        width:100%;
    }

    .card-1{
        text-align: center;
        margin-bottom: 15px;
    }

    .card-2{
        margin-bottom: 15px;
    }

    .card-3{
        text-align: center;
        padding-bottom: 20px!important;
    }

    .mobile-navbar{
        position: static;
        display: block;
    }
    .navbar-brand{
        padding:  11px 15px;
    }


    .navbar{
        display: none;
    }

    .navbar-nav{
        margin: 0px!important;
    }
    ul.navbar-nav {
        font-size: 13px;
    }

    .navbar-nav ul.dropNav li{
        padding: 10px 30px;
    }
    .navbar-inverse .navbar-nav .dropNav, .mobile-navbar-body .navbar-nav .dropNav  {
        position: relative;
    }

    .flicker1{
        margin-bottom: 5px;
        width:50%
    }
    .flicker2, .flicker3 , .flicker4{
        margin-bottom: 5px;
        width:50%
    }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


    .navbar-brand {
        width: 170px;
    }

    .navbar-inverse .navbar-nav .dropdown {
        left: 0
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
        background-color:#F79522;
    }

    /* ----- home sliding image ---------- */
    .sliding-image-home{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }

    .carousel{
        top: 50px;
        z-index: -1;
        position: absolute;
    }

    .carousel-caption-text1{
        font-size:30px;
        font-weight: 200;
        line-height: 25px;
    }

    .carousel-caption-text2{
        font-size:20px;
        font-weight: 100;
        line-height: 25px;
    }

    /* --------- end home sliding image ---------- */

    /* ---------- banner image --------- */
    .banner-image{
        width:100%;
        height: auto!important;
        object-fit: fill;
    }

    .banner-section{
        top: 50px;
        z-index: -1;
        position: absolute;
    }

    .banner-caption-text1{
        font-size:30px;
        font-weight: 200;
        line-height: 25px;
    }
    /* ---------- end banner image --------- */

    button.btn {
        height: 30px;
        padding: 0 30px;
        line-height: 30px;
    }
    .slider-image-btn{
        margin-top: 10px!important;
    }

    .other-page-content{
        margin-top: 36%!important; 
    }

    .focused-work{
        /*margin-top: 52%!important; */
    }
    .section-heading{
        font-size: 25px;
        font-weight: bold;
        line-height: 30px;
    }
    .img-overlay-box{
        width: 100% !important;
        height: auto;
        position: relative;
        float: left;
    }

    .focused-work-content{
        display: block;
        margin-top: 40px;
    }
    .image-overlay{
        width:100%;
    }

    .card-1{
        text-align: center;
        margin-bottom: 15px;
    }

    .card-2{
        margin-bottom: 15px;
    }
    .card-3{
        text-align: center;
        padding-bottom: 20px!important;
    }


    .mobile-navbar{
        position: static;
        display: block;
    }

    .navbar{
        display: none;
    }

    .navbar-brand{
        padding:  11px 15px;
    }

    .navbar-nav{
        margin: 0px!important;
    }
    ul.navbar-nav {
        font-size: 13px;
    }

    .navbar-nav ul.dropNav li{
        padding: 10px 30px;
    }
    .navbar-inverse .navbar-nav .dropNav, .mobile-navbar-body .navbar-nav .dropNav  {
        position: relative;
    }

    .flicker1{
        margin-bottom: 5px;
        width:50%
    }


    .flicker2, .flicker3 , .flicker4{
        margin-bottom: 5px;
        width:50%
    }
    
    .footer-link{
        padding-top: 30px;
    }

    .footer-link{
        padding-bottom: 20px;
    }

}

@media (max-width: 767px) {

    .navbar { padding-top: 0; }
}