
/*******************
	GENERAL STYLE
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');

body{
	font-family: "Metrophobic", sans-serif;
  font-weight: 705 !important;
	color: #222;
	background-color: #fff !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Metrophobic", sans-serif;
	font-weight: 711 !important; 
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.div-100{
	width: 100%;
	height: auto;
}

.div-img img{
	width: 100% !important;
	height: auto !important;
}

.pl-0{
	padding-left: 0 !important;
}

.pr-0{
	padding-right: 0 !important;
}

.blue-wr{
	background-color: #0F89CB !important;
}

.yellow-wr{
	background-color: #F7D618 !important;
}

.red-wr{
	background-color: #CE1021 !important;
}

.rp-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.rp-120{
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.rpt-50 {
	padding-top: 50px !important;
}

.rpt-60 {
	padding-top: 60px !important;
}

.rpb-60 {
	padding-bottom: 60px !important;
}

.rpb-50{
    padding-bottom: 50px !important;
}

.rpb-80{
	padding-bottom: 80px !important;
}

.rpl-30{
	padding-left: 30px !important;
}

.paragraph-header{
	color: #222;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-20{
	margin-bottom: 20px !important;
}

.mb-60{
	margin-bottom: 60px;
}

.mt-30{
	margin-top: 30px;
}

.mt-60{
	margin-top: 60px;
}

.border-b-wh{
	border-bottom: #fff solid 3px;
}

.border-r-wh{
	border-right: #fff solid 3px;
}

.border-l-wh{
	border-left: #fff solid 3px;
}

.text-up{
	text-transform: uppercase !important;
}

.text-cap{
	text-transform: capitalize !important;
}

.centered-title{
	text-align: center !important;
	margin-bottom: 60px !important;
}

.centered-title p{
	width: 75%;
	margin: 10px auto 60px;
}

.title-color{
	color: #091d32;
}

.rp-20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.rp-30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.rpt-30{
	padding-top: 30px;
}

.rp-40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.text-capitalize{
	text-transform: capitalize !important;
}

.row-grey{
	background-color: #e9eaeb;
}

.no-content h2{
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #e9eaeb !important;
	border: rgba(207,226,255,.5) solid 1px !important;
	padding: 20px 0 18px;
	margin-bottom: 0;
	color: #32612D;
	border-radius: 10px;
}


.ellipsis{
	overflow: hidden;
	width:100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.form-validation-wrapper label strong{
	color: red;
}


/*************************
	NAVIGATOR BAR STYLE
*/

.navbar-default {
	color:#fff;
	background-color:#fff;
	border-bottom: rgba(204, 204, 204, .6) solid 1px;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color:#333;
	border-bottom-color:#333;
}
.navbar-nav > li > .dropdown-menu {
    border: none !important;
    background-color: #f5f7fa;
    border-radius: 0;
		
		border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ECECEC73;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.menu-large {
	position:static!important;
}
.megamenu {
	width:100%;
	padding:20px 0;
}
.megamenu> li > ul {
	margin:0;
	padding:0;
}
.megamenu> li > ul > li {
	list-style:none;
}
.megamenu> li > ul > li > a {
	display:block;
	clear:both;
	font-weight:400;
	line-height:1.428571429;
	color:#333;
	white-space:normal;
	padding:3px 20px;
}
.megamenu> li ul > li > a:hover,.megamenu> li ul > li > a:focus {
	text-decoration:none;
	color:#262626;
	background-color:#f5f5f5;
}
.megamenu.disabled > a,.megamenu.disabled > a:hover,.megamenu.disabled > a:focus {
	color:#999;
}
.megamenu.disabled > a:hover,.megamenu.disabled > a:focus {
	text-decoration:none;
	background-color:transparent;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor:not-allowed;
}
.megamenu.dropdown-header {
	color:#428bca;
	font-size:18px;
}
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-brand {
	color:#32612D;
	font-size: 16px;
	font-weight: 800;
}

.main-nav > li > a{
	margin-right: 10px;
	position: relative;
}

.main-nav{
	margin-right: 30px !important;
}

.main-nav > li > a:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: rgba(34, 45, 50,.5);
}

.dropdown-title{
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.vertical-line-right, .vertical-line-left{
	position: relative;
}

.vertical-line-right:after, .vertical-line-left:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: rgba(204, 204, 204, 0.5);
}

