@font-face
{ 
	font-family: 'bold';
	src: url(../fonts/Antonio-Bold.ttf) ;
	
}
@font-face
{ 
	font-family: 'nrml';
	src: url(../fonts/Antonio-Regular.ttf) ;
	
}

html,
body {
	height: 100%;
	font-family: "nrml", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {letter-spacing: 1px;
	margin: 0;
	color: white;
	font-weight: 400;
	font-family: "bold", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: "Muli", sans-serif;
	color: #a9a9a9;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

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

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
	text-align: center;
}

.section-title span {
	font-size: 16px;
	color: #ffff00;
    letter-spacing: 1px;
	text-transform: uppercase;
	
}

.section-title h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 8px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position:  center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	padding: 17px 30px 16px;
	color: #ffff00;
	background: #f36100;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}

.primary-btn.btn-normal {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.primary-btn.btn-normal:hover {
	background: #ffff00;
	border-color: #ffff00;
    color: black;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}



/*---------------------
  Header
-----------------------*/

.header-section {
	position: absolute;
	left: 0;
    background-color: black;
	top: 0;
	width: 100%;
    height: 80px;
	padding: 0 15px;
	
	z-index: 99;
}

.logo a {
	display: block;
}
.logo  {height: 80px;
	
}
.logo a img {
	width: 75%;
}

.nav-menu {vertical-align: middle;
	text-align: center;margin-top: 20px;
}

.nav-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 32px;
	position: relative;
	z-index: 1;
}







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

.nav-menu ul li.active>a {
	color: #ffff00;
}

.nav-menu ul li.active>a:after {
	opacity: 1;
}

.nav-menu ul li:hover>a {
	color: #ffff00;
}

.nav-menu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
}

