.rich-content{
    text-align:justify;
}
.rich-content p{
    line-height:30px;
}
.rich-content ul,
.rich-content ul li,
.rich-content ol,
.rich-content ol li {
    font-size: 16px;
    font-weight: normal;
    color: #5e5e79;
    list-style: none;

}

.rich-content ul li,
.rich-content ol li {
    margin-bottom: 20px;
    padding-left: 1.3em;
}

.rich-content ul li:before,
.rich-content ol li:before {
    content: " \f0a4";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}


.single-widget .widget-title{
    text-transform: unset;
}


.mission-vision-area img{
    width:60%;
}


.company-values-area .single-company-value {
    min-height: 100%;
}

@media (min-width: 768px) {
    .single-company
    {
        height: 800px;
        overflow:hidden;
    }

    .single-career{
        height: 580px;
        overflow:hidden;
    }

    .slider-three-cluman .single-card-grid{
        height: 550px;
        overflow:hidden;
    }
}

.section-title .title{
    text-transform: none !important;
}

.preloader {
    background: #fff;
}

.btn-search-sidebar{
    background-color: var(--secondary-color);
}

.btn-search-sidebar:hover{
    color: var(--white);
    background-color: var(--btnhover-color);
}

.about-title{
    font-size: 5rem !important;
}
