@charset "utf-8";
/* CSS Document 
	
	green: 2cdb72 
	blue: 0000dc
	
*/
body, html {
    height: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
	color:#000; 
}
a:hover{
	text-decoration:none;
}
img{
	max-width:100%;
	height:auto;
}
.container-inner{
	width:81%;
	margin:0 auto;
}
.text-center{
	text-align:center;
}
p{
	font-weight: 300;
}
h1{
	font-size: 1.3em;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow: 2px 2px 10px rgba(122, 122, 122, 0.64);
}
h4 {
	font-weight: 300;
	letter-spacing: 1px;
}
.company-sec5-inner i {
	font-weight: 200;
}

h2{
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	
}
.subtitle h2, .subtitle h3{
	font-size: 24px !important;
	line-height: 34px !important;
	letter-spacing: 0px !important;
	font-weight: 400 !important;
}
/*------------------------
Header
--------------------------*/
.header{
	background-size:cover;
	padding-bottom:40px;
	background-position: center center;
	/*box-shadow:inset 0 0 0px 2000px rgba(0, 0, 0, .2);*/
}
.page-template-template-news .header{
	background-size:cover; 
}
.single-fiche_entreprise .header{
	background-size:cover; 
}
.page-template-template-hightech .header{
	background-size:cover; 
}

.page-template-template-accueil .header{
    box-shadow:none;
}

/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
*/ 
@media (max-width: 576px) { 
		.header{
 		padding-bottom:0px;
	}
	h1{
	font-size: 1em;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow: 2px 2px 10px rgba(122, 122, 122, 0.64);
}
	
 }
/* Small devices (landscape phones, 576px and up)*/


@media (min-width: 576px) { 
		.header{
 		padding-bottom:0px;
	}
	h1{
	font-size: 1.1em;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow: 2px 2px 10px rgba(122, 122, 122, 0.64);
}
.navbar-inverse .navbar-nav > li > a,
.navbar .dropdown-menu > li > a {
    font-size: 10px;
}
	
 }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
		.header{
 		padding-bottom:0px;
	}
	h1{
	font-size: 1.2em;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow: 2px 2px 10px rgba(122, 122, 122, 0.64);
}
.navbar-inverse .navbar-nav > li > a,
.navbar .dropdown-menu > li > a {
    font-size: 10px;
}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
		.page-template-template-accueil .header{
	height: 880px;
}
h1{
	font-size: 1.3em;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow: 2px 2px 10px rgba(122, 122, 122, 0.64);
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 11px;
}
.navbar .dropdown-menu > li > a{
	font-size:14px;
}
  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.navbar-inverse .navbar-nav > li > a {
    font-size: 11px;
}
 }





.page-template-template-listing-entreprises .header, .page-template-template-rechercher-entreprises .header, .page-template-template-rechercher-formations .header{
	background:none;
	padding:0px;
	position:absolute;
	width:100%;
}
@media (max-width: 1110px) { 
.page-template-template-listing-entreprises .header, .page-template-template-rechercher-entreprises .header, .page-template-template-rechercher-formations .header{
 	position:static;
 }
.page-template-template-listing-entreprises .navbar, .page-template-template-rechercher-entreprises .navbar, .page-template-template-rechercher-formations .header{
	margin-bottom:0px;
}
}
.header-inner{
	width:67%;
	margin:0 auto;
}
.dropdown-menu{
	border: none;
}
/*------------------------
	LOGIN
	
-------------------------*/
.login-icon{
	position: absolute;
    top: 16px;
    right: 99px;
    z-index: 10;

}

/*------------------------
search form
--------------------------*/

.search-icon a{
	background: #000;
    height: 73px;
    width: 74px;
    display: block;
	text-align:center;
}
.search-icon a img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: AUTO;
}
#search-form .form-control{
	height: 73px !important;
	width:250px;
	visibility:hidden;
	opacity:0;
	background:#000;
	color:#fff;	 
	border:none;	
	transition:all 1s linear;
}
#search-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;	
}
#search-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#fff;	
}
#search-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#fff;	
}
#search-form .form-control:-moz-placeholder { /* Firefox 18- */
  color:#fff;	
}
#search-form .form-control:focus{
	outline:none;
}
#search-form.active .form-control{ 
	visibility:visible;
	opacity:1;	
}
#search-form.deactive .form-control:focus{
	visibility:visible;
	opacity:1;
}
.navbar-search{
	display:none;
}
@media (min-width: 768px){
	.navbar-search{
		position:absolute;
		top: 0;
		right: 0px;
		padding: 0px;
        margin: 0px;
		display:inline;
	}
	.search-icon {
		position: absolute;
		top: 0;
		right: 0px;
		z-index:10;
	}
	#search-form .form-control{ 
		position: absolute;
		right: 0px;
		top: 0px;
	}
}
/*------------------------
-- Navigation
--------------------------*/
.navbar-toggle{
	margin-bottom:15px;
	margin-top:15px;
	background:#000;
}

/*center nav
.loginmenu{
	background-image: url('../img/user.svg');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: top right;
	width: 30px;
	height: 30px;
}
*/
/**/
#menu-item-2308 {
    font-weight: 700;
    padding: 0px 12px;
}
.navbar-brand{
	padding:15px 15px 15px 20px;
	height:56px;
}
@media(min-width:768px){
	.navbar-brand{
		padding:17px 15px 15px 20px;
		height:56px;
	}
}
.navbar-brand img{
    width: 48px;
    height: auto;
}
.navbar-collapse{
	padding-top: 20px;
    padding-bottom: 0px !important;
}
.navbar-inverse {
    background-color: #f3f2f0;
 	border:none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
    letter-spacing: 1px;
	position:relative;
}
.navbar-inverse .navbar-nav > li:hover > ul{
	display:block;
}
.navbar-inverse .navbar-nav > li > a span{
	position:relative;
}
.nav > li > a{
	    padding: 10px 25px 23px;
		text-transform:uppercase;
}
.navbar.navbar-inverse {
    z-index: 10;
}
@media(max-width:1330px){
	.nav > li > a{
	    padding: 10px 15px 23px !important;
      }
}
@media(max-width:1200px){
	.header-inner {
		width: 75%;
	 }
}
@media(max-width:1110px){
	.header-inner {
		width: 100%;
	 }
	 .nav > li > a{
	    padding: 23px 12px 23px !important;
      }
}
.nav > li > a{
	    padding: 10px 10px 23px;
		text-transform:uppercase;
}
.navbar .caret{
	display:none;
}
.navbar-form {
    margin-top: 0px !important;
    margin-bottom: 0px!important;
    }
.navbar .dropdown-menu{
	background:#000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #282828;
}
.navbar .dropdown-menu > li > a{
	color:#fff;
	padding:5px 20px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000;
    background:none;	
}

.navbar-inverse .navbar-nav > .open > a:after, .navbar-inverse .navbar-nav > .open > a:hover:after, .navbar-inverse .navbar-nav > .open > a:focus:after,.navbar-inverse .navbar-nav > li > a:hover span:after,.navbar-inverse .navbar-nav > .active > a span:after, .navbar-inverse .navbar-nav > .active > a:hover span:after, .navbar-inverse .navbar-nav > .active > a:focus span:after{
	position: absolute;
    content: '';
    border: 2px solid #000;
    bottom: -10px;
    width: 100%;
    left: 0px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000 !important;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}
@media (min-width: 768px){
	.navbar {
		border-radius: 0px;
	}
	.navbar-nav {
 		margin: 0 17px;
	}
	
}
@media (max-width: 767px){
	.dropdown-menu > li > a {
    font-weight: 500;
	}
	#navbar{
		position: absolute;
        width: 100%;
		background:#f3f2f0;
	}
	  
	.navbar .dropdown-menu {
		background: #e3e3e2;
		box-shadow: none;
	}
	.navbar .dropdown-menu > li > a{
		color:#000;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
		color:#fff !important;
	}
	#navbar .dropdown-menu{
		position:static;
		display:block !important;
		float:none;
	}
}
@media (min-width: 768px){
    .navbar-nav {
            /* margin: 0 auto; */
    display: table;
    table-layout: auto;
    /* float: none; */
    width: 82%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
} 
/*------------------------
-- Tagline
--------------------------*/
.tagline {
    padding: 189px 0 150px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.2rem;
    color: #fff;     
    line-height: 4.8rem;
	letter-spacing:1px;
}
.tagline a{
	font-weight: 400;
	color: #fff;
	text-transform: none;
	font-size: 0.5em;
	text-align: center;
}
.tagline a:hover{
	color: #fff;
}
.tagline p{
	text-align: center;
}
.tagline li {
text-align: center;
font-weight: 400;
list-style: none;
margin-bottom: 10px;
position: relative;
padding-left: 15px;
}

.tagline li::before {
position: absolute;
content: '>';
color: #2cd673;
margin-left: -21px;
margin-top: 5px;
}

.inner-pages .tagline {
    padding: 100px 0 115px;
}

@media (min-width: 992px){
	.inner-pages .tagline {
		padding: 180px 0;
	}
	#page-template-template-accueil .tagline {
    padding: 110px 0px 135px 0px;
}
}
@media (max-width: 767px){
	.tagline {
		padding: 83px 0 90px;
 		font-size: 2.2rem;
 		line-height: 3.5rem;
 	}
	.inner-pages .tagline {
		padding: 59px 0 58px;
	}

}
/*------------------------
-- header-filter
--------------------------*/
/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
*/ 



