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

body {
	font-size:18px;
	color:#080239;
	margin: 0px;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Poppins", 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: #1E3582;
    margin: 0 0 30px 0;
	line-height:1;
	font-family: "Poppins", serif;
	font-weight:600;
}

h1 {
	font-size:80px;	
}
h2 {
	font-size: 70px;
}
h3 {
	font-size: 50px;	
}
h4 {
	font-size: 40px;
}
h5 {
	font-size: 28px;
}
h6 {
	font-size: 20px;
}

a {
	color:#1E3582;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
	transition: 0.3s;
	color:#003566;	
}
a[href^=tel] { color: inherit;}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
    font-size: 0;
}
.btn{
	background:#3785F6;
	color:#fff;
	padding:20px 20px 20px 20px;
	line-height:13px;
	font-size: 16px;
	font-family: "Poppins", serif;
	font-weight:600;	
	text-align:center;
	border-radius:20px;
}
.btn:after{
	content:'\f061';
	font-family: "Font Awesome Light";
	margin-left:10px;
}
@media(min-width:1200px){
	.btn{
		min-width:190px;
	}
}
.btn.active,
.btn:hover{
	color:#fff;
	background:#1E3582
}

.job-button{
	background:#E63329
}
.btn-secondary{
	background:#3EE3FB
}

@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:30px;
}

div.moduletable h3,
div.section h3{
	position: relative;
}
div.section h1{
	line-height:1;
}
div.moduletable h3 span,
div.section h3 span,
div.moduletable h2 span,
div.section h2 span,
div.moduletable h1 span,
div.section h1 span{
	color:#59AC26
}

.section{
	padding:100px 0;
}

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

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

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

div#topheader{
	width:100%;
	position:relative;
	padding: 10px 0;
}

div#topheader .container{
	
}
#topheader .custom .container,
#bottom .custom .container,
#footer .custom .container{
	padding:0;
	width:auto !important
}

/*@media(min-width:768px){*/

div#topheader{	
	-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{

}	
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 img{
	max-width: 375px;
	-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;
}
div#topheader{
	background:#E4E3FF;
	/*position:relative;*/
	top:0;
	position:fixed;
}


/*}*/

div.logo{
	width:auto;
	margin:0;
	float:left;
	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;
}
#toplinks{
	float:right;
	margin:14px 0 14px 30px;
}
#toplinks ul{
	margin:0;
}
#toplinks ul li{
	display:inline-block;
}

#toplinks ul li a{
	padding:19px 40px;
	margin:0px;
	line-height:14px;
	color:#fff;
	display:block;
	font-weight:600;
	background:#3785F6;
	border-radius:20px;
	font-size:16px;
}

#toplinks ul li a.myaccount{
	background:#E63329
}
#toplinks ul li a:after{
	content:'\f061';
	font-family: "Font Awesome Light";
	margin-left:15px;
	font-weight:normal;
}
#toplinks ul li a:hover{
	color:#001F6D;
	background:#E63329;
	text-decoration:none
}
@media(min-width:992px){
	#login-register ul,
	#toplinks 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:20px;		
	}
	#login-register ul{
		display:none;
		position:absolute;
		right:0;
		top:100%;
		background:#001F6D;
		width:200px;
	}
	#login-register ul.active{
		display:block
	}
}
#login-register li{
	display:block;
}
#login-register li a{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	padding:5px 0;
	display:block;
	margin:0px;
	position:relative;
}

#login-register p{
	margin:0;
	line-height:20px;
}
@media(min-width:992px){
	#login-register{
		margin:15px 0 15px 0;	
		position:relative;
		float:right;
	}
	#login-register li a{
		padding:10px 15px;
	}
}

#login-register a.register{
	display:none
}
body.homepage #login-register a.register{
	display:inline-block
}
.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;
}

#contactphone{
	margin:0px;
	line-height:24px;
	font-size:16px;
	position:relative;
}

#contactphone p{
	margin:0;
	line-height:24px;
}
#contactphone span{
	display:block;
	font-size:18px;
	line-height:21px;
}
@media(min-width:992px){
	#contactphone{
		float:right;
	}
}

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:#001F6D;
	position:relative;
}
#topmenu.inline li.active a,
#topmenu.inline li a:hover, 
#topmenu.inline li .separator:hover{
	background:none;
}

#topmenu.inline li.active li > a {
    
}
#topmenu.inline .navbar-nav>li.dropdown>a:after{
	content:'\f107';
	font-family:"Font Awesome Bold";
	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:#001F6D;
	font-size:16px;
	line-height:28px;
	display:block;
	padding:7px 0px;
	cursor:pointer;
	font-weight:600;
	font-family: "Poppins", serif;
}

#topmenu li li a{background:none;}


#topmenu li.active a,
#topmenu li a:hover,
#topmenu li .separator:hover{	
	
}

#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:10px 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{

}

/* End menu*/

@media(min-width:992px){
	#topmenu{
		margin: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:20px 0;
		gap: 35px;
	}
	#topmenu .navbar-nav .item-435{
		display:none
	}	
}
@media(min-width:1200px){
	#topmenu{
		float:none;
		display: flex;
        justify-content: center;
	}
}

/* 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 .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{	
	padding:30px 0;
	background:#D7F9D3
}
div.slideshow-section div.search-section{
	background:none;
}
div.slideshow-section div.search-section h4{
	display:none
}
div.slideshow-section div.search-section .container{
	padding:0;
}
div.slideshow-section div.search-section{
	padding:0;
}
div.search-section .rmsearch input[type="text"]{
	display:none
}
div.search-section .rmsearch{
	border-radius:0px;
	border:none;
	padding:3px;
	width:100%;
	background:none;	
	text-align:left;
	display:table;
	background:none;
}

.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:52px;
	font-size:16px;
	color:#080239;
	border:none;
	border-radius:0px;
	font-family: "Poppins", serif;
	
}
div.search-section .rmsearch input[type="text"]{
	width:100%;	
	color:#1F2A42;
	background: #FFF;
}
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: #080239;
}
div.search-section .rmsearch :-moz-placeholder { /* Firefox 18- */
   color: #080239;  
}
div.search-section .rmsearch ::-moz-placeholder {  /* Firefox 19+ */
   color: #080239;  
}
div.search-section .rmsearch :-ms-input-placeholder {  
   color: #080239;  
}

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:none;
	width:100%;
	margin:0px;
	position:relative;
}
div.search-section .rmsearch .form-element.keyword{
	display:none
}
div.search-section .rmsearch .selectbox{
    background:none;
    border: medium none;
    height: 52px;
    overflow: hidden;
	border-radius:0px;
	border-bottom:1px solid #3785F6;
	max-width:300px !important;
}
div.search-section .rmsearch .selectbox:after{
	color:#E63329;
	content: '\f107';
    font-family: "Font Awesome";
    margin-left: 7px;
    font-weight: normal;
	position:absolute;
	right:0px;
	top:15px;
	font-size:20px;
}
div.search-section .rmsearch .sectors .selectbox:before{
	content:'\f002';
	font-family: "Font Awesome";
	position:absolute;
	left:0px;
	top:15px;
	font-size:20px;
}
div.search-section .rmsearch .location .selectbox:before{
	content:'\f3c5';
	font-family: "Font Awesome";
	position:absolute;
	left:0px;
	top:15px;
	font-size:20px;
}
div.slideshow-section .submit,
div.search-section .rmsearch .submit{
	position:relative;
	margin:30px 0 0 0;
}
div.slideshow-section .sbtn,
div.search-section .rmsearch input[type="submit"]{
	display:block;
	padding:10px 20px;	
	width:auto;
	height:52px;
	font-size:16px;
	line-height:22px;
	border-radius:20px;	
	background:#E63329;
	color:#fff;
	text-align:center;
	font-weight:600;
	font-family: "Poppins", serif;
	float:none;
	border:none;
}
div.search-section .rmsearch input[type="submit"]:after{
	content:'\f061';
	font-family: "Font Awesome";
}

div.search-section .rmsearch #divsubsector,
div.search-section .rmsearch #divsubarea{
	background:none;
	border-radius:0px;
	overflow:hidden;
	width:100%;
	margin-top:10px;
	color:#080239;
	position:relative;
}
div.slideshow-section .sbtn,
div.search-section .rmsearch input[type="submit"],
div.search-section .rmsearch .form-element .btn{
	display:inline-block;
	margin:0 20px 0 0;
	vertical-align:top;
	min-width:190px;
}
div.search-section .rmsearch input[type="submit"]:hover{
	background:#E63329;
	color:#FFF
}

/*
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%;
}


@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{
		
	}

}
/* 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: "Outfit", 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:50px 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(max-width:1530px){
	div#maincontent,div#maincontent-fr,
	div#maincontent-f,div#maincontent-fl{
		padding:50px 0;
	}
}
@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{

}

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


div#colleft{
	width:260px;
	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;
	font-size:40px;
}

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;
}

.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;
}

#wpbottom{
	 background-image: linear-gradient(to bottom,#1E3582, #081850);
	 
}
#exbottom{
	background:#3785F6;
	padding:50px 80px;
	color:#FFF;
	border-radius:20px;
	margin:100px 0 50px 0
}
#exbottom .row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	align-items:center;
}
#exbottom h3{
	color:#FFF;
	margin:0;
	line-height:65px;
}
#exbottom select{
	background:#E4E3FF;
	border-radius:10px;
	height:52px;
	width:100%;
	color:#080239;
	padding:10px 30px;
}
#exbottom .selectbox{
	position:relative;
}
#exbottom .selectbox:after{
    color: #141414;
    content: '\f0dd';
    font-family: "Font Awesome Bold";
    margin-left: 7px;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
}
#exbottom p{
	margin:0;
}
#exbottom .btn{
	color:#FFF;
	background:#E63329;
	margin:10px;
}
#bottom {
	width:100%;
	padding:60px 0;
	overflow:hidden;
	background:none;
	color:#fff;
}

#bottom .moduletable h3{
	margin:0 0 30px 0;
	color:#fff;
	font-size:24px;
	line-height:normal;
	font-weight:500;
	position: relative;
}
#bottom .moduletable.social h3{
	font-weight:bold;
}

#bottom a.social,
#footer  a.social{
	font-size:24px;
	color:#fff;
	display:inline-block;
	margin:0px;
	vertical-align:middle;
	padding:10px;
	font-weight:normal;
	text-align:center;
}
#bottom  a.social:hover,
#footer  a.social:hover{
	color:#E63329
}
#bottom p{
	line-height:2;
}

#bottom ul li{
	position:relative;
	display:block;
}

#bottom ul li a{
	color:#fff;	
	font-size:16px;
	line-height:36px;
	padding:5px 0px;
	display:block;
	font-weight:300;
}
#bottom ul li a:hover{
	color:#fff;
	text-decoration:underline
}
#bottom .contact ul li{
	padding:10px 0;
	position:relative;
	padding-left:45px;
	text-align:left;
	background-position:left center;
	background-repeat:no-repeat;
}

@media(min-width:1200px){	
	#bottom div[class *= col-md-]{
		width:17%;
	}
	#bottom div[class *= col-md-]:nth-child(1){
		width:32%;
	}	
}
@media(min-width:768px) and (max-width:1199px){	
	#bottom div[class *= col-md-]{
		width:50%;
	}
}

#footer{
	overflow:hidden;
	color:#fff;
	padding:30px 0;
	font-size:16px;
	line-height:28px;
	position: relative;
	border-top:1px solid #FFF;
}
#footer 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{
	
}


.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;
}

/*ELEMENT 04 JOB SECTION */
/* Tab job module */

