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

    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:#fff;
	color: #8c8c8c;
	line-height:24px;
	font-family: 'Poppins', sans-serif;
}
.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: #fc3c2a;
}
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-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}
.bg-2{background:#fc3c2a}

.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.jpeg) 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%;
}
/*---------- search- area -----------*/
.overlay-bg {
	background: #000 none repeat scroll 0 0;
	height: 100vh;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -9999;
	opacity:0;
}
.overlay-bg.active {
	opacity: 0.6;
	z-index: 99999999;
}
/*---------- search- area ---------------*/

/*---------- header area start ----------*/
.header-top{
	padding:10px 0px;
	background:#fc3c2a;
}
.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:#fc3c2a;
}
.logo h1 {
    font-family: "Bebas Neue";
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 19px 0px 12px;
}
.logo h1 span.fit{color:#fc3c2a}
.logo h1  a{color:#fc3c2a;}
.logo h1 span{
	color:#242424;
}
.header-top-left {
	padding: 3px 0;
}
.header-bottom{
	background:#fff;
}
.navigation li {
	position:relative;
}
.navigation li a {
	color: #242424;
	font-weight: 500;
	padding:26px 15px;
	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: #fc3c2a;
    color: #fff;
}
.navigation li.current a:focus{
    background: #fc3c2a;
    color: #fff;
}
.navigation li > ul{
	position:absolute;
	right:0;
	top:115%;
	width:180px;
	background:#fff;
	border-top:2px solid #fc3c2a;
	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%;
}
.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:#fc3c2a;
}
.slider-items h3 {
	color: #fc3c2a;
	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:#fc3c2a;
	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:#fc3c2a;
	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:#fc3c2a;
	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:#fc3c2a;
}
/*-------- slider-area end -------------*/
/*---------- our-special-service-area start ----------*/
.special-service-wrap{
	float:left;
	width:25%;
	position:relative;
	overflow:hidden;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.special-service-wrap img{
	width:100%;
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.special-service-wrap:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.special-service-content {
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}
.special-service-content::before{
    position: absolute;
    left:5%;
    top: 5%;
    height: 90%;
    width: 90%;
    border: 2px solid #fc3c2a;
    content:"";
}
.special-service-wrap:hover .special-service-content,.special-service-wrap.active .special-service-content{
	opacity:1;
	visibility:visible;
}
.special-service-content h2 {
	color: #fc3c2a;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	top: -20px;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	margin-bottom:15px;
}
.special-service-wrap:hover .special-service-content h2{
	top:0;
}
.special-service-wrap.active h2{
	top:0px;
}
.special-service-content p{
	margin-bottom:15px;
	color:#fff;
}
.special-service-content a{
	display:inline-block;
	height: 35px;
    width: 120px;
    line-height: 35px;
    margin: 0px auto;
	background:#fc3c2a;
	border-radius:3px;
	color:#fff;
	position:relative;
	bottom:-20px;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
}
.special-service-wrap:hover .special-service-content a{
	bottom:0;
}
.special-service-wrap.active a{
	bottom:0px;
}
.special-service-content a:hover{
	background:#fff;
	color:#fc3c2a;
}
/*---------- our-special-service-area end ----------*/

/*---------- about-area start ----------*/
.section-title{
	margin-bottom:40px;
}
.section-title h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: "Bebas Neue";
}
.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:#fc3c2a;
	color:#fff;
	margin-top:20px;
	border:2px solid #fc3c2a;
}
.readmore:hover{
	background:#fff;
	color:#fc3c2a;
}
.progress-wrap{
	overflow:hidden;
}
.progress-wrap .progress {
	background-color: transparent;
	border-radius: 2px;
	box-shadow: none;
	height: 10px;
	border: 1px solid #fc3c2a;
	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: #fc3c2a;
	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 ----------*/

/*---------- service-area start ----------*/
.section-title2 h2,.section-title2 p{
	color:#fff;
}
.service-items {
	border: 1px solid #eee;
	float: left;
	padding:40px 30px;
	text-align: center;
	width: 33.33%;
	margin-left: -1px;
	margin-top: -1px;
}
.service-items img {
	margin-bottom: 20px;
	height: 70px;
	width: 70px;
	background: #999;
	padding: 12px;
	border-radius: 2px;
}
.service-content h3{
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
}
/*---------- service-area end ----------*/


/*----------  trainers-area start ----------*/
.trainers-wrap{
	background:#fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
}
.trainers-img{
	position:relative;
	overflow:hidden;
}
.trainers-img:before{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%) scale(0);
	-moz-transform:translate(-50%,-50%) scale(0);
	-webkit-transform:translate(-50%,-50%) scale(0);
	height:50px;
	width:50px;
	border-radius:50%;
	content:"";
	background:#000;
	z-index:-9;
	transition: all .5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	opacity:0;
}
.trainers-wrap:hover .trainers-img:before{
	opacity:.5;
	z-index:9;
	transform:translate(-50%,-50%) scale(10);
	-moz-transform:translate(-50%,-50%) scale(10);
	-webkit-transform:translate(-50%,-50%) scale(10);
}
.trainers-img img{
	width:100%;
}
.team-icon{
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
}
.team-icon li a{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fc3c2a;
	color:#fff;
	display:inline-block;
	transform:perspective(1000px) rotateY(90deg);
	transform-origin:left;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	margin-bottom:1px;
	font-size:18px;
}
.trainers-wrap:hover .team-icon ul li a{
	transform:perspective(1000px) rotateY(0deg);
}
.team-icon:hover ul li a{
	transform:perspective(1000px) rotateY(0deg);
}
.team-icon ul li:nth-child(1) a{
	transition-delay:.1s;
	-webkit-transition-delay:.1s;
	-moz-transition-delay:.1s;
}
.team-icon ul li:nth-child(1) a:hover{
	background:#3b5998;
}
.team-icon ul li:nth-child(2) a{
	transition-delay:.2s;
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
}
.team-icon ul li:nth-child(2) a:hover{
	background:#55acee;
}
.team-icon ul li:nth-child(3) a{
	transition-delay:.3s;
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
}
.team-icon ul li:nth-child(3) a:hover{
	background:#007bb5;
}
.team-icon ul li:nth-child(4) a{
	transition-delay:.4s;
	-webkit-transition-delay:.4s;
	-moz-transition-delay:.4s;
}
.team-icon ul li:nth-child(4) a:hover{
	background:#dd4b39;
}
.trainers-info{
	padding:30px 0px 20px;
}
.trainers-info h3 a{
	text-transform:uppercase;
	font-weight:600;
	font-size:20px;
}
.trainers-info span{
	color:#fc3c2a;
	text-transform:uppercase;
}
.team-active{
	padding-bottom:40px;
}
.team-active .owl-item {
  padding-bottom: 5px;
}
.team-active .owl-dots{
	position:absolute;
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.team-active .owl-dot{
	height:10px;
	width:35px;
	display:inline-block;
	border-radius:5px;
	background:#242424;
	margin:0px 5px;
}
.team-active .owl-dot.active{
	background:#fc3c2a;
}

/*----------  trainers-area end ----------*/

/*----------  pricing-table-area start ----------*/
.pricing-table-wrap{
	box-shadow:0px 0px 5px #ccc;
	border:10px solid rgba(0,0,0,.5);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	text-align:center;
	padding:40px 0px;
}
.pricing-content h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}
.pricing-content h4{
	font-size:50px;
	font-family: "Bebas Neue";
	margin-bottom:20px;
	color:#fc3c2a;
}
.pricing-content ul li{
	padding:7px 0px;
	background:#ddd;
	font-weight:500;
}
.pricing-content ul li:nth-child(odd){
	background:#f1f1f1;
}
.pricing-content button{
	padding:10px 35px;
	background:#fc3c2a;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	border:none;
	border-radius:5px;
	margin-top:30px;
	border:2px solid #fc3c2a;
}
.pricing-content button:hover{
	background:#fff;
	color:#fc3c2a;
	border-color:#fc3c2a;
}
.pricing-table-wrap.active{
	border-color:rgba(216,31,31,.7)
}
.pricing-table-wrap.active .pricing-content h3{
	color:#fc3c2a;
}
.pricing-table-wrap.active .pricing-content h4{
	color:#242424;
}
.pricing-table-wrap.active .pricing-content ul li{
	padding:7px 0px;
	background:#f1f1f1;
	font-weight:500;
}
.pricing-table-wrap.active .pricing-content ul li:nth-child(odd){
	background:#ddd;
}
/*----------  pricing-table-area end ----------*/

/*----------  product-area start ----------*/
.product-wrap{
	background:#fff;
	text-align:center;
	box-shadow:0px 0px 5px #ccc;
	text-align:center;
}
.product-img{
	overflow:hidden;
	position:relative;
}
.product-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	opacity:.1;
	z-index:9;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
}
.product-wrap:hover .product-img:before{
	opacity:.5;
}
.product-img img{
	width:100%;
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.product-wrap:hover .product-img img{
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.product-img ul{
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}
.product-img ul li a{
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	background:#fff;
	display:inline-block;
	border:1px solid #fff;
	margin-bottom:1px;
	transform:perspective(1000px) rotateY(90deg);
	-moz-transform:perspective(1000px) rotateY(90deg);
	-webkit-transform:perspective(1000px) rotateY(90deg);
	transform-origin:left;
	-moz-transform-origin:left;
	-webkit-transform-origin:left;
}
.product-wrap:hover .product-img ul li a{
	transform:perspective(1000px) rotateY(0deg);
	-moz-transform:perspective(1000px) rotateY(0deg);
	-webkit-transform:perspective(1000px) rotateY(0deg);
}
.product-img ul li:nth-child(1) a{
	transition-delay:.1s;
	-webkit-transition-delay:.1s;
	-moz-transition-delay:.1s;
}
.product-img ul li:nth-child(2) a{
	transition-delay:.2s;
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
}
.product-img ul li:nth-child(3) a{
	transition-delay:.3s;
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
}
.product-img ul li a:hover{
	background:#fc3c2a;
	color:#fff;
	border-color:#fc3c2a;
}
.product-content{
	padding:25px 0px 20px 0px;
}
.product-content a{
	display:inline-block;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:700;
}
.product-content ul li{
	display:inline-block;
	font-size:18px;
	color:#ffd100;
	margin-bottom:20px;
}
.product-content span{
	font-size:18px;
	font-weight:700;
}
.product-active .owl-item{padding-bottom:10px}
/*----------  product-area end ----------*/

/*---------- calculate-area start ----------*/
.calculate-area{
	position:relative;
}
.calculate-wrap{
	padding: 60px 35px 25px;
	border: 2px solid #fff;
	margin: 100px 0px;
}
.calculate-wrap h2{
	font-size:30px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.calculate-wrap p{
    color: #fffdfc;
    margin-bottom: 35px;
    padding: 0px 180px;
}
.calculate-wrap h3{
	font-size:18px;
	font-weight:600;
	color:#fff;
	margin-top:20px;
}
.calculate-wrap button,.calculate-wrap input{
	width:100%;
	height:60px;
	background:transparent;
	border:1px solid #fff;
	margin-bottom:20px;
	color:#fff;
}
.calculate-wrap input{
	padding-left:10px;
}
.calculate-wrap  input:focus{
	background:#fff;
	color:#242424;
	outline:1px solid #fc3c2a;
	border:none;
}
.calculate-wrap input::-webkit-input-placeholder {
	opacity:1;
	color:#fff;
}
.calculate-wrap input::-moz-placeholder {
	opacity:1;
	color:#fff;
}
.calculate-wrap button {
	background:#fc3c2a;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	border-color:#fc3c2a;
}
.calculate-wrap button:hover{
	background:#fff;
	color:#242424;
}
.calculate-img {
	position: absolute;
	top: 42px;
}
/*---------- calculate-area end ----------*/

/*---------- callto-acction-area start ----------*/
.callto-acction-area{
	background:#fc3c2a;
}
.callto-action-wrap h2{
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.callto-action-wrap p{
	color:#fff;
	font-size:18px;
	margin-bottom:45px;
}
.callto-action-wrap a {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 12px 15px;
  text-transform: uppercase;
}
.callto-action-wrap a:hover{
	color:#fc3c2a;
	background:#fff;
}
/*---------- callto-acction-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 ----------*/

/*--------------- testmonial-area start -----------------------*/
.testmonial-area.black-opacity:before{
    opacity:.75;
}
.testmonial-wrap{
    background:#fff;
    box-shadow:0px 2px 3px rgba(0,0,0,.2);
    overflow:hidden;
}
.testmonial-img{
    float:left;
    background:#fc3c2a;
    padding:50px 30px;
    min-height:250px;
    position:relative;
}
.testmonial-img:before{
    position:absolute;
    right:-20px;
    top:50%;
    border-style:solid;
    border-width:10px;
    border-color: transparent  transparent transparent #fc3c2a;
    content:"";
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
}
.testmonial-img img{
    border-radius:50%;
}
.testmonial-content {
    margin-left: 240px;
    position:relative;
    height:250px;
}
.testmonial-content h3{
    text-transform:uppercase;
    font-size:20px;
    font-weight:700;
    margin-bottom:0px;
}
.testmonial-content  span{
    display:block;
    font-size:12px;
    font-style:italic;
    margin-bottom:15px;
}
.test-info {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    padding-right:20px;
}
.test-active{
    padding-bottom:50px;
}
.test-active .owl-dots{
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    bottom:-10px;
}
.test-active .owl-dot{
    height:7px;
    width:7px;
    background:#fff;
    outline:2px solid #fff;
    outline-offset:2px ;
    display:inline-block;
    margin:3px 8px;
}
.test-active .owl-dot.active{
    background:#fc3c2a;
    outline:2px solid #fc3c2a;
}
/*--------------- testmonial-area end -----------------------*/

/*------------------blog-area start  --------------------*/
.blog-wrap {
  background: #fff none repeat scroll 0 0;
  box-shadow:0px 1px 4px rgba(0,0,0,.3);
}
.blog-img img{
	width:100%;
}
.blog-content {
  padding: 30px 20px;
}
.blog-meta {margin-bottom:10px;}
.blog-meta ul li {
  display: inline-block;
  margin-left: 15px;
}
.blog-meta ul li:first-child{
	margin-left:0px;
}
.blog-meta ul li a{
	color:#444;
	font-size:13px;
}
.blog-meta ul li a i{margin-right:5px;}
.blog-content h3 a{
	font-size:18px;
	display:inline-block;
}
/*------------------blog-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 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:#fc3c2a;
	color:#fff;
	text-align:center;
	text-transform:capitalize;
}

/*==========================================
			home page 2 style here
============================================*/
.hero-area{
	height:100vh;
	position:relative;
}
.background-container {
  height: 100vh;
  overflow:hidden;
  width: 100%;
  position:relative;
}
.background-container{
	width:100%;
	padding:0;
}
.background-effect{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
}
.background-container .slider-items h2 span{
	color:#fff;
}

#video-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.video-background-area {
    position: relative;
    overflow: hidden;
	z-index:999;
}
.video-background-area:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	z-index:9;
	opacity:.7;
}
.animated-background {
	position:relative;
	overflow:hidden;
}
.large-header canvas {
  z-index: 99;
  position: relative;
}
.ripple,.particleground{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
/*----------------------------------
			blog area start
 ---------------------------------*/
 /*----------------- breadcumb-area start ------------------*/
.header-area2{
	position:static;
}
.breadcumb-area {
	height:500px;
}
.breadcumb-wrap h2 {
    padding: 20px 100px;
    display: inline-block;
    margin-bottom: 30px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 36px;
	position:relative;
}
.breadcumb-wrap h2:before,.breadcumb-wrap h2:after {
    position: absolute;
    top: 0;
    border-style: solid;
    border-width: 38px;
    content: "";
}
.breadcumb-wrap h2:before{
	border-color: transparent #fff transparent transparent;
	right: 0;
}
.breadcumb-wrap h2:after{
	border-color: transparent transparent transparent #fff;
	left: 0;
}
.breadcumb-wrap ul li{
	display:inline-block;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	margin:0px 5px;
}
.breadcumb-wrap ul li a{
	color:#fff;
}
.breadcumb-wrap ul li a:hover{
	color:#fc3c2a;
}
/*----------------- breadcumb-area end ------------------*/

/*---------- pagination -----------*/
.pagination-wrap ul{
	overflow:hidden;
	margin-top:20px;
}
.pagination-wrap ul li{
	display:inline-block;
	margin-left:15px;
}
.pagination-wrap ul li:first-child{margin-left:0px;}
.pagination-wrap ul li a{
	display:block;
	height:40px;
	width:40px;
	background:#fff;
	color:#555;
	line-height:40px;
}
.pagination-wrap ul li a:hover,.pagination-wrap ul li.active a{
	background:#fc3c2a;
	color:#fff;
}
/*---------- pagination -----------*/
/*-------------- blog-details-area start -------------*/
.blog-details-wrap,.comment-area,.comment-form{
	background:#fff;
	padding:20px;
}
.blog-active .owl-nav div{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	height:40px;
	width:45px;
	background:#fc3c2a;
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:38px;
}
.blog-active .owl-nav div.owl-next{
	left:auto;
	right:-1px;
}
.blog-details-content h3{
	text-transform:uppercase;
	font-weight:700;
	margin:30px 0px 20px;
}
.blog-details-content blockquote {
	background: #f1f1f1 none repeat scroll 0 0;
	border-left: 3px solid #fc3c2a;
	display: block;
	font-size: 17px;
	font-style: italic;
	line-height: 1.7em;
	margin: 30px 0;
	padding: 30px 35px;
}
ol{
	list-style:none;
	padding-left:40px;
}
.comment-area ol.comment {
	padding: 0;
}
.comment-title{
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:600;
}
.comment-area ol li {
	overflow:hidden;
}
.comment-img{
	float:left;
}
.comment-img img {
  border-radius: 50%;
}
.comment-content {
	margin-left: 85px;
	position:relative;
	margin-bottom:30px;
}
.comment-content h4{
	text-transform:capitalize;
	font-weight:600;
}
.reply {
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: -6px;
}
.comment-content2{margin-bottom:0px;}
.comment-form span{
	text-transform:uppercase;
	color:#999;
	margin-bottom:5px;
	font-weight:600;
}
.comment-form input,.comment-form textarea{
	width:100%;
	height:50px;
	margin-bottom:20px;
	border:1px solid #e1e1e1;
	padding-left:15px;
	border-radius:2px;
}
.comment-form button{
	padding:7px 30px;
	border:1px solid #222;
	background:#222;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	border-radius:3px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
}
.comment-form button:hover{
	background:#fc3c2a;
	border-color:#fc3c2a;
}
.comment-form textarea {
  height: 145px;
  padding-top: 5px;
}
/*------------ tag-wrap start-----------*/
.tag ul li{
	display:inline-block;
}
.tag ul li a {
	display: block;
	margin-bottom: 5px;
	padding: 5px 15px;
	border:1px solid #606060;
	color:#262626;
}
.tag ul li a:hover{
	background:#fc3c2a;
	color:#fff;
	border-color:#fc3c2a;
}
.related-product .related-product-content a {
  font-size: 16px;
  line-height: 20px;
}
.related-product .related-product-content > p{margin:0px;}
.shop-sidebar-area .shop-list-img {
  width: 34%;
}
.shop-sidebar-area .shop-list-content h3 {
  margin-bottom: 10px;
}
.shop-sidebar-area .shop-list-content p {
  margin-bottom: 14px;
  margin-top: 0;
}

/*------------ categorie start-----------*/
.sidebar-title{
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
	color:#fff;
	padding:15px 20px;
	background:#fc3c2a;
	overflow:hidden;
	margin:0px;
}
.p-20{
	padding:20px;
	background:#fff;
}
.categorie-menu ul li a {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
	font-size:13px;
}
.categorie-menu ul li:last-child a{padding:0px;}
.categorie-menu ul li a:before{
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:1px;
	background:#fc3c2a;
	content:"";
	transition:all .5s;
}
.categorie-menu ul li:hover a:before{width:100%;}
.categorie-menu ul li:last-child a:before{display:none;}

.search-wrapper form,.newslartter form{
	position:relative;
}
.search-wrapper  input, .newslartter input{
	width:100%;
	height:50px;
	border:1px solid #f1f1f1;
	padding:0px 50px 0px 10px;
}
.search-wrapper  button, .newslartter button{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:100%;
	background:#fc3c2a;
	color:#fff;
	font-size:18px;
	border:1px solid #fc3c2a;
}
.news-wrap p{
	text-align:center;
	color:#999;
	text-transform:capitalize;
}
.instragram li{
	float:left;
	width:33.33%;
}
.instragram li img{
	width:100%;
}
.flow-wrap ul li{
	display:inline-block;
	margin-right:1px;
}
.flow-wrap ul li:last-child{margin-right:0px;}
.flow-wrap ul li a{
	display:block;
	height:40px;
	width:40px;
	border:1px solid #606060;
	text-align:center;
	line-height:40px;
	font-size:16px;
}
.flow-wrap ul li a:hover{
	background:#fc3c2a;
	border-color:#fc3c2a;
	color:#fff;
}
/*-------------- blog-details-area end -------------*/
/*------------- area-404 start -------*/
.error-page-area{
	background:#fafafa;
  border-top: 1px solid #fc3c2a;
}
.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:#fc3c2a;
	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 #fc3c2a;
}
.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:#fc3c2a;
	border-color:#fc3c2a;
}
/*------------- area-404 end -------*/

#schedule {
    display: none;
}