/* Medium devices (tablets, 768px and up)*/
@media (max-width: 992px) { 
	.header-filter{
	background:#fff;
	text-align:center;
	padding:20px;
	width:72%;
	margin:0 auto;
	 
}

 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.header-filter{
	background:#fff;
	text-align:center;
	padding:70px 20px 20px 20px;
	width:60%;
	margin:0 auto;
	 
}

  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

 }


.header-filter h4{
	font-size:16px;
}
.bootstrap-select .dropdown-toggle:focus{
	outline:none !important;
}
.header-filter .btn,
.categories_filter .btn{
	padding: 10px 36px 10px 12px;
	border-radius: 22px;
	box-shadow: 0px 0px 7px #d8d8d8;
	background:url(../images/arrow.png) no-repeat  93px center;
	border: none;
}
.header-filter .btn-group.open .dropdown-toggle,
.categories_filter .btn-group.open .dropdown-toggle{
	box-shadow: 0 0 12px #66666678;
}
 
.header-filter .btn-default:active,.header-filter .btn-default.active,.header-filter .open > .dropdown-toggle.btn-default,
.categories_filter .btn-default:active,.categories_filter .btn-default.active,.categories_filter .open > .dropdown-toggle.btn-default {
   background:url(../images/arrow.png) no-repeat  93px center transparent;
}
.header-filter .btn-group,
.categories_filter .btn-group{
	margin:20px 10px;
}
.header-filter .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.categories_filter .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 130px;
}
.header-filter .caret,
.categories_filter .caret{	
	display:none;
}
.header-filter input[type="submit"]{
	background:#231f20;
	border-radius: 22px;
	color:#fff;
	border:none;
	padding: 10px 16px;
}

.seperator{
	width:100%;
	float:left;
	height:10px;
	background: #0101db; /* Old browsers */
	background: -moz-linear-gradient(left, #0101db 1%, #2bda71 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0101db 1%,#2bda71 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0101db 1%,#2bda71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0101db', endColorstr='#2bda71',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 767px){
	.header-filter {
 		padding:40px 20px 20px 20px;
		width: 92%;
 	}
}
/*------------------------
 Single actu
--------------------------*/

#single-actu .header {
    background-size: cover;
    padding-bottom: 40px;
    background-position: center center;
    box-shadow:none !important;
}
.about-top h1{
	margin: 0 20px 60px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.5em;
    padding-bottom: 30px;
    letter-spacing: 1px;
}
.about-top h1:before{
	position:absolute;
	content:'';
	height:5px; width:46px;
	background:#2cdb72;
	bottom:0px;
	left:0px;
}

/*------------------------
 section-one
--------------------------*/
.section-one{
	background:#f3f2f0;
	position:relative;
	padding:0 4.5% 40px;
	float:left;
	width:100%;
}
.section-one h2,
.section-two h2{
	color: #231F20;
    margin: 52px 0 87px 2.5%;
}
.section-one-b{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.section-one-blog-c{
	flex:25%;
	background:#0033cc;
	color:#fff;
	position:relative;
	max-width:25%;
}
.section-one-blog-c a{
	display:block;
	color:#fff;
}
.section-one-blog-c a:hover{
	color:#fff;
}
.section-one-blog-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/overlay.png) repeat;
	box-shadow:0 0 20px rgba(0,0,0,0.5) inset;
	z-index:10;
}
.image img{
	width:100%;
	height:auto;
}
.image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	z-index:5;
}
.section-one-blog-c a:hover .image:after {
    opacity:1;
	z-index:5;
}

.section-one-blog-c div+img{
	width:100%;
	height:auto;
}
.section-one-blog-d{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	width: 61%;
}
.section-one-blog-d h4{
	font-weight:700;
	font-size:1em;
	margin-top:0px;
	line-height: 1.3em;
	position:relative;
}
.section-one-blog-d span{
	color:#fff;
	font-size:0.6em;
	background:url(../images/plus.png) no-repeat left center;
	padding-left:10px;
}
.vertical-border{
	background:#2CDB72;
	width:1px;
	height:25px;
	margin:0 auto 12px;
}
.trainging-block a{
	background: #231f20;
    color: #fff;
    display: inline;
    float: right;
    position: absolute;
    right: 13.5%;
    top: 0px;
    padding: 45px 27px 45px 27px;
	font-size: 0.9em;
	width:330px;
}
.page-template-template-list-metiers .trainging-block a{
	right:0;
}
.trainging-block a:hover{
	text-decoration:none;
	color: #fff;
}

.trainging-block a span{
	position:relative;
	padding-left:40px;
}
.trainging-block span:before{
	position:absolute;
	content:'';
	height:1px;
	background:#2CDB72;
	width:25px;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}
.trainging-block span:after{
	position:absolute;
	content:'';
	height:1px;
	background:#2CDB72;
	width:25px;
	left:0px;
	top:50%;
	transform:translateY(50%);
}
.trainging-block span:hover:before{
  transform: rotate(90deg);
}
.trainging-block span:hover:after{
  transform: rotate(180deg);
}
.trainging-block span:after{
    -webkit-transition: -webkit-transform 0.3s ease-in;
}

/*my btn*/
.mybtn a span{
	position:relative;
	padding-left:40px;
}
.mybtn span:before{
	position:absolute;
	content:'';
	height:1px;
	background:#2CDB72;
	width:25px;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}
.mybtn span:after{
	position:absolute;
	content:'';
	height:1px;
	background:#2CDB72;
	width:25px;
	left:0px;
	top:50%;
	transform:translateY(50%);
}
.mybtn span:hover:before{
  transform: rotate(90deg);
}
.mybtn span:hover:after{
  transform: rotate(180deg);
}
.mybtn span:after{
    -webkit-transition: -webkit-transform 0.3s ease-in;
}
/*my btn*/

