
html{	
	padding: 0px;
	margin: 0px;
	height:100%;
}

body {
	font-size:24px;
	color:#483D89;
	margin: 0px;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	
}

img { border: 0 none; max-width:100%;}
/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0px;
}
/*  Global Formatting */

h1, h2, h3, h4, h5, h6 {
    color: #483D89;
    margin: 0 0 30px 0;
	line-height:1.2;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
}

h1 {
	font-size:80px;	
}
h2 {
	font-size: 72px;
}
h3 {
	font-size: 64px;	
}
h4 {
	font-size: 48px;
}
h5 {
	font-size: 32px;
}
h6 {
	font-size: 20px;
}
h4,h5,h6{
	font-weight:bold;
	margin-bottom:20px;
}

a {
	color:#483D89;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
	transition: 0.3s;
	color:#005eb8;
	
}
a[href^=tel] { color: inherit;}
.btn{
	background:#B984FD;
	color:#fff;
	padding:16px 30px 16px 30px;
	line-height:32px;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;	
	border-radius:15px;
	text-align:center;
	border:none;
	text-transform:uppercase
}
@media(min-width:1200px){
	.btn{
		min-width:280px;
	}
}
.btn:hover{
	color:#fff;
	background: #005eb8;
}
.btn-secondary{
	background:#b984fd
}

@media print{
    a[href]:after{
        content:none !important;
    }
	body,
	#login-register,
	h1, h2, h3, h4, h5, h6,
	#topmenu li a,
	#topmenu li .separator,	.btn,
	input.btn,input.button,button,
	input[type="submit"]{
		font-family:Arial, Helvetica, sans-serif;
	}
}
select::-ms-expand { display: none;}
select {-webkit-appearance: none; -moz-appearance: none;text-indent: 1px;text-overflow: '';}

select:focus, input:focus {
    outline-offset: -3px;
}

/*Style placeholder */

::-webkit-input-placeholder {
   color: #000;
}
 :-moz-placeholder { /* Firefox 18- */
   color: #000;  
}
 ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
 :-ms-input-placeholder {  
   color: #000;  
}


ul {
	list-style:none;
}

fieldset {
	padding: 5px;
	border:none;
}
.both {
	clear: both;
}
body.published {
	background: #AADDFF;
}
body.mceContentfieldset {
	background: transparent!important;
	border-style: none!important;
	position: relative;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
}
form ul, form ul li, fieldset p {
	margin:0px;
	padding:0px;
	list-style:none;
}

p{
	margin:0px 0 35px 0;
	line-height:34px;
}

div.moduletable h3,
div.section h3{
	position: relative;	
}
@media(min-width:768px){
	div.moduletable h3,
	div.section h3{
		line-height:74px;
	}
}
div.moduletable h3 span,
div.section h3 span,
div.moduletable h2 span,
div.section h2 span,
div.moduletable h1 span,
div.section h1 span{
	
}
.section{
	padding:100px 0;
}

.welcomebox{
	height:55px !important;
}
/* *********************** END GENERAL SETTINGS *********************** */

#wrapper{
	width:100% !important;
	margin:0 !important;
	position: relative;
	overflow: hidden;
}

@media(min-width:768px){
	.container, .navbar-static-top .container, 
	.navbar-fixed-top .container,
	 .navbar-fixed-bottom .container{
		width:100% !important;
		max-width:1550px;
	}
}

div#topheader{
	width:100%;
	position:relative;
	background:rgba(0,94,184,0.8);
}
#topheader .custom .container,
#bottom .custom .container,
#footer .custom .container{
	padding:0;
	width:auto !important
}

/*@media(min-width:768px){*/
div#topheader{
	position:fixed;
	top:0;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	
}
div#topheader.affix{
	background:rgb(0 94 184 / 80%);
}	
div#topheader .logo img,
div#topheader #topmenu,
div#topheader #login-register{
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;	
}	
div#topheader.affix .logo{
	
}
div#topheader.affix .logo img{
	max-height:100px;
	-webkit-transition: all 0.4s ease-in-out,background-position 1ms;
	-moz-transition: all 0.4s ease-in-out,background-position 1ms;
	transition: all 0.4s ease-in-out,background-position 1ms;
}
/*}*/

#topline{
	position:relative;
	background:#B4B4B4
}

div.logo{
	width:auto;
	margin:14px 0;
	float:left;
}
@media(min-width:992px){
	div.logo{
		width:100%;
		max-width:400px;
	}
}

/* Logo css */
div.logo .cssLogo{
    background: transparent url("../images/logo.png") no-repeat scroll 0 0;
	width:200px;
	height:120px;
	display:block;
	text-indent:-2000000px;
}
/* Logo Text */
div.logo .text{
    color: #eb1e00;
    display: block;
    float: left;
    height: 40px;
    margin: 45px 0 35px;
    padding: 10px 0 0;
    text-indent: 0;
    width: auto;
}
div.logo .text span {
    display: block;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
}
@media(min-width:992px){
	#login-register ul{
		margin:0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		gap:5px;
	}
}
#login-register li{
	display:inline-block;
}
#login-register li a{
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:20px;
	font-weight:700;
	padding:5px 0;
	display:block;
	margin:0px;
	position:relative;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

#login-register p{
	margin:0;
	line-height:20px;
}
@media(min-width:992px){
	#login-register{
		margin:30px 0 10px 0;	
		position:relative;
		float:right;
	}
	#login-register li:first-child a:after{
		content:'/';
		padding-left:5px;
	}
}


.login-greeting{
	display:inline-table;
}

.login-greeting span{
	display: none;
}
.login-greeting a{
	display: inline-block;	
	padding: 25px 20px;
	color:#243344;
	font-size: 20px;
}

.login-greeting{
	display:inline-table;
}
.login-greeting a{}

.logoutreg{
	display:inline-table;
	padding:0px 0 0 10px;
}

.logoutreg .button,
.logoutreg .button:hover{
	background:#fff !important;
	padding: 25px 20px;
	color:#243344;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.unselectedTab {
    background-color: #b984fd !important;
}

#contactphone{
	margin:20px 0px;
	line-height:20px;
	font-size:18px;	
	color:#FFF;
	position:relative;
}

#contactphone p{
	margin:0;
	line-height:20px;
}

div#sociallogin p{margin:0;}

div#sociallogin a{
	float:left;
	display:block;
	margin-left:10px;
}
div#full-registration {
	width:100px;
	position:absolute;
	z-index:100;
	bottom:50px;
	right:100px;
}

div#full-registration a.readon{
	float:right;
	text-align:center;
	text-transform:uppercase;
	padding-right:20px;
	background:#29682D url(../images/arrow1.png) no-repeat scroll 95% 8px;
}
#socialmedia{
	margin: 20px 0;
	line-height: 20px;
	float:right;
	position:relative;
	font-size:18px;
}
#socialmedia a{
	color:#fff;
	display: inline-block;
	margin: 0 10px;
	line-height: 20px;
	
}
#socialmedia p{
	margin:0;
}

#topmenu{
	background:#115f5f;	
}

#topmenu.inline{
	background:none;
}

#topmenu.inline ul li a,
#topmenu.inline li .separator{
	color:#fff;
	position:relative;
}
#topmenu.inline li.active a,
#topmenu.inline li a:hover, 
#topmenu.inline li .separator:hover{
	background:none;
	color:#fff;
}
#topmenu.inline .navbar-nav>li>a:hover:before,
#topmenu.inline .navbar-nav>li.active>a:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0;
	width:100%;
	height:3px;
	background:#B1E0EF;
}
#topmenu.inline li.active li > a {
    color: #FFF;
}
#topmenu.inline .navbar-nav>li.dropdown>a:after, #topmenu.inline .navbar-nav>li.dropdown>span:after {
	content:'\f107';
	font-family:"Font Awesome Light";
	margin-left:7px;
	font-weight:normal;
}
#topmenu .navbar{
	margin:0;
	border:none;
}
#topmenu .navbar-nav{
	float:none;
	margin-top:0;
	margin-bottom:0;
}

#topmenu .navbar-nav:before,
#topmenu .navbar-nav:after{
	display:none	
}
#topmenu .navbar-nav>li{
	float:none;
}
#topmenu .dropdown:hover .dropdown-menu {
	display: block;
}
#topmenu .dropdown:hover .dropdown-menu .dropdown-menu{
	display: none;
}
#topmenu .dropdown .dropdown-menu .dropdown:hover .dropdown-menu{
	display: block;
	top:0;
	left:190px;
}
#topmenu li a,
#topmenu li .separator{
	color:#0A0A33;
	font-size:18px;
	line-height:20px;
	display:block;
	padding:5px 0px;
	cursor:pointer;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

#topmenu li li a{background:none;}


#topmenu li.active a,
#topmenu li a:hover,
#topmenu li .separator:hover{	
	color:#fff;
	background:#45b1b5;
}

#topmenu ul li ul {
	background:#222;
	padding:0;
	width:auto;
	min-width:220px;
	border:none;
	border-radius:0;
}

#topmenu ul li ul ul{
	background:#222;
}

#topmenu ul li ul li{
	padding:0px;
}
#topmenu ul li ul a,
#topmenu ul li ul .separator,
#topmenu.inline ul li ul a,
#topmenu.inline ul li ul .separator{
	background:none;
	display:block;
	cursor:pointer;
	padding:15px;
	color:#fff;
}

#topmenu ul li ul a:hover,
#topmenu ul li ul li.active a,
#topmenu.inline ul li ul a:hover,
#topmenu.inline ul li ul li.active a{
	background:#B984FD;
	color:#FFF;
}

@media(min-width:992px){	
	#topmenu ul li a.cv{
		background: #B984FD;
		color: #fff;
		padding: 10px 30px 10px 30px;
		line-height: 32px;
		font-size: 22px;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		border-radius: 15px;
		text-align: center;
		border: none;
		text-transform: uppercase;
	}
	#topmenu ul li a.cv:hover{
		background:#005eb8
	}
	#topmenu.inline .navbar-nav>li>a.cv:hover:before{
		display:none
	}
}

