body{
  font-family: "Poppins", sans-serif;
}
.uppercase{
    text-transform: uppercase;
}
.ml-auto{
    margin-left: auto;
}
.navbar-brand{
    margin-right: 30px;
}












.about-box h5{
    color: #777;
}
.about-box p{
    color: #777;
}
.about-heading p{
    color: #777;
    line-height: 26px;
    font-size: 16px;
}
.about{
    background:#f2f4fa ;
}
.counter-box{
    background: #fff;
    border-radius: 10px;
    padding: 30px 5px;
}
.counter-box h5{
    color: #337ab7;
}
.counter-box p{
    color: #3f3f3f;
    font-weight: 500;
}
.text-justify{
    text-align: justify;
}
.siamo{
    background-image: url(../images/simno.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
}
.software-box {
    box-shadow: 0 20px 40px #0006;
    background-image: linear-gradient(to right bottom, #ebebeb, #c6c6c6);
}
.software-box p{
    height: 200px;
    padding: 25px;
    font-size: 14px;
    text-align: center;
}
.heading h3{
    color: rgb(119, 119, 119);
}
.software{
    background: rgb(242, 244, 250);
}
.cta{
    background-image: url(../images/cta.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
}
.cta-content p{
    font-size: 18px;
}
.fotter{
    background-color: rgb(58, 56, 56);
}
.f-widget h6{
    color: #fff;
    text-transform: uppercase;
}
.f-widget a{
    color: rgb(204, 204, 204);;
    display: block;
    text-decoration: none;
    padding-bottom: 4px;
}







@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
    position: absolute;
    top: 74px;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
}
}
@media only screen and (max-width: 769px) {
    
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}