body
{
	font-size:18px;
}
a
{
	text-decoration: none;
	color:#00a0d6;
}
a:hover
{
	color:#007299;
}
	
.blu:hover > a > h5
{
	background-color:#007299;
}


#back-to-top 
{
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right:20px;
    /*display:none;*/
	opacity:0.7;
	z-index:90000;
}
.center
{
	text-align:center;
}
.page-header
{
	margin-top:20px;
}
.breadcrumb_nav
{
	/*font-weight:bold;*/
}
/*
*****************************
MENU CSS
*****************************
*/
.access_btns
{
	margin-right:.5rem!important;
	margin-left:.5rem!important;
}

.search_form
{
	margin-top:.5rem!important;
	margin-right:.5rem!important;
	margin-left:.5rem!important;
}
/*
.nav-link:hover, .dropdown-item:hover
{
	background:#00a0d6 !important;
}

.nav-link
{
	padding-top:0px;
	padding-bottom:0px;
}
*/
/*
*****************************
FOOTER CSS
*****************************
*/
#footer_div
{
	margin-top:100px;
}
#footer_geodata_row
{
	margin-top:20px;
}

/*
*****************************
FORM CSS
*****************************
*/
#rc-anchor-container
{
	border:none !IMPORTANT;
}
.g-recaptcha iframe
{
	border-radius:10px !IMPORTANT;
	border:1px solid #d3d3d3
}

.contreadbutton
{
	margin-left:10px;
}
.error, .error2, .error3, .error4
{
    /*display: none;*/
	padding-top:10px;
	margin-left:10px;
    color: #a94442;
}
.spaceerror
{
    display: none;
    color: #a94442;
}
.noblnkerror
{
	display: none;
    color: #a94442;
}
.warning
{
    display: none;
    color: #8a6d3b;
}
.servicecol
{
	text-align:center;
}
.mainicon
{
	color:#63AFF8;
}
.services
{
	color:#146EC5;
}
.war_star
{
	color: #a94442;
	font-size:20px;
	/*position:relative;
	top:15px;*/
}
.war_req
{
	color: #a94442;
}
.form-group
{
	padding:10px;

	margin-bottom:2px;
}
.has-error
{
	background-color:rgb(252, 232, 230);
	border-radius:5px;
}
.be_aware
{
	border-radius:5px;
	font-weight:bold;
	background-color:rgb(252, 190, 103);
	padding:10px;
}

/*FOR MAP PAGES*/
.carimg
{
	width:100%;
}
.pause
{
	display:none;
}
.cardiv
{
	display:none;
}
.cardiv.active
{
	display:block;
}
#myRange
{
	display:inline;
	height:20px;
    width: 90%;
    top: 8px;
    position: relative;
}


/*
*****************************
TEAM PAGE CSS
*****************************
*/
.team_col
{
	text-align:center;
	cursor: pointer;
}
.team_img
{
	width:100%;
	border-radius:25px;
	max-width:150px;
}
.team_img:hover
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.team_img_c
{
	text-align:center;
}
.team_title
{
	
	font-size:1.2em;
	font-weight:bold;
}
.team_place
{
	font-weight:bold;
	font-size:0.8em;
	color:#828282;
}
.team_place_c, .team_pos_c, .team_pos2_c
{
	font-weight:bold;
	font-size:1.2em;
	color:#828282;
}

.team_pos
{
	font-weight:bold;
	font-size:0.8em;
	top:-10px;
	position:relative;
}
.team_pos2, .team_bck, .team_prof
{
	display:none;
}
/*
*****************************
Work areas PAGE CSS
*****************************
*/
.wp_img
{
	border-radius:10px;
	height:100%;
	width:100%;
}
.col_wrap 
{
	position:relative;
}
.col_wrap:before
{
	content:"";
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	
	z-index:999;
	border-radius:10px;
}
.wp1:before
{
	background: rgba(163,30,0,0.5);
}
.wp2:before
{
	background: rgba(5, 34, 201,0.5);
}
.wp3:before
{
	background: rgba(0, 163, 46,0.5);
}
.wp4:before
{
	background: rgba(153, 174, 45,0.5);
}
.wp5:before
{
	background: rgba(163, 0, 115,0.5);
}
.wp6:before
{
	background: rgba(72, 70, 66,0.5);
}
.wp7:before
{
	background: rgba(11, 88, 116,0.5);
}
.wp_title
{
	font-weight:bold;
	font-size:1.3em;
	color:#000000;
}
/*
*****************************
VIDEOS CSS
*****************************
*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe, .videoWrapper video  
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
*****************************
WELCOME PAGE CSS
*****************************
*/
.blu h5
{
	padding-top:40px;
	color:#000000;
	border-radius:10px;
	background-color:#00a0d6;
	padding-bottom:40px;
}