/* End menu*/

@media(min-width:992px){
	#topmenu{
		margin:10px 0;
		float:right;
	}
	#topmenu .navbar-collapse{
		padding:0;
	}
	#topmenu .navbar-nav{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		display: flex;	
		align-items:center;
		justify-content: flex-end;
		flex-wrap: wrap;
		height:auto;
		padding:15px 0;
		gap: 40px;
	}
	
	#topmenu .navbar-nav>li.item-435{
		display:none
	}

}

@media(min-width:1200px){
	#topmenu .navbar-nav{
		gap: 40px;
	}
	#topmenu{
		width:calc(100% - 410px);
		float:right;
	}
}
@media(min-width:992px) and (max-width:1199px){
	div.logo{
		max-width:300px;
	}
	#topmenu{
		width:calc(100% - 310px);
		float:right;
	}
}

/* Slideshow */

div.slideshow-section{
	position:relative;
	width: 100%;
	margin: 0 auto;
}
div.slideshow-section .djslider-loader{
	margin:0  !important;
	padding:0 !important
}
div.slideshow-section .djslider,
div.slideshow-section .djslider ul,
div.slideshow-section .slider-container ul li{
	height:880px !important;
	width:100% !important;
	max-width:none !important;
}

/* Edit slideshow */
div.slideshow-section .slide-desc{
	background:none;
	top:250px;
}
@media(max-width:991px){
	div.slideshow-section .djslider,
	div.slideshow-section .djslider ul,
	div.slideshow-section .slider-container ul li{
		height:800px !important;
	}
	div.slideshow-section .slide-desc{
		top:200px;
	}
}
#slider290 .slide-desc-in,
div.slideshow-section .slide-desc-in{
	width:100%;
	margin:0 auto !important;
	padding:0 15px;
}
@media (min-width:1200px){
	div.slideshow-section .slide-desc-in{
		max-width: 1100px;
	}
}

div.slideshow-section .slide-desc-text{
	padding:0;
	font-size:25px;
	color:#222222;
	margin:0 auto;
	text-align:center;
}


@media (min-width:768px) and (max-width:991px){
	div.slideshow-section .slide-desc-text{
		width:100%;
	}
}
div.slideshow-section .slide-desc-bg{
	background:none;
}

div.slideshow-section .slide-desc-text .slide-title,
div.slideshow-section .slide-desc-text h1{
	color:#222222;
	margin-bottom:30px;	
}
div.slideshow-section .slide-desc-text p span{
	display:block;
	margin-bottom:10px;
}

div.slideshow-section .slide-desc-text .btn{
	border:none;
	min-width:200px;
	position: relative;
	margin:15px;
}

div.slideshow-section .container{
	position:relative;
}
div.slideshow-section .navigation-container{
	position:absolute;
	bottom:50px;
	width:100%;
	margin:0 !important;
	top:auto;
}
div.slideshow-section .navigation-container a{
	display:inline-block;
	width:20px;
	height:20px;
	/*text-indent:-20000px;*/
}

div.slideshow-section .navigation-container a{
	font-size:30px;
	color:#FFF;
}
div.slideshow-section .navigation-container a:hover{
	color:#f8b947;
}
div.slideshow-section .navigation-container .next-button{
	left:25px;
	right:auto;
}

/* Edit slideshow navagation*/
.navigation-container-custom{
	bottom:25px !important;
	top:auto !important ;
	width:100%;
	text-align:center;
}

span.load-button{
	border:none;
	background:#e4e6e6;
	height:15px;
	width:15px;
	box-shadow:none;
	border-radius:10px;
	opacity:1;
}
span.load-button-active{
	background:#00a1b0 !important;
	opacity:1;
}
/* End slideshow */


/* Top search*/

div.search-section{
	background:#005eb8;
	padding:60px 0;
}

div.search-section .rmsearch{
	border-radius:0px;
	border:none;
	padding:0px;
	width:100%;
	background:none;	
	text-align:left;
	display:table;
}

.rmsearch .rmSearchHeading {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    overflow: hidden;
	text-transform:uppercase;
	text-align:center;
	display:none;	
}
@media(min-width:768px){
	div.search-section .rmsearch{
		/*min-height:270px;
		padding:40px 30px;*/
	}
	.rmsearch #col-keywords {
		margin:15px 0;
	}
}

#showMoreOptions, #hideMoreOptions {
    cursor: pointer;
    font-size: 14px;
    color: #fFF;
    display: inline-table;
}
#showMoreOptions:after, #hideMoreOptions:after{
	padding-left:20px;
	content:'\f105';
	font-family: 'FontAwesome';
}
#hideMoreOptions{
	margin-bottom:15px;
}

div.search-section .rmsearch input,
div.search-section .rmsearch .rmsDropDown{
	padding:6px 40px 6px 30px;
	margin:0;
	height:72px;
	font-size:24px;
	color:#483D89;
	border:none;
	border-radius:10px;
	font-family: 'Lato', sans-serif;
	
}
div.search-section .rmsearch input[type="text"]{
	width:100%;	
	color:#483D89;
	background: #FFF;
	padding-left:70px;
}
div.search-section .rmsearch input[type="text"]:hover,
div.search-section .rmsearch input[type="text"]:focus,
div.search-section .rmsearch select:hover,
div.search-section .rmsearch select:focus{
	outline: none;
}
div.search-section.rmsearch ::-webkit-input-placeholder {
   color: #483D89;
}
div.search-section .rmsearch :-moz-placeholder { /* Firefox 18- */
   color: #483D89;  
}
div.search-section .rmsearch ::-moz-placeholder {  /* Firefox 19+ */
   color: #483D89;  
}
div.search-section .rmsearch :-ms-input-placeholder {  
   color: #483D89;  
}

div.search-section .rmsearch .selectbox{
	position:relative;
}
/*div.search-section .rmsearch .selectbox:after{
	position:absolute;
	right:20px;
	top:15px;
	content:'\f078';
	color:#D2D2D2;
	font-size:20px;
	font-family:"Font Awesome Light";
	pointer-events: none;	
}*/

div.search-section .rmsearch .selectbox .rmsDropDown{
	width:100%;
	background:none;	 
}

div.search-section .rmsearch .rmsDropDown option{
	color:#000;
}

div.search-section .rmsearch .form-element{
	float:left;
	width:calc(50% - 20px);
	margin:0 0px 20px 20px;
	position:relative;
}

div.search-section .rmsearch .selectbox{
    background:#FFF;
    border: medium none;
    height: 72px;
    overflow: hidden;
	border-radius:10px;
}

div.search-section .rmsearch .selectbox:before,
div.search-section .rmsearch .form-element:before{
	color:#005eb8;
	font-size:38px;
	font-family:"Font Awesome Bold";
}
div.search-section .rmsearch .location .selectbox:before,
div.search-section .rmsearch .type .selectbox:before,
div.search-section .rmsearch .form-element.keyword:before{	
	content:'\f3c5';
	position:absolute;
	left:25px;
	top:10px;
}
div.search-section .rmsearch .type .selectbox:before{
	content:'\f8cc';
}
div.search-section .rmsearch .form-element.keyword:before{
	content:'\f002';
}
div.search-section .rmsearch .selectbox select{
	padding-left:70px;
}


div.search-section .rmsearch .submit{
	position:relative;
	margin:0;
	width:100%;
}

div.search-section .rmsearch input[type="submit"]{
	display:block;
	padding:10px 30px 10px 30px;	
	width:100%;
	max-width:190px;
	height:52px;
	font-size:18px;
	line-height:32px;
	border:none;
	border-radius:15px;	
	background:#B984FD;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	float:right;
	border:3px solid transparent
}
div.search-section .rmsearch input[type="submit"]:hover{
	background:#005eb8;
	border:3px solid #FFF;
}
@media(min-width:1200px){
	div.search-section h3{
		width:400px;
		float:left;
		margin:0;
		padding-right:30px;
	}
	div.search-section .rmsearch{
		width:calc(100% - 400px);
	}
}
@media(max-width:991px){
	div.search-section .rmsearch .form-element,
	div.search-section .rmsearch .submit{
		width:100%;
		margin:10px;
	}
}


div.search-section .rmsearch #divsubsector,
div.search-section .rmsearch #divsubarea{
	background:#fff;
	border-radius:20px;
	overflow:hidden;
	width:100%;
	margin-top:10px;
	color:#000;
	position:relative;
}
/*
div.search-section .rmsearch #divsubsector:before,
div.search-section .rmsearch #divsubarea:before{	
	content:'\f3c5';
	position:absolute;
	left:25px;
	top:15px;
	font-family:"Font Awesome Bold";
	color:#D2D2D2;
	font-size:24px;
}

div.search-section .rmsearch #divsubsector select,
div.search-section .rmsearch #divsubarea select{
	padding-left:60px;
}


div.search-section .rmsearch #divsubsector:after,
div.search-section .rmsearch #divsubarea:after{
	content:'\f078';
	color:#D2D2D2;
	font-size:20px;
	position:absolute;
	right:20px;
	top:15px;	
	font-family:"Font Awesome Light";
	pointer-events: none;
}*/

div.search-section .rmsearch #subsector,
div.search-section .rmsearch #area{
	background:none;
	width:100%;
}
div.search-section h3{
	color:#FFF;
	margin-bottom:20px;
}

@media(max-width:991px){
	div.search-section .rmsearch .form-element,
	div.search-section .rmsearch .form-element.keyword{
		float:none;
		margin:0 0 20px 0;
		width:100%;
	}
	div.search-section .rmsearch{
		background:none;
	}
	div.search-section .rmsearch .selectbox,
	div.search-section .rmsearch .form-element.keyword input{
		background:#FFF;
	}

}
/* End top search*/