@media(max-width:992px){
	.trainging-block a{
		    position: static;
            display: block;
			font-size: 0.8em;
	}
	.section-one .trainging-block a{
		margin-bottom:20px;
	}
	 
	.section-one-blog-c{
		flex:33.3333333333%;
		background:#0033cc;
		color:#fff;
		position:relative;
		max-width:33.3333333333%;
	}
}
@media(max-width:767px){
	.section-one-blog-d span {
    font-size: 1.5em;
}
 	.section-one{
 		padding:0px 0% 40px;
 	}
 	.section-one-blog-d h4{
		font-size:2em;
		margin-bottom:5px;
	}
	.section-one-blog-c{
		flex:100%;
		background:#0033cc;
		color:#fff;
		position:relative;
		max-width:100%;
	}
	.vertical-border{
 		height:15px;
		margin-bottom:5px;
 	}
}
@media(max-width:560px){
	.trainging-block a{
		width:auto !important;
	}
}
/*------------------------
 section-two
--------------------------*/
.section-two{
	position:relative;
	padding:72px 7.7% 25px;
	float:left;
	width:100%;
}
.section-two h2{
	margin-left:0px;
	margin-top:0px;
}
.section-post{
	margin:54px 0 0;
	padding: 0 20px;
	display: flex;
    flex-wrap: wrap;
	width:100%;
}
.fc-post{
	flex: 28%;
    max-width: 28%;
    margin: 0 2.55% 20px;
}
.section-post-top{
	margin:54px 0 0;
	display: flex;
    flex-wrap: wrap;
	width:100%;
}
.fc-post-top{
	flex: 47%;
	max-width: 44%;
    margin: 0 2.55% 20px;
}
.fc-post img,
.fc-post-top img{
		width:100%;
		height:auto;
} 
@media (max-width:992px){
	.fc-post {
		flex: 47%;
		max-width: 44%;
		margin: 0 2.55% 20px;
	}
	.fc-post-top{
		flex: 100%;
		max-width: 100%;
		margin: 0 2.55% 20px;
	}
	
}
@media (max-width:767px){
	.fc-post{
 		flex: 100%;
		max-width: 100%;
		margin: 0 0 25px;
 	}
	.section-two h2 {
       margin-left: 0;
	}
	.fc-post-top{
 		margin: 0 0 25px;
	}
	
}
.fc-post-feature-img img{
	transform:scale(1,1);
	 -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.fc-post-feature-img:hover img{
	transform:scale(1,1);
 }


.blue-bg{
	background:#0134cd;
	padding-bottom:10px;

}

.green-bg{
	background:#2cdb72;
	padding-bottom:10px;
}
.grey-bg{
	background:#444444;
	padding-bottom:10px;
}

.black-bg{
	background:#282924;
	padding-bottom:10px;
}
.fc-post h4{
	font-weight:700;	
	font-size:1em;
	margin-bottom:15px;
	text-transform:uppercase;
	line-height:1.5em;
}
.fc-post-top h4{
	font-weight:700;	
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:15px;
}
.fc-post p,
.fc-post-top p{
	margin-bottom:20px;
}
.fc-post a,
.fc-post-top a{
	position:relative;
	font-weight:700;
	background:url(../images/plus.png) right center no-repeat;
	padding:0 10px 0 38px;
	color:#444444;
}
.fc-post a:before,
.fc-post-top a:before {
    position: absolute;
    content: '';
    height: 1px;
    background: #2CDB72;
    width: 28px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.fc-post a:hover,
.fc-post-top a:hover{
	text-decoration:none;
	color:#2CDB72;
}
.all-new{
	text-align:center;
	margin:0px 0 30px;
	float:left;
	width:100%;
}
 
.all-new a{
	color:#2CDB72;
	text-transform:uppercase;
	background:url(../images/see-all-news.png) left center no-repeat;
	padding:0 0 0 20px;
	font-size:1.2em;
}
.company-sec5-inner .all-new{
	text-align:center;
	margin:15px 0px 30px 0px;
	float:left;
	width:100%;
}
 
.company-sec5-inner .all-new a{
	color:#ffffff;
	text-transform:uppercase;
	background:url(../images/green-plus.png) left center no-repeat;
	padding:0 0 0 20px;
	font-size:1.2em;
}

.company-sec5-inner .all-new a:hover{
	text-decoration:none;
	color:#2CDB72;
}

.page-template-template-news .all-new a{
 	background:url(../images/see-all-news.png) right center no-repeat;
	padding:0 15px 0 0px;
}
.all-new a:hover{
	text-decoration:none;
	color:#000;
}
.news-filter{
	margin:30px 0 0 0;
}
.page-template-template-news .news-filter{
	margin:0px 0 0 0;
}
.news-filter .caret{
	border-top-color:#0026cc;
	border-width:8px;
	right:0px;
}
.news-filter .btn{
	border:none;
	border-bottom:1px solid #0026cc;
	border-radius:0px;
	padding:16px 0;
}
.news-filter .bootstrap-select{
	margin-right:15px;
}
.news-filter .btn-group.open .dropdown-toggle{
	box-shadow:none;
}
 
.news-filter .btn-default:active,.news-filter .btn-default:hover,.news-filter .btn-default.active,.news-filter .open > .dropdown-toggle.btn-default {
   background:none;
   box-shadow:none;
}
.news-filter .bootstrap-select .dropdown-toggle:focus {
  outline:none !important;
}
/*------------------------
 section-three
--------------------------*/
.section-three{
	text-align:center;
	padding:40px 0;
	background:#0a38d4;
	color:#fff;
	float:left;
	width:100%;
}
.section-three h4{
    font-size: 2.5em;
    font-weight: 300;
}

/*------------------------
 section-four
--------------------------*/
.testimonial-list a {
    position: relative;
    padding: 0 0 0 16px;
    display: block;
    color: #ffffff;
}
.testimonial-list a:hover {
    color: #ffffff;
}
.testimonial-list a:before {
    background: url(../images/green-plus.png) left center no-repeat;
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    height: 9px;
    width: 10px;
}
.section-four{
 	float:left;
	width:100%;
	background:#282828;
	background-size:cover;
	padding:0;
	color:#fff;
}
.testimonial-content{
	padding:0% 38% 0% 11%;
	font-size:1.1em;
}
.section-four .testimonial-content img{
	width:100%;
	height:auto;
}
@media(max-width:992px){
	.testimonial-content{
		padding:10%;
	}
}
.testimonial-content p{
	margin-bottom:30px;
	margin-top: 30px;
}
.author-details{
	position:relative;
	padding:30px 0 0 0;
	text-transform:uppercase;
	margin-bottom:0px !important;
}
.author-details span{
	font-weight:700;
}
.author-details:before{
	background: #2CDB72;
    width: 25px;
    height: 1px;
	position:absolute;
	content:'';
	top:0;
	left:0px;
}

.left-arrow,
.right-arrow{
	position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.left-arrow:before,
.right-arrow:before{
	position:absolute;
	content:'';
	border:1px solid #32d779;
	height:1px;
	width:40px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left-arrow:after,
.right-arrow:after{
	position:absolute;
	content:'';
	border:1px solid #32d779;
	height:1px;
	width:40px;
	margin-top: 28px;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left-arrow:before{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.left-arrow:after{
	margin-top: 28px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*------------------------
 section-five
--------------------------*/
.section-five{
	position:relative;
	float:left;
	width:100%;
}
.section-five-inner{
	padding:200px 0;
}
.section-five h4{
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	font-size:3em;
	position:relative;
	margin-left:200px;
	line-height:1.4em;
	margin-bottom:50px;
}
.section-five-inner p{
	margin-bottom:50px;
	font-weight: 400;
	}

.section-five .trainging-block a{
	bottom:0px;
	top:inherit;
	right:3.5%;
	width:332px;
	padding:45px 27px 45px 27px;
}

.list-content a {
    position: relative;
    padding: 0 0 0 16px;
    margin-left:200px;
    display: block;
    color: #ffffff;
}
.list-content a:hover{
	color:#ffffff;
}
.list-content a:before {
    background: url(../images/green-plus.png) left center no-repeat;
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    height: 9px;
    width: 10px;
}

/*------------------------
 section-six
--------------------------*/
.section-six{
 	float:left;
	width:100%;
	background:url(../images/15.html) no-repeat top center;
	background-size:cover;
	padding:180px 0;
	color:#fff;
}
.section-six h4{
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:4em;
	line-height:1.4em;
	margin-bottom:50px;
}
.section-six p{
	margin-bottom:30px;
}
.section-six a{
	background:url(../images/info.png) no-repeat left center;
	padding-left:15px;
}
.section-six a:hover{
	text-decoration:none;
	color:#fff;
}
.tag{
	position:relative;
	margin-bottom:30px;
	display:inline-block;
	padding-bottom:10px;
}
.tag:before{
	position:absolute;
	content:'';
	background: #0101db; /* Old browsers */
	background: -moz-linear-gradient(left, #0101db 1%, #2bda71 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0101db 1%,#2bda71 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0101db 1%,#2bda71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0101db', endColorstr='#2bda71',GradientType=1 ); /* IE6-9 */
	height:2px;
	width:100%;
	bottom:0px;
	
}
.green{
	color:#2CDB72;
}

@media(max-width:992px){
	.section-five h4,.section-six h4{
		margin-left:0px;
		font-size:2.5em;
	}
}
/*------------------------
 section-seven
--------------------------*/
.section-seven{
 	float:left;
	width:100%;
	padding:0px 5% 100px;
	text-align:center;
	background:#f3f2f0;
}
.section-seven-inner{
	background:#fff;
	padding:60px 30px 30px;
	float:left;
	width:100%;
}

.section-seven h2{
	color:#0033CC;
	position:relative;
	padding-bottom:20px;
	font-weight: 300;
}
.section-seven h2:after{
	position:absolute;
	content:'';
	border-bottom:1px solid #0033CC;
	width:100px;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
}
.affiliation{
	margin:40px 0 60px;
	text-align:center;
	float:left;
	width:100%;
}
.affiliation div{
	margin:15px 0;
}
.member-block{
	float: right;
}
.member-block a{
	background: #231f20;
    color: #fff;
    display:block;    
    padding: 45px 14px 45px 14px;
	font-size: 0.9em;
	width:350px;
}
.member-block a:hover{
	text-decoration:none;
	color: #fff;
}

@media(max-width:767px){
	.section-seven{
 		padding:0px 0% 100px;
 	}
}
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*------------------------
 section-eight
--------------------------*/
.section-eight{
 	float:left;
	width:100%;
	padding:60px 5% ;
	text-align:center;
	background:url(../images/newsletter-GMH.jpg) no-repeat top center;
	color:#fff;
	background-size: cover;
}

.section-eight h2{
	font-weight:800;
	font-size:1.6em;
	letter-spacing:2px;
}

.section-eight .vertical-border{
	background:#fff;
	margin:15px auto;
}
.section-eight input[type="text"]{
	background:transparent;
	border:none;
	border-bottom:1px solid #fff;
	text-align:center;
	width:29%;
	padding:5px 0;
}
.section-eight input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;	
}
.section-eight input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color:#fff;	
}
.section-eight input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color:#fff;	
}
.section-eight input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color:#fff;	
}
.section-eight input[type="text"]:focus{
	outline:none;
}
.section-eight input[type="submit"]{
	border:1px solid #fff;
 	background:url(../images/submit.png) no-repeat center center #41ed87;
	text-indent:-9999999px;
	width: 32px;
    height: 32px;
    margin-left: 10px;
	cursor:pointer;
}
.section-eight input[type="submit"]:hover{
	background-color:#282828;
}
input[type="submit"]:focus,input[type="text"]:focus{
	outline:none;
}

/*-----------------------------------
image-slider
------------------------------------*/

.image-slider{
	width:100%;
	margin:80px auto 0;
}
.image-slider img{
	width:100%;
	height:auto;
}
.image-slider .carousel-control {
    top: 50%;
    bottom: inherit;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    height: 80px;
    transform: translateY(-50%);
}
.image-slider .left-arrow:after,
.image-slider .right-arrow:after{
	width:30px;
	margin-top: 21px;
}
.image-slider .left-arrow:before,
.image-slider .right-arrow:before{
	width:30px;
}
.image-slider .left-arrow,
.image-slider .right-arrow {
     top: 36%;
     left: 9px;
}
.left.carousel-control {
    width: 50px;
}
.right.carousel-control {
    width: 50px;
}
.right-arrow {
	right: 60px  !important;
}
/*-----------------------------------
DPNM-section
------------------------------------*/
.dpbm-section{
	width:85%;
	margin:0 auto 0px;
}
.dpbm-section-r h3{
	font-weight:700;
	text-transform:uppercase;
}
.dpbm-section-r h6{
	font-weight:600;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:3px;
	font-size:1em;
}
.dpbm-section-r{
	padding:5% 10%;
}
.dpbm-section-l{
	    background: #fff;
    padding: 45px 15px 15px;
    box-shadow: 0 0 23px rgba(0,0,0,0.3);
    float: left;
    width: 72%;
    border-bottom: 8px solid #231f20;
    margin-top: -100px;

}
.dpbm-section-l h4{
	font-weight:700;
	margin-top:25px;
	margin-bottom:15px;
}
.dpbm-section-l h4 span{
	font-weight:400;
	font-size:0.6em;
	float:right;
	padding:5px;
	background:#f4f2f1;
	margin-top:-3px;
}
.dpbm-section-l ul{
	padding:0px;
	margin:0px;
}
.dpbm-section-l li:first-child{
	border-top:3px solid #000;
}
.dpbm-section-l li{
	border-bottom:1px solid #ABABAB;
	list-style:none;
	padding:15px 0;
	font-size:0.9em;
}
.align-center{
	display:block;
	margin:0 auto;
}

.social-icons{
	margin:25px 0 10px;
}
.social-icons a{
	font-size:20px;
	margin:0 8px; 0 0;
	color:#000;
}
.social-icons a:hover{
	color:rgba(0,0,0,0.6);
}
.share-block{
	position:fixed;
	right:0px;
	top:40%;
	z-index:100;
}
@media(max-width:992px){
	.dpbm-section-l{
		width:100%;
	}
}
@media(max-width:767px){
	.single-fiche_entreprise .header{
		padding-bottom:0px;
	}
	.single-fiche_entreprise .tagline {
		padding: 0;
	}
	.dpbm-section-l{
		margin:40px auto 0;
		width:85%;
		float:none;
	}
	.dpbm-section-r {
		padding: 0;
		margin: 30px 0 0;
		float: left;
		width: 100%;
	}
	.dpbm-section {
		width: 100%;
 	}
}
/*-----------------------------------
entreprise
------------------------------------*/
.our_companies{
	position:relative;
	margin:55px 0 0;
	float:left;
	width:100%;
}
.our_companies h3 {
    font-weight: 700;
    margin: 20px 0 44px 10%;
    position: relative;
    line-height: 1.5;
    padding-bottom: 26px;
	font-size:2em;
}
.our_companies h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	border-bottom:2px solid #000;
	width:20px;
	height:2px;
}
.our_companies_block1{
	display:table;
}
.our_companies_block1_l{
	display:table-cell;
	vertical-align:middle;
	
}
.our_companies_block1_l .btn{
	background: #0033CC;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 14px 20px 14px 40px;
	text-transform:uppercase;
	position:relative;
}
.our_companies_block1_l .btn:before{
	position:absolute;
	content:'';
	width:20px;
	height:1px;
	background:#2CDB72;
	left:10px;
	top:50%;
	transform:translateY(-50%);
}
.our_companies_block1_l .btn:hover{
	background:#000;
}
.our_companies_block1_l h4,
.our_companies_block2 h4{
 	text-transform:uppercase;
	position:relative;
	margin-bottom:20px;
	font-size:1.7em;
	font-weight: 400;
	line-height: 1.5em;
}
.our_companies_block1_l p,
.our_companies_block2 p{
	margin-bottom:20px;
}
.our_companies_block1_l h4:before,
.our_companies_block2 h4:before{
	position:absolute;
	content:'';
	left:-20px;
	top:50%;
	transform:translateY(-50%);
	background:url(../images/green-plus.png) no-repeat;
	width:10px;
	height:9px;
}
.our_companies_block1_l:nth-child(2){
	padding-left:70px;
	padding-right:40px;
}
.our_companies_block2{
	position:absolute;
	right:0px;
	top:3%;
}
.our_companies_block2 a{
	background:url(../images/plus.png) no-repeat left center;
	padding-left:10px;
	color:#000;
	text-transform:uppercase;
}
.our_companies_block2 a:hover{
	color:#59bc6d;
}
.our_companies_block1_2:nth-child(2){
	padding-left:20%;
	margin-top:20px;
}

/*-----------------------------------
Map listing
------------------------------------*/
.wpgmp_listing_container{
	padding:0 5% 30px;
	float:left;
	width:100%;
	
}
.wpgmp_listing_list .wpgmp_locations {
    float: left;
    width: 100%;
    padding: 20px 8px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #f1f1f1 !important;
    height: auto !important;
}
.wpgmp_listing_list .wpgmp_locations:last-child {
	border:none;
}
.wpgmp_location_title{
	margin-bottom:8px;
}
.wpgmp_location_title a{
       text-decoration: none !important;
    border-bottom: 0px !important;
    font-weight: 600;
    color: #0033CC !important;
    text-transform: uppercase;
    font-size: 1.3em !important;
}

.wpgmp_location_meta {
    text-transform: uppercase;
    margin-bottom: 15px !important;
    font-style: normal !important;
	margin-right:0px !important;
}
.wpgmp_location_meta span > span{
	margin:0 15px;
}
.wpgmp_location_category{
    background: none !important;
    border: none !important;
    padding: 0px !important;
    color: #000 !important;
}
.wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta {
    float: left;
    width: 100%;
}
.wpgmp_locations_content p{
	margin-bottom:10px !important;
}
.post-link{
	font-weight:700 !important;
	color:#231F20;
}
.post-link:hover{
	color:#0033CC;
}
.more-info{
 	color:#231F20;
	background:url(../images/plus.png) left center no-repeat;
	padding-left:10px !important;
	display:block;
 	margin:15px 0 0 !important;
}
.more-info:hover{
	color:#2CDB72;
}
/*-----------------------------------
-- Map categories filter
------------------------------------*/
.categories_filter{
	margin:50px 0 30px !important;
	 border-bottom: 1px solid #f1f1f1;
	 padding-bottom:50px !important;
	 text-align:right;
}
.categories_filter h4{
	font-weight:700;
	font-size:1.6em;
	clear:none;
	float:left;
	margin:10px 30px 0 0;	
}
.categories_filter .btn-group {
    margin: 0px 24px;
}
.wpgmp_search_form{
	display:inline-block;
	float:none !important;
	width:auto !important;
}
div.wpgmp_listing_header div.wpgmp_search_form{
	margin:0px !important;
}
.wpgmp_listing_header{
	display:inline-block;
	float:none !important;
	width:auto !important;
}
.wpgmp_search_form input[type="text"]{
	padding: 10px 36px 10px 12px !important;
	border-radius: 22px;
	box-shadow: 0px 0px 7px #d8d8d8;
    border:none;
    width: 284px !important;
}




.page-template-template-listing-entreprises .news-filter, .page-template-template-listing-formations .news-filter{
	text-align:right;
	margin-bottom:30px;
	padding-left:10px;
}
.news-filter-l{
	float:left;
	margin:20px 0 0;
	position:relative;
	padding-left:15px;
}
.news-filter-l:before{
	 position: absolute;
    content: '';
    border-bottom: 1px solid #2cdb72;
    height: 1px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	top:5px;
	left:0px;
}
.news-filter-l:after{
	position: absolute;
    content: '';
    border-bottom: 1px solid #2cdb72;
    height: 1px;
    width: 10px;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	left:0px;
}
/*-----------------------------------
-- Map listing pagination
------------------------------------*/
.wpgmp_pagination{
	    text-align:center;
		margin:0 5% !important;
		border-bottom:1px solid #f1f1f1;
		padding:43px 0px !important;
		width:90% !important;
}
.wpgmp_pagination span, .wpgmp_pagination a {
       display: inline-block !important;
    font-size: 0px;
    margin: 0 1px;
    padding: 4px !important;
    border: 1px solid #0033CC !important;
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
}
.wpgmp_pagination span{
	background: #0033CC !important;
}
.wpgmp_pagination .prev,
.wpgmp_pagination .next{
	position:relative;
	background:none !important;
	border:none !important;
	    width: 20px;
    height: 28px;
}
.wpgmp_pagination .prev{
	margin-right:10px;
}
.wpgmp_pagination .next{
	margin-left:10px;
}
.wpgmp_pagination .prev:before, .wpgmp_pagination .next:before {
    position: absolute;
    content: '';
    border: 1px solid #0033CC;
    height: 1px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	top:-3px;
}
.wpgmp_pagination .prev:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	left:0px;
}
.wpgmp_pagination .prev:after, .wpgmp_pagination .next:after {
    position: absolute;
    content: '';
    border: 1px solid #0033CC;
    height: 1px;
    width: 20px;
    margin-top: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wpgmp_pagination .prev:after {
    margin-top: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	left:0px;
}
.wpgmp_pagination .next:after,
.wpgmp_pagination .next:before {
	right:0px;
}
@media(max-width:992px){
	.categories_filter{
		text-align:left;
	}
	.categories_filter h4{
 		width:100%;
		margin-bottom:20px;		
	}
	.our_companies_block1 {
 		margin-bottom: 40px;
		width: 100%;
	}
	.our_companies_block2 {
		position: static;
		margin-bottom:40px;
		float:left;
		width:100%;
	}
	.our_companies_block1_2:nth-child(1) {
		float: right;
		width: 60%;
	}
	.our_companies_block1_2:nth-child(2) {
		padding-left: 40px;
		margin-top: 20px;
		float: left;
		width: 40%;
	}
	.categories_filter .btn-group {
		margin: 0px 24px 20px;
	}
}
@media(max-width:767px){
	.our_companies{
		padding:0 2%;
	}
	.page-template-template-listing-entreprises .news-filter{
				text-align:left;

	}
	.news-filter-l{
		width:100%;
		margin-bottom:20px;
	}
	.our_companies_block1_l {
		display: block;
 		width: 100% !important;
	}
	.our_companies_block1_l img,
	.our_companies_block1_2 img{
		width:100%;
		height:auto;
		
	}
	.our_companies_block1_2:nth-child(1) {
		float: left;
		width: 100%;
	}
	.our_companies_block1_2:nth-child(2),
	.our_companies_block1_l:nth-child(2)  {
		padding-left: 40px;
		margin-top: 20px;
		float: left;
		width: 100%;
	}
}
/*-----------------------------------
infowindow
------------------------------------*/
.wpgmp_infowindow{
	text-align:left;
}
.wpgmp_infowindow address{
	text-align:left;
	font-size:14px;
}
.wpgmp_infowindow address b{
	text-align:left;
	/*float:left;*/
	width:100%;
	font-size:16px;
	margin-bottom:10px;
}
.wpgmp_infowindow span{
	background:none !important;
	border:none !important;
	font-weight:400 !important;
	padding:0px !important;
	color:#000;
	/*float:left;
	width:100%;*/
	font-size:14px !important;
}
.wpgmp_infowindow .fc-item-title{
	/*float: left;*/
    margin: 5px 0 15px !important;
	/*width:100%;*/
}
.gm-style-pbc + div div + div div + div + div + div > div div  div + div{
	background-color:rgba(255, 255, 255, 0.2) !important;
}
.gm-style-pbc + div div + div div + div + div + div > div div  div + div + div + div{
	background-color:rgba(255, 255, 255, 0.97) !important;
}
.fc-item-featured_image img {
    border: none !important;
    padding:0px !important;
}
/*-----------------------------------
Hitech
------------------------------------*/
.hitech-sec1{
	background:#f3f1f0;
	float:left;
	width:100%;
	padding:40px 0 50px
}
.hitech-sec1-content{
	width:60%;
	margin:0 auto;
}
.hitech-sec1-b{
	text-align:center;
	font-size:2em;
	margin:40px 0 20px;
}
.hitech-sec2{
	background:#282827;
	float:left;
	width:100%;
	color:#fff;
}
.hitech-sec2-content{
	padding-top:50px;
}
.hitech-sec3-l{
	text-align:center;
}
.hitech-sec3-l ul{
	margin:0 auto;
	padding:0;
	width:60%;
}
.hitech-sec3-l li{
	float:left;
	width:50%;
	list-style:none;
	margin-bottom:20px;
}
.hitech-sec3-l li span{
	font-weight:800;
	color:#0033cc;
	display:block;
	font-size:2em;
}
.hitech-sec3-l h3{
	margin:60px 0;
}
.register-link{
	float:left;
	width:100%;
	margin:60px 0;
}
.register-link a{
	background:#231f20;
	color:#fff;
	text-transform:uppercase;
	padding:40px 40px 40px 70px;
	position:relative;
	display:inline-block;
}
.register-link a:hover{
	text-decoration: none;
	color: #fff;
}
.register-link a:before{
	position:absolute;
	content:'';
	height:1px;
	width:25px;
	background:#59bc6d;
	left:30px;
	top:50%;
	transform:translateY(-50%);
}
.register-link:hover {
	text-decoration:none !important;
	color: #fff;
}
.register-link a:after{
	position:absolute;
	content:'';
	height:1px;
	background:#2CDB72;
	width:25px;
	left: 30px;
	top: 49px;
	transform:translateY(50%);
}

.register-link:hover a:after{
  transform: rotate(90deg);
}
.register-link a:after{
    -webkit-transition: -webkit-transform 0.3s ease-in;
}



.new-edition{
	background:#f3f1f0;
	border-bottom:15px solid #282827;
	margin:-80px auto 0;
	width:95%;
	padding:30px 35px;
	position:relative;
}
.programme{
	    position: absolute;
    top: 47%;
    left: -101px;
    transform: rotate(-90deg);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
}
.new-edition h3{
	text-align:center;
}
.new-edition .head-divider{
	width:1px;
	height:25px;
	margin:20px auto 40px;
	background:#000;
}
.new-edition li{
	list-style:none;
	margin-bottom:15px;
}
.new-edition li h4{
	font-weight:600;
	line-height: 23px;
}
.new-edition-content{
	margin:20px 0 0;
    overflow:auto;
	height:400px;
}
.new-edition-content::-webkit-scrollbar {
    width: 0.7em;
}
 
.new-edition-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}
 
.new-edition-content::-webkit-scrollbar-thumb {
  background-color: #231f20;
  border-radius:5px;
  outline: 0px solid slategrey;
}
.hitech-sec4{
	margin:70px 0 100px;
	float:left;
	width:100%;
	padding:0 2%;
}
.hitech-sec4 h2{
	text-align:center;
}
.hitech-sec4 .head-divider{
	width:1px;
	height:30px;
	background:#000;
	margin:20px auto 40px;
}
.slider-content{
	position:relative;
	text-align:center;
	font-size:1.4em;
}
.slider-cont-inner{
	    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    padding: 10%;
}
.slider-content-inner{
	position:absolute;
	background:rgba(0,0,0,0.7);
	left:0;
	right:0;
	top:0;
	bottom:0;
	color:#fff;
 	display:none;
}
.image-slider .item .col-md-6:hover .slider-content-inner{
	display:block;
}
@media(max-width:992px){
	.slider-content{
 		font-size:1em;
	}
}
@media(max-width:767px){
	.new-edition{
		float:left;
		width:100%;
		margin:30px auto 0;
	}
	.hitech-sec3-l {
		 float: left;
		width: 100%;
	}
}

/*-----------------------------------
Contact Us
------------------------------------*/
.contact-form{
	/*padding:100px 0;*/
	float:left;
	width:100%;
	background:#f2f0ef;
}
.contact-form input[type="text"],
.contact-form input[type="email"]{
	border:none;
	border-bottom:1px solid #0033cc;
	border-radius:0px;
	background:none;
	box-shadow:none;
	margin-bottom:20px;
	padding-left:0px;
	padding-right:0px;
}
.contact-form textarea{
 	border:1px solid #0033cc;
	border-radius:0px;
	background:none;
	box-shadow:none;
	min-height:150px;
	margin-top:20px;
	padding-top:12px; 
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;	
}
.contact-form textarea::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color:#000;	
}
.contact-form textarea:-ms-input-placeholder,
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder   { /* IE 10+ */
  color:#000;	
}
.contact-form textarea:-moz-placeholder,
.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color:#000;	
}
.contact-form input[type="submit"]{
	background:url(../images/green-border-btn.png) no-repeat 20px center #231f20;
	box-shadow:none;
	color:#fff;
	cursor:pointer;
	border-radius:0px;
	border:none;
	padding:15px 20px 15px 58px;
	float:right;
}
.contact-form input[type="submit"]:hover{
	background:url(../images/green-border-btn.png) no-repeat 20px center #0033cc;
}
.contact-form label{
	font-weight:400;
}
.contact-form-inner{
	padding-top: 50px;
}
.form-info{
	margin-bottom:30px;
}
.form-top{
	display:block;
	margin-bottom:20px;
}
.form-check {
    position: relative;
    display:inline;
    padding-left: 1.25rem;
}
/*[type=checkbox], [type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=checkbox]+label, [type=radio]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
[type=radio]+label:after, [type=radio]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
	 border-color: #0033cc;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type=radio]:checked+label:before {
    border-color: transparent;
}
[type=radio].with-gap:checked+label:before {
    border-color: #0033cc;
}
[type=radio]:checked+label:after {
    border-color: #0033cc;
    background-color: #0033cc;
    z-index: 0;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
[type=radio].with-gap:checked+label:after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
@media(max-width:767px){
	.contact-form{
		padding:0px 0 50px;		 
	}
	.contact-form-inner{
		margin-top:30px;
	}
}

/*-----------------------------------
About
------------------------------------*/
.about-top{
	margin:60px;
}
.about-top h2::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 100px;
    width: 30px;
    height: 5px;
    background: #0033CC;
}

