body,p{font-size: 16px;}

.navbar-brand img{
    max-height: 96px;
}
.it-solutions-slides .it-solutions-banner-content h4{
    color: #FFF;
}
.it-solutions-slides .it-solutions-banner-content h4 span{
    font-weight: bold;
}
.our-values .single-services-box img{
    max-width: 42px;
}
.our-values .single-services-box .icon::before,
.our-values .single-services-box:hover .icon{
    background-color: #f53c3b;
}
.our-values .single-services-box:hover .icon{
    border-color: #f53c3b;;
}
.our-values .single-services-box .icon{
    color: #f53c3b;
}
.funfacts-style-wrap-inner-box .section-title-style-two{
    max-width: 100%;
}
.single-funfacts h3{
    font-size: 22px;
}
.single-funfacts{
    height: 130px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.about-content h2.team-member-name{
    color:#2EC7C8;
}
.about-wrap-content .wrap-list.dot-list  li{
list-style-type: disc;
padding-left: 0;
margin-bottom: 10px;
}
.theme-dark .page-title-area, .page-title-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-area .page-title-content{
min-height: 60px;
}
.single-services-wrap-card p{
    min-height: 144px;
}
@media only screen and (max-width: 991px) {
    .evolta-responsive-nav .logo{
        width: 15%;
    }
}

@media only screen and (max-width: 767px){
    .page-title-area{
        padding: 20px 5px;
    }
    .it-solutions-item{
        padding: 0;
    }
    .it-solutions-banner-content{
        max-height: 200px;
    }
    .about-area .col-lg-6:first-child{
        -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
    }
    footer .logo img{max-width: 80px;}
}

ul.tick-list {
    list-style: none;
  }
  
  ul.tick-list li:before {
    content: '✓';
    position: absolute;
    left: 0px;
  }