/*font-awesome*/
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Regular.eot');
	src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Regular.woff2') format('woff2'),
		url('fonts/Graphik-Regular.woff') format('woff'),
		url('fonts/Graphik-Regular.ttf') format('truetype'),
		url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Medium.eot');
	src: url('fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Medium.woff2') format('woff2'),
		url('fonts/Graphik-Medium.woff') format('woff'),
		url('fonts/Graphik-Medium.ttf') format('truetype'),
		url('fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src: url('fonts/Graphik-Semibold.eot');
	src: url('fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Graphik-Semibold.woff2') format('woff2'),
		url('fonts/Graphik-Semibold.woff') format('woff'),
		url('fonts/Graphik-Semibold.ttf') format('truetype'),
		url('fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'graphikblack';
	src: url('fonts/graphikblack-webfont.woff2') format('woff2'),
		url('fonts/graphikblack-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'robotoregular';
	src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
		url('fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'rajdhanibold';
	src: url('fonts/rajdhani-bold-webfont.woff2') format('woff2'),
		url('fonts/rajdhani-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'rajdhanisemibold';
	src: url('fonts/rajdhani-semibold-webfont.woff2') format('woff2'),
		url('fonts/rajdhani-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'rajdhanimedium';
	src: url('fonts/rajdhani-medium-webfont.woff2') format('woff2'),
		url('fonts/rajdhani-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'saira_condensedextrabold';
	src: url('fonts/sairacondensed-extrabold-webfont.woff2') format('woff2'),
		url('fonts/sairacondensed-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

.barlow-condensed-bold {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

body,
html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'rajdhanibold';
	font-style: normal;
	color: #6e6e6e;
	font-size: 20px;
	line-height: 1.5;
}

button {
	border: 0;
	outline: 0;
}

button:focus,
button:active {
	outline: 0;
	border: 0;
}

b,
strong {
	font-weight: 700;
}

p {
	margin: 0 0 15px 0;
	font-family: 'Graphik';
	font-weight: 400;
	font-size: 18px;
	color: #5c5c5c;
	line-height: 1.6em;
}

.red {
	color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;

	/*Change*/
	color: #282828;
	margin-bottom: 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	/*Change*/
	color: #000000;
}

a:hover {
	color: #2a4f27;
}

img {
	max-width: 100%;
}

ul {
	margin: 0;
}

/*Change*/
ol,
ul,
dl {

	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"] {
	background-color: transparent;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
	height: 65px;
	padding: 0 25px;
	font-size: 15px;
	outline: none !important;
	border-radius: 5px;
	font-weight: 500;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #91d6eb;
}

textarea {
	background-color: transparent;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #cfcfcf;
	height: 115px;
	padding: 0 25px;
	font-size: 22px;
	outline: none !important;
	border-radius: 5px;
	font-weight: 400;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #91d6eb;
}

select::-ms-expand {
	display: none;
}

input[type="submit"] {
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: normal;
	border-width: 1px;
}

.btn {
	line-height: 1;
	color: #15b2e3;
	background: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline: none !important;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

input[type="submit"]:hover {
	border-color: #15b2e3;
	background-color: transparent;
	color: #15b2e3;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #3a3a3a;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #3a3a3a;
}

::-moz-placeholder {
	opacity: 1;
	color: #3a3a3a;
}

:-moz-placeholder {
	opacity: 1;
	color: #3a3a3a;
}


.labeltxt {
	font-weight: 300;
	margin-bottom: 10px;
}

ul {
	list-style: none;
}

.btn:hover {
	border-color: #ff9d06;
	color: #ff9d06;
	background-color: transparent;
}

/**** top header ******/
.top_header {
	background: #ffffff;
}

.middle-top-right {
	display: flex;
	align-items: center;
	margin: 0;
	justify-content: space-between;
	padding: 10px 0;
}

.top_address ul {
	display: flex;
	align-items: center;
}

.top_address ul li a svg {
	width: 17px;
	height: 18px;
	fill: #000000;
	margin-right: 5px;
}

.top_address ul li {
	margin-right: 21px;
}

.top_address ul li:last-child {
	margin-right: 0;
}

.top_address ul li a {
	color: #060709;
	font-size: 16px;
	font-family: 'rajdhanisemibold';
}

.top_address ul li a[href^="tel"] {
	letter-spacing: 1px;
	font-family: 'rajdhanisemibold';
}

.language_bx_outr {
	display: flex;
	align-items: center;
}

.cnt_area {
	margin-right: 38px;
}

.cnt_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cnt_area ul li {
	margin-right: 17px;
	display: flex;
	align-items: center;
	position: relative;
}

.cnt_area ul li:last-child {
	margin-right: 0;
}

.cnt_area ul li a {
	font-size: 16.5px;
	color: #454546;
	font-family: 'rajdhanibold';
	padding-right: 17px;
	display: flex;
	align-items: center;
}

.cnt_area ul li:last-child a {
	padding-right: 0;
}

.cnt_area ul li a:hover {
	color: #2a4f27;
}

.cnt_area ul li:after {
	position: absolute;
	content: '';
	width: 2px;
	height: 13px;
	background: #282828;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cnt_area ul li:last-child::after {
	display: none;
}

.cnt_area ul li img {
	margin-right: 10px;
}

.cnt_area ul li a .fa.fa-youtube-play {
	color: #fff;
	font-size: 13px;
	background: #ff0000;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.log_icon ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.log_icon li:first-child a {
	padding-left: 0;
	border: 0;
}

.log_icon li:last-child a i {
	padding-left: 5px;
	font-size: 20px;
}

.log_icon ul li a {
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

.currency-switcher.country-flag {
	position: relative;
}

.country-flag .dropdown {
	position: relative;
	/* width: 143px; */
	border: 1px solid #000;
	border-radius: 6px;
}

.desh-flag {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 100%;
}

.country-flag .dropdown:after {
	content: "";
	position: absolute;
	display: none;
	margin: 0;
	width: 16px;
	height: 17px;
	background-image: url(../../images/frontend/down-arrow.png);
	background-repeat: no-repeat;
	top: 17px;
	right: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.country-flag .dropdown.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 5px;
}

.country-flag .dropdown>div.caption {
	cursor: pointer;
	padding: 6px 15px 6px 15px;
	font-size: 14px;
	line-height: 188%;
	letter-spacing: 0.3px;
	display: flex;
	color: #25496a;
	font-size: 15px;
	font-weight: 600;
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.country-flag .dropdown>div.list {
	position: absolute;
	background-color: #fff;
	width: 150px;
	-webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
	box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	top: 52px;
	z-index: -1;
	display: none;
	padding: 0;
	left: 0;
}

.country-flag .dropdown.open>div.list {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 1;
	display: block;
}

.country-flag .dropdown>div.list>div.item {
	padding: 10.5px 24px 10.5px 21px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.3px;
	display: flex;
	align-items: center;
}

.country-flag .dropdown>div.list>div.item.selected {
	background: rgba(36, 60, 187, 0.2);
	pointer-events: none;
}

.country-flag .dropdown>div.list>div.item:hover {
	background: #F8F9FB;
}

.country-flag .dropdown>div.caption img,
.country-flag .dropdown>div.list>div.item img,
.country-flag .dropdown>div.caption svg,
.country-flag .dropdown>div.list>div.item svg {
	/* position: absolute;
    margin-top: 2.5px;
    left: 15px; */
	/* width: 25%; */
}

.country-flag .dropdown>div.list>div.item span,
.country-flag .dropdown>div.caption span {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #243CBB;
	position: absolute;
	right: 36px;
}

.country-flag .dropdown>div.list>div.item span {
	right: 20px;
}

.caption .desh-flag img {
	width: 100%;
	height: 100%;
	vertical-align: baseline;
}

.caption .desh-flag {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
}

.desh-flag img {
	width: 100%;
	height: 100%;
}

/*Header*/
.navbar-brand {
	padding: 0;
	margin: 0;
	/* width: 323px; */
	display: inline-block;
	margin-top: 0;
	z-index: 2;
}

.hdr_sec {
	padding: 12px 0;
	background: #ebd448;
}

/*Nav*/
.navbar {
	background: none;
	margin: 0;
	padding: 0;
	min-height: inherit;
	height: inherit;
	border: none;
	border-radius: 0;
}

.navbar-nav li {
	position: relative;
	list-style: none;
}

.navbar-nav>li {
	position: relative;
	line-height: 1;
	margin-right: 45px;
}

.navbar-nav>li:last-child {
	padding-right: 0;
}

.navbar-nav>li>a {
	font-size: 18px;
	font-family: 'rajdhanibold';
	color: #4c4c4c;
	position: relative;
	line-height: 1;
	padding: 0;
	display: block;
}

.navbar-nav>li a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -5px;
	background: #274d25;
	width: 0;
	height: 4px;
	opacity: 0;
	transition: all 0.5s;
}

.navbar-nav>li.current-menu-item>a {
	color: #274d25;
}

.navbar-nav>li>a:hover {
	color: #274d25;
}

.navbar-nav>li.current-menu-item>a::before {
	opacity: 1;
	width: 100%;
}

.navbar-nav>li>a:hover::before {
	opacity: 1;
	width: 100%;
}

/*Removed Ul Style*/
.ul_style>ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.ul_style>ul li {
	margin: 0;
}

.top-adress {
	margin-left: 20px;
}

/*******Customize Css********/
.ban-outr {
	position: relative;
}

.bann-innr {
	position: absolute;
	top: 0;
	padding: 110px 0 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bnr_txt {
	padding: 0 50px;
}

.bnr_txt h1 {
	font-size: 66px;
	color: #ffffff;
	line-height: 1.2em;
	margin: 0;
	font-family: 'rajdhanibold';
}

span.blue_text {
	color: #1199d7;
}

.ban-outr img {
	width: 100%;
}

.bann-innr1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.banner-outr .slick-dots,
.srv-slider .slick-dots {
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	bottom: 60px;
	align-items: center;
	margin: auto;
	text-align: center;
	right: 0;
}

.srv-slider .slick-dots {
	bottom: -45px;
}

.banner-outr .slick-dots li,
.srv-slider .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-wwebkit-transition: all 0.6s;
	margin-right: 10px;
}

.banner-outr .slick-dots li:last-child {
	margin-right: 0;
}

.banner-outr .slick-dots li.slick-active button,
.banner-outr .slick-dots li:hover button {
	background: #ebd448;
	width: 78px;
	height: 14px;
}

.banner-outr .slick-dots li button:focus-visible {
	outline: 0 !important;
}

.banner-outr .slick-dots li:focus-visible {
	outline: 0 !important;
}

.banner-outr .slick-dots li button {
	background: #ffffff;
	border: 0;
	font-size: 0;
	width: 24px;
	height: 14px;
	border-radius: 10px;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-wwebkit-transition: all 0.6s;
}

.srv-slider .slick-dots li.slick-active button,
.srv-slider .slick-dots li:hover button {
	background: #a20e1f;
	width: 12px;
	height: 12px;
}

.banner-outr .slick-next.slick-arrow,
.banner-outr .slick-prev.slick-arrow {
	position: absolute;
	z-index: 99;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.3);
	border: 0;
	border-radius: 100%;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

button.slick-prev svg,
button.slick-next svg {
	width: 22px;
}

.banner-outr .slick-next.slick-arrow {
	left: auto;
	right: 210px;
	display: none !important;
}

.banner-outr .slick-prev.slick-arrow {
	left: 210px;
	right: auto;
	display: none !important;
	/* transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg); */
}

.banner-outr .slick-arrow .fa {
	font-size: 45px;
}

/* .banner-outr .slick-arrow:hover {
	color: #1abc9c;
	background: rgba(0, 0, 0, 0.5);
} */
.overlay {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	left: 0;
	background: rgb(20 43 50 / 48%);
	margin: auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 100%;
}

/****** all buttons*****/
.pair_btns {
	margin-top: 45px;
}

.cmn-btn {
	background: #274d25;
	padding: 17px 23px;
	display: inline-flex;
	line-height: 1;
	align-items: center;
	border-radius: 7px;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'rajdhanibold';
}

.cmn-btn span {
	display: block;
}

.cmn-btn:hover {
	background: #274d25;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn1 {
	background: #ebd448;
	padding: 17px 37px;
	color: #020202;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 7px;
}

.cmn-btn1 span {
	display: inline-block;
}

.cmn-btn1.dark-btn {
	padding: 13px 25px;
	background: #274d25;
	color: #ffffff;
}

.cmn-btn1.bdr-btn {
	padding: 20px 45px;
	background: transparent;
	border: 2px solid #274d25;
	color: #274d25;
	text-align: center;
}

.cmn-btn.inner_btn {
	padding: 17px 36px !important;
	font-size: 18px !important;
}

.yellow-clr-btn {
	background: #ebd448;
	color: #282828;
}

.cmn-btn1.bdr-btn:hover {
	background: #32732f;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn1.blue_btn {
	background: #bfa610;
}

.cmn-btn1:hover {
	background: #bfa610;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(191, 166, 16, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(191, 166, 16, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(191, 166, 16, 1);
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn1.dark-btn:hover {
	background: #32732f;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn1.blue_btn:hover {
	background: #4985bb;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(73, 133, 187, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(73, 133, 187, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(73, 133, 187, 1);
	transition: 0.6s;
	color: #ffffff;
}

.voir_actulate_btn {
	margin-top: 55px;
}

/****** all buttons ends*****/
/*** coordonna *****/
.coordonaa_sec {
	background: url(../../images/frontend/coorndonna-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 85px 0 115px;
}

.coordona-pic {
	border-radius: 10px;
	position: relative;
}

.coordona-pic img {
	width: 100%;
	position: relative;
	z-index: 99;
	border: 10px solid #ffffff;
	border-radius: 32px;
}

.coordona-pic:after {
	position: absolute;
	content: '';
	bottom: -30px;
	background: #264b24;
	width: 100%;
	height: 100%;
	right: -30px;
	border-radius: 20px;
	border-radius: 20px;
}

.coordonna-text h3 {
	color: #274d25;
	font-size: 40px;
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: 1.1em;
	font-family: 'saira_condensedextrabold';
}

.coordonna-text h4 {
	color: #282828;
	font-size: 26px;
	margin: 0 0 10px;
	line-height: 1.1em;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
}

.coordonna-text p {
	color: #5c5c5c;
	font-size: 18px;
	margin: 0 0 15px;
	text-align: justify;
}

.coordonna-text {
	margin-right: 15px;
}

/******* nos formation *****/
.catalogue-sec {
	background: url(../../images/frontend/formation-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 86px 0 140px;
}

.catalogue_bx {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.catalogue-txt h4 {
	color: #274d25;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 8px;
	font-family: 'Graphik';
	font-weight: 500;
}

.catalogue-txt h3 {
	color: #060606;
	font-size: 26px;
	margin-bottom: 5px;
}

.catalogue-txt p {
	color: #585858;
	font-size: 16px;
	margin-bottom: 10px;
}

.catalogue-txt {
	margin-left: 23px;
	width: 72%;
}

.catalogue_bx {
	background: #ffffff;
	padding: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 1px 28px -8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 28px -8px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 28px -8px rgba(0, 0, 0, 0.15);
}

.catalogue-pic img {
	border-radius: 10px;
}

/* .catalogue-sec .hdr.cmn_otr p {
	margin: 0 !important;
} */
.small_btn {
	padding: 14px 25px;
	font-family: 'Graphik';
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1;
}

a.redirect_link {
	font-size: 20px;
	color: #274d25;
	text-transform: uppercase;
	text-decoration: underline !important;
	display: block;
	line-height: 1.2em;
}

.catalogue-sec.formation-sec.common_dot .slick-dots li button {
	border: 0;
	border-radius: 10px;
	width: 24px;
	height: 14px;
}

.catalogue-sec.formation-sec.common_dot .slick-dots li.slick-active button,
.catalogue-sec.formation-sec.common_dot .slick-dots li:hover button {
	background: #ddc744;
	width: 78px;
	height: 14px;
	border: 0;
}

.catalogue-sec.formation-sec.common_dot .slick-dots {
	bottom: -50px;
}

.catalouge_slide {
	padding: 17px;
}

/**** que Chiffers*****/
.que-chiffers-sec {
	background: url(../../images/frontend/que-chiffer-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.inner-chiffers {
	width: 213px;
	height: 213px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #ffffff;
	text-align: center;
	margin: auto;
	position: relative;
}

.inner-chiffers:after {
	position: absolute;
	content: "";
	right: -95px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(../../images/frontend/curve-arrow1.png);
	background-repeat: no-repeat;
	width: 71px;
	height: 22px;
	background-size: 100% 100%;
}

.inner-chiffers span {
	line-height: 1;
}

.inner-chiffers h2 {
	color: #010101;
	font-size: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'rajdhanisemibold';
}

.inner-chiffers h2 sup {
	font-size: 40px;
	top: -15px;
}

.nos-chiffers_crcl h3 {
	color: #28332c;
	font-size: 26px;
	text-align: center;
	margin-top: 24px;
}

.nos-chiffers_outr .row .col-lg-3:nth-child(2n) .nos-chiffers_crcl .inner-chiffers:after {
	background: url(../../images/frontend/curve-arrow2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.nos-chiffers_outr .row .col-lg-3:last-child .nos-chiffers_crcl .inner-chiffers:after {
	background: none;
}

.nos-chiffers_outr {
	margin-top: 30px;
}

.overlay2 {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	left: 0;
	background: rgba(235, 212, 72, 0.9);
	margin: auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 100%;
}

.common-padd {
	padding: 72px 0 92px;
}

/****** derni actulate sec******/
.derni-actulate-sec {
	padding: 70px 0 80px;
}

.derni-tbox {
	display: flex;
	align-items: center;
}

.derni_actulate_outr {
	background: #ffffff;
	padding: 20px 18px 26px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 18px 24px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 18px 24px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 18px 24px 0px rgba(0, 0, 0, 0.08);
}

.derni_txt {
	margin: 28px 0 0 22px;
	position: relative;
	min-height: 245px;
}

.derni_txt h3 {
	color: #282828;
	font-size: 24px;
	margin: 0 0 10px;
	min-height: 50px;
}

.derni_txt p {
	font-size: 16px;
}

.derni_txt h3:hover a {
	color: #274d25;
}

/* .prd_txt h3:hover a{
	color:#19a354;
} */
ul.calender-text {
	margin: 0 0 10px;
	display: flex;
	align-items: center;
}

.calender-text li {
	color: #1b4125;
	font-size: 17.5px;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	font-family: 'rajdhanisemibold';
}

.calender-text li:after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 0;
	background-color: #486650;
	width: 2px;
	height: 17px;
}

.calender-text li:last-child:after {
	display: none;
}

.calender-text li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.calender-text li img {
	margin-right: 5px;
	margin-top: -2px;
}

.actulate_bx {
	font-size: 18px;
	padding: 10px 17px 8px;
	background: #ebd448;
	position: absolute;
	top: -47px;
	left: -5px;
	border-radius: 10px;
	color: #282828;
	text-transform: uppercase;
	line-height: 1;
}

/**** nos anciens***/
.nos-anciens-sec {
	background: url(../../images/frontend/nos-anciens-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 115px 0 100px;
}

.overlay3 {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	left: 0;
	background: rgba(41, 41, 41, 0.9);
	margin: auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 100%;
}

.nos-anciens-outr .hdr.cmn_otr h2 {
	line-height: 1.1em !important;
}

.nos-anciens-outr .hdr.cmn_otr p {
	margin: 0 14% !important;
}

/******* confiance sec ***********/
.confiance_sec {
	background: #274d25;
	padding: 90px 0;
}

.confince_bx .hdr.cmn_otr p {
	margin: 0 0 25px !important;
}

.confince_bx {
	margin-right: 46px;
}

.confince_details {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.confince_square {
	border: 4px solid #f2e174;
	border-radius: 10px;
	text-align: center;
	width: 239px;
	height: 194px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	margin-right: 25px;
}

.confince_square:nth-child(2n) {
	margin-right: 0;
}

.confince_inner_text h3 {
	color: #f2e174;
	font-size: 69px;
	font-family: "Barlow Condensed", sans-serif;
	line-height: 1;
	margin-bottom: 20px;
}

.confince_inner_text h4 {
	color: #f2e174;
	font-size: 26px;
}

/*** equipe dirigenate **/
.equipe-dirigenate-sec {
	background: #fff7e9;
}

.boutique__text {
	margin-top: 25px;
}

.boutique__text h3 {
	font-size: 20px;
	color: #282828;
	margin-bottom: 10px;
	font-family: 'saira_condensedextrabold';
}

.boutique__text h5 {
	font-size: 15px;
	color: #6d6d6d;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'robotoregular';
}

.sport-inner {
	min-height: 420px !important;
	background: #ffffff;
	padding: 20px 20px 32px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.17);
}

.sport-inner .shp_img {
	margin: auto;
	border-radius: 10px;
	min-height: 294px;
}

.sport-inner .shp_img img {
	mix-blend-mode: darken;
}

.cart-icn i.fa.fa-shopping-cart {
	font-size: 20px;
	margin-right: 5px;
}

.cmn-btn1.bdr-btn.wht-clr {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.sld-comn-arow .slick-prev.slick-arrow {
	left: -65px;
	right: auto;
	top: 43%;
	transform: translateY(-57%);
	-webkit-transform: translateY(-57%);
	-ms-transform: translateY(-57%);
	transform: rotate(180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.sld-comn-arow .slick-next.slick-arrow {
	left: auto;
	right: -65px;
}

.sld-comn-arow .slick-next.slick-arrow,
.sld-comn-arow .slick-prev.slick-arrow {
	position: absolute;
	border: 0;
	z-index: 99;
	width: 55px;
	height: 55px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
}

.sld-comn-arow button.slick-prev svg,
.sld-comn-arow button.slick-next svg {
	fill: #fff7e9;
}

.sldr-padd {
	padding: 15px 15px 25px;
}

/******* common header*******/
.cmn_otr {
	margin-bottom: 35px;
}

.hdr.cmn_otr h2 {
	color: #282828;
	font-size: 54px;
	margin: 0 0 10px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.hdr.cmn_otr.white_text h2,
.hdr.cmn_otr.white_text p {
	color: #ffffff;
}

.hdr.cmn_otr p {
	font-size: 18px;
	margin: 0 7% !important;
	color: #020202;
}

.hdr.cmn_otr h4 {
	color: #e91f82;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}

.cmn_otr.wht h2,
.cmn_otr.wht p,
.cmn_otr.wht h5 {
	color: #fff;
}

.cmn_otr h2 span {
	color: #529852;
}

.hdr.text-center p {
	margin-left: auto;
	margin-right: auto;
}

/***** end of common header*****/

/******* partner sec*****/
.prod_ofrd.prtnrz {
	padding: 80px 0 125px;
}

.prtnr_sldr_otr .slick-slide {
	padding: 0px 16px 15px;
}

.prtnr_sldr_otr .slick-list {
	margin: 0px -16px;
}

.prtnr_sldr_otr .parner_inn {
	padding: 7px 30px;
	min-height: 135px;
	margin: 8px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.15);
}

a.prd_img {
	display: block;
}

.prtnr_sldr_otr .prd_img img {
	min-height: auto;
	margin: auto;
	margin-bottom: 0;
	mix-blend-mode: darken;
}

.common_dot .slick-dots {
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	bottom: -60px;
	align-items: center;
	margin: auto;
	text-align: center;
	right: 0;
}

.common_dot .slick-dots li {
	margin: 0 4px;
	height: 19px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-wwebkit-transition: all 0.6s;
}

.common_dot .slick-dots li button {
	background: #e9e9e9;
	border: 0;
	font-size: 0;
	width: 24px;
	height: 14px;
	border-radius: 10px;
	border: 0;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.common_dot .slick-dots li.slick-active button,
.common_dot .slick-dots li:hover button {
	background: #e5d153;
	width: 78px;
	height: 14px;
}

.prd_img img {
	display: block;
	min-height: 100px;
	margin: auto;
}

.prd_img {
	text-align: center;
	position: relative;
	overflow: hidden;
	max-height: 245px;
	border-radius: 10px 10px 0 0;
}

.prd_img a {
	display: block;
	background: #ffffff;
	min-height: 321px;
}

/******** subscription******/
.subscribtion_sec {
	background: url(../../images/frontend/subscription-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 95px 0;
}

.overlay4 {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	left: 0;
	background: rgba(4, 4, 4, 0.9);
	margin: auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 100%;
}

.subs_outr {
	position: relative;
	z-index: 1;
}

.subs_innr {
	margin: 0px 25%;
}

.my-form-sec input {
	background: #ffffff;
	font-size: 17px;
	border-radius: 7px;
	width: 100%;
	border: 0;
	height: 55px;
	outline: 0;
	line-height: 1;
	padding: 0 20px 0 20px;
	overflow: hidden;
	color: #484848;
	font-family: 'Graphik';
	font-weight: 500;
}

.my-form-sec input[type="submit"] {
	background: #274d25;
	font-size: 17px;
	color: #ffffff;
	border-radius: 7px;
	text-transform: uppercase;
	font-family: 'Graphik';
	font-weight: 500;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: 0;
	line-height: 1;
	width: 186px;
	height: 55px;
	text-transform: uppercase;
	margin-left: 6px;
}

.my-form-sec input[type="submit"]:hover {
	background: #32732f;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	transition: 0.6s;
	color: #ffffff;
}

.my-form-sec .form-group {
	margin-bottom: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.my-form-sec ::placeholder {
	opacity: 1;
	color: #3a3a3a;
	font-family: 'Graphik';
}

.my-form-sec :-ms-input-placeholder {
	opacity: 1;
	color: #484848;
	font-family: 'Graphik';
	font-weight: 500;
}

.my-form-sec ::-ms-input-placeholder {
	opacity: 1;
	color: #484848;
	font-family: 'Graphik';
	font-weight: 500;
}

/*2-2*/
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	max-width: 1300px;
}

/***hdr fix ****/
.hdr_fix {
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #ffffff;
	animation: slide-down 0.7s;
	-ms-animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	padding: 12px 0;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.hdr_sec.hdr_fix a img {
	max-width: 100%;
}

.hdr_sec.hdr_fix .navbar-brand {
	padding: 0;
	display: inline-block;
	z-index: 2;
}

input:active,
textarea:active {
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	border: 1px solid #fff;
}

/*SubMenu*/
.sub-menu {
	background: #ebd448;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	/* width: 200px; */
	width: 250px;
	padding: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	/* padding-top: 10px; */
	margin-top: 5px;
	animation: sld-down 1.5s;
	-ms-animation: sld-down 1.5s;
	-webkit-animation: sld-down 1.5s;
	padding: 10px;
}

/*
@keyframes sld-down{0%{opacity:0;transform:translateY(-30%);-moz-transform:translateY(-30%);-webkit-transform:translateY(-30%);-o-transform:translateY(-30%);-ms-transform:translateY(-30%);}
30%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
*/
.sub-menu::after {
	background: transparent;
	background-size: 100% 100%;
	top: -5px;
	left: 0;
	height: 22px;
	width: 100%;
	content: "";
	position: absolute;
	z-index: -1;
	/* border-radius: 30px; */
}

.sub-menu>li {
	width: 100%;
	display: block;
	margin: 3px 0;
}

.sub-menu>li>a {
	color: #000;
	display: block;
	width: 100%;
	padding: 11px 15px;
	line-height: 1.2;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	border-left: 0;
	border-radius: 10px;
}

.sub-menu>li>a:hover,
.sub-menu>li:hover>a {
	border: 0;
	background: #2a4f27;
	color: #fff;
}

.sub-menu>li>a {
	padding-right: 16px;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.6em;
	vertical-align: 0.10em;
	content: "";
	border-top: 0.5em solid;
	border-right: 0.4em solid transparent;
	border-bottom: 0;
	border-left: 0.4em solid transparent;
	/* width: 7px; */
	/* height: 16px; */
}

.navbar-nav>li.dropdown:hover .sub-menu {
	display: block;

}

/*end search box*/
#whtsapp,
#scrollz {
	width: 45px;
	height: 45px;
	text-align: center;
	position: fixed;
	bottom: 145px;
	right: 3%;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}

#whtsapp:hover,
#scrollz:hover {
	cursor: pointer;
}

#whtsapp.shown {
	opacity: 1;
	visibility: visible;
}

#scrollz {
	bottom: 200px;
	background: #ebd448;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#scrollz .fa {
	font-size: 20px;
}

#scrollz.show {
	opacity: 1;
	visibility: visible;
}

.info-btn ul li a .fa {
	margin-right: 7px;
	color: #fff;
	font-weight: 500;
}

/***** Footer ******/
footer {
	background: #1e3d1d;
	position: relative;
	margin-top: -1px;
}

.top_ftr {
	padding: 70px 0 0;
	position: relative;
	z-index: 9;
}

.bottom_ftr {
	padding: 35px 0;
	position: relative;
	z-index: 9;
}

.ftr_frm_outr .hdr.cmn_otr h2 {
	font-size: 37px;
	margin: 0;
	line-height: 1.5em;
}

.ftr_frm_outr .hdr.cmn_otr {
	width: 65%;
}

.ftr-innr {
	border-bottom: 1px solid #193218;
	padding-bottom: 35px;
}

.ftr-innr .col-md-3:last-child .ftr-hdr::after {
	display: none;
}

.ftr-hdr h3 {
	color: #ffffff;
	font-size: 25px;
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 7px;
	font-family: 'rajdhanisemibold';
	position: relative;
}

.ftr-hdr h3:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #ebd448;
	width: 84px;
	height: 2px;
}

ul.ftr-link li {
	margin: 0 0 18px;
	line-height: 1rem;
}

ul.ftr-link li:last-child {
	margin: 0;
}

ul.ftr-link li a,
ul.ftr-link p,
ul.ftr-link li {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Graphik';
}

ul.ftr-link.address-link p {
	margin: 0 0 19px;
}

ul.ftr-link li a[href^="mailto:"] {
	font-size: 14px;
}

ul.ftr-link li a:hover {
	color: #ebd448;
}

.ftr-innr .col-md-3:last-child .ftr-hdr {
	border-right: 0;
	margin-right: 0;
}

.copy-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.copy-right ul {
	display: flex;
	align-items: center;
}

.copy-right p {
	margin: 0 !important;
	color: #ffffff;
	font-size: 15px;
	margin-right: 10px !important;
	line-height: 1rem;
	margin-right: 0;
	padding-right: 0;
}

.copy-right ul li {
	margin-right: 7px;
	line-height: 0.7rem;
}

ul.copy-link li {
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
}

ul.copy-link li:last-child {
	margin-right: 0;
	padding-right: 0;
}

ul.copy-link li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Graphik';
}

ul.copy-link li a:hover {
	color: #ebd448;
}

ul.copy-link li:after {
	position: absolute;
	content: '';
	right: 0;
	background: #ffffff;
	width: 1px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

ul.copy-link li:last-child:after {
	display: none;
}

.copy-right ul li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.copy-right p a {
	color: #ebd448;
}

.logo-bx {
	width: 112px;
}

.social_media li a svg {
	fill: #979292;
	width: 16px;
	height: 16px;
}

.social_media li {
	margin-right: 5px;
}

.social_media li:last-child {
	margin-right: 0;
}

ul.social_media {
	display: flex;
	align-items: center;
}

ul.social_media li a {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

ul.social_media li a.fb-clr {
	background: #3b5998;
}

ul.social_media li a.x-clr {
	background: #000000;
}

ul.social_media li a.link-clr {
	background: #007ab9;
}

ul.social_media li a.insta-clr {
	background: #ac1a8a;
}

ul.social_media li a.youtube-clr {
	background: #ff0000;
}

ul.social_media li a.tiktok-clr {
	background: #000000;
}

ul.social_media li a svg {
	fill: #ffffff;
}

.mobile-view {
	display: none;
}

.cnt_area ul li i {
	font-style: normal;
}

.slick-track {
	line-height: 0;
}

.mob_view {
	display: none;
}

.small-screen {
	display: none;
}

.inser-top-header {
	display: none;
}

/***** inner pages css *******/

.inner-content .bnr_txt h1 {
	font-size: 66px;
	line-height: 1.2em;
	margin: 0;
}

.tab-menu {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin-top: 23px;
}

.tab-menu .menu-item {
	text-align: center;
	margin-right: 10px;
	/* width: 100%; */
	display: flex;
	align-items: stretch;
}

.tab-menu .menu-item:last-child {
	margin-right: 0;
}

.tab-menu .menu-item .menu-link {
	padding: 14px 50px;
	color: #282828;
	font-size: 18.3px;
	display: flex;
	align-items: center;
	background: #ebd448;
	width: 100%;
	/* text-transform: uppercase; */
	border: 2px solid #ebd448;
	justify-content: center;
	line-height: 1.2em;
	border-radius: 10px;
}

.tab-menu .menu-item:hover .menu-link,
.tab-menu .menu-item.active .menu-link {
	background: #274d25;
	color: #ffffff;
	border: 2px solid transparent;
}

.tab-section {
	display: none;
}

a.menu-link span {
	line-height: 1;
}

@media (max-width: 767px) {
	.tab-section {
		margin: 0 0 10px;
		/* display: block !important; */
	}
}

.tab-section .section-title {
	display: none;
}

@media (max-width: 767px) {
	.tab-section .section-title {
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		background: #0f0f0f;
		text-decoration: none;
		font-family: "Roboto", sans-serif;
		padding: 10px 15px;
		display: block;
		transition: background 0.3s;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
		position: relative;
		cursor: pointer;
		border: none;
	}

	.tab-section .section-title:after {
		position: absolute;
		content: "";
		height: 8px;
		width: 8px;
		border: 2px solid #fff;
		right: 10px;
		top: 13px;
		border-left: none;
		border-top: none;
		transform: rotate(45deg);
	}
}

.tab-section .section-text {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

.tab-section .tab-content {
	display: none;
	padding: 35px 0 0;
}

@media (min-width: 768px) {
	.tab-section .tab-content {
		display: block !important;
	}
}

.tab-section.active {
	display: block !important;
}

@media (max-width: 767px) {
	.tab-section.active .tab-content {
		display: block;
	}
}

.tab-section.active .section-title {
	background: #fb6869;
	color: #fff;
}

.tab-section.active .section-title:after {
	transform: rotate(-135deg);
	top: 17px;
}

.pagination_outr .pagination {
	justify-content: center;
}

.pagination_outr .pagination .page-item svg {
	width: 19px;
	transform: rotate(270deg);
}

.pagination_outr .pagination .page-item svg {
	width: 19px;
	transform: rotate(270deg);
}

.pagination_outr .pagination .page-item:last-child svg {
	transform: rotate(90deg);
}

.pagination_outr .pagination .page-link {
	width: 50px;
	height: 50px;
	border: 2px solid #274d25;
	background: #274d25;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ebd448;
	font-size: 22px;
	font-family: 'rajdhanisemibold';
	letter-spacing: 2px;
	border-radius: 100%;
}

.pagination_outr .pagination li {
	margin: 0 5px;
}

.pagination_outr .pagination .page-link.active {
	background: #ebd448 !important;
	color: #000000;
	border: 2px solid #ebd448;
}

.pagination_outr .pagination .page-link:hover {
	background: #ebd448 !important;
	color: #000000;
	border: 2px solid #ebd448;
}

.pagination_outr .pagination .page-item:first-child .page-link {
	background: #bcbdbd;
	fill: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 0;
	color: #010101;
	font-size: 35px;
	border: 2px solid #ebd448;
	border-radius: 100%;
}

.pagination_outr .pagination .page-item:last-child .page-link {
	background: #bcbdbd;
	fill: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 0;
	color: #010101;
	font-size: 35px;
	border: 2px solid #ebd448;
	border-radius: 100%;
}

.pagination_outr .pagination li:first-child {
	margin-right: 25px;
}

.pagination_outr .pagination li:last-child {
	margin-left: 25px;
}

.breadcrum-outr .breadcrumb {
	background: transparent;
	justify-content: center;
}

.breadcrum-outr .breadcrumb-item a,
.breadcrum-outr .breadcrumb-item {
	font-size: 20px;
	font-family: 'Graphik';
	font-weight: 500;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.breadcrum-outr .breadcrumb-item a img {
	margin-right: 10px;
}

.breadcrum-outr .breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	font: normal normal normal 14px / 1 FontAwesome;
	top: 2px;
	position: absolute;
	left: 0;
	font-size: 22px;
	color: #ffffff;
}

.breadcrum-outr .breadcrumb-item.active {
	color: #ebd448;
}

.breadcrum-outr .breadcrumb-item+.breadcrumb-item {
	padding-left: 15px;
	margin-left: 12px;
	position: relative;
}

.mrb {
	margin-bottom: 30px;
}

.cont-outr {
	padding: 25px 25px 35px;
	-webkit-box-shadow: -3px 6px 44px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -3px 6px 44px -12px rgba(0, 0, 0, 0.25);
	box-shadow: -3px 6px 44px -12px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
}

.cont-outr h3 {
	color: #282828;
	font-size: 44px;
	margin: 0 0 25px;
}

.input_field .form-group input {
	border: 0;
	background: #f4f4f4;
	height: 63px;
	font-size: 18px;
	color: #4e4e4e;
	font-family: 'Graphik';
	font-weight: 400;
}

.input_field .form-group textarea {
	border: 0;
	background: #f4f4f4;
	height: 127px;
	padding: 30px;
	font-size: 18px;
	color: #4e4e4e;
	font-family: 'Graphik';
	font-weight: 400;
	padding: 17px 25px;
}

.input_field ::placeholder {
	font-size: 18px;
	color: #4e4e4e;
	font-family: 'Graphik';
	font-weight: 400;
	opacity: 1;
}

.input_field :-ms-input-placeholder {
	font-size: 18px;
	color: #4e4e4e;
	font-family: 'Graphik';
	font-weight: 400;
	opacity: 1;
}

.input_field ::-ms-input-placeholder {
	font-size: 18px;
	color: #4e4e4e;
	font-family: 'Graphik';
	font-weight: 400;
	opacity: 1;
}

button.frm-submit {
	border: 0;
	background: #274d25;
	padding: 16px 35px;
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	border-radius: 10px;
}

.contact_sec iframe {
	width: 100%;
	height: 450px;
	border-radius: 10px;
	/* margin-top:65px; */
}

.cntact-inner {
	background: #274d25;
	padding: 45px 65px 135px 35px;
	border-radius: 10px;
}

.cnt-address-innr {
	display: flex;
}

.cntact-inner h2 {
	color: #ffffff;
	font-size: 54px;
	margin: 0 0 10px;
	line-height: 1em;
}

.cntact-inner p {
	margin: 0 0 45px;
	color: #ffffff;
	font-size: 16px;
}

.cnt-des h3 {
	margin: 0 0 10px;
	font-size: 25px;
	color: #ffffff;
	line-height: 1em;
	letter-spacing: 1px;
}

.cnt-icon {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cnt-des p,
.cnt-des a {
	margin: 0 !important;
	line-height: 1em;
	color: #ffffff;
}

.cnt-des:hover a {
	color: #ebd448;
}

.cnt-des {
	margin-left: 23px;
}

.cnt-address-innr {
	margin: 0 0 33px;
	border-radius: 15px;
}

.soci-outr {
	margin-top: 65px;
}

.soci-outr h4 {
	color: #ffffff;
	font-size: 30px;
	font-family: 'rajdhanisemibold';
}

.cnt-address-innr:last-child {
	margin: 0 !important;
}

.common-padd-top {
	padding-top: 72px;
}

.inner-content .bnr_txt.details-actulate h1 {
	font-size: 50px;
	line-height: 1.2em;
	margin: 0;
	text-transform: none;
}

.service-de-location-content h3 {
	color: #282828;
	font-size: 40px;
}

.service-de-location-content p {
	margin-bottom: 20px;
}

.bibang-innr img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.17);
}

.mots-outr {
	margin-top: 40px;
}

.mots-box {
	display: flex;
	align-items: center;
	border-radius: 15px;
	padding: 15px 25px;
	border: 2px solid #274d25;
	margin: 0 0 35px;
}

.mots-box h4 {
	color: #274d25;
	font-size: 33px;
	margin: 0;
	line-height: 1em;
}

.mots-box ul {
	display: flex;
	align-items: center;
	margin-left: 12px;
}

.mots-box ul li {
	margin-right: 7px;
}

.mots-box ul li:last-child {
	margin-right: 0;
}

.mots-box ul li a {
	color: #ffffff;
	font-size: 17.5px;
	text-transform: uppercase;
	background: #274d25;
	padding: 15px 28px;
	display: block;
	letter-spacing: 1px;
	line-height: 1em;
	border-radius: 7px;
}

.mots-box ul li a:hover {
	background: #274d25;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	color: #ffffff;
	transition: 0.6s;
}

.part-soci {
	display: flex;
	align-items: center;
}

.part-soci h4 {
	margin: 0 20px 0 0;
	color: #28332c;
	font-size: 30px;

}

.rechhe-innr-outr {
	border: 2px solid #274d25;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 23px 18px;
}

.rechhe-bx input {
	border-radius: 10px;
	width: 100%;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	height: 64px;
	outline: 0;
	line-height: 1;
	padding: 0 83px 0 20px;
	text-transform: capitalize;
	overflow: hidden;
	color: #4a4a4a;
	font-size: 18px;
	font-family: 'Graphik';
	font-weight: 400;
	font-weight: normal;
}

.rechhe-bx input::placeholder {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 400;
	opacity: 1;
}

.rechhe-bx input:-ms-input-placeholder {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 400;
	opacity: 1;
}

.rechhe-bx input::-ms-input-placeholder {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 400;
	opacity: 1;
}

.reche-search {
	position: relative;
}

button.serch-btn {
	background: #ebd448;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 55px;
	height: 46px;
	border-radius: 10px;
}

.rechhe-hdr {
	color: #274d25;
	font-size: 33px;
	margin: 0;
}

.rechhe-inner {
	padding: 23px 0 0;
}

.rechhe-bx:last-child a.thumb-innr {
	margin: 0;
}

.singl-sld-bx {
	margin: 0 0 22px;
}

ul.reche-tag {
	display: flex;
	flex-wrap: wrap;
}

ul.reche-tag li a {
	background: #274d25;
	padding: 16px 26px;
	display: block;
	line-height: 1em;
	color: #ffffff;
	font-size: 17.8px;
	text-transform: uppercase;
	border-radius: 7px;
}

ul.reche-tag li {
	margin: 5px;
}

ul.reche-tag li a:hover {
	background: #274d25;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	color: #ffffff;
	transition: 0.6s;
}

ul.reche-tag li.current-items a {
	background: #274d25;
	-webkit-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	-moz-box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	box-shadow: inset 0px -69px 0px -3px rgba(50, 115, 47, 1);
	color: #ffffff;
	transition: 0.6s;
}

a.thumb-innr {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	border-bottom: 2px solid #e9ede9;
	padding-bottom: 15px;
}

.rechhe-bx:last-child a.thumb-innr {
	margin: 0;
	padding: 0;
	border: 0;
}

.thumb-des h3 {
	color: #274d25;
	font-size: 19px;
	margin: 0 0 6px;
}

.thumb-des span {
	color: #1b4125;
	font-size: 19px;
}

.thumb-des span img {
	margin-top: -4px;
}

/* .thumb-innr:hover .thumb-des h3,.thumb-innr:hover .thumb-des span{
	color:#e91f82;
} */
.thumb-pic img {
	width: 100%;
}

.thumb-pic {
	width: 90px;
}

.thumb-des {
	width: 75%;
	margin-left: 15px;
}

ul.d-evene li {
	position: relative;
	margin-bottom: 12px;
}

ul.d-evene li:last-child {
	margin-bottom: 0;
}

ul.d-evene.tab-menu .menu-item {
	text-align: left;
	border: 0;
	margin: 0;
}

ul.d-evene.tab-menu .menu-item .menu-link {
	color: #274d25;
	font-size: 22px;
	padding: 14px 10px 14px 50px;
	background: transparent;
	border: 0;
	display: block;
	border-radius: 8px;
}

ul.d-evene.tab-menu .menu-item.active .menu-link {
	background: #ebd448;
}

ul.d-evene.tab-menu .menu-item:hover .menu-link {
	background: #ebd448;
}

ul.d-evene.tab-menu li a:after {
	background: url(../../images/frontend/green-tik.png);
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 20px;
	width: 20px;
	height: 20px;
	transition: all 0.3s;
}

ul.d-evene.tab-menu li.menu-item.active a:after {
	background: url(../../images/frontend/green-tik.png);
	background-repeat: no-repeat;
}

ul.d-evene.tab-menu {
	margin-top: 0;
	display: block;
}

ul.d-evene.tab-menu .menu-item {
	text-align: left;
	border: 0;
}

.condition-sec {
	padding: 70px 0 30px;
}

.t-condi-text {
	text-align: center;
}

.t-condi-text:last-child {
	margin: 0;
}

.t-condi-text h3 {
	color: #1d561e;
	font-size: 32px;
	margin: 0 0 20px;
}

.t-condi-text p {
	color: #686868;
	font-size: 16px;
	margin: 0 0 15px;
}

.t-condi-text p:last-of-type {
	margin: 0;
}

.green-bg {
	transition: all 0.5s;
	padding: 45px 35px 55px;
	border-radius: 10px;
}

.green-bg:hover {
	background: #274d25;
}

.green-bg:hover.green-bg-wht-text h3 {
	color: #ffffff;
}

.green-bg:hover.green-bg-wht-text p {
	color: #ffffff;
}

/******* Multi layer sub menu******/
.sub-menu.sub-menu2 {
	display: none !important;
	left: 188px;
	top: -5px;
}

.navbar-nav li.dropdown-sub-menu:hover .sub-menu.sub-menu2 {
	display: block !important;
}

li.dropdown-sub-menu a {
	position: relative;
}

li.dropdown-sub-menu a:after {
	position: absolute;
	content: '';
	top: 50%;
	width: 13px;
	height: 35px;
	background: transparent;
	display: block;
	right: -13px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/****** 15-10-2024*******/
.nos-formation-outr {
	margin-top: 20px;
}

.nos-formation-pic {
	position: relative;
}

.nos-formation-pic img {
	border-radius: 15px;
	width: 100%;
	-webkit-box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 18px 30px 0px rgba(0, 0, 0, 0.12);
}

.nos-formation-des h3 {
	color: #282828;
	font-size: 40px;
	margin: 0 0 4px;
	line-height: 1em;
}

.nos-formation-des h4 {
	color: #274d25;
	font-size: 22px;
	margin: 0 0 4px;
	line-height: 1em;
}

.nos-formation-des p {
	text-align: justify;
	font-size: 18px;
	color: #4a4a4a;
	margin: 0 0 12px;
}

.nos-formation-outr .row:nth-child(2n) {
	flex-direction: row-reverse;
	margin: 80px -15px;
}

.nos-formation-outr .row:nth-child(2n) .nos-formation-pic {
	margin-right: 0;
}

.nos-formation-outr .row:last-child {
	margin-bottom: 80px;
}

.telecharger-sec {
	background: #fcf5c8;
	padding: 85px 0;
}

.nos-formation-des.telecharger-text {
	margin-left: 15px;
}

.nos-formation-des.telecharger-text h3 {
	margin-bottom: 10px;
}

.nos-formation-des.telecharger-text p {
	margin-bottom: 25px;
}

.telecharger-pic img {
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
}

.mar-b {
	margin-bottom: 25px;
}


.faq-sec {
	padding: 75px 0 95px;
}

#main .card {
	border: 0;
	padding: 5px 15px;
}

#main .card .card-header {
	border: 0;
	border-radius: 2px;
	padding: 0;
}

#main .card .card-header .btn-header-link {
	color: #274d25;
	display: block;
	text-align: left;
	background: #f0ffef;
	padding: 22px 35px;
	border-radius: 10px;
	outline: 0;
	box-shadow: none;
	padding-left: 27px;
	font-size: 21px;
	border: 1px solid #cccccc;
	text-transform: none;
	font-family: 'rajdhanisemibold';
}

#main .card .card-header .btn-header-link::after {
	content: "\f107";
	font-weight: 900;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	transform: rotate(270deg);
	top: 15px;
	position: absolute;
	right: 37px;
}

#main .card .card-header .btn-header-link {
	background: #274d25;
	color: #fff;
	border-radius: 10px 10px 0 0;
	border: 1px solid transparent;
}

#main .card .card-header .btn-header-link.collapsed {
	background: #f0ffef;
	color: #274d25;
	border-radius: 10px;
	border: 1px solid #cccccc;
}

#main .card .card-header .btn-header-link.collapsed:after {
	content: "\f107";
	transform: rotate(0deg);
}

#main .card .collapsing {
	background: #274d25;
	color: #fff;
	line-height: 30px;
	margin-top: 0;
	border-radius: 0 0 10px 10px;
}

#main .card .collapse {
	border: 0;
}

#main .card .collapse.show {
	background: #274d25;
	line-height: 30px;
	color: #ffffff;
	margin-top: 0;
	border-radius: 0 0 10px 10px;
}

#main {
	border-radius: 10px;
}

#main .card .card-header .btn-header-link.collapsed:before {
	background: url(../../images/frontend/q1.png);
	background-size: 100% 100%;
}

#main .card .card-body {
	padding: 0 27px 40px;
	font-size: 17px;
	font-family: 'Graphik';
	font-weight: 400;
}

#main .card:first-child {
	padding-top: 0;
}

.long-thumb-bx {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.long-thumb-bx img {
	width: 100%;
	border-radius: 10px;
}

.overlay5 {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	left: 0;
	background: rgba(20, 43, 50, 0.5);
	margin: auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	height: 100%;
}

.l-th-des {
	position: absolute;
	top: 0;
	padding: 55px 25px 0 30px;
	left: 0;
}

.l-th-des h3 {
	color: #ffffff;
	font-size: 30px;
}

.l-th-des .cmn-btn.inner_btn {
	padding: 15px 25px !important;
}


.paiement-outr {
	-webkit-box-shadow: 0px 16px 38px -8px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 16px 38px -8px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 16px 38px -8px rgba(0, 0, 0, 0.12);
	border-radius: 15px;
	overflow: hidden;
}

.paiement-outr .form {
	background: #f2f2f2;
	padding: 25px 45px 35px;
}

.paiement-hdr h3 {
	background: #ebd448;
	padding: 15px 45px;
	color: #282828;
	font-size: 27px;
	font-family: 'rajdhanisemibold';
}

.input_bx label {
	color: #282828;
	font-size: 21px;
	font-family: 'rajdhanisemibold';
	margin-bottom: 10px;
}

.input_bx input {
	border: 2px solid #cacaca;
	height: 58px;
	color: #898989;
	font-size: 21px;
	font-family: 'rajdhanimedium';
}

.select-box .form-group {
	width: 100%;
	margin-right: 11px;
}

.select-box .form-group:last-child {
	margin-right: 0;
}

.input_bx .form-group select {
	-webkit-appearance: none;
	background: url(../../images/frontend/black-drop-down.png) no-repeat;
	background-position: 88% center;
	width: 100%;
	position: relative;
	opacity: 1;
	border: 2px solid #cacaca;
	border-radius: 5px;
	height: 58px;
	box-shadow: none;
	color: #898989;
	font-size: 21px;
	font-family: 'rajdhanimedium';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.input_bx.slct-1 .form-group select {
	background-position: 96% center;
}

.input_bx.slct-2 .form-group select {
	background-position: 99% center;
}

/* The container */
.container-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0 !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #282828 !important;
	font-size: 21px !important;
	font-family: 'rajdhanimedium' !important;
	margin-right: 36px;
}

/* Hide the browser's default radio button */
.container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
	position: absolute;
	top: 5px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #777777;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark-radio:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
	top: -1px;
	left: -1px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #274d25;
}

a.form-btm-link {
	color: #ff0202;
	font-size: 21px;
	text-decoration: underline !important;
	font-family: 'rajdhanisemibold';
} 
 
a.green-link {
	color: #264d26;
	font-size: 21px;
	text-decoration: underline !important;
	font-family: 'rajdhanisemibold';
}

.file-upload .uploadFile {
	width: 100%;
	border: 0;
	color: #282828;
	font-size: 21px;
	font-family: 'rajdhanimedium';
	overflow: hidden;
	padding: 11px 15px;
	position: relative;
	resize: none;
	background: #cfcfcf;
	border-radius: 5px;
	display: flex;
	align-items: center;
	margin: 0 0 20px;

	[type="file"] {
		cursor: pointer !important;
		display: block;
		font-size: 999px;
		filter: alpha(opacity=0);
		min-height: 100%;
		min-width: 100%;
		opacity: 0;
		position: absolute;
		right: 0px;
		text-align: right;
		top: 0px;
		z-index: 1;
	}
}

.file-upload .uploadFile span {
	margin-left: 15px;
}

.file-upload {
	display: flex;
	align-items: center;
}

.input_bx.yellow-box .file-upload .uploadFile {
	background: #f0e5a3;
	font-size: 19px;
	margin: 0;
	font-family: 'rajdhanisemibold';
}

.input_bx.yellow-box .file-upload .uploadFile span {
	margin-left: 0;
}

.bourse-box .input_bx .form-group {
	margin: 0 !important;
}

.yes-no-bx {
	margin-top: 28px;
}

.yes-no-bx h4 {
	color: #282828;
	font-size: 21px;
	font-family: 'rajdhanisemibold';
	margin: 0 0 24px;
}

.yelllow-ribon {
	background: #ebd448;
	border-radius: 10px;
	padding: 30px 25px;
}

.yelllow-ribon p {
	color: #282828;
	font-size: 21px;
	font-family: 'rajdhanisemibold';
	margin: 0 !important;
}

.d-forma-soci {
	margin: 0 0 20px;
}

.d-forma-soci h4 {
	margin: 0 0 15px;
	color: #274d25;
	font-size: 30px;
}

.inner-text h2 {
	color: #282828;
	font-size: 54px;
	margin: 0 0 10px;
}

.inner-text h3 {
	color: #282828;
	font-size: 36px !important;
	margin: 0 0 10px;
}

.inner-text ul li h4 {
	color: #4a4a4a;
	font-size: 19px;
	margin: 0 0 5px;
}

.inner-text ul li {
	color: #4a4a4a;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
}

.inner-text ul li:after {
	background: url(../../images/frontend/green-tik.png);
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	transition: all 0.3s;
}

.repre-box {
	display: flex;
	align-items: center;
	-webkit-box-shadow: 1px 14px 27px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 14px 27px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 14px 27px -3px rgba(0, 0, 0, 0.2);
	padding: 30px 25px 30px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	transition: all 0.5s;
}

.repre-box:hover {
	background: #f6e474;
}

.repre-box:last-child {
	margin-bottom: 0;
}

.represetetation-des {
	width: 70%;
}

.repre-pic img {
	mix-blend-mode: darken;
}

.repre-pic {
	position: relative;
	background: #fef8be;
	padding: 35px;
	border-radius: 10px;
	z-index: 9;
}

.repre-flag {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}

.represetetation-des {
	padding-left: 25px;
}

.represetetation-des h3 {
	color: #282828;
	font-size: 38px;
	margin: 0 0 10px;
	line-height: normal;
}

.represetetation-des p {
	font-size: 16.5px;
	color: #4a4a4a;
	margin: 0 0 10px;
}

.coordonaa_sec.propos_sec {
	background: transparent;
}

.coordonna-text .hdr.cmn_otr {
	margin: 0 !important;
}

.coordonna-text .hdr.cmn_otr h2 {
	text-transform: none;
	line-height: normal;
}

.coordonna-text .hdr.cmn_otr p {
	margin: 0 0 10px !important;
}

.coordonna-text .hdr.cmn_otr p:last-of-type {
	margin: 0 !important;
}

.coordona-pic.propos-img:after {
	display: none;
}

.ima_ribbon {
	position: absolute;
	content: '';
	bottom: -15px;
	background: #264b24;
	width: 90%;
	height: 90%;
	right: -15px;
	border-radius: 20px;
}

.atas-africains-sec {
	background: url(../../images/frontend/globe-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 65px 0 80px;
}

.hdr.cmn_otr.lower-case h2 {
	text-transform: none;
}

a.flag-bx {
	display: flex;
	align-items: center;
	border: 2px solid #ffffff;
	border-radius: 12px;
	padding: 23px 25px;
	transition: all 0.5s;
	margin: 15px 0;
}

a.flag-bx:hover {
	background: #2e6a2a;
}

.flag-bx span {
	margin-right: 22px;
}

.flag-bx h4 {
	color: #ffffff;
	font-size: 30px;
	font-family: 'rajdhanimedium';
}

.ecole-sec {
	background: #fffcdb;
}

.ecole-pic {
	border: 8px solid #fff;
	border-radius: 18px;
	-webkit-box-shadow: 1px 14px 40px -3px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 1px 14px 40px -3px rgba(0, 0, 0, 0.11);
	box-shadow: 1px 14px 40px -3px rgba(0, 0, 0, 0.11);
	overflow: hidden;
	position: relative;
}

.ecole-pic img {
	width: 100%;
}

.name-ribbon {
	background: #274d25;
	clip-path: polygon(0% 0%, 75% 0%, 85% 100%, 0% 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 15px;
	width: 100%;
	color: #ffffff;
	font-size: 21px;
	font-family: 'Saira Condensed Condensed';
	font-weight: 700;
}

.green-ribbon {
	position: absolute;
	content: '';
	top: 0px;
	right: -35px;
	background: #009e60;
	width: 75px;
	height: 29px;
	transform: skew(-35deg);
	transform: rotate(45deg);
}

.yellow-ribbon {
	position: absolute;
	content: '';
	top: 15px;
	right: -24px;
	background: #fcd116;
	width: 96px;
	height: 13px;
	transform: skew(-35deg);
	transform: rotate(45deg);
}

.blue-ribbon {
	position: absolute;
	content: '';
	top: 27px;
	right: -24px;
	background: #3a75c4;
	width: 109px;
	height: 13px;
	transform: skew(-35deg);
	transform: rotate(45deg);
}

.ecole-pic-box h3 {
	color: #282828;
	font-size: 22px;
	margin: 25px 0 0;
}

.equipe-dirigenate-sec.equipe-dirig-propos {
	background: #f4ffef;
}

.docu-offi-sec {
	background: #f7ee92;
}

.docu-offi-txt h4 {
	color: #121e11;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-family: 'rajdhanisemibold';
	background: #dcdcdc;
	border-radius: 7px;
	padding: 9px 10px;
}

.docu-offi-txt h3 {
	color: #0e1d0d;
	font-size: 20px;
	margin-bottom: 5px;
}

.docu-offi-txt p {
	color: #676767;
	font-size: 15px;
	margin-bottom: 10px;
}

.catalogue_bx.docu-offi-box {
	padding: 13px !important;
}

.docu-offi-txt {
	margin-left: 12px;
	width: 65%;
}

.docu-offi-txt .cmn-btn1.dark-btn {
	padding: 11px 20px !important;
	font-size: 15px !important;
}

.catalogue-pic {
	position: relative;
}

a.pdf-icon img {
	border-radius: 0;
}

.pdf-icon {
	position: absolute;
	top: 5px;
	right: 10px;
}