#container{
	overflow:hidden;
	width:100%;
	position:relative;
}
div#content {
    padding:0;
    text-align: left;
    width:100%;
	overflow:hidden;
	position:relative;
}

/******/

.white_space {
	height: 20px;
	display: block;
}

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	


	
/* Sub Menu */
.sublevel {
	height: 18px;
	width: 160px;
}
a.sublevel {
	background: transparent;
	color: #999999;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	float: left;
	display: block;
	padding: 1px 0px 1px 30px;
}
a.sublevel:hover {
	color: #cc3300;
	text-decoration: none;
}
table.moduletable td table div {
	padding: 0px;
	margin-left: 18px;
	height: 20px;
}

/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


table.moduletable td {
	height: 18px;
	text-align: center;
}
table.moduletable p {
	text-align: left;
}

/* Custom Modules */

ul.blog-section, ul.mostread {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
li.blog-section, li.mostread {
	margin: 0px;
	padding: 0px;
	width: 210px;
	list-style: none;
}
li.blog-section a, li.mostread a {
	color: #333333;
	text-transform: none;
	margin-left: 0px;
	text-align: left;
	display: block;
	padding: 2px 0px 2px 0px;
}
li.blog-section a:hover, li.mostread a:hover {
	text-decoration: none;
}
#searchform form {
	vertical-align: top;
	height: 37px;
	display: block;
}
.search {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.search .button {
	background:url(../images/button-search.png) no-repeat scroll center top;
	border: none;
	color: #ffffff;
	vertical-align: middle;
	text-transform: none;
	padding:0px;
	margin-left: 5px;
	width:40px;
	height:34px;
	text-indent:-2000px;	
}

.search .inputbox {
	padding: 7px 5px;
	margin: 0px;
	width: 220px;
	background: #ffffff;
	border: 1px solid #D5D4D4;
	color: #333333;
	vertical-align: middle;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */

td.contentheading {
	padding: 0px;
	margin: 0px;
	line-height: 32px;
	font-size:25px;
	color: #053f87;
	height: 32px;
	text-transform: none;
}
.contentheading table td {
	letter-spacing: 0px;
	font-weight: bold;
}
/* content title and links */
.contentpagetitle {
	background-color : transparent;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a.contentpagetitle:hover {
	color: #666666;
	text-decoration: none;
}
/* top box like a category description */
.contentdescription {
	background-color : transparent;
	padding: 10px 0px;
}
/* Main Body Text */
.contentpane {
	background: transparent;
}
.contentpaneopen {
	background-color: transparent;

}
/* Main Body Text */

/* article rating */
.content_rating {
	font-weight: normal;
	font-size:.8em;
}
.content_vote {
	font-weight: normal;
	font-size: .8em;
}
/* icons */
.buttonheading {
	font-size: 12px;
}
.pop-ups {
	float: right;
}
a.pop-up {
	border-bottom: 0;
}
/* Dates */
.createdate {
	color: #cccccc;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
.modifydate {
	color: #cccccc;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
}
.newsfeeddate {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
/* Dates */

/* Writen by Authors name */
.small {
	color: #cccccc;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav {
	font-size: 11px;
	color: #999;
}
.pagebar {
	font-size: 11px;
	font-weight: bold;
}
.pagenav_prev {
	font-size: 11px;
	color: #999;
}
.pagenav_next {
	font-size: 11px;
	color: #999;
}
a.pagenav {
	color: #2684C1;
	text-decoration: underline;
	font-weight: normal;
}
a.pagenav:hover {
	color: #2684C1;
	text-decoration: none;
	font-weight: normal;
}
.pagenavcounter {
	height: 15px;
}
.back_button {
	font-size: 11px;
	letter-spacing: 1px;
	height: 15px;
	clear: both;
	margin: 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
/* Read more link */
.readon {
	font-weight: bold;
	text-decoration: none;
	display:block;

}
.readon:hover {
	text-decoration: underline;
}
/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 11px;
}
table.contenttoc th {
	background: transparent;
	color: #06c;
}
table.contenttoc td {
	padding: 2px;
}
/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {
	height: 18px;
}
/* End Article index  */

/*  component heading */
.componentheading {
	text-align: left;
	margin-top: 5px;
	background-color: #ffffff;
	line-height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	color: #231F20;
	letter-spacing: 0px;
	font-size:24px;
}
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #eeeeee;
	color : #666666;
	border-collapse: collapse;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}
/* Table odd and Even Rows */
.sectiontableentry1 {
	
	color: #666666;
	padding: 2px!important;
	text-align: left;
}
.sectiontableentry2 {	
	color: #666666;
	padding: 2px 0px !important;
	text-align: left;
}

.sectiontableentry1 td, .sectiontableentry2 td {
	padding: 2px !important;
}
.sectiontableentry1 input, .sectiontableentry2 input {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	background: none;
	vertical-align: middle;
}

.sectiontablefooter {
	height: 18px;
}
table.poll {
	border: none;
	margin: 0px;
	padding: 0px 5px;
}
table.poll thead td {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
table.pollstableborder {
	margin: 0px;
	padding: 0px;
	border: none;
}
table.pollstableborder td {
	text-align: left;
	margin: 0px;
	padding: 0px;

}
/* End Sectiontable */

/* Category */
.category {
	color:#ccc;
}
a.category:link, a.category:visited {
	height: 15px;
	color: #cc3300;
	text-decoration: underline;
}
a.category:hover {
	height: 15px;
	color: #cc3300;
	text-decoration: none;
}
/* End category */

/* blogsection */
.blog {
	background-color: transparent;
}
.blogsection {
	height: 18px;
}
.blog_more {
	clear: both;
	display: block;
	width: 430px;
	padding: 10px 0px;
}
.blog_heading {
	height: 18px;
}
/* space from bottom of article */
.article_seperator {
	background: none;
}
/* End blogsection */

/* Search Form Module*/
.search {
	float:right;
}
/* results if not search google */
.searchintro {
	height: 22px;
}
/*Search Form keyword highlight*/
.highlight {
	background: #f0f0f0;
	padding: 0px 4px 0px 4px;
	color: #333333;
	font-weight: bold;
}
/* End Search Form */

/* wrapper title */
.wrapper {
	background-color : #FFFFFF;
}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form {
	margin: 0px;
}

hr{
	height:1px;
	border-bottom:1px solid #e3e1e1;
	overflow:hidden;
	width:100%;
}
input {
	background: #FFF;
	color: #333;
	padding:6px 10px;
	border:1px solid #C6C6C6;
}


input.btn,input.button,button,
input[type="submit"]{	
	color:#FFF;
	border:none;
	cursor:pointer;
	padding:15px 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-radius:5px;	
	background:#B4B4B4;
	text-transform:capitalize;
}

input.btn:hover,input.button:hover,button:hover,
input[type="submit"]:hover{
	background:#222;
}
.inputbox {
	background: #fff;
	border: 1px solid #e3e1e1;
	color: #333;
}
.text_area, textarea {
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
}
/* Pull down menu */
.selectbox {
	width: 100%;
}
/* Submit Button */

.button:hover {
	color: #fff;
}


/* Contact Email Form */
.contact_email {
	margin: 0px;
	padding: 5px;
}
#searchphraseany, #searchphraseall, #searchphraseexact {
	background: none;
}
/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}
/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
}

.pagetext {
	visibility: hidden;
	display: none;
}
/*Body of the form*/
.adminform {
	background-color : #FFFFFF;
}

/* *********************** End TABBED EDITING *********************** */

td.acysubbuttons input{
	background:url(../images/sub.png) no-repeat scroll 0 0;
	width:78px;
	height:20px;
}

#pathways{
	padding:20px 0px 0 0px;
	width:100%;
	margin:0 auto;
	font-size:14px;
	text-transform:uppercase;
	color:#e65a27;
}

.showHere{display:none;}

a.pathway {
	color: #550000;
	text-decoration: none;
}
a.pathway:hover {
	color:#4F4F4F;
	text-decoration: underline;
}

div#maincontent,div#maincontent-fr,
div#maincontent-f,div#maincontent-fl{
	padding:20px 0px;
	width:100%;
}
div#maincontent:before,div#maincontent-fr:before,
div#maincontent-f:before,div#maincontent-fl:before{
    content:"";
    display:table;
}
div#maincontent:after,div#maincontent-fr:after,
div#maincontent-f:after,div#maincontent-fl:after{
    display:table;
    content:"";
    clear:both;
}

div#maincontent #colmain{
	padding:0 15px;
}
div#colmain{
	width:500px;
	float:left;
}
@media(min-width:1200px){
	div#maincontent-fr div#colmain{
		float:right;
		width:700px;
	}
	div#maincontent-fl div#colmain{
	/*width:680px;*/
	}
	
}
@media(min-width:992px) and (max-width:1199px){
	div#maincontent-fr div#colmain{
		float:right;
		width:700px;
	}
	div#maincontent-fl div#colmain{
		width:650px;
	}
}

div.itemListCategoriesBlock{
	display: none;
}

div#maincontent-f div#colmain{
	width:100%;
	padding:0;	
}


div#colleft{
	width:220px;
	float:left;
}

div#colleft li{
	margin:0px 0 5px 0;
}
div#colleft li a{
	
}

div#colleft .moduletable h3,
div#colleft .moduletable_menu h3{
	color:#000;
	margin:0;
	margin-bottom:10px;
	padding:0px 0 10px 0;
}

div#colleft .moduletable .modcontent,
div#colleft .moduletable_menu .modcontent{
	padding:0px;
}

.searchBar label,
.searchBarContainer ul.tabNav li{
	font-weight:normal;
} 

div#colright{
/*	width:260px;*/
/*	float:right;*/
}

