@font-face {
    font-family: 'Sakkal Majalla Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Sakkal Majalla Regular'), url('../../fonts/Nillima.woff') format('woff');
}


body, h1, h2, h3, h4, h5, h6, p, ul li, ol li {
    font-family: 'El Messiri', sans-serif;
}

.gap {
    padding: 50px 0;
}

.latest_category img {
	padding-bottom:15px;
}

header.style1.sticky-active {
    background-color: #037A7E;
}

header.style1.sticky-active nav > div > ul > li {
    color: #fff;
}

header.style1 nav > div > ul > li {
    font-size: 18px;
    font-weight: bold;
}

.rsnp-mnu > ul > li {
    font-size: 17px;
}

.sec-title-inner > h3 {
    font-size: 25px;
}

.owl-yellow .featured-cap {
    padding: 25px 0 0 0;
}

.featured-cap h1 {
	font-family: 'Amiri', serif;
    color: #fff;
    text-shadow: 2px 2px 4px black;
}

.featured-item {
    /*padding: 300px 15px;*/
}

.featured-item:before {
    background-color: transparent;
}
.arrow_more {
    width: 60px;
    margin-top: 10px;
}

.prtfl-info {
    background: rgb(3,122,126,0.7);
    padding: 10px 0;
    top: 87%;
    left: 0;
    right: 0;
}

.prtfl-box:hover:before {
    bottom: 0;
    top: 175px;
    left: 0;
    right: 0;
}

.mission h2 {
	font-weight: bold;
}

.mission h5 {
	font-size: 85px;
    font-weight: bold;
    line-height: 70px;
}

.prtfl-box:before {
    background-color: #037A7E;
}

.bi_icon {
    float: right;
    padding-left: 15px;
}

.home_contact_btn {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #222;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 45px;
}

.blog-info {
    background: rgb(256,256,256,0.9);
}

.blog-detail-wrp {
    float: left;
    width: 98%;
    background: rgb(256,256,256,0.9);
    padding: 1%;
}

@media (max-width: 425px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 360px) and (max-width: 600px) {
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}