body{
    font-family: 'Cairo', sans-serif;

}
.event {
     margin-bottom: 0px;
}
.event .event-content {
    padding-left: 0;
    width: 100%;
    padding: 5px;
}
.event .event-img {
    float: none;
    width: 100%;
    height: 130px;

}
.title-2{
    font-size: 43px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.title , .title-2{
    position: relative;
}
.title::after {
    content: " ";
    border-bottom: 4px solid #253f8e;
    padding-bottom: 1px;
    position: absolute;
    width: 53px;
    left: 0;
    bottom: -15px;
    border-top: 2px solid #253f8e;
}
.title-2::after {
    content: " ";
    border-bottom: 4px solid #253f8e;
    padding-bottom: 1px;
    position: absolute;
    width: 53px;
    left: 50%;
    bottom: -15px;
    border-top: 2px solid #253f8e;
}
.carousel-caption h2{
    color: #fff;
}
.testimonial .testimonial-meta {

    padding-left: 0px;

}



#footer {
    background-color: #0c71c3;
    color: #fff;
}
#footer-bottom .footer-nav li a {
    color: #fff;
}
#footer .input {

    color: #000;
}
#footer .footer-contact a{
    color: #fff;
}
#main-navbar{
    position: relative;
}
.top-bar {height: 10px;}
.top-bar .footer-social{
    float: left;
    margin-top: 8px;
    clear: both;
}
.top-bar .footer-social li a {
    display: block;
    width: 45px;
    height: 35px;
    line-height: 35px;
    border-radius: 0%;
    color: #5f646b;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #e6e6ea;
    -webkit-transition: 0.3s border-color;
    transition: 0.3s border-color;
}
.top-font{
    color: #fff;
    margin-top: 7px;
}
.navbar-menu>li:first-child a{
    border-left:none
}
.navbar-menu li a{
    border-right:none;
    font-weight: bold;
}
.navbar-nav {
    float: right;
    border-top: 1px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: solid;
    border-color: #cccccc;
}
.navbar-menu li a {
    padding: 13px;
    border-right: 1px solid #e6e6ea;
}
.navbar-menu li.has-dropdown>a {
    padding: 13px;
}
.navbar-menu li.has-dropdown:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 15px;
    width: 10px;
    font-size: 14px;
    color: #23262a;
}
.navbar-nav {
    float: right;
    /* margin-top: -1px; */
    position: relative;
    background-color: #fff;
    width: 100%;
}