div#colright .moduletable h3{
	color:#000;
	font-size: 18px;
}
div#colright .moduletable .modcontent,
div#colright .moduletable_menu .modcontent{
	padding:0px;
}


div#colright li a{
	
}

div.content{
	margin:0;
	overflow:hidden;
}

.search_advanced{
	position:absolute;
	top:20px;
	right:15px;
}

.search_advanced a{
	background:url(../images/button.png) repeat-x scroll 0 0;
	padding:9px 12px;
	color:#FFF;
	font-weight:bold;
}

div.moduletable,div.moduletable_text,
div.moduletable_color1,div.moduletable_red,
div.moduletable_black,
div.moduletable_no{
	margin-bottom:20px;
}

#bottom {
	width:100%;
	padding:170px 0 50px 0;
	overflow:hidden;
	background:#005eb8;
	color:#fff;
	font-size:18px;
	line-height:26px;
}

#bottom .moduletable h3{
	margin:0 0 20px 0;
	color:#fff;
	font-size:32px;
	line-height:42px;
	position: relative;
}

#bottom a.social,
#footer  a.social{
	font-size:27px;
	color:#005eb8;
	display:inline-block;
	margin:0px 5px;
	vertical-align:middle;
	width:60px;
	height:60px;
	padding:15px;
	border-radius:100%;
	background:#FFF;
	font-weight:normal;
	text-align:center;
}
#bottom  a.social:hover,
#footer  a.social:hover{
	background:#B984FD;
}

#bottom ul li{
	position:relative;
	line-height:26px;
}

#bottom ul li a{
	color:#fff;
	display:block;
	padding:8px 0;
	line-height:26px;
}

#bottom ul li.active a,
#bottom ul li a:hover{
	color:#fff;
	text-decoration:underline
}
#bottom .contact ul li{
	margin-bottom:20px;
	position:relative;
	padding-left:25px;
	white-space:pre;
	text-align:left;
}
#bottom .contact ul li:before{
	font-family: "Font Awesome Bold";
    margin-right: 5px;
	color:#83BB26;
	content:'';
	position:absolute;
	left:0;
	top:0;
}
#bottom .contact .address:before {
    content: '\f3c5';
}
#bottom .contact .email:before {
    content: '\f1d8';
}
#bottom .contact .phone:before {
    content: '\f879';
}
#bottom div[class *="col-md-"] .moduletable{
	margin-bottom:50px;
}


#footer{
	overflow:hidden;
	color:#fff;
	padding:30px 0 100px 0;
	font-size:18px;
	line-height:26px;
	background:#005eb8 url(../images/line.png) no-repeat scroll center top;
	position: relative;
}
#footer .copyright p{
	margin:0;
}
#footer ul.menu{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
	flex-wrap: wrap;
	align-items:center;
    gap: 15px;
	min-height:40px;	
}

#footer a{
	color:#fff;
}
#footer ul li{
	display:inline;
}

#footer .powered{
	font-weight:bold;
}
@media(min-width:1200px){
	#bottom .col-md-3:nth-child(1){
		width:24%;
	}
	#bottom .col-md-3:nth-child(2){
		width:40%;
	}
	#bottom .col-md-3:nth-child(3),
	#bottom .col-md-3:nth-child(4){
		width:18%;
	}
	
	#footer .col-md-6:nth-child(1){
		width:60%;
	}
	#footer .col-md-6:nth-child(2){
		width:40%;
	}	
	#bottom .moduletable.policy{
		padding-top:60px;
	}
}

.ram_llm_ul li,.ram_lsm_ul li{
	background:url(../images/ram-list.png) no-repeat scroll left 7px;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
}

.ram_llm_ul li a,.ram_lsm_ul li a{
	font-weight:bold;
}

.ram_llm_ul li a .number,.ram_lsm_ul li a .number{
	font-weight:normal;
	display:none;
}

select{
	padding:4px 10px;
	border:1px solid #e3e1e1;
}

/*MORE*/
.register-header {
	font-size:2em;
	font-weight:bold;
}
.regiser-fea li {
	list-style:disc inside none;
}
.register-form {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background:#EDEDED;
	padding:20px;
	color:#2582C0;
}
.register-form tr {
	height:50px;
	vertical-align:top;
}
.register-title {
	border-bottom:1px solid #FFFFFF;
	height:30px;
	margin:0 -20px 20px;
}
.register-title span {
	font-size:1.5em;
	font-weight:bold;
	margin:0 20px;
}
.register-data {
}
.register-button {
	border:0 none;
	color:#FFFFFF;
	font-weight:bold;
	height:34px;
	margin-top:10px;
	width:122px;
	float:left;
	line-height:34px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.form-button{
	overflow:hidden;
}
a.register-button{
	display:block;
}
.login-header {
	font-size:2em;
	font-weight:bold;
	color:#2785C2;
}
.login-fea li {
	list-style:disc inside none;
}
.RAM_SubHeading {
	color: #034083 !important; 
	font-size:25px;   
}


div#cboxOverlay{
	opacity:0.3 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
}

div.ltBlock ul.ltBlockList li {
    background: url("../images/twitter-bg.png") no-repeat scroll 0 0 transparent;
    height: 55px;
    padding: 10px;
}

p#com-form-login-remember{
	margin-top:20px;
}

p#com-form-login-remember label{
	margin-right:5px;
	float:left;
}

.content ul {
    list-style: disc outside none;
    margin-left:35px;
}
.content ol {
    margin-left:35px;
}
a.pagenav {
	padding:5px;
}

a.advanced-search{
	color:#000;
	margin-right:10px;
	text-decoration:underline;
	font-style:italic;
}

div.list div.yoo-tweet ul li{
	border:none !important;
	border-radius:0 !important;
	background:none !important;
}

div.ltFollowUsLink{
	display:none;
}

cufon canvas {
    position: relative !important;
    /*top: 0 !important;*/
}


.contentheading{
	margin-bottom:10px;
	padding-bottom:10px;
}

a.jobsector,a.joblocation{
	position:absolute;
	top:20px;
	color:#FFF;
	background:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:10px;
	display:block;
	width:auto;
	padding:10px;
	font-size:16px;
	text-align:center;
}
a.jobsector{
	right:195px;
}
a.joblocation{
	right:10px;
}

/*
.searchBarContainer {
    width: 300px !important;
}
*/

#keyword{
	height:30px;
}

/* style module upload file*/

input.inputupload{
	background:url(../images/inputupload.png) no-repeat scroll left top;
	width:202px !important;
	border:none !important;
	height:32px !important;
}

span.deslabel{
	padding-left:60px;
}

div.chronoform{display:none;}
input.file {
	position: relative;
	text-align: right;
	z-index: 2;
	height:44px;
	width:260px;
}

/*menu side suffix chris*/

div.moduletablemenusidemenu ul{
	background:#e8e8e8;
	padding:2px 0px 2px 9px;
	margin-bottom:5px;

}

div.moduletablemenusidemenu {margin-bottom:20px;}
div.moduletablemenusidemenu h3{color:#245626;font-size:18px;}


/*style upload form*/
div.fileinputs {
    margin: 0px 0 0px;
    position: relative;
}
input.file {
    height:38px;
    opacity: 0;
    position: relative;
    text-align: right;
    width: 310px;
    z-index: 2;
}
div.fakefile {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
div.fakefile input {
    background: url("../images/inputupload.png") no-repeat scroll left top transparent;
    border: medium none;
    float: left;
    height: 26px;
    position: relative;
    width: 210px;
	margin:0;
}
div.fakefile img {
    float: left;
}


/* Tab job module */
div.jobs-section{
	background:#005eb8;
	position:relative;	
}
div.jobs-section h3{
	color:#FFF;
}
div.jobs-section .heading-section h6{
	color:#FFF;
}
div.jobs-section .jobsHeader{
	background:#7d7b7b;
	display:none;
	border-radius:0;
	height:50px;
	border:none;
	margin-bottom:10px;
}

div.jobs-section .featured_job{
	border-radius:0;
}
div.jobs-section ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
}
div.jobs-section ul li{	
	background:none;
	width:100%;
	margin:0;
}

div.jobs-section .featured_job span{
	width:100%;
	color:#483D89;
	padding:0px 10px;
	float:none;
	font-size: 32px;
	text-align: left;
	line-height: 34px;
	font-weight:bold;
	display:block;
}
div.jobs-section .featured_job span.title_col{	
	margin:30px 0 50px 0;
	display:block;
}
div.jobs-section .featured_job span.title_col a{
	font-size:48px;
	font-weight:800;
	line-height: 62px;
	overflow:hidden;
	color:#483D89;
	display:block;
}
@media(min-width:1200px){
div.jobs-section .featured_job .sec_type_col{
	justify-content: space-between;
	display:flex;
	gap:40px;
}
}
div.jobs-section .featured_job .sec_col,
div.jobs-section .featured_job .type_col{
	background:#FAB712;
	padding:15px 30px;
	border-radius:15px;
	width:auto;
	color:#FFF;
	font-size:22px;
	line-height:32px;
	text-transform:uppercase;
	text-align:center;
}
div.jobs-section .featured_job .sec_col a,
div.jobs-section .featured_job .type_col a{
	color:#FFF;
}
div.jobs-section .featured_job .type_col{
	background:#005eb8;
}
div.jobs-section .featured_job .sec_col,
div.jobs-section .featured_job .spkg_col,
div.jobs-section .featured_job .location_col,
div.jobs-section .featured_job .area_col,
div.jobs-section .featured_job .type_col{
	margin:10px 0;
}

div.jobs-section .featured_job .location_col:before,
div.jobs-section .featured_job .area_col:before{
	font-family:"Font Awesome Bold";
	padding-right:10px;
	content:'\f3c5';	
}
div.jobs-section .featured_job:hover .location_col:before,
div.jobs-section .featured_job:hover .area_col:before{
	color:#00B6CF 
}

div.jobs-section .featured_job span.desc_col{
	margin:30px 0;
	display:none;
}

div.jobs-section .featured_job span label{
	font-weight: 600;
	color:#222;
	margin: 0;
	margin-right: 5px;
	display: none;
}
div.jobs-section .featured_job span a{
	color:#483D89;
}
div.jobs-section .featured_job span.apply_col{
	margin-top:50px;
}
div.jobs-section .featured_job span.apply_col a{
	width:auto;
	display:block;
	color:#FFF;
	max-width:280px;
}
div.jobs-section .featured_job span.apply_col a:hover,
div.jobs-section .featured_job:hover span.apply_col a{
	background:#00B6CF
}
div.jobs-section #top2{
	margin-bottom:40px;
}
div.jobs-section ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
}

