@media (max-width: 767px) {
    .logo a img {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    height: 90px;
}
}




@media (min-width:320px)  { 
/* smartphones, portrait iPhone, 
portrait 480x320 phones (Android) */
#page-nav {
    /* background-image: url('../images/logo_small_no_text.png');
    background-repeat:no-repeat;  */
}
}
@media (min-width:480px)  { 
/* smartphones, Android phones, landscape iPhone */
#page-nav {
 
    /* background-image: url('../images/logo_small_no_text.png');
    background-repeat:no-repeat;  */
}
}

@media (min-width:801px)  {
    #page-nav {
        /* background-image: url('../images/logo_small_medium_screen.png');
        background-repeat:no-repeat;  */
    }  
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
}

.solution-dtl {
    height: auto;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.3px;
    margin-left: 6px; 
}

.slider-heading span {
    color: #44f344;
}

.btn-default {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.69;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF;
    border: none;
    border-radius: 4px;
    padding: 12px;
    text-transform: uppercase;
    background-color: #44f344;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.download-btn a i {
    color: #44f344;
}

#cssmenu > ul > li:hover, #cssmenu > ul > li.active {
    border-bottom: 4px solid #44f344;
}

.counter-main-block .counter-heading span {
    color: #44f344;
}

.project-dtl-block {
    background-color: #F6F6F6;
    padding: 40px 47px 40px 37px;
    border-left: 3px solid #44f344;
    margin-bottom: 34px;
}

.solution-block .overlay-bg i {
    color: #44f344;
    font-size: 34px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}