/* Font Family Assignment */

p, a, li, ul, span, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

#primary-menu ul li > a {
    font-family: Arial, Helvetica, sans-serif;
}

/* Set Heading Colours */

h1 {
    color: #1c3273;
}

h2, h3, h4, h5, h6 {
    color: #43a14d;
}

/* Set Footer  Colours */

.footer-13 .primaryBg, #footer.primaryBg {
    background: #1c3273 !important;
    
}

.footer4 .col-sm-4 {
color: #fff;
}

#footer.dark, .dark #footer {
border-top: 5px solid #43a14d;
}

/* Remove Overlay on home video */

.video-overlay {display:none;}


.slider-arrow-right, .slider-element .owl-next, .flex-next {
    display: none;
}

.slider-arrow-left, .slider-element .owl-next, .flex-next {
    display: none;
}

.startSlider, .stopSlider {
display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
display: none;
}

/* Adjust spacing between home video and content */

.content-wrap {
padding: 0px 0;
}

/* Hover colour on featured articles */

.newsslider-3 .entry-title h4, .newsslider-3 .entry-title h4 a, .newsslider-3 .entry-title h3, .newsslider-3 .entry-title h3 a:hover {
color: #43a14d;
}

/* Menu Colour Changes */

#header.semi-transparent {
background-color: #1c3273;
}

#primary-menu > ul > li > a {
    color: #fff;
}

#primary-menu > ul > li > a:hover {
    color: #fff;
}

#header.semi-transparent.sticky-header #header-wrap {
background-color: #1c3273;
}

.icon-search3 {
color: #fff;
}

body.top-search-open #top-search a i.icon-search3, #top-search a i.icon-line-cross {
color: #fff;
}

#primary-menu ul li:hover > a {
   color: #fff ;
}
