/*-----------------------------------------------------------------------------------

    Template Name: Expo Multipurpose HTML5 Template
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI: http://percluatheme.com
    Version: 1.0
-----------------------------------------------------------------------------------*/


/*---------------- 1. Theme Default CSS ------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
.clear:before,
.clear:after {
	content: " ";
	display: table;
}
.clear:after {clear: both;}
.browserupgrade {
	margin: 0.2em 0;
	background: #242424;
	color:#242424;
	padding: 0.2em 0;
}
body {
	background:#fafafa;
	color: #8c8c8c;
	line-height:24px;
	font-family: 'Roboto';
}
.floatleft {float:left}
.floatright {float:right}
img {
	max-width:100%;
	height:auto;
}
.fix {overflow:hidden}
p {
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	color: #242424;
	margin-bottom: 10px;
	margin-top: 0px;
}
input, button{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
a {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	text-decoration:none;
	color:#242424;
}
a:hover {
	color: #da251c;
}
a:active, a:hover {
	outline: none;
	text-decoration:none;
}
a:focus{outline:0}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.ptb-15{padding:15px 0px;}
.ptb-40{padding:40px 0px;}
.ptb-140{padding:140px 0px}
.ptb-90{padding:90px 0px}
.pb-100{padding-bottom:100px;}
.pb-75{padding-bottom:75px}
.pt-75{padding-top:75px}

.mb-30{margin-bottom:30px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-100{margin-bottom:100px}


.bg-1{background:#fafafa; margin-top: 50px;}
.bg-2{background:#000000}

.bg-img-1{background:url(img/bg/1.jpg) no-repeat center center / cover}
.bg-img-2{background:url(img/bg/2.jpg) no-repeat center center / cover}
.bg-img-3{background:url(img/bg/3.jpg) no-repeat center center / cover}
.bg-img-5{background:url(img/bg/5-2.jpg) no-repeat center center / cover}

.black-opacity{
	position:relative;
	z-index:9;
}
.black-opacity::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

/*---------- header area start ----------*/
.header-top{
	padding:10px 0px;
	background:#da251c;
}
.header-top-left p{
	color:#fff;
}
.header-top-left p span,.header-top-left p a{
	color:#fff;
	font-weight:500;
}
.socil-icon {
	padding: 12px 0px;
}
.socil-icon ul li{
	display:inline-block;
	margin:0px 5px;
}
.socil-icon ul li:last-child{margin-right:0px;}
.socil-icon ul li a{
	height:30px;
	width:30px;
	border:2px solid #fff;
	line-height:28px;
	text-align:center;
	display:block;
	color:#fff;
	font-size:16px;
	border-radius:2px;
}
.socil-icon ul li a:hover{
	background:#fff;
	color:#da251c;
}
.logo h1 {
    font-family: "Bebas Neue";
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0;
}
.logo h1 span.fit{color:#da251c}
.logo h1  a{color:#da251c;}
.logo h1 span{
	color:#242424;
}
.logo img {
	/*width: 100%;*/
	height: 72px;
}
.header-top-left {
	padding: 3px 0;
}
.header-bottom{
	background:#fff;
}
.main-navigation {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 13px;
}
.navbar .container {
  width: 100%;
}
.navigation li {
	position:relative;
}
.navigation li a {
	color: #242424;
	font-weight: 500;
	padding:26px 10px;
	position: relative;
	text-transform: uppercase;
	z-index: 999;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.navigation li.current > a,.navigation > li:hover > a{
    background: #da251c;
    color: #fff;
}
.navigation li.current a:focus{
    background: #da251c;
    color: #fff;
}
.navigation li > ul{
	position:absolute;
	right:0;
	top:115%;
	width:180px;
	background:#fff;
	border-top:2px solid #da251c;
	z-index:999;
	padding:10px 20px;
	opacity:0;
	visibility:hidden;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	box-shadow:0px 1px 2px rgba(0,0,0,.1);
}
.navigation li:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
}
.navigation li > ul li{
	display:block;
}
.navigation li > ul li a{
	display:block;
	padding:0px;
/*	text-transform:capitalize;*/
	line-height:35px;
}
.navigation li > ul li:hover  a{
	padding-left:10px;
	color:#888;
}
.navbar-brand {
  padding:0px;
}
.navbar {
  margin-bottom:0;
  border:none;
}
.header-bottom.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999999;
	box-shadow:0px 2px 3px rgba(0,0,0,.2);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
/*---------- header area end ----------*/

/*-------- slider-area start -------------*/
.single-slider{
	position:relative;
}
.single-slider img{
    visibility: hidden;
}
.single-slider:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.75;
	content:"";
	z-index:9;
}
.slider-items{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:99;
	height:100%;
}
.slider-items p {
  width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.table{
	display:table;
	height:100%;
}
.table-cell{
	display:table-cell;
	vertical-align:middle;
}
.slider-items h2{
	color:#f1f1f1;
	text-align:center;
	font-family: "Bebas Neue";
	font-size:50px;
	letter-spacing:1px;
	margin-bottom:20px;
}
.slider-items h2 span{
	color:#da251c;
}
.slider-items h3 {
	color: #da251c;
	font-size: 25px;
	margin-bottom:20px;
}
.slider-items p{
	color:#f1f1f1;
	font-size:16px;
	margin-bottom:20px;
}
.slider-items a{
	display:inline-block;
	padding:12px 25px;
	background:#da251c;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}
.slider-items a:hover{
	background:#fff;
	color:#242424;
}
.slider-active .owl-nav div{
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	height:40px;
	width:40px;
	background:#f1f1f1;
	line-height:40px;
	text-align:center;
	font-size:24px;
	color:#da251c;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.slider-active .owl-nav div:hover{
	background:#da251c;
	color:#fff;
}
.slider-active .owl-nav div.owl-next{
	left:auto;
	right:20px;
}
.slider-active .owl-dots{
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	bottom:10px;
}
.slider-active .owl-dot{
	height:12px;
	width:12px;
	border:2px solid #f1f1f1;
	border-radius:1px;
	display:inline-block;
	margin:0px 3px;
}
.slider-active .owl-dot.active{
	background:#da251c;
}
/*-------- slider-area end -------------*/


/*---------- about-area start ----------*/
.section-title{
	/* margin-bottom:40px; */
}
.section-title h2 {
	color:#da251c;
	font-size: 40px;
	font-weight: 600;
	line-height: 30px;
	font-family: "Bebas Neue";
  padding-bottom: 30px;
}
.section-title p {
	font-size: 15px;
/*	text-transform: capitalize;*/
	color:#6d6d6d;
	/*font-style:italic;*/
}
.about-wrap {
  padding-right: 35px;
}
.about-title{
	text-transform:uppercase;
	font-weight:600;
	font-size:20px;
	margin-bottom:20px;
}
.about-wrap p{
	margin-bottom:10px;
}
.readmore{
	display:inline-block;
	padding:10px 20px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	background:#da251c;
	color:#fff;
	margin-top:20px;
	border:2px solid #da251c;
}
.readmore:hover{
	background:#fff;
	color:#da251c;
}
.progress-wrap{
	overflow:hidden;
}
.progress-wrap .progress {
	background-color: transparent;
	border-radius: 2px;
	box-shadow: none;
	height: 10px;
	border: 1px solid #da251c;
	margin-bottom:14px;
	margin-top:10px;
	overflow:visible;
}
.progress-wrap .progress-bar {
	background-color: rgba(0,0,0,.3);
	box-shadow: none;
	color: #ffffff;
	height: 100%;
	position:relative;

}
.progress-wrap .progress-bar p {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.progress-bar span {
	background: #da251c;
	color: #ffffff;
	display: block;
	font-family: "Bebas Neue";
	font-weight: 500;
	height: 30px;
	line-height: 35px;
	position: absolute;
	right: -1px;
	text-align: center;
	top: -22px;
	width: 30px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}
/*---------- about-area end ----------*/



/*---------- gallery-area start ----------*/
.gallery-active{
	padding-bottom:80px;
}
.gallery-img {
	position:relative;
}
.gallery-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	z-index:9;
	background:#000;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:0;
}
.gallery-img:hover:before{
	opacity:.75;
}
.gallery-img a{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%) scale(2);
	-moz-transform:translate(-50%,-50%) scale(2);
	-webkit-transform:translate(-50%,-50%) scale(2);
	font-size:60px;
	color:#fff;
	z-index:999;
	opacity:0;
}
.gallery-img:hover a{
	transform:translate(-50%,-50%) scale(1);
	-moz-transform:translate(-50%,-50%) scale(1);
	-webkit-transform:translate(-50%,-50%) scale(1);
	opacity:1;
}
/*---------- gallery-area end ----------*/

/*---------- contact-area start ----------*/
.contact-area{
	background:#262626;
	padding:100px 0px;
}
#googleMap{
	height:440px;
}
.contact-wrapper h2{
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
}
.contact-wrapper h3{
	color:#fff;
	text-align:center;
	margin-top:10px;
	font-size:20px;
}
.contact-wrapper span{color:#fff}
.contact-wrapper input,.contact-wrapper textarea{
	width:100%;
	height:40px;
	margin-bottom:10px;
	border:1px solid #f1f1f1;
	padding-left:20px;
}
.contact-wrapper textarea{
	height:100px;
	padding-top:5px;
}
.contact-wrapper span{
	font-size:12px;
	text-transform:uppercase;
}
.contact-wrapper button{
	padding:10px 25px;
	background:rgba(0,0,0,.5);
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	border:transparent;
}
.contact-wrapper button:hover{
	background:rgba(0,0,0,.7);
}
/*---------- contact-area end ----------*/

.footer-area{
	padding:20px 0px;
	background:#da251c;
	color:#fff;
	text-align:center;
/*	text-transform:capitalize;*/
}

/*------------- area-404 start -------*/
.error-page-area{
	background:#fafafa;
  border-top: 1px solid #da251c;
}
.error-page-wrap img{
	margin-bottom:30px;
}
.error-page-wrap h2{
	text-transform:uppercase;
	font-size:60px;
	font-weight:600;
	margin-bottom:30px;
}
.error-page-wrap p{
	font-size:24px;
	line-height:34px;
	margin-bottom:50px;
}
.error-page-wrap p a{
	padding:2px 10px;
	background:#da251c;
	color:#fff;
	font-size:18px;
}
.error-page-wrap form{position:relative;}
.error-page-wrap input{
	height:50px;
	border:1px solid #ccc;
	width:100%;
	background:#f1f1f1;
	padding-left:20px;
}
.error-page-wrap input:focus{
	outline:1px solid #da251c;
}
.error-page-wrap input::-webkit-input-placeholder {
  opacity:1;
}
.error-page-wrap input::-moz-placeholder {
  opacity:1;
}
.error-page-wrap button{
	position:absolute;
	right:0;
	height:100%;
	background:#f1f1f1;
	border:1px solid #ccc;
	width:50px;
	font-size:18px;
	top:0;
}
.error-page-wrap button:hover{
	color:#fff;
	background:#da251c;
	border-color:#da251c;
}
/*------------- area-404 end -------*/

#schedule {
    display: none;
}

.whatsapp a {
  position:fixed;
  width:60px;
  height:60px;
  top:90px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:999;
}
.whatsapp a:hover {
  color:#FFF;
}

.whatsapp-icon {
  margin-top:13px;
}

.whatsapp .tooltip {
  position: fixed;
  width: 200px;
  height: 60px;
  top: 90px;
  right: 115px;
  background-color: #342d2d;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  z-index: 999;
  opacity: 1;
  border: 1px solid #25d366;
  padding: 5px;
}
.whatsapp .tooltip:after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: -10px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: #342d2d;
  transform: rotate(45deg);
  border: 1px solid #25d366;
  border-left: 0;
  border-bottom: 0;
  z-index: 99;
}

span.how-item {
  color: #d5615c;
  font-size: 22px;
  font-family: Bebas Neue;
}

/* Start: Video Responsive */
.video {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 30px;
}
/* End: Video Responsive */

.social-container {
  position: absolute;
  right: 0;
  margin-right: 20px;
  font-size: 40px;
  margin-top: 45px;
  z-index: 9;
}

.social-container a {
  margin: 5px;
}