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

html,
body {margin: 0;
    padding: 0;
	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;
}

/*********************************
5. Home
*********************************/

.home
{margin-top: 80px;
	width: 100%;
	
    background: #1b1b1b;
   
    display: block;
}

.home2
{margin-top: 80px;
	width: 100%;
	height: 100%;
    background: black;
   display: none
    
}

.image  {
    margin-top: 80px;
    widows: 100%;
height: 100%}
.image img{display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;}

.imageM  {
    
    widows: 100%;
height: 100%;
position: absolute;
top: 0px;
visibility: hidden}
.imageM img{display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;}

.home_container
{
	position: absolute;
	bottom: 115px;
	left: 0;
	width: 100%;
}


/*********************************
6. Blog
*********************************/


.section_title h2{font-size: 60px;
font-weight: 700;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-color: ;
    

}


#myModal{width: 100%;
padding-left: 0;
	padding-right: 0;}

#myModalVANILLE{width: 100%;
padding-left: 0;
	padding-right: 0;
}

#myModalMARRON{width: 100%;
padding-left: 0;
	padding-right: 0;}




.modal-content{
text-align: center;
	
}


.modal-content img{
	width: 100%;

}

.container{border: red saolid 2px}

.blog
{
	width: 100%;
	background: #1b1b1b;
	padding-top: 0px;
	padding-bottom: 102px;
    
        
   
   
}
.blog_col
{text-align: center;
	margin-bottom: 70px;
   
    position: relative;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
   
}

}
.blog_post
{
	width: 100%;
    display: inline-block;
}
.blog_post_image
{
	width: 100%;
}
.blog_post_image img
{
	width: 100%;
}
.blog_post_image img:hover
{
	
 filter: drop-shadow(2px 2px 15px white);
}

.blog_post_image a{

margin-left: auto;
    margin-right: auto;
display: block;}
.blog_post_date
{
	position: absolute;
	left: 16px;
	top: -24px;
	width: 120px;
	height: 30px;
	background: red;
	text-align: center ;
	
    border-radius: 10px;
}
.blog_post_date a
{
	display: block;
	font-size: 20px;
	color: white;
	line-height: 38px;
}
.blog_post_content
{ text-align: center;
	padding-top: 23px;
	padding-bottom: 23px;
    
}
.blog_post_title
{padding: 10px;
    
text-align: center;
     background-image: url(../images/bq2.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog_post_title a
{padding: 5px;
	font-size: 21px;
	color: white;
	line-height: 1;
    font-weight: 650;
	color:white;
	text-transform: uppercase;
    
    
}
.blog_post_title:hover{
   filter: drop-shadow(2px 2px 10px BLACK); 
}

.blog_post_title a:hover
{
	color: yellow;
     
}
.blog_post_info
{
	display: inline-block;
	margin-top: 13px;
	
}
.blog_post_info ul
{text-align: center;
	width: 100%;
	height: auto;
	background: #ff0000;
	border-radius: 10px;
	
	
}
.blog_post_info ul li,
.blog_post_info ul li a
{text-align: center;
	font-size: 18px;
    padding: 3px;
	
	color: #FFFFFF;
}
.blog_post_info ul li a:hover
{
	color: black;
}
.blog_post_info ul li
{text-align: center;
	position: relative;
	
}
.blog_post_info ul li:not(:last-child)::after
{text-align: center;
	display: block;
	content: '|';
	margin-left: 8px;
	margin-right: 8px;
}
.blog_post_text
{
	margin-top: 32px;
}
.load_more_row
{
	margin-top: 70px;
}
.load_more_button
{
	width: 216px;
	height: 48px;
	background: #c4ab9f;
	border: solid 2px #c4ab9f;
}
.load_more_button:hover
{
	background: transparent;
}
.load_more_button a
{
	color: #FFFFFF;
}
.load_more_button:hover a
{
	color: #c4ab9f;
}


/*---------------------
  Footer
-----------------------*/
#ft{}
.footer-section {
	 background-image: url(../images/1010.png) ;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
	padding-top: 250px;
    background-color: black;
   
}

.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;
	
	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;
}