div.jobs-section ul li{
	padding:20px;
}
div.jobs-section ul li>div{
	background:#fff;
	position:relative;
	padding:20px;
	border-radius:15px;
	height:100%;
}

@media(min-width:1200px){
	div.jobs-section ul{
		margin:0 -20px;
	}
}
@media(min-width:992px){
	div.jobs-section ul li{
		width:50%;
	}
	div.jobs-section ul li>div{
		padding:40px;
	}
	div.jobs-section #top2{
		min-height:1200px;
	}
}
.jcarousel-control-prev, 
.jcarousel-control-next{
	color:#FFF;
	background:#B984FD;
	border-radius:100%;
	padding:7px !important;
	width:50px;
	height:50px;
	position: static;
	margin: 0;
	display:inline-block;
	font-size:32px;
}
.jcarousel-control-prev:hover, 
.jcarousel-control-next:hover{
	background:#005eb8;
	color:#FFF;
}
@media(min-width:992px){
	.jcarousel-control-prev, 
	.jcarousel-control-next{
		position: absolute;
		left: 0;
		top: 45%;
	}
	.jcarousel-control-next{
		left: auto;
		right: 0;
	}
	
}

.jcarousel-pagination{
	position:static;
	display:block;
	text-align:center;
	transform:none
}

.jcarousel-pagination a{
	background:#B984FD;
	width:20px;
	height:20px;
	border-radius:100%;
	margin:10px;
	box-shadow:none
}

.jcarousel-pagination a.active{
	background:#005eb8
}

/*testimonials-section use K2 */


div.testimonials-section .k2ItemsBlock{
	position: relative;
}
div.testimonials-section .k2ItemsBlock ul{
	/*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
	justify-content:center;*/
}
div.testimonials-section .k2ItemsBlock ul li{
	background: none;
	padding:0 0 25px 0;
}

div.testimonials-section .k2ItemsBlock ul li .maincontent{
    position: relative;
	height:100%;
	padding:20px 0px;
	background:#FFF;
	font-size: 24px;
	line-height: 34px;
}

div.testimonials-section .k2ItemsBlock ul li .moduleItemTitle{
	color:#483D89;
	font-family: 'Lato', sans-serif;
	display: block;
	margin:0;
	font-size: 24px;
	line-height: 34px;
	font-weight:bold;
}
div.testimonials-section .k2ItemsBlock ul li .itemIntroText{
	font-weight:300;
	margin-bottom:30px;
	max-height:480px;
	overflow:hidden
}
div.testimonials-section .k2ItemsBlock ul li .moduleItemPosition{
	color:#483D89;
	font-size: 24px;
	line-height: 34px;
	display:block;	
	position:relative;
	font-weight:bold;
}
div.testimonials-section .k2ItemsBlock a.rslides_nav,
div.testimonials-section .k2ItemsBlock .rslides_tabs{
	
}
div.testimonials-section .k2ItemsBlock a.rslides_nav{
	display:inline-block;
	margin:10px;
}
div.testimonials-section .k2ItemsBlock .rslides_tabs li{
	display:inline-block;
}
div.testimonials-section .k2ItemsBlock .rslides_tabs li a{
	width:12px;
	height:12px;
	display:block;
	text-indent:-20000px;
	background:#B984FD;
	border-radius:100%;
	margin:10px;
}
div.testimonials-section .k2ItemsBlock .rslides_tabs li.rslides_here a{
	background:#005eb8;
}
@media(min-width:992px){
	div.testimonials-section .k2ItemsBlock a.rslides_nav{
		left:0;
		bottom:60px;
		position:absolute;
	}
	div.testimonials-section .k2ItemsBlock a.rslides_nav.next{
		left:70px;
	}
	div.testimonials-section .k2ItemsBlock .rslides_tabs{
		position:absolute;
		bottom:0;
		left:0;
	}
	div.testimonials-section .k2ItemsBlock{
		padding-bottom:120px;
	}
	div.testimonials-section .k2ItemsBlock ul li .maincontent{
		height:580px;
	}
	div.test-section div.testimonials-section{
		padding:0;
	}
}
@media(max-width:991px){
	div.testimonials-section .k2ItemsBlock ul li .maincontent{
		text-align:center;
	}
}
/* END testimonials-section */


#searchedjob{
	overflow:hidden;
}


/* LATEST NEWS */

div.blog-section .heading-section h3{

}
div.blog-section .k2ItemsBlock{
	position:relative;
}
div.blog-section ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
}
div.blog-section ul li{
	padding:15px;
	background:none;
	
}

div.blog-section ul li:hover{
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

div.blog-section ul li>div{
	position:relative;
}

div.blog-section ul li img{
	height:528px !important;
	width:100%;
	object-fit:cover;
	border-radius:15px;
}
div.blog-section ul li .maincontent{
	padding:30px 0px 0 0;
	position:relative;
}
div.blog-section ul li h5,
div.blog-section ul li .moduleItemTitle{
	display:block;
	margin:0;
	line-height:42px;
	font-weight:bold;
	overflow:hidden;
}
div.blog-section ul li .moduleItemImage{
	position:relative;
}
div.blog-section ul li .moduleItemImage .moduleItemReadMore{
	position:absolute;
	left:25%;
	width:50%;
	bottom:50px;
	display:none;
	text-align:center;
}
div.blog-section ul li:hover .moduleItemImage .moduleItemReadMore{
	display:block;
}
div.blog-section  ul li .moduleItemAuthor{	
	font-size: 15px;
	color:#72839a;
	margin:10px 0;	
}
div.blog-section  ul li .moduleItemAuthor a{
	color:#72839a;
}

div.blog-section  ul li .moduleItemDateCreated{
	color:#483D89;
	padding:15px 0;
	display:block;
	width:100%;
	font-size:24px;
	line-height:34px;
}
div.blog-section ul li .moduleItemDateCreated label{
	color:#1D1835;
	margin-right:10px;
}
div.blog-section ul li .moduleItemReadMore{
	font-size:22px;
	padding:15px 30px;
	line-height:32px;
	display:block;
	color:#FFF;
	display:inline-block;
	background:#B984FD;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:15px;
}
div.blog-section .moduleCustomLink{
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #483D89;
}
div.blog-section .moduleCustomLink:hover{
	text-decoration:none
}
@media(min-width:1200px){
	div.blog-section ul{
		margin:0 -15px;
	}
	div.blog-section .moduleCustomLink{
		position:absolute;
		right:0;
		top:80px
	}
}

@media(min-width:992px){
	div.blog-section ul li{
		width:calc(100%/3)
	}
}
/*
div.blog-section ul .owl-item {
    margin-bottom: 40px;
}
@media(min-width:992px){
	div.blog-section .owl-theme .owl-nav{
		position:absolute;
		right:0;
		top:-200px;
	}
}
div.blog-section .owl-theme .owl-nav button{
	width:90px;
	height:90px;
	padding:25px !important;
	font-size:30px;
}
div.blog-section .owl-theme .owl-nav button:before{
	font-size:30px;
}
*/
/* END LATEST NEWS */



/* CONTACT BOTTOM */
div.contactbottom{
	position:relative;
	background-image: linear-gradient(to right, #1D1835 , #00B6CF);
	padding:100px;
	border-radius:20px;
	font-size:24px;
}

div.contactbottom h3{
	margin-bottom:20px;
	color:#FFF
}
div.contactbottom .wdform-page-and-images{
	padding: 0 !important;
	display:block !important;
}
div.contactbottom .wdform_page .wdform-label-section{
	display:block !important;
	max-width:none !important;
	margin-bottom:10px;
}
div.contactbottom .wdform_page .wdform-label-section .wdform-required{
	display:none !important
}
div.contactbottom .wdform_page .wdform-label-section .wdform-label{
	color:#FFF !important;
	line-height:34px !important;
	display:block !important
}
div.contactbottom .wdform_page .wdform-field{
	width:100% !important;
}
div.contactbottom .wdform_page .wdform-element-section{
	width:100% !important
}
div.contactbottom .wdform_page .wdform_section,
div.contactbottom .wdform_page .wdform-field,
div.contactbottom .wdform_page .wdform-element-section{
	display:block !important
}
div.contactbottom .wdform_page .wdform_row{
	margin-bottom:0px;	
	padding:10px 30px;	
}
@media(min-width:992px){
	div.contactbottom .wdform_page .wdform_row:nth-child(1),
	div.contactbottom .wdform_page .wdform_row:nth-child(2),
	div.contactbottom .wdform_page .wdform_row:nth-child(3),
	div.contactbottom .wdform_page .wdform_row:nth-child(4){
		width:50%;
		float:left;
		clear:none !important
	}
}

div.contactbottom .wdform_page .wdform_column{
	float:none !important
}
div.contactbottom .wdform_page input[type="text"],
div.contactbottom .wdform_page textarea,
div.contactbottom .wdform_page select{
	width:100%;
	border:none;
	background:#FFF !important;
	color:#8A879F;
	height:80px;
	border-radius:0;
	padding: 10px 30px !important;
	font-style: normal !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	border-radius:10px;
}

div.contactbottom .wdform_page textarea{
	height:265px !important;
}

div.contactbottom #form12 .file-upload-status{
	position: static !important;
	display: block;
}

div.contactbottom .wdform_page .wdform_row{
	clear: both;
}

div.contactbottom .wdform_page .wdform_row .wdform_select{
	position:relative;
}
div.contactbottom .wdform_page .wdform_row .wdform_select:after{
	content: '\f107';
    position: absolute;
    right: 20px;
    top: 20px;
	color:#878C8F;
    font-family: "Font Awesome Bold";
}
div.contactbottom .button-submit{
	padding:15px 30px !important;
	font-size:32px !important;
	line-height:normal !important;
	font-weight: bold;
	display: block !important;
	width:100% !important;
	background-image: linear-gradient(to right, #40CCFC , #1AECF5) !important;
	border-radius:10px;
	border:none !important;
	max-width:800px !important;
	margin:50px auto 0 !important;
	font-family: 'Montserrat', sans-serif;
}

div.contacttext ul li{
	font-size:30px;
	font-weight:bold;
	color:#09141c;
	margin:12px 0;
}
div.contacttext ul li:before{
	font-family:"Font Awesome Bold";
	color:#008996;
	padding-right:20px;
	content:'';
}
div.contacttext ul li.phone:before{
	content:'\f879'
}
div.contacttext ul li.email:before{
	content:'\f658'
}
div.contacttext ul li.web:before{
	content:'\f0ac'
}
div.contacttext .wdform_page{
	background:none !important;
	padding:0 !important;
}

@media(max-width:991px){
	div.contactbottom .boxitem{
		max-width:480px;
		margin:0 auto
	}
}
/* END contactbottom */


.menu.inline li{
	display:inline-block;
}

/*Use Full image article work as slideinner */
div#content.active-image{
	padding-top:400px;
	position:relative;
}
div#content.active-image .item-page .img-fulltext{
	position:absolute;
	left:0;
	width:100%;
	top:0;
	height:400px;
}
@media(min-width:768px) and (max-width:1699px){
    div#content.active-image{
        padding-top:320px;
    }
    div#content.active-image .item-page .img-fulltext{
    	height:320px;
    }
}