div.jobs-section{
	padding-top:0;
	position:relative;	
	
}
div.jobs-section h3{
	text-align:center;
}

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 .featured_job span{
	width:auto;
	color:#001F6D;
	float:none;
	font-size: 20px;
	text-align: left;
	display:inline-block;
	position:relative
}
div.jobs-section .featured_job span.title_col{	
	margin:0px 0 20px 0;
	display:block;
}

.rm-jobDescription .rm-fieldData br {
    line-height: 10px;
}

.rm-apply {
    background: white !important;
}


div.jobs-section .featured_job span.title_col a{
    font-size: 26px;
    line-height: normal;
    color: #1E3582;
    display: block;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

div.jobs-section .featured_job .sec_col,
div.jobs-section .featured_job .type_col{
	width:auto;
	color:#001F6D;
	font-size:20px;
	line-height:34px;
	
}
div.jobs-section .featured_job .sec_col a,
div.jobs-section .featured_job .type_col a{
	
}

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 30px 0 0;
}
div.jobs-section .featured_job .location_col:before,
div.jobs-section .featured_job .spkg_col:before,
div.jobs-section .featured_job .area_col:before,
div.jobs-section .featured_job .sec_col:before,
div.jobs-section .featured_job .type_col:before{
	content:'';
	font-family:"Font Awesome Bold";
	margin-right:10px;
	color:#E63329
}
div.jobs-section .featured_job .area_col:before,
div.jobs-section .featured_job .location_col:before{
	content:'\f3c5'
}
div.jobs-section .featured_job .spkg_col:before{
	content:'\f2e8'
}
div.jobs-section .featured_job .sec_col:before{
	content:'\f0b1'
}
div.jobs-section .featured_job .type_col:before{
	content:'\f017'
}

div.jobs-section .featured_job span.desc_col{
	margin:20px 0 0 0;
	display:block;
	font-size:15px;
	color:#080239;
	max-height: 43px;
	overflow: hidden;
    text-overflow: ellipsis;
}

div.jobs-section .featured_job span label{
	font-weight: 600;
	color:#001F6D;
	margin: 0;
	margin-right: 5px;
	display:none;
}
div.jobs-section .featured_job span a{
	
}
div.jobs-section ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
	list-style:none;
	margin:0;
}

div.jobs-section ul li{
	padding:0;
	margin-bottom:20px;
	background:none;
	width:100%;
}
div.jobs-section ul li>div{
	background:#fff;
	position:relative;
	padding:40px 60px;
	border-radius:20px;
}

div.jobs-section ul li>div:before{
	position:absolute;
	right:30px;
	top:30px;
	content:'';
	background:url(../images/Isolation_Mode.png) no-repeat scroll center center;
	width:50px;
	height:50px;
}
div.jobs-section ul li>div:hover span a,
div.jobs-section ul li>div:hover span{
	
}

div.jobs-section .featured_job span.apply_col{
	position:absolute;
	right:40px;
	bottom:40px;
	display:none;
}
div.jobs-section .featured_job span.apply_col a{	
	min-width:auto;	
	color:#FFF;
}

div.jobs-section #top2{
	overflow:visible;
	margin-bottom:40px;
}

div.jobs-section .exbutton{
	text-align:center;
	margin-top:50px;
}
div.jobs-section .exbutton a{
	background:#001F6D;
}

@media(max-width:991px){
	div.jobs-section ul li{
		padding:15px 0;
		width:100%;
	}
}
div.wpjobs-section div.jobs-section{
	padding:0;
}
div.wpjobs-section h3{
	line-height:65px;
}
div.wpjobs-section .btn{
	margin-right:20px;
}
div.wpjobs-section .boxtext ul li a{
	color:#1E3582;
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
	padding:10px 0;
	display:block
}
div.wpjobs-section .boxtext ul li a:hover{
	color:#E63329;
	text-decoration:none
}
div.wpjobs-section .boxtext ul li a:hover:after{
	content: '\f061';
    font-family: "Font Awesome Bold";
    margin-left: 15px;
    font-weight: normal;
}
@media(min-width:1200px){
	div.wpjobs-section .boxitems .boxtext{
		width:40%
	}
	div.wpjobs-section .boxitems .boxjobs{
		width:60%
	}
	div.wpjobs-section{
		background:url(../images/bg-rectangle3.png) no-repeat scroll right bottom;
	}
}
div.team div.jobs-section{
	padding:0;
}
div.team div.jobs-section .container{
	padding:0;
}
@media(min-width:992px){
	div.team div.jobs-section ul{
		margin:- 10px;
	}
	div.team div.jobs-section ul li{
		width:50%;
		padding:0 10px;

	}
}
/* END ELEMENT 04 JOB SECTION*/
.control-button {
    text-align: center;
    margin:30px 0;
}
.jcarousel-control-prev, 
.jcarousel-control-next{
	color:#fff;
	position: static;
	width:50px;
	height:50px;
	padding:15px;
	background:#3785F6;
	margin: 5px;
	display:inline-block;
	font-size:20px;
	border-radius:10px;
	vertical-align:middle
}
.jcarousel-control-prev:hover, 
.jcarousel-control-next:hover{
	color:#001F6D;
}
@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{
	text-align:center;
	transform:none;
	position: static;
	margin:0 20px;
    display: inline-block;
}

.jcarousel-pagination a{
	background:#3785F6;
	width:50px;
	height:3px;
	border-radius:100%;
	margin:10px 0;
	box-shadow:none;
	vertical-align:middle;
	border-radius:0;
}

.jcarousel-pagination a.active{
	background:#08407E
}

/* ELEMENT 05 Industries SECTION*/
div.industries-section{
	background:#001F6D url(../images/bg-footer.png) no-repeat scroll left bottom / cover;
	color:#FFF
}
div.industries-section h3{
	color:#FFF;
	text-align:center;
	margin-bottom:80px;
}
div.industries-section ul li h5{
	font-size:34px;
	color:#FFF;
}
div.industries-section ul li{
	padding:15px;
	background:none
}
div.industries-section ul li p{
	font-size:20px;
}
div.industries-section ul li .box img{
	width:100%;
}

div.industries-section ul li .image{
	position:relative;
	height:470px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:30px;
	text-align:center;
	padding:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}

div.industries-section ul li:hover .image:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(215, 249, 211, 0.5);
	content:'';
}

div.industries-section ul li .image .btn{
	margin:10px;
	display:inline-block;
	position:relative;
	background:#001F6D;
	min-width:inherit;
	font-size:16px;
}

div.industries-section ul li .image .btn:hover{
	background:#59AC26;
	color:#FFF
}
div.industries-section ul li .image .btn{
	display:none;
}
div.industries-section ul li:hover .image .btn{
	display:inline-block;
}
@media(min-width:1200px){
	div.industries-section .container{
		max-width:none;
		padding:0;
	}
	div.industries-section .jcarousel-wrapper{
		padding-left:calc(50% - 740px);
	}
	div.industries-section ul li{
		width:660px !important
	}

}
/* END ELEMENT 05 Industries SECTION*/



/*testimonials-section use K2 */
div.testimonials-section{
	position:relative;
}

div.testimonials-section .k2ItemsBlock{
	position: relative;
}

div.testimonials-section .k2ItemsBlock h3{
	margin-bottom:50px;
}
div.testimonials-section .k2ItemsBlock h6{
	color:#E0F542;
	text-transform:uppercase
}

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:10px 0;
}

div.testimonials-section .k2ItemsBlock ul li .maincontent{
    position: relative;
	padding:45px 60px;
	background:#fff;
	border-radius:20px;
}
div.testimonials-section .k2ItemsBlock ul li .maincontent:after{
	background:url(../images/Isolation_Mode.png) no-repeat scroll right bottom;
	content:'';
	position:absolute;
	top:30px;
	right:40px;
	width:50px;
	height:50px;
	
}
div.testimonials-section .k2ItemsBlock ul li .moduleItemTitle,
div.testimonials-section .k2ItemsBlock ul li h5{
	color:#001F6D;
	display: block;
	margin:0 0 30px 0;
	font-size: 26px;
	line-height: 30px;
	font-weight:600;
}
div.testimonials-section .k2ItemsBlock ul li .itemIntroText{
	margin:0px;
	line-height:34px;
	max-height:480px;
	overflow:hidden;
	font-size:20px;
	font-weight:normal;
	color:#001F6D
}
div.testimonials-section .k2ItemsBlock ul li .moduleItemName{
	font-weight:bold;
	color:#001F6D;
	font-size:20px;
}
div.testimonials-section .k2ItemsBlock ul li .moduleItemPosition{
	color:#60687A;
	font-size:16px;
	display:block;	
	position:relative;
}
div.testimonials-section .k2ItemsBlock ul li .moduleItemAvatar{
	float:left;
	width:80px;
	height:80px;
	margin-right:20px;
}

div.testimonials-section .k2ItemsBlock ul li img{
	border-radius:0px;
	float:none !important
}
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:#8E3080;
}

div.testimonials-section .owl-carousel .owl-nav button.owl-next{
	margin:0;
}
@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 .owl-carousel .owl-nav{
		position:absolute;
		right:0;
		margin:0;
		top:-150px;
	}

}


div.testimonials-section .k2ItemsBlock .jcarousel-control-prev,
div.testimonials-section .k2ItemsBlock .jcarousel-control-next{
    border: 1px solid #39CA6E;
    border-radius: 5px;
    padding: 15px 20px;
	width:auto;
    color: #39CA6E;
    font-size: 20px;
	margin:5px;
}

div.testimonials-section .k2ItemsBlock .jcarousel-control-prev:hover,
div.testimonials-section .k2ItemsBlock .jcarousel-control-next:hover{
	background:#003C71;
	border:1px solid #003C71;
	color:#FFF;
}
div.testimonials-section .k2ItemsBlock .jcarousel-pagination{
	display:none;
}
div.testimonials-section .owl-carousel .owl-nav button{
	width:auto;
}
div.testimonials-section .owl-carousel .owl-nav button:before{
	content: '\f178';
	border:1px solid #39CA6E;
	border-radius:5px;
	padding:12px 20px;
	color:#39CA6E;
	font-family: "Font Awesome Light";
	font-size:20px;
}
div.testimonials-section .owl-carousel .owl-nav button.owl-prev:before{
	content: '\f177';
}