.vertical-line-left:before{
	left: 0 !important;
}

.megamenu .no-padding-ul{
	padding: 0;
	margin: 0;
}

.megamenu ul li {
	list-style: none;
}

.megamenu ul li a, .sub-menu li a{
	font-size: 14px;
	padding: 7px 0 !important;
	display: block;
	color: #777;
}

.megamenu ul li a:hover{
	color: #000;
}

.sub-menu li a{
	padding: 10px 20px !important;
	font-weight: bold;
}

.megamenu .nav-menu-text{
	font-size: 15px;
	color: #777;
}

.nav-menu-text-list li{
	color: #333 !important;
}

.dropdown-header{
	padding: 13px 0 5px;
	font-size: 14px;
	color: #32612D;
	position: relative;
	padding-left: 15px;
}

.dropdown-header:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #32612D;
	left: 0;
	bottom: 35% !important;
}

.dropdown-header:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 10px;
	background-color: #32612D;
	left: 3.5px;
	top: 49%;
}

.submenu-logo{
	width: 120px;
	height: auto;
	margin: 30px 0 20px;
}

.menu-button li a{
	background-color: #eed202;
	border: none;
	color: #111 !important; 
	font-weight: 400 !important;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 !important;
}

.menu-button li a:hover{
	background-color: #efcc00 !important;
}

.navbar-default .navbar-nav > .active > a{
	background: transparent;
}

.navbar-default .navbar-nav > .active > a:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	height: 2px;
	background-color: #eed202;
}

.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
}

.main-nav > li > a:hover:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	height: 2px;
	background-color: #eed202;
}


@media max-width 768px{
	.megamenu {
		margin-left:0;
		margin-right:0;
	}
	.megamenu> li {
		margin-bottom:30px;
	}
	.megamenu> li:last-child {
		margin-bottom:0;
	}
	.megamenu.dropdown-header {
		padding:3px 15px!important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color:#fff;
	}
}
.navbar-default .navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #39b3d7;
}
.thumbnail {
  border-radius: 0;
}

.sub-menu-list{
	list-style: none;
	display: block;
	border-bottom: rgba(204, 204, 204, .5) solid 1px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 60px;
}

.sub-menu-list li{
	width: 49%;
	display: inline-block;
	text-align: center;
}

.sub-menu-list li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	font-weight: 800 !important;
}

.sub-menu-list .active a{
	background-color: #32612D;
	color: #fff;
}

.br-first-menu a{
	border-radius: 10px 10px 0 10px;
}

.br-sec-menu a{
	border-radius: 10px 10px 10px 0;
}

.r-relative{
	position: relative;
}

.shadow-box{
    box-shadow: #ccc 10px 10px 0 0;
    border: rgba(204, 204, 204, .5) solid 1px;
    border-radius: 10px;
}




/*************************
	BODY STYLE 
*/

.nav-logo{
	width: 100px !important;
	height: auto  !important;
	position: relative  !important;
}

.nav-logo:before, .nav-logo:after{
	right: -110%  !important;
	font-size: 19px  !important;
}

.nav-logo:before{
	content: "Levons nous"  !important;
	position: absolute  !important;
	top: 0  !important;
	color: #111  !important;
	color: #32612D  !important;
}
.nav-logo:after{
	content: "et Bâtissons"  !important;
	position: absolute  !important;
	top: 25px  !important;
	color: #111  !important;
	font-size: 15px !important;
	color: rgba(34, 45, 50,.96)  !important;
	right: -87%  !important;
}


.nav-logo a{
	display: block;
	margin-top: -24px;
}

.carousel-caption{
	background: rgba(34, 45, 50,.6) !important;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 10px;
}

.carousel-caption h3{
	font-size: 34px;
}

.carousel-caption h3 i, .carousel-caption h3 strong{
	color: #eed202;
}

.carousel-caption h3 strong{
	text-decoration: underline;
}

.carousel-indicators li{
	width: 30px;
}

.row-head {
	margin-bottom: 60px;
}

.row-head span, .span-spec{
	text-transform: uppercase;
	color: #eed202;
	padding-left: 13px;
}

.row-head h2{
	color: #32612D;
	font-size: 50px;
	letter-spacing: -4px;
}

.row-head h2 em{
	font-style: normal;
	color: #eed202;
	text-decoration: underline;
}

.row-head h2 > i{
	color: #eed202;
}

