﻿.widget-title h3 {
    position: relative
}


.recognitions__section .recognitions_item {
    border-radius: 25px;
    padding: 15px
}

    .recognitions__section .recognitions_item p {
        font-weight: 700;
        font-size: 18px;
        margin-top: 8px
    }

#recognitions-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #fff
}

#recognitions-slider.owl-theme .owl-dots .owl-dot.active span, #recognitions-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.benefits__section {
    background-color: #eee
}



/*****************Media Query ******************************/
@media only screen and (max-width:1024px) {
    #hero.container-fluid, #hero.container-fluid .row {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:980px) {
   

        .desktop, .widget-title span {
        display: none
    }

  
}



  



    hidemob