div.testimonials-section .owl-carousel .owl-nav button:hover:before{
	background:#003C71;
	border:1px solid #003C71;
	color:#FFF;
}
@media(min-width:768px){
	div.testimonials-section .k2ItemsBlock .control-button{
		position:absolute;
		right:0;
		top:0;
	}
}

/* END testimonials-section */

/* ELEMENT 06 HTML/CSS AND TESTIMONIALS SECTION */


div.test-section div.testimonials-section{
	background:none;
	padding:0;
}
div.test-section div.testimonials-section .container{
	padding:0;
	width:auto !important
}
div.test-section h3{
	line-height:65px;
}
div.test-section .btn{
	margin:0 15px 0 0
}
@media(min-width:992px){
	div.test-section .boxtext *{
		max-width:630px;
	}
	div.test-section .boxtext h3{
		max-width:500px;
	}
	div.test-section .boxitems .boxtext{
		width:40%;
	}
	div.test-section .boxitems .boxtest{
		width:60%;
	}
	div.test-section{
		background:url(../images/bg-rectangle3.png) no-repeat scroll right bottom;
	}
}
/* END ELEMENT 06 HTML/CSS AND TESTIMONIALS SECTION */

#searchedjob{
	overflow:hidden;
}

div.contactext-section{
	
}
div.contactext-section .boxtext ul li a{
	font-size:22px;
	font-weight:300;
	display:block;
	height:80px;
	line-height:1.4;
	display: flex;
	align-items: center;
	background-position:left center;
	padding-left:70px;
	background-repeat:no-repeat;
}

div.contactext-section .boxtext ul li a.phone{
	background-image:url(../images/call_phone_icon.png);
}
div.contactext-section .boxtext ul li a.email{
	background-image:url(../images/email_message_send_icon.png);
}
div.contactext-section .boxtext ul li a.address{
	background-image:url(../images/location_map_marker_icon.png);
}
div.contactext-section div.contactbottom .wdform_page .wdform-label-section{
	display:block !important;
}
div.contactext-section div.contactbottom .wdform_page input[type="text"],
div.contactext-section div.contactbottom .wdform_page textarea,
div.contactext-section div.contactbottom .wdform_page select{
	font-size:20px;
	line-height:30px;
	background:#fff !important;
	border-radius:15px;
	height:100px !important
}
div.contactext-section div.contactbottom .wdform_page textarea{
	height:140px !important;
}
div.contactext-section div.contactbottom label {
    color: #FFF;
    float: right;
    display: inline-block !important;
    font-weight: 400;
	font-size:20px;	
}
div.contactext-section div.contactbottom .wdform-ch-rad-label{
	margin:15px 0 0 70px !important;
	line-height:30px;
}
div.contactext-section div.contactbottom .checkbox-div{
	position:absolute;
	left:0;
	top:0;
}
div.contactext-section div.contactbottom input[type="checkbox"] {
    width: 50px;
    height: 50px;
	border-radius:30px;
	border:none !important;
	
}
div.contactext-section div.contactbottom .button-submit{
	width:auto !important
}

div.contactext-section div.contactbottom .wdform_page div[type="type_checkbox"] .wdform-label-section{
	display:none !important
}
/* LATEST NEWS */
div.blog-section h3{
	margin-bottom:50px;
}
div.blog-section .k2ItemsBlock{
	position:relative;
}

div.blog-section ul li{
	background:none;
	padding:10px 10px 20px 10px;
}
@media(min-width:1200px){
	/*div.blog-section ul{
		margin:0 -10px
	}
	div.blog-section ul li{
		width:50%;
		float:left;
	}
	div.blog-section ul li:nth-child(1){
		width:100%;
		float:none;
	}
	div.blog-section .k2ItemsBlock .heading-section *,
	div.blog-section .k2ItemsBlock .modulePretext *{
		max-width:440px;
	}*/
}
div.blog-section ul li>div{
	position:relative;
	height:100%;
}

div.blog-section ul li img{
	height:560px !important;
	width:100%;
	object-fit:cover;
	border-radius: 20px 20px 0 0;
}
div.blog-section ul li .moduleItemImage{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}

div.blog-section ul li .maincontent{

}
div.blog-section ul li h4,
div.blog-section ul li .moduleItemTitle{
	display:block;
	margin: 0;
	transition: all .2s;
	font-size:28px;
	line-height:50px;
	font-weight:600;
	display:flex;
	align-items:center;
	border-radius:0 0 20px 20px;
	color:#FFF;
	padding:45px;
	height:240px;
	background-image: linear-gradient(to bottom, #1E3582, #081850);
}
div.blog-section ul li h4 a{
	color:#090909
}
div.blog-section ul li a{
	
}
div.blog-section .jcarousel-k2 .moduleItemImage{
	position:relative;
}
div.blog-section .jcarousel-k2 .moduleItemImage:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: '';
	border-radius: 14px;
	transition: all .2s;
}

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 .moduleItemReadMore{
	color:#000;
	background:#E0F542;
	border:none;
	transition: all .2s;
	width:90px;
	height:90px;
	border-radius:100%;
	padding:30px;
	text-align:center;
	display:block;
}
div.blog-section ul li .moduleItemDateCreated{
	color:#474747
}
div.blog-section .moduleCustomLink{
	background:#E63329
}
@media(min-width:992px){
	div.blog-section .moduleCustomLink{
		position:absolute;
		right:0;
		top:0;
	}
}
div.blog-section .moduleCustomLink:hover{
	text-decoration:none
}

div.blog-section .modulePretext .btn{
	margin:10px 15px 10px 0
}

/* END LATEST NEWS */

/* CONTACT BOTTOM */
div.contactbottom{
	position:relative;

}

div.contactbottom p{
	margin-bottom:15px;
}
div.contactbottom .wdform-page-and-images{
	padding: 0 !important;
	display:block !important;
}
div.contactbottom .wdform_page .wdform-label-section{
	max-width:none !important;
	margin-bottom:10px;
	display:none !important
}
div.contactbottom .wdform_page .wdform-label-section .wdform-required{
	display:none !important
}
div.contactbottom .wdform_page .wdform-label-section .wdform-label{
	color:#080239 !important;
	font-size:20px;
	line-height:30px !important;
	display:block !important;
	font-family: "Poppins", sans-serif;
	font-weight:500;
}
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{
	padding:0px;
	margin-bottom:0px;	
}
div.contactbottom .wdform_page .wdform_row .wdform-element-section{
	position:relative;
}

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:1px solid #E4E3FF;
	background:#E4E3FF !important;
	color:#080239 !important;
	height:60px;
	padding: 10px 30px 10px 30px !important;
	font-style: normal !important;
	font-family: "Poppins", serif;
	font-size: 14px;
	line-height:24px;
	border-radius:10px;
}
div.contact-section .boxtext .wdform_select{
	position:relative
}
div.contact-section .boxtext .wdform_select:after{
    color: #141414;
    content: '\f0dd';
    font-family: "Font Awesome Bold";
    margin-left: 7px;
    font-weight: normal;
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 20px;
}
div.contactbottom .wdform_page textarea{
	height:180px !important;
}
div.contactbottom #form12 input[type="checkbox"]{
	width:20px;
	height:20px;
}
div.contactbottom #form12 label{
	color:#FFF;
	float:right!important;
	display:inline !important;
	font-weight:400;
	max-width: calc(100% - 45px);
}
div.contactbottom #form12 .file-upload-status{
	position: static !important;
	display: block;
}
div.contactbottom #form12 label{
	display:block;
}
div.contactbottom #form12 .file-picker{
	display:none !important;
}
div.contactbottom #form12 .file-upload input{
	visibility:visible !important;
	position:relative;
	background:none;
	width:100%;
	height:50px;
	padding:12px;
	border-radius:5px;
	border:1px solid #FFF;
	color:#FFF;
}

div.contactbottom .wdform_page .wdform_row{
	clear: both;
}
div.contactbottom .wdform_page .wdform_row .wdform_select{
	position:relative;
}

div.contactbottom .button-submit{
	padding:15px 30px !important;
	height:60px;
	font-size:18px !important;
	line-height:30px;
	line-height:normal !important;
	font-weight: bold;
	width:100% !important;
	background:#E63329;
	border-radius:10px;
	color:#fff;
	font-family: "Poppins", serif;
}
div.contactbottom .button-submit:after{
    content: '\f061';
    font-family: "Font Awesome Light";
    margin-left: 15px;
    font-weight: normal;
}
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 .itemHeader h3{
	font-size:45px;
	line-height:1;
	margin:0 0 10px 0
}
div.team .itemHeader h5{
	font-size:24px;
	line-height:30px;
	color:#E63329
}
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{
	margin:0
}
div.team div.catItemBody{
	margin:0;
	height: 100%;
}
.profile-section .boximage img,
div.team div.itemImageBlock img{
	border-radius:20px;
}
@media(min-width:992px){
	div.team div.catItemImageBlock img{
		height:400px !important;
		object-fit:cover;
	}
}
.profile-section .boximage h3,
div.team .itemHeader h3{
	
}
div.team .itemHeader{
	position:relative;
}
.profile-section .boximage .linkedin,
div.team .itemHeader .linkedin{	
	background:#003C71;
	color:#FFF;
	width:50px;
	height:50px;
	padding:12px;
	border-radius:100%;
	font-size:30px;
}
@media(min-width:992px){
	.profile-section .boximage .linkedin,
	div.team .itemHeader .linkedin{
		position:absolute;
		right:0;
		bottom:0;
	}
}
div.team .catItemTitle a {
    margin: 0;
    color: #fff;
	font-weight:bold;
	line-height: 50px;
    font-size: 20px;
    display: block;
}
div.team div.catItemView{
	margin: 0;
	padding: 0px;
	height: 100%;
}
div.team .itemContainer{
	overflow:visible;
}
div.team div.catItemBody .catItemDetails{
	padding:45px;
	background-image: linear-gradient(to bottom, #1E3582, #081850);
	color:#FFF;
	border-radius:0 0 20px 20px;
	height: calc(100% - 400px);
}
div.team .catItemPosition {
    margin: 0;
    color: #fff;
	font-weight:bold;
	line-height: 30px;
    font-size: 17px;
    display: block;
}
div.team .catItemPosition label{
	display:block;
	line-height:34px;
	font-weight:bold;
	margin:0;
}
.item-details {
	min-height: 91px
}
.item-details a:hover {
	text-decoration: none;
}
.item-details a {
	display: flex;
	align-items: center;
}
.item-details i {
	font-size: 30px;
    color: #39CA6E;
    margin-right: 10px;
}
.item-details,
div.team div.itemDetails{
	margin:50px 0 30px 0;
}

div.team div.itemDetails i{
	font-size:30px;
	color:#39CA6E;
	margin-right:10px;
}
div.team div.itemDetails label{
	color:#001F6D;
	font-weight:600;
	font-size:24px;
	line-height:30px;
}
div.team div.itemDetails ul{
	list-style:none;
	margin:0;
}
div.team div.itemDetails ul li a{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	padding:20px 0 20px 70px;
	display:block;
	color:#001F6D !important;
	background-position:left center;
	background-repeat:no-repeat;
}
div.team div.itemDetails ul li.email a{
	background-image:url(../images/email_message_send_icon.png);
}
div.team div.itemDetails ul li.phone a{
	background-image:url(../images/call_phone_icon.png);
}
div.team div.itemDetails ul li.linkedin a{
	background-image:url(../images/broken_chain_link_icon.png);
}
div.team .catItemTitle{
	font-size:28px;
	line-height:35px;
	margin-bottom:0px;
	overflow:hidden;
}
div.team div.itemListCategory{
	border:none;
	background:none;
	padding:0;
}
@media(min-width:992px){
	.profile-section .boxitem.boxtext,	
	div.team .itemK2Right{
		padding-left:40px;
	}
}
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}