.row-head-desc p{
	font-size: 16px;
	color: #777;
	margin: 30px 0;
}

.row-head-desc a{
	color: #555;
	text-transform: uppercase;
	font-size: 13px;
}

.row-head-desc a:hover{
	color: #eed202;
}

.news-wrapper{
	position: relative;
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 10px;
}

.news-wrapper-over{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(38, 50, 56, .1) 0%, rgba(38, 50, 56, .7) 80%, rgba(38, 50, 56, .95) 100%);
	z-index: 1;
}

.news-content{
	position: absolute;
	bottom: 0;
	padding: 40px;
	z-index: 2;
}


.news-content span{
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
}

.news-content span i{
	font-style: normal;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 8px;
	background-color: #eed202;
	margin-right: 10px;
	color: #111;
	border-radius: 10px;
}

.news-content h3{
	color: #fff;
}

.pres-img{
	position: relative !important;
	width: 90%  !important;
}

.pres-img img{
	position: relative;
	z-index: 1;
	border-radius: 10px;
	border: #fff solid 10px;
}

.pres-img .img-tild{
	position: absolute;
	width: 60%;
	height: 60%;
	background-color: #fff;
	right: -40px;
	bottom: -40px;
	z-index: 0;
	border-radius: 10px;
	box-shadow: rgba(204, 204, 204, .7) 0 5px 10px 10px;
}

.pres-text{
	padding: 20px 0px 0 30px;
}

.pres-text h2{
	margin-bottom: 30px;
	font-size: 54px;
}

.pres-text p{
	margin: 45px 0 60px;
	font-size: 16px;
}

.pres-text ul{
	padding: 0;
	margin: 0;
}

.pres-text ul li{
	list-style: none;
	text-align: left;
	display: inline-block;
	margin-right: 20px;
	width: 45%;
}

.pres-text ul li span{
	color: #32612D;
	display: block;
	margin: 0 0 10px;
	padding-left: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 900;
}

.pres-text ul li h3{
	font-size: 48px;
	letter-spacing: -3px;
	margin: 0;
	position: relative;
}

.join-wrapper{
	border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D3D3D3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 1em 1em 1em 1em;
  --e-column-margin-right: 1em;
  --e-column-margin-left: 1em;
  padding: 3em 2em 3em 2em;
  background: #fff;
  text-align: center;
  box-shadow: #ccc 10px 10px 0 0;
  border-radius: 10px;
}

.join-wrapper i{
	font-size: 48px;
	color: rgba(204,204,204,.8);
}

.join-wrapper h4{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 7px;
	letter-spacing: -3px;
	border-bottom: rgba(204, 204, 204, .5) solid 1px;
	padding-bottom: 30px;
}

.join-wrapper span{
	color: #7B7B7B;
	font-family: MainTitle;
	font-size: 16px;
	display: block;
	margin: 40px auto 50px;
	width: 90%;
}

.join-wrapper strong{
	display: block;
	margin: 35px auto;
	font-size: 30px;
	font-family: MainTitle;
}

.join-wrapper strong span{
	display: inline-block;
}

.join-wrapper a{
	text-transform: capitalize;
	font-size: 15px;
	display: block;
	margin: auto;
	width: 180px;
}

.butt{
	border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  text-transform: capitalize;
  margin-top: 20px;
  background: #eed202;
  border: none !important;
  color: #111;
}

.butt-header{
	margin-right: 0 !important;
	margin-top: 13px !important;
	float: right;
  padding: 14px 30px;
  font-size: 13px;
  background: #eed202 !important;
  border: #eed202 solid 1px !important;
  color: #fff;
}

.butt:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}

.banner-butt{
	border: none !important;
}

.btn-effect-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #32612D; 
  border-radius: 5px;
}

.btn-effect-1:hover {
  	color: #fff !important; 
}

.btn-effect-1:hover::after {
	width: 100%; 
}

.btn-effect-2:hover {
	border: #32612D solid 1px !important;
}

.btn-effect-3{
	background: #32612D !important; 
	color: #fff !important;
}

.btn-effect-3:after {
  background: #eed202 !important; 
}

.btn-effect-3:hover {
  color: #363837 !important;
}

.butt-hover{}

.media-wrapper{
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
}

