html{scroll-behavior:smooth}
body{font-family: 'Poppins', sans-serif; font-size: 14px; background-color: #fff; line-height: 1.4;}
p,ul{font-size: 16px; margin-bottom: 0px; color: #3b3b3b}

/* GENERAL */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    color: #3b3b3b;
	font-weight: 400
}
h1{font-size: 30px; font-weight: bold}
.homepage h1:after {
    content: "";
    display: block;
    background: #5785D0;
    height: 4px;
    width: 50px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
}
h2{font-size: 27px; font-weight: bold; margin-bottom: 20px}
h3 {
    font-size: 24px;
}
p a{font-weight: bolder; color: #646464}
ul li{margin-bottom: 5px}

a:hover{text-decoration: none !important}

.btn-colour1{
	background-color: #3c8c2d;
	color: #fff; 
	border: 1px solid #fff;
	border-radius: 0;
}
.btn-colour1:hover{
	background-color: #fff;
	color: #3c8c2d; 
	border: 1px solid #3c8c2d;
}

.btn-search{
	background-color: #fff;
	color: #3b3b3b;
	border: 1px solid #fff;
	border-radius: 0
}
.btn-search:hover{
	background-color: #3c8c2d;
	color: #fff;
	border: 1px solid #fff;
}

/* BLOCK RELATED */
.greybg{background-color: #28282a; color: #fff !important}
.greybg h2, .greybg h3{color: #fff !important}
.greybg p{color: #cecece }
.whitebg{background-color: #fff}
.blackbg{background-color: #434343; color: #fff}
.blackbg h2{color: #fff}
.blackbg h3{color: #fff}
.blackbg h4{color: #fff}
.blackbg a{color: #fff}
.bluebg{background-color: #5785D0; color: #fff}
.bluebg h3{color: #fff}
.bluebg a{color: #fff}
.bluebg p{color: #fff}
.lggreybg{background-color: #ededed}
.orangebg{background-color: #f79034}
.orangebg h3{color: #fff}
.orangebg a{color: #fff}
.orangebg p{color: #fff}

.marginauto{margin: auto}
.padtop10{padding-top: 10px}
.paddingtb0{padding: 0} 
.paddingtb15{padding: 15px 0} 
.paddingtb30{padding: 30px 0} 
.paddingtb50{padding: 50px 0} 
.paddingtb100{padding: 50px 0} 
.padleft0{padding-left: 0px}
.block{padding-top: 30px; padding-bottom: 30px}
/*.pageblock{padding: 60px 0}*/
.pageblock h1{margin-bottom: 20px} 
.pageblock p {line-height: 25px; margin-bottom: 10px} 
.underline{clear: both; height: 4px; width: 50px; background-color: #5785d0; margin: 15px auto;}
.cta p{line-height: 28px}
.cta h3{font-size: 30px; font-weight: 500; margin-bottom: 15px}

.fa-facebook:hover { color: #3b5998}
.fa-twitter:hover { color: #00acee }
.fa-instagram:hover { color: #833AB4 }
.fa-youtube:hover { color: #FF0000 }
.fa-linkedin { color: #2867b2 }

.fa-phone{transform: scaleX(-1);}

.width60{width: 60%; margin: auto}

.admineditlink{position: fixed; bottom: 10px; right: 10px; background-color: #9ECC3B; height: 50px; width: 50px; border-radius: 50%; line-height: 50px; color: #fff; text-align: center; font-size: 21px}

/* TOP BAR */
#topbar { background:#fff; color: #FFF; }
#topbar .container{border-bottom: 1px solid #e7e7e7; padding: 10px 0; }
#topbar a { color: #3b3b3b;}
#topbar .fab { font-size: 18px; margin-right: 10px; padding-top: 5px;}
#topbar .facebook:hover { color:#4A70BF }
#topbar .twitter:hover { color:#1DA1F2 }
#topbar .instagram:hover { color:#E1306C }
#topbar .linkedin:hover { color:#5c93d4 }
#topbar .toplinks { 
	color: #e4e3e3;
	text-transform: capitalize;
	font-size: 14px; 
	/*font-weight: 600;*/
	margin-top: 10px
}
#topbar .toplinks a{ color: #3b3b3b;}

/* TOP BAR - SEARCH */
.topsearch{}
.searchsurround{
	background-color: #fff;
    padding: 0;
    border: 1px solid #f1f1f1;
	margin: auto;
	margin-top: 0;
}
.searchsurround button{
	border-left: none; 
	background-color: transparent; 
	font-size: 16px; 
	margin-top: 0; 
	color: #3C8C2D;
}
.searchbox {
    background-color: #fff;
    padding: 3px 0;
    border: 0;
    color: #8a8a8a !important;
	box-shadow: none
}
.searchbox::placeholder { color: #5E5E5E !important; font-size: 14px !important}
.searchbox:focus{border: none; box-shadow: none}


.galtitle {height:46px}
.galtitle p {
    line-height: 18px;
    margin-bottom: 4px;
	font-size: 14px;
}

/* HEADER */
#navbar { padding-top: 0px;transition: all 0.5s linear}
#navbar.thin { padding-top: 15px;}
/*#navbar ul li:hover a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f141";
	color: #5785d0;
	display: block;
	text-align: center;
	margin: auto;
	font-weight: 900;
	font-size: 20px;
}*/
#header {
    transition: all 1s linear, top 1ms;
    /*position: absolute;*/
    background-color: rgba(255,255,255,0.8);
    padding-top: 0;
    top: 0;
    z-index: 9;
    clear: both;
    width: 100%;
}
.logobansurround{padding: 20px 0}
#mainlogo { /*height: 108px;*/ transition: all 0.5s linear;}
#mainlogo.small { height: 80px;}


/* NAV BAR */
.navsurround{background: rgb(27,64,20); background: linear-gradient(90deg, rgba(27,64,20,1) 0%, rgba(59,137,44,1) 83%);}
.navbar-nav>li>a {
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
}
/*.navbar-nav {float: right;}*/
.nav>li>a:focus, .nav>li>a:hover, .nav>li.collapsed.open {
	background: #fff; 
	color: #282828;
	position: relative;
	transition: all 0.5s ease;
}
.navbar-nav>li>.dropdown-menu{width: 320px; border-top: none;}
.topsubnav>li:hover>a {background: #3A8D35; color: #fff; text-decoration: none;}
.topsubnav>li>a {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.navbar { margin-bottom: 0;}
.navbar-collapse { padding-right: 0}
.collapsed:hover .dropdown-menu.transparent { width: 320px; display: block; background-color: rgba(255,255,255,1); z-index: 999999999;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background: #1d3c72; }

#header .dropdown-menu {
	top: 90%;
	left: auto;
	padding: 0;
	border-radius: 0;
	border: 1px solid #E8E8E8
}
.navbar-nav li{text-transform: uppercase; margin-bottom: 0}
.navbar-nav li a:hover{text-decoration: none !important; cursor: pointer}

/* SUBNAV */
.subnavsurround ul{padding: 0px; list-style: none}
.subnavsurround ul a:after{content: none !important}
.subnavsurround ul li{
	padding: 8px 16px;
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #D5D5D5;
	color: #282828;
}
.subnavsurround ul a:last-child li{border-bottom: none}
.subnavsurround ul li:hover{background-color: #3A8D35; color: #fff;}
.subnavsurround ul li:hover a{color: #fff}

.datesurround{color: #fff; margin-top: 10px; text-align: right}



/* CATEGORY BOXES */
.categorybox{
	padding: 3px; 
	text-transform: uppercase;
	color: #fff; 
	font-size: 10px;
	min-width: 60px;
	display: inline-block;
	text-align: center;
}


/* NEWS ARTICLES */
.newsblock{margin-bottom: 30px; min-height: 530px}
.newsblock .newsimg{
	background-color: #fafafa;
	height: 354px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.newsblock .newsinfo{color: #c2c2c2; font-size: 12px; margin-bottom: 10px}
.newsblock .newsinfo .author{font-weight: 600; color: #959595}
.newsblock .newssubtext{border: 1px solid #f1f1f1; border-top: none; padding: 15px}
.newsblock .newssubtext h3{
    font-size: 18px; 
    font-weight: 600; 
    margin-bottom: 0; 
    line-height: 22px;
}
.newsblock .newssubtext p{font-size: 14px; margin-bottom: 0; line-height: 22px}


/* LATEST NEWS (LARGE - HOMEPAGE) */
.latestnews.newsblock{margin-bottom: 0}
.latestnews.newsblock .newsimg{height: 491px;}
.latestnews.newsblock .newsinfo{margin-bottom: 15px; font-size: 13px}
.latestnews.newsblock .newssubtext{padding: 15px 20px}
.latestnews.newsblock .newssubtext h2{font-size: 26px; margin-bottom: 15px}
.latestnews.newsblock .newssubtext p{font-size: 14px; line-height: 24px}
.latestarts .newsblock {min-height: 318px}
.latestarts .newsblock .newsimg{height: 218px}


/* NEWS ARTICLES MINI */
.newsblock.mini{margin-bottom: 15px; min-height: 60px}
.newsblock.mini .newsimg{height: 89px}
.newsblock.mini .newssubtext{border: none}
.newsblock.mini .newssubtext h3{font-size: 16px}
.newsblock.mini .newsinfo{margin-bottom: 0}



/* TRENDING NEWS - CATEGORIES */
.categoriessurround{border: 1px solid #f1f1f1; margin-bottom: 30px}
.categoriessurround .trendingbox {
    width: fit-content;
    background: #3c8c2d;
    padding: 10px;
	text-transform: uppercase;
    color: #fff;
    position: relative;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 600;
}
.categoriessurround .trendingbox:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #3c8c2d;
    border-right: 10px solid transparent;
    border-top: 10px solid #3c8c2d;
    border-bottom: 10px solid transparent;
    left: 0px;
    bottom: -10px;
}
.categoriessurround .categories{display: block;	float: right;}
.categoriessurround .categories a{padding: 10px; display: inline-block}

/* TRENDING NEWS - NEWS */
.trendingnews .latestnews.newsblock .newsimg{height: 354px}

/* RIGHT COLUMN */
.rightcol{}

/* RIGHT COL- SEARCH */
.rightcolsearch{margin: 15px 0}
.rightcolsearch.searchsurround button{padding: 6px 0}

/* RIGHT COL- POPULAR CATEGORIES SECTION */
.popularcats{border: 1px solid #f1f1f1; margin-top: 10px}
.popularcats .popularcatshead{background-color: #252525; color: #fff; padding: 10px 15px}
.popularcats .popularcatshead h3{
	color: #fff; 
	margin: 0;
	font-size: 16px; 
	text-transform: uppercase;
}
.popularcats .popularcatslist{padding: 15px}
.popularcats .popularcatslist ul{list-style: none; padding: 0}
.popularcats .popularcatslist li{padding: 10px 0; border-bottom: 1px solid #f1f1f1}
.popularcats .popularcatslist li.last{border-bottom: none}
.popularcats .popularcatslist li.active{color: #3c8c2d; font-weight: 500}


/* AD BANS */
.bansrround.content{margin-top: 30px}




/* PAGE */
/* PAGE - HEADER */
.pagespotlight{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 670px;
	position: relative
}
.smallspotlight{min-height: 400px}
.spotboxpage { 
	position: absolute; 
	bottom: 20%; 
	right: 0; 
	left: 0;
}
.spotboxpage p{
	font-size: 18px;
	color: #FFF; 
	font-weight: 400;
	text-shadow: 0px 0px 8px #000;
}
.spotboxpage a{text-shadow: none;}
.spotboxpage h1, .spotboxpage h2 { 
	line-height: 1.1;
	font-size: 40px; 
	color: #FFF;
	text-shadow: 1px 1px 2px #000; 
	font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}
.spotboxinpage{width: 60%}
.categorybox.large {
    width: fit-content;
    background: #3c8c2d;
    padding: 10px;
	text-transform: uppercase;
    color: #fff;
    position: relative;
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.categorybox.large:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #3c8c2d;
    border-right: 10px solid transparent;
    border-top: 10px solid #3c8c2d;
    border-bottom: 10px solid transparent;
    left: 0px;
    bottom: -10px;
}
.authorsurround{
    color: #fff; 
    text-shadow: 1px 1px 2px #000; 
    font-size: 16px;
    
}
.slashedbox{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 40px;
}
.slashedbox .slashedboxinner{
	position: relative;
	overflow: hidden;
	width: 30%;
	height: 40px;
	float: right;
}
.slashedbox .slashedboxslash{height: 40px; width: 100%;}


/* PAGE - GENERAL */
.pageblock .page-img{margin: 30px 0}
.pageblock .fa-facebook-square{color: #4267b2}
.pageblock .fa-twitter{color: #5aa7d8}
.pageblock .fa-linkedin{color: #2867b2}
hr.small{width: 100px; border-top: 2px solid #3b3b3b; margin-left: 0}
.pagecontents{min-height: 800px; position: relative}
.pagecontents h2{font-weight: 600; margin: 20px 0 15px}
.pagecontents .afterpagead{position: absolute; bottom: 0}


/* PAGE - ARTICLES */
.othernewsarts{margin-top: 20px}
.othernewsarts .artheader{font-weight: 500}
.othernewsarts .newslink{font-size: 16px; font-weight: 500; color: #296100}

.authorbox{padding: 30px; border: 1px solid #ccc; margin-top: 30px}
.authorbox .authorimg{
    width: 75px; 
    height: 75px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
}
.authorbox .authortitle{display: inline-block; vertical-align: top}
.authorbox .authortitle h4{font-weight: 500; margin-bottom: 15px}
.authorbox .authortitle a{margin-right: 5px; font-size: 15px}
.authorbox .authorsrnd {margin-bottom: 15px}
.authorbox p {font-size: 15px;}

/* PAGE - ARTICLE - COMMENTS */
.categorybox.large.black {background: #3b3b3b; width: 200px}
.categorybox.large.black:before {
    border-left: 10px solid #3b3b3b;
    border-right: 10px solid transparent;
    border-top: 10px solid #3b3b3b;
    border-bottom: 10px solid transparent;
}

.commentul{padding: 0;}
.commentul li{list-style: none}
.commentsub li{list-style: none}

.commentsrnd {margin: 30px 0; border-bottom: 1px solid #efefef; padding-bottom: 10px;}
.commentsrnd .commenticon{font-size: 50px; color: #dbdbdb; margin-right: 15px}
.commentsub .commentsrnd .commenticon{font-size: 42px;} 
.commentsrnd .commenttitle{display: inline-block; vertical-align: top}
.commentsrnd .commenttitle h4{font-weight: 500; margin-bottom: 10px; font-size: 15px}
.commentsrnd p{margin-top: 15px; font-size: 14px;}
.commentsrnd .report{font-size: 12px; color: #7c7c7c; font-weight: 500}
.commentsrnd .reply{float: right; cursor: pointer; font-size: 13px}

.commentform{margin-top: 40px}
.commentform h3{
    font-size: 18px; 
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.commentform .form-control{border-radius: 0;}
.commentform input{height: 43px}
.commentform .messagesrnd{margin-top: 30px}
.commentform .submitsrnd{margin-top: 30px}
.commentform .btn-comment{
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #82c06c;
    border: 1px solid #82c06c;
    padding: 10px 20px;
    margin-top: 15px;
}
.commentform .btn-comment:hover{background-color: #fff; border: 1px solid #82c06c; color: #82c06c}


/* PAGE - NEWS OVERVIEW (ALL) */
.newsoverview .pagecontents{min-height: 1200px} 
.newsoverview .twowide .newsblock {min-height: 400px}
.newsoverview .threewide .newsblock {min-height: 330px}
.newsoverview .newsblock .newsimg{height: 221px}
.newsoverview .twowide .newsblock .newsimg{height: 354px}
.pagerblock {    
	display: inline-block;
    width: 30px!important;
    height: 30px!important;
    line-height: 30px;
    float: left;
    background-color: #fefefe;
    border: 1px solid #ddd;
    margin-right: 2px;
    text-align: center;
}
.pagelink {
	color: #dda90a;
    text-decoration: none;
    display: block;
}
	
.pager-current {font-weight: 500; color: #FDC600; font-size: 16px}
.pagerlink{padding: 2px; font-size: 16px; color: #004b96}


/* PAGE - NEWSLETTER SIGNUP */
.pagecontents .newsletterform{}
.pagecontents .newsletterform h2{}
.pagecontents .newsletterform .g-recaptcha{margin: auto; width: fit-content}
.pagecontents .newsletterform .btn-success{margin-top: 15px}


/* DIRECTORY - SEARCH */
.directory .searchbar {background-color: #3c8c2d; padding: 15px 0}

.directory .inputsurround {
	position: relative;
	display: block;
}
.directory .inputsurround input, .inputsurround select { 
	width: 100%; 
	padding: 12px 40px; 
	display: inline-block; 
	border: 1px solid #ccc; 
	min-height: 48px;
}  
.directory .inputsurround i{
	position: absolute;
	left: 10px;
	top: 17px;
	color: #ccc;
} 

.directory .dirsearchsurround{} 
.directory .dirsearchsurround label{
	color: #fff;
	font-size: 16px; 
	font-weight: 500; 
	margin-right: 8px;
} 
.directory .dirsearchsurround .btn-search{min-height: 48px; width: 48px; font-size: 16px}
.directory .dirsearchsurround .suggestionList ul li{color: #3b3b3b}
.directory .dirsearchsurround .suggestionList ul li:hover{background-color: #fafafa;}

/* DIRECTORY COMPANY BOX */
.company-box{
	padding: 25px; 
	border: 1px solid #dbdbdb;
	margin-bottom: 15px;
}
.company-logo{/*width: 150px; */ height: 120px; position: relative; border-radius: 5px}
.company-logo img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.company-text{border-left: 1px solid #dddddd; padding-left: 25px; }
.company-text h3{font-size: 20px; font-weight: 500 }
.company-text .company-desc{font-size: 14px; margin-bottom: 20px}
.company-text .fas{color: #3C8C2D; font-size: 16px}
.company-link:hover {color: inherit}



/* DIRECTORY - RIGHT COL */
.rightcol .featcompanies ul li{
	list-style:none;
	margin:0;
	padding:6px 10px;
	cursor:pointer;
	color:#111;
	font-size:13px;
}
/*.featcompanies ul li:hover{background-color:#be2179;color:#FFF;}*/
.rightcol .featcompanies .imgsrnd{
	border-radius: 5px;
	padding: 5px;
	width: 80px; 
	height: 80px;
	float: left;
	border: 1px solid #E5E5E5;
}
.rightcol .featcompanies .logobox{ position: relative; border: none; height: 100%}
.rightcol .featcompanies .logobox img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.rightcol .featcompanies .compdetails{float: left; padding-left: 15px}
.rightcol .featcompanies .compdetails .compname{font-weight: 500; font-size: 15px; margin-bottom: 7px}
.rightcol .featcompanies .compdetails .fas{color: #3c8c2d}


/* DIRECTORY - FOLLOWON */
.directoryfollowon .companyimgsrnd{width: 150px; float: right; margin: 15px 0 15px 40px}
.directoryfollowon .companyimg{
	border-radius: 5px;
	overflow: hidden; 
	height: 150px; 
	position: relative;
}
.directoryfollowon .companyimg img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.directoryfollowon .well {background-color: #fff}
.directoryfollowon .well .companycontact{}
.directoryfollowon .well .companycontact p a{font-weight: 500; font-size: 15px}

.dircat { background: #fafafa; border:1px solid #eee; padding: 15px; margin-bottom: 15px; font-size: 18px;}
.dircat a { display: block; }
.dirnum { font-size: 13px; line-height: 26px}
.dircat:hover { background: #3c8c2d; color: #FFF;}
.dircat:hover a { color: #FFF; }
































/* FOOTER */
.mainfooter{
	background-color: #252525;
	padding: 40px 0; 
	margin-top: 40px;
}
.mainfooter h3{color: #fff; margin-bottom: 30px; font-weight: 500}
.mainfooter  p{color: #c2c2c2; font-size: 15px}
.mainfooter .contactinfo p{margin: 15px 0; }
.mainfooter .contactinfo .sociallinks {font-size: 24px}
.mainfooter .contactinfo .sociallinks i{color: #c2c2c2;}

/* FOOTER - NEWS */
.mainfooter .newsblock.mini .newssubtext {padding: 0 15px}
.mainfooter .newsblock.mini .newssubtext h3 {font-size: 13px; line-height: 15px}
.mainfooter .newsblock.mini .newsimg {height: 57px;}

/* FOOTER - NEWSLETTER */
.mainfooter .newsemail{border-radius: 0; box-shadow: none;}
.mainfooter .newsletter{}
.mainfooter .newsletter p{margin-bottom: 15px}
.mainfooter .newsletter .btn{
	width: 100%; 
	margin-top: 10px;
	border-color: transparent;
	font-weight: 500;
}


/* SUB FOOTER */
.subfooter {background-color: #111111;  padding: 10px 0}
.subfooter p, .subfooter a{color: #fff; font-size: 13px}
.subfooter a{font-weight: 400}
