@import url('//fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');

@font-face {
font-family: 'Basis Grotesque Pro';
font-style: normal;
font-weight: normal;
src: local('Basis Grotesque Pro'), url('https://www.igmprepa.com/fonts/BasisGrotesquePro-Regular.woff') format('woff');
}


@font-face {
font-family: 'Basis Grotesque Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Basis Grotesque Pro Bold'), url('https://www.igmprepa.com/fonts/BasisGrotesquePro-Bold.woff') format('woff');
}


@font-face {
font-family: 'Basis Grotesque Pro Light';
font-style: normal;
font-weight: normal;
src: local('Basis Grotesque Pro Light'), url('https://www.igmprepa.com/fonts/BasisGrotesquePro-Light.woff') format('woff');
}

body{
	font-family: 'Basis Grotesque Pro';
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Basis Grotesque Pro Bold';
	font-weight: normal;
}
.alert{
	border: rgba(0,0,0,0.1) solid 1px;
	padding: 15px;
	text-align: center;
	max-width: 800px;
	margin: 15px auto;
	border-radius: 3px;
}
.alert.success{
	border-color: #3FAF00;
	color: #2B7900;
	background: #E2FFD2;
}
.alert.warning{
	border-color: #BB8200;
	color: #BB8200;
	background: #FFF8E9;
}
.alert.danger{
	border-color: #D60000;
	color: #8B0000;
	background: #FFF3F3;
}
table tr td{
	vertical-align: middle;
}
.table-blue{
	background: #000;
	color: #FFF;
}
.table-blue-alt{
	color: #000;
	font-family: 'Basis Grotesque Pro Bold';
}
.table-green{
	background: #0800ff !important;
	color: #FFF !important;
}
.table-orange{
	background: #fab120;
	color: #FFF;
}
.table-orange-alt{
	color: #fab120;
	font-family: 'Basis Grotesque Pro Bold';
}
.table-red{
	background: #ff0000 !important;
	color: #FFF !important;
}
.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}

.kingster-body a{ color: #545454; } 
.kingster-body a:hover{ color: #03f; } 

/*--------------------------------------
Btn UP
--------------------------------------*/
a.up {
    height: 40px;
    width: 40px;
    background: #FFF;
    color: #03f !important;
    text-align: center;
    box-shadow: #CCC 0 0 3px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    z-index: 2;
}

a.up i {
    line-height: 40px;
    font-size: 24px;
}

a.up:hover,
a.up:focus {
    color: #fff !important;
    background: #03f;
}
/*--------------------------------------
Loader
--------------------------------------*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #FFF;
    background-size: 250px;
}

.se-pre-con .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 64px;
}

.se-pre-con .loader-bar {
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 270px;
    height: 3px;
    border-radius: 5px;
    background: #CCC;
}
.se-pre-con .loader-bar:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: #03f;
    top: 0;
    left: 0;
    -webkit-animation: animation-loader 1.3s infinite;
    animation: animation-loader 1.3s infinite;
}
@-webkit-keyframes animation-loader {
    0% { transform: translateX(0); }
    50% { transform: translateX(135px);}
    100% { transform: translateX(0);}
}

@keyframes animation-loader {
    0% { transform: translateX(0); }
    50% { transform: translateX(135px);}
    100% { transform: translateX(0);}
}

.kingster-body-outer-wrapper, 
body.kingster-full .kingster-body-wrapper, 
.kingster-header-side-content{ 
	background-color: #f0f2f5; 
} 
/*--------------------------------------
Side btn
--------------------------------------*/
.side-btn{
	position: fixed;
	z-index: 22;
	right: -83px;
	top: 50%;
	transition: all .4s ease;
}
.side-btn:hover,
.side-btn:focus{
	right: 60px;
}
.side-btn span{
	display: inline-block;
	line-height: 32px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 15px;
	background: #001489;
	transform: rotate(-90deg);
}
.side-btn .imgbox{
	display: inline-block;
	position: absolute;
	top: -84px;
	right: -60px;
}
.side-btn .imgbox img{
	height: 200px;
}
/*--------------------------------------
Banner page internes
--------------------------------------*/
.banner{
	height: 40vh; 
	background-position: center center; 
	background-size: cover; 
	position: relative;
}
.banner::before{
	content: ""; 
	position: absolute; 
	height: 50%; 
	width: 100%; 
	bottom: 0; 
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));}
.banner .textbox{position: absolute; width: 100%; bottom: 30px;}
.banner .textbox .title{
	color: #FFF;
	border-left: #FFF solid 4px;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 20px;
	position: relative;
}
.breadcrumb{
	background: rgba(0,0,0,0.05);
}
.breadcrumb ul{
	list-style: none;
	padding: 15px 0;
	margin: 0;
}
.breadcrumb ul li{
	display: inline-block;
	padding-right: 30px;
	position: relative;
}
.breadcrumb ul li::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	height: 8px;
	width: 8px;
	border-top: #03f solid 3px;
	border-right: #03f solid 3px;
	transform: rotate(45deg);
}
.breadcrumb ul li:last-child::after{
	display: none;
}
.breadcrumb ul li a:hover{
	color: #03f;
}
.breadcrumb ul li span{
	color: #03f;
}
.rev_slider_wrapper{
	height: 100vh;
}
.slide-title{
	color: #FFF;
	font-size: 2rem;
	font-family: 'Basis Grotesque Pro Bold';
}
.tp-revslider-slidesli::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom,rgba(21,18,17,0) 0,rgba(21,18,17,.4) 40%,rgba(21,18,17,.8) 100%);
}
.btn-slider{
	display: inline-block;
	background: #03f;
	line-height: 46px !important;
	padding-left: 10px;
	text-transform: uppercase;
	color: #FFF !important;
	font-family: 'Basis Grotesque Pro Bold';
	letter-spacing: 1px;
}
.btn-slider:hover{
	background: #001489;
}
.btn-slider i.ti{
	display: inline-block;
	background: #FFF;
	color: #03f;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin: 4px 4px 0 10px !important;
}
.tp-bullet{
	background: none;
	width: .75rem;
	height: .75rem;
	border: 1px solid rgba(255,255,255,.8);
	opacity: 1;
	margin-right: .625rem;
}
/* **************************************************************************************
Header navigation
************************************************************************************** */
.kingster-header-style-plain {
	background: linear-gradient(to top,rgba(21,18,17,0) 0,rgba(21,18,17,.4) 40%,rgba(21,18,17,.8) 100%);
	transition: all .4s ease;
}
.kingster-header-style-plain:hover{
	background: #FFF;
}

.sf-menu > li > a, 
.sf-vertical > li > a{ 
	color: #FFF; 
}
.kingster-header-style-plain:hover .sf-menu > li > a, 
.kingster-header-style-plain:hover .sf-vertical > li > a{ 
	color: #140a47; 
}
.sf-menu > li > .sub-menu a, 
.sf-menu > .kingster-mega-menu > .sf-mega a, 
.sf-vertical ul.sub-menu li a{ 
	color: #140a47; 
}
.sf-menu > li > .sub-menu a:hover, 
.sf-menu > li > .sub-menu .current-menu-item > a, 
.sf-menu > li > .sub-menu .current-menu-ancestor > a, 
.sf-menu > .kingster-mega-menu > .sf-mega a:hover, 
.sf-menu > .kingster-mega-menu > .sf-mega .current-menu-item > a, 
.sf-vertical > li > .sub-menu a:hover, 
.sf-vertical > li > .sub-menu .current-menu-item > a, 
.sf-vertical > li > .sub-menu .current-menu-ancestor > a{ 
	color: #03f; 
} 
.kingster-navigation .sf-menu > li{ 
	padding-left: 18px;
	padding-right: 18px; 
} 

.kingster-navigation .sf-menu > li a{ 
	position: relative;
} 

.kingster-navigation .sf-menu > li a::after{
	content: "";
	height: 3px;
	width: 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	background: #03f;
	transition: all .4s ease;
}
.kingster-navigation .sf-menu > li:hover a::after,
.kingster-navigation .sf-menu > li.current-menu-item a::after{
	width: 100%;
}
.sf-menu > li > a:hover, 
.sf-menu > li.current-menu-item > a, 
.sf-menu > li.current-menu-ancestor > a, 
.sf-vertical > li > a:hover, 
.sf-vertical > li.current-menu-item > a, 
.sf-vertical > li.current-menu-ancestor > a{ 
	color: #03f; 
} 

.kingster-fixed-navigation.kingster-style-fixed, 
.kingster-fixed-navigation.kingster-style-slide{
	background: #FFF;
}
.kingster-fixed-navigation.kingster-style-fixed .sf-menu > li > a{
	color: #140a47;
}
.kingster-fixed-navigation.kingster-style-fixed .sf-menu > li > a:hover,
.kingster-fixed-navigation.kingster-style-fixed .sf-menu > li.current-menu-item > a{
	color: #03f;
}

