@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;transition: ease-in-out all .2s !important;
}
a:hover {
	text-decoration:none;
}
li {
	list-style-type:none;
}
p {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
	font-family: 'Raleway', sans-serif;
	margin:0px;
	padding:0px;
	background-color:#f2f4f7;
	max-width: 100%;
	overflow-x: hidden !important;
}
#particles-js{
  width: 100%;
  background:#00263e;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow:hidden;
}
canvas{
  display:block;
  vertical-align:bottom;
  position:absolute;
  top:0px;
}
 .typed-cursor {
        opacity: 1;
        animation: blink .7s infinite;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
.header {
	background: linear-gradient(-50deg, #005c94, #003a5d);
	background-color: #00395c;
	margin: 0;
	padding-bottom: 160px;
	padding-top: 40px;
	width: 100%;
	animation-direction:alternate-reverse;
    animation-duration:15s;
}
.header h1 { z-index:9; position:relative; }

.bg {
  animation:slide 10s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #003a5d 50%, #0e5884 50%);
  bottom:0;
  left:-50%;
  opacity:.3;
  position:absolute;
  right:-50%;
  top:0;
  z-index:0;
  height: 961px;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:15s;
}

.bg3 {
  animation-duration:20s;
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


.logo {
	margin: 0;
	width: 100%;
}
.top-sec {
	height: 96px;
	line-height: 96px;
	width: 100%;
	display:none;
}
.nav-sec {
	float:right;
}
.nav-sec li {
	padding-left: 20px;
	padding-right:0px;
}
.nav-sec li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height:24px;
	text-transform: uppercase;
	letter-spacing:.5px;
	transition: ease-in-out .2s all;
}
.nav-sec li a:hover {
	color:#FFC700;
}
.nav-sec .button a {
	background: blue;
	background: #fdc02d;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 160px;
	color:#fff !important;
	transition: ease-in-out all .2s;
}
.nav-sec .button a:hover {
	background: blue;
	background: linear-gradient(to left, #FFC700, #fdc02d);
}
.header-content {
	padding-top: 155px;
}
.header-content h1 {
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	line-height: 62px;
	text-align: center;
	padding-bottom:80px;
}

.cp h1 { padding-bottom: 0px; }

.cp h2 {
	color: #ffbf47;
	font-size: 36px;
	font-weight: lighter;
	line-height: 62px;
	text-align: center;
	padding-bottom:80px;
}

.header-content span {
	color: #fdc02d;
}
.header-content .find-job {
	background: #fff none repeat scroll 0 0;
	width: 100%;
	border-radius:0px;
	overflow:hidden;
	position:relative;
	z-index:999;
	display: none;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.6);
}
.left-sec {
	background: #113c49;
	float: left;
	padding: 25px 40px;
	width: 270px;
}
.left-sec h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	text-transform:capitalize;
}
.left-sec h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 30px;
	text-transform: capitalize;
}
.left-sec a {
	color: #9dcfe2;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:underline;
}
.left-sec a:hover {
	color:#fff;
}
.find-job .right-sec {
	float: right;
	padding:35px 40px;
	width: calc(100% - 270px);
}

