body, html{
	height: auto;
}

.our-story-wrapper{
	position: relative;
}

.our-story-wrapper .page-title{
	display: none;
}

.primary-footer{
    position: relative;
    padding-top: 10px;
    
   }
.our-story-hero{

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    -webkit-filter: brightness(50%);
	filter: brightness(50%);
		height: 100vh;
	width: 100vw;
}



.our-story-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
    background: rgba(0,0,0,0.8);
    padding: 50px 25px;
    left: 0;
    right: 0;
     margin-bottom: 100px;
    margin-top: 250px;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

    box-sizing: border-box;
  
 }
 
 
 .primary-footer{
	     background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	     background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
 }

 
body{

    background-image: url(/assets/img/templateourstory/1.jpg);
    background-size: cover!important;

    background-attachment: fixed;
}
 
 .our-story-content-wrapper{
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;
 }

.our-story-content h2{
	font-family: dense;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 8px;
	color: #ab8b6c;
}

.our-story-content p{
	font-size: 16px;
	line-height: 30px;
}


.our-story-content{
		margin-bottom: 30px;
    /*margin-left: 50px;*/
		margin-left: 10px;
    margin-right: 50px;

}


	.our-story-photo-wrapper{
		width: 30%;
	}
	.our-story-content-wrapper{
		width: 70%;
	}
	.our-story-box{
		box-sizing: border-box;

	}

	
	
	

@supports (overflow:-webkit-marquee) and (justify-content:inherit) 
{
	
	.our-story-photo-wrapper{
		width: 30%;
	}
	.our-story-content-wrapper{
		
		width: 70%;
	}


	
	
}


_::-webkit-full-page-media, _:future, :root .safari_only {
		.our-story-photo-wrapper{
		width: 30%;
	}
	.our-story-content-wrapper{
		
		width: 70%;
	}

	
	
	
	
	
	
}
@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto))
and (not (-moz-appearance:none))
{
	.our-story-photo-wrapper{
		width: 30%;
	}
	.our-story-content-wrapper{
		
		width: 70%;
	}


}

.our-story-photo-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
	    -webkit-box-align: center;	
	        -ms-flex-align: center;	
	            align-items: center;
}

 .our-story-photo img{
	 -o-object-fit: cover;
	    object-fit: cover;
	 height: 450px;
	  width: 300px;
	
 }
 
 .our-story-signature{

    margin-top: 30px;
	 
 }
 


.go-contact-us{
	margin-top: 25px;
	font-family: dense;
		text-align: start;

}


.go-contact-us a{
	font-size: 20px;
	letter-spacing: 10px;
	text-transform: uppercase;
	padding-right: 50px;
	background-image: url(/assets/img/templateourstory/icon/more-details-icon.svg);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: right center;
	cursor: pointer;
}

footer{
	position: fixed;
        bottom: 0px;

}