.nav-menu ul li a {
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "bold", sans-serif;
    letter-spacing: 1px;
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ac ul li a {font-size: 16px;
}

.nav-menu ul li a:after {
	position: absolute;
	left: 0;
	top: 22px;
	height: 1px;
	width: 100%;
	background: #ffff00;
	content: "";
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.ac ul li a i{font-size: 20px;margin-left: 4px;}
.ab{height: 80px;vertical-align: middle}
 .ac:after {
	position: absolute;
	left: 0;
	top: 30px;
	height: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	content: "";
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas-open {
	display: none;
}

.home{margin-top:80px;width:100%;height:auto;margin-bottom:10px}.home_container{position:absolute;bottom:129px;left:0;width:100%}#contact{background:url(../images/contact.jpg) no-repeat center top;background-color:#7bc3d1;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;text-align:center}.col-md-8{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;text-align:center}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;text-align:center}
#contact .overlay{padding:160px 0 40px 0;background:-moz-linear-gradient(top, rgba(100,100,100,0.8) 0%, rgba(255,214,255,0.5) 100%);background:-webkit-linear-gradient(top, rgba(100,100,100,0.8) 0%, rgba(255,214,255,0.5) 100%);background:linear-gradient(to bottom, rgba(100,100,100,0.8) 0%, rgba(255,214,255,0.5) 100%)}
.section-title h2{font-family:'bold';margin:0;color:yellow;margin-bottom:30px;font-size:40px;font-weight:400;text-transform:uppercase;padding-bottom:10px;padding-top:25px}.section-title p{font-family:'nrml';line-height:25px;margin:0;color:white;margin-bottom:30px;font-weight:400;padding-bottom:10px; text-transform: uppercase; font-size: 20px}#contact h3{padding-top:20px;font-size:20px;font-weight:400;color:#fff}#contact form{padding:20px 0}#contact i.fa{color:#121d1f;margin-bottom:10px}#contact .text-danger{color:#f60;text-align:left}label{font-size:12px;font-weight:400;float:left}#contact .form-control{display:block;width:100%;padding:6px 12px;margin:10px 0;font-size:14px;line-height:1.42857143;color:black;background-color:#f8f9fadef;background-image:none;border:0;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:none;-o-transition:none;transition:none;font-family:'nrml'}#contact .form-control:focus{border-color:inherit;outline:0;-webkit-box-shadow:transparent;box-shadow:transparent}.form-control::-webkit-input-placeholder{color:#495057}.form-control:-moz-placeholder{color:#495057}.form-control::-moz-placeholder{color:#495057}.form-control:-ms-input-placeholder{color:#495057}#contact .btn{margin-top:20px}.btn-default{color:yellow;background-color:transparent;border:2px solid yellow;padding:12px 20px;margin:0;font-size:15px;border-radius:0;text-transform:uppercase;font-family:"bold"}#contact .social{margin-top:80px}#contact .social ul li{display:inline-block;margin:0 20px}#contact .social i.fa{font-size:30px;padding:4px 5px;color:#fff;transition:all 0.5s}#contact .social i.fa:hover{color:red}.contact_map{width:100%}.map{width:100%}.google_map{width:100%;height:434px}.map_container{width:100%;height:100%;overflow:hidden}#map{width:100%;height:calc(100%+30px)}.blog{width:100%;background:rgb(49 49 49);padding-top:40px;padding-bottom:40px}.section_title h2{font-family:"bold";color:#ffff00; text-transform: uppercase;padding-bottom: 20px;}.blog_col{text-align:center;margin-bottom:50px;margin-top:10px;position:relative;display:inline-block;margin-left:auto;margin-right:auto;padding:0px;text-align:center;height:auto}}.blog_post{background:rgba(65,65,65,1);text-align:center;width:100%;display:inline-block}.blog_post_image{width:100%}.blog_post_image img{width:100%}.blog_post_image img:hover{}.blog_post_image a{margin-left:auto;margin-right:auto;display:block}.blog_post_date a{display:block;font-size:20px;color:white;line-height:38px}.blog_post_content{text-align:center;padding-top:10px;padding-bottom:10px;color:white;font-size:22px;font-family:'bold';padding:10px}.blog_post_content p{text-align:center;font-size:18px;color:white;padding:0;font-family:'nrml'}.blog_post_title{padding-bottom:10px}.map{padding-bottom:50px;padding-top: 50px}.footer{z-index:-2;background-color:#231f20}.logo img{width:100%}.produits ul li a{text-align:left;color:white;font-family:'nrml'}.produits{margin-top:20px;text-align:left}.produits h5{font-family:'bold';color:darkorange;font-size:1rem}.copyright{display:flex}.copyright p{margin-left:10px;margin-right:10px}a:not([href]):not([tabindex]){color:white}@media only screen and (max-width:425px){.aq{max-width:100%}}
/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #000000;
	padding-top: 50px;
}

.fs-about {
	margin-bottom: 30px;
}

.fs-about .fa-logo {
	margin-bottom: 30px;
}

.fs-about .fa-logo a {
	display: inline-block;
}

.fs-about p {
	line-height: 26px;
	color: #c4c4c4;
}

.fs-about .fa-social a {
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 10px;
}

.fs-about .fa-social a:last-child {
	margin-right: 0;
}

.fs-widget {
	margin-bottom: 30px;
}

.fs-widget h4 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 18px;
}

.fs-widget ul li {
	list-style: none;
}

.fs-widget ul li a {
	font-size: 14px;
	color: #c4c4c4;
	line-height: 30px;
}

.fs-widget .fw-recent {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1a1a1a;
}

.fs-widget .fw-recent:last-child {
	padding-bottom: 0;
	border: none;
}

.fs-widget .fw-recent h6 {
	margin-bottom: 6px;
}

.fs-widget .fw-recent h6 a {
	color: #c4c4c4;
	letter-spacing: 0.5px;
}

.fs-widget .fw-recent ul li {
	font-size: 12px;
	color: #4d4d4d;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.fs-widget .fw-recent ul li:last-child:after {
	display: none;
}

.fs-widget .fw-recent ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
}

.copyright-text {
	font-size: 14px;
	color: #c4c4c4;
	letter-spacing: 0.5px;
	border-top: 1px solid #1a1a1a;
	padding: 25px 0;
	margin-top: 15px;
}

.copyright-text a,
.copyright-text i {
	color: #f36100;
}