.delegue {
	margin: 60px;
}
.nosvp h2{
	margin: 0 90px 60px;
    position: relative;
    color:#000000;
    padding-bottom: 30px;


}
/*.nosvp h2:before{
	position:absolute;
	content:'';
	height:5px; width:46px;
	background:#000;
	bottom:0px;
	left:0px;
}*/
.our_companies_block_b,
.our_companies_block_top{
	float:left;
	width:100%;
	position:relative;
}
.our_companies_block_top .our_companies_block1:nth-child(1){
	float:right;
}
.our_companies_block_top .our_companies_block1_l:nth-child(2) {
    padding-left: 50px;
    padding-right: 50px;
}
.our_companies_block_b{
	padding-top:80px;
}
.our_companies_block_top{
	margin-bottom:80px;
	margin-top: -145px;
}
.our_companies_block_top-2{
	    position: absolute;
    left: 0px;
	bottom:0px;
     
}
.our_companies_block_top-2 .our_companies_block1{
	margin-bottom:0px;
}
.our_companies_block_top-2 .our_companies_block1_l{
	vertical-align:bottom;
}
@media(max-width:992px){
	.our_companies_block_top-2{
	    position:static;
		display:block;     
    }
	.about-top h2{
		font-size:1.5em;
	}
	.about-top h2 br{
		display:none;
	}
	.our_companies_block_top {
		margin-bottom: 0px;
		margin-top: 0;
	}
	.our_companies_block_top-1{
		margin-left:50px;
	}
}
@media (max-width: 992px){
	.our_companies_block_top-1 {
		margin-left: 0;
		width: 100%;
		float: left;
	}
	.our_companies_block_top .our_companies_block1_l:nth-child(2) {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*-----------------------------------
mission
------------------------------------*/
.mission-sec{
	padding:100px 0;
	float:left;
	width:100%;
	background:#f3f2f0;
}
.mission-sec-inner{
 	float:left;
	width:100%;
}
.mission-sec-inner img{
 	width:100%;
	height:auto;
}
.mission-sec-top{
	font-size:1.4em;
	position:relative;
	margin-left:-200px;
	padding-top:40px;
}
.mission-sec-top ol{
	font-size:1.8em;
	font-weight:800;
}
 .mission-sec-top li p{
	margin-bottom:30px;
    font-size:0.6em;
	font-weight:400;
}
 
.mission-sec-top li strong{
	font-size:1.3em;
	font-weight:800;
}
.mission-sec-bottom{
	border-top:1px solid #0033cc;
	padding-top:30px;
	margin-top:50px;
}
@media(max-width:767px){
	.mission-sec-top{
		font-size:1.2em;
 		margin-left:0px;
		padding-top:20px;
	}
}
/*-----------------------------------
Job
------------------------------------*/
.single-fiche_metier .header, .single-formation_metier .header {
	padding-bottom: 100px;
}
.job .section-one{
	background:none;
}
.job .section-one h2{
	text-align:center;
	margin:100px 0 80px;
}
.job .all-new{
	margin-top:40px;
}
@media (min-width: 992px){
	.single-fiche_metier .inner-pages .header {
		height:inherit;
	}
}
.job-header{
	background:#fff;
	padding:20px 45px 45px;
	border-bottom:8px solid #231f20;
	width:40%;
	margin:150px auto 60px;
}
.job-header h1{
	text-transform: uppercase;
}
@media (max-width: 992px){
   .job-header{
		width:100%;
	    margin:60px auto 60px;
		display:inline-block;
	}
}
.job-header h1 {
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 35px;
	font-size:1.7em;
	text-shadow: none;
}
.job-header span {
    font-weight: 400;
    font-size: 0.6em;
    float: right;
    padding: 5px;
    background: #f4f2f1;
    margin-top: -3px;
}
.job-header p {
	line-height:23px ;
}
/*-----------------------------------
home-info
------------------------------------*/
.home-info{
	padding:100px 5%;
	float:left;
	width:100%;
}
.home-info img{
	margin-bottom:30px;
}
.home-info h2 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
	margin-top:0px;
}
.home-info h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:30px;
	height:5px;
	background:#000;
}
.home-info-btn,.request-file {
    background: #231f20;
    color: #fff;
    display: inline-block;
    padding: 35px 37px 35px 42px;
    font-size: 0.9em;
    position: relative;
    /* padding-left: 40px; */
    margin-top: 30px;
}