.sticky-spacer {display:none;height:163px}
.sticky + .sticky-spacer {display:block}

div.team-page{
	background:#605c5b;
	color:#FFF;
	margin:20px 0;
	text-align:center;
}
div.team-page .team-photo{
	border:10px solid #fcd735;
}
div.team-page .team-details{
	padding:30px 20px;
}
div.team-page .team-name{
	font-size:24px;
	color:#605c5b;
}
div.team-item-page{	
	color:#FFF;
	text-align:center;
	padding-right:90px;
}
div.team-item-page .team-item-photo{
	border:10px solid #fcd735;
}
div.team-item-page .team-item-details{
	padding:50px 20px;
	font-size:24px;
	background:#605c5b;
}
div.team-item-page .team-item-details label{
	color:#fcd735;
	margin:0;
	font-weight:normal;
}
div.team-item-page .team-item-name{
	font-size:24px;
	color:#605c5b;
}

div.team .catItemImage {
	position: relative;
}
div.team div.catItemExtraFields,
div.team div.itemExtraFields,
div.team .itemNavigation,
div.team .itemBackToTop{
	display:none;
}
div.team span.itemImage,
div.team span.catItemImage{
	margin:0;
}
div.team div.catItemImageBlock,
div.team div.itemImageBlock{
	border:10px solid #115f5f;
}
div.team div.catItemDetails,
div.team div.itemDetails{
	background: #45b1b5;
    color: #FFF;
    margin:0;
    text-align: center;
	padding:30px 20px;
}

div.team .catItemTitle a {
    color: white;
    font-weight: bold;
}

div.team div.itemDetails{
	font-size:24px
}
div.team div.itemDetails label{
	color:#fcd735;
	font-weight:normal;
}

div.team .catItemTitle{
	font-size:24px;
}
div.team div.itemListCategory{
	border:none;
	background:none;
	padding:0;
}
div.team .itemK2Left{
	padding-right:80px;
}
div.team h1.position{
	font-size:40px;
}

div.team div.linkedin-team a{
	background:url(../images/linkedin-team.png) no-repeat scroll center top;
	display:inline-block;
	text-indent:-200000px;
	width:130px;
	height:40px;
}
.catItemImage {
	position: relative;
}
.team-hover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.catItemImage:hover .team-hover {opacity:1}

/*STYLE TABS VERTICAL */

/*Style REC search */
div.jobs-section .rmsearch #keywords {
	width:80%;
	margin-right:0;
	height:57px !important;
	line-height:57px;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	border: none !important;
	border-radius:0px !important;
	color:#AAA;
	font-weight:300;
}
#col-keywords {
	width:100%;
}
#col-keywords .sbtn {
	width:20%;
	height: 57px !important;
	text-transform:uppercase;
}

.form-col,
.form-col-item {
	display:inline-block;
	vertical-align:top;
	width:19%;
}

.inputSalary, .rmInput {
	display:none;
}
.inputSalary + label,
.rmInput + label {
	display:inline-block;
	width:100%;
	font-weight:normal;
	line-height:13px;
	padding-left:18px;
	margin:5px 0;
	background:url(../images/cb.gif) left top no-repeat;
}
.inputSalary:checked + label,
.rmInput:checked + label	{
	background:url(../images/cb-checked.gif) left top no-repeat;
}


/*STYLE JOB SEARCH PAGE */

#searchedjob{
	overflow:hidden;
	border:none !important;
	position:relative;
}
#searchedjob.searchedjobf{
	background:#b984fd17;
}

#searchedjob .searchedJobRight{
	position:absolute;
	right:0;
	bottom:0;
}
#searchedjob #title, #searchedjob #title a{
	font-size:20px;
	font-weight:normal;
	color:#105281 !important
}
#searchedjob #details,
#searchedjob #views{
	font-size:14px;
	color:#283a44;
}

.searchKeyWord{
	position:relative;
}
.searchKeyWord b{
	font-weight:normal;
}
.searchKeyWord .markloc{
	position:absolute;
	top:0;
	right:0;
}
.searchKeyWord #keyword{
	height:40px !important;
	width:100% !important;
}
.searchBarContainer ul.tabNav li{
	height:65px;
}
.searchBarContainer ul.tabNav li {
    background: #005eb8;
}
.searchBarContainer ul.tabNav{
	display:table;
	width:100%;
	padding-bottom:15px !important;
}
#searchedjob .searchedJobRight span{
	display:block;
	margin:0;
	padding:10px 20px;
	font-size:14px;
	background:#005eb8;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#jobdesc {    height: auto !important;}

#searchedjob .searchedJobRight input{
	display:block;
	margin:0;
	padding:10px 20px;
	font-size:14px;
	background:#00aedb;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.jobspagination{
	border-radius:0;
	border:none;
	border-top:1px dashed lightgray;
	color:#ed1e79;
  padding:15px;
}

.rm-jobInformation{
	padding:0;
}
.rm-jobDescription .rm-fieldData{
	padding:0;
}
.rm-sidebar{
	padding:0;
	background:none !important;
}
.rm-sidebar .rm-loginButtons,
.rm-sidebar .rm-loginButtons .rm-loginButton{
	background:#105281 !important;
	color:#FFF;
}

.rm-apply, .rm-textInput,
.rm-yesNo-grayed, .rm-chooseFile-button,
.rm-sidebar, .rm-jobInformation,
.rm-jobDetails, .rm-jobHeading, 
.rm-fieldTitle, .rm-inputWrapper input,
.rm-remindLater-field input,
.rm-remindLater-field select{
	background:none !important;
}
input#rmUsernameTop {
    background: white !important;
}
.rm-passwordWrapper.rm-inputWrapper.showMe {
    background: white !important;
}

.searchedJobRight img {
    border: none !important;
    height: 100%;
    margin-bottom: 11px;
}
 
.rm-caption{
	text-align:left;
	color:#105281;
	 font-weight:normal;
}
.rm-jobDescription .rm-fieldTitle{
}
.rm-jobDescription-bottom{
	text-align:left;
}

.rm-rightSide {
    width: inherit;
    min-width: inherit;
}

.rm-jobDescription-bottom .rm-applyWithIndeed {
    display: none;
}

.rm-sidebar ul{
	padding:0;
	margin-left:0px;
}
.rm-sidebar ul .rm-similar{
	border:none;
	padding:20px;
	overflow:hidden;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.rm-sidebar ul .rm-similar:nth-child(2n+1){
	background:#EEEEEE !important;
}

.searchBar label,
.searchBarContainer ul.tabNav li{
	font-weight:normal;
	max-width: 89% !important;
} 
.searchBarContainer ul.tabNav li{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.clear {
    color: #ed1e79;
	font-size:12px;
}
.searchBar #search{
	float:none;
	background:#ed1e79;
	 font-weight:normal;
}
.divCheckBoxList{
	border:none;
}


.rm-sidebar .rm-loginButtons, .rm-sidebar .rm-loginButtons .rm-loginButton {display:none}

.rm-jobDetails {
    background: #eeeeee !important;
    padding: 20px;
}

/* end style search page */

/*ELEMENT 14 TEAM */
div.team-section .k2ItemsBlock{
	position:relative
}
div.team-section .k2ItemsBlock ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
}
div.team-section .k2ItemsBlock ul li{
	width:100%;
	padding:20px;
	margin:0;
	background: none;
}

@media(min-width:992px){	
	div.team-section .k2ItemsBlock ul li{
		width:calc(100%/3);
	}
	div.team-section .moduleCustomLink{
		position:absolute;
		right:0;
		top:0px;
	}
}
@media(max-width:991px){
	div.team-section .moduleCustomLink{
		display:block;
		margin:30px auto 0;
		max-width:320px;
	}
	div.team-section .k2ItemsBlock{
		text-align:center;
	}
}

