/**
 * Advance HRS
 * 2018
 */





/**
 * Basic website elements
 */

 textarea:focus, input:focus{
    outline: none;
}

 * {
    text-rendering: geometricPrecision;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: border-box;
}

 body{
 	font-family: 'Open Sans', sans-serif;
 	font-size: 16px;
 }

h1{
	font-family: 'Outfit', sans-serif;
	color: #fff;
	font-weight: 700;
    font-size: 4rem;
margin-bottom: 25px;
}

h2, h3, h4{
	font-family: 'Outfit', sans-serif;
}

h2{
	font-weight: 700;
	font-size: 2rem;
    margin-bottom: 25px;
}

h3{
	font-size: 24px;
}

p{
	color: #383b3e;
}

ul, ol{
	margin:0;
	padding:0;
    list-style: none;
    padding-left: 20px;
}

li{
    list-style-position: inside;
    margin-bottom: 10px;
}

.liststyle ul li::before, ul.ul1 li::before {
    content: "";
    height: 5px;
    width: 5px;
    background: #f17620;
    float: left;
    border-radius: 100%;
    margin: 10px 8px 0 15px;
    position: absolute;
    left: 0;
    list-style: none;
}

a{
	color: #000;
}

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

a.wp-block-button__link.wp-element-button{
	text-decoration:none!important;
}

img{
	width: 100%;
	height: auto;
}


/*============================== */
:root{
    --color-orange: #ea681d ;           
    --color-green: #004064;            
    --color-dark:#ea681d;          
}
/*============================== */



.gray{
	background: #f4f1ed;
}

.hentry{
	margin:0;
}

a.btn, input.wpcf7-form-control.wpcf7-submit, .jobsidebar a{
	color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 1rem 2rem;
	font-weight: 600;
    text-decoration: none;
	text-transform: uppercase;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.orange, .jobsidebar a{
	background: #ef8022;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.jobsidebar a {
    /* margin-bottom: 5px; */
    display: block;
    text-align: center;
    font-weight: 700;
}



a.white{
	background: #fff;
	color: #24358a;
	text-transform: uppercase;
}

a.white:hover{
	background-color: #eaeaea;
}


.content-bottom-page a{
    background: #fff;
    color: #24358a;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content-bottom-page a:hover{
    text-decoration: none;
    background-color: #eaeaea;
}





 /**
 * ============================  website navigation
 */

@media screen and (min-width: 990px) { 
#toggle {
display:none;
}
 
} 
 
@media screen and (max-width: 990px) { 
#popout {
position: fixed;
height: 100%;
width: 250px;
background: #25358a;
color: white;
top: 0px;
left: -250px;
overflow:auto;
padding-right: 25px;
z-index: 100;
}

#popout .menu-main-nav-container ul li{
    display: block;
}

#popout .menu-main-nav-container ul li a{
    color: #fff;
    line-height: 35px;
}

#popout .menu-main-nav-container ul{
    text-align: left;
}
 
 
#toggle {
float: right;
position: fixed;
top: 40px;
right: 45px;
width: 28px;
height: 24px;
z-index: 100;
}

div#toggle img {
    background: #f86c0d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
}
 
.nav-menu li { 
border-bottom:1px solid #eee; 
padding:20px;
width:100%;
}
 
.nav-menu li:hover { 
background:#CCC;
}
 
.nav-menu li a { 
color:#ffffff;
text-decoration:none;
width:100%;
}
} 

.menu-main-nav-container ul{
	text-align: right;
	margin-top: 5px;
    padding:0;
}

.menu-main-nav-container ul li{
	display: inline-block;
	font-weight: 600;
}

.menu-main-nav-container ul li a{
	margin-left: 20px;
	color: #000;
}



.menu-main-nav-container ul li.current-menu-item a{
	color: #ef8022;
}

.menu-main-nav-container ul li a:hover{
	color: #ef8022;
	text-decoration: none;
}


header#masthead{
	padding-top: 10px;
	padding-bottom: 10px;
    background:#fff;
}

@media screen and (max-width: 576px) {
	.site-branding {
    padding-right: 100px;
	}
}


.navigation.post-navigation{
    display: none;
}




/**
 * ============================ Footer
 */