div.blog-list .post-item .post-title,
div.blog-list .post-item .post-title a{
	font-size:28px;
	line-height:50px;
	color:#fff;
	font-weight:600;
	margin:0;
	font-family:"Poppins", sans-serif
}
div.blog-list .post-item div.catItemView:hover .post-title,
div.blog-list .post-item div.catItemView:hover .post-title a{
	color:#fff
}
div.blog-list .post-item .catItemDateCreated{
	font-size:16px;
	color:#474747;
	font-family:"Poppins", sans-serif
}
div.blog-list .post-item .catItemImage{
	margin:0;
}
div.blog-list .post-item .catItemImage img{
	border-radius:0;
	height:560px !important;
	object-fit:cover;
	border-radius:20px 20px 0 0;
	width:100%;
}
div.blog-list div.catItemView{
	margin:0px;
}

div.blog-list div.catItemView.groupLeading .catItemImage img{
	height:800px !important;
}

div.blog-list div.catItemView .catItemReadMore .btn{
	border:1px solid #323C45;
	color:#323C45;
	background:none;
}

div.blog-list div.catItemView:hover .catItemReadMore .btn{
	border:1px solid #39CA6E;
	color:#fff;
	background:#39CA6E;
}
div.blog-list .post-item .post-content{
	background-image: linear-gradient(to bottom, #1E3582, #081850);
	border-radius:0 0 20px 20px;
	padding:30px 45px;
	display:flex;
	align-items:center;
	height:240px;
	margin:0;
}
div.k2TagCloudBlock a{
	background:#F6F6F6;
	color:#1F2A42;
	text-transform:uppercase;
	padding:10px 20px;
	margin:10px 10px 10px 0;
	font-weight:500;
	font-family:"Poppins", sans-serif
}
div.k2TagCloudBlock a:hover{
	background:#E0F542;
	padding:10px 20px;
	color:#1F2A42;
}
div.blog-list .k2Pagination{
	display:block;
	clear:both
}


div.blog-list .k2Pagination ul li.pagination-start,
div.blog-list .k2Pagination ul li.pagination-end{
	display:none
}
div.blog-list .k2Pagination ul li{
	display:inline-block;
	margin:0 10px;
}
div.blog-list .k2Pagination ul li.pagination-prev a,
div.blog-list .k2Pagination ul li.pagination-prev span,
div.blog-list .k2Pagination ul li.pagination-next a,
div.blog-list .k2Pagination ul li.pagination-next span{
	width:36px;
	height:36px;
	line-height:1;
	border:none;
	display:block;
	text-indent:-200000px;
	font-size:inherit;
	background:url(../images/arrow-prev.png) no-repeat scroll center center;
}
div.blog-list .k2Pagination ul li.pagination-next a,
div.blog-list .k2Pagination ul li.pagination-next span{
	background:url(../images/arrow-next.png) no-repeat scroll center center;
}
div.blog-list .k2Pagination ul li a,
div.blog-list .k2Pagination ul li span{
	font-size:40px;
	font-family:"Oswald", sans-serif;
	font-weight:bold;
	border:none;
	color:#E0F542;
	background:none;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	width:36px;
	height:36px;
	line-height:1;
	list-style-type:upper-alpha
}
div.blog-list .k2Pagination ul li a:hover,
div.blog-list .k2Pagination ul li span{
	color:#2C43C8
}
div.blog-list .itemListCategoriesBlock{
	padding:0;
	margin:0;
}
div.blog-list div.itemListCategory{
	border:none;
	padding:0;
	margin-bottom:50px;
	background:none
}

div.blog-list div.itemListCategory p{
	font-size:20px;
}
div.blog-list div.itemList{
	margin:0;
}

div.blog-list #itemListPrimary{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
}

div.blog-content div.itemToolbar{
	border:none
}
div.blog-content .itemTitle h3{
	font-size:45px;
	line-height:55px;
}
div.blog-content .itemImageBlock{
	margin-bottom:50px;
}
div.blog-content.single-content .post-content-desc p{
	
}
@media(min-width:992px){
	div.blog-list .post-item{
		width:calc(100%/3) !important;
		padding:15px;
		margin:0;
	}
}
@media(min-width:768px) and (max-width:991px){
	div.blog-list .post-item{
		width:50% !important;
		padding:15px;
	}
}
/*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: "Outfit", 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:#25cad22b;
}

#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:46px;
}
.unselectedTab {
    background-color: #E63329 !important;
}
.searchBarContainer ul.tabNav li {
    background: #5a84f3;
}
.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:#5a84f3;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.my-menu li span {color:#000}
.account-center {
	background: #ffffff;
}
.my-menu li.active {
    background: #ffffff;
    opacity: 1;
}
#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 .heading-section{
	margin-bottom:50px;
}

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%;
	margin:0;
	background: none;
	padding:10px;
}
div.team-section .moduleCustomLink{
	background:#E63329
}
@media(min-width:1200px){
	div.team-section .moduleCustomLink{
		display:block;
		position:absolute;
		right:0;
		top:0;
	}
}
@media(max-width:991px){
	.profile-section .boximage .linkedin,
	div.team .itemHeader .linkedin{	
		display: inline-block;
	}
	.profile-section .boximage .linkedin {
		margin-bottom: 20px;
	}
	.item-details a {
		justify-content: center;
	}

	div.team-section .k2ItemsBlock{
		text-align:center;
	}
}

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

div.team-section .k2ItemsBlock .moduleItemDetails{
	padding:45px;
	background-image: linear-gradient(to bottom, #1E3582, #081850);
	color:#FFF;
	border-radius:0 0 20px 20px
}
div.team-section .k2ItemsBlock  .moduleItemTitle{
	line-height:50px;
	font-size:28px;
	display:block;
	margin:0;
}
div.team-section .k2ItemsBlock  .moduleItemTitle a{
	color:#FFF
}
div.team-section .k2ItemsBlock ul li .moduleItemImage{
	position:relative;
}
div.team-section .k2ItemsBlock ul li .moduleItemImage img{
	height:560px !important;
	width:100%;
	object-fit:cover;
	border-radius: 20px 20px 0 0;
}
div.team-section .k2ItemsBlock ul li .moduleItemSocial{
	display:none
}
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 .moduleItemSocial{
	display: block;	
}
div.team-section .k2ItemsBlock .moduleItemPosition{
	display:block;
	font-size: 28px;
	line-height:50px;
	padding:0px;
	color:#fff;
	font-weight:600;
}
div.team-section .k2ItemsBlock .moduleItemPosition label{
	display:block;
	margin:0;
}
/*END ELEMENT 14 TEAM */



/*ELEMENT 03 STORIES SECTION */
div.stories-section .k2ItemsBlock{
	position:relative
}
div.stories-section .k2ItemsBlock h3{
	
}

div.stories-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.stories-section .k2ItemsBlock ul li{
	width:100%;
	margin:0;
	background: none;
	padding:10px;
}
div.stories-section .moduleCustomLink{
	background:#003C71;
	display:block;
	max-width:220px;
	margin:50px auto 0
}

@media(min-width:992px){	
	div.stories-section .k2ItemsBlock ul li{
		padding:0 15px;
	}
	div.stories-section .control-button{		
	}
	div.stories-section .control-button .jcarousel-control-next,
	div.stories-section .control-button .jcarousel-control-prev{
		position:absolute;
		right:0;
		top:0;
	}
	div.stories-section .control-button .jcarousel-control-prev{
		right:100px;
		left:auto
	}
}
@media(max-width:991px){
	div.stories-section .moduleCustomLink{
		display:inline-block;
		margin:20px 10px;
	}
	div.stories-section .control-button .jcarousel-control-next,
	div.stories-section .control-button .jcarousel-control-prev{
		margin:10px;
	}
	div.jobs-section #top2 #datacontainer{
		position:static !important
	}
	div.wpjobs-section div.jobs-section .container{
		padding:0;
	}
}

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

div.stories-section .k2ItemsBlock .moduleItemDetails{
	padding:70px 40px;
	position:absolute;
	left:0;
	bottom:0;
}
div.stories-section .k2ItemsBlock  .moduleItemTitle{
	line-height:46px;
	font-size:30px;
	display:block;
	margin:0;
	color:#003C71
}
div.stories-section .k2ItemsBlock  .moduleItemTitle a{
	color:#FFF;
}

div.stories-section .k2ItemsBlock ul li .moduleItemImage{
	position:relative;
}

div.stories-section .k2ItemsBlock ul li .moduleItemImage:after{
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(034,34,34,1));
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	content:'';
	border-radius:0 0 15px 15px
}

div.stories-section .k2ItemsBlock ul li .moduleItemSocial{
	display:none
}
div.stories-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.stories-section .k2ItemsBlock ul li .moduleItemImage .moduleItemSocial{
	display: none;
	text-align:center;
	position:absolute;
	left:0;
	bottom:50px;
	width:100%;
}

div.stories-section .k2ItemsBlock ul li:hover .moduleItemImage .moduleItemSocial{
	display: block;	
}
div.stories-section .k2ItemsBlock ul li .moduleItemImage img{
	display: block;
	border-radius:15px;
	object-fit:cover;
	width:100%;
	height:700px;
}
div.stories-section .k2ItemsBlock .moduleItemPosition{
	display:block;
	font-size: 18px;
	line-height:38px;
	padding:0px;
	color:#717171;
	font-family: "Poppins", sans-serif;
}

/*END ELEMENT 03 STORIES SECTION */

