@media (min-width: 992px) {
    
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding: 0;
    }
}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    
}

@media (max-width: 425px) {
    .service-sector { 
    width: calc(100%/3);
     margin-top:0;
    }
    
    .service-sector .icon img {
    height: 50px;
    }
    
     .service-box { 
    width: calc(100%/1);
    }
    
    .top-bar-list li {
    display: contents;
    }
    
    #cloud-container {
    margin-top: -20px;
}
.counter-section .counter-box{
    border-right:none;
    border-bottom: 1px dashed #f4b144;
}

.navbar{
    height:auto;
}

.navbar-brand > img {
    padding-top: 5px;
    height: 50px;
}

}

@media (max-width:375px) {
   .top-bar-list li{
       display:none;
   }
     
}


@media (max-width:320px) {
    .service-sector { 
    width: calc(100%/2); 
    }
     
}