.footer-top{
	background-color: #00537a;
	background-image: url(../assets/footer-top-img-advancehrs.png);
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
	padding: 40px 0;
    background-size: contain;
}

.footer-top h3{
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
}

.footer-top p{
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
}

.footer-top a.btn{
	padding: 10px 20px;
}

@media screen and (max-width: 1150px) {
    .footer-top{
        background-image:none;
    }
    .footer-top .odd{
        display: none;
    }
}

footer{
	background: #004064!important;
	color: #fff;
}

footer h2{
	text-transform: none;
	font-weight: 400;
	font-size: 21px;
	margin-bottom: 15px;
}

footer p, footer a, footer a:visited{
	color: #fff;
	font-style: 18px;
}

footer .inner-footer-bottom{
	background: #0c1e32;
}


.inner-footer-top, .inner-footer-bottom {
    padding-top: 50px;
}

.inner-footer-top{
	padding-bottom: 40px;
}

.inner-footer-top a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.inner-footer-bottom{
	padding-bottom: 20px;
}

.islands{
	float: right;
}

.islands p {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}

@media screen and (max-width: 500px) {
    .islands{
    float: left;
}
}

ul.social-footer{
	display: flex;
	flex-direction: column;
    margin: 0;
    padding: 0;
}

ul.social-footer li a{
    color: #fff;
    
}

ul.social-footer li{
	background-image:url(../assets/icons/facebook-icon.svg);
	background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
    display: inline-flex;
    background-size: 20px;
    background-position: 4% 45%;
    font-size: 18px;
    line-height: 40px;
}
ul.social-footer li:last-child{
	background-image:url(../assets/icons/linkedin-icon.svg);
	background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
    display: inline-flex;
    background-size: 20px;
    background-position: 4% 45%;
    font-size: 18px;
    line-height: 40px;
}

ul.social-footer li::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: block;
    position: relative;
    margin-left: -30px;
    /* padding: 15px; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 15px;
}

@media screen and (max-width: 576px) {
    ul.social-footer li{background-position: 2% 45%;}
    ul.social-footer li:last-child{ background-position: 3% 45%;}
 }




/**
 * ============================ Basic inner page styling
 */