div.team-section .k2ItemsBlock ul li .moduleItemContent{
	display: block;
	position:relative;
}

div.team-section .k2ItemsBlock  .moduleItemTitle{
	line-height:42px;
	display:block;
	margin:40px 0 15px 0;
	color:#005eb8
}
div.team-section .k2ItemsBlock ul li .moduleItemImage{
	position:relative;
}

div.team-section .k2ItemsBlock ul li .moduleItemSocial a{
	width:42px;
	height:42px;
	border-radius:100%;
	display:inline-block;
	margin:15px;
	background:#FFF;
	color:#483D89;
	padding:14px;
	font-size:16px;
}
div.team-section .k2ItemsBlock ul li .moduleItemImage .moduleItemSocial{
	display: none;
	text-align:center;
	position:absolute;
	left:0;
	bottom:50px;
	width:100%;
}

div.team-section .k2ItemsBlock ul li:hover .moduleItemImage:before{
	height:50%;
	content:'';
	background-image: linear-gradient(to top, #005eb8 , rgba(255,166,222,0));
	position:absolute;
	left:0;
	bottom:0;
	border-radius:0 0 15px 15px;
	width:100%;	
}
div.team-section .k2ItemsBlock ul li:hover .moduleItemImage .moduleItemSocial{
	display: block;
	
}
div.team-section .k2ItemsBlock ul li .moduleItemImage img{
	display: block;
	border-radius:15px;
	object-fit:cover;
	width:100%;
	height:530px;
}


div.team-section .k2ItemsBlock .moduleItemPosition{
	display:block;
	font-size: 20px;
	line-height:32px;
	padding:0px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
}
/*END ELEMENT 14 TEAM */

/*ELEMENT 15 services */
div.services-section{
	padding:50px 0;
	text-align:center;
	font-weight:300;
}

div.services-section .boxitems .boxitem h5{
	color:#005eb8;
	margin:60px 0;
}
div.services-section .boxitems .boxitem .boxcontent{
	position:relative;
	height:100%;
}

@media(min-width:992px){
	div.services-section .boxitems .boxitem{
		width:calc(100%/2);	
	}
	div.services-section .boxitems .boxitem .boxcontent p:last-child{
		margin:0;
	}
	div.services-section .boxitems .boxitem .boxcontent{
		padding-bottom:80px;
	}
	div.services-section .boxitems .boxitem .boxcontent .text{
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
	}
}

/*END ELEMENT 15 services */
.next-button path, .prev-button path { fill: #fff; }
.next-button:hover path, .prev-button:hover path  { fill: #f8b947; }

.tab-text {
 padding: 30px 40px;
}

/*
.searchKeyWord.xsticky {
position: fixed;
    top: 86px;
    left: 0px;
    width: 30%;
    background: #105281;
	border-bottom:1px solid #105281;
    z-index: 3;
    padding: 30px;
    font-size:0;
}

.jobsByEmail.xsticky {
    position: fixed;
    top: 86px;
    right: 0px;
    width: 70%;
    background: #105281;
    padding: 28px 20px;
    z-index: 3;
    border-left: 1px solid white;
    color: white;
}
*/

/*
.searchBarContainer.sticky .searchKeyWord,
.searchBarContainer.sticky .tabNav {display:none}
*/

#searchForm .title { cursor:pointer }
#searchForm .title .hideMob { display:none!important }
#searchForm .title .showMob { display:block!important }
#searchForm .title .clear:hover { text-decoration:underline }



@media (max-width: 767px) {
  input[type=checkbox]:checked + label, input[type=checkbox] + label {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    
  }
}


/*#top2 {
	overflow-y:scroll!important;
	height:454px!important;
}*/

@media (min-width: 768px){
  .searchBarContainer {
    min-width: 250px;
  }
}
/*@media (max-width: 1199px) { #wrapper {padding-top:135px!important} }
@media (max-width: 1123px) { #wrapper {padding-top:182px!important} }
@media (max-width: 991px) { #wrapper {padding-top:225px!important} }
@media (max-width: 767px) { #wrapper {padding-top:0!important} }*/

#bottom i.fa-map-marker, #bottom i.fa-phone, #bottom i.fa-envelope {
    width: 18px;
}

div.boxitems .boxitem{
	padding:15px 0;
	width:100%;
}

@media(min-width:1200px){
	div.boxitems{
		margin:0 -15px;
	}
}
@media(min-width:992px){
	div.boxitems{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		justify-content: center;	
	}
	div.boxitems .boxitem{
		width:50%;
		padding:15px;
	}
}

/* Animations */
@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/*ELEMENT TOPIMAGE 01*/
div.slideshow-section{
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding:350px 0 150px 0;
	position:relative;
}

div.slideshow-section h1{
	position:relative;
}
div.slideshow-section h3,
div.slideshow-section h1{
	color:#fff;
}

div.slideshow-section .boxtext{
    max-width:870px;
	color:#FFF;
	position:relative;
}

div.slideshow-section .boxtext p{
	font-weight:800;
}
div.slideshow-home-section .boxtext p{
	max-width:500px
}
div.slideshow-section div.search-section .rmsearch{
	max-width:730px;
	width:100%;
}
div.slideshow-section div.search-section .rmsearch .form-element{
	width:100%;
	margin:0 0 20px 0;
}

div.slideshow-section div.search-section{
	background:none;
	padding:30px 0;
}
div.slideshow-section div.search-section .container{
	padding:0;
}
div.slideshow-section div.search-section h3{
	display:none;
}
div.slideshow-section div.search-section .rmsearch input[type="submit"]{
	float:none
}
@media(min-width:768px){
	div.slideshow-section h3,
	div.slideshow-section h1{
		font-size:64px;
		line-height:90px;
	}
}
@media(min-width:992px){
	div.slideshow-section div.search-section .rmsearch .form-element.keyword{
		margin-right:-15px;
	}
	div.slideshow-section div.search-section .rmsearch .form-element{
		width:50%;
	}
}

/*END ELEMENT TOPIMAGE 01*/

body.hidden-content #content{
	display:none
}

div.about-section{
	background:#005eb8;
	color:#FDFCFC;
	position:relative;
	font-size:24px;
	font-weight:300;
	
}
div.about-section h3{
	color:#FFF;
}
div.about-section .boxitems{
	margin:0;
}
@media(min-width:1200px){
	div.about-section .boxitems .boxitem:nth-child(1){
		width:45%;
	}
	div.about-section .boxitems .boxitem:nth-child(2){
		width:55%;
	}
}
div.about-section .boximage img{
	width:100%;
	object-fit:cover;
	max-width:580px
}
div.about-section .btn{
	border:3px solid transparent;
}
div.about-section .btn:hover{
	border:3px solid #FFF;
}
/* ELEMENT 11 TEXT SECTION */
div.text-section{
	
}
div.text-section .boxitems{
	align-items:center;
}


div.text-section ul{
	list-style:none;
	margin-left:0px;
	margin-bottom:30px
}
div.text-section ul li{
	max-width:750px;
	line-height:30px;
    margin-bottom: 30px;
}

div.text-section ul li:before{
	content:'\f111';
	color:inherit;
	font-size:8px;
	margin-right:7px;
	font-family:"Font Awesome Bold";
	display:inline-block;
	vertical-align:middle;
}
div.text-section ul li:hover:before{
	color:#83BB26;
}

div.text-section .boximage img{
	object-fit:cover;
	width:100%;
	height:100%;
	border-radius:20px;
}

div.text-section .boxitems .boxtext h3{
	color:#483d89;
    font-size: 50px;
}
div.text-section .boxitems .boxtext h4 {
    font-size: 25px;
    color: #483d89;
    font-weight: 800;
}
@media(min-width:992px){
	div.text-section .boxitems .boxtext{
		width:54%;
	}
	div.text-section .boxitems .boximage{
		width:46%;
	}
	div.text-section .boxitems .boximage:nth-child(2){
		text-align:right
	}
	div.text-section .boxitems .boximage img{
		max-width:576px;
	}
	
	div.text-section p:last-child{
		margin:0;
	}
}
/* END ELEMENT 11 TEXT SECTION */

/* ELEMENT 03 SECTOR SECTION */
div.sector-section{
	color:#8A879F;
	position:relative;
}

div.sector-section ul li{	
	padding:20px;
}

div.sector-section ul li p{
	margin:0;
}
div.sector-section ul li .boxcontent{
	position:relative;
	overflow:hidden;	
}
div.sector-section ul li .boxcontent:after{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:#483d894d;
	border-radius:15px;
}
div.sector-section ul li:hover .boxcontent:after{
	background:rgba(72,61,137,0.7);
}
div.sector-section ul li .boxcontent h3{
	padding:15px 30px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	margin:0;
	z-index:1;
	text-align: center;
}
div.sector-section ul li:hover .boxcontent h3{
	display:none
}
div.sector-section ul li .boxintro{	
	border-radius:15px;
	color:#FFF;
	padding:50px;	
	position:absolute;
	left:0;
	top:100%;
	height:100%;
	width:100%;
	z-index:1;
	overflow:auto;
}
div.sector-section ul li .boxintro h4{
	color:#FFF;
}
div.sector-section ul li .boxintro p{
	margin-bottom:20px;
}
div.sector-section ul li .boxintro p:last-child{
	margin:0;
}
div.sector-section ul li .boxintro .btn{
	margin:5px;
}
div.sector-section ul li .boxintro .btn:hover{
	background:#005eb8
}

div.sector-section ul li:hover .boxintro{
	top:0;
}
div.sector-section ul li img{
	width:100%;
	height:100%;
	min-height:450px;
	object-fit:cover;
	border-radius:15px;
}
@media(min-width:1200px){
	div.sector-section ul li .boxintro .btn{
		margin:5px 20px 5px 0;
	}
	div.sector-section ul{
		margin:0 -20px;
	}
}
@media(min-width:992px){
	div.sector-section ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
	}
	div.sector-section ul li{
		width:50%;
	}
}
/* ELEMENT 03 SECTOR SECTION */

