body {
    background-color: #FFF;
}


/*--------------------------Start Main Menu--------------------------------*/

.main-menu {
    border: none;
}

.main-menu .navbar {
    background-color: #0F346C;
}

.top-bar .top-bar-right ul li a {
    color: #FFF;
    background-color: #f26226;
}

.main-menu ul li a {
    color: #FFF;
}

.main-menu ul li.active a {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-menu ul li a:hover {
    color: #FFF;
    background: #f26226;
}

.main-menu ul li.active a {
    color: #FFF;
    background: #f26226;
}

.main-menu ul li:hover a {
    color: #FFF;
    background: #f26226;
}

.main-menu li:hover ul a {
    color: #FFF;
    background: #0F346C;
}

.main-menu li:hover li a:hover {
    color: #FFF;
    background: #f26226;
}

.main-menu li:hover li.active a {
    background: #f26226;
}


/*--------------------------End Main Menu--------------------------------*/


/*--------------------------Start News--------------------------------*/

.main-content-wrapper .news .media .date {
    background-color: #0F346C;
}


/*.main-content-wrapper .news .media:nth-child(2n+1) .date{
	background-color:#0F346C;
}
.main-content-wrapper .news .media:nth-child(2n) .date{
	background-color:#0F346C;
}*/

.event-wrapper .event-box .date {}


/*--------------------------End News--------------------------------*/


/*--------------------------Start Event--------------------------------*/

.event-wrapper .event-box .date {
    color: #FF001F;
}

.event-wrapper .event-box .read-more a {
    background-color: #FF001F;
}


/*--------------------------End Event--------------------------------*/


/*--------------------------Start important-link--------------------------------*/

.important-link-wrapper .load-more a {
    background-color: #0F346C;
}


/*--------------------------End important-link--------------------------------*/


/*--------------------------Start Testimonial--------------------------------*/

.testimonial-wrapper {
    background-color: #456da8;
}
.testimonial-wrapper h3{
	color:#FFF;
}
.testimonial-wrapper .testimonial-box .testimonial-image {
    border-color: #0F346C;
}

.testimonial-wrapper .testimonial-box .date {
    color: #f26226;
}

.testimonial-wrapper .testimonial-box .read-more a {
    background-color: #0F346C;
}


/*--------------------------End Testimonial--------------------------------*/


/*--------------------------Start Footer--------------------------------*/

.footer-wrapper {
    background-color: #456da8;
}

.footer-wrapper .footer-menu h4 {
    color: #FFF;
}

.footer-wrapper .footer-menu ul li a.active,
.footer-wrapper .footer-menu ul li a:hover {
    color: #FFF;
}

.copyright {
    background-color: #0F346C;
}

.divSocialMedia ul li a {
    border-color: #FFF;
}


/*--------------------------End Footer--------------------------------*/


/*--------------------------Start Event Page--------------------------------*/

.event-list .media .read-more a {
    color: #f26226;
}

.main-content-wrapper .event-detils .date {
    color: #f26226;
}
.main-content-wrapper .event-list .media .date {
    color: #f26226;
}
.event-wrapper .event-box .read-more a {
    background-color: #0F346C;
}

.event-wrapper .load-more a{
    background-color: #f26226;
}


/*--------------------------End Event Page--------------------------------*/


/*--------------------------Start News Page--------------------------------*/

.main-content-wrapper .news-wrapper .news .media .media-body .read-more a {
    color: #f26226;
}

.main-content-wrapper .news-detils .date {
    color: #f26226;
}


/*--------------------------End News Page--------------------------------*/


/*--------------------------Start testimonial view Page--------------------------------*/

.testimonial-list .media .read-more a {
    color: #f26226;
}
.testimonial-list .media .media-body h5 a{
	color: #0F346C;
}
.testimonial-list .media .testimonial-image {
    border-color: #0F346C;
}

.main-content-wrapper .testimonial-detils .testimonial-image {
    border-color: #0F346C;
}

.main-content-wrapper .testimonial-detils .date {
    color: #0F346C;
}

.testimonial-wrapper .testimonial-box .read-more a {
    background-color: #0F346C;
}

.testimonial-wrapper .load-more a {
    background-color: #f26226;
}

/*--------------------------End testimonial view Page--------------------------------*/

.news .view-all a{
    color: #f26226;
    text-decoration: none;
}
.main-content-wrapper .news .media a{
	text-decoration:none;
}
.vendors-links-wrapper .view-all a{
	color: #f26226;
    text-decoration: none;
}
.main-content-wrapper .news .media .read-more a{
	color: #f26226;
    text-decoration: none;
}
.main-content-wrapper .about-content .read-more a{
	color: #f26226;
    text-decoration: none;
}
.c-content-box .c-body .c-theme-bg {
    background-color: #0F346C;
}
.c-theme-btn.btn{
	background-color: #0F346C;
}