.entry-header {
    padding: 20px 0;
  padding-top: 20px;
  padding-bottom: 20px;
margin-bottom: 45px;

padding-top: 100px;
padding-bottom: 100px;
	background-image: url(../assets/swirl.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
	background-color: #094562;
}

.entry-header h1, .job-title-onpage-view h1{
	color: #ffffff;	
	font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.entry-content p {
    font-size: 18px;
}

.entry-content.inner-basic {
    padding-bottom: 100px;
}

.inner-basic strong {
    color: #f27a27;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.inner-basic img{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.9;
}

.about-intro p {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
        color: #77758a;
}

.panel-cell-style{
	padding: 0!important;
}

.form-section-top{
	display: flex;
}

span.wpcf7-form-control-wrap.menu-aanhef {
    border: 0;
    background: #FFF !important;
    width: 155px!important;
    height: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    outline: none;
    color: #303030;
    width: 100%;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #303030;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #f4f1ed;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: calc(2.5rem + 2px);
}


select.wpcf7-form-control.wpcf7-select.form-flex {
    background: #fff;
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

select.wpcf7-form-control.wpcf7-select.form-flex::after {
    content: "\62";
    font-family: driessen !important;
    font-size: 16px;
    color: #E71234;
    vertical-align: middle;
    position: relative;
    float: right;
    transform: rotate(180deg);
    position: absolute;
    right: 17px;
    top: 10px;
    transition: all 0.3s ease-in-out;
}

form.wpcf7-form label{
	margin-right: 15px;
	width: 100%;
}

.form-section-top label {
    width: auto!important;
}

.form-section-top label:last-child{
	margin-right: 0px;
}

form.wpcf7-form input{
    padding: 7px!important;
    border: 2px solid #f4f1ed!important;
    width: 100%;
}

.form-section-bottom{
	margin-top: 30px;
}


	form h4 {
    font-size: 16px;
    font-weight: 600;
}


textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
    border: 2px solid #f4f1ed;
    padding: 15px;
}


input.wpcf7-form-control.wpcf7-submit{
	    border: none!important;
    /* display: -webkit-inline-box; */
    width: auto;
    padding: 1rem 5rem!important;
    font-size: 14px;
    background: #f27a27;
}

input.wpcf7-form-control.wpcf7-submit:hover{
	background: #e76409;
	cursor: pointer; 
}


.contact-box-simple-hrgroup {
    background: #f4f1ed;
    padding: 25px;
    -webkit-border-top-right-radius: 55px;
    -moz-border-radius-topright: 55px;
    border-top-right-radius: 55px;
}

.contact-box-simple-hrgroup a {
    color: #18128c;
    display: block;
    margin-top: 5px;
}

.contact-box-simple-hrgroup strong{
    color: #000;
    font-size: 18px;
}

.contact-box-simple-hrgroup h3{
    color: #f27a27;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}











/**
 * ============================ Front page structure
 */


.hero-content {
    background-image: url(../assets/header-bg-color.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover;
    padding-top: 100px;
    padding-bottom: 380px;
    background-position: 20%;
}

.hero-content h1 {
    font-family: 'Merriweather', serif;
    color: #fff;
    font-weight: 700;
    font-size: 57px;
    line-height: 83px;
}

@media screen and (min-width: 1580px) { 
	.hero-content{
		background-position: 20%;
	}
}

@media screen and (max-width: 500px) { 
	.hero-content h1{
	font-size: 25px;
    line-height: 33px;
	}

    .hero-content{
        padding-top: 50px;
    padding-bottom: 100px;
    }

}




.split-option-bar-front {
    background: #fff;
	position: absolute;
	margin-top: -150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 1;
	border: 1px solid #e8e8e8;
    left: 0;
    right: 0;
}

.split-option-bar-front a{
	color:#ef8022;
	display: block;
	overflow: hidden;
	background-image: url(../assets/icons/arrow-right.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 100% 60%;
}

.split-option-bar-front p{
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 600;
	font-size: 18px;
}

.split-option-bar-front .col-md-6:first-child{
	border-right: 1px solid #e2e2e2;
}

.split-option-bar-front a strong{
	color: #000;
	line-height: 45px;
}

.split-option-bar-front a:hover{
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}

.split-option-bar-front strong{
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 800;
    display: block;
    margin-top: 20px;
}


.entry-content.gray.home-about-hrs {
    padding-top: 150px;
    margin-top: -130px;
}

@media screen and (max-width: 990px) {
    .entry-content.gray.home-about-hrs{
        margin-top: -160px;
    }
}

@media screen and (max-width: 500px) {
    .entry-content.gray.home-about-hrs{
        margin-top: -80px;
    }
}


.home-about-hrs{
	padding-bottom: 150px;
}

.home-about-hrs p{
	color: #ef8022;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}

.home-about-hrs h2{
	font-weight: 400;
	font-size: 37px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 30%;
	line-height: 45px;
	text-transform: none;
	background: -webkit-linear-gradient(135deg, #d7ca89, #b3a76b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 500px) {
  .home-about-hrs h2{
  	    padding-right: 0%;
  	    font-size: 27px;
  	    line-height: 35px;
  }
}



/* Job section home page */

.latest-jobs-section{
	background: #24358a;
	color: #fff;
}

.wrap-joblisting-home{
	transform: translateY(-100px);
}

.latest-jobs-section h2{
	    color: #004064;
}

.jobs-category-frontpage h3{
	color: #fff;
	font-size: 20px;
}

.jobs-category-frontpage p {
    font-size: 1.125rem;
    color:var(--color-green);
    margin-bottom: 35px;
}

.jobs-category-frontpage{
	color: #fff;
   background: #a0c9e1;
    padding-top: 100px;
    padding-bottom: 100px;
}

.full-list-go-to h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
}

.content-go-to-job p {
    color: #fff;
    font-size: 20px;
}

.content-list-go{
	padding-right: 10%;
}

.full-list-go-to {
    margin-top: 40px;
}


.home-listing {
    background: #fff;
    padding: 25px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    height: calc(100% - 50px);
    overflow: hidden;
}

.home-listing h3, h2.testimonial_rotator_slide_title{
	color: #262276;
	margin-bottom: 15px;
	font-weight: 400;
}

.home-listing p{
	margin-bottom: 25px;
	display: block;
}

.jobs-category-frontpage h2, #service-block-front h2{
	color: #000;
    margin-bottom: 35px;
}

ul.cat-list-homepage{
    margin:0;
    padding: 0;
}

ul.cat-list-homepage li a{
	color: #fff;
}

ul.cat-list-homepage li a:hover{
   text-decoration: none;
}

ul.cat-list-homepage li{
    display: inline-block;
	color: #fff;
	padding: 10px;
	background: #004064;
	border: 1px solid #3b4a95;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
}

ul.cat-list-homepage li:hover{
	text-decoration: none;
	background: #303d81;
}





/* Workshop section */

.latest-workshops-section{
	padding-top: 80px;
	padding-bottom: 80px;
}

.latest-workshops-section h2{
	margin-bottom: 35px;
}

.quicklinks-landd img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition:  .15s ease-out;
  -moz-transition:  .15s ease-out;
  -o-transition:  .15s ease-out;
  transition:  .15s ease-out;
}

.quicklinks-landd img:hover{
	-webkit-box-shadow: 0px 9px 33px -2px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 9px 33px -2px rgba(0,0,0,0.38);
box-shadow: 0px 9px 33px -2px rgba(0,0,0,0.38);
}

.quicklinks-landd h2.widgettitle{
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 100px;
    padding-top: 40px;
    margin: 0 auto;
    color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	text-transform: none;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef8022+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(bottom,  rgba(248,109,12,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom,  rgba(248,109,12,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgba(248,109,12,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8022', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}

.quicklinks-landd {
    margin-bottom: 25px;
    position: relative;

}



.view-workshop-items-page{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(225,225,225,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(225,225,225,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(225,225,225,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    text-align: center;
    padding: 30px 0;
    -webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.view-workshop-items-page a {
    color: #272376;
    font-weight: 600;
    font-size: 18px;
}







/**
 * ============================ About page
 */





.about-bottom-inner-txt.panel-cell-style.panel-cell-style-for-6-4-0 {
    margin-top: -100px;
    z-index: 100;
    background: #f4f1ed;
    /* opacity: 0.9; */
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 55px;
    padding-top: 25px!important;
    padding-right: 25px!important;
    /* height: 300px; */
    padding-left: 25px!important;
}

.center-img-inner-basic.panel-cell-style.panel-cell-style-for-6-3-0{
    position: relative;
    z-index: -1;
}

.about-bottom-inner-txt ul {
    margin: 0;
    padding: 0;
}

.about-bottom-inner-txt ul li {
    margin-bottom: 25px;
    font-size: 18px;
}


.about-bottom-inner-txt ul li em{
	    font-weight: 600;
}

.about-inner-contact a{
	color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 1rem 1rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #ef8022;
	color: #fff;
	
}

.about-inner-contact a:hover{
	background: #e76409;
	text-decoration: none;
}






/**
 * ============================ Service page
 */



.quicklinks-landd h3 {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top:0;
    bottom: 0px;
    height: 100px;
    padding-top: 20px;
    margin: 0 auto;
    color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	text-transform: none;
	z-index: 1;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef8022+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top,  rgba(17 26 39) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(17 26 39) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(17 26 39) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8022', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}









/**
 * ============================ Contact page
 */


.contact-details-onpage{
    position: relative;
    margin-top: -150px;
    background: #f4f1ed;
    padding-top: 20px;
    width: 90%;
    padding-left: 15px;
    -webkit-border-top-right-radius: 55px;
    -moz-border-radius-topright: 55px;
    border-top-right-radius: 55px;
    padding-bottom: 25px;
}


.contact-details-onpage a{
	color: #fff;
	background: #262276;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 1rem 2rem;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 35px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-details-onpage a:hover{
	background: #1d1a61;
	text-decoration: none;
	
}

.contact-details-onpage.simple-box{
    margin-top: 0px;
}



.left-contact-details{
	margin-right: 35px;
}






/**
 * ============================ Learning and Development main page
 */


.list-ld ul{
    margin:0;
    padding:0;
}

 .list-ld ul li a {
    background-color: #fbfbfb;
    background-position: center right;
    background-position: 95% 50%;
    width: 100%;
    display: inline-block;
    padding: 35px 25px;
    padding-right: 50px;
    overflow: hidden;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 15px;
    border: 1px solid #cfcedb;
    color: #242074;
    font-weight: 600;
      -webkit-transition:  .15s ease-out;
  -moz-transition:  .15s ease-out;
  -o-transition:  .15s ease-out;
  transition:  .15s ease-out;
}

.list-ld ul li a:hover{
	background-color: #262276;
	text-decoration: none;
	background-image: url(../assets/icons/arrow-ld.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
	color: #fff;
	border: 1px solid #262276;
	-webkit-box-shadow: 0px 9px 33px -2px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 9px 33px -2px rgba(0,0,0,0.38);
box-shadow: 0px 9px 33px -2px rgba(0,0,0,0.38);
}

.list-ld ul li.current_page_item a{
    opacity: 0.5;
}

.list-ld ul li.current_page_item a:hover{
    background-color: #fbfbfb;
    border: 1px solid #cfcedb;
    color: #242074;
}

.testimonial-block{
	border: 1px solid #cfcedb;
	padding: 25px 15px;
}

h2.testimonial_rotator_slide_title{
	text-transform: capitalize;
}

.list-ld h3{
	font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

i.fa.fa-chevron-right, i.fa.fa-chevron-left {
    background: #272376;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50%;
    /* padding: 10px 13px; */
    width: 30px;
    height: 30px;
    padding-left: 10px;
    padding-top: 6px;
}

i.fa.fa-chevron-left {
    padding-left: 7px;
}

.benefits ul{
    list-style: none;
}

.benefits ul li{
    list-style: none;
    font-size: 18px;
    margin-bottom: 15px;
}

.benefits ul li::before {
    content: "";
    height: 5px;
    width: 5px;
    background: #f17824;
    float: left;
    border-radius: 100%;
    /* margin: 10px 8px 10px 0; */
    position: absolute;
    left: 0;
    list-style: none;
    margin-left: 16px;
    margin-top: 10px;
}


	



/**
 * ============================ Job listing
 */

.job-details {
    margin-bottom: 20px;
}

.job-details ul {
    margin: 0;
    padding: 0;
}

.job-details ul li {
    background: #20307f;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.intro-description{
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 600;
}

.wrap-job-description p span{
	font-size: 18px!important;
	font-family: 'Open Sans', sans-serif!important;
	color: #383b3e!important;
}

.wrap-job-description ul li span, .wrap-job-description ul li span{
    font-size: 18px!important;
    font-family: 'Open Sans', sans-serif!important;
    color: #383b3e!important;
}

.liststyle.requirements li, .liststyle.requirements li span{
	font-size: 18px!important;
	font-family: 'Open Sans', sans-serif!important;
	color: #383b3e!important;
}

h3.job-section-d-title {
    color: #f17620;
    font-weight: 600;
    font-size: 18px;
}

.wrap-job-description {
    margin-bottom: 50px;
}


.jobsidebar {
    background: #f5f5f5;
    padding: 25px;
}

.jobsidebar strong {
    color: #21317f;
    font-size: 22px;
    /* background: #000; */
}

.application-form-section {
    padding: 80px 105px;
    margin-top: 50px;
}

@media screen and (max-width: 500px) {

    .application-form-section {
    padding: 15px 15px;
    margin-top: 50px;
    }
}


.share-page{
    margin-top: 50px;
}

.share-page ul li {
    background: #20307f;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 15px;
    min-width: 50px;
    max-width: 50px;
    line-height: -0px;
    transform: rotate(0deg);
    text-align: center;
    border-radius: 25px;
    margin-right: 15px;
    /* opacity: 0.9; */
    
}

.share-page ul {
    margin: 0;
    padding: 0;
}

.share-page ul li:hover{
    padding: 14px;
    background: #2c3d94;
   
}

.share-page h3 {
    line-height: 55px;
}

div#apply-now {
    width: 100%;
   margin-top: 100px;
}

div#apply-now h2{
    text-align: center;
    color: #000;
}

li.onpage-apply-scroll a {
    color: #fff;
    text-decoration: none;
}

li.onpage-apply-scroll a:hover{
    text-decoration: none;
}

li.onpage-apply-scroll {
    background: #50BE64!important;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;
    border-radius: 30px!important;
    padding: 10px 25px!important;
    margin-left: 15px;
}

li.onpage-apply-scroll:hover{
    background: #42a454!important;
}

.job-cat ul.post-categories {
    margin: 0;
    padding: 0;
}

.job-cat span a {
    background: #b0a67c;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 15px;
    margin-bottom: 10px;
    -webkit-transition:  .15s ease-out;
  -moz-transition:  .15s ease-out;
  -o-transition:  .15s ease-out;
  transition:  .15s ease-out;
}

.job-cat span a:hover{
    text-decoration: none;
    background: #99906a;
}

.job-cat ul.post-categories li a{
    color: #fff;
    font-weight: 600;
}


.date-posted {
    display: block;
    margin-bottom: 20px;
}








.wrap-joblisting-home .listing-box{
        border: 1px solid #e8e8e8;
}

.listing-box h2{
    text-transform: none;
    font-weight: 600;
    font-size: 24px;
    color: #262276;
}

.des-lisitng-box{
    display: block;
    margin-bottom: 25px;
    font-size: 15px;
    color: #383b3e;
}

.location-listing-box{
       font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 60px;
    color: #20307f;
}

ul.job-list-box-details-bottom{
    margin: 0;
    padding: 0;
}


ul.job-list-box-details-bottom li {
    display: inline-block;
    margin-right: 25px;
}

.listing-box a:hover{
    text-decoration: none;
}

.listing-box{
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
     -webkit-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
	background:#F7F4F1;
}


.listing-box:hover{
  -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.47);
box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.47);
   
}

.date-listing-box {
    font-weight: 600;
    font-size: 14px;
}


.job-cat span {
    font-weight: 600;
    color: #b0a67c;
    margin-bottom: 10px;
    display: block;
}



.branche-list li {
    list-style: none;
    border-bottom: 1px solid #cfcedb;
    padding-bottom: 10px;
    color: #f86c0d;
    font-weight: 600;
}

.branche-list li a{
    color: #303030;
    font-weight: 600;
}

.branche-list li a:hover{
    text-decoration: none;
    color: #b0a67c;
}


.wrap-inner.job-listing-page {
    margin-bottom: 20px;
}


.category-list-hr{
    margin-bottom: 80px;
}




/**
 * ============================ ||||||||||||||||| Workshop badge design [ use this styling for the workshop lists ]
 */

.workshop-badge-item{
	position: relative;
    display: block;
    padding-top: 10px;
    margin: 0 0 15px;
    background-color: #FFFFFF;
    border: 1px solid #cfcedb;
    border-radius: 2px;
}

.top-badge-content{
	padding-right: 30px;
    padding-left: 30px;
}

		.top-badge-content span.badge-item-cat{ 
			font-size: 14px; 
			    color: #969798;
    			font-weight: 600;
		}
		.top-badge-content h3 a{
			    max-width: 80%;
			    line-height: 1.2em;
			    color: #ef8022;
			    font-size: 21px;
			    margin-top: 20px;
			    margin-bottom: 15px;
			    font-weight: 600;
			    display: block;
		}
		.top-badge-content .badge-item-details{
			margin-bottom: 30px;
		}
							.badge-item-details .badge-item-instructor{
								        float: right;
                                        display: block;
                                        position: relative;
                                        margin-top: -50px;
                                        border-radius: 50%;
                                        overflow: hidden;
                                        width: 100px;
                                        height: 100px;
                                        border: 2px solid #e2e2e2;
							}

							.badge-item-instructor img {
								        width: auto;
                                        height: auto;
							}

							.badge-item-details .badge-item-description{
								max-width: 70%;
								font-size: 14px;
							}

.bottom-badge-content{
	border-top: 1px solid #cfcedb;
    padding-bottom: 0;
    padding-left: 15px;
    height: 43px;
    background: #fbfbfb;
}

.bottom-badge-content span{
	padding: 10px 15px;
    border-right: 1px solid #cfcedb;
    display: inline-block;
    color: #24358a;
    font-weight: 600;
}

.bottom-badge-content span:last-child{
	border: none;
	float: right;
	color: #ef8022;
}




@media screen and (max-width: 990px) {

	.bottom-badge-content{
		height: 100%;
		overflow: hidden;
	}

	.bottom-badge-content{
		padding-right: 15px;
	}

	.bottom-badge-content span {
    padding: 10px 15px;
    color: #24358a;
    font-weight: 600;
    float: left;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cfcedb;
	}

	.badge-item-details .badge-item-instructor{
		margin-top: 0px;
	}

 }

 @media screen and (max-width: 500px) {
 	.badge-item-details .badge-item-instructor{
 		float: none;
 	}
 }






.entry-content.workshops {
    border-bottom: 2px solid #f2731d;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-top: 0;
}

.workshopsidebar h2 {
    color: #f17620;
}





.info-instructor{
    display: block;
    position: relative;
                                       
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 2px solid #e2e2e2;
    margin-right: 10px;
}



.info-instructor img{
    width: auto;
    height: auto;
}

.instructor-name{
    color: #ef8022;
    font-weight: 600;
}

.instructor-name span{
    display: block;
}

.badge-course-info {
    border: 1px solid #cfcedb;
    margin-bottom: 30px;
}


.space-around-badge-top{
    padding: 25px;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.course-details{
    border-top: 1px solid #cfcedb;
    border-bottom: 1px solid #cfcedb;
    padding-top: 25px;
    padding-bottom: 25px;
}


.course-details ul li {
    line-height: 30px;
    font-weight: 600;
}

.course-details ul {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
}

.course-details ul li span {
    /* text-align: right; */
    width: 150px;
    display: inline-block;
}



.price-in-badge {
    text-align: center;
    color: #ef8022;
    font-weight: 600;
    font-size: 23px;
    padding-top: 25px;
    padding-bottom: 25px;
   
}

.price-in-badge span {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.course-sign-up-form-bottom {
    margin-top: 50px;
    border-top: 2px solid #f17520;
    padding-top: 50px;
    margin-bottom: 80px;
}

.course-share{
    margin-bottom: 80px;
}





.text-register-course h4 {
    line-height: 0px;
    margin-bottom: 40px;
}

.text-register-course {
    text-align: center;
    color: #262276;
    background-image: url(../assets/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    line-height: 100px;
    padding-bottom: 50px;
    /* height: 50px; */
    background-size: 30px;
    margin-top: 100px;
}



ul.go-to-bottom-service li {
    display: inline-block;
    margin-right: 10px;
}

ul.go-to-bottom-service {
    margin: 0;
    padding: 0;
}


ul.direct-link-h-ld li a {
    background-image: url(../assets/icons/direct-h-arrow.svg);
    background-size: 15px;
    line-height: 40px;
    color: #f86c0d;
    display: block;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul.direct-link-h-ld li a:hover{
        margin-left: 10px;
}

ul.direct-link-h-ld {
    background: #f4f1ed;
    margin: 0;
    padding: 0;
    padding: 0px 20px 0px 20px;
    padding-top: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.direct-link-h-ld li {
    border-bottom: 1px solid #e4e0d9;
    padding-bottom: 9px;
}

ul.direct-link-h-ld li:last-child{
    border-bottom:none;
    padding-bottom: 50px;
}

.gradar-content-bottom {
    padding-top: 50px;
    margin-top: 80px;
    font-size: 14px;
}

.wpgdprc.wpgdprc-consent-bar {
    background: #fff!important;
    color: #000!important;
}

.wpgdprc-consent-bar__content {
    color: #000!important;
}

button.wpgdprc-button.wpgdprc-consent-bar__button {
    background: #25358a!important;
    color: #fff!important;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0!important;
}



.r-d {
    border-bottom: 2px solid #f17824;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.inner-col-rd {
    border: 1px solid #cfcedb;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.inner-col-rd p{
    font-size: 16px;
}


.center-title-rd{
    text-align: center;
    color: #000;
    font-size: 24px;
}

.gradar-logo {
    width: 300px;
    height: auto;
}

.center-title-rd {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.col-long-rd {
    border: 1px solid #cfcedb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.gr-img-long {
    border-bottom: 1px solid #cfcedb;
}

.rd-feat-txt {
    padding: 15px;
    font-size: 16px;
}

.rd-feat-txt ul li {
    list-style: disc;
}






/**
 * ============================ ||||||||||||||||| New code ]
 */

.header {
    margin-top: 10px;
    overflow: hidden;
}

.header-wrap{
   padding-top: 7rem ;
   padding-bottom: 7rem;
   background-color:var(--color-green);
}

.listing-box.home-listing {
    height: auto;
}

.latest-jobs-section{
    background: none;
    margin-top: 80px;
}

.latest-jobs-section h2 {
    color: #000;
    margin-bottom: 30px;
}

.sidebar-front h2 {
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 130px;
    padding-top: 0px;
    padding-left: 10px;
    margin: 0 auto;
    color: #fff;
    font-size: 34px;
    text-align: left;
    font-weight: 700;
    text-transform: none;
    z-index: 1;
    -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef8022+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(bottom,  rgba(248,109,12,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom,  rgba(248,109,12,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgba(248,109,12,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8022', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}

.sidebar-front img{
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.filter-cat-front{
    overflow: hidden;
}

.filter-cat-front p{
    color: #000;
}

.home-listing{
    margin-top: 0px;
}

.go-service-home{
    padding-top: 7%;
    padding-bottom: 7%;
    background-image:url(../assets/advancehrs-front-sec.jpg);
    background-repeat: no-repeat;
   background-size: cover;
}

.go-service-home p{
    font-family: 'Merriweather', serif;
    color: #000;
    font-weight: 700;
    font-size: 31px;
    line-height: 47px;
}

.go-gradar-home{
    padding-top: 5%;
    padding-bottom: 5%;
    background: #458475;
    color: #fff;
}

.go-gradar-home p{
    color: #fff;
}

.go-gradar-home strong{
    font-family: 'Merriweather', serif;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
}

.logo-gradar-front {
    background: #fff;
    padding: 30px 50px;
   -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
margin: 70px;
}



.tax-name {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: wrap;
    /* background: #000; */
}

.tax-child-count {
    color: #afafaf;
    font-size: 14px;
    line-height: 15px;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
}

.tax-title a {
    font-size: 14px;
    color:#fff;
    font-weight: 600;
}

.tax-title a:hover{
    text-decoration: none;
}

.taxonomy-list-item {
    margin-bottom: 2%;
    display: inline-block;
    width: auto;
    font-size: 14px;
}

.taxonomy-list-item .tax-details {
    float: left;
    width: 100%;
}

.tax-details{
    background: #004064;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.taxonomy-list-item {
    margin-right: 7px;
}

.tax-details:hover{
    background: var(--color-orange);
}



ul.cat-list-homepage li {
    display: inline-block;
    color: #fff;
    padding: 5px;
        background: #004064;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
}

li{
    list-style: none;
}
a.blue {
    background: #24358a;
    color: #fff;
    text-transform: uppercase;
}


.sidebar-frontpage {
    position: relative;
}

.bullets ul li {
    list-style: circle!important;
}



/**
 * ============================ Blog Post
 */



.blog-feed{
        background: #f4f1ed;
    padding: 10px;
    display: block;
    margin-bottom: 30px;
    border: 4px solid #ece6dc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-feed p{
    font-size: 15px;
}

h2 a.inner-basic.strong {
    color: #f27a27;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: inherit!important;
}

.feed-content h2{
    text-transform: inherit!important;
}


.blog-feed small{
    color: #a58874;
}

.article_footer_job_posting{
        display: block;
    overflow: hidden;
    border: 1px solid #cfcedb;
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 45px;
    -webkit-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
}

a.button{
    background: #ef8022;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.artcl-job-posting p{
    font-weight: bold;
    margin-top: 50px;
}

div#toggle {
    display: none!important;
}
.checkbox label {
display: flex;
float: left;
align-items: flex-start;
}

.checkbox  input[type="checkbox"] {
width: 50px!important;
}

.checkbox {
margin-bottom: 30px;	    
margin-top: 30px;
	background: #e5e2de;
    padding-top: 10px;
}




.pagination {
    justify-content: space-between;
    max-width: 300px;
    align-items: center;
}

.pagination a{
	font-weight: 500;
}


a.prev.page-numbers, a.next.page-numbers {
        color: #ffffff;
    background: #ea681d;
    width: 25px;
    height: 27px;
    /* border-radius: 5px; */
    justify-content: center;
    align-items: center;
    display: flex;
    /* height: 32px; */
    font-size: 22px;
    /* line-height: 45px; */
    padding-bottom: 5px;
}

a.page-numbers {
    color: #9d9696;
}

span.page-numbers.current {
    color: #004064;
    font-weight: 600;
}


.hero-cta {
    position: relative;
    margin-top: -80px;
}