.play_video_button{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

.play_video_button a{
	color: #eed202;
	font-size: 42px;
	display: block;
	width: 100%;
	height: 100%;
}

.play_video_button a > i{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: auto;
	padding-top: 20%;
}

.inner-div-wrapper{
	padding: 40px;
}

.news-details-head{
	margin-bottom: 0;
}

.news-details-head h2{
	font-size: 40px;
	letter-spacing: -2px;
}

.news-details-head span{
	display: block;
	color: #111 !important;
	background-color: #ccc;
	width: 350px;
	font-size: 12px;
	text-align: center;
	border-radius: 30px;
	padding: 5px 0; 
	margin-left: 15px;
}

.details-img img{
	border-radius: 10px;
}

.details-img{
	margin-bottom: 30px;
}

.details-content{
	padding: 0 15px;
}

.details-content p{
	font-size: 15.8px !important;
	color: rgba(0, 0, 0, .6);
}

.txt-upper{
	text-transform: uppercase;
}

.details-view-all{
	margin-left: 15px;
	margin-top: 40px;
}

.details-view-all a{
	color: #32612D;
}

.details-view-all i, .details-view-all a{
	transition: all ease .6s;
}

.details-view-all a:hover{
	margin-left: 7px;
}

.details-view-all a:hover i{
	margin-right: 7px;
}

.contact-wrapper{
	padding: 60px;
}

.contact-wrapper label{
	font-weight: 800 !important;
	margin-left: 10px;
	letter-spacing: -.5px;
	display: block;
}

.contact-wrapper input, 
.contact-wrapper select,
.contact-wrapper textarea{
	font-size: 14px !important;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: rgba(204, 204, 204, 1) solid 1px;
	background-color: #e9eaeb;
}

.contact-wrapper ul li{
	list-style: none;
	margin-bottom: 50px;
}

.contact-wrapper ul li i{
	background-color: #1169c2;
	margin-right: 10px;
	padding: 13px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
}

.contact-wrapper ul li span{
	font-weight: 400;
	display: inline-block !important;
	color: #555;
}

.contact-wrapper ul li span h4{
	color: #07376e !important;
	margin-bottom: 5px;
}

#map{
	border: none;
	min-height: 471px;
	background-color: rgba(204, 204, 204, .3);
}

#contact-adress{
	width: 100%;
	margin-bottom: 20px;
}

#contact-adress i{
	width: 40px;
	height: 100%;
	margin-right: 12px;
	text-align: center;
	line-height: 60px;
	float: left;
	background-color: #32612D;
	color: #fff;
}

#contact-adress span{
	display: inline-block;
}

.dynamic-stat-style i{
	font-size: 34px;
	left: 0px;
	top: 10px;
	color: #eed202;
	font-weight: bold;
	margin-left: 7px;
}

.inner-header {
	padding: 20px 0 10px;
}

.inner-header ul li{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}

.inner-header ul > li:first-child{
	margin-bottom: 15px;
}

.inner-header ul li a{
	color: #32612D;
	font-weight: 700;
	padding: 7px 15px;
	background-color: #eed202;
	border-radius: 20px;
	font-size: 11px;
}

.border-bottom{
	border-bottom: rgba(204, 204, 204, .5) solid 1px !important;
}

/*************************
		FOOTER STYLE 
*/

.footer-top-wrapper{
	position: relative;
	background-color: #eed202;
	padding-top: 70px;
	padding-bottom: 40px;
}

.footer-left-top-footer{
	position: absolute;
	background: #32612D;
	top: 0;
	left: -55%;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: skewX(-30deg);
	border-bottom: #fff solid 30px;
	border-top: #fff solid 40px;
}

.footer-top-wrapper span{
	display: block;
	margin: 30px 0 0;
}

.footer-top-wrapper h3{
	position: relative;
	color: #fff;
	letter-spacing: -4px;
	margin-top: 10px !important;
	font-size: 38px;
}

.footer-top-wrapper h3:before{
	position: absolute;
	content: "\f095";
	font-size: 130px;
	color: #fff;
	font-family: FontAwesome;
	left: -50px;
	top: -20px;
}

.footer-top-wrapper h3 i{
	color: #eed202;
}

.footer-top-wrapper p{
	font-size: 15px;
	color: rgba(0, 0, 0, .7);
}

.footer-top-wrapper p a{
	color: #32612D;
}

.footer-top-separator{
	padding-right: 100px !important;
	position: relative;
}

