
header{
	background-color: #ffffff;
}

header.home-hero {
    position: relative;
    height: 95vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header.home-hero .container {
    position: relative;
    z-index: 2;
    height: 100%;
}
.text-container {
        background-color:rgba(0,0,0,.2);
		color: #fff;
}
header.home-hero .lead {
    text-transform: uppercase;
}
.caps{
	text-transform: uppercase !important;
}

.btn {
    max-width: 250px;
    border-radius: 0;
    font-weight: 500;
}
header.home-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 575.98px) {
    header.home-hero video {
        display: none;
   }
	header.home-hero {
		position: relative;
		height: auto;
		min-height: 25rem;
		width: 100%;
		overflow: hidden;
	}  
	.carousel-item .carousel-caption{
		background-color: rgba(255,255,255,.4);
	}
}
header.home-hero img.poster {
    height: 100vh;
    min-height: 100vh;
    object-fit: cover;
    object-position: bottom right;
    position: absolute;
    top: 0;
    left: 0;
}

.box01 {
	min-height: 200px;
	width: 100%;
	padding: 10px;
	color: white;
	background-color:rgba(0,0,0,.5);
	border-radius: 5px;
	
}

.bottomlogo{
	width: 180px;
	height: auto;
}
.footer-section{
	background: #e3e3e3;
}

.nav-item{
	margin-left: 10px;
	padding: 5px;
	background: #d8d8d5;
	min-width: 40px;
	text-align: center;
}
.gallerypic{
	height: 350px;
	width: 350px;
	object-fit: cover;
}
.videothumb1{
	width: 100%;
	height: 350px;
	object-fit: cover !important;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.section-title-10__title,.section-title-02__title,.breadcrumb_title{
	font-family: Arial, Helvetica, sans-serif;
}
.section-title > *:first-child {
	font-family: Arial, Helvetica, sans-serif;
}
.section-title-10__text{
	font-size: 15px;
	text-align: justify;
}
.section-title__title, .instagram-title__sub-title, .section-title-02__text,.call-to-action-box__title span{
	font-family: Arial, Helvetica, sans-serif;
}
.section-title p{
	font-family: Arial, Helvetica, sans-serif;
}
.section-title-02__text,.about-schedule_name{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8;		
}
.product-item__price{
	font-size: 16px !important;
	font-family: Arial, Helvetica, sans-serif;	
	text-transform: none;
}
.product-item__title{
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif;	
	text-transform: none;
}
.breadcrumb_text,.section-title-02__text,.instagram-title__sub-title{
	text-align: justify;
    line-height: 1.8;	
}
}