/*ELEMENT 15 services */
div.services-section{
	background-image: linear-gradient(to bottom, #1E3582, #081850);
	color:#FFF;
}
div.services-section h3{
	color:#FFF
}
div.services-section .heading-section{
	text-align:center;
}
div.services-section .heading-section *{
	max-width:1000px;
	margin:0 auto 40px
}
div.services-section .heading-section p{
	font-size:15px;
	line-height:26px;
}
div.services-section .boxitems .boxitem{
	width:calc(100%/3)
}

div.services-section .boxitems .boxitem>div{
	height:530px;
	background-size:cover;
	border-radius:20px;
	position:relative
}
div.services-section .boxitems .boxitem .boxtext{
	display:none;
	background:#FFF;
	border-radius:20px;
	padding:60px;
	color:#080239;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
div.services-section .boxitems .boxitem:hover .boxtext{
	display: flex;
	flex-direction: column;
}
div.services-section .boxitems .boxitem .boxtext h4{
	font-size:38px;
	text-transform:uppercase;
}
div.services-section .boxitems .boxitem .boxtext p:last-child{
	margin:0;
}
div.services-section .boxitems .boxitem .boxtext .exbutton{
	margin-top: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}
div.services-section .boxitems .boxitem h5{
	background-image: linear-gradient(to bottom, #1175E3, #08407E);
	border-radius:0 0 20px 20px;
	position:absolute;
	left:0;
	bottom:0;
	padding:15px 40px;
	margin:0;
	width:100%;
	font-weight:bold;
	font-size:26px;
	color:#FFF;
	text-transform:uppercase;
	line-height:normal;
	height:130px;
	display:flex;
	align-items:center;
}
div.services-section .boxitems .boxitem .boxtext p{
	font-size:16px;
	line-height:24px;
}
div.services-section ul li{
}
div.services-section ul li a{

}
div.services-section ul li a:hover{
}
@media(min-width:1400px){
}

/*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:1600px){
	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:170px 0;
	position:relative;
}
div.slideshow-section:before{
	
}
div.slideshow-section h1,
div.slideshow-section h5{
	margin-bottom:30px;
	position:relative;	
}

div.slideshow-section h1{
	position:relative;
	line-height:1.2;
	margin-bottom:50px;
}
div.slideshow-section h3{
	line-height:65px;
}
/*div.slideshow-section .boxtext{	
	padding:200px 0;
	position:absolute;
	left:0;
	top:0;
	width:100%;	
	z-index:1;
	height:100%;
	background:url(../images/bg-slide.png) no-repeat scroll left top;
}*/

div.slideshow-section .boxtext{	
	padding:200px 0;
	position:absolute;
	left:0;
	top:0;
	width:100%;	
	z-index:1;
	height:100%;
	/*background:url(../images/bg-slide.png) no-repeat scroll left top;
	background-position-x: -120px;*/
}

div.slideshow-section .boxtext:before{
	/*background:#E4E3FF;
	width:50%;
	height:100%;
	content:'';
	position:absolute;
	left:0;
	top:0;*/
}

div.slideshow-section p{
	font-size:15px;
	line-height:26px;
}
div.slideshow-section .btn{
	margin-right:20px;
	position:relative;
	color:#FFF;
}
div.slideshow-section .btn:hover{
	color:#fff;
	background:#E63329;
}
div.slideshow-home-section{
	transition: all .2s;
	position:relative;	
	padding:0;
}
div.slideshow-home-section h1 span{
	color:#59AC26
}
div.slideshow-home-section video{
	object-fit:cover;
	width:100%;
	height:1000px;
}
div.slideinner-section{
	height:646px;
	display:flex;
	align-items:center
}
div.slideinner-section h3{
	margin:0;
	color:#1E3582;
}
div.slideinner-section h3 span{
	color:#3785F6;
	display:block
}
@media(min-width:992px){
	div.slideinner-section:before{
		position:absolute;
		left:0;
		top:0;
		content:'';
		background:url(../images/bg-slideinner.png) no-repeat scroll left top;
		width:100%;
		height:646px;
	}
}
@media(max-width:991px){
	div.slideinner-section:before{
		position:absolute;
		left:0;
		top:0;
		content:'';
		background:rgba(228, 227, 255, 0.5);
		width:100%;
		height:100%
	}
	div.slideshow-section .boxtext{
		background:none
	}
}
/*END ELEMENT TOPIMAGE 01*/

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

div.about-section{
	position:relative;	
}
div.about-section h3{
	
}
div.about-section h4{
	color:#39CA6E
}
div.about-section .boxitems{
	position:relative
}
@media(min-width:1600px){
	div.about-section .boxitems{
		margin:0 -40px;
	}
	div.about-section .boxitems .boxitem{
		padding:20px 40px;
	}
}
div.about-section .boximage img{
	width:100%;
	object-fit:cover;
	height:100%;
	border-radius:20px;
	position:relative
}

div.about-section .boximage{
	position:relative;
}

.modal-player iframe {
	width: 70vw;
	height: 40vw;
}
.modal-player {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -100;
	opacity: 0;
	pointer-events: none;
	visibility: none;
	transition: opacity .3s;
}
body.up {
	overflow: hidden;
}

span.close-modal {
	background: rgba(255, 255, 255, 0.875);
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2.5vw;
    right: 2.5vw;
	transition: all .2s;
	cursor: pointer;
}

span.close-modal:hover {
	background: white;
}

.modal-player.up {
	z-index: 10000;
	opacity: 1;
	pointer-events: all;
	visibility: inherit;
	background: #00000073;
}
@media(min-width:768px){
	div.about-section .boximage:before{
		position:absolute;
		right:-5px;
		top:-5px;
		background:url(../images/bg-about.png) no-repeat scroll right top;
		width:114px;
		height:360px;
		content:'';
	}
	div.slideshow-section .boxtext .container *{
		max-width:580px;
		position:relative;
		color:white;
	}
}

div.about-section .btn-video{
	position:absolute;
	right:calc(50% - 48px);
	top:calc(50% - 49px);
	background:url(../images/btn-video.png) no-repeat scroll center center;
	width:96px;
	height:98px;
	z-index:1;
	display:block;
	text-indent:-20000px
}
@media(max-width:1199px){
	div.about-section .btn-video{
		/* display:none */
	}
}
@media(max-width:991px){
	.modal-player iframe {
		width: 95vw;
		height: 60vw;
	}
	div.about-section .btn-video {
		bottom: calc(45vw - 49px);
		right: calc(45vw - 49px);
		top: unset;
	}
	span.close-modal {
		top: 15vw;
	}
}
@media(max-width:991px) and (orientation: landscape){
	span.close-modal {
		top: 2.5vw;
	}
}

/*ELEMENT 02 BRANCH SECTION */
div.branch-section{
	background-image:linear-gradient(to bottom, #1E3582, #081850);
	padding:50px 0
}
div.branch-section h5{
	color:#FFF;
	text-align:center;
	line-height:50px;
}
/* div.branch-section .boxitems{
	gap:50px;
} */
div.branch-section .boxitems .boxitem{
	width:100%;
	max-width:300px;
	padding:0;
}
div.branch-section .boxitems .boxitem .box{
	border-radius:20px;
	padding:30px;
	height:180px;
	background-size:cover;
	position:relative;
	display: block;
}
div.branch-section .boxitems .boxitem .box:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	border-radius:20px;
	background-image:linear-gradient(to bottom, #1175E3, rgba(8, 64, 126, 0.5));
}
div.branch-section .boxitems .boxitem .box:hover:before{
	background-image:linear-gradient(to bottom, #081850, rgba(30, 53, 130, 0.5));
}
div.branch-section .boxitems .boxitem .box *{
	position:relative
}
div.branch-section .boxitems .boxitem .box i,
div.branch-section .boxitems .boxitem .box em{
	color:#FFF;
}
div.branch-section .boxitems .boxitem .box h6{
	color:#FFF;
	font-size:24px;
	margin-bottom:60px;
}
div.branch-section .boxitems {
	flex-wrap: nowrap;
}
.branch-wrapper {
	overflow: hidden;
	width: 100%;
	margin-left: 25px;
}
div.branch-section .boxitems{
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0;
}
div.branch-section .boxitems .boxitem {
	padding-right: 50px;
}
.branch-slider {
	position: relative;
}
@media(min-width:992px){
	div.branch-section .boxitems .boxitem{
		width:20%;
		min-width: 20%;
	}
}

/*END ELEMENT 02 BRANCH SECTION */

/*ELEMENT 03 CHOICE SECTION */
@media(min-width:992px){
	div.choice-section .heading-section .boxbutton{
		text-align:right;
	}
	div.choice-section .heading-section .boxbutton .btn{
		margin-left:20px;
	}
}


div.choice-section ul li{
	display:inline-block;
	margin:10px 20px 10px 0;
}
div.choice-section ul li .btn{
	min-width:250px;
}

div.choice-section ul li .btn:after{
	display:none
}


div.choice-section .image:before{
	background-image:linear-gradient(to right,  rgba(30, 53, 130, 0.2), rgba(8, 24, 80, 0.6));
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	border-radius:20px;
}

div.choice-section .image .box{
	background-image:linear-gradient(to bottom, #1175E3, #08407E);
	width:100%;
	position:relative;
	max-width:500px;
	height:100%;
	padding:50px;
	border-radius:20px;
	color:#FFF;
	font-size:15px;
}
div.choice-section .image .box p{
	line-height:24px;
}
div.choice-section .image .box h5{
	line-height:26px;
	line-height:normal;
	color:#FFF
}
div.choice-section .item-logo {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
div.choice-section .image .box p:last-child{
	margin:0;
}
@media(min-width:992px){

}
/*END ELEMENT 03 CHOICE SECTION */

/*ELEMENT 03 */
div.boximage-section{
	padding:0;
}
div.boximage-section .container{
	padding:0;
	max-width:none
}

div.boximage-section ul li{
	height:800px;
}   
div.boximage-section ul li img{
	width:100%;
	height:100% !important;
	object-fit:cover;
}
div.boximage-section ul li .intro{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;	
	color:#FFF;
	height:50%;	
	
}
div.boximage-section ul li:hover .intro{
	background: linear-gradient(to top, rgba(0,60,113,1),  rgba(0,60,113,0));
}
div.boximage-section ul li .intro>div{
	position:absolute;
	bottom:0;
	left:0;
	padding:30px 100px;
}


div.boximage-section ul li .intro>div *{
	display:none;
}
div.boximage-section ul li .intro>div h3{
	display:block;
}
div.boximage-section ul li:hover .intro>div *{
	display:flex;
}
div.boximage-section ul li .intro h3{
	color:#FFF;
	margin-bottom:20px;
}

@media(min-width:992px){
	div.boximage-section .owl-stage-outer{
		margin-left:-25%;
	}
	div.boximage-section ul li .intro>div{
		-moz-transform: skew(15deg);
		-o-transform: skew(15deg);
		-webkit-transform: skew(15deg);
		transform: skew(15deg);
	}
	div.boximage-section ul li{
		border:5px solid #FFF;
		position:relative;
		-moz-transform: skew(-15deg);
		-o-transform: skew(-15deg);
		-webkit-transform: skew(-15deg);
		transform: skew(-15deg);
	}
}
/*END ELEMENT 03*/

/* ELEMENT 10,11,12,13 TEXT SECTION */
div.text-section h5{
	color:#E63329
}
div.text-section{

}

div.text-section ul{
	list-style:none;
	margin-left:0px;
	margin-bottom:30px;
	padding:0;
	
}
@media(min-width:992px){
	div.text-section ul{
		column-count:2;
	}
}
div.text-section label{
	font-weight:600;
	font-size:24px;
}
div.text-section ul li{
	font-size:16px;
	font-weight:500;
	margin:5px 0;
	line-height:35px;
	display: flex;
}
div.text-section ul li:before{
	content:'\f00c';
	font-family:"Font Awesome";
	margin-right:10px;
	color:#E63329
}

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

@media(min-width:992px){
	div.text-section.img-right .boxitems .boxtext{
		order:1;
	}
	div.text-section.img-right{
		padding-top:0;
	}
	div.text-section.img-right .boxitems .boximage{
		order:2;
	}
	div.text-section .boximage .box{
		position:relative;
		height:100%;
	}
	
	div.text-section .boxitems .boxtext p:last-child{
		margin:0;
	}

}
@media(min-width:1600px){
	div.text-section .boxitems{
		margin:0 -30px;
	}
	div.text-section .boxitems .boxitem{
		padding:15px 30px;
	}
}

div.text-section h6 {
    font-weight: 600;
    font-size: 24px;
	color:#E63329
}

.text-section.fullwidth,
div.full-text-section{
	background-image: linear-gradient(to bottom, #1E3582, #081850);
	color:#FFF;
}

.text-section.fullwidth label,
div.full-text-section label{
	color:#E63329
}

.text-section.fullwidth h3,
div.full-text-section h3{
	color:#FFF;
	line-height: 65px;
}

.text-section.fullwidth ul,
div.full-text-section ul{
	max-width:800px;
}
/* END ELEMENT 11 TEXT SECTION */

/* ELEMENT 10 NEW MAP SECTION */
div.map-section h5{
	color:#E63329
}

div.map-section ul{
	list-style:none;
	margin-left:0px;
	margin-bottom:30px;
	padding:0;
	
}
@media(min-width:992px){
	div.map-section ul{
		column-count:2;
	}
}
div.map-section label{
	font-weight:600;
	font-size:24px;
}
div.map-section ul li{
	font-size:16px;
	font-weight:500;
	margin:5px 0;
	line-height:35px;
}
div.map-section ul li:before{
	content:'\f00c';
	font-family:"Font Awesome";
	margin-right:10px;
	color:#E63329
}
/* END ELEMENT 12 map SECTION */


/* ELEMENT 11 ACCORDION SECTION */
div.accordion-section h3{
	color:#3785F6;
	font-size:45px;
	font-weight:bold;
	margin-bottom:50px;
}
.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	padding:20px 30px;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius:6px;
	position:relative;
}
 .accordion-item{
	 margin-bottom: 15px;
	 background:none;
	 padding:0px;
 }
.accordion-item.active .accordion-header {
	color: #fff;
	background-image: linear-gradient(to bottom, #08407E, #1175E3);
}
.accordion-header h6{
	font-size:18px;
	line-height:20px;
	font-weight:500;
	margin:0;
}
.accordion-body {
	padding: 30px 30px;
	display: none;
	border:none;
	border-radius:6px;
	background:#FFF;
}
.accordion-body a{
	font-weight:bold;
}
.accordion-body p{
	margin:0;
}
.accordion-item .accordion-header:after {
	content:'\f054';
	font-family:"Font Awesome";
	position:absolute;
	right:30px;
	text-align:center;
	top:20px;
	font-size:20px;
	color:#1E3582
}
.accordion-item.active .accordion-header:after {
	content:'\f078';
	color:#FFF
}
.accordion-item.active .accordion-header h6{
	color:#FFF;
}
@media(min-width:992px){
	div.accordion-section{
		padding-top:0;
	}
}
/* END ELEMENT 11 ACCORDION SECTION */

div.join-section{
	background-size:cover;
	position:relative;
	color:#FFF;
	text-align:center;
	font-size: 22px;
}
div.join-section a {
    color: white;
    text-decoration: underline;
}
div.join-section:before{
	background-image: linear-gradient(to bottom, rgba(30, 53, 130, 0.6), #081850);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
}
div.join-section h3,
div.join-section h5{
	color:#FFF
}
div.join-section h5{
	font-size:24px;
}
div.join-section .btn{
	background:#E63329
}
div.join-section .container{
	position:relative
}

div.contactmap-section{
	padding:0;
}
div.contactmap-section .boxitems{
	margin:0;
}
div.contactmap-section .boxitems .boxitem{
	padding:0;
}
div.contactmap-section .box{
	background:#F2F6FF;
	padding:65px;
	font-size:20px;
	color:#001F6D;
}
div.contactmap-section .box ul li a{
	font-size:24px;
	font-weight:600;
	padding:20px 0 20px 60px;
	display:block
}
div.contactmap-section .box .phone{
	background:url(../images/call_phone_icon.png) no-repeat scroll left center;
}
div.contactmap-section .box .email{
	background:url(../images/email_message_send_icon.png) no-repeat scroll left center;
}
div.contactmap-section iframe{
	width:100%;
}
@media(min-width:992px){
	div.contactmap-section iframe{
		height:100%;
	}
}
/* ELEMENT 03 SECTOR SECTION */
div.sector-section{
	color:#8A879F;
	position:relative;
}

div.sector-section ul li{	
	padding:12px;
}
div.sector-section .box-button li {
	display: flex;
}
div.sector-section .box-button a {
	height: 100%;
    display: block;
    width: 100%;
}

div.sector-section ul li p{
	margin:0;
}
div.sector-section .box-button .boxcontent{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
div.sector-section ul li .boxcontent::before {
	transition: all .2s;
}
div.sector-section ul li .boxcontent{
	position:relative;
	overflow:hidden;	
	padding:30px;
	border-radius:15px;
	color:#FFF;
	background:#003C71;
	text-align: center;
}
div.sector-section ul.box-title{
	margin-top:50px;
}
div.sector-section ul.box-title li .boxcontent{
	height:400px;
}
div.sector-section ul.box-title li .boxcontent:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:rgba(0,60,113,0.7);
	border-radius:15px;
}
div.sector-section ul li .boxcontent .boxintro{
	position:relative;
	height:100%;
	overflow:hidden;
}
div.sector-section ul li .boxcontent hp,
div.sector-section ul li .boxcontent h4{
	color:#FFF;
}

div.sector-section ul li img{
	width:100%;
	height:100%;
	min-height:450px;
	object-fit:cover;
	border-radius:15px;
	position:absolute;
	left:0;
	top:0;
}

div.sector-section ul li .btn{
	padding:45px 110px 45px 30px;
	position:absolute;
	left:40px;
	bottom:40px;
	color:#003C71;
	border-radius:14px;
	display:none;
	background:#FFF url(../images/arrow-readmore.png) no-repeat scroll 80% center;
}
div.sector-section ul li .btn:after{
	display:none;
}
div.sector-section ul li:hover .boxcontent:before{
	background:#39CA6E;
}
div.sector-section ul li:hover .boxcontent .boxintro{
	display:none;
}
div.sector-section ul li:hover .btn{
	display:block;
}
div.sector-section ul.box-button li .boxcontent{
	padding:45px;
	border:5px solid #003C71;
	transition: all .2s;
}
div.sector-section ul.box-button li .boxcontent h4{
	margin:0;
}

div.sector-section ul.box-button a:hover{
	text-decoration: none;
}
div.sector-section ul.box-button li:hover .boxcontent{
	background:#FFF;
}
div.sector-section ul.box-button li:hover .boxcontent h4{
	color:#39CA6E
}
div.sector-section .box-button {
	max-height: 0;
	overflow: hidden;
	transition: all .2s;
}
div.sector-section .box-button.draw {
	max-height: 240px;
}
@media(max-width:1420px){
	div.sector-section .box-button.draw {
		max-height: 550px;
	}
}
@media (max-width: 767px) {
	div.sector-section .box-button.draw {
		max-height: 740px;
	}
	div.sector-section ul.box-button li .boxcontent {
		padding: 45px 15px;
	}
}
@media(min-width:768px){
	div.sector-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.sector-section ul li{
		width:100%;
		max-width:354px;
	}
}
@media(min-width:1200px){
	div.sector-section ul{
		margin:0 -12px;
	}
	div.sector-section.columns-5 ul li .btn {
		padding: 35px 90px 35px 25px;
		left: 19px;
		background: #FFF url(../images/arrow-readmore.png) no-repeat scroll 93% center;
	}
	div.sector-section.columns-5 h4 {
		margin-bottom: 10px;
		line-height: 1.3;
		font-size: 40px;
	}
	div.sector-section.columns-5 ul li .boxcontent {
		padding: 30px 15px;
	}
	div.sector-section.columns-5 ul li{
		width:100%;
		max-width:284px;
	}
	div.sector-section.columns-5 ul li .boxcontent p {
		padding: 15px;
		line-height: 1.5;
		padding: 0;
		font-size: 16px;
	}
	
}
/* ELEMENT 03 SECTOR SECTION */

/* ELEMENT 07 CTA SECTION */
div.cta-section{
	padding:0;
}
div.cta-section .box{
	border-radius:20px;
	background-position:center center;
	background-size:cover;
	position:relative;
	padding:120px;
	font-size:20px;
}
div.cta-section .box:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(215, 249, 211, 1), rgba(215, 249, 211, 0));
	border-radius:20px 0 0 20px;
}
div.cta-section .box *{
	position:relative;
}
@media(min-width:1200px){
	div.cta-section .box *{
		max-width:50%;
	}
}
@media(max-width:1199px){
	div.cta-section .box:before{
		 background:rgba(215, 249, 211, 0.8); 
	}
}

div.cta-section .box h3{
	margin-bottom:10px;
}
div.cta-section .box p{
	margin-bottom:20px;
}
div.cta-section .box p:last-child{
	margin:0;
}
div.cta-section .box .btn{
	margin:5px 15px 5px 0;
}
div.cta-section .box .btn:hover{
	background:#FFFFFF
}
div.cta-section .boxitems{
	align-items:center;
}

/* END ELEMENT 07 CTASECTION */


/*ELEMENT 18 TESTIMONIALS */

/*END ELEMENT 18 TESTIMONIALS */


div.logos-section h3{
	color:#39CA6E;
	text-align:center;
	margin-bottom:80px;
}
div.logos-section h3 span{
	display:block;
	color:#003C71;
	font-weight:100;
}

/*ELEMENT 19 CONTACT SECTION */


div.contact-section{
	background-image: linear-gradient(to bottom, #081850, #1E3582);
	position:relative
}
div.contact-section h3{
	color:#FFF
}
div.contact-section p{
	font-size:15px;
	line-height:24px;
}
div.contact-section .boxitems{
	
}
div.contact-section .boxitems .boxitem{
	padding:0;
}
div.contact-section .boxitems .boximage img{
	width:100%;
	height:100%;
	object-fit:cover;
}
div.contact-section .boxitems .boximage .box{
	background-size:cover;
	background-repeat:no-repeat;
}
div.contact-section .boxitems .boxitem .box{
	height:100%;
	min-height:400px;
}
div.contact-section .boxitems .boxtext .box{
	padding-right:50px;
	font-size:20px;
	line-height:34px;
	height:100%;
	position:relative;
	color:#FFF;
	padding-left: 15px;
}
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:10px 0;
	position:relative;
	font-size:32px;
	line-height:40px;
	font-weight:500;
	margin-bottom:30px;
}
div.contact-section .boxtext ul li label{
	font-size:32px;
	color:#FFC300;
	letter-spacing:5px;
	font-weight:normal;
	display:block;
	margin-bottom:20px;
}

div.contact-section .boxtext ul .email a {
	color:#003C71;
}
div.contact-section .boxtext ul li.address {
	background-image:url(../images/icon-address-b.png);
}
div.contact-section .boxtext ul li.email {
    background-image:url(../images/icon-email-b.png);
}
div.contact-section .boxtext ul li.phone {
     background-image:url(../images/icon-phone-b.png);
}

@media(min-width:992px){
	div.contact-section iframe{
		border-radius:20px;
		height:670px;
	}	
	div.contact-section .boxitems .boximage .box{
		position:absolute;
		right:0;
		top:0;
		width:50%;
		height:100%
	}
	div.contact-section .boxitems .boximage .box:before{
		background:url(../images/icon-30-l.png) no-repeat scroll center center;
		width:100%;
		height:100%;
		content:'';
		position:absolute;
		left:0;
		top:0;
	}
	div.contact-section .contactbottom{
		max-width:700px;
	}
}
/*END ELEMENT 19 CONTACT SECTION */

div.section .boximage>div{
	position:relative;
	
}

/*ELEMENT 03 ABOUT US */
div.about-section{
	color:#FFF;
	background:#96BDD3
}
div.about-section h1{
	color:#FFF;
}
div.about-section .btn{
	color:#FFF;
}
div.about-section .btn:hover{
	color:#E0F542;
}
/*END ELEMENT 03 ABOUT US */

div.heading-section{
	position:relative;
}
div.heading-section h3{
	
}

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

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

#wpmenu{
	position:fixed;
	right:-100%;
	top: 0;
    bottom:0;
	width:100%;
	background:#000;
	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;
	}

	div.boxitems.fullwidth .boxitem {
		width: 100%;
	}
	div.text-section .boxitems.reversed {
		flex-direction: row-reverse;
	}
}

@media(max-width:991px){
	#topheader .menubtn {
		margin: 50px 0px;
	}
	#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;
		display:none
	}
	
}

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;*/
	position:relative;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

div.blog .itemImageBlock img{
	width:100% !important;
	height:550px !important;
	object-fit:cover;
	border-radius:30px;
}

div.blog .itemTitle{

}
/* 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{
	margin-top:50px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	color:#323C45;
	background:none;
	border-radius:100%;
	padding:5px !important;
	width:50px;
	height:50px;
	opacity:1 !important;
}
.owl-theme .owl-dots{
	margin-top:50px;
	position:absolute;
	left:calc(50% - 60px);
	bottom:0;
	width:120px;
	text-align:center;
}
.owl-carousel .owl-nav button.owl-next{
	margin-left:120px;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
	background:none;
	color:#323C45;
}
.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:'\f053';
	font-family:"Font Awesome";
	font-weight:400;
	font-size:50px;
	
}
.owl-carousel .owl-nav button.owl-next:before{
	content:'\f054';
}

.owl-theme .owl-dots .owl-dot span{
	background:#323C45;
	width:25px;
	height:25px;
	margin:5px;
}
.slideshow-section-slider.container span {
    color: #5a84f3 !important;
}
.owl-theme .owl-dots .owl-dot:hover span{
	background:#39CA6E;
}
.owl-theme .owl-dots .owl-dot.active span{
	background:#39CA6E;
}
.owl-carousel .owl-item {
	transition: width .5s;
}
.owl-carousel .owl-item:hover {
	width: 900px!important;
}
.owl-carousel .owl-item img {
	transform: skew(15deg);
	width: 140%;
    max-width: unset;
    margin-left: -17.5%;
}
div.boximage-section .owl-item li {
	overflow: hidden;
}
@media(max-width:991px){
	.owl-theme .owl-dots .owl-dot:hover span,
	.owl-theme .owl-dots .owl-dot.active span{
		background:#39CA6E;
	}	
}
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:#8E3080;
}
a.rslides_nav.next{
	background-image:url(../images/next.png);
}
.accordion .inner {
	overflow: hidden;
	display: none; 
	padding:30px 50px;
	font-family: "Poppins", sans-serif;
}
.accordion li{
	margin-bottom:25px;
	background:#fff;
	border-radius:0;
	border:5px solid #F6F6F6
}
.accordion li a.toggle {
	width: 100%;
	display: block;
	padding:30px 120px 30px 50px;
	background:#F6F6F6;
	color: #0A0A33;
	font-weight:500;
	border-radius:0;
	font-size:32px;
	transition: background .3s ease;
	position:relative;
	font-family: "Poppins", sans-serif;
}
.accordion li a.toggle:hover,
.accordion li a.toggle:visited{
	text-decoration:none
}
.accordion li a.toggle:after {
	content:'\f078';
	font-family:"Font Awesome Light";
	width:50px;
	height:50px;
	padding:5px;
	border:3px solid #E0F542;
	border-radius:100%;
	position:absolute;
	right:50px;
	text-align:center;
	top:calc(50% - 25px);
	background:#FFF;
	color:#0A0A33;
	font-size:24px;
}
.accordion li a.toggle.active{
	background:none;
}
.accordion li a.toggle.active:after {
	content:'\f077';
	background:#E0F542;
	color:#0A0A33
}
.accordion .inner  li{
	background:none;
	border:none
}
.choice-tabs {
	position: relative;
	margin-top:50px;
}
.choice-tabs .tab-item {
	opacity: 0;
	position: absolute;
	transition: all;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: all .2s;
	pointer-events: none;
}

div.choice-section .image{
	border-radius:20px;
	padding:50px;
	background-size:cover;
}
.choice-tabs .tab-item.active {
	opacity: 1;
	pointer-events: all;
}
@media(min-width:768px) and (max-width:1199px){
	div.services-section .boxitems .boxitem{
		margin:0 auto 10px;
		width:50%;
		max-width:560px;
	}
}
@media(max-width:1600px){

	div.services-section .boxitems .boxitem .boxtext {
		padding: 40px;
	}
}
@media(max-width:991px){

	div.services-section .boxitems .boxitem h5 {
		padding: 15px 30px;
	}
	div.services-section .boxitems .boxitem .boxtext {
        padding: 40px 20px;
    }
	div.services-section .boxitems .boxitem .boxtext h4 {
		font-size: 32px;
	}
	div.services-section .boxitems .boxitem .boxtext p,
	div.services-section .boxitems .boxitem .boxtext h4 {
		margin-bottom: 20px;
	}
	.services-section .boxitems {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}	
	div.services-section .boxitems .boxitem {
		width: 100%;
	}
	div.logo{
		margin:30px 0;
		max-width:60%;
	}
	div.logo img{
		width:100%;
		max-width:300px
	}	
	div.slideshow-home-section video{
		display:none
	}
	div.slideshow-home-section .boxtext{
		padding:200px 0 100px 0;
		position:static;
	}
	div.boxitems .boximage{
		margin:0 auto;
		text-align:center;
	}
	
	.blog-list .post-item {
		width:50% !important;
		max-width:480px;
		margin:0 auto;
	}
	#wrapper{
		overflow: hidden;
		padding:0 !important
	}
	div.action-section{
		padding:100px 0
	}
	div.testimonials-section .k2ItemsBlock ul li .itemIntroText{
		margin-bottom:50px;
	}
	div.contact-section .boxitems .boxtext .box{
		padding:50px 0;
	}

	div.cta-section .box{
		padding:50px;
	}
}

@media(max-width:767px){
	div.services-section .boxitems .boxitem>div {
		height: 580px;
	}
	.services-section .boxitems {
		grid-template-columns: 1fr;
	}
	div.logo img{
		max-width:250px
	}	
	.blog-list .post-item,
	div.team div.itemContainer{
		width:100% !important;
		float:left
	}
	div.slideshow-section{
		text-align:center;
	}
	div.slideshow-section .boxtext{
		text-align:center;
	}
	#bottom{
		text-align:center;		
	}
	#bottom .moduletable{
		margin:0 auto
	}
	#bottom .moduletable.contact{
		width:100%;
		margin:0 auto 30px
	}

	#footer .footermenu,
	#footer .powered{
	
	}
	div.services-section .boxitems .boxitem{
		margin:0 auto 10px;
		width:100%;
		max-width:560px;
	}
	div.branch-section .boxitems .boxitem{
		margin:0 auto 10px;
	}
	div.text-section .btn{
		display:block;
		margin:0 auto;
		width:100%;
		max-width:260px;
	}
	div.jobs-section .featured_job span.title_col a{
		font-size:32px;
		line-height:42px;
	}
	div.jobs-section .featured_job span{
		font-size:24px;
	}
	.blog-list .post-item,
	div.team div.itemContainer{
		margin:0 auto;
		float:none;
	}	
	div.text-section img{
		width:100%;
	}
	
	div.industry-section .boxitem .box .details p .btn,
	div.industry-section .boxitem .box .details p .btn:last-child{
		margin:10px;
	}

}

@media(max-width:480px){
	div.services-section ul li{
		width:100%;
		height:auto;
		margin:10px;
	}
	div.services-section ul li a{
		width:260px;
		height:260px;
		font-size:30px;
	}
	#topheader .menubtn {
		margin: 40px 0px;
	}
}

@media(min-width:1200px) and (max-width:1399px){
	#topmenu .navbar-nav{
		gap: 20px;
	}
	#toplinks ul li a{
		padding:20px 30px
	}
	h1,div.slideshow-section h1,
	div.industry-section h1,
	div.jobs-section h1,
	div.talent-section h1,
	div.blog-section h1{
		font-size:80px;
	}	
}

@media(min-width:992px) and (max-width:1199px){
	#topmenu{
		margin:0;
	}
	#toplinks{
		margin-bottom:0;
	}
	#toplinks ul li a{
		padding:20px 30px
	}
	h1,div.slideshow-section h1,
	div.industry-section h1,
	div.jobs-section h1,
	div.talent-section h1,
	div.blog-section h1{
		font-size:60px;
	}	
}

div.popupbox{
	position:fixed;
	right:100px;
	bottom:-500px;
	border:10px solid #FFF;
	padding:45px;
	border-radius:20px;
	width:460px;
	background:url(../images/bg-uk.png) no-repeat scroll center center / cover;
	z-index:10;
	text-align:center;
	color:#FFF;
	transition: all .8s;
	animation-timing-function: cubic-bezier(0.4, 0.3, 0.1);
}

div.popupbox.open {
	bottom: 100px;
}



div.popupbox h5{
	color:#FFF;
	line-height:normal
}
div.popupbox p{
	line-height:22px;
	font-size:16px;
}
div.popupbox:before{
	 background-image: linear-gradient(to right, rgba(30, 53, 130, 0.5), rgba(8, 24, 80, 1));
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 content:'';
	 border-radius:20px;
}
div.popupbox *{
	position:relative;
}
div.popupbox .btn{
	background:#E63329;
}
div.popupbox p:last-child{
	margin:0;
}

div.popupbox .closepopup{
	background:#FFF;
	border-radius:100%;
	width:65px;
	height:65px;
	display:block;
	position:absolute;
	right:-30px;
	top:-30px;
	padding:20px;
	font-size:25px;
	cursor: pointer;
	color:#000000
}

.slideshow-section-bg {
	width: 100%;
	height: 1000px;
	z-index: 0;
}
.slideshow-section .form-element{
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}
.slideshow-section-bg * {
	height: 100%;
}
.slideshow-section-bg-item {
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-container .swiper {
	height: 1100px;
	overflow: hidden!important;
}

.swiper-container  .swiper-vertical>.swiper-wrapper {
	height: fit-content;
}

.swiper-container  .swiper-wrapper {
	display: flex;
	flex-direction: column;
}

.swiper-container  div.jobs-section ul li {
	margin-bottom: 0;
}

.interactive-map {
	height: 100%;
}
.interactive-map svg path {
	pointer-events: none;
}
.interactive-map svg {
	height: 100%;
	width: auto;
	max-width: 100%;
}

.map-item {
	transition: all .3s;
	opacity:1;
}

.interactive-map svg .map-item,
.interactive-map svg .map-item * {
	pointer-events: all;
}

.map-item:hover {
	opacity:.8;
}

.map-container {
	display: flex;
}

@media(max-width:1500px){ 
    div.branch-section .boxitems div.boxitem {
        width: 25%;
        min-width: 25%;
		padding-right: 24px;
    }
	.branch-wrapper {
		margin-left: 12px;
	}
	
	div.team-section .k2ItemsBlock .moduleItemDetails {
		padding: 20px;
	}
	div.team-section .k2ItemsBlock .moduleItemDetails *,
	div.blog-section ul li h4 {
		padding: 20px;
		line-height: 1.5;
		font-size: 24px;
	}
	div.team-section .k2ItemsBlock .moduleItemDetails * {
		padding: 0;
	}
}
@media(max-width:1200px){ 
	.swiper-container  .swiper {
		height: 1280px;
	}
    div.branch-section .boxitems div.boxitem {
        width: 33.334%;
        min-width: 33.334%;
    }
	div.contactext-section .boxtext ul li a {
		font-size: 18px;
	}
	div.contactext-section div.contactbottom .wdform_page input[type="text"],
	div.contactext-section div.contactbottom .wdform_page textarea,
	div.contactext-section div.contactbottom .wdform_page select{
		font-size:18px;
		height:80px !important
	}
}
div.branch-section .boxitems {
	display: flex;
}
@media(max-width:991px){ 
	.map-container {
		flex-direction: column;
	}
	.interactive-map svg {
		width: 100%;
	}
    div.branch-section .boxitems div.boxitem {
        width: 50%;
        min-width: 50%;
    }
	.swiper-container  .swiper {
		height: 1080px;
	}
	div.contactbottom #form12 input[type="checkbox"] {
		display: block;
	}
	div.contactbottom #form12 label {
		margin-bottom: 0;
	}
	div.contactext-section div.contactbottom input[type="checkbox"] {
		display: block;
		height: 35px;
		width: 35px;
		margin-top: 12px;
	}

	div.testimonials-section .k2ItemsBlock ul li .maincontent {
		padding: 15px;
		width: 100%;
	}
}

@media(max-width:767px){

	div.popupbox {
		right: 20px
	}
	div.popupbox.open {
		bottom: 20px;
	}

	div.popupbox .closepopup {

		width: 44px;
		height: 44px;
		right: -20px;
		top: -20px;
		padding: 13px;
		font-size: 20px;
	}

	div.popupbox {
		padding: 20px;
		width: 90vw;
		max-width: 350px;
	}

	div.search-section .rmsearch .selectbox {
		max-width: unset!important;
	}
	.slideshow-section .form-element {
		justify-content: space-between;
	}
	div.slideshow-section .sbtn,
	div.slideshow-section .btn {
		width: 47%;
		margin-right: 0;
	}
	div.search-section .rmsearch .submit {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 10px;
		column-gap: 10px;
	}
	div.test-section h3,
	div.slideshow-section h3 {
		line-height: 1.3;
	}

	div.search-section .rmsearch input[type="submit"], div.search-section .rmsearch .form-element .btn {
		margin: 0;
	}

	div.branch-section .boxitems div.boxitem {
        width: 100%;
        min-width: 100%;
		padding-right: 20px;
    }
	.branch-wrapper {
		margin-left: 10px;
	}

	div.choice-section ul li .btn {
		min-width: unset;
		width: 100%;
	}
	div.choice-section ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
		column-gap: 10px;
	}
	div.choice-section ul li {
		margin: 0;
	}
	.choice-tabs {
		margin-top: 20px;
	}
	div.choice-section .image .box {
		padding: 15px 25px;
	}

	div.wpjobs-section h3 {
		line-height: 1.3;
	}

	div.wpjobs-section .boxtext ul li a {
		font-size: 22px;
	}

	h5 {
		font-size: 22px;
	}
	div.jobs-section ul li>div {
		padding: 30px;
	}
}

@media(max-width:575px){ 
	div.jobs-section ul li>div {
		padding: 30px 15px;
	}
	div.contactext-section .boxtext ul li a {
		font-size: 16px;
	}
	div.contactext-section div.contactbottom .wdform_page input[type="text"],
	div.contactext-section div.contactbottom .wdform_page select{
		font-size:16px;
		height:50px !important;
		padding: 10px 15px !important;
	}
	div.contactext-section div.contactbottom .wdform_page textarea {
		height:100px !important;
		padding: 10px 15px !important;
	}
	div.contactbottom .wdform_page .wdform-label-section .wdform-label {
		font-size: 14px;
	}
	div.contactext-section div.contactbottom label {
		font-size: 16px;
	}
	.swiper-container  .swiper {
		height: 1280px;
	}
	div.team-section .k2ItemsBlock ul li .moduleItemImage img,
	div.blog-section ul li img {
		height: 420px !important;
	}
	.jcarousel-pagination a {
		width: 20px;
		height: 6px;
	}
	.jcarousel-control-prev, 
	.jcarousel-control-next {
		width: 30px;
		height: 30px;
		padding: 7px 1px;
    	font-size: 15px;
		margin: 0;
	}
	#exbottom .container {
		padding: 0;
	}
	#exbottom {
		padding: 30px 15px;
	}
	#exbottom .selectbox,
	#exbottom h3 {
		line-height: 1.3;
		padding-left: 15px;
		padding-right: 15px;
	}
	#exbottom .col-md-4 {
		padding: 0;
		width: 100%;
	}
	#exbottom select {
		padding: 10px;
	}
}
@media(max-width:480px){ 
	div.services-section .boxitems .boxitem .boxtext {
		padding: 20px 15px;
	}
	div.choice-section .image .box {
		padding: 15px;
	}
	div.choice-section ul {
		grid-template-columns: 1fr;
	}
	div.choice-section .image {
		padding: 0;
		background-image: none;
	}
	div.slideshow-section .sbtn,
	div.slideshow-section .btn {
		width: 100%;
	}
	div.choice-section .item-logo {
		flex-direction: column;
		row-gap: 25px;
		margin-bottom: 20px;
	}
	div.choice-section .item-logo {
		flex-direction: column;
		row-gap: 25px;
		margin-bottom: 20px;
	}
	div.jobs-section .featured_job span.apply_col {
		position: static;
	}
	div.jobs-section ul li>div {
		padding: 15px 15px;
	}
	div.jobs-section ul li>div:before,
	div.testimonials-section .k2ItemsBlock ul li .maincontent:after,
	div.jobs-section ul li>div:before {
		position: absolute;
		right: 14px;
		top: 20px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	div.testimonials-section .k2ItemsBlock ul li .moduleItemTitle, 
	div.testimonials-section .k2ItemsBlock ul li h5,
	div.jobs-section .featured_job span.title_col a {
        font-size: 20px; 
		line-height: 42px;
	}

	div.testimonials-section .k2ItemsBlock ul li .itemIntroText {
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	div.jobs-section .featured_job span.title_col {
		margin-bottom: 10px;
	}
	div.jobs-section .featured_job span.desc_col {
		margin-top: 10px;
	}
	div.jobs-section .featured_job .sec_col, 
	div.jobs-section .featured_job .type_col {
		font-size: 18px;
	}
	div.jobs-section .featured_job span.apply_col a {
		margin-right: 0;
		width: 100%;
	}
	div.wpjobs-section .boxtext ul li a {
		font-size: 18px;
	}
	.wpjobs-section-buttons {
		display: flex;
		justify-content: space-between;
	}
	.wpjobs-section-buttons .btn {
		margin-right: 0!important;
	}
	div.contactbottom #form12 label {
		max-width: calc(100% - 65px);
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px;
	}
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.team-grid {
	gap: 24px;
	display: grid;
}
.team-grid.col-1 {
    grid-template-columns: 1fr;
}
.team-grid.col-2 {
    grid-template-columns: 1fr 1fr;
}
.team-grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.team-grid.col-4 {
    grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.team-grid.col-5 {
    grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}
.team-grid.col-6 {
    grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}
div.team .col-4 div.catItemBody .catItemDetails,
div.team .col-5 div.catItemBody .catItemDetails,
div.team .col-6 div.catItemBody .catItemDetails {
	padding: 16px 32px;
}
.team-grid .itemContainer {
	width: 100%!important;
}

div.team div.catItemImageBlock img {
	object-fit: cover;
}

@media(max-width:1500px){
	.team-grid.col-6,
	.team-grid.col-5 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media(max-width:1200px){
	.team-grid.col-5,
	.team-grid.col-6 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:991px){
	.team-grid.col-5,
	.team-grid.col-6 {
		grid-template-columns: repeat(2, 1fr);
	}

	div.team div.catItemBody .catItemDetails {
		height: calc(100% - 395px);
	}
}

@media (max-width: 767px) {
    div.team div.catItemBody .catItemDetails {
        height: calc(100% - 53vw);
    }
}

@media(max-width:575px){
	.team-grid.col-5,
	.team-grid.col-6 {
		grid-template-columns: repeat(1, 1fr);
	}
	div.team div.catItemBody .catItemDetails {
		height: auto;
	}
}