.big-title{
	font-family: 'Basis Grotesque Pro Bold';
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3px;
	color: #140a47;
	font-weight: normal;
	margin: 20px 0 40px;
}
/* **************************************************************************************
Section partenaires
************************************************************************************** */
section.partnership{
	margin-bottom: 60px;
}
section.partnership .gdlr-core-container{
	display: flex;
}
.item-partnership{
	display: flex;
	height: 100%;
}
.item-partnership .imgbox{
	width: calc(35% - 30px);
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}
.item-partnership .imgbox .badge{
	position: absolute;
	padding: 0 1em;
	line-height: 2;
	z-index: 1;
	top: 15px;
	left: 15px;
	color: #FFF;
	background: #03f;
	font-size: .6875rem;
	font-family: 'Basis Grotesque Pro Bold';
	letter-spacing: 1px;
	text-transform: uppercase;
}
.item-partnership .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 4s ease;
}
.item-partnership:hover .imgbox img{
	transform: scale(1.2);
}
.item-partnership .imgbox .logo-utt{
	position: absolute;
	height: 84px;
	width: 84px;
	bottom: 0;
	right: 0;
}
.item-partnership:hover .imgbox .logo-utt img{
	transform: none;
}
.item-partnership .framebox{
	width: 65%;
	border: .75rem solid #001489;
	padding: 30px 15px;
	transition: all .4s ease;
}
.item-partnership:hover .framebox{
	border-color: #03f;
}
.item-partnership .framebox h3{
	font-family: 'Basis Grotesque Pro';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 26px;
	color: #001489;
}
.item-partnership .framebox p{
	line-height: 1.4;
	margin-bottom: 10px;
}
.item-partnership .framebox ul{
	margin-left: 15px;
}
.item-partnership .framebox ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
	font-size: 18px;
	font-family: 'Basis Grotesque Pro Light';
}
.item-partnership .framebox ul li strong{
	font-family: 'Basis Grotesque Pro Bold';
	font-weight: normal;
	/*background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);*/
	background: #f9d423;
	padding: 2px 5px;
	border-radius: 3px;
	color: #03f;
}
.item-partnership .framebox ul li::before {
    content: "";
    position: absolute;
    height: 28px;
    width: 28px;
    background: #FFE300;
    border-radius: 5px;
    transform: rotate(45deg);
    top: 0;
    left: -15px;
}
.item-partnership .framebox ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    height: 14px;
    width: 28px;
    border-bottom: #7ca422 solid 6px;
    border-left: #9dca3a solid 6px;
    transform: rotate(-45deg);
}
.btn-more{
	display: inline-block;
	line-height: 46px;
	padding: 0 60px;
	border: none;
	background: #03f;
	color: #FFF !important;
	letter-spacing: 1px;
	font-size: .875rem;
	font-family: 'Basis Grotesque Pro Bold';
	text-transform: uppercase;
	transition: all .4s ease;
}
.btn-more:hover{
	background: #001489;
	letter-spacing: 2px;
}
.footer-logo{
	height: 48px;
	margin-bottom: 15px;
}
/* **************************************************************************************
Section vidéo accueil
************************************************************************************** */
.home-video-box{
	position: relative;
	background: #FFF;
	padding: 1.875rem 1.625rem;
	margin: -50px 0 30px;
}
.item-video{position: relative; margin: 0 2px; transition: all .3s ease;}
.item-video::after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom,rgba(21,18,17,0) 0,rgba(21,18,17,0) 40%,rgba(21,18,17,.8) 100%);
}
.item-video .imgbox{
	height: 25.625rem;
	overflow: hidden;
}
.item-video .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .4s ease;
}
.item-video:hover .imgbox img{
	transform: scale(1.1);
}
.item-video .date{
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 15px;
	color: #FFF;
	font-size: .6875rem;
}
.item-video .icon{
	position: absolute; 
	z-index: 1;
	bottom: 0; 
	right: 0; 
	background: #001489; 
	color: #FFF; 
	line-height: 46px; 
	width: 46px; 
	text-align: center;
}
.item-video .textbox{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: calc(100% - 50px);
}
.item-video .textbox h3{
	color: #FFF;
	font-weight: 400;
	font-size: 1.5rem;
	margin: 0 0 30px 15px;
	text-transform: uppercase;
}
.overlay-video{position: absolute; z-index: 1; height: 100%; width: 100%;top: 0;}
/* **************************************************************************************
Section chiffres
************************************************************************************** */
.numbers{
	padding: 60px 0;
	background: #FFF;
}
/*.numbers .frame{position: relative;}
.numbers .frame::before{content: ""; position: absolute; left: 0; height: 100px; width: 100%; border: .75rem solid #001489; border-bottom: none;}
.numbers .frame::after{content: ""; position: absolute; left: 0; bottom: 0; height: 100px; width: 100%; border: .75rem solid #001489; border-top: none;}*/
.numbers .frame .title{
	margin: auto; 
	background: #FFF;
	display: table; 
	position: relative; 
	padding: 20px; 
	top: -38px;
	max-width: 85%;
}
.item-number{
	display: flex;
	flex-direction: column;
}
.gdlr-core-column-12:nth-child(2n) .item-number{
	flex-direction: column-reverse;
}
.item-number .iconbox{
	height: 250px;
	background: url("https://www.igmprepa.com/images/bg-orange.jpg");
	background-size: cover;
	position: relative;
}
.item-number .iconbox img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 120px;
}
.item-number .numberbox{
	height: 250px;
	text-align: center;
	color: #e9c37a;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.gdlr-core-column-12:nth-child(2n) .item-number .numberbox{
	color: #000;
}
.item-number .numberbox .numscroller{
	font-size: 80px;
	position: relative;
	margin-top: 24px;
	display: inline-block;
}
.item-number .numberbox .sign{
	font-size: 32px;
}
.item-number small{
	line-height: 1 !important;
}
.item-number h4{
	position: relative;
	text-align: center;
	font-size: 18px !important;
	color: #7d7d7d !important;
	text-transform: uppercase;
	margin: 0;
}
.item-number h4::before{
	content: "";
	height: 2px;
	width: 50px;
	background: #000;
	position: absolute;
	top:-20px;
	left: 50%;
	transform: translateX(-50%);
}
.gdlr-core-column-12:nth-child(2n) .item-number h4::before{
	background: #e9c37a;
}
/*
.item-number{
	margin-bottom: 60px;
	text-align: center;
}
.item-number .iconbox{
	height: 120px;
	width: 120px;
	padding: 15px;
	box-shadow: rgba(0,0,0,0.1) 10px 10px 15px;
	margin: auto;
	margin-bottom: 30px;
	transition: all .4s ease;
	/*transform: translateX(-20%);*
}
.item-number:hover .iconbox{
	background: #EDEDED;
	transform: translateY(-10%);
}
.item-number .iconbox img{
	object-fit: cover;
	object-position: center center;
	height: 100%;
}
/*.item-number .numberbox{
	box-shadow: rgba(0,0,0,0.1) 10px 10px 15px;
	padding: 10px;
	display: inline-block;
	background: #FFF;
	position: relative;
}
.item-number .numscroller,
.item-number .sign{
	display: inline-block;
	font-size: 42px;
	line-height: 42px;
}
.item-number h4{
	text-align: center;
	font-size: 28px !important;
	color: #001489 !important;
}
.item-number small{text-align: center; line-height: 16px;display: block;margin-top: -15px;}
*/
/* **************************************************************************************
Section actualités
************************************************************************************** */
section.blog{
	padding: 30px 0;
	margin-bottom: 60px;
}
.item-blog{
	position: relative; 
	margin: 0 15px; 
	transition: all .3s ease;
}
.item-blog::after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom,rgba(21,18,17,0) 0,rgba(21,18,17,0) 40%,rgba(21,18,17,.8) 100%);
}
.item-blog .imgbox{
	height: 450px;
	overflow: hidden;
}
.item-blog .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .4s ease;
}
.item-blog:hover .imgbox img{
	transform: scale(1.1);
}
.item-blog .date{
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 15px;
	color: #FFF;
	font-size: .625rem;
}
.item-blog .category{
	position: absolute;
	padding: 0 1em;
	line-height: 2;
	z-index: 1;
	top: 15px;
	left: 15px;
	color: #FFF;
	background: #03f;
	font-size: .6875rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
}
.item-blog .textbox{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: calc(100% - 50px);
}
.item-blog .textbox h3{
	color: #FFF;
	font-family: 'Basis Grotesque Pro Bold';
	font-weight: normal;
	letter-spacing: .3px;
	font-size: 1.5rem;
	margin: 0 0 30px 15px;
	text-transform: uppercase;
}
.overlay-blog{
	position: absolute; 
	z-index: 1; 
	height: 100%; 
	width: 100%;
	top: 0;
}
section.blog .btn-more{
	margin: 30px auto;
	display: table;
}
/* **************************************************************************************
Section pourquoi choisir Ibn Ghazi
************************************************************************************** */
section.avantages{
	margin-top: 60px;
	margin-bottom: 60px;
}
section.avantages .owl-carousel .owl-stage{
	display: flex;
}
.item-avantage{
	position: relative;
	height: 100%;
	margin: 0 15px;
	padding: 40px 0;
	perspective: 1000px;
}
.item-avantage .number{
	display: block;
	height: 64px;
	width: 64px;
	background: #FFF;
	text-align: center;
	line-height: 60px;
	font-size: 46px;
	font-family: 'Oswald', sans-serif;
	color: #808080;
	position: absolute;
	top: 0;
	left: 0;
}
/* **************************************************************************************
Section témoignage
************************************************************************************** */
.temoignages{
	position: relative;
	padding: 60px 0;
}
.temoignages .bgbox{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.temoignages .bgbox::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
}
.temoignages .bgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: blur(10px);
	transform: scale(1.1);
}
.item-temoignage{
	max-width: 800px;
	margin: auto;
	color: #FFF;
	text-align: center;
}
.item-temoignage .imgbox{
	height: 140px;
	width: 140px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 30px;
}
.item-temoignage .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.item-temoignage .textbox{
	text-shadow: rgba(0,0,0,0.6) 0 0 5px;
}
.item-temoignage .textbox p{
	font-size: 1.4rem;
}
/* **************************************************************************************
Section inscription
************************************************************************************** */
section.register{
	padding: 60px 0;
}
section.register .gdlr-core-container{
	display: flex;
}
section.register .imgbox{
	position: absolute;
	z-index: 1;
	height: 100%;
	width: calc(100% + 60px);
	overflow: hidden;
}
section.register .imgbox .btn-more{
	position: absolute;
	bottom: 0;
	right: 0;
}
section.register .textbox{
	border: .75rem solid #001489;
	padding: 15px 15px 15px 100px;
	height: 100%;
	margin-top: 30px;
}
section.register .textbox .big-title{
	text-align: left;
}
/* **************************************************************************************
Section partner
************************************************************************************** */
section.partners{
	padding: 60px 0;
}
section.partners .big-title{
	max-width: 800px;
	margin: 0 auto 30px;
	color: #3697b4;
}
.item-partner .imgbox img{
	width: 150px;
	margin: auto;
}
/* **************************************************************************************
Pages
************************************************************************************** */
.page-template{
	padding: 60px 0;
}
.blog-detail .big-title{
	text-align: left;
	margin-bottom: 25px;
}
.blog-detail .textbox,
.page-template .page-content{
	/*max-width: 1072px;*/
	margin: auto;
	padding: 15px;
	background: #FFF;
	box-shadow: rgba(0,0,0,0.1) 10px 10px 0;
}
.sharebox{
	display: table;
	min-width: 300px;
	margin: 30px auto;
	padding-top: 15px;
	border-top: rgba(0,0,0,0.1) solid 1px;
}
.sharebox h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px !important;
	text-align: center;
}
.sharebox ul{
	padding: 0;
	margin: auto;
	display: table;
	list-style: none;
}
.sharebox ul li{
	display: inline-block;
}
.sharebox ul li a{
	display: inline-block;
	line-height: 32px;
	width: 32px;
	text-align: center;
}
.galerie-carousel-box{
	margin: 60px 20px;
	padding: 30px;
	position: relative;
}
.galerie-carousel-box::before{
	content: "";
	border: .75rem solid #001489;
	border-bottom: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
.galerie-carousel-box::after{
	content: "";
	border: .75rem solid #001489;
	border-top: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
.galerie-carousel-box .owl-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.galerie-carousel-box .owl-carousel .owl-nav button{
	height: 64px;
	width: 64px;
	font-size: 22px;
	box-shadow: rgba(0,0,0,0.1) 5px 5px 10px;
	background: #FFF;
	color: #001489;
	margin-left: -30px;
}
.galerie-carousel-box .owl-carousel .owl-nav button.owl-next{
	float: right;
	margin-right: -30px;
}
.galerie-carousel-box .owl-carousel .owl-nav button:hover{
	background: #001489;
	color: #FFF;
}
.galerie-carousel-box .item{
	border: #ebedee solid 5px;
	background: url("https://www.igmprepa.com/images/bg-orange.jpg");
	background-size: cover;
	/*background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);*/
}

.galerie-box{
	max-width: 100%;
	width: 1200px;
	margin: 0 auto 150px;
}
.galerie-box .item{
	height: 100%;
}
.galerie-box .item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .4s ease;
}
.galerie-box .item:hover img{
	transform: scale(1.1);
}
.galerie-box .item p{
	position: absolute;
	text-align: center;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFF;
	text-shadow: rgba(0,0,0,0.5) 0 0 5px;
	opacity: 0;
	transition: all .4s ease;
}
.galerie-box .item:hover p{
	opacity: 1;
	top: 50%;
}

.metier-page{
	margin-bottom: 30px;
}
.metier-page.gestion{
	display: flex;
}
.metier-page.gestion .imgbox{
	height: 100%;
}
.metier-page.gestion .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.metier-page .item-metier{
	display: flex;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(0,0,0,0.1) 5px 5px 0;
}
.metier-page .switch .item-metier{
	flex-direction: row-reverse;
}
.metier-page .item-metier .imgbox{
	width: 50%;
	position: relative;
}
.metier-page .item-metier .imgbox img{
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.metier-page .item-metier .item-icon{
	width: 50%;
	background-image: linear-gradient(to right, #fbc200 0%, #dab50b 100%);
	padding: 15px;
	color: rgba(0,0,0,0.6);
	border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.metier-page .item-metier.mini .item-icon{
	padding: 10px 0;
}
.metier-page .item-metier .item-icon:last-child{
	border-bottom: none;
}
.metier-page .item-metier .item-icon i{
	font-size: 28px;
	line-height: 40px;
	display: inline-block;
	border-right: rgba(0,0,0,0.2) solid 1px;
	margin-right: 15px;
}
.metier-page .item-metier .item-icon span{
	line-height: 24px;
	position: relative;
	top: -5px;
}

.icons-box{
	background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
	padding: 15px;
	color: rgba(0,0,0,0.6);
	height: 100%;
}
.icons-box .item-icon{
	padding: 25px 0;
	border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.icons-box.mini .item-icon{
	padding: 10px 0;
}
.icons-box .item-icon:last-child{
	border-bottom: none;
}
.icons-box .item-icon i{
	font-size: 28px;
	line-height: 40px;
	display: inline-block;
	border-right: rgba(0,0,0,0.2) solid 1px;
	margin-right: 15px;
}
.icons-box .item-icon span{
	line-height: 24px;
	position: relative;
	top: -5px;
}

.bg-grey{
	text-align: center;
	background: linear-gradient(to top, #ebe6df 0%, #ebe6df 40%, #fff 100%);
	padding: 15px;
}

.point-fort{
	display: flex;
	margin: 30px 0;
}
.point-fort .title-box{
	background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
	height: 100%;
	padding: 50px;
}

.point-fort .title-box h3{
	color: #FFF;
	margin: 0;
}
.point-fort .frame{
	border: .75rem solid #001489;
	height: 100%;
	position: relative;
	padding: 15px;
	transition: all .4s ease;
}
.point-fort .frame:hover{
	border-color: #03f;
}
.point-fort .frame ul{
	list-style: none;
	padding: 0 0 0 20px;
	margin: 15px 0;
}
.point-fort .frame ul li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 35px;
	font-size: 18px;
	font-family: 'Basis Grotesque Pro Light';
}
.point-fort .frame ul li::before{
	content: "";
	position: absolute;
	height: 32px;
	width: 32px;
	background: #FFE300;
	border-radius: 5px;
	transform: rotate(45deg);
	top: 0;
	left: -15px;
}
.point-fort .frame ul li::after{
	content: "";
	position: absolute;
	top: 0;
	left: -8px;
	height: 15px;
	width: 32px;
	border-bottom: #7ca422 solid 6px;
	border-left: #9dca3a solid 6px;
	transform: rotate(-45deg);
}
.point-fort .frame ul li strong{
	font-family: 'Basis Grotesque Pro Bold';
	font-weight: normal;
	color: #03f;
}
.programme{
	margin: 0 15px;
}
/*.programme table{
	border: .75rem solid #001489;
}*/

.numbers-page{
	display: flex;
}
.numbers-page .imgbox{
	height: 100%;
}
.numbers-page .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.numbers-page .gdlr-core-column-20:nth-child(2n) .item-number{
	flex-direction: column-reverse;
}

.big-color-text{
	/*background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
	color: #FFF;*/
	padding: 30px;
	font-size: 1.6rem;
	font-family: 'Basis Grotesque Pro Light';
	height: 100%;
	position: relative;
	transition: all .4s ease;
}
.campus-page{
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
}
.campus-page .big-color-text{
	/*background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
	color: #FFF;*/
	padding: 30px;
	padding-top: 75px;
	color: #ed9f0a;
	font-size: 1.6rem;
	font-family: 'Basis Grotesque Pro Light';
	height: 100%;
	border: #03f solid 2px;
	border-top: none;
	position: relative;
	transition: all .4s ease;
}
.campus-page .big-color-text::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 2px;
	width: 100%;
	background-image: linear-gradient(to right, #03f 0%, #fff 10%, #fff 50%, #03f 100%);
}
.campus-page .big-color-text::after{
	content: "";
	height: 80px;
	width: 100px;
	position: absolute;
	top: -20px;
	left: 44px;
	background: url("https://www.igmprepa.com/images/quote-right.png") no-repeat;
	background-size: contain;
}
.campus-page img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.campus-page .frame{
	border: .75rem solid #001489;
	height: 100%;
	padding: 15px;
	position: relative;
	transition: all .4s ease;
}
.campus-page .frame:hover{
	border-color: #03f;
}
.campus-page .frame .frame-title{
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 24px;
	transform: translateX(-50%);
	background: #FFF;
	padding: 0 15px;
}
.campus-page .frame ul{
	margin: 0;
	list-style: none;
}
.campus-page .frame ul li{
	padding: 5px 0;
	border-bottom: rgba(0,0,0,0.2) dotted 1px;
}
.campus-page .frame ul li:last-child{
	border-bottom: none;
}
/* **************************************************************************************
QCM page
************************************************************************************** */
.question-box{
	margin-bottom: 30px;
}
.question-box h3{
	font-size: 1.2rem !important;
	text-transform: uppercase;
	color: #001489;
	margin: 5px 0 10px;
}
.question-box .reponse-box{
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	line-height: 32px;
}
.question-box .reponse-box input{
	margin: -4px 5px 0 0;
}
/* **************************************************************************************
Page Témoignage
************************************************************************************** */
.testimonials-box{
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}
.item-testimonial{
	position: relative;
	padding: 20px;
	box-shadow: rgba(0,0,0,0.1) 0 10px 20px;
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}
.testimonials-section .item-testimonial{
	margin: 30px 20px;
}
.testimonials-section .item-testimonial .fa-quote-left{
	top:10px;
}
.item-testimonial .fa-quote-left{
	position: absolute;
	top: -15px;
	left: 40px;
	background: #001489;
	color: #FFF;
	display: block;
	height: 40px;
	width: 32px;
	text-align: center;
	line-height: 40px;
	box-shadow: rgba(0,0,0,0.1) 0 0 10px;
}
.item-testimonial .imgbox{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin: 15px auto;
	background: #d9af7d;
	overflow: hidden;
}
.item-testimonial .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.item-testimonial .textbox{
	text-align: center;
}
.item-testimonial .autor{
	font-weight: 600;
	font-style: italic;
}
.item-testimonial .profession{
	color: #03f;
}
/* **************************************************************************************
Page Inscription
************************************************************************************** */
.form-box{
	border: .75rem solid #001489;
	margin: 15px;
	padding: 20px 15px;
	position: relative;
	transition: all .4s ease;
}
.form-box:hover{
	border-color: #03f;
}
.form-box .frame-title{
	position: absolute;
	top: -25px;
	left: 50%;
	font-size: 32px;
	text-transform: uppercase;
	transform: translateX(-50%);
	background: #FFF;
	padding: 0 15px;
}
.form-box button.btn-more{
	display: table;
	margin: auto;
	width: 330px;
	max-width: 100%;
}
.item-input{
	width: calc(33% - 30px);
	min-height: 62px;
	float: left;
	margin: 0 15px;
	position: relative;
}
.item-input input[type=text],
.item-input input[type=date],
.item-input input[type=password],
.item-input input[type=email]{
	width: 100%;
	line-height: 32px;
	padding: 0 5px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.item-input select{
	width: 100%;
	height: 33px;
	padding: 0 5px;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select_container::before{
	content: "";
	height: 10px;
	width: 10px;
	border-bottom: #CCC solid 3px;
	border-right: #CCC solid 3px;
	transform: rotate(45deg);
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 10px;
}

.formbox h4{
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: #03f solid 2px;
	font-size: 18px !important;
	line-height: 32px;
	color: #9dc348;
}
.formbox label{
	display: none;
}
.login-box{
	max-width: 800px;
	margin: auto;
}
.login-box .item-input{
	width: 300px;
	float: none;
	margin: auto;
}
.login-box .btn-more{
	width: 100%;
}
/* **************************************************************************************
Page elemnts
************************************************************************************** */
.mid-title{
	font-size: 1.2rem !important;
	text-align: center;
	border: #03f solid 2px;
	display: table;
	line-height: 46px;
	padding: 0 30px;
	margin: 15px auto 30px;
	position: relative;
	transition: all .4s ease;
}
.mid-title:hover{
	background: #03f;
	color: #FFF;
}
.mid-title::before{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #03f;
	top: calc(50% - 1px);
	left: -100px;
	transition: all .4s ease;
}
.mid-title:hover::before{
	width: 150px;
	left: -150px;
}
.mid-title::after{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #03f;
	top: calc(50% - 1px);
	right: -100px;
	transition: all .4s ease;
}
.mid-title:hover::after{
	width: 150px;
	right: -150px;
}
.color-block{
	display: flex;
	margin-bottom: 60px;
}
.color-block .textbox{
	border: #140a47 solid 1px;
	padding: 15px;
	text-align: center;
	height: 100%;
	transition: all .4s ease;
}
.color-block .textbox:hover{
	background: #140a47;
	color: #FFF;
}
.color-block .gdlr-core-column-30:nth-child(2n) .textbox{
	border-color: #9dc348;
}
.color-block .gdlr-core-column-30:nth-child(2n) .textbox:hover{
	background: #9dc348;
	color: #FFF;
}
/* **************************************************************************************
Page mot directeur
************************************************************************************** */
/*
.director-word{
	margin-top: 15px;
	display: flex;
}
.director-word .gdlr-core-column-20{
	position: relative;
}
.director-word .imgbox{
	float: left;
	border: #FFF solid 5px;
	box-shadow: rgba(0,0,0,0.1) 0 0 5px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.director-word .imgbox::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	height: 100%;
	width: 100%;
	border: #140a47 solid 5px;
}
.director-word .imgbox img{
	float: left;
	position: relative;
}
.director-word .videobox{
	border: #9dc348 solid 5px;
	position: absolute;
	bottom: 100px;
	right: -25px;
	max-width: 300px;
	padding: 15px;
	display: none;
}
.director-word .videobox::before{
	content: "";
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	position: absolute;
	background: rgba(0,0,0,0.5);
}
.director-word .videobox i{
	position: absolute;
	height: 64px;
	width: 64px;
	line-height: 64px;
	font-size: 32px;
	padding-left: 16px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background: #FFF;
	text-align: center;
}
.director-word .textbox{
	border-left: #fab205 solid 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	/*height: 600px;*/
	overflow: hidden;
	position: relative;
}
*/
.big-texte{
	font-size: 28px;
	color: #fab205;
	line-height: 32px;
}
.big-texte strong{
	font-weight: normal;
}
/*.director-word .textbox::after{
	content: "";
	height: 200px;
	width: 100%;
	background: linear-gradient(to top,#FFF 0,#FFF 30%,rgba(255,255,255,.6) 60%,rgba(255,255,255,.2) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.director-word .textbox .show-more{
	display: none;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #03f;
	line-height: 32px;
	padding: 0 20px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Basis Grotesque Pro Bold';
	transition: all .3s ease;
}
.director-word .textbox .show-more:hover{
	letter-spacing: 1px;
}
.director-word .textbox .show-more::before{
	content: "";
	height: 2px;
	width: 200px;
	background: #03f;
	position: absolute;
	bottom: 16px;
	left: -200px;
}
.director-word .textbox .show-more::after{
	content: "";
	height: 2px;
	width: 200px;
	background: #03f;
	position: absolute;
	bottom: 16px;
	right: -200px;
}
.director-word .infos{
	float: left;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
.director-word .infos h3{
	text-transform: uppercase;
	color: #140a47;
	margin-bottom: 5px;
}
.director-word .infos h6{
	color: #fab205;
}
.director-word .infos ul{
	list-style: none;
	text-align: left;
}
.director-word .infos ul li{
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.director-word .infos ul li::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgba(0,20,137,0.1);
}
.director-word .infos ul li::after{
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-top: #fab205 solid 4px;
	border-right: #fab205 solid 4px;
	transform: rotate(45deg);
	top: 9px;
	left: -2px;
}
*/
.pdg-word{
	position: relative;
	padding: 30px;
	margin: 0 30px;
	clear: both;
}
.pdg-word .bgbox{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.pdg-word .bgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: blur(10px);
	transform: scale(1.1);
}
.pdg-word .avatar{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 30px auto 15px;
	position: relative;
	border: rgba(255,255,255,0.2) solid 5px;
}
.pdg-word .avatar img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.pdg-word .nom{
	position: relative;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Basis Grotesque Pro Bold';
	line-height: 24px;
	text-shadow: rgba(0,0,0,0.4) 0 0 5px;
	margin-bottom: 15px;
}
.pdg-word .nom span{
	font-family: 'Basis Grotesque Pro';
	letter-spacing: 2px;
	position: relative;
}
.pdg-word .nom span::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 50px;
	background: #FFF;
	top: 12px;
	left: -60px;
}
.pdg-word .nom span::after{
	content: "";
	position: absolute;
	height: 1px;
	width: 50px;
	background: #FFF;
	top: 12px;
	right: -60px;
}
.pdg-word .word{
	max-width: 800px;
	position: relative;
	margin: 0 auto 30px;
	color: #FFF;
	text-align: center;
	text-shadow: rgba(0,0,0,0.4) 0 0 5px;
}
/*.video-banner{
	display: flex;
	margin: 30px 0;
}
.video-banner .titlebox{
	padding: 180px 60px;
	background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
	color: #FFF;
	font-size: 32px;
	position: relative;
}
.video-banner .titlebox::before{
	content: "";
	height: 2px;
	width: 50%;
	position: absolute;
	left: 0;
	top: 80px;
	background: #FFF;
}
.video-banner .titlebox::after{
	content: "";
	height: 2px;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 80px;
	background: #FFF;
}
.video-banner .titlebox h3{
	margin: 0;
}
.video-banner .player-box{
	height: 100%;
}*/

.writing-box p{
	border-left: #b2da35 solid 5px;
	padding-left: 15px;
	margin-top: 15px;
}
.writing-box textarea{
	width: 100%;
	border: none;
	border-bottom: #ccc solid 1px;
}
.modalite-box{
	border: .75rem solid #001489;
	position: relative;
	margin: 20px 20px 30px;
	padding: 15px 5px;
	background-image: linear-gradient(to top, #ebe6df 0%, #ebe6df 40%, #fff 100%);
}
.modalite-box.carriere{
	font-size: 22px;
	margin: 15px;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Basis Grotesque Pro Light';
}
.modalite-box.carriere::before{
	content: "";
	height: 80px;
	width: 100px;
	position: absolute;
	z-index: 1;
	top: -40px;
	left: 44px;
	background: url("https://www.igmprepa.com/images/quote-right.png") no-repeat;
	background-size: 64px;
	background-position: center;
}
.modalite-box.carriere::after{
	content: "";
	height: 30px;
	width: 100px;
	position: absolute;
	top: -20px;
	left: 44px;
	background: #FFF;
}
.modalite-box .modalite-title{
	position: absolute;
	top: -25px;
	left: 50%;
	font-size: 32px;
	text-transform: uppercase;
	transform: translateX(-50%);
	background: #FFF;
	padding: 0 15px;
}
.modalite-box .item-modalite{
	position: relative;
}
.modalite-box .item-modalite::after{
	content: "";
	height: 80%;
	width: 2px;
	background: rgba(0,0,0,.05);
	position: absolute;
	right: -21px;
	top: 50%;
	transform: translateY(-50%);
}
.modalite-box .gdlr-core-column-20:nth-child(5) .item-modalite::after{
	display: none;
}
.modalite-box .item-modalite .frame-title{
	position: absolute;
	padding: 0 1em;
	line-height: 2;
	z-index: 1;
	top: 0;
	right: 15px;
	color: #FFF;
	background: #03f;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
}
.modalite-box .item-modalite ul{
	margin: 15px 0;
	list-style: none;
}
.modalite-box .item-modalite ul li{
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.modalite-box .item-modalite ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.modalite-box .item-modalite ul li::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgba(0,20,137,0.1);
}
.modalite-box .item-modalite ul li:last-child::before{
	display: none;
}
.modalite-box .item-modalite ul li::after{
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-top: #fab205 solid 4px;
	border-right: #fab205 solid 4px;
	transform: rotate(45deg);
	top: 9px;
	left: -2px;
}
.big-text{
	font-size: 22px;
	max-width: 1000px;
	margin: 15px auto;
	text-align: center;
}
.radar{
	width: 800px;
	max-width: 100%;
	margin: auto;
	position: relative;
}
.radar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.radar .floating-logo{
	position: absolute;
	width: 150px;
	top: 50%;
	left: 50%;
	padding: 22px;
	border-radius: 50%;
	background: #FFF;
	box-shadow: rgba(0,0,0,0.1) 10px 10px 15px;
	transition: all .4s ease;
	transform: translate(-27%,-41%);
    -webkit-animation: animation-radar 1.3s infinite;
    animation: animation-radar 1.8s infinite;
}
.radar .floating-logo img{
	float: left;
}
@-webkit-keyframes animation-radar {
    0% { transform: translate(-27%,-41%) scale(1); }
    50% { transform: translate(-27%,-41%) scale(1.2);}
    100% { transform: translate(-27%,-41%) scale(1);}
}

@keyframes animation-radar {
    0% { transform: translate(-27%,-41%) scale(1); }
    50% { transform: translate(-27%,-41%) scale(1.2);}
    100% { transform: translate(-27%,-41%) scale(1);}
}

.mot-director{
	position: relative;
	left: 10px;
	margin-bottom: 60px;
	margin-top: 10px;
}
.mot-director .orange{
	background: linear-gradient(to top right,#fb5e01 0,#fbc200 100%);
}
.mot-director .bio-name{
	margin: 60px 0 30px;
	position: relative;
}
.mot-director .bio-name h3{
	color: #095264;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.mot-director .bio-name h4{
	color: #FFF;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.1) 0 0 10px;
	text-align: right;
	position: relative;
	z-index: 1;
}
.mot-director .bio-name ul{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	width: calc(100% - 100px);
	color: #001489;
	font-family: 'Basis Grotesque Pro Bold';
}
.mot-director .bio-name ul li{
	position: relative;
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 18px;
}
.mot-director .bio-name ul li::after{
	content: "";
	height: 4px;
	width: calc(100% + 30px);
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: -30px;
}
.mot-director .bio-name .imgbox{
	position: absolute;
	width: calc(100% + 120px);
	left: calc(100% - 80px);
	top: -30px;
	height: 355px;
}
.mot-director .bio-name .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.mot-director .space1{
	height: 415px;
}
.mot-director .quote{
	position: relative;
	background: #362f2d;
	color: #FFF;
	padding: 40px 15px 15px;
	margin: 60px 0 0;
	font-size: 22px;
	text-align: center;
	font-family: 'Basis Grotesque Pro Bold';
}
.mot-director .quote::after{
	content: "";
	height: 100px;
	width: 100px;
	background: url("https://www.igmprepa.com/images/quote-right-white.png") no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}
.mot-director .quote-legend{
	font-family: 'Basis Grotesque Pro Bold';
	line-height: 18px;
	margin-bottom: 38px;
}
.mot-director p{
	text-align: justify;
}

.sidebar{
	border-left: rgba(0,0,0,0.1) solid 1px;
}
.item-sidebar{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.item-sidebar:last-child{
	border-bottom: none;
}
.item-sidebar h3{
	font-family: 'Basis Grotesque Pro Bold';
	text-align: center;
	font-size: 22px !important;
	text-transform: uppercase;
	letter-spacing: .3px;
	color: #140a47;
	font-weight: normal;
	margin: 20px 0 30px;
}

.item-side-blog{
	margin-bottom: 30px;
}
.item-side-blog .imgbox{
	height: 100px;
	width: 100px;
	float: left;
}
.item-side-blog .imgbox img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.item-side-blog .text-box{
	width: calc(100% - 115px);
	display: inline-block;
	margin-left: 15px;
} 
.item-side-blog .text-box h4{
	font-size: 20px;
}
.item-side-blog .text-box .date{
	background: #001489;
	color: #FFF;
	display: table;
	padding: 0 10px;
	font-size: 12px;
}

.item-sidebar .social{
	list-style: none;
	margin: 15px auto;
	padding: 0;
	display: table;
}
.item-sidebar .social li{
	display: inline-block;
}
.item-sidebar .social li a{
	line-height: 32px;
	width: 42px;
	text-align: center;
	display: block;
}
.item-sidebar .social li:nth-child(1) a{
	color: #3b5998;
}
.item-sidebar .social li:nth-child(2) a{
	color: #1da1f2;
}
.item-sidebar .social li:nth-child(3) a{
	color: #0077b5;
}

a.btn-whatsapp{
	position: fixed;
	z-index: 3;
	bottom: 70px;
	right: 15px;
	background: #128c7e;
	color: #dcf8c6;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 22px;
}
a.btn-whatsapp:hover{
	color: #128c7e;
	background: #dcf8c6;
}

.kingster-page-title-wrap{ background-image: url(https://www.igmprepa.com/upload/page-title.jpg); }.kingster-top-bar-right-button{ padding-bottom: 19px; margin-bottom: -19px; }
#poststuff .gdlr-core-page-builder-body h2{ padding: 0px; margin-bottom: 20px; line-height: 1.2; font-weight: 700; }
#poststuff .gdlr-core-page-builder-body h1{ padding: 0px; font-weight: 700; }

.gdlr-core-button, .kingster-button, 
input[type="button"], input[type="submit"], input[type="reset"]{ text-transform: none; font-weight: 700; }
input, textarea{ border-bottom-width: 1px; }

.gdlr-core-twitter-item{ position: relative; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav{ margin-bottom: 0px; position: absolute; right: 0px; font-size: 20px; z-index: 1; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a{ font-size: 20px; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a.flex-prev i:before{ content: "\f177"; font-family: fontAwesome; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a.flex-next i:before{ content: "\f178"; font-family: fontAwesome; margin-left: 10px; }

.gdlr-core-twitter-item .gdlr-core-flexslider li:before{ content: "\f099"; float: left; font-size: 24px; line-height: 25px; font-family: fontAwesome; margin-right: 25px; }
.gdlr-core-twitter-item .gdlr-core-flexslider li .gdlr-core-twitter-item-list{ overflow: hidden; padding-right: 80px; }
.gdlr-core-twitter-item .gdlr-core-flexslider .gdlr-core-twitter-item-list-date{ display: inline; }
.gdlr-core-twitter-item .gdlr-core-flexslider .gdlr-core-twitter-item-list-content{ margin-right: 12px; }
.gdlr-core-twitter-item .gdlr-core-twitter-item-list-content{ font-size: 14px; }

.gdlr-core-tab-item .gdlr-core-tab-item-title{ font-size: 17px; font-weight: 700; text-transform: none; letter-spacing: 0px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title{ border: 0px; margin-left: 0px; padding: 24px 40px 24px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active{ margin-bottom: 0px; padding: 24px 40px 24px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap{ border: 0px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content{ padding: 67px 59px 45px; background-repeat: no-repeat; }

.gdlr-core-tab-item .gdlr-core-tab-item-content-image-wrap{ width: 30%; height: 1px; float: left; }
.gdlr-core-tab-item .gdlr-core-tab-item-image{ opacity: 0; position: absolute; z-index: -1; width: 100%; height: 100%; overflow: hidden; 
	transition: opacity 200ms; -moz-transition: opacity 200ms; -o-transition: opacity 200ms; -webkit-transition: opacity 200ms; }
.gdlr-core-tab-item .gdlr-core-tab-item-image.gdlr-core-active{ opacity:1; position: relative; z-index: 0; }
.gdlr-core-tab-item .gdlr-core-tab-item-image i{ position: absolute; font-size: 30px; top: 50%; left: 50%; 
    width: 84px; text-align: center; padding: 27px 0px 27px 8px; margin-top: -42px; margin-left: -42px; background: #fff; 
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.gdlr-core-tab-item .gdlr-core-tab-item-wrap{ overflow: hidden; }
.gdlr-core-tab-item .gdlr-core-tab-item-image-background{ display: block; width: 100%; height: 100%; background-size: cover;a background-position: center; }

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-content{ font-style: normal; }
.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author{ font-style: normal; }
.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author:before{ display: none; }
.gdlr-core-blockquote-item.gdlr-core-left-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-right-align .gdlr-core-blockquote-item-quote{ float: none; }
.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-quote{ height: 48px; }
.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-quote{ height: 56px; }
.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-quote{ font-size: 170px; height: 82px; }
.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-content{ font-size: 21px; font-weight: bold; }
.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-author { font-size: 18px; }

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote{ margin-bottom: 0px; }

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title,
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title{ font-size: 16px; text-transform: none; letter-spacing: 0px; padding: 25px 25px 23px; }
.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before, 
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before{ font-size: 24px; }

.gdlr-core-title-item .gdlr-core-title-item-link{ font-size: 14px; }
.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-title{ float: left; }
.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-divider{ position: static; overflow: hidden; padding-top: 0.6em; margin-top: 0px; }
.gdlr-core-title-item-caption-top.gdlr-core-left-align .gdlr-core-title-item-link, 
.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link{ position: static; margin-top: 8px; line-height: 1.7; }

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-caption.gdlr-core-bottom{ margin-top: 10px; }
.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-read-more{ margin-top: 8px; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-caption.gdlr-core-bottom{ margin-top: 10px; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-read-more{ margin-top: 8px; display: inline-block; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title{ float: left; margin-right: 30px; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title-divider{ overflow: hidden; border-bottom-style: solid; border-bottom-width: 1px; padding-top: 0.6em; }

.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-head{ margin-bottom: 20px; }
.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-title{ font-size: 34px; margin-bottom: 7px; }
.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-position{ font-size: 20px; margin-bottom: 7px; }
.gdlr-core-personnel-info-item .kingster-personnel-info-list{ font-size: 17px; margin-bottom: 12px; }
.gdlr-core-personnel-info-item .kingster-personnel-info-list.kingster-type-social-shortcode{ margin-bottom: 22px; }
.gdlr-core-personnel-info-item .kingster-personnel-info-list-icon{ font-size: 16px; width: 20px; margin-right: 12px; }

.gdlr-core-personnel-item .gdlr-core-personnel-list-title{ margin-bottom: 4px; font-size: 23px; font-weight: 800; letter-spacing: 0px; }
.gdlr-core-personnel-item .gdlr-core-personnel-list-position{ font-size: 16px; font-weight: 600; }
.gdlr-core-personnel-item .gdlr-core-personnel-info{ margin-top: 20px; }
.gdlr-core-personnel-item .gdlr-core-personnel-list-button{ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-top: 5px; margin-bottom: 20px; }
.gdlr-core-personnel-item .kingster-personnel-info-list{ font-size: 16px; margin-bottom: 6px; }
.gdlr-core-personnel-item .kingster-personnel-info-list.kingster-type-social-shortcode{ margin-bottom: 22px; }
.gdlr-core-personnel-item .kingster-personnel-info-list-icon{ font-size: 15px; width: 20px; margin-right: 12px; }

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-social,
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-social,
.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-social{ margin-top: 0px; margin-bottom: 10px; }
.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap{ padding: 35px 40px 20px; border-bottom-width: 3px; border-bottom-style: solid; }

.gdlr-core-blog-info-wrapper .gdlr-core-head{ vertical-align: baseline; margin-right: 7px; }
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info{ font-size: 13px; font-weight: 600; margin-right: 12px; }
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:before{ content: "/"; margin-right: 12px; }
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:first-child:before { display: none; }
.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper{ padding-top: 0px; border: none; margin-bottom: 6px; }
.gdlr-core-blog-grid .gdlr-core-blog-thumbnail{ border-radius: 3px; }
.gdlr-core-blog-grid-with-frame .gdlr-core-blog-thumbnail{ border-radius: 3px 3px 0px 0px; }
.gdlr-core-blog-widget{ padding-top: 0px; border: none; margin-bottom: 30px; }
.gdlr-core-blog-widget .gdlr-core-blog-thumbnail{ max-width: 80px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.gdlr-core-blog-widget .gdlr-core-blog-info-wrapper{ margin-bottom: 6px; }
.gdlr-core-blog-widget .gdlr-core-blog-title{ margin-bottom 0px; }

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list{ font-size: 16px; margin-top: -18px; }
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a{ padding-left: 0px; border: none; font-weight: 400; }
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a:before{ margin-left: 0px; opacity: 1; }

.gdlr-core-event-item .gdlr-core-event-item-info-wrap{ font-size: 13px; }
.gdlr-core-event-item .gdlr-core-event-item-info-wrap .gdlr-core-head{ margin-right: 10px; }
.gdlr-core-event-item-info.gdlr-core-type-start-date-month{ display: block; float: left; width: 40px; text-align: center; 
	white-space: nowrap; margin-right: 25px; border-bottom-width: 3px; border-bottom-style: solid; padding-bottom: 10px; }
.gdlr-core-type-start-date-month .gdlr-core-date{ font-size: 34px; line-height: 1; font-weight: 700; display: block; }
.gdlr-core-type-start-date-month .gdlr-core-month{ font-size: 16px; display: block; font-weight: 700; text-transform: uppercase; }

.gdlr-core-event-item-list.gdlr-core-style-widget{ margin-bottom: 25px; }
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title{ font-size: 18px; margin-bottom: 14px; }
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-content-wrap{ overflow: hidden; }
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-info{ margin-bottom: 2px; margin-right: 20px; }

.gdlr-core-event-item-list.gdlr-core-style-grid{ margin-bottom: 35px; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-thumbnail{ margin-bottom: 28px; overflow: hidden; 
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-title{ font-size: 19px; margin-bottom: 14px; font-weight: 700; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-content-wrap{ overflow: hidden; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-info{ display: block; margin-bottom: 2px; }

@media only screen and (max-width: 1260px){
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active,
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title{ padding: 20px 25px 16px; }
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content{ padding: 25px 25px }
}
@media only screen and (max-width: 999px){
	.gdlr-core-twitter-item .gdlr-core-flexslider li .gdlr-core-twitter-item-list{ padding-right: 0px; }
	.gdlr-core-tab-item .gdlr-core-tab-item-content-image-wrap{ display: none; float: none; width: auto; height: 300px !important; }
}
@media only screen and (max-width: 767px){
	.gdlr-core-tab-item .gdlr-core-tab-item-title{ font-size: 13px; font-weight: 600; }
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap{ padding-left: 15px; padding-right: 15px; }
	body .gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active{ background: transparent; }
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title, 
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active{ padding: 15px 9px; }
}


body .gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote{ font-size: 80px; margin-bottom: -25px; }
body .gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info{ font-size: 14px; }
.gdlr-core-sidebar-item .textwidget .gdlr-core-button-full-width{ display: block; margin-right: 0 !important; text-align: center; }
body .gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title{ font-size: 17px; text-transform: none; font-weight: 400; letter-spacing: 0px; }
body .gdlr-core-button{ letter-spacing: 0; }
body .gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-submit input[type="submit"]{ font-size: 15px; font-weight: 700; line-height: 20px; padding: 17px 19px; letter-spacing: 0; }
body .gdlr-core-block-item-title-wrap .gdlr-core-block-item-title{ font-weight: 700; }
body .gdlr-core-icon-pos-right.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title{ padding: 25px 25px 25px 30px; }
body .gdlr-core-blog-grid .gdlr-core-blog-title{ font-size: 19px; }
body .gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-email input[type="email"]{ font-size: 14px; padding: 18px 20px; }
body .gdlr-core-social-network-item .gdlr-core-social-network-icon{ font-size: 19px; }
body .gdlr-core-button{ font-size: 15px; }

body.kingster-boxed .kingster-body-wrapper{ margin-top: 0px; margin-bottom: 0px; } 
.kingster-body-wrapper.kingster-with-frame, body.kingster-full .kingster-fixed-footer{ margin: 0px; } 
.kingster-body-background{ opacity: 1; } 
.kingster-background-pattern .kingster-body-outer-wrapper{ background-image: url(https://www.igmprepa.com/demo.goodlayers.com/kingster/wp-content/plugins/goodlayers-core/include/images/pattern/pattern-1.png); } 
.kingster-item-pdlr, .gdlr-core-item-pdlr{ padding-left: 20px; padding-right: 20px; }.kingster-item-rvpdlr, .gdlr-core-item-rvpdlr{ margin-left: -20px; margin-right: -20px; }.gdlr-core-metro-rvpdlr{ margin-top: -20px; margin-right: -20px; margin-bottom: -20px; margin-left: -20px; }.kingster-item-mglr, .gdlr-core-item-mglr, .kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega,.sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega{ margin-left: 20px; margin-right: 20px; }.kingster-body .gdlr-core-personnel-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-hover-box-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport,.kingster-body .gdlr-core-blog-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport{ padding-top: 20px; margin-top: -20px; padding-right: 20px; margin-right: -20px; padding-left: 20px; margin-left: -20px; padding-bottom: 20px; margin-bottom: -20px; }.gdlr-core-twitter-item .gdlr-core-block-item-title-nav{ margin-right: 20px; } 
.kingster-container, .gdlr-core-container, body.kingster-boxed .kingster-body-wrapper, body.kingster-boxed .kingster-fixed-footer .kingster-footer-wrapper, body.kingster-boxed .kingster-fixed-footer .kingster-copyright-wrapper{ max-width: 1550px; } 
.kingster-body-front .gdlr-core-container, 
.kingster-body-front .kingster-container{ 
	padding-left: 1.875rem; padding-right: 1.875rem; 
}.kingster-body-front .kingster-container .kingster-container, .kingster-body-front .kingster-container .gdlr-core-container, .kingster-body-front .gdlr-core-container .gdlr-core-container{ padding-left: 0px; padding-right: 0px; } 
.kingster-top-bar-container.kingster-top-bar-custom-container{ max-width: 1140px; } 
.kingster-top-bar-container.kingster-top-bar-full{ padding-right: 15px; padding-left: 15px; } 
.kingster-top-bar{ padding-top: 5px; }.kingster-top-bar-right-button{ padding-top: 18px; margin-top: -18px; } 
.kingster-top-bar{ padding-bottom: 5px; }.kingster-top-bar .kingster-top-bar-menu > li > a{ padding-bottom: 18px; }.sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega, .sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul{ margin-top: 18px; } 
.kingster-top-bar{ font-size: 15px; } 
.kingster-top-bar{ border-bottom-width: 0px; } 
.kingster-header-style-plain{
	position: absolute;
	z-index: 1;
	width: 100%;
} 
.kingster-header-background-transparent .kingster-top-bar-background{ opacity: 0.5; } 
.kingster-header-background-transparent .kingster-header-background{ opacity: 0.5; } 
.kingster-navigation-bar-wrap.kingster-style-transparent .kingster-navigation-background{ opacity: 0.5; } 
.kingster-header-boxed-wrap .kingster-top-bar-background{ opacity: 0; } 
.kingster-header-boxed-wrap .kingster-top-bar-background{ margin-bottom: -0px; } 
.kingster-header-style-boxed{ margin-top: 0px; } 
.kingster-header-container.kingster-header-custom-container{ max-width: 1140px; } 
.kingster-header-container.kingster-header-full{ padding-right: 15px; padding-left: 15px; } 
.kingster-header-boxed-wrap .kingster-header-background{ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } 
.kingster-header-style-boxed .kingster-header-container-item{ padding-left: 30px; padding-right: 30px; }.kingster-navigation-right{ right: 30px; } .kingster-navigation-left{ left: 30px; } 
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation .sf-menu > li > a{ padding-top: 0px; } .kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-left-wrap,.kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-right-wrap{ padding-top: 0px; } 
.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-navigation .sf-menu > li > a{ padding-top: 0px; } .kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-left-wrap,.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-right-wrap{ padding-top: 0px; } 
.kingster-navigation .kingster-main-menu{ margin-left: 0px; } 
.kingster-header-side-nav{ width: 340px; }.kingster-header-side-content.kingster-style-left{ margin-left: 340px; }.kingster-header-side-content.kingster-style-right{ margin-right: 340px; } 
.kingster-header-side-nav.kingster-style-side{ padding-left: 70px; padding-right: 70px; }.kingster-header-side-nav.kingster-style-left .sf-vertical > li > ul.sub-menu{ padding-left: 70px; }.kingster-header-side-nav.kingster-style-right .sf-vertical > li > ul.sub-menu{ padding-right: 70px; } 
 .kingster-navigation .sf-vertical > li{ padding-top: 16px; padding-bottom: 16px; } 
.kingster-header-style-bar .kingster-logo-right-text{ padding-top: 30px; } 
.kingster-logo{ padding: 15px; } 
.kingster-logo-inner{ max-width: 230px; } 
@media only screen and (max-width: 1260px){ .kingster-mobile-header .kingster-logo-inner{ max-width: 250px; } } 
@media only screen and (max-width: 767px){ .kingster-mobile-header .kingster-logo-inner{ max-width: 180px; } } 
.kingster-navigation{ padding-top: 37px; }.kingster-navigation-top{ top: 37px; } 
.kingster-navigation .sf-menu > li > a{ padding-bottom: 34px; } 
.kingster-navigation .kingster-main-menu{ padding-right: 0px; } 
.kingster-main-menu-right-wrap{ margin-top: 6px; } 
.kingster-fixed-navigation.kingster-style-slide .kingster-logo-inner img{ max-height: none !important; }.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo-inner, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo-inner{ max-width: 220px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo{ padding-top: 23px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo{ padding-bottom: 20px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation{ padding-top: 30px; }.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation-top, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation-top{ top: 30px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation .sf-menu > li > a, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation .sf-menu > li > a{ padding-bottom: 25px; } 
.kingster-breadcrumbs{ padding-top: 25px; } 
.kingster-breadcrumbs{ padding-bottom: 25px; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title-content{ padding-top: 60px; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title-content{ padding-bottom: 60px; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption{ margin-bottom: 4px; } 
.kingster-page-title-wrap .kingster-page-title{ text-transform: none; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title{ font-size: 43px; } 
.kingster-page-title-wrap .kingster-page-title{ font-weight: 700; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title{ letter-spacing: 0px; } 
.kingster-page-title-wrap .kingster-page-caption{ text-transform: none; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption{ font-size: 21px; } 
.kingster-page-title-wrap .kingster-page-caption{ font-weight: 400; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption{ letter-spacing: 0px; } 
.kingster-page-title-wrap .kingster-page-title-top-gradient{ height: 413px; } 
.kingster-page-title-wrap .kingster-page-title-bottom-gradient{ height: 413px; } 
.kingster-page-title-wrap .kingster-page-title-overlay{ opacity: 0; } 
.kingster-not-found-wrap .kingster-not-found-background{ opacity: 0.27; } 
.kingster-blog-title-wrap.kingster-style-custom .kingster-blog-title-content{ padding-top: 93px; } 
.kingster-blog-title-wrap.kingster-style-custom .kingster-blog-title-content{ padding-bottom: 87px; } 
.kingster-blog-title-wrap{ background-image: url(https://www.igmprepa.com/upload/page-title.jpg); } 
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-top-overlay{ height: 242px; } 
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay{ height: 333px; } 
.kingster-blog-title-wrap .kingster-blog-title-overlay{ opacity: 0.25; } 
body.single-post .kingster-sidebar-style-none, body.blog .kingster-sidebar-style-none, .kingster-blog-style-2 .kingster-comment-content{ max-width: 900px; } 
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon{ font-size: 22px; } 
.kingster-footer-wrapper{ padding-top: 70px; } 
.kingster-footer-wrapper{ padding-bottom: 50px; } 
.kingster-copyright-container{ padding-top: 33px; } 
.kingster-copyright-container{ padding-bottom: 33px; } 
.kingster-body .gdlr-core-quote-font, blockquote{ font-family: "ABeeZee", sans-serif; } 
.kingster-body h1{ font-size: 52px; } 
.kingster-body h2{ font-size: 48px; } 
.kingster-body h3{ font-size: 36px; } 
.kingster-body h4{ font-size: 28px; } 
.kingster-body h5{ font-size: 22px; } 
.kingster-body h6{ font-size: 18px; } 
.kingster-body{ font-size: 16px; } 
.kingster-body, .kingster-body p, .kingster-line-height, .gdlr-core-line-height{ line-height: 1.7; } 
.kingster-navigation .sf-menu > li > a, .kingster-navigation .sf-vertical > li > a{ font-size: 1.0625rem; } 
.kingster-navigation .sf-menu > li > a, .kingster-navigation .sf-vertical > li > a{ font-weight: 500; } 
.kingster-navigation .sf-menu > li > a, .kingster-navigation .sf-vertical > li > a{ text-transform: uppercase;} 
.kingster-main-menu-right-button{ font-size: 11px; } 
.kingster-main-menu-right-button{ text-transform: uppercase; } 
.kingster-sidebar-area .kingster-widget-title{ font-size: 16px; } 
.kingster-sidebar-area .kingster-widget-title{ font-weight: 600; } 
.kingster-sidebar-area .kingster-widget-title{ letter-spacing: 0px; } 
.kingster-sidebar-area .kingster-widget-title{ text-transform: none; } 
.kingster-footer-wrapper{ font-size: 16px; } 
.kingster-footer-wrapper .widget_text{ text-transform: none; } 
.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right{ letter-spacing: 0; text-align: center;} 
.kingster-top-bar-background{ background-color: #001489; } 
.kingster-body .kingster-top-bar{ border-bottom-color: #ffffff; } 
.kingster-top-bar{ color: #FFF; text-transform: uppercase; font-size: .75rem;letter-spacing: .3px;font-family: 'Basis Grotesque Pro Bold';} 
.kingster-body .kingster-top-bar a{ color: #FFF; } 
.kingster-body .kingster-top-bar a:hover{ color: #ffffff; } 
.kingster-body .kingster-top-bar .kingster-top-bar-right-button{ background-color: #fab205; color: #001489; } 
.kingster-top-bar .kingster-top-bar-right-social a{ color: #ffffff; } 
.kingster-top-bar .kingster-top-bar-right-social a:hover{ color: #9dc348; } 
.kingster-header-background, .kingster-sticky-menu-placeholder, .kingster-header-style-boxed.kingster-fixed-navigation{ background-color: #ffffff; } 
.kingster-header-wrap.kingster-header-style-plain{ border-color: #e8e8e8; } 
.kingster-header-side-nav.kingster-style-side-toggle .kingster-logo{ background-color: #ffffff; } 
.kingster-top-menu-button i, .kingster-mobile-menu-button i{ color: #333333; }.kingster-mobile-button-hamburger:before, .kingster-mobile-button-hamburger:after, .kingster-mobile-button-hamburger span{ background: #333333; } 
.kingster-main-menu-right .kingster-top-menu-button, .kingster-mobile-menu .kingster-mobile-menu-button{ border-color: #333333; } 
.kingster-top-search-wrap{ background-color: #000000; background-color: rgba(0, 0, 0, 0.88); } 
.kingster-top-cart-content-wrap .kingster-top-cart-content{ background-color: #232323; } 
.kingster-top-cart-content-wrap .kingster-top-cart-content span, .kingster-top-cart-content-wrap .kingster-top-cart-content span.woocommerce-Price-amount.amount{ color: #b5b5b5; } 
.kingster-top-cart-content-wrap .kingster-top-cart-button,.kingster-top-cart-content-wrap .kingster-top-cart-button:hover{ color: #ffffff; } 
.kingster-top-cart-content-wrap .kingster-top-cart-checkout-button, .kingster-top-cart-content-wrap .kingster-top-cart-checkout-button:hover{ color: #9dc348; } 
.kingster-body .kingster-breadcrumbs, .kingster-body .kingster-breadcrumbs a span, .gdlr-core-breadcrumbs-item, .gdlr-core-breadcrumbs-item a span{ color: #a0a0a0; } 
.kingster-body .kingster-breadcrumbs span, .kingster-body .kingster-breadcrumbs a:hover span, .gdlr-core-breadcrumbs-item span, .gdlr-core-breadcrumbs-item a:hover span{ color: #9dc348; } 
.kingster-navigation-background{ background-color: #f4f4f4; } 
.kingster-navigation-bar-wrap{ border-color: #e8e8e8; } 
.kingster-navigation .kingster-navigation-slide-bar:before{ border-bottom-color: #9dc348; } 

.sf-menu > .kingster-normal-menu li, .sf-menu > .kingster-mega-menu > .sf-mega, .sf-vertical ul.sub-menu li, ul.sf-menu > .menu-item-language li{ background-color: #FFF; } 

.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner > a{ color: #192f59; } 
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section{ border-color: #dddddd; } 
.mm-navbar .mm-title, .mm-navbar .mm-btn, ul.mm-listview li > a, ul.mm-listview li > span{ color: #979797; }ul.mm-listview li a{ border-color: #979797; }.mm-arrow:after, .mm-next:after, .mm-prev:before{ border-color: #979797; } 
.mm-navbar .mm-title:hover, .mm-navbar .mm-btn:hover, ul.mm-listview li a:hover, ul.mm-listview li > span:hover, ul.mm-listview li.current-menu-item > a, ul.mm-listview li.current-menu-ancestor > a, ul.mm-listview li.current-menu-ancestor > span{ color: #ffffff; } 
.mm-menu{ background-color: #1f1f1f; } 
ul.mm-listview li{ border-color: #626262; } 
.kingster-overlay-menu-content{ background-color: #000000; background-color: rgba(0, 0, 0, 0.88); } 
.kingster-overlay-menu-content ul.menu > li, .kingster-overlay-menu-content ul.sub-menu ul.sub-menu{ border-color: #424242; } 
.kingster-overlay-menu-content ul li a, .kingster-overlay-menu-content .kingster-overlay-menu-close{ color: #ffffff; } 
.kingster-overlay-menu-content ul li a:hover{ color: #a8a8a8; } 
.kingster-bullet-anchor a:before{ background-color: #777777; } 
.kingster-bullet-anchor a:hover, .kingster-bullet-anchor a.current-menu-item{ border-color: #ffffff; }.kingster-bullet-anchor a:hover:before, .kingster-bullet-anchor a.current-menu-item:before{ background: #ffffff; } 
.kingster-main-menu-search i, .kingster-main-menu-cart i{ color: #FFF; } 
.kingster-main-menu-cart > .kingster-top-cart-count{ background-color: #9dc348; } 
.kingster-main-menu-cart > .kingster-top-cart-count{ color: #ffffff; } 
.kingster-body .kingster-main-menu-right-button{ color: #333333; } 
.kingster-body .kingster-main-menu-right-button:hover{ color: #555555; } 
.kingster-body .kingster-main-menu-right-button{ background-color: #192f59; } 
.kingster-body .kingster-main-menu-right-button:hover{ background-color: #1c4c72; } 
.kingster-body .kingster-main-menu-right-button{ border-color: #333333; } 
.kingster-body .kingster-main-menu-right-button:hover{ border-color: #555555; } 
.kingster-page-preload{ background-color: #ebe6df; } 

body.kingster-boxed .kingster-body-wrapper, .gdlr-core-page-builder .gdlr-core-page-builder-body.gdlr-core-pb-livemode{ background-color: #ebe6df; } 
.kingster-page-title-wrap .kingster-page-title{ color: #ffffff; } 
.kingster-page-title-wrap .kingster-page-caption{ color: #9dc348; }.kingster-page-title-wrap .kingster-page-caption .woocommerce-breadcrumb, .kingster-page-title-wrap .kingster-page-caption .woocommerce-breadcrumb a{ color: #9dc348; }.kingster-page-title-wrap .kingster-page-title-event-time, .kingster-page-title-wrap .kingster-page-title-event-link a, .kingster-page-title-wrap .kingster-page-title-event-link a:hover{ color: #9dc348; } 
.kingster-page-title-wrap .kingster-page-title-overlay{ background-color: #ffffff; } 
.kingster-page-title-wrap .kingster-page-title-top-gradient{ background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); }.kingster-page-title-wrap .kingster-page-title-bottom-gradient{ background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); } 
.kingster-body, .kingster-body span.wpcf7-not-valid-tip{ color: #393939; } 
.woocommerce table.shop_attributes th, .woocommerce table.shop_table th, .single-product.woocommerce div.product .product_meta .kingster-head{ color: #161616; } 
.kingster-body .gdlr-core-portfolio-single-nav-wrap{ border-color: #e6e6e6; }.gdlr-core-columnize-item .gdlr-core-columnize-item-content{ column-rule-color: #e6e6e6; -moz-column-rule-color: #e6e6e6; -webkit-column-rule-color: #e6e6e6; } 
.kingster-body input, .wpcf7 select, .kingster-body textarea{ background-color: #ffffff; } 
.kingster-body input, .wpcf7 select, .kingster-body textarea{ border-color: #d7d7d7; } 
.kingster-body input, .wpcf7 select, .kingster-body textarea{ color: #4e4e4e; } 
.kingster-body ::-webkit-input-placeholder{  color: #5e5e5e; }.kingster-body ::-moz-placeholder{  color: #5e5e5e; }.kingster-body :-ms-input-placeholder{  color: #5e5e5e; }.kingster-body :-moz-placeholder{  color: #5e5e5e; } 
.kingster-not-found-wrap{ background-color: #23618e; } 
.kingster-not-found-wrap .kingster-not-found-head{ color: #ffffff; } 
.kingster-not-found-wrap .kingster-not-found-title{ color: #ffffff; } 
.kingster-not-found-wrap .kingster-not-found-caption{ color: #c3e7ff; } 
.kingster-not-found-wrap form.search-form input.search-field{ background-color: #000000; background-color: rgba(0, 0, 0, 0.4) } 
.kingster-not-found-wrap form.search-form input.search-field, .kingster-not-found-wrap .kingster-top-search-submit{ color: #ffffff; } .kingster-not-found-wrap input::-webkit-input-placeholder { color: #ffffff; } .kingster-not-found-wrap input:-moz-placeholder{ color: #ffffff; } .kingster-not-found-wrap input::-moz-placeholder{ color: #ffffff; } .kingster-not-found-wrap input:-ms-input-placeholder{ color: #ffffff; } 
.kingster-not-found-wrap .kingster-not-found-back-to-home a, .kingster-not-found-wrap .kingster-not-found-back-to-home a:hover{ color: #ffffff; } 
.kingster-sidebar-area .kingster-widget-title{ color: #383838; } 
.kingster-sidebar-area .kingster-widget-title{ background-color: #ededed; } 
.kingster-sidebar-area .kingster-widget-title{ border-bottom-color: #9dc348; } 
.kingster-sidebar-area a{ color: #8c8c8c; }.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_pages ul li:before, .widget_rss ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before, .widget_meta ul li:before{ color: #8c8c8c; } 
.kingster-sidebar-area a:hover, .kingster-sidebar-area .current-menu-item > a{ color: #163269; } 
.kingster-sidebar-area *{ border-color: #9dc348; } 
.gdlr-core-recent-post-widget .gdlr-core-blog-info i{ color: #9c9c9c; } 
.gdlr-core-recent-post-widget .gdlr-core-blog-info, .gdlr-core-recent-post-widget .gdlr-core-blog-info a, .gdlr-core-recent-post-widget .gdlr-core-blog-info a:hover{ color: #a0a0a0; } 
.gdlr-core-post-slider-widget-overlay .gdlr-core-post-slider-widget-title{ color: #ffffff; } 
.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info i, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a:hover{ color: #9c9c9c; } 
.widget_search input.search-field{ color: #5e5e5e; }.widget_search input::-webkit-input-placeholder { color: #5e5e5e; }.widget_search input:-moz-placeholder{ color: #5e5e5e; }.widget_search input::-moz-placeholder{ color: #5e5e5e; }.widget_search input:-ms-input-placeholder{ color: #5e5e5e; } 
.widget_search input.search-field{ border-color: #9dc348; } 
.widget_search form:after{ border-color: #c7c7c7; } 
.kingster-body .tagcloud a, .kingster-body .tagcloud a:hover{ color: #ffffff; } 
.kingster-body .tagcloud a{ background-color: #9dc348; } 
.kingster-body .tagcloud a{ border-color: #9dc348; } 
ul.gdlr-core-twitter-widget-wrap li:before{ color: #303030; } 
ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a, ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a:hover{ color: #b5b5b5; } 
.gdlr-core-video-widget i{ background-color: #9dc348; } 
.kingster-footer-wrapper{ background-color: #FFF; } 
.kingster-footer-wrapper .kingster-widget-title{ color: #001489; }.kingster-footer-wrapper h1, .kingster-footer-wrapper h3, .kingster-footer-wrapper h3, .kingster-footer-wrapper h4, .kingster-footer-wrapper h5, .kingster-footer-wrapper h6{ color: #ffffff; }  
.kingster-footer-wrapper .kingster-widget-title{ border-bottom-color: #001489; } 
.kingster-footer-wrapper{ color: #ababab; }.kingster-footer-wrapper .widget_recent_entries ul li:before, .kingster-footer-wrapper .widget_recent_comments ul li:before, .kingster-footer-wrapper .widget_pages ul li:before, .kingster-footer-wrapper .widget_rss ul li:before, .kingster-footer-wrapper .widget_archive ul li:before, .kingster-footer-wrapper .widget_categories ul li:before, .widget_nav_menu ul li:before, .kingster-footer-wrapper .widget_meta ul li:before{ color: #ababab; } 
.kingster-footer-wrapper a{ color: #8d8d8d; } 
.kingster-footer-wrapper a:hover{ color: #03f; } 
.kingster-footer-wrapper, .kingster-footer-wrapper *{ border-color: #363636; } 
.kingster-copyright-wrapper{ background-color: #001489; } 
.kingster-copyright-wrapper{ color: #FFF; } 
.kingster-copyright-wrapper a{ color: #FFF; } 
.kingster-copyright-wrapper a:hover{ color: #ffffff; } 
.kingster-footer-back-to-top-button{ background-color: #dbdbdb; } 
.kingster-body .kingster-footer-back-to-top-button, .kingster-body .kingster-footer-back-to-top-button:hover{ color: #313131; } 
.kingster-body .kingster-blog-title-wrap .kingster-single-article-title{ color: #ffffff; } 
.kingster-blog-title-wrap .kingster-blog-info-wrapper, .kingster-blog-title-wrap .kingster-blog-info-wrapper a, .kingster-blog-title-wrap .kingster-blog-info-wrapper a:hover, .kingster-blog-title-wrap .kingster-blog-info-wrapper i{ color: #ffffff; } 
.kingster-blog-title-wrap .kingster-single-article-date-day{ color: #ffffff; } 
.kingster-blog-title-wrap .kingster-single-article-date-month, .kingster-single-article-date-wrapper .kingster-single-article-date-year{ color: #b1b1b1; } 
.kingster-blog-title-wrap .kingster-single-article-date-wrapper{ border-color: #ffffff; } 
.kingster-blog-title-wrap .kingster-blog-title-overlay{ background-color: #000000; } 
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-top-overlay{ background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); }.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay{ background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); } 
.kingster-single-author .kingster-single-author-title a, .kingster-single-author .kingster-single-author-title a:hover{ color: #464646; } 
.kingster-single-author .kingster-single-author-caption{ color: #b1b1b1; } 
.kingster-single-author-tags a, .kingster-single-author-tags a:hover{ color: #9dc348; border-color: #9dc348; } 
.kingster-single-nav a, .kingster-single-nav a:hover{ color: #a5a5a5; } 
.kingster-blog-style-2 .kingster-single-nav-area-left .kingster-single-nav-area-overlay{ background-color: #9dc348; } 
.kingster-blog-style-2 .kingster-single-nav-area-right .kingster-single-nav-area-overlay{ background-color: #9dc348; } 
.kingster-blog-style-2 .kingster-single-related-post-wrap{ background-color: #f5f5f5; } 
.kingster-single-magazine-author-tags a, .kingster-single-magazine-author-tags a:hover{ color: #272727; } 
.kingster-single-magazine-author-tags a{ background-color: #f2f2f2; } 
.kingster-blog-magazine .kingster-single-author{ background-color: #f7f7f7; } 
.kingster-comments-area .kingster-comments-title, .kingster-comments-area .comment-author, .kingster-comments-area .comment-reply-title{ color: #464646; } 
.kingster-comments-area .comment-respond{ background-color: #f9f9f9; } 
.kingster-comments-area .comment-reply a, .kingster-comments-area .comment-reply a:hover{ color: #bcbcbc; } 
.kingster-comments-area .comment-time a, .kingster-comments-area .comment-time a:hover{ color: #b1b1b1; } 
.gdlr-core-blog-title a, .kingster-body .kingster-single-article-title, .kingster-body .kingster-single-article-title a{ color: #444444; } 
.gdlr-core-blog-title a:hover, .kingster-body .kingster-single-article-title a:hover{ color: #9dc348; } 
.gdlr-core-sticky-banner, .kingster-sticky-banner{ color: #444444; } 
.gdlr-core-sticky-banner, .kingster-sticky-banner{ background-color: #f3f3f3; } 
.kingster-single-article .kingster-blog-info-wrapper, .kingster-single-article .kingster-blog-info-wrapper a, .kingster-single-article .kingster-blog-info-wrapper a:hover, .kingster-single-article .kingster-blog-info-wrapper i, .gdlr-core-blog-info-wrapper, .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-info-wrapper a:hover, .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-grid .gdlr-core-blog-info-date a{ color: #959595; } 
.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day, .kingster-single-article .kingster-single-article-date-day{ color: #353535; } 
.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-month, .kingster-single-article .kingster-single-article-date-month{ color: #8a8a8a; } 
.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame, .gdlr-core-blog-full-frame, .gdlr-core-blog-list-frame, .gdlr-core-blog-link-format{ background-color: #ffffff; } 
.gdlr-core-opacity-on-hover{ background: #000; } 
.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category{ background: #9dc348; }.gdlr-core-blog-feature .gdlr-core-blog-info-category{ background: #9dc348; }.gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category{ background: #9dc348; } 
.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-title a{ color: #ffffff; } .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-content{ color: #ffffff; }.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-title a{ color: #ffffff; } 
.kingster-blog-aside-format .kingster-single-article-content, .gdlr-core-blog-aside-format{ background-color: #9dc348; }.kingster-blog-quote-format .kingster-single-article-content, .gdlr-core-blog-quote-format{ background-color: #9dc348; } 
.kingster-blog-aside-format .kingster-single-article-content, .gdlr-core-blog-aside-format .gdlr-core-blog-content{ color: #ffffff; }.kingster-blog-quote-format .kingster-single-article-content blockquote, .kingster-blog-quote-format .kingster-single-article-content q, .kingster-blog-quote-format .kingster-single-article-content, .gdlr-core-blog-quote-format .gdlr-core-blog-content blockquote,.gdlr-core-blog-quote-format .gdlr-core-blog-content q,.gdlr-core-blog-quote-format .gdlr-core-blog-content{ color: #ffffff; } 
.gdlr-core-pagination a{ background-color: #f0f0f0; }body .page-links > a, body .nav-links > a, body .nav-links > span.dots{ background-color: #f0f0f0; } 
.gdlr-core-pagination a{ color: #919191; }body .page-links > a, body .nav-links > a, body .nav-links > span.dots{ color: #919191; } 
.gdlr-core-pagination a:hover, .gdlr-core-pagination a.gdlr-core-active, .gdlr-core-pagination span{ background-color: #9dc348; }body .page-links > span, body .page-links > a:hover, body .nav-links > span.current, body .nav-links > a:hover{ background-color: #9dc348; } 
.gdlr-core-pagination a:hover, .gdlr-core-pagination a.gdlr-core-active, .gdlr-core-pagination span{ color: #ffffff; }body .page-links > span, body .page-links > a:hover, body .nav-links > span.current, body .nav-links > a:hover{ color: #ffffff; } 
.gdlr-core-pagination.gdlr-core-with-border a{ color: #b4b4b4; border-color: #b4b4b4; }.gdlr-core-pagination.gdlr-core-style-plain a, .gdlr-core-pagination.gdlr-core-style-plain a:before, .gdlr-core-pagination.gdlr-core-style-plain span:before{ color: #b4b4b4; } 
.gdlr-core-pagination.gdlr-core-with-border a:hover, .gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active, .gdlr-core-pagination.gdlr-core-with-border span{ color: #424242; border-color: #424242; }.gdlr-core-pagination.gdlr-core-style-plain a:hover, .gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active, .gdlr-core-pagination.gdlr-core-style-plain span{ color: #424242; } 
.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title{ color: #6b6b6b; } 
.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title:hover{ color: #9dc348; } 
.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-id, .gdlr-core-course-item .gdlr-core-course-item-icon{ color: #9dc348; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-list{ background-color: #f2f2f2; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-title{ color: #3e3e3e; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-id{ color: #9dc348; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info{ color: #6b6b6b; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button,.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button:hover{ background-color: #50bd77; } 
.gdlr-core-body .gdlr-core-course-form input, .gdlr-core-course-form .gdlr-core-course-form-combobox{ background-color: #3b4b6b; } 
.gdlr-core-body .gdlr-core-course-form input, .gdlr-core-course-form .gdlr-core-course-form-combobox select, .gdlr-core-course-form .gdlr-core-course-form-combobox:after{ color: #b1c0e0; }.gdlr-core-course-form input::-webkit-input-placeholder{ color: #b1c0e0; }.gdlr-core-course-form input::-moz-placeholder{ color: #b1c0e0; }.gdlr-core-course-form input:-ms-input-placeholder{ color: #b1c0e0; }.gdlr-core-course-form input:-moz-placeholder{ color: #b1c0e0; } 
.gdlr-core-body .gdlr-core-course-form input[type="submit"]{ background-color: #50bd77; } 
.gdlr-core-type-start-date-month .gdlr-core-date{ color: #50bd77; }.gdlr-core-event-item-info.gdlr-core-type-start-date-month{ border-color: #50bd77; } 
.gdlr-core-type-start-date-month .gdlr-core-month{ color: #152647; } 
.gdlr-core-event-item-list .gdlr-core-event-item-title a, .gdlr-core-event-item-list .gdlr-core-event-item-title a:hover{ color: #182847; } 
.gdlr-core-event-item .gdlr-core-event-item-info-wrap{ color: #50bd77; } 
.gdlr-core-portfolio-single-nav, .gdlr-core-portfolio-single-nav a, .gdlr-core-portfolio-single-nav a:hover{ color: #828282; } 
.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-grid-frame, .gdlr-core-portfolio-grid2{ background-color: #ffffff; } 
.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title a{ color: #191919; } 
.gdlr-core-port-info-item .gdlr-core-port-info-key, .gdlr-core-port-info2 .gdlr-core-port-info2-key{ color: #343434; } 
.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info, .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a, .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a:hover{ color: #b1b1b1; } 
.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info{ background-color: #9dc348; } 
.gdlr-core-portfolio-badge{ color: #0a0a0a; } 
.gdlr-core-portfolio-badge{ background-color: #9dc348; } 
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a:hover{ color: #ffffff; } 
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a:hover{ color: #cecece; } 
.gdlr-core-filterer-wrap.gdlr-core-style-text a{ color: #aaaaaa; } 
.gdlr-core-filterer-wrap.gdlr-core-style-text a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-text a.gdlr-core-active{ color: #161616; }.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer-slide-bar{ border-bottom-color: #161616 } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a{ color: #838383; } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a{ background-color: #f1f1f1; } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active{ color: #191919; } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active{ background-color: #9dc348; } 
.gdlr-core-price-table-item .gdlr-core-price-table{ background-color: #ffffff; } 
.gdlr-core-price-table .gdlr-core-price-table-head{ background-color: #3e3e3e; background: -webkit-linear-gradient(#3e3e3e, #3e3e3e); background: -o-linear-gradient(#3e3e3e, #3e3e3e); background: -moz-linear-gradient(#3e3e3e, #3e3e3e); background: linear-gradient(#3e3e3e, #3e3e3e); } 
.gdlr-core-price-table .gdlr-core-price-table-icon{ color: #ffffff; } 
.gdlr-core-price-table .gdlr-core-price-table-title{ color: #9dc348; } 
.gdlr-core-price-table .gdlr-core-price-table-caption{ color: #ffffff; } 
.gdlr-core-price-table .gdlr-core-price-table-price{ background-color: #f6f6f6; } 
.gdlr-core-price-table .gdlr-core-price-table-price-number, .gdlr-core-price-table .gdlr-core-price-prefix{ color: #323232; } 
.gdlr-core-price-table .gdlr-core-price-suffix{ color: #191919; } 
body .gdlr-core-price-table .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ color: #ffffff; } 
body .gdlr-core-price-table .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ background-color: #383838; background: -webkit-linear-gradient(#383838, #383838); background: -o-linear-gradient(#383838, #383838); background: -moz-linear-gradient(#383838, #383838); background: linear-gradient(#383838, #383838); } 
.gdlr-core-price-table .gdlr-core-price-table-content *{ border-color: #e5e5e5; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-head{ background-color: #9dc348; background: -webkit-linear-gradient(#9dc348, #9dc348); background: -o-linear-gradient(#9dc348, #9dc348); background: -moz-linear-gradient(#9dc348, #9dc348); background: linear-gradient(#9dc348, #9dc348); } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-icon{ color: #ffffff; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-title{ color: #ffffff; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-caption{ color: #085e4d; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price{ background-color: #f6f6f6; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price-number, .gdlr-core-price-table .gdlr-core-price-prefix{ color: #323232; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-suffix{ color: #191919; } 
body .gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ color: #ffffff; } 
body .gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ background-color: #9dc348; background: -webkit-linear-gradient(#49b777, #9dc348); background: -o-linear-gradient(#49b777, #9dc348); background: -moz-linear-gradient(#49b777, #9dc348); background: linear-gradient(#49b777, #9dc348); } 
.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon{ color: #9dc348; } 
.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title .gdlr-core-head{ color: #9dc348; } 
.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title{ color: #9dc348; } 
.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon{ background-color: #f3f3f3; }.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon{ border-color: #f3f3f3; } 
.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before{ color: #9dc348; } 
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title .gdlr-core-head{ color: #9dc348; } 
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title{ color: #9dc348; } 
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title{ background-color: #f3f3f3; } 
.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before{ color: #ffffff; } 
.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title{ color: #ffffff; } 
.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title{ background-color: #9dc348; } 
.gdlr-core-audio, .gdlr-core-audio .mejs-container .mejs-controls{ background-color: #e7e7e7; } 
.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button:before, .gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button:before, .gdlr-core-audio .mejs-container .mejs-controls .mejs-time{ color: #202020; } 
.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-total, .gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-loaded{ background-color: #afafaf; } 
.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-current{ background-color: #9dc348; } 
.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{ background-color: #afafaf; } 
.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{ background-color: #646464; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner{ background-color: #ef5e68; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner{ border-color: #cd515a; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner{ color: #ffffff; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-title{ color: #ffffff; } 
blockquote, q{ color: #777777; } 
blockquote, q, pre{ background-color: #f5f5f5; } 
.kingster-body blockquote, .kingster-body q{ border-color: #e2e2e2; } 
.gdlr-core-blockquote-item-quote{ color: #9dc348; } 
.gdlr-core-blockquote-item-content, .gdlr-core-blockquote-item-author, pre{ color: #2d2d2d; } 
.gdlr-core-body .gdlr-core-load-more, .gdlr-core-body .gdlr-core-button, .kingster-body .kingster-button, .kingster-body input[type="button"], .kingster-body input[type="submit"]{ color: #ffffff; } 
.gdlr-core-body .gdlr-core-load-more:hover, .gdlr-core-body .gdlr-core-button:hover{ color: #ffffff; } 
.gdlr-core-body .gdlr-core-load-more, .gdlr-core-body .gdlr-core-button, .kingster-body .kingster-button, .kingster-body input[type="button"], .kingster-body input[type="submit"]{ background-color: #9dc348; } 
.gdlr-core-body .gdlr-core-load-more:hover, .gdlr-core-body .gdlr-core-button:hover{ background-color: #2F2F2F; } 
.gdlr-core-body .gdlr-core-button-with-border{ border-color: #383838; } .gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent{ color: #383838; } 
.gdlr-core-body .gdlr-core-button-with-border:hover{ border-color: #000000; }.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent:hover{ color: #000000; } 
.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient{ background-color: #9dc348; background: -webkit-linear-gradient(#57ba73, #9dc348); background: -o-linear-gradient(#57ba73, #9dc348); background: -moz-linear-gradient(#57ba73, #9dc348); background: linear-gradient(#57ba73, #9dc348); }.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient-v{ background-color: #9dc348; background: -webkit-linear-gradient(to right, #57ba73, #9dc348); background: -o-linear-gradient(to right, #57ba73, #9dc348); background: -moz-linear-gradient(to right, #57ba73, #9dc348); background: linear-gradient(to right, #57ba73, #9dc348); } 
.gdlr-core-call-to-action-item-title{ color: #2c2c2c; } 
.gdlr-core-call-to-action-item-caption{ color: #535353; } 
.gdlr-core-counter-item-top-text{ color: #828282; } 
.gdlr-core-counter-item-top-icon{ color: #393939; } 
.gdlr-core-counter-item-number{ color: #393939; } 
.gdlr-core-counter-item-divider{ border-color: #393939; } 
.gdlr-core-counter-item-bottom-text{ color: #393939; } 
.gdlr-core-column-service-item .gdlr-core-column-service-icon, .gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-character{ color: #9d9d9d; } 
.gdlr-core-column-service-item .gdlr-core-icon-style-round i{ background-color: #f3f3f3; } 
.gdlr-core-column-service-item .gdlr-core-column-service-title{ color: #383838; } 
.gdlr-core-column-service-item .gdlr-core-column-service-caption{ color: #747474; } 
.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title, .gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap{ background-color: #9dc348; } 
.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title{ color: #252525; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-front, .gdlr-core-flipbox-item .gdlr-core-flipbox-back, .gdlr-core-feature-box-item .gdlr-core-feature-box{ background-color: #9dc348; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-front, .gdlr-core-flipbox-item .gdlr-core-flipbox-back, .gdlr-core-flipbox-item .gdlr-core-flipbox-frame, .gdlr-core-feature-box-item .gdlr-core-feature-box, .gdlr-core-feature-box-item .gdlr-core-feature-box-frame{ border-color: #339655; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-icon, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-icon{ color: #ffffff; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-title, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-title{ color: #ffffff; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-caption, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-caption{ color: #ffffff; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-content, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-content{ color: #ffffff; } 
.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title{ color: #ffffff; } 
.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption{ color: #cecece; } 
.gdlr-core-image-overlay{ background-color: #000000; background-color: rgba(0, 0, 0, 0.6); } 
.gdlr-core-image-overlay-content, .gdlr-core-image-overlay-content a, .gdlr-core-image-overlay-icon{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin] .gdlr-core-image-overlay-icon, .gdlr-core-page-builder-body .gdlr-core-pbf-column[data-skin] .gdlr-core-image-overlay-icon{ color: #ffffff; } 
.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon{ background-color: #ffffff; } 
.gdlr-core-body .gdlr-core-image-item-wrap{ border-color: #000000; } 
.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title{ color: #343434; } 
.gdlr-core-block-item-title-wrap .gdlr-core-block-item-caption{ color: #747474; } 
.gdlr-core-block-item-title-wrap a, .gdlr-core-block-item-title-wrap a:hover{ color: #747474; } 
.gdlr-core-icon-list-item i{ color: #222222; } 
.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-icon-wrap, .gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-icon-wrap{ color: #f3f3f3; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-day{ color: #a5a5a5; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-open{ color: #262626; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-close{ color: #c8c8c8; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time i{ color: #8a8989; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-list-item{ border-color: #a6a6a6; } 
.gdlr-core-personnel-info-item-list-wrap, .gdlr-core-personnel-item .gdlr-core-personnel-info{ color: #4c4c4c; } 
.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title, .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title a{ color: #192f59; } 
.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position{ color: #7a7a7a; } 
.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap{ background-color: #ffffff; } 
.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap{ border-color: #9dc348; } 
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title, .gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title a{ color: #ffffff; } 
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-position{ color: #ffffff; }.gdlr-core-personnel-style-modern .gdlr-core-social-network-item a{ color: #ffffff; } 
.gdlr-core-promo-box-item .gdlr-core-promo-box-item-title{ color: #383838; } 
.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap{ border-color: #e8e7e7; } 
.gdlr-core-post-slider-item .gdlr-core-post-slider-title a{ color: #ffffff; } 
.gdlr-core-post-slider-item .gdlr-core-blog-info, .gdlr-core-post-slider-item .gdlr-core-blog-info a{ color: #c5c5c5; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title{ color: #8fc9a2; } 
.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-title{ color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption{ color: #89c49e; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count{ color: #c5c5c5; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count{ background-color: #9dc348; } 
.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count{ color: #9dc348; } 
.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count{ color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider{ border-color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title{ color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-caption{ color: #79af8f; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content{ color: #82af96; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-title, .gdlr-core-skill-bar-item .gdlr-core-skill-bar-right{ color: #505050; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-icon{ color: #616161; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-progress{ background-color: #f3f3f3; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled{ background-color: #9dc348; } 
.gdlr-core-flexslider-nav .flex-direction-nav li a, .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a{ color: #0c0c0c; border-color: #0c0c0c; } 
.gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #f1f1f1; } 
.gdlr-core-flexslider .flex-control-nav li a{ border-color: #8a8a8a; }.gdlr-core-flexslider .flex-control-nav li a.flex-active{ background-color: #8a8a8a; }.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a.flex-active{ background-color: #8a8a8a; } 
.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a{ background-color: #dfdfdf; } 
.gdlr-core-social-share-item a{ color: #202020; }.gdlr-core-social-share-item.gdlr-core-style-round a, .gdlr-core-social-share-item.gdlr-core-style-round a:hover{ background-color: #202020; } 
.gdlr-core-social-share-item .gdlr-core-divider{ border-color: #e5e5e5; } 
.gdlr-core-social-share-item .gdlr-core-social-share-count{ color: #202020; } 
.gdlr-core-stunning-text-item-caption{ color: #747474; } 
.gdlr-core-stunning-text-item-title{ color: #383838; } 
.gdlr-core-tab-item .gdlr-core-tab-item-image i{ color: #50bd77; } 
.gdlr-core-tab-item-title{ color: #8d8d8d; } 
.gdlr-core-tab-item-title.gdlr-core-active{ color: #464646; } 
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title, .gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title{ background-color: #f7f7f7; }@media only screen and (max-width: 767px){ .gdlr-core-tab-item-title-wrap{ background-color: #f7f7f7; } } 
.gdlr-core-tab-item-content{ color: #8c8c8c; } 
.gdlr-core-tab-item-content{ background-color: #ffffff; } 
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active, .gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title.gdlr-core-active{ background-color: #ffffff; } 
table tr th{ background-color: #9dc348; } 
table tr th, .kingster-body table tr th a, .kingster-body table tr th a:hover{ color: #ffffff; } 
table tr:nth-child(odd){ background-color: #f9f9f9; } 
table tr:nth-child(even){ background-color: #f3f3f3; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title{ color: #232323; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-content{ color: #707070; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-title{ color: #3b3b3b; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating i{ color: #ffa127; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-position{ color: #3b3b3b; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-quote{ color: #9dc348; } 
.gdlr-core-title-item .gdlr-core-title-item-title, .gdlr-core-title-item .gdlr-core-title-item-title a{ color: #161616; } 
.gdlr-core-title-item .gdlr-core-title-item-caption{ color: #747474; } 
.woocommerce .star-rating span, .single-product.woocommerce #review_form #respond p.stars a, .single-product.woocommerce div.product .product_meta, .single-product.woocommerce div.product .product_meta a{ color: #9dc348; }.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, html .woocommerce input.button, html .woocommerce span.onsale{ background-color: #9dc348; } 
span.woocommerce-Price-amount.amount{ color: #707070; } 
.woocommerce .price del, .gdlr-core-product-price del, del span.woocommerce-Price-amount.amount{ color: #949494; } 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ background-color: #9dc348; } 
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{ color: #ffffff; } 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ color: #ffffff; } 
.single-product.woocommerce div.product .quantity .qty, #add_payment_method #payment, .woocommerce-checkout #payment, .single-product.woocommerce #reviews #comments ol.commentlist li{ background-color: #f3f3f3; } 
.gdlr-core-product-grid .gdlr-core-product-title a{ color: #191919; } 
.gdlr-core-product-grid .gdlr-core-product-title a:hover{ color: #434343; } 
.gdlr-core-product-thumbnail .gdlr-core-product-view-detail, .gdlr-core-product-thumbnail .gdlr-core-product-view-detail:hover{ color: #ffffff; } 
.gdlr-core-product-thumbnail .gdlr-core-product-view-detail{ background-color: #000000; background-color: rgba(0, 0, 0, 0.9); } 
.gdlr-core-product-thumbnail .added_to_cart, .gdlr-core-product-thumbnail .added_to_cart:hover, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart:hover{ color: #ffffff; } 
.gdlr-core-product-thumbnail .added_to_cart, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart{ background-color: #9dc348; background-color: rgba(61, 177, 102, 0.9); } 
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color: #e6e6e6; } 
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{ background-color: #9dc348; } 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{ background-color: #9dc348; } 
.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button{ background: #1a49a8; } 
.gdlr-core-gdpr-form-checkbox:checked + .gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button{ background-color: #1a49a8; }.gdlr-core-gdpr-form-checkbox:checked + .gdlr-core-gdpr-form-checkbox-appearance + .gdlr-core-gdpr-form-checkbox-text,.gdlr-core-gdpr-form-checkbox-required + .gdlr-core-gdpr-form-checkbox-appearance + .gdlr-core-gdpr-form-checkbox-text{ color: #1a49a8; } 
.gdlr-core-body .gdlr-core-gdpr-form-submit input[type="submit"]{ background: #1a49a8; } 
@media only screen and (max-width: 1320px){
.hp1-col-services{
   margin-top: 0px !important;
}
}
body .gdlr-core-flipbox-item .gdlr-core-flipbox-item-image {
    margin-bottom: 30px;
    text-align: left;
} 
.gdlr-core-page-builder-body [data-skin="White Text"] h1, .gdlr-core-page-builder-body [data-skin="White Text"] h2, .gdlr-core-page-builder-body [data-skin="White Text"] h3, .gdlr-core-page-builder-body [data-skin="White Text"] h4, .gdlr-core-page-builder-body [data-skin="White Text"] h5, .gdlr-core-page-builder-body [data-skin="White Text"] h6, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a:hover{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Text"], .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-content{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Text"] i, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="White Text"] .kingster-widget ul li:before{ color: #ffffff }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a{ border-color: #ffffff; }
.gdlr-core-page-builder-body [data-skin="White Text"] a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link{ color: #9dc348 }
.gdlr-core-page-builder-body [data-skin="White Text"] a:hover, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link:hover{ color: #9dc348 }
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-background{ background-color: #111111 }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #111111; }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a{ border-color: #111111; }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider .flex-control-nav li a.flex-active{ background-color: #111111; }.gdlr-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="White Text"] textarea{ background-color: #111111; }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-course-form .gdlr-core-course-form-combobox{ color: #111111; }
.gdlr-core-page-builder-body [data-skin="Black Text"] h1, .gdlr-core-page-builder-body [data-skin="Black Text"] h2, .gdlr-core-page-builder-body [data-skin="Black Text"] h3, .gdlr-core-page-builder-body [data-skin="Black Text"] h4, .gdlr-core-page-builder-body [data-skin="Black Text"] h5, .gdlr-core-page-builder-body [data-skin="Black Text"] h6, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-title a{ color: #000000 }
.gdlr-core-page-builder-body [data-skin="Black Text"], .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-content{ color: #000000 }
.gdlr-core-page-builder-body [data-skin="Black Text"] i, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="Black Text"] .kingster-widget ul li:before{ color: #0a0a0a }.gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i{ color: #0a0a0a; }.gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a{ border-color: #0a0a0a; }
.gdlr-core-page-builder-body [data-skin="Newsletter"] *, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-border{ border-color: #1a2742 }.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]){ border-color: #1a2742; }
.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-e-background{ background-color: #1a2742 }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #1a2742; }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider .flex-control-nav li a{ border-color: #1a2742; }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider .flex-control-nav li a.flex-active{ background-color: #1a2742; }.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter"] textarea{ background-color: #1a2742; }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox{ color: #1a2742; }
.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-e-content{ color: #94a8d1 }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i{ color: #94a8d1; }.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter"] textarea{ color: #94a8d1; }.gdlr-core-page-builder-body [data-skin="Newsletter"] ::-webkit-input-placeholder{ color: #94a8d1; }.gdlr-core-page-builder-body [data-skin="Newsletter"] ::-moz-placeholder{ color: #94a8d1; }.gdlr-core-page-builder-body [data-skin="Newsletter"] :-ms-input-placeholder{ color: #94a8d1; }.gdlr-core-page-builder-body [data-skin="Newsletter"] :-moz-placeholder{ color: #94a8d1; }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox select,.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox:after{ color: #94a8d1; }
.gdlr-core-page-builder-body [data-skin="Blue Title"] h1, .gdlr-core-page-builder-body [data-skin="Blue Title"] h2, .gdlr-core-page-builder-body [data-skin="Blue Title"] h3, .gdlr-core-page-builder-body [data-skin="Blue Title"] h4, .gdlr-core-page-builder-body [data-skin="Blue Title"] h5, .gdlr-core-page-builder-body [data-skin="Blue Title"] h6, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-title a{ color: #192f59 }
.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption a:hover{ color: #b7b7b7 }
.gdlr-core-page-builder-body [data-skin="Blue Title"], .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-content{ color: #163269 }
.gdlr-core-page-builder-body [data-skin="Blue Title"] i, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="Blue Title"] .kingster-widget ul li:before{ color: #163269 }.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i{ color: #163269; }.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a{ border-color: #163269; }
.gdlr-core-page-builder-body [data-skin="Column Service"] h1, .gdlr-core-page-builder-body [data-skin="Column Service"] h2, .gdlr-core-page-builder-body [data-skin="Column Service"] h3, .gdlr-core-page-builder-body [data-skin="Column Service"] h4, .gdlr-core-page-builder-body [data-skin="Column Service"] h5, .gdlr-core-page-builder-body [data-skin="Column Service"] h6, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-title a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Column Service"], .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-content{ color: #d4e1fa }
.gdlr-core-page-builder-body [data-skin="Column Service"] a, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link{ color: #9dc348 }
.gdlr-core-page-builder-body [data-skin="Column Service"] a:hover, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link:hover{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h1, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h2, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h3, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h4, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h5, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h6, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-title a{ color: #192f59 }
.gdlr-core-page-builder-body [data-skin="Blut Title Column Service"], .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-content{ color: #545454 }
.gdlr-core-page-builder-body [data-skin="Green Title"] h1, .gdlr-core-page-builder-body [data-skin="Green Title"] h2, .gdlr-core-page-builder-body [data-skin="Green Title"] h3, .gdlr-core-page-builder-body [data-skin="Green Title"] h4, .gdlr-core-page-builder-body [data-skin="Green Title"] h5, .gdlr-core-page-builder-body [data-skin="Green Title"] h6, .gdlr-core-page-builder-body [data-skin="Green Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Green Title"] .gdlr-core-skin-title a{ color: #9dc348 }
.gdlr-core-page-builder-body [data-skin="Green Title"], .gdlr-core-page-builder-body [data-skin="Green Title"] .gdlr-core-skin-content{ color: #707070 }
.gdlr-core-page-builder-body [data-skin="Green Form"] *, .gdlr-core-page-builder-body [data-skin="Green Form"] .gdlr-core-skin-border{ border-color: #9dc348 }.gdlr-core-page-builder-body [data-skin="Green Form"] input:not([type="button"]):not([type="submit"]):not([type="reset"]){ border-color: #9dc348; }
.gdlr-core-page-builder-body [data-skin="Personnel"] h1, .gdlr-core-page-builder-body [data-skin="Personnel"] h2, .gdlr-core-page-builder-body [data-skin="Personnel"] h3, .gdlr-core-page-builder-body [data-skin="Personnel"] h4, .gdlr-core-page-builder-body [data-skin="Personnel"] h5, .gdlr-core-page-builder-body [data-skin="Personnel"] h6, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-title a{ color: #192f59 }
.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption a:hover{ color: #7c7c7c }
.gdlr-core-page-builder-body [data-skin="Personnel"] a, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-link{ color: #192f59 }
.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-button, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-button-color{ color: #ffffff }.gdlr-core-page-builder-body [data-skin="Personnel"] input[type="button"], .gdlr-core-page-builder-body [data-skin="Personnel"] input[type="submit"]{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-pagination a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Column White"] h1, .gdlr-core-page-builder-body [data-skin="Column White"] h2, .gdlr-core-page-builder-body [data-skin="Column White"] h3, .gdlr-core-page-builder-body [data-skin="Column White"] h4, .gdlr-core-page-builder-body [data-skin="Column White"] h5, .gdlr-core-page-builder-body [data-skin="Column White"] h6, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-title a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-caption a:hover{ color: #a6a6a6 }
.gdlr-core-page-builder-body [data-skin="Column White"], .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-content{ color: #a8a8a8 }
.gdlr-core-page-builder-body [data-skin="Column White"] a, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-link{ color: #9dc348 }
.gdlr-core-page-builder-body [data-skin="Column White"] a:hover, .gdlr-core-page-builder-body [data-skin="Column White"] .gdlr-core-skin-link:hover{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] *, .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-skin-border{ border-color: #f2f2f2 }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] input:not([type="button"]):not([type="submit"]):not([type="reset"]){ border-color: #f2f2f2; }
.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-skin-e-background{ background-color: #f2f2f2 }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #f2f2f2; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider .flex-control-nav li a{ border-color: #f2f2f2; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider .flex-control-nav li a.flex-active{ background-color: #f2f2f2; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] textarea{ background-color: #f2f2f2; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-course-form .gdlr-core-course-form-combobox{ color: #f2f2f2; }
.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-skin-e-content{ color: #3f3f3f }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i, .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i{ color: #3f3f3f; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] textarea{ color: #3f3f3f; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] ::-webkit-input-placeholder{ color: #3f3f3f; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] ::-moz-placeholder{ color: #3f3f3f; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] :-ms-input-placeholder{ color: #3f3f3f; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] :-moz-placeholder{ color: #3f3f3f; }.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-course-form .gdlr-core-course-form-combobox select,.gdlr-core-page-builder-body [data-skin="Newsletter HP 2"] .gdlr-core-course-form .gdlr-core-course-form-combobox:after{ color: #3f3f3f; }
.gdlr-core-page-builder-body [data-skin="White Title"] h1, .gdlr-core-page-builder-body [data-skin="White Title"] h2, .gdlr-core-page-builder-body [data-skin="White Title"] h3, .gdlr-core-page-builder-body [data-skin="White Title"] h4, .gdlr-core-page-builder-body [data-skin="White Title"] h5, .gdlr-core-page-builder-body [data-skin="White Title"] h6, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-title a{ color: #ffffff }

.kingster-item-mgb, .gdlr-core-item-mgb{ margin-bottom: 40px; }


@media only screen and (max-width: 767px){
	.kingster-body h3{
		font-size: 28px;
	}
	.item-video .imgbox{
		height: 20rem;
	}
	section.partnership .gdlr-core-container,
	section.register .gdlr-core-container{
		display: block;
	}
	.item-partnership{
		display: block;
		margin-bottom: 30px;
	}
	.item-partnership .imgbox{
		width: 100%;
	}
	.item-partnership .framebox{
		width: 100%;
	}
	section.register .imgbox{
		position: static;
		width: 100%;
	}
	section.register .textbox{
		margin-top: 15px;
		padding: 15px;
	}
	.btn-more{
		padding: 0 30px;
	}
	.item-blog .imgbox{
		height: 350px;
	}
	.kingster-copyright-left{
		margin-bottom: 15px;
	}
	.banner .textbox .title{
		font-size: 26px;
		letter-spacing: 1px;
	}
	.page-template{
		padding: 30px 0;
	}
	.director-word .textbox .infos{
		border: none;
		margin-top: 30px;
	}
	.director-word,
	.video-banner,
	.numbers-page,
	.campus-page,
	.metier-page,
	.point-fort{
		display: block;
	}
	.video-banner .titlebox{
		padding: 40px 30px;
	}
	.video-banner .titlebox::before{
		top: 25px;
	}
	.video-banner .titlebox::after{
		bottom: 25px;
	}
	.video-banner .player-box{
		height: 250px;
	}
	.numbers-page .imgbox{
		margin-bottom: 15px;
	}
	.numbers-page .imgbox img{
		object-fit: cover
	}
	.numbers-page .item-number{
		position: static;
		transform: none;
		margin: 20px 0;
	}
	.numbers-page .frame{
		margin-bottom: 15px;
	}
	.galerie-carousel-box{
		margin: 30px 0;
	}
	.campus-page .big-color-text{
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.campus-page .frame{
		margin-top: 15px;
	}
	.icons-box .item-icon{
		padding: 5px 0;
	}
	.icons-box{
		margin-bottom: 15px;
	}
	.metier-page .imgbox{
		margin-bottom: 15px;
	}
	.point-fort .title-box{
		padding: 15px;
		margin-bottom: 15px;
	}
	.point-fort .frame ul li{
		font-size: 16px;
		padding-left: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.point-fort .frame ul li::before{
		height: 25px;
		width: 25px;
		left: -22px;
		top: 4px;
	}
	.point-fort .frame ul li::after{
		top: 6px;
		left: -16px;
		height: 10px;
		width: 22px;
	}
	.page-content .kingster-item-pdlr{
		padding: 0;
	}
	.item-input{
		margin: 0;
		width: 100%;
	}
	.mid-title{
		font-size: 1rem !important;
		padding: 5px 10px;
		line-height: 24px;
	}
	.mid-title::before{
		width: 20px;
		left: -20px;
	}
	.mid-title::after{
		width: 20px;
		right: -20px;
	}
	.form-box{
		margin: 0;
	}
	.formbox h4{
		margin: 0 0 20px;
		line-height: 26px;
		border-width: 3px;
	}
	.testimonials-box{
		display: block;
	}
	.item-testimonial{
		width: 100%;
		margin: 0 0 30px;
	}
	.item-partnership .framebox ul li{
		padding-left: 10px;
		font-size: 18px;
	}
	.item-partnership .framebox ul li::before{
		height: 20px;
		width: 20px;
		top: 5px;
		left: -21px;
	}
	.item-partnership .framebox ul li::after{
		height: 10px;
		width: 20px;
		top: 5px;
		left: -17px;
	}
	.gdlr-core-column-12:nth-child(2n) .item-number{
		flex-direction: column;
	}
	.item-number .iconbox{
		height: 150px;
	}
	.item-number .numberbox{
		height: 190px;
	}
	.item-number .numberbox .numscroller{
		margin-top: 0;
	}
	.video-banner .titlebox h3{
		text-align: center;
	}
	.numbers-page .gdlr-core-column-20:nth-child(2n) .item-number{
		flex-direction: column;
	}
	.modalite-box.carriere{
		font-size: 18px;
	}
	.modalite-box .modalite-title,
	.form-box .frame-title{
		position: static;
		transform: none;
		background: none;
		font-size: 28px;
		text-align: center;
	}
	.metier-page .item-metier{
		display: block;
	}
	.metier-page .item-metier .item-icon{
		width: 100%;
	}
	.metier-page .item-metier .imgbox{
		width: 100%;
		height: 100px;
		margin-bottom: 0;
	}
	.metier-page .item-metier .imgbox img{
		position: static;
	}
	.radar .floating-logo{
		width: 98px;
		transform: translate(-33%,-45%);
	}
	@-webkit-keyframes animation-radar {
		0% { transform: translate(-33%,-45%) scale(1); }
		50% { transform: translate(-33%,-45%) scale(1.2);}
		100% { transform: translate(-33%,-45%) scale(1);}
	}

	@keyframes animation-radar {
		0% { transform: translate(-33%,-45%) scale(1); }
		50% { transform: translate(-33%,-45%) scale(1.2);}
		100% { transform: translate(-33%,-45%) scale(1);}
	}
	.point-fort,
	.metier-page{
		margin: 0;
	}
	.metier-page.gestion{
		display: block;
	}
	.modalite-box{
		margin: 0;
	}
	.modalite-box .item-modalite ul{
		margin-left: 10px;
	}
	.modalite-box .item-modalite .frame-title{
		position: static;
		text-align: center;
	}
	.pdg-word{
		margin: 0;
		padding: 15px;
	}
	.director-word .gdlr-core-column-20{
		padding: 0;
	}
	.director-word .infos ul{
		margin-left: 20px;
	}
	.director-word .textbox .show-more::before{
		width: 60px;
		left: -60px;
	}
	.director-word .textbox .show-more::after{
		width: 60px;
		right: -60px;
	}
	.galerie-box{
		width: auto;
		display: table;
	}
}