.footer-top-separator:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 150%;
	background-color: rgba(0, 0, 0, .1);
	right: 50px;
	top: -15%;
	display: none;
}

.checkbox-wrapper input{
	float: left;
	width: 5%;
}

.checkbox-wrapper p{
	float: left;
	width: 95%;
	font-size: 14px;
}

.newsletter-wrapper{
	margin-bottom: 15px;
}

.newsletter-wrapper h4{
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.newsletter-wrapper input{
	float: left;
	width: 80%;
	height: 70px;
	border: none;
	padding-left: 20px;
	border-radius: 10px 0 0 10px;
}

.newsletter-wrapper button{
	width: 20%;
	height: 70px;
	border-radius: 0;
	border: none;
	background-color: #32612D;
	border-radius: 0 10px 10px 0;
}

.newsletter-wrapper button:hover{
	background-color: #111;
}

.footer{
	position: relative;
	background-image: url(../images/hero-1.jpg);
	min-height: 300px;
	padding: 120px 0  60px !important;
}

.footer-topper{
	position: absolute;
	background: rgba(34, 45, 50,.96);
	/*background: rgba(17,24,39,.97);*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.footer-header h4{
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	margin-bottom: 30px;
}

.footer-header h4 i{
	color: #eed202;
}

.footer-header ul {
	padding: 0;
	margin: 0;
}

.footer-header ul li{
	list-style: none;
}

.footer-header ul li a{
	color: rgba(204, 204, 204, .8);
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

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

.hr-footer{
	border-top: rgba(204, 204, 204, .15) solid 1px;
	margin: 60px 0;
}

.copyright-wrapper{
	text-align: center;
	color: #fff;
}

.copyright-wrapper p{
	font-size: 13px;
}

.copyright-wrapper span{
	font-size: 12px;
	color: rgba(255, 255, 255, .6);
}

.copyright-wrapper span a{
	color: #eed202;
}

.footer-par p{
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	margin: 25px 0;
	line-height: 25px;
	letter-spacing: -.5px;
}

.footer-social-medias{
	padding: 0;
	margin: 0;
}

.footer-social-medias li{
	list-style: none;
	display: inline-block;
}

.footer-social-medias li a{
	color: #fff;
	font-size: 22px !important;
	margin-right: 20px;
}

.new-newsletter h3{
	font-size: 38px;
}

.new-newsletter input,.new-newsletter input:focus{
	width: 100%;
	border: none !important;
	border-bottom: rgba(204, 204, 204, .8) solid 1px !important;
	height: 70px;
	padding-left: 20px;
}

.new-newsletter button{
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: -1px;
	background-color: rgba(34, 45, 50,.96) !important;
	color: #fff !important;
}

.new-newsletter button i{
	margin-left: 10px;
}

.footer-par h2{
	font-size: 48px;
	margin: 0;
	color: #eed202 !important;
}

.footer-par h2 i{
	color: #fff !important;
}


.footer-header-contact p{
	color: rgba(255, 255, 255, .8);
}

.footer-header-contact h3{
	margin: 30px 0 30px;
	color: #fff;
}


.hidden-class{
	display: none !important;
}

.error-page h1{
	font-size: 240px;
}

.error-page p{
	font-size: 18px;
	margin-bottom: 60px;
}

/*
ADMIN PANEL
*/
:root {
    --bs-blue: #5e72e4;
    --bs-indigo: #6610f2;
    --bs-purple: #7d49eb;
    --bs-pink: #e83e8c;
    --bs-red: #EE3232;
    --bs-orange: #ff9900;
    --bs-yellow: #FFFA6F;
    --bs-green: #297F00;
    --bs-teal: #20c997;
    --bs-cyan: #3065D0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #36C95F;
    --bs-secondary: #A336C9;
    --bs-success: #2bc155;
    --bs-info: #369DC9;
    --bs-warning: #ffb800;
    --bs-danger: #F46B68;
    --bs-light: #D1D1D1;
    --bs-dark: #3e4954;
    --bs-primary-rgb: 54, 201, 95;
    --bs-secondary-rgb: 163, 54, 201;
    --bs-success-rgb: 43, 193, 85;
    --bs-info-rgb: 54, 157, 201;
    --bs-warning-rgb: 255, 184, 0;
    --bs-danger-rgb: 244, 107, 104;
    --bs-light-rgb: 209, 209, 209;
    --bs-dark-rgb: 62, 73, 84;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 126, 126, 126;
    --bs-body-bg-rgb: 246, 251, 248;
}

.txt-center{
	text-align: center !important;
}

.bg-white{
	background-color: white !important;
}

.td-center{
	text-align: center;
}

.div-100{
	width: 100%;
	height: auto;
}

.div-img img{
	width: 100%;
	height: auto;
}

.login-wrapper{
	background-color: white;
	width: 70%;
	min-height: 100px;
	margin: 18rem auto 0;
	padding: 40px;
	border-radius: 0.75rem;
    box-shadow: 0px 12px 33px 0px rgb(62 73 84 / 20%);
    height: calc(100% - 30px);
}

.login-logo{
	width: 100px;
	height: auto;
	margin: 20px 0 0px;
}

.login-wrapper h2{
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: capitalize;
}

.login-wrapper p{
	margin-bottom: 40px;
	color: #999;
}

/*
	
*/

.dash-stats{
	padding: 1.875rem;
	background-color: white;
	float: left;
	margin: 20px auto;
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
	color: white;
	overflow: hidden;
    box-shadow: 0px 12px 33px 0px rgb(62 73 84 / 20%);
    border-radius: 1.25rem;
}

.stats-80{
	width: 65%;
	float: left;
}

.stats-20{
	width: 35%;
	float: left;
}

.dash-stats p{
	font-family: MainTitle;
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
	padding-bottom: 10px;
}

.dash-stats h2{
	margin: 0;
	font-size: 38px;
	font-weight: bold;
	font-family: SubTitle;
	color: white;
}

.dash-stats i{
	font-size: 80px;
	line-height: 80px;
	text-align: center !important;
	display: block;
	color: rgba(255, 255, 255, 0.15);
}

.dash-title h2{
	margin-top: 0px;
	border-bottom: rgba(204, 204, 204, 0.7) solid 1px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
}

.nav-bar-admin{
	margin-bottom: 40px;
}

.nav-bar-admin .navbar-nav > li > a{
	padding: 25px 20px;
}

.panel-heading h3{
	display: inline-block;
	margin: 5px 0;
	font-weight: bold;
}

.panel-heading span{
	float: right;
	margin: 3px 0;
	font-size: 24px;
}

.view-member-details-td{
	padding: 3px !important;
}

.view-member-details-td a{
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: white;
	padding: 10px 0;
}

.validation-buttons{
	text-align: center;
	list-style: none;
}

.validation-buttons li{
	display: inline-block;
}

.td-uppercase{
	text-transform: uppercase;
}

.td-capitalize{
	text-transform: capitalize;
}

.modal-footer-signature{
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}

/*.panel-body-elements a{
	float: right;
	border-radius: 0;
	margin-bottom: 15px;
}*/

.panel-body-elements a:first-child i{
	display: inline-block;
	border-right: #ccc solid 1px;
	padding-right: 12px;
	margin-right: 10px;
}

.verified-member{
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
}

.pending-verification{
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
}

.unverified-member{
	background-color: #d9534f !important;
	border-color: #d9534f !important;
}

.catalog-member li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
	color: #999;
}

.catalog-member li span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f0ad4e;
}

.validated-member{
	background-color: #5cb85c !important;
}

.unvalidated-member{
	background-color: #d9534f !important;
}

.div-wrapper-filter {
	margin: 7px 0 15px;
}

.div-wrapper-filter select{
	width: 100%;
	height: 35px;
	border: rgba(204, 204, 204, 0.5) solid 1px;
	padding-left: 10px;
}

.div-wrapper-filter button{
	border-radius: 0;
}

.padding-left-0{
	padding-left: 0 !important;
}

.footer-bradcrumbs{
	border: #ddd solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
}

.member-search{
	position: relative;
}

.member-search button{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px 5px 0;
}

.pagination > li > a{
	color: #999;
}

.pagination > .active > span{
	background-color: #5cb85c !important;
	border-color: #5cb85c !important;
}

.td-action-list {
	text-align: center;
}

.td-action-list li{
	list-style: none;
}

.td-action-list li a{
	cursor: pointer;
}

#login-failed-wrapper{
	text-align: center !important;
}

.admin-media-wrapper{
	height: 100px !important;
}

.admin-media-wrapper span{
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;
	background: red;
	z-index: 99;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
}

.admin-media-wrapper span a{
	color: #fff;
}