/* ELEMENT 04 SECTOR SECTION */
div.cta-section{
	color:#FFF;
	font-size:34px;
}
div.cta-section h3{
	color:#FFF;
}
div.cta-section p{
	line-height:44px;
}

@media(min-width:992px){
div.cta-section .container *{
	max-width:810px;
}
}
/* END ELEMENT 04CTASECTION */


/*ELEMENT 18 TESTIMONIALS */


div.test-section .boxitems{
	align-items:center;
}
@media(min-width:992px){
	div.test-section .boxitems .boxtext{
		width:54%;
	}
	div.test-section .boxitems .boximage{
		width:46%;
	}
	div.test-section .boxitems .boximage:nth-child(2){
		text-align:right
	}
	div.test-section .boxitems .boximage img{
		max-width:576px;
		    object-fit: cover;
    width: 100%;
    height: 100%;
	}
	
}
/*END ELEMENT 18 TESTIMONIALS */


/*ELEMENT 19 CONTACT SECTION */
@media(min-width:1200px){
	div.contact-section .boxitems .boxtext{
		width:36%;
	}
	div.contact-section .boxitems .boximage{
		width:64%;
	}
}
@media(min-width:992px) and (max-width:1199px){
	div.contact-section .boxitems .boxitem{
		width:50%;
	}
}
div.contact-section .boxitems .boximage img{
	width:100%;
	height:100%;
	object-fit:cover;
}
div.contact-section .boxitems .boxitem .box{
	height:100%;	
}
div.contact-section .boxitems .boxtext .box{
	background:#005eb8;
	border-radius:15px;
	padding:45px ;
	color:#FFF;
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	height:100%;
	position:relative;	
}

div.contact-section .boxitems .boxitem .box h5{
	color:#FFF;
	margin-bottom:30px;
}

div.contact-section .boxtext select{
	border-radius:10px;
	color:#483D89;
	width:100%;
	height:72px;
	padding:10px 30px;	
}
div.contact-section .boxtext .selectbox{
	position:relative;
	margin-bottom:40px;
}

div.contact-section .boxtext ul li{
	padding:0px 0 20px 70px;
	position:relative;
}
div.contact-section .boxtext ul li:before{
	font-family: 'Font Awesome Bold';
	position:absolute;
	left:0;
	top:0;
	content:'';
	font-size:30px
}
div.contact-section .boxtext ul li.phone:before{
	content:'\f879';
}
div.contact-section .boxtext ul li.address:before{
	content:'\f3c5';
}
div.contact-section .boxtext .selectbox:after{
	position:absolute;
	right:20px;
	top:20px;
	content: '\f107';
    font-family: "Font Awesome Light";
	color:#483D89;
	font-size:30px;
}

div.contact-section .boxitems .boxtext .box .btn{
	border:3px solid transparent;
}
div.contact-section .boxitems .boxtext .box .btn:hover{
	border:3px solid #FFF;
}
@media(min-width:992px){
	div.contact-section .boxitems .boxtext .box{
		padding-bottom:120px;
	}
	div.contact-section .boxitems .boxtext .box .btn{
		position:absolute;
		left:45px;
		bottom:45px;
		width:calc(100% - 90px);
	}
}
/*END ELEMENT 19 CONTACT SECTION */

div.heading-section{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}

div.heading-section h6{
	color:#B984FD;
	line-height:32px;
	text-transform:uppercase;
	letter-spacing:5px;
}

@media(min-width:992px){
	div.heading-section{
		text-align:left;		
	}	
}

#topheader .menubtn{
	background:none;
	padding:0px;
	border:none;
	color:#222;
	text-transform:capitalize;
	display:block;
	float:right;
	margin:50px 30px;
}
#topheader .menubtn span{
	width:45px;
	height:5px;
	background:#fff;
	display:block;
	margin:5px 0;
	border-radius:3px;
}

#wpmenu{
	position:fixed;
	right:-100%;
	top: 0;
    bottom:0;
	width:100%;
	background:#005eb8;
	z-index:1031;
	transition:0.5s;     
    overflow-y:scroll;
    overflow-x:hidden;
}

div#wpmenu.active{
	right:0;
}

div#wpmenu .closebtn{
	float:right;
	color:#fff;
	background:none;
	padding:30px 35px;
	font-size:50px;
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}
@media(min-width:992px){
	#topheader .menubtn,
	div#wpmenu{
		display:none;
	}
}

@media(max-width:991px){
	#topheader #topmenu,
	#topheader #toplinks,
	#topheader #contactphone,
	#topheader #login-register{
		display:none;
	}
	.navbar-collapse.collapse{
		display:block;
		box-shadow:none;
		padding-left:0;
		padding-right:0;
	}
	#wpmenu{
		padding:150px 0;
	}
	#wpmenu  .container{
		width:100% !important;
		max-width:500px;
	}
	.navbar{
		border:none;
	}
	.navbar-nav{
		float:none;
		margin:10px 0;
	}
	.navbar-nav>li{
		float:none;
		display:block;
	}
	.navbar-nav>li>a{
		font-size:20px;
		color:#FFF;
		padding-left:0;
		padding-right:0;
	}
	#toplinks ul li{
		display:block;
	}
	#contactphone,
	#contactphone span{
		margin:5px 0;
	}
}

div#images-and-logos h2 {
    margin-bottom: 70px;
    max-width: 1100px;
}

/*STYLE ITEM PAGE WITH IMAGE TOP */
div.itemView{
	position:static;
	padding-top:450px;
}
div.itemView .itemImageBlock{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:400px;
	display:flex;
	align-items:center;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
div.itemView .itemImageBlock h2{
	color:#FFF;
	margin:0;
}
/* END */


@media (max-width: 991px) {
	/*.dropdown-menu>li>a:hover, 
	.dropdown-menu>li>a:focus, 
	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:hover {
		background-color: #c8b568;
	}*/
	
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	color:#FFF;
	background:#00B6CF;
	border-radius:100%;
	padding:7px !important;
	width:50px;
	height:50px;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
	background:#83BB26;
}
.owl-carousel .owl-nav button span{
	text-indent:-200000px;
	display:block;
}
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before{
	content:'\f177';
	font-family:"Font Awesome";
	font-weight:400;
	font-size:24px;
	
}
.owl-carousel .owl-nav button.owl-next:before{
	content:'\f178';
}
.owl-theme .owl-dots{
	margin-top:50px;
}
.owl-theme .owl-dots .owl-dot span{
	background:#00B6CF;
}
.owl-theme .owl-dots .owl-dot:hover span{
	background:#1D1835;
}
.owl-theme .owl-dots .owl-dot.active span{
	background:#1D1835;
	width:80px;
}
@media(max-width:991px){
	.owl-theme .owl-dots .owl-dot:hover span,
	.owl-theme .owl-dots .owl-dot.active span{
		background:#83BB26;
	}	
}
a.rslides_nav{
	background-image:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#B984FD;
	width:50px;
	height:50px;
	display:block;
	text-indent:-2000000px;
	border-radius:100%;
	padding:10px;
	z-index:4;
}
a.rslides_nav:hover{
	background-color:#005eb8;
}
a.rslides_nav.next{
	background-image:url(../images/next.png);
}


div.accordion-section{
	background:#F1F1F1;
	font-size:17px;
}
.accordion .inner {
	overflow: hidden;
	display: none; 
	padding:30px;
}
.accordion li{
	margin-bottom:25px;
	background:#F7FCFE;
	border-radius:4px;
}
.accordion li a.toggle {
	width: 100%;
	display: block;
	padding:20px 60px 20px 20px;
	background:#F7FCFE;
	color: #0A0A33;
	font-weight:bold;
	border-radius:4px;
	transition: background .3s ease;
	position:relative;
}
.accordion li a.toggle:hover,
.accordion li a.toggle:visited{
	text-decoration:none
}
.accordion li a.toggle:after {
	content:'\f053';
	font-family:"Font Awesome Bold";
	width:50px;
	height:50px;
	padding:10px;
	border:1px solid #C6C6C6;
	position:absolute;
	right:5px;
	text-align:center;
	top:calc(50% - 25px);
	background:#FFF;
}
.accordion li a.toggle.active{
	background:#46C8F5;
	color:#FFF;
}
.accordion li a.toggle.active:after {
	content:'\f078';
	color:#EA6514
}

@media(min-width:992px){
	#footer .powered{
		text-align:right;
	}	
}
@media(max-width:991px){
	div.logo{
		margin:25px 0;
		width:calc(100% - 150px);
	}
	div.boxitems .boximage{
		margin:0 auto;
		text-align:center;
	}
}

@media(max-width:767px){
	div.slideshow-section{
		text-align:center;
		padding:200px 0 150px 0;
	}
	div.slideshow-section .boxtext .btn{
		margin:10px;
	}
	
	div.slideshow-section h1 span{
		font-size:50px;
		display:block;
	}
	div.slideshow-section .boxtext h4,
	div.slideshow-section .boxtext p{
	
	}
	div.slideshow-section .boxtext{
		text-align:center;
	}
	#bottom{
		text-align:center;
		padding:30px 0;
	}
	#bottom .moduletable{
		margin:0 auto
	}
	#bottom .moduletable.contact{
		width:100%;
		margin:0 auto 30px
	}

	#footer .footermenu,
	#footer .powered{
		display:none
	}
	div.text-section .btn{
		display:block;
		margin:0 auto;
		width:100%;
		max-width:300px;
	}
	div.jobs-section .featured_job span.title_col a{
		font-size:32px;
		line-height:42px;
	}
	div.jobs-section .featured_job span{
		font-size:24px;
	}

}

.cta-section.slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
}