.form-design input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d0cfcf;
	height: 50px;
	width: 288px;
	padding-left:20px;
}
.form-design .list-inline span {
	color: #003a5d;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-transform:capitalize;
	display:block;
	line-height:40px;
	margin-bottom:7px;
}
.form-design .list-inline input[type="submit"] {
	background:  #fdc02d;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 40px;
	text-transform: uppercase;
	width: 180px;
	border:none;
	padding-left:0px;
	font-weight:500;
	letter-spacing:.5px;
}
.form-design .list-inline input[type="submit"]:hover {
	background: linear-gradient(to left, #FFC700, #fdc02d); color:#000;
}
.great-chamber {
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 110px;
	position: relative;
	z-index:9;
	display:none;
}
.chamber-holder { height: 195px; }
.chamber-logo {
	border-right: 1px solid #a6cbe5;
	height: 86px;
}
.chamber-content p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
}
.chamber-content span {
	font-weight: 600;
}
.find-talent {
	background-color: #ffffff;
	margin: 0 auto;
	
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1)
}
.find-talent li {
  width: 33.1%;
 display: inline-block;
	vertical-align: top;
	margin-top:-50px;
}
.find-box {
	background: #113c49;
	border-radius: 0px;
	width: 100%;
	position:relative;
}
.find-box .img-box img {
	border-radius:0px;
	top:-50px;
	position:absolute;
	box-shadow: 0px 15px 10px rgba(0,0,0,.1);
}
.find-box .img-box {
	border-radius: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.box-content {
	padding-left: 48px;
	padding-right: 36px;
	padding-top: 40px;
}
.box-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.box-content p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	padding-bottom: 30px;
}
.box-content a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
	display:inline-block;
	margin-bottom:25px;
}
.box-content a span {
	border:2px solid #FFC700;
	border-radius: 0px;
	display: inline-block;
	height: 49px;
	margin-left: 24px;
	padding-top: 18px;
	text-align: center;
	width: 49px;
	overflow:hidden;
	vertical-align:middle;
	background:url(../images/arrow.png) center center no-repeat;
	transition: .2s all ease-in-out;
}
.box-content a:hover span {
	background:url(../images/arrow-hvr.png) center center no-repeat #fff;
	border:2px solid #fff;
}
.make-us-diffrent {
	margin: 0;
	padding-top: 80px;
	width: 100%;
}
.make-left {
	text-align: right;
}
.make-left h1 {
	color: #003a5d;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
}
.make-right {
	padding-left: 20px;
	padding-right: 64px;
}
.make-right h2 {
	color: #003a5d;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	padding-bottom: 8px;
}
.make-right p {
	color: #003a5d;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.make-right p a {
	color: #003a5d;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	text-decoration: underline;
}
.make-right p a:hover{
	color:#009ada;
	text-decoration:none;
}
.our-team {
	padding-bottom: 90px;
	padding-top: 40px;
}
.our-team a {
	font-weight: 600 !important;
	padding: 0 !important;
	text-decoration: none !important;
}
.our-team span {
  border: 2px solid #FFC700;
  border-radius: 0px;
  display: inline-block;
  height: 49px;
  margin-left: 24px;
  padding-top: 18px;
  text-align: center;
  width: 49px;
  vertical-align:middle;
  overflow:hidden;
  background:url(../images/arrow-hvr.png) center center no-repeat;
	transition: .2s all ease-in-out;
}
.our-team a:hover span {
	border:2px solid #FFC700;
    background:url(../images/arrow.png) center center no-repeat #FFC700;
}
.featured-jobs {

	padding-top: 106px;
	overflow:hidden;
	position:relative;
	width:100%;
	background: url(../images/featured-jobs-bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.featured-jobs > h1 {
	color: #fff;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
}
.featured-content {
	padding-top: 30px;
}
.featured-content li {
}
.featured-content li .feature-box{
  background: rgba(255,255,255,0.9) none repeat scroll 0 0;
  vertical-align: top;
  border-radius: 0px;
  padding:55px 50px;
  box-shadow:0px 0px 8px rgba(0,0,0,.1);
  margin:0px 3.5px !important;
	transition: ease-in-out .2s;
}
.featured-content li .feature-box:hover { transform:scale(1.05);}

.featured-content li .feature-box:hover { background:rgba(255,255,255,1); box-shadow:0px 0px 20px rgba(0,0,0,.2); }
.feature-box h2 {
	color: #fdc02d;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.feature-box h1 {
	color: #003a5d;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	min-height: 100px;
}
.feature-box p {
	color: #003a5d;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	min-height: 155px;
}
.jobdescshort { height: 200px; }
.feature-box a {
	color: #003a5d;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}
.feature-box .read-more {
	min-height: 0 !important;
}
.read-more span {
	border: 2px solid #FFC700;
	border-radius: 0px;
	display: inline-block;
	height: 49px;
	margin-left: 24px;
	padding-top: 18px;
	text-align: center;
	width: 49px;
	vertical-align:middle;
	overflow:hidden;
	background:url(../images/arrow-hvr.png) center center no-repeat;
	transition: .2s all ease-in-out;
}
.read-more a:hover span {
	background:url(../images/arrow.png) center center no-repeat #FFC700;
}
.our-sector {
	background: linear-gradient(50deg, #005c94, #003a5d);
	padding: 100px 0;
	width: 100%;
	overflow:hidden;
	background: url(../images/featured-jobs-bg.jpeg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom:0px;
}
.our-sector h1 {
	color: #011f31;
	font-size: 38px;
	font-weight: 600;
	line-height: 44px;
	padding-bottom: 50px;
	text-align: center;
}
.our-sector .our-sector-content{
}
.our-sector-content li {
}
.our-sector-content li .sector-box {
  background: rgba(17,60,73,0.9) none repeat scroll 0 0;
  border-radius: 0px;
  padding:70px 50px 50px 50px;
	transition: ease-in-out all .2s;
   box-shadow:0px 0px 8px rgba(0,0,0,.2);
}
.our-sector-content li .sector-box:hover {
	background: rgba(17,60,73,0.98);
		box-shadow:0px 0px 20px rgba(0,0,0,.4);
}
.sector-box.m-50 {
	margin-top:0px;
}

.sector-box:hover { transform:scale(1.05);}
.sector-box .sector-logo {
	padding-bottom: 40px;
}
.sector-box h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px;
	min-height: 88px;
}
.sector-box p {
	padding-top: 68px;
	text-align: center;
}
.sector-box p a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.sector-box p a:hover {
	color:#fff;
}
.sector-box span {
	border: 2px solid #fff;
	border-radius: 0px;
	display: inline-block;
	height: 49px;
	margin-left: 24px;
	padding-top: 18px;
	text-align: center;
	width: 49px;
	overflow:hidden;
	font-weight:600;
	vertical-align:middle;
	font-size:16px;
	background:url(../images/arrow.png) center center no-repeat;
	transition: .2s all ease-in-out;
}
.sector-box a:hover span{
	background:url(../images/arrow-hvr.png) center center no-repeat #fff;
}
.our-clients {
	background: blue;
	background: linear-gradient(to right, #015ba7, #00a3e2);
	background: rgba(0,0,0,0.9);
	padding: 80px 0;
	width: 100%;
	opacity:0.9;
	margin-top: 150px;
}
.our-clients h2 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 33px;
	text-align: center;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:2px;
}
.testimonials {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	
	padding-bottom: 138px;
	padding-top: 70px;
	width: 100%;
}
.testi-box {
  background: #f2f4f7 none repeat scroll 0 0;
  border-radius: 0px;
  padding-bottom: 55px;
  padding-left: 35px;
  padding-top: 50px;
}
.testimonials h1 {
	/*background:url(../images/hrt-bg.png) top center no-repeat;*/
	color: #003a5d;
	font-size: 38px;
	font-weight: 600;
	line-height: 50px;
	padding-bottom: 60px;
	text-align: center;
	padding-top:40px;
	animation: pulse 1s linear infinite;
}

@keyframes pulse {
    0% {
     background-size: 25px;
    }

    100% {
    background-size: 30px;
    }
}

.testi-box h2 {
	color: #fdc02d;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.testi-box h3 {
	color: #003a5d;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 34px;
	padding-bottom: 32px;
	padding-right: 30px;
}
.testi-box p {
	color: #003a5d;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.testi-box svg {
	color: #fdc02d;
}
.icon-star {
	padding-bottom: 10px;
}
.mindlands {
	padding: 90px 0;
	width: 100%;
	background: url(../images/midlands.jpeg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.mind-left {
	text-align: right;
}
.mind-left h1 {
	color: #003a5d;
	font-size: 40px;
	font-weight: 600;
	line-height: 44px;
}
.mind-right {
	padding-left: 20px;
	padding-right: 64px;
}
.mind-right p {
	color: #003a5d;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding-bottom: 40px;
	margin-top:5px;
}
.mind-right li {
	background: #fdc02d;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 185px;
	margin-right:15px;
}
.mind-right li:hover {
	background: linear-gradient(to left, #FFC700, #fdc02d);
}
.find-out a { color: #fdc02d; }
.mind-right a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.social-icon {
	border-bottom: 1px solid #fdc02d;
	padding: 85px 0;
	width: 100%;
}
.social-content li {
	padding-left: 10px;
	vertical-align: middle;
}
.social-content li:first-child {
	padding:0px;
}
.col-md-6.right-side {
	padding-left: 60px;
}
.social-content .list-inline img { opacity:0.9;
  
}
.social-content .list-inline img:hover { opacity:1;
  
}
.social-content h2 {
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	padding-bottom: 15px;font-weight: lighter;
}
.social-content h1 {
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	line-height: 44px;
	text-transform: capitalize;
	margin-right: 20px;
}
.social-content span {
	border: 2px solid #FFC700;
	border-radius: 0px;
	display: inline-block;
	height: 49px;
	margin-left: 50px;
	padding-top: 19px;
	text-align: center;
	width: 49px;
	transition: .2s all ease-in-out;
}
.social-content span:hover {
	background:#FFC700; border-color: #FFC700;
}
.footer-wrapper{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113c49+0,002538+100 */
background: #113c49; /* Old browsers */
background: -moz-linear-gradient(top, #113c49 0%, #002538 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #113c49 0%,#002538 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #113c49 0%,#002538 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113c49', endColorstr='#002538',GradientType=0 ); /* IE6-9 */
	background-size: cover;
}
.footer {
	margin: 0 auto;
	padding-bottom: 85px;
	padding-top: 100px;
	width: 100%;
}
.footer .col-lg-4.right {
	padding-left: 123px;
}
.footer-content p {
	padding-top:34px;
	color: #eee;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: capitalize;
	padding-bottom:80px;
}
.footer-content li {
	padding-left: 10px;list-style: none;
}
.footer-content li:first-child {
	padding:0px;
}
.footer-content span {
	padding-left: 21px;
	margin-left:21px;
	background:url(../images/footer-dot.png) left center no-repeat;
}
.find-out h2 {
	padding-bottom:20px;
	padding-top:20px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}
.find-out a {
	color: #eee;
	font-size: 16px;
	font-weight: 500;
	line-height: 33px;
}
.find-out a:hover {
	color:#fff;
}
.find-out p a:hover{
	text-decoration:underline;
	color:#fdc02d;
}
.find-out ul { list-style:none; }
.find-out li {
	color: #FFC700;
	font-size: 16px;
	font-weight: 500;
	line-height: 33px;
	
}
.find-out p {
	font-size: 16px;
	line-height: 28px;
	color: #fdc02d;
	font-weight: 500;
}
.find-out span {
	font-weight:600;
	color: #fff;
}

.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    padding:20px;
    list-style-type:none;   
    text-align:left;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
}

.nbs-flexisel-item {
    float:left;
}

.carousel-control{
	width:50px;
	height:51px;
	background-image:none !important;
	bottom:-90px;
	top:inherit;
	z-index:999;
}
.carousel-control span{
	width:50px;
	height:51px;
	background:#fff;
	display:block;
}
.carousel-control.left span{
	background:url(../images/test-arrow.png) center center no-repeat;
}
.carousel-control.left:hover span{
	background:url(../images/test-arrow-hvr.png) center center no-repeat;
}

.carousel-control.right span{
	background:url(../images/test-arrow-r.png) center center no-repeat;
}
.carousel-control.right:hover span{
	background:url(../images/test-arrow-r-hvr.png) center center no-repeat;
}
.carousel-indicators {
    bottom: -85px;
}
.carousel-indicators li{
	width:35px;
	height:3px;
	background:#a6cbe5;
	border:none !important;
	border-radius:0px;
	vertical-align:middle;
}
.carousel-indicators li.active{
	width:35px;
	height:3px;
	background:#003a5d;
	border:none !important;
	border-radius:0px;
}
.arrow-cont{
	max-width:450px;
	margin:0 auto;
	position:relative;
}
.mob-menu{
	width:100%;
	height:100vh;
	overflow-y:auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113c49+0,002538+100 */
background: #113c49; /* Old browsers */
background: -moz-linear-gradient(top, #113c49 0%, #002538 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #113c49 0%,#002538 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #113c49 0%,#002538 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113c49', endColorstr='#002538',GradientType=0 ); /* IE6-9 */
	position:fixed;
	z-index:999;
	padding:25px 0px;
	display:none;
	z-index:9999;
}
.mob-menu .close-menu{
	float:right;
}
.mob-menu .close-menu img{
	cursor:pointer;
}
.mob-menu .m-menu{
	margin-top:40px;
	padding:0px 20px;
}
.mob-menu .m-menu li{
	font-size:26px;
	line-height:50px;
	border-bottom: 1px solid #fdc02d;

}
.mob-menu .m-menu li a{
	color:#fff;
	display:block;
	padding:0px 20px;
} 
.mob-menu .m-menu li:hover a{
	color:#015ba7;
	background:#fff;
	display:block;
} 
.content-wrapper { padding-top: 100px; padding-bottom: 100px; background: #fff; }
.content-wrapper p { font-size: 19px; margin-bottom: 20px; line-height: 1.8; }
.content-wrapper ul { font-size: 18px; margin-bottom: 20px; line-height: 1.8; list-style: disc !important; }
.yellowbottom { border-bottom: #FFC700 5px solid; }

#map { width: 95%; height: 300px; margin-top: 25px; margin-bottom: 0px; }

.contact-form-holder { margin-top: 25px; color: #000; }

#form { width: 100%;  text-align: left !important; float: left; margin-top: 0px; }
#form h1 { margin-top: 0px; font-size: 40px; background:url(../images/baorbg.jpg) left top no-repeat; padding-top: 20px; }
#form h2 { font-weight: lighter; font-size: 25px; margin-bottom: 50px; color: #444; }

#form .contact-form-left { float: left; width: 47.5%; margin-right: 5%; margin-bottom: 25px; }
#form .contact-form-right { float: left; width: 47.5%;  margin-bottom: 25px; }

#form input[type=text] { width: 100%; padding: 15px; box-sizing: border-box; font-size: 18px; border: none;  background: #f2f2f2; font-family: 'Open Sans', sans-serif; font-weight: 300; box-sizing: border-box; border-radius: 0px; }

#fotm input[type=text]::placeholder { color: #2da07b; }

#form .textarea { width: 100%; padding: 18px; box-sizing: border-box; font-size: 18px; resize: none; height: 315px; margin-bottom: 0px; border: none; background: #f2f2f2;  font-family: 'Open Sans', sans-serif; font-weight: 300; border-radius: 0px; }

#form input[type=submit] { background: #ffb70b; padding: 15px 25px 15px 25px; color: #fff; transition: all .2s ease-in-out; font-size: 20px; border: none; width: 210px; margin-top: 20px;  display: block; font-weight: bold; font-family: 'Open Sans', sans-serif; font-weight: bold; z-index:9; position: relative; float: right;  border: #ffb70b 1px solid; -webkit-appearance:none; -moz-appearance:none; appearance:none; }

#contact-form-holder { padding-bottom: 100px; }

.leftcol h2 { color: #adc0cb; font-weight:lighter; }
.leftcol h1 { color: #003a5d; font-weight:lighter; font-size: 40px; margin-top: 20px; }

.main-vacancies #fature_job_list { background: none; padding: 0px; }
.main-vacancies #fature_job_list #fature-jobs ul li { border: #f1f1f1 1px solid; transition: ease-in-out .2s all; }
.main-vacancies #fature_job_list #fature-jobs ul li:hover { border: #163d5f 1px solid; }
.main-vacancies #fature_job_list #fature-jobs ul li h2 { color: #163d5f; }
.main-vacancies #fature_job_list #fature-jobs ul li p { color: #111; }
.main-vacancies #fature_job_list #fature-jobs ul li img { filter: invert(100%); opacity: 0.3; }
.main-vacancies #fature_job_list #fature-jobs ul li .btn:hover { background: #163d5f !important; border-color: #163d5f; color: #fff; }
.main-vacancies #fature_job_list #fature-jobs ul .vacancyrow { }


.vacancy-sm { padding: 20px; background: #f9f9f9; margin-top: 15px; text-align: center; }
.vacancy-sm p { margin: 0px; padding: 0px; font-size: 13px; color: #444; margin-bottom: 20px; }
.vacancy-sm .fb { width: 65px; height: 65px; display: block; background: url(../images/social-icons/facebook.png); background-size: contain; float: left; margin-right: 20px; }
.vacancy-sm .tw { width: 65px; height: 65px; display: block; background: url(../images/social-icons/twitter.png); background-size: contain; float: left; margin-right: 20px; }
.vacancy-sm .li { width: 65px; height: 65px; display: block; background: url(../images/social-icons/linkedin.png); background-size: contain; float: left; margin-right: 20px; }
.vacancy-sm .pi { width: 65px; height: 65px; display: block; background: url(../images/social-icons/pinterest.png); background-size: contain; float: left; }
.vacancy-sm .in { width: 65px; height: 65px; display: block; background: url(../images/insta.png); background-size: contain; float: left; }
.vacancy-sm a { opacity: 0.9; transition: ease-in-out all .2s; }
.vacancy-sm a:hover { opacity: 1; }

.applycta { display: block; width: 100%; text-align: center; background: #fdc02d; color: #fff; padding-top: 20px; padding-bottom: 20px; transition: ease-in-out all .2s; font-size: 20px; margin-bottom: 20px; }
.applycta:hover { background: linear-gradient(to left, #FFC700, #fdc02d); color: #fff; }


.similar { padding: 20px; background: #091e2e; text-align: left; }
.similar p { margin: 0px; padding: 0px; font-size: 22px; color: #ffbf47; margin-bottom: 10px; }
.similar .similar-vacancy { background: #113958; text-align: left; padding: 10px; font-size: 15px; display:block; transition: ease-in-out .2s all; }
.similar .similar-vacancy:nth-child(2n) { background: #0c2a42; }
.similar .similar-vacancy .title { display: block; color: #fff; margin-bottom: 5px; }
.similar .similar-vacancy .location { display: block; color: #fff; font-weight: lighter; font-size: 12px; }
.similar .similar-vacancy:hover .title { color: #fff !important; }
.similar .similar-vacancy:hover .location { color: #fff !important; }
.similar .similar-vacancy:hover { background: #ffbf47; }

#vacancy-information {  }
#vacancy-information p { font-weight: lighter; line-height:1.5; }

#vacancy-specifics { margin-bottom: 30px; box-sizing: border-box; border-bottom: 0px; }
#vacancy-specifics .row { margin-left: 0px; padding: 10px; background: #f6f6f6; border-bottom: #ccc 1px dotted; box-sizing: border-box; margin-right: 0px; }
#vacancy-specifics .row:nth-child(2n) { background: none; }
#vacancy-specifics .row .value-label { width: 25%; float: left; text-align: left; color: #1b273a; font-size: 20px; font-weight: 500; }
#vacancy-specifics .row .value { width: 50%; float: left; text-align: left; font-size: 20px; color: #333; font-weight: 300; }


#vacancy-apply {
    border: #0e004f 1px solid;
    border-radius: 0px;
    padding: 20px;

}

#vacancy-apply h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    font-weight: 600;
}

#vacancy-apply input[type=text] {
    width: 100%;
    border: 0px;
    padding: 10px;
    margin-top: 10px;
    background: #f1f1f1;
}

#vacancy-apply input[type=submit] {
    width: 100%;
    border: 0px;
    padding: 25px;
    margin-top: 10px;
    background: #fdc02d;
    color: #fff;
    font-size: 18px;
    transition: .2s ease-in-out all;
    border-radius: 0px;
}

#vacancy-apply input[type=submit]:hover {
    background: #ffc947;
}

#vacancy-apply .drop_uploader {
    margin-top: 10px;
}

#vacancy-apply .cv-label {
    margin-top: 20px;
    display: block;
}

#vacancy-apply .bfile {
    float: right;
    background: #fff;
    font-size: 11px;
    width: 100px;
    padding: 5px;
    margin-top: 5px;
}

#vacancy-apply .files.thumb {
    float: left;
    width: 70%;
    padding-left: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}

#vacancy-apply .files.thumb li div.thumbnail {
    float: left;
    width: 20%;
    background: none;
    margin-right: 0px;
    height: auto;
}

#vacancy-apply ul.files.thumb li {
    padding-left: 0px;
}

#vacancy-apply ul.files.thumb li span.title {
    padding-left: 0px;
    float: left;
    font-size: 13px;
    width: 150px;
    margin-top: 5px;
}

#vacancy-apply .gdprconfirm {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
    font-weight: lighter;
}

#fature_job_list .view_cse_btn .blue:hover{
	background: #fff none repeat scroll 0 0 !important;
	color: #1d263e;
	border:2px solid #fff;
}
#fature_job_list {
	/*background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/middle_bg.png");
	background-origin: padding-box;
	background-repeat: no-repeat;
	background-size: cover;*/
	background: linear-gradient(to left, #3bd3a2, #0ebd84);
	content: " ";
	padding-bottom: 100px;
	padding-top: 16%;
	position: relative;
	right: 0;
	top: -21%;
	width: 100%;
	z-index: 9;
}
.featured_job_content li {
	border: 2px solid #fff;
	float: left;
	padding: 50px 43px 40px 50px;
	width: 33.3%;
}
.featured_job_content h2 {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	min-height: 70px;
	margin-bottom: 5px;	
}
.featured_job_content h4 {
	line-height: 2;
}
.featured_job_content h4 {
		
}
.featured_job_content h4 .fa { color: #ff0000; }
.featured_job_content .list_li li {
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 0px;
	display: inline-block;
	float: left;
	margin-right: 3%;
	padding: 8px;
	width: 30%;
}
.featured_job_content p {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	min-height: 130px;
	padding: 30px 0 0;
	width: 100%;
	line-height: 24px;
}
.featured_job_content > li:nth-child(2) {
 border-left: 0 none;
 border-right: 0 none;
}

.btn_hdr {
	margin-top: 12px;
	border-radius:0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	width: 144px;
	height: 44px;
	border:0px;
}
.yello {
	background: #fdc02d none repeat scroll 0 0;
	color: #fff;
	line-height:30px;
	border:2px solid #ffb70b;
}
.blue {
	background: #1d263e none repeat scroll 0 0;
	color: #fff;
	border:2px solid #1d263e;
	line-height:30px;
}
.yello:hover {
	background: #fff none repeat scroll 0 0;
	color: #ffb70b;
	border:2px solid #fff;
}
.blue:hover {
	background: #fff none repeat scroll 0 0;
	color: #1d263e;
	border:2px solid #fff;
}
.featured_job_content .view_cse_btn a { width: 100%; }

.ui-menu { height: 200px; overflow: auto; margin-top: -10px; border:none; z-index:9999 !important;  }
.ui-menu-item-wrapper { line-height: 30px; border: none; }
.ui-menu-item-wrapper:hover { background: #f78021; color: #fff; border-color: #fff; }
.ui-widget.ui-widget-content { margin-top: -5px; border: none; border-bottom: #f78021 3px solid;}

::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 10px;
}
::-webkit-scrollbar:horizontal {
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color:#ffb70b;
    border-radius:0px;
}
::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #dadad5;
}

#team a { color: #fff; }
.team-member { width: 25%; padding: 10px; box-sizing: border-box; float: left; color: #fff; }
.team-member .img { height: 300px; background: #000; }
.team-member .info { background: #003a5d; text-align: center; padding: 25px; color: #fff; }
.team-member span { display: block; font-size: 16px; line-height: 20px; height: 25px; margin-bottom: 5px; word-break:break-all; }
.team-member .name { font-size: 26px; margin-bottom: 10px; }

.industries { background: #fff; text-align: center; padding-top: 100px; }
.ind_slider li{
	margin-left:5px;
	margin-right:5px;
	padding:15px 0px;
}
#flexiselDemo5, .ind_slider { margin-top: 40px; }
#flexiselDemo5 .sector-box, .ind_slider .sector-box{ background: #37a1df; padding: 20px; text-align: center; border-radius:0px; transition: ease-in-out .2s all; color: #0e2943; }
#flexiselDemo5 .sector-box .sector-logo, .ind_slider .sector-box .sector-logo { margin: auto; width:100px; margin-top: 30px; }

#overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index:9999; display: none;}

#overlay #bookcall { background: #f6f8fa ;  width: 500px; position: absolute; left: 50%; margin-left: -250px; top: 5%; text-align: center; padding: 25px 40px 40px 40px; box-shadow: 0px 0px 20px #000; box-sizing: border-box; display: none; }
.file_extensions { font-size: 12px; text-align: left; margin-bottom: 15px; color: #333; }

#overlay #bookcall h1 { font-size: 35px; margin-top: 10px; margin-bottom: 10px; }
#overlay #bookcall h2 {  color: #555; font-weight: 400; font-size: 18px; margin-bottom: 30px; line-height: 27px; margin-top: 10px; padding-top: 0px; }
#overlay #bookcall input[type=text] { display: block; width: 100%; padding: 12px; box-sizing: border-box; font-size: 17px; color: #000; border: none; background: #ececec; margin-bottom: 10px; border-bottom: #ccc 2px solid; }
#overlay #bookcall input[type=submit] { display: block; width: 100%; padding: 12px; box-sizing: border-box; font-size: 18px; color: #fff; border: none; background: #fdc02d; margin-bottom: 10px; font-weight: bold; transition: all .2s ease-in-out; cursor:pointer; -webkit-appearance: none;  }
#overlay #bookcall input[type=submit]:hover { background: #000;}
#overlay #bookcall .close { width: 25px; height: 25px; margin-top: 15px; margin-right: 5px; background: url(../images/close.png); display: block; float: right; text-decoration: none; background-size: contain; opacity: 0.5; transition: all .2s ease-in-out; }
#overlay #bookcall .close:hover { opacity:1.0; }
#overlay #bookcall  form .custom-file-input { margin-bottom: 15px; margin-top: 5px; float:left; }
#overlay #bookcall  form .custom-file-input::-webkit-file-upload-button { visibility: hidden; width: 100px; margin-bottom: 10px; }
#overlay #bookcall  form .custom-file-input::before { content: 'Find File'; display: inline-block; background: #666; width: 100px; text-align: center; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; font-weight: 400; font-size: 15px; height: 40px; line-height: 40px; color: #fff; float: left; }
.file_extensions { display: block; float: none; }

.testi_slider{
	margin-left:-30px;
	padding-bottom:100px;
}
.testi_slider .item{
	margin-left:30px;
}
.testi_slider .slick-prev, .testi_slider .slick-next{
	position:absolute;
	bottom:0px;
	text-indent:-9999px;
	border:none;
	height:50px;
	width:51px;
	z-index:11;
}
.testi_slider .slick-prev{
	background:url(../images/test-arrow.png) center center no-repeat;
	left:50%;
	margin-left:-225px;
}
.testi_slider .slick-prev:hover{
	background:url(../images/test-arrow-hvr.png) center center no-repeat;
}
.testi_slider .slick-next{
	background:url(../images/test-arrow-r.png) center center no-repeat;
	right:50%;
	margin-right:-225px;
}
.testi_slider .slick-next:hover{
	background:url(../images/test-arrow-r-hvr.png) center center no-repeat;
}
.testi_slider .slick-dots{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	bottom:5px;
	position:absolute;
	width:100%;
}
.testi_slider .slick-dots li{
	margin:0px 2px;
}
.testi_slider .slick-dots button{
	width: 35px;
	height: 3px;
	background: #a6cbe5;
	border:none;
	text-indent:-9999px;
}
.testi_slider .slick-dots .slick-active button{
	background: #003a5d;
}
.testi_slider .testi-box{
	min-height:520px;
}
.clients_slider li > div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	height:100px;
}
.spec_slider li{
	margin:0px 8px;
	padding:20px 0px;
}
.featured_slider li{
	margin:0px 3.5px;
	padding:20px 0px;
}
/* slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* slider */
.blogsec{
	padding-bottom:100px;
}
.postbox {
    margin-bottom: 40px;
    min-height: 525px;
}
.blogsec .postbox img{
	width:100%;
	min-height:240px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.postbox img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.postbox figure {
    padding-bottom: 20px;
}
.postbox h4 a {
    color: #003a5d;
    font-size: 26px;
    line-height: 27px;
    padding-bottom: 20px;
    display: block;
	font-weight:600;
}
.content-wrapper .blogsec p {
    font-size: 18px;
    line-height: 25px;
}
.dates{
	font-weight:600;
	font-size:16px;
}
.postcont img{
	width:100%;
}
.postcont h1{
	padding-top:30px;
	color: #003a5d;
	font-weight:600;
}
.postcont .dates{
	padding:20px 0 10px;
}
.postcont h3{
	padding-bottom:10px;
}
.listpt{
	padding-left:30px;
}
.listpt li{
	list-style:disc;
	line-height:26px;
}
.listpt ul{
	padding-left:25px;
	margin-bottom:0;
}
.listpt ul li{
	list-style:circle;
	font-size:16px;
}
/********/
@media (max-width: 1650px) {
.ind_slider .sector-box h2{
	font-size:28px;
	line-height:30px;
}
.spec_slider .sector-box h2{
	font-size:28px;
	line-height:30px;
}
.featured-content li .feature-box{
	padding:40px 30px;
}
.feature-box h1{
	font-size:24px;
}
}
@media (max-width: 1199px) {
.testi-box h3{
	font-size:21px;
	line-height:28px;
}
.testi_slider .testi-box{
	min-height:480px;
}
.testimonials{
	padding-bottom:50px;
	padding-top:50px;
}
.team-member .info{
	padding:25px 15px;
}
.team-member .name{
	font-size:24px;
}
.vacancy-sm .fb, .vacancy-sm .tw, .vacancy-sm .li, .vacancy-sm .in{
	height:45px;
	width:45px;
}
.blogsec .postbox img{
	min-height:inherit;
}
}
@media (max-width: 991px) {
.testi-box{
	padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 30px;
}
.testi-box h3{
	font-size:18px;
	line-height:26px;
}
.testi_slider .testi-box{
	min-height:470px;
}
.ind_slider .sector-box h2{
	font-size:24px;
	line-height:28px;
}
.spec_slider .sector-box h2{
	font-size:24px;
	line-height:28px;
}
.featured-content li .feature-box{
	padding:30px 20px;
}
.team-member{
	width:33.33%;
}
.mind-left h1{
	font-size:32px;
	line-height:36px;
}
.our-sector, .featured-jobs{
	background-attachment:inherit;
}
.vacancy-sm .fb, .vacancy-sm .tw, .vacancy-sm .li, .vacancy-sm .in{
	height:35px;
	width:35px;
	margin-right:10px;
}
.vacancy-sm .in{
	height:35px;
	width:35px;
}
.postbox h4 a {
    font-size: 18px;
    line-height: 22px;
}
.content-wrapper .blogsec p {
    font-size: 16px;
    line-height: 22px;
}
.postcont h1{
	font-size:23px;
}
}
@media (max-width: 767px) {
.testi_slider .testi-box{
	min-height:520px;
}
.testi_slider{
	padding-bottom:65px;
}
.testi_slider .slick-prev{
	left:25px;
	margin-left:0px;
}
.testi_slider .slick-next{
	right:0px;
	margin-right:0px;
}
.testimonials h1{
	font-size:30px;
	line-height:40px;
}
#flexiselDemo5 .sector-box, .ind_slider .sector-box{
	padding:10px;
}
.industries h1{
	font-size:28px;
}
.our-sector h1{
	font-size:28px;
}
.ind_slider{
	margin-left:20px;
	margin-right:20px;
}
#form input[type="submit"]{
	margin-top:10px;
}
#form .textarea{
	height:130px;
	font-size:16px;
}
#contact-form-holder{
	padding-bottom:50px;
}
.content-wrapper{
	padding-top:50px;
}
.mind-left h1{
	font-size:28px;
	line-height:34px;
}
.mind-right p{
	font-size:18px;
	line-height:22px;
	padding-bottom:25px;
}
.vacancy-sm .fb, .vacancy-sm .tw, .vacancy-sm .li, .vacancy-sm .in{
	height:45px;
	width:45px;
	margin-right:10px;
}
.vacancy-sm .in{
	height:45px;
	width:45px;
}
.blogsec {
    padding-bottom: 50px;
}
.postcont h3{
	font-size:16px;
}
}
@media (max-width: 666px) {
.testi_slider .testi-box{
	min-height:340px;
}
.testi_slider{
	margin-left:0px;
}
.testi_slider .item{
	margin-left:0px;
}
.testi_slider .slick-prev{
	left:0px;
}
.testi_slider .slick-dots button{
	width:20px;
}
.feature-box h1{
	min-height:1px;
	margin-bottom:20px;
}
.jobdescshort{
	height:auto;
	margin-bottom:30px;
}
.feature-box p{
	min-height:5px;
}
.team-member{
	width:50%;
}
#form .contact-form-left{
	float:none;
	width:100%;
	margin-right:0px;
	margin-bottom:12px;
}
#form input[type="text"]{
	padding:10px;
	font-size:16px;
}
#form .contact-form-right{
	float:none;
	width:100%;
	margin-bottom:12px;
}
.listpt {
    padding-left: 15px;
}
.listpt li{
	font-size:15px;
}
}
@media (max-width: 479px) {
.testi_slider .testi-box{
	min-height:10px;
}
.testimonials h1{
	font-size:22px;
	line-height:32px;
}
.team-member{
	width:100%;
}
.chamber-holder {
    height: 230px;
}
.vacancy-sm .fb, .vacancy-sm .tw, .vacancy-sm .li, .vacancy-sm .in{
	height:45px;
	width:45px;
}
#vacancy-specifics .row .value-label{
	width:32%;
}
#vacancy-specifics .row .value{
	width:65%;
}
}

#vacancy-information strong span , #vacancy-information strong p {
    font-weight: bold !important;
}

#vacancy-information p, #vacancy-information span , #vacancy-information ul li {
    font-weight: lighter !important;
    line-height: 1.5 !important;
    font-size: 18px !important;
    font-family: 'Raleway', sans-serif !important;
}

#vacancy-information ul li {
    margin-left: 20px;
}

