/*===========================================
    Bootstrap Media Queries
===========================================*/


/* Large devices (Desktops & Labtops) */

@media (min-width: 1200px) {
    .owl-carousel .owl-item img{
        padding: 40px;
    }
}


/* Medium devices (Landscape Tablets & Medium Desktops) md */

@media (min-width: 992px) and (max-width: 1199px)  {
    .vesco-nav-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    #goals .goals-item p{
        
        min-height: 240px;
    }
    
}


/* Small devices (Portrait Tablets & Small Desktops) sm */

@media (min-width: 768px) and (max-width: 991px) {

    .goalsP{
        width: auto;
    }

    .clientsP{
        width: auto;
    }
    
    /* Mobile menu */
    .vesco-nav-wrapper {
        padding-left: 2px;
        padding-right: 2px;
    }
    .navbar-nav li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    
    /* About - remove diagonal border */
    #about-bg-diagonal{
        border-left: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
    }
    
    #about-content-box{
        width: 100%;
        height: 350px;
    }
    
    /* Stats */
    .stats-item {
        padding: 20px 0;
    }
    
    /* Footer */
    #footer-copyrights{
        text-align: center;
    }

    .team-member{
        min-height: 500px;
    }

    .product-line-item{
        margin-bottom: 20px;
    }

    .product-line{
        margin-top: 0;
    }

    .product-line:first-child{
        margin-top: 30px;
    }

    .goals-items{
        position: relative;
    top: auto;
    transform: none;
    
    width: auto;
    text-align: left;
    }

    .goals-item{
        margin-bottom: 20px;
    }

    .goals-item:last-child{
        margin-bottom: 0px;
    }
    
    .goals-out{
        display: none;
    }

    .left-up-footer{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .left-up-footer-in{
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .right-up-footer{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        
    }

    .left-up-footer-in li:last-child{
        margin-right: 0;
    }


    .elements-item{
        min-height: unset;
    }
    
    .elements-item .team-member-info {
        padding: 80px 0 80px 0;
    }

    .form-name-main{
        margin-bottom: 20px;
    }

    .form-phone-main{
        margin-bottom: 20px;
    }

    #goals .goals-item p{
        
        min-height: auto;
    }

    
}


