/*col-lg*/
@media (max-width: 1200px){

}



/*col-md*/
@media (max-width: 992px){ 
    
    .list {
    margin-bottom: 50px;
}
    .projects .col-md-6 {
    margin-bottom: 70px;
}
    .carousel-caption h3 {
    font-size: 33px;
}
    
}


/*col-sm*/
@media (max-width:768px){ 
    .welcome-note p{ width: 100%;}
    .testimonials .row{ padding: 0px;}
    nav.navbar {
    background: #0897DE;
}

.navbar-toggle {
    /* background: rgba(255, 255, 255, 0.64); */
    border-radius: 3px;
}

.navbar-toggle .icon-bar {
    background: rgba(255, 255, 255, 0.77);
}

.navbar-nav>li.line>a {
    color: #fff;
}

.navbar-nav>li>a {
    color: #fff;
    text-align: center;    padding-bottom: 12px;    font-family: 'Roboto Condensed', sans-serif;    color: #fff;    text-transform: uppercase;
}

.nav>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.navbar-nav {
    margin: 0px -15px;
    border: 0px;
}
        .header h3 {
    font-size: 14px; 
}

.header span {
    font-size: 12px; 
}
   .carousel-indicators{ bottom: 0px;} 
    
    .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    background: #000;
}

.clients .owl-theme .owl-controls .owl-page span {
    background: #000;
}
}



/*col-xs*/
@media (max-width:480px){
    .header h3 {
    font-size: 14px; display:none;
}

.header span {
    font-size: 12px; display:none;
}
       .carousel-caption { display: none;}
    .logo-wrapper img {
     width: 107%;
}
    .projects .col-md-6 {
    margin-bottom: 0px;
}
    .gallery .item {
    padding: 0px;
    margin-bottom: 0px;
}
    
}