.home-info-btn:hover,
.request-file:hover {
	text-decoration:none !important;
	color: #fff;
}

/*-----------------------------------
subscription
------------------------------------*/
.sub-sec1{
	background:#ffffff;
	text-align:center;
	padding:80px 12px 43px 12px;
}
.sub-sec2{
	background:#ffffff;
 	padding:50px 4px 140px 4px;
	float:left;
	width:100%;
	line-height:2.3em;
}
.sub-sec2 h3{
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;
}
.black-border{
	border-left:1px solid #000;
}
@media(max-width:767px){
	.black-border{
		border-left:0px solid #000;
	}
	.black-border .col-md-8{
		padding:0px !important;
	}
}

.company-sec3{
	background:#f3f1f0;
 	padding:50px 16%;
	text-align:center;
	color:#282827;
	float:left;
	width:100%;
}
.sub-sec3{
	background:#f3f1f0;
	color:#282827;
	width:100%;
	padding-bottom:60px !important;
}

.sub-sec3 h3{
text-decoration: underline;
}

@media(max-width:992px){
	.sub-sec3,
	.company-sec3{
		padding:50px 4%;
	}
}
.sub-sec3 .head-divider,
.company-sec3 .head-divider{
	width:1px;
	height:30px;
	background:#282827;
	margin:20px auto 20px;
}
.sub-sec4{
background: #f3f1f0;
float: left;
width: 100%;
padding: 5% 0% 0% 5%;
border: solid white 66px;
}
.request-file{
	margin:0px;
	float:left;
}
.page-template-template-adhesion .request-file{
	margin:0px;
	float:right;
}
.request-file a, .request-file a:hover {
    color: white;
}
.collapse-block{

}
.panel-default > .panel-heading{
	background:none;
	border:none;
	position:relative;
	padding-left:40px;
}
.panel-heading a:before {
    position: absolute;
    content: '';
    background: #0033CC;
    height: 1px;
    width: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
    top: 50%;
    margin-top: -11px;
}
.panel-heading a:after{
      position: absolute;
    content: '';
    background: #0033CC;
    height: 1px;
    width: 25px;
    margin-top: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0px;
    top: 50%;
}
.panel-heading a[aria-expanded="true"]:before{
	left:-17px;
	top:50%;
	margin-top:0px;
}
.panel-heading a[aria-expanded="true"]:after{
	 margin-top: 0px;
	 top:50%;
}
.panel-heading a[aria-expanded="true"]{
	color:#0033CC;
	text-decoration:underline;
}
.panel-heading a[aria-expanded="true"] span{
	position:relative;
}