/* Extra small devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 1180px) {
    #home-cover {
        background-attachment:scroll;
    }

    #about-cover {
        background-attachment:scroll;
    }

    #services-cover {
        background-attachment:scroll;
    }

    #contact-cover {
        background-attachment:scroll;
    }
}

@media (max-width: 767px) {

    .goalsP{
        width: auto;
    }

    .clientsP{
        width: auto;
    }

    .navbar {
        background: rgba(0,0,0,0.7);
        padding: 0;
    }
    
    .navbar-nav {
        float: left;
    }
    
    .vesco-nav-wrapper{
        padding: 0;
    }
    
    /* Home */
    #home-heading h3{
        font-size: 24px;
    }
    
    
    /* Buttons */
    .btn-general {
        padding: 6px 22px 6px 22px;
        font-size: 14px;
    }
    
    /* About - remove diagonal border */
    #about-bg-diagonal{
        border-left: 0;
        border-top: 0;
        width: 100%;
        height: 350px;
    }
    
    #about-content-box{
        width: 100%;
        height: 350px;
    }
    
    /* Work */
    .img-wrapper img {
	    min-width: 100%;
    }
    
    /* Testimonials */
    .testimonial blockquote {
	    padding: 6px 50px;
    }
    
    .testimonial blockquote:before{
        left: 10px;
    }
    
    .testimonial blockquote:after{
        right: 10px;
    }
    
    .testimonial blockquote p{
        font-size: 14px;
    }
    
    /* Stats */
    .stats-item {
        padding: 20px 0;
    }
    
    /* Footer */
    #footer-copyrights{
        text-align: center;
    }

    .team-member{
        min-height: 490px;
    }

    #home-heading p {
        
        width: auto;
        padding-right: 10px;
        
    }

    .product-line{
        margin-top: 0;
    }

    .product-line:first-child{
        margin-top: 30px;
    }

    .goals-item{
        margin-bottom: 20px;
    }

    .goals-item:last-child{
        margin-bottom: 0px;
    }

    .goals-out{
        display: none;
    }

    .left-up-footer{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .left-up-footer-in{
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .right-up-footer{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        
    }

    .left-up-footer-in li:last-child{
        margin-right: 0;
    }

    .col-item-1{
        text-align: right;
    }

    .col-item-2{
        text-align: left;
    }

    .col-item-3{
        text-align: right;
    }

    .col-item-4{
        text-align: left;
    }

    .footer-down p{
        text-align: center;
        padding: 10px;
        margin-bottom: 0;
    }

    .product-line-item {
        margin-bottom: 20px;
    }

    .content-box {
        padding: 30px 0 30px 0;
    }

    .goals-items {
        position: relative;
        top: auto;
        transform: none;
        width: auto;
        text-align: left;
    }

    .navbar-nav a:after{
       content: "";
    }

    .elements-item{
        min-height: unset;
    }
    
    .elements-item .team-member-info {
        padding: 80px 0 80px 0;
    }

    .services-title{
        text-align: center;
    }

    .service-item{
        text-align: center;
    }

    .form-name-main{
        margin-bottom: 20px;
    }

    .form-phone-main{
        margin-bottom: 20px;
    }


    .top-innerPage-row{
        display: block;
    }

    .top-innerPage-left-inner , .top-innerPage-right-inner{
        width: 200px;
        height: 200px;
        display: inline-block;
    }

    .top-innerPage-left , .top-innerPage-right{
        text-align: center;
        padding: 20px;
    }

    #home-heading .top-innerPage-right-inner p{
        text-align: left;
        padding-left: 30px;
        font-size: 20px;
    }

    #arrow-down{
        width: 50px;
        height: 50px;
        margin-left: -25px;
        bottom: 30px;
    }
    
    #arrow-down img{
        width: 100%;
        height: 100%;
    }


    #home-cover {
        height: 100%;
        /* background: url("../img/bg-home.jpg") center/cover; */
        overflow-x: hidden;
    }
    
    #about-cover {
        height: 100%;
        background: url("../img/bg-about.jpg") center/cover;
        overflow-x: hidden;
    }
    
    #services-cover {
        height: 100%;
        background: url("../img/bg-services.jpg") center/cover;
        overflow-x: hidden;
    }
    
    #contact-cover {
        height: 100%;
        background: url("../img/bg-contact.jpg") center/cover;
        overflow-x: hidden;
    }


    .his-description{
    
       
        width: auto;
        height: 160px;
    }


    #goals .goals-item p{
        
        min-height: auto;
    }
    

    .service-item-in p{
        
        padding-right: 10px;
        padding-left: 10px;
    }


}


/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 480px) {

    .team-member{
        min-height: 520px;
    }

    .elements-item{
        min-height: unset;
    }
    
    .elements-item .team-member-info {
        padding: 100px 0 100px 0;
    }


}


/* Extra small devices (Portrait Phones & Smaller Devices) */

@media (max-width: 320px) {
    
    .service-item-icon i {
	    width: 58px;
        height: 58px;
        padding: 7px;
    }
    
    .service-item-title h3 {
	    font-size: 17px;
    }
    
    .service-item-desc p {
	   padding-left: 80px;
    }
    
    
    /* About */
    #about-content-box{
       margin-top: 40px; 
    }
    
    
    /* Testimonials */
    
    .testimonial img {
	    max-width: 80px;   
    }
    
    .testimonial blockquote {
	    padding: 6px 30px;
    }
    
    .testimonial blockquote:before{
        left: 7px;
    }
    
    .testimonial blockquote:after{
        right: 7px;
    }
    
    
    
    
}






















