body{
    font-size: 16px;
}
.text-justify{
    text-align: justify;
}
p{
    margin-bottom: 15px;
}
.mission-vission-bg{
    height: 100%;
}
.list-style-1{
    color: #170006;
}
.list-style-1 a{
    color: #170006;
}
.list-style-1 i{
    margin-right: 10px;
}
.table_working_hours tr {
    color: #ffffff;
    border-bottom: 1px dashed #bbb6b7;
    font-size: 16px;
}
.table_working_hours tr td:last-child{
    text-align: right;
}
footer a{
    color: #ffffff;
}
footer .copyright img{
    margin: 5px 20px 20px 0;
    float: left;
}
.footer-bottom .copyright p{
    font-size: 14px;
}
.footer-menu{
    text-align: center;
    margin-top: 15px;
}
.footer-menu a{
    color: #ffffff;
    font-size: 14px;
    margin-right: 8px;
}
.footer-menu a:last-child{
    margin-right: 0px;
}
.xb-footer-main .footer-widget .xb-item--details{
    font-size: 16px;
    color: #ffffff;
}
.xb-footer-main .footer-widget .xb-item--links li a{
    font-size: 16px;
    color: #ffffff;
}
footer a:hover, .xb-footer-main .footer-widget .xb-item--links li a:hover{
    text-decoration: none;
}
.list-padding{
    padding-left: 20px;
}
.team-single__info .xb-item--avatar{
    width: 200px;
}
.team-single__info{
    align-items: start;
}
.team-single__info .xb-item--name{
    margin-bottom: 15px;
}
.team-single__content p:not(:last-child){
    margin-bottom: 15px;
}
.team-single__info .xb-item--holder {
    width: calc(100% - 300px);
}
.team-single__inner{
    padding: 40px 40px 40px;
}
.about-content h3,.about-content h4,.about-content ul{
    margin-bottom: 15px;
}
.about-content ul{
    padding-left: 20px;
}
.about-content p{
    margin-bottom: 15px;
}
.gallery-block {
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
}
.custom_loading {
    position: fixed;
    /*z-index: 2000;*/
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, .7)
}
.custom_loading .spinner {
    position: absolute;
    top: 40%;
    left: 48%;
    color: #fff;
    margin-left: -25px;
}
.custom_loading .spinner > i {
    font-size: 50px;
}
.header-top p{
    margin-bottom: 0px;
}
.mission-vission-item .xb-item--content{
    color: #ffffff;
}
.footer{
    background: var(--color-violet) !important;
}
.breadcrumb{
    padding: 20px 0;
    min-height: auto;
    background: var(--color-violet) !important;
}
.breadcrumb__title{
    font-size: 32px;
}
.main-menu ul li:hover > a, .main-menu ul li.active > a {
    background-color: rgba(0, 75, 140, 0.05);
}
.main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a{
    background-color: rgba(0, 75, 140, 0.06);
}