.panel{
	background:none;
	border:none;
	box-shadow:none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group{
	border:none;
}
.panel-title{
	font-weight:600;
	font-size:1.5em;
}
.panel-body {
     padding-left: 40px;
}
.panel-group .panel {
     margin-bottom: 25px;
}

.panel-body li {

    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 20px;

}
.panel-body li::before {

    position: absolute;
    content: '>';
    left: 0px;
    color: #2cd673;

}
/*-----------------------------------
The Company
------------------------------------*/

.company-sec2 a, .company-sec2 a:hover{
	color: white;
	text-decoration: none;
}
.company-sec2 a{
	color:#fff;
	position:relative;
	padding-left:30px;
	display:block;
	margin:20px 0 30px 0;
}
.company-sec2 a:hover{
	color:#59bc6d;
}
.company-sec2 a:before{
	position:absolute;
	content:'';
	height:1px;
	width:25px;
	background:#59bc6d;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}

.company-sec3{
	margin:0px 0 0;
}
.company-sec2{
	color:#fff;
	line-height:1.8em;
	height: 500px;
	display:table-cell;
    vertical-align:middle;
    float:none;
    padding: 0px 15%;
}
.imagefullcol {
	margin-right: -15px; // Remove right gap
    margin-left: -15px;  // Remove left gap
    padding-bottom: 62.5%; // ratio is 16:10
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 500px;
}
.company-sec2-inner{
	padding-top:60px;
	padding-bottom:60px;
}
 .company-sec1{
	background:#fff;
 	padding:50px 16%;
	text-align:center;
 	float:left;
	width:100%;
}
@media(max-width:992px){
 	.company-sec1{
		padding:50px 4%;
	}
}
.company-sec1 .head-divider{
	width:1px;
	height:30px;
	background:#000;
	margin:20px auto 20px;
}
.company-sec4{
	background:#f3f1f0;
	float:left;
	width:100%;
	margin-bottom:87px;
}
.company-sec4 h3{
	font-weight:700;
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:40px;
}
.company-sec4 ul{
	margin:0;
	padding:0;
}
.company-sec4 li{
	margin-bottom:20px;
}
.company-sec4-l{
	padding:30px 12%;
}
.company-sec4-r{
	background:#fff;
	border-bottom:8px solid #231f20;
	padding:30px 12%;
	width:80%;
	box-shadow:5px 5px 10px rgba(0,0,0,0.3);
	min-height:500px;
	float:left;
	margin-bottom:-93px;
}
.company-sec4-r a{
background: url(../images/green-plus.png) left center no-repeat;
padding: 0 0 0 20px;
}
@media(max-width:767px){
	.company-sec4-r{
		width:100%;
	}
}

.company-sec5{
	float:left;
	width:100%;
	margin-top:94px;
}
.company-sec5 h2{
	text-align:center;
	margin-bottom:189px;
}
.company-sec5-inner{
	background:#282827;
	float:left;
	width:100%;
	color:#fff;
	padding-bottom:13px;
}

.company-sec5-inner h4{
	margin-top:20px;
}
.company-sec5-inner img{
	box-shadow:-5px -5px  25px rgba(0,0,0,0.1);
}
.company-sec5-inner > .col-md-6{
	margin-top:-100px;
}
.personal-info{
	position:relative;
	padding-top:20px;
	margin-top:20px;
	line-height:1.8em;
	margin-bottom:20px;
}
.personal-info:before{
	position:absolute;
	content:'';
	background:#59bc6d;
	height:1px;
	width:100px;
	top:0px;
	left:0px;
}
/*-----------------------------------
BPMH Training
------------------------------------*/
.bpmh-training-sec1,
.bpmh-training-sec2,
.bpmh-training-sec3,
.bpmh-training-sec4{
	width:85%;
	margin:100px auto;
}
.bpmh-training-sec1 h2,
.bpmh-training-sec2 h2,
.bpmh-training-sec3 h2,
.bpmh-training-sec4 h2,
.bpmh-training-sec5 h2,
.bpmh-training-sec6 h2{
	margin-bottom:50px;
}
.bpmh-training-sec1-list{
	margin:50px 0 0;
	padding:20px 30px;
	border:1px solid #2bd972;
}
.bpmh-training-sec1-list li{
	list-style:none;
	margin:25px 0;
	display: inline-block;
}
.bpmh-training-sec1-list li a{
	color:#0101db;
	position:relative;
	padding-left:30px;
}
.bpmh-training-sec1-list li a:hover{
	color:#2bd972;
}
.bpmh-training-sec1-list li a:before{
	position:absolute;
	content:'';
	width:20px;
	height:1px;
	background:#2bd972;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}

.bpmh-training-sec2 .panel-title {
    font-weight: 400;
    font-size: 1em;
}
.bpmh-training-sec2 .panel-title a{
	background:url(../images/plus.png) left center no-repeat;
	padding-left:10px;
	color: #0033CC;
}
.bpmh-training-sec2  .panel-heading a[aria-expanded="true"] {
    color: #0033CC;
    text-decoration:none;
}
.bpmh-training-sec2 .panel-heading a[aria-expanded="true"] span:before,
.bpmh-training-sec2 .panel-heading a[aria-expanded="true"] span:after{
	display:none;
}
.bpmh-training-sec2  .panel-heading a:before,
.bpmh-training-sec2  .panel-heading a:after{
	display:none;
}
.bpmh-training-sec2 .panel-default > .panel-heading {
	padding-left:0px;
}
.bpmh-training-sec2 .panel-body {
	padding-left:12px;
}
.bpmh-training-sec2 .panel-group .panel {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
}


.bpmh-training-sec5{
	background:#eeeceb;
	padding:80px 0;
}
.bpmh-training-sec5-inner{
	width:85%;
	margin:0 auto;
}
.bpmh-training-sec5-inner div.col-md-4:nth-child(1),
.bpmh-training-sec5-inner div.col-md-4:nth-child(2){
	margin-top:19px;
}
.bpmh-training-sec5-inner h4{
	font-weight:700;
	font-size:1.2em;
	border-bottom:1px solid #0033CC;
	padding-bottom:10px;
	margin-bottom:20px;
}
.bpmh-training-sec5-inner ul{
	margin:0px;
	padding:0px;
}
.bpmh-training-sec5-inner li{
	list-style:none;
	margin-bottom:12px;
	position:relative;
	padding-left:10px;
}
.bpmh-training-sec5-inner li:before{
	position:absolute;
	content:'';
	width:5px;
	height:1px;
	background:#000;
	left:0px;
	top:9px;
}
.bpmh-training-sec6{
	background:#eeeceb;
	padding:0px 0;
}
.bpmh-training-sec7{
	background:#eeeceb;
	padding:80px 0;
	text-align:center;
	float:left;
	width:100%;
}
.bpmh-training-sec7-inner{
	width:85%;
	margin:0 auto;	
}
.bpmh-training-sec6-inner{
	width:95%;
	margin:0 auto;
	padding:80px;
	background:#fff;
}
.bpmh-training-sec6-inner h3,
.bpmh-training-sec3 h3{
	font-weight:400;
	font-size:1.2em;
	color:#0033CC;
	position:relative;
	padding-left:35px;
}
.bpmh-training-sec6-inner h3:before,
.bpmh-training-sec3 h3:before{
	position:absolute;
	content:'';
	background:#2cd673;
	height:1px;
	width:25px;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}
.registration-inner-block h4{
	font-weight:600;
	font-size:1em;
	border-bottom:1px solid #EAEAEA;
	margin-bottom:20px;
	padding-bottom:15px;
}
.registration-inner-block ul{
	margin:0px;
	padding:0px;
}
.registration-inner-block li{
	list-style:none;
	margin-bottom:10px;
	position:relative;
	padding-left:15px;
}
.registration-inner-block li:before{
	position:absolute;
	content:'>';
	left:0px;
	color:#2cd673;
}
.registration-inner-block{
	border-bottom:1px solid #EAEAEA;
	padding-bottom:30px;
	margin-bottom:30px;
}
div.registration-inner-block:last-child{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.approaches_b{
	text-align:center;
	margin-top:30px;
}
.approaches_b h4{
	border:none;
	position:relative;
}
.approaches_b h4:before{
	position:absolute;
	content:'';
	background:#000;
	width:40px;
	height:1px;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
}
.bpmh-training-sec3 h3{
	margin-bottom:30px;
}
.bpmh-training-sec3 h4{
	border:none;
	margin-bottom:0px;
}
.blue-color{
	color:#0033CC;
}

.curriculum_b{
	width:80%;
	margin:0 auto;
	padding-bottom: 30px;
}
.curriculum_b .blue-block{
	border:1px solid #0033CC;
}
.curriculum_b .blue-block h5{
	color:#fff;
	text-align:center;
	background:#0033CC;
	font-weight:600;
	margin:0px 0 20px;
	padding:15px 10px;
}
.curriculum_b ul{
	margin:20px;
}
.curriculum_b li:before{
	content:'-';
	color:#000;
}
.curriculum_b .green-block{
	border:1px solid #2cd673;
	min-height:200px;
}
.curriculum_b .green-block h5{
	color:#fff;
	text-align:center;
	background:#2cd673;
	font-weight:600;
	margin:0px 0 20px;
	padding:15px 10px;
}
@media(min-width:992px){
	.curriculum_b .green-block,
	.curriculum_b .blue-block{
		display:inline-block;
		width:80%;
		margin:0 10%;
	}
}
.courses h5{
	font-size:1.2em;
	font-weight:400;
	margin-top:30px;
}
.courses a{
	color:#000;
	background:url(../images/plus.png) no-repeat left center;
	padding-left:10px;
	font-size:0.9em;
	display:inline-block;
	margin-left:20px;
}
.courses a:hover{
	color:#2cd673;
}
.bpmh-training-sec4{
	float:left;
	width:100%;
	margin-bottom:80px;
}
.opportunities h3{
	font-weight: 400;
    font-size: 1.2em;
    color: #0033CC;
    position: relative;
    padding-left: 35px;
	margin-bottom:30px;
	margin-top:50px;
}
.opportunities h3:before{
	position: absolute;
    content: '';
    background: #2cd673;
    height: 1px;
    width: 25px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.opportunities-inner{
	margin-left:40px;
}
.opportunities-inner p{
	margin-bottom:25px;
}
.opportunities .btn {
    background: #0033CC;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 14px 20px 14px 40px;
    text-transform: uppercase;
    position: relative;
}
.opportunities .btn:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #2CDB72;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.opportunities .btn:hover{
	background:#000;
}
@media(min-width:992px){
	.opportunities-img img{
		margin-top:-40px;
	}
}
/*-----------------------------------
qualification
------------------------------------*/
.qualification-sec3 .bpmh-training-block{
	margin:40px 0 40px;
		
}
.bpmh-training-block{
	padding: 0px 60px 0px 0px;
		
}

.qualification  .panel-body h4{
	font-size:1em;
	font-weight:700;
	border-bottom:1px solid #0033CC;
	margin-bottom:30px;
	padding-bottom:15px;
	margin-top:40px;
	display:inline-block;
	min-width:300px;
}
@media(min-width:992px){
	.qualification  .panel-body table{
		margin-left:40px;
	}
}
.qualification .bpmh-training-sec2 .panel-title {
    font-weight: 400;
    font-size: 1.2em;
}
.qualification  .panel-body table td{
	padding-bottom:8px;
}
.closepanel{
	background:none;
	border:1px solid #41ed87;
 	border-radius:0px;
	padding:0px;
	width:30px;
	height:30px;
	float:right;
	margin-top:30px;
	color:#41ed87;
}
.qualification .des{
	margin-bottom:40px;
}
.qualification-sec4{
	background:#f3f1f0;
	margin:0 auto;
	width:95%;
	padding:3% 5%;
}
.qualification-sec4 .sep{
	border-bottom:1px solid #0033CC;
	width:30%;
	margin-bottom:30px;
	display:inline-block;
}
	
.qualification-sec4 p{
	margin-bottom:30px;
}
.qualification-sec4 ul{
	margin-bottom:30px;
}
.qualification-sec4 li{
	list-style:none;
	position:relative;
	padding-left:15px;
	margin-bottom:10px;
}
.qualification-sec4 li:before{
	position:absolute;
	content:'-';
	left:0;
	top:0px;
}
.qualification .request-file{
	margin-right:6%;
	padding:45px 37px 45px 62px;
}
.qualification-sec3{
	padding-bottom:100px;
}
.qualification-sec5{
	float:left;
	width:100%;
	padding:100px 0px;
}
.qualification-sec5 h2{
	text-transform:inherit;
    font-weight: 800;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.qualification-sec5 h2:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 5px;
    background: #000;
}
@media(min-width:992px){
	.qualification-sec5 img{
		margin-top:100px;
	}
}
.discover-btn{
	    background: #0033CC;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 14px 20px 14px 40px;
    text-transform: uppercase;
    position: relative;
	display:inline-block;
	margin:30px 0;
}
.discover-btn:hover{
	background:#000;
	color:#fff;
}
.discover-btn:before{
	    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #2CDB72;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/*-----------------------------------
footer
------------------------------------*/
.footer{
	background:#282828;
	padding:80px 0 50px;
	float:left;
	width:100%;
	color:#fff;
	border-bottom:10px solid #000;	
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#41ed87;
	text-decoration:none;
}
.site-footer{
	width:85%;
	margin:0 auto;
	line-height:1.7em;
}
.footer-right{
	border-left:1px solid #343434;
}
.footer-left img{
	margin-bottom:30px;
}
.widget{
	margin:0;
	padding:0 0 0 70px;	
}

.widget li{
	border-bottom:1px solid #296d48;
	list-style:none;
	padding:0 0 20px;
	margin:0 0 20px;
}
.widget li:first-child{
	border-top:1px solid #296d48;
	padding-top:20px;
}
.copyright{
	text-align:right;
	margin:60px 0 0;
	float:left;
	width:100%;
}

.scrollToTop{
	position:fixed;
	left:5%;
	bottom:7%;
}

@media(max-width:992px){
	 
	.scrollToTop img{
		width:30px;
		height:30px;
	}
}
@media(max-width:767px){
	.site-footer {
   		 width: 95%;
	}
	.widget{
		padding:0px;
	}
	 
	.footer-right{
		border-left: 0px solid #343434;
		border-bottom: 1px solid #343434;
		border-top: 1px solid #343434;
		padding: 25px 15px;
		margin-top: 0px;
		float: left;
		width: 100%; 
	}
	 .widget li {
		border-bottom: none;
 		padding: 0 2px 0px 12px;
		margin: 0 0 0px;
		display: inline-block;
		position:relative;
	}
	.widget li:before {
		position:absolute;
		content:'';
		background:#fff;
		height:1px;
		width:8px;
		left:0px;
		top:50%;
		transform:translateY(-50%);
	}
	.widget li:first-child {
		border:none;
		padding-left:0px;
		padding-top:0px;
	}
	.widget li:first-child:before {
		background:none;
 	}
	.footer-left img{
		width:100px;
		float:left;
		margin-right:20px;
	}
	.footer-left  br{
		display:none;
	}
	.hide-phone{
		display:none;
	}
	.footer-left span{
		position:relative;
		padding: 0 2px 0px 12px;
	}
	.footer-left span:before {
		position:absolute;
		content:'';
		background:#fff;
		height:1px;
		width:8px;
		left:0px;
		top:50%;
		transform:translateY(-50%);
	}
}

.selectpicker {
    overflow: hidden;
   width: 220px;
   display:inline-block;
   border-bottom:1px solid #0026cc;
   position:relative;
   margin-right:15px;
   cursor:pointer;
   height:52px;
}

.selectpicker select {
   background: transparent;
   border: none;
   font-size: 14px;
   padding:16px 0px;
   width: 238px;
}
.selectpicker select:focus {
	outline:none;
}
.selectpicker:after {
	border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	   border-bottom: 4px solid transparent;
    border-top-color: #0026cc;
    border-width: 8px;
	border-style:solid;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -2px;
    vertical-align: middle;
	content:'';
}
.facetwp-facet{
	margin-bottom:0px !important;
}

.about-left{
	float:left;
	margin-top:-210px;
}
.about-left .our_companies_block1_l {
    display: table-cell;
    vertical-align: bottom;
}
.about-sec .our_companies_block2{
	display:table;
	position:static;
}
.about-sec .our_companies_block_top {
    margin-bottom: 0px;
}
.about-sec .our_companies_block1_l:nth-child(2) {
    padding-left: 56px;
    padding-right: 40px;
}
.about-sec .our_companies_block1 {
    display: table;
    width: 100%;
}
.ab-sec1{
	float:right;
	margin-right:3%;
}
.about-sec .our_companies_block1 img,
.about-sec .our_companies_block2 img{
    width: 100%;
	height:auto;
}

@media(max-width:992px){
	.about-sec table td{
		width:100%;
		float:left;
	}
	.about-left {
		float: left;
		margin-top: 20px;
	}
}
@media(max-width:767px){
.ab-sec1 {
    float: left;
    margin: 2% 6%;
}
.navbar-right{
	position: absolute;
    top: 0px;
    padding: 0px;
    border: none;
    right: 0px;
    margin: 0px;
}
.search-icon{
	float:right;
}
.search-icon a {
     height: 64px;
    width: 64px;
}
.navbar-toggle{
	margin-right:78px;
	z-index:100;
}
}
@media (min-width: 768px){
.navbar-right {
     margin-right: 0px !important;
}
.vc{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
}
/*SWITCH*/
/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
  display: none;
}


/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2CDB72;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2CDB72;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#menu2 {
display:none;
}
.myswitch form{
	width: 60px;
}

.nopadding{
	padding:0px!important;
}
