<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------

    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: #121212;
	color:#121212;
	padding: 0.2em 0;
}
body {
	background:#fff;
	color: #121212;
	line-height:24px;
	font-family: 'Poppins', sans-serif;
}
button{transition:all .5s;}
.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: #121212;
	margin-bottom: 10px;
	margin-top: 0px;
}
input, button{transition:all .5s;}
a {
	transition: all 0.5s ease 0s;
	text-decoration:none;
	color:#121212;
}
a:hover {
	color: #f58220;
}
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-100{padding:100px 0px}
.ptb-90{padding:90px 0px}
.pb-100{padding-bottom:100px;}
.pb-75{padding-bottom:75px}
.pt-75{padding-top:75px}

.mt-20{margin-top:20px}
.mb-20{margin-bottom:20px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-100{margin-bottom:100px}


.bg-1{background:#f1f1f1}

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

.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 -----------*/
.header-bottom.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 1px 2px #ccc;
	transition: all 0.5s ease 0s;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.search-area{
	position:fixed;
	z-index:-999999;
	transition:all .5s;
	opacity:0;
	transform:scaleY(0) translateY(-50%) translateX(-50%);
	transform-origin: top;
	top:50%;
	transition:all .5s;
	left:50%;
	background:#333333;
}
.search-area.active{
	z-index:999999999;
	opacity:1;
	transform:scaleY(1) translateY(-50%) translateX(-50%);
}
.search{
	padding:100px 30px;
}
.search h2{
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	margin-bottom:30px;
}
.search form{
	position:relative;
}
.search input{
	width:100%;
	height:40px;
	border:transparent;
	background:transparent;
	border-bottom:1px solid #fff;
	color:#fff;
}
.search button{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	background:transparent;
	color:#595959;	
	border:transparent;
}
.search button:hover{color:#f58220}
.search span{
	display:inline-block;
	padding:10px 25px;
	background:#f1f1f1;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin-top:30px;
	cursor:pointer;
	transition:all .5s;
}
.search span:hover{
	background:#f58220;
	color:#f1f1f1;
}
.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 {
	background:#121212;
	position:relative;
	z-index:9;
}
.header-top:after,.header-top:before {
	content: "";
	height: 100%;
	position: absolute;
	transform: skewX(-40deg);
	width: 50%;
	z-index: -9;
}
.header-top:after{
	background: #f58220;
	top: 0;
	left: -25px;
}
.header-top::before {
  background: #fff none repeat scroll 0 0;
  left: 48.5%;
  width: 15px;
}
.header-top p {
	color: #fff;
	padding: 18px 0;
}
.header-top p a{
	color:#fff;
	font-weight:500;
}
.socil-icon ul li{
	display:inline-block;
	margin:0px 2px;
}
.socil-icon ul li:last-child{margin-right:0px;}
.socil-icon ul li a{
	height:30px;
	width:30px;
	background:transparent;
	color:#fff;
	font-size:15px;
	line-height:30px;
	text-align:center;
	display:block;
	border-radius:50%;
}
.socil-icon ul li a:hover{background:#f58220}
.logo{
	padding:14px 0px;
}
.navbar-right {
	float: right;
	margin-right: -15px;
	padding: 29px 0;
}
.navbar-nav &gt; li {
	float: left;
	margin: 0 15px;
	position:relative;
}
.navbar-nav &gt; li:last-child {
	margin-right: 0;
}
.navbar-nav &gt; li &gt; a {
	font-weight: 500;
	padding: 0;
	text-transform: uppercase;
}
.navbar-nav &gt; li.active &gt; a{color:#f58220}
.navbar-nav &gt; li a:focus{
	background:transparent;
	color:#f58220;
}
.navbar-nav &gt; li &gt; a:hover{background:transparent}
.navbar-nav &gt; li &gt; ul {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 2px #ccc;
	opacity: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 130%;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 150px;
	z-index: 9999;
}
.navbar-nav &gt; li:hover &gt; ul{
	visibility:visible;
	opacity:1;
	top:100%;
}
.navbar {
  margin-bottom: 0;
}
.navbar-nav &gt; li &gt; ul li{
	margin-bottom:5px;
}
.navbar-nav &gt; li &gt; ul li:last-child{
	margin-bottom:0px;
}
.navbar-nav &gt; li &gt; ul li a:hover{
	padding-left:10px;
}
/*---------- header area end ----------*/
/*------------- slider-area start -----------*/
.slider-area {
	overflow: hidden;
	background:#000;
}
.slider-single{
	position:relative;
	min-height: 792px;
	max-height: 792px;
	overflow:hidden;
}
.slider-single img{
	min-height:105%;
	min-width:105%;
	max-height:105%;
	max-width:105%;
}
.slider-content {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding-bottom: 145px;
}
.table {
	display: table;
	height: 100%;
	margin-bottom: 0;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.slider-content h2{
	color:#fff;
	font-family: 'Bebas Neue';
	font-size:80px;
}
.slider-content h2 span{color:#f58220}
.slider-content h3{
	color:#fff;
	text-transform:uppercase;
	font-size:36px;
	font-weight:600;
	margin-bottom:25px;
}
.slider-content p{
	font-size:18px;
	color:#fff;
	margin-bottom:45px;
	line-height:28px;
}
.slider-content a{
	background:#f58220;
}
.slider-content a:hover{
	background:#fff;
	color:#121212;
}
.slider-active .owl-nav div{
	position:absolute;
	left:50px;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	font-size:60px;
	transition:all .5s;
}
.slider-active .owl-nav div:hover{color:#f58220}
.slider-active .owl-nav div.owl-next{
	left:auto;
	right:50px;
}

.fitZoom{
	animation-name: fit;
    animation-duration: 2s;
}
.fitZoomOut{
	min-height:100%;
	min-width:100%;
	max-height:100%;
	max-width:100%;
}
@keyframes fit {
    from {
		
		min-height:100%;
		min-width:100%;
		max-height:100%;
		max-width:100%;
	}
    to {
		min-height:105%;
		min-width:105%;
		max-height:105%;
		max-width:105%;
	}
}
/*------------- slider-area end -----------*/
/*---------- our-special-service-area start ----------*/
.our-special-service-area {
	margin-top: -145px;
	position:relative;
	z-index:99;
}
.our-special-service-area::before {
	background: #f1f1f1;
	bottom: 0;
	content: "";
	height: 68.5%;
	left: 0;
	position: absolute;
	width: 100%;
}
.special-service-wrap{
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	transition:all .5s;
	overflow:hidden;
}
.special-service{
	padding:50px 15px;
	margin:10px;
	border:2px solid #fff;
}
.special-service-wrap:hover{
	background:#f58220;
	color:#fff;
}
.special-service-wrap i{
	color:#f58220;
	font-size:35px;
	margin-bottom:15px;
	transition:all .5s;
}
.special-service-wrap h2{
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
	transition:all .5s;
}
.special-service-wrap:hover i,.special-service-wrap:hover h2,.special-service-wrap:hover a{color:#fff;}
.special-service-wrap a{
	margin-top:20px;
	text-transform:uppercase;
	font-weight:600;
	display:inline-block;
}
.special-service-wrap a:hover{
	text-shadow:0px 5px 3px rgba(0,0,0,.3)
}
/*---------- our-special-service-area end ----------*/

/*---------- about-area start ----------*/
.section-title h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 17px;
}
.section-title p {
	line-height: 16px;
}
.about{
	position:relative;
}
.about::before {
	background: rgba(0, 0, 0, 0) url("/img/o-studiu-1.jpg") no-repeat scroll left center / cover;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.about-wrap {padding-right:40px}
.about-wrap h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
.about-wrap p{
	margin-bottom:45px;
}
.readmore{
	padding:10px 20px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	background:#121212;
	display:inline-block;
}
.readmore:hover{
	background:#f58220;
	color:#fff;
}
/*---------- about-area end ----------*/

/*---------- work-area start ----------*/
.work-wrap{
	color:#fff;
	text-align:center;
}
.work-wrap i{
	margin-bottom:10px;
	font-size:48px;
}
.work-wrap h2{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:20px;
}
/*---------- work-area end ----------*/

/*---------- service-area start ----------*/
.service-area{
	padding:100px 0px 50px 0px;
}
.service {
	padding: 50px 0 180px;
	position: relative;
}
.service::before {
	background: rgba(0, 0, 0, 0) url("/img/aktivity-1.jpg") no-repeat scroll center center / cover ;
	box-shadow: -60px -60px 0 0 #f58220;
	content: "";
	height: 84%;
	left: 8%;
	position: absolute;
	top: 60px;
	width: 40%;
}
.service-icon{
	float:left;
}
.service-content{
	margin-left:90px;
}
.service-content h3{
	text-transform:uppercase;
}
.service-active{
	padding-bottom:50px;
}
.service-active.next-prev-style .owl-nav div{
	left: 49%;
	bottom: -30px;
}
.service-active.next-prev-style .owl-nav div.owl-next{
	left:56%;
}
.next-prev-style .owl-nav div {
	border: 1px solid #121212;
	bottom: 0px;
	font-size: 25px;
	height: 30px;
	left: 47%;
	line-height: 30px;
	position: absolute;
	text-align: center;
	width: 30px;
	transition:all .5s;
}
.next-prev-style .owl-nav div:hover{
	background:#f58220;
	border-color:#f58220;
	color:#fff;
} 
.next-prev-style .owl-nav div.owl-next{
	left:51%;
}
/*---------- service-area end ----------*/

/*---------- gym-class-area start ----------*/
.gym-class-wrap{box-shadow:0px 3px 10px #ccc}
.gym-class-img{
	position:relative;
	transition:all .4s;
}
.gym-class-wrap:hover .gym-class-img{
	box-shadow:-12px -12px 0px 0px #f58220;
}
.gym-class-img span{
	font-size:24px;
	color:#fff;
	background:#f58220;
	height:55px;
	width:55px;
	position:absolute;
	right:0;
	bottom:0;
	text-align:center;
	line-height:59px;
}
.gym-class-info{
	background:#fff;
	padding:30px 20px;
}
.gym-class-info h3{
	font-weight:600;
	margin-bottom:20px;
}
.gym-class-info &gt; p {
	margin-bottom: 25px;
}
.gym-active .owl-item{
	padding:10px 0;
}
.gym-active {
	padding-bottom:80px;
}
/*---------- gym-class-area end ----------*/

/*---------- funfact-area start ----------*/
.funfact-wrap{
	color:#fff;
}
.funfact-wrap i{
	font-size:48px;
	margin-bottom:30px;
}
.funfact-wrap span{
	display:block;
	font-size:48px;
	font-weight:600;
	margin-bottom:20px;
}
.funfact-wrap p{
	font-size:24px;
}
/*---------- funfact-area end ----------*/

/*---------- class-schedule-area start ----------*/
.class-schedule-menu{
	margin-bottom:60px;
}
.class-schedule-menu ul{overflow:hidden}
.class-schedule-menu ul li {
	display: inline-block;
}
.class-schedule-menu ul li.active a{
	background:#f58220;
	border-color:#f58220;
	color:#fff;
}
.class-schedule-menu ul li a{
	font-size:18px;
	text-transform:uppercase;
	padding:10px 39px;
	display:block;
	border-top:1px solid #1f1f1e;
	border-bottom:1px solid #1f1f1e;
}
.class-schedule-menu ul li.active:first-child a,.class-schedule-menu ul li.active:last-child a{border-color:#f58220;}
.class-schedule-wrap{border-bottom:1px solid rgba(0,0,0,.3)}
.class-schedule-wrap:last-child{border-bottom:none}
.class-schedule-items{
	float:left;
	width:25%;
	text-align:center;
	text-transform:uppercase;
	border-right:1px solid rgba(0,0,0,.3);
}
.class-schedule-items:last-child{
	border-right:0px;
}
.class-schedule-items h3 {
	font-weight: 700;
	margin-bottom: 7px;
	margin-top: 15px;
}
.class-schedule-items p{
	margin-bottom:20px;
}
.class-schedule-items span{
	padding:10px 20px;
	background:#121212;
	color:#fff;
	display:inline-block;
}
/*---------- class-schedule-area end ----------*/

/*----------  trainers-area start ----------*/
.trainers-wrap{
	background:#fff;
	box-shadow:0px 0px 5px #ccc;
}
.trainers-img{
	overflow:hidden;
}
.trainers-img img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}
.trainers-wrap:hover .trainers-img img{
	transform:scale(1.1);
}
.trainers-info{
	padding:30px 20px;
}
.trainers-info h3 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform:uppercase;
}
.trainers-info p{
	margin:10px 0px 25px 0px;
}
/*----------  trainers-area end ----------*/

/*----------  pricing-table-area start ----------*/
.pricing-table-wrap{
	box-shadow:0px 0px 5px #ccc;
}
.pricing-img{
	position:relative;
	overflow:hidden;
}
.pricing-img img{
	width:100%;
	transform:scale(1.1);
	transition:all .5s;
}
.pricing-table-wrap:hover .pricing-img img{
	transform:scale(1);
}
.pricing-img .price {
	background: #f58220 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	left: 0;
	padding: 15px 10px 10px;
	position: absolute;
}
.pricing-img .price span{
	font-size:14px;
}
.pricing-content{
	padding:25px 15px;
	border-bottom:1px solid #c7c7c7;
}
.pricing-content h3{
	margin-bottom:5px;
}
.pricing-content span{
	color:#f58220;
	display:inline-block;
	margin-bottom:15px;
}
.pricing-content ul li{
	padding-left:20px;
	margin-bottom:20px;
	position:relative;
}
.pricing-content ul li:last-child{margin-bottom:0px;}
.pricing-content ul li:before{
	position:absolute;
	left:0;
	top:0;
	content:"\f138";
	font-size:16px;
	color:#f58220;
}
.join-now{
	padding:25px 0px;
}
.join-now a{
	display:inline-block;
	padding:5px 10px;
	background:#121212;
	color:#fff;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:600;
}
.join-now a i{
	color:#f58220;
	padding-left:5px;
}
.join-now a:hover{background:#f58220}
.join-now a:hover i{color:#fff}
/*----------  pricing-table-area end ----------*/

/*----------  product-area start ----------*/
.product-wrap{
	padding:10px;
	background:#fff;
	text-align:center;
	box-shadow:0px 0px 5px #ccc;
}
.product-img{
	overflow:hidden;
	position:relative;
}
.product-img img{
	width:100%;
	transform:scale(1);
	transition:all .5s;
}
.product-wrap:hover .product-img img{transform:scale(1.2);}
.product-img ul{
	position:absolute;
	right:0;
	bottom:0;
}
.product-img ul li a{
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #000;
	display:inline-block;
	margin-bottom:1px;
	transform:perspective(1000px) rotateY(90deg);
	transform-origin:right;
}
.product-wrap:hover .product-img ul li a{
	transform:perspective(1000px) rotateY(0deg);
}
.product-img ul li:nth-child(1) a{
	transition-delay:.1s;
}
.product-img ul li:nth-child(2) a{
	transition-delay:.2s;
}
.product-img ul li:nth-child(3) a{
	transition-delay:.3s;
}
.product-img ul li a:hover{
	background:#f58220;
	color:#fff;
	border-color:#f58220;
}
.product-content{
	padding:25px 0px 10px 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-active {
	padding-bottom:80px;	
}
/*----------  product-area end ----------*/

/*---------- calculate-area start ----------*/
.calculate-area{
	position:relative;
}
.calculate-wrap{
	padding:25px 35px;
	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}
.calculate-wrap ul{
	margin:20px 0px 25px 0px;
}
.calculate-wrap h3{
	font-size:18px;
	font-weight:600;
	color:#fff;
	margin-bottom:5px;
}
.calculate-wrap ul li{
	float:left;
	width:47%;
	margin-right:10px;
}
.calculate-wrap ul li button,.calculate-wrap ul li input{
	width:100%;
	height:60px;
	background:transparent;
	border:1px solid #fff;
	margin-bottom:10px;
	color:#fff;
}
.calculate-wrap ul li input{
	padding-left:10px;
}
.calculate-wrap ul li input:focus{
	background:#fff;
	color:#121212;
}
.calculate-wrap ul li input::-webkit-input-placeholder {
	opacity:1;
}
.calculate-wrap ul li input::-moz-placeholder {
	opacity:1;
}
.calculate-wrap ul li button {
	background:#f58220;
	font-size:18px;
	font-weight:600;
	border-color:#f58220;
}
.calculate-wrap ul li button:hover{
	background:#fff;
	color:#121212;
}
.calculate-img {
	position: absolute;
	top: 42px;
}
/*---------- calculate-area end ----------*/

/*---------- callto-acction-area start ----------*/
.callto-acction-area{
	background:#f58220;
}
.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:50px;
}
.callto-action-wrap a{
	padding:8px 15px;
	text-transform:uppercase;
	border:1px solid #fff;
	color:#fff;
	font-weight:600;
}
.callto-action-wrap a:hover{
	color:#f58220;
	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:#f58220;
	transition:all .5s;
	transform:scale(0);
	opacity:0;
}
.gallery-img:hover:before{
	opacity:.75;
	transform:scale(.85);
}
.gallery-img a{
	position:absolute;
	left:50%;
	top:50%;
	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);
	opacity:1;
}
/*---------- gallery-area end ----------*/

/*---------- testimonial-area start ----------*/
.testimonial-area{
	position:relative;
}
.test-img{
	margin:0px auto 20px auto;
	width:175px;
	height:175px;
	border-radius:50%;
}
.test-img img{
	border-radius:50%;
}
.test-content h2{
	font-size:24px;
	font-weight:600;
	color:#f58220;
	text-transform:uppercase;
}
.test-content p{
	margin:30px 0px;
	font-size:18px;
	line-height:28px;
}
.test-content i {
	color: #f58220;
	font-size: 50px;
}
.testmonial-active .owl-nav div {
	font-size: 60px;
	left: -17%;
	position: absolute;
	top: 50%;
	transition:all .5s;
	transform: translateY(-50%);
}
.testmonial-active .owl-nav div:hover{
	color:#f58220;
}
.testmonial-active .owl-nav div.owl-next{
	left:auto;
	right:-17%;
}
/*---------- testimonial-area end ----------*/

/*---------- blog-area start ----------*/
.blog-wrap{
	padding:15px;
	background:#fff;
	box-shadow:0px 0px 5px #ccc;
	position:relative;
}
.blog-img {overflow:hidden}
.blog-img img{
	transform:scale(1);
	transition:all .5s;
	width:100%;
}
.blog-wrap:hover .blog-img img{transform:scale(1.1)}
.blog-img a{
	height:60px;
	width:50px;
	position:absolute;
	right:20px;
	top:0;
	background:#f58220;
	display:inline-block;
	color:#fff;
	line-height:60px;
	text-align:center;
	font-size:18px;
}
.blog-content{
	padding:30px 0px 15px 0px;
}
.blog-meta ul {overflow:hidden;margin-bottom:25px;}
.blog-meta ul li,.blog-meta ul li a{
	color:#f58220;
}
.blog-meta ul li a:hover{opacity:.7}
.blog-meta ul li.comment a{font-weight:600;}
.blog-meta ul li.comment a i{margin-right:5px;}
.blog-content h3{
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}
.blog-content p{
	margin-bottom:25px;
}
.blog-content ul.blog-readmore &gt; li{
	display:inline-block;
	margin-right:20px;
} 
.blog-content ul.blog-readmore &gt; li a{
	padding:5px 12px;
	display:inline-block;
	color:#f58220;
	text-transform:uppercase;
	font-weight:600;
	border:1px solid #f58220;
}
.blog-content ul.blog-readmore &gt; li a:hover{
	background:#121212;
	border-color:#121212;
	color:#fff;
}
.blog-content ul.blog-readmore &gt; li:first-child a{
	background:#f58220;
	color:#fff;
}
.blog-content ul.blog-readmore &gt; li:first-child a:hover{
	background:#121212;
}
/*---------- blog-area end ----------*/

/*---------- contact-area start ----------*/
.contact-area{
	background:#262626;
}
#googleMap{
	height:440px;
}
.contact-wrap{padding:40px 0px}
.contact-wrap h2{
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	color:#f58220;
	margin-bottom:25px;
}
.contact-wrap ul li {
	color: #838383;
	overflow: hidden;
	padding: 10px;
	line-height: 25px;
}
.contact-wrap ul li:nth-child(odd){
	background:#2e2e2e;
}
.contact-wrap ul li span{
	float:right;
}
/*---------- contact-area end ----------*/

/*---------- footer-area start ----------*/
.footer-top{
	background:#121212;
	color:#f1f1f1;
}
.footer-title{
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	padding-right:10px;
	position:relative;
	display:inline-block;
	margin-bottom:40px;
}
.footer-title::before {
	background: #f58220 none repeat scroll 0 0;
	content: "";
	height: 12px;
	position: absolute;
	right: -5px;
	top: 3px;
	width: 7px;
}
.footer-widget p{
	margin-bottom:10px;
	font-weight:300;
}
.contact {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #767676;
}
.footer-widget p:last-child{margin-bottom:0px;}
.footer-widget p i{margin-right:5px;}
.footer-widget p a{color:#f1f1f1;}
.footer-widget p a:hover{text-decoration: underline;}
.footer-widget ul li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #767676;
}
.footer-widget ul li:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:none;
}
.post-img{
	float:left;
	width:75px;
	height:75px;
	border-radius:50%;
	background:#262626;
	line-height:75px;
	color:#121212;
	font-size:35px;
	text-align:center;
}
.post-content{margin-left:90px;}
.post-content p{margin-bottom:0px;}
.post-content span{color:#f58220}
.footer-contact-wrap input,.footer-contact-wrap textarea{
	height:40px;
	width:100%;
	border:1px solid #767676;
	background:transparent;
	padding-left:10px;
	margin-bottom:10px;
}
.footer-contact-wrap textarea{
	height:100px;
}
.footer-contact-wrap button{
	width:100%;
	background:#f58220;
	border:1px solid #f58220;
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	height:40px;
}
.footer-contact-wrap button:hover{
	background:#fff;
	color:#f58220;
}
.footer-gallary ul li {
	border: medium none;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.footer-bottom {
	background: #333132;
	font-weight: 300;
	padding: 35px 0 30px;
}
.copyright p{
	margin-bottom:0px;
	color:#fff;
}
.copyright p a{color:#f58220}
.copyright p a:hover{color:#fff;}
.footer-menu{text-align:center}
.footer-menu ul li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
	line-height: 16px;
}
.footer-menu ul li::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -22px;
	position: absolute;
	top: 0;
	width: 1px;
}
.footer-menu ul li:first-child:before{display:none}
.footer-menu ul li a{
	color:#fff;
}
.footer-menu ul li a:hover{
	color:#f58220;
}
.footer-bottom .socil-icon{padding:0px;}
/*---------- footer-area end ----------*/

/*----------------------------------
			blog area start 
 ---------------------------------*/
/*---------- breadcumb-area start ----------*/
.breadcumb-area {
	background: rgba(0, 0, 0, 0) url("/img/bg/clanky.jpg") no-repeat scroll center center / cover ;
	min-height: 450px;
	padding:60px 0px 20px 0;
}
.breadcumb-wrap h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 285px;
	text-transform: uppercase;
}
.breadcumb-wrap ul li{
	display:inline-block;
	margin-right:10px;
	position:relative;
}
.breadcumb-wrap ul li a,.breadcumb-wrap ul li{
	font-size:24px;
	color:#fff;
}
.breadcumb-wrap ul li a:hover{color:#f58220}
/*---------- breadcumb-area end ----------*/
/*---------- sidebar-area start ----------*/
.search-wrap form{
	position:relative;
}
.search-wrap input {
	border: 1px solid #c8c8c8;
	height: 40px;
	padding: 0 50px 0 20px;
	width: 100%;
}
.search-wrap button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	position: absolute;
	right: 0;
	width: 50px;
}
.search-wrap button:hover{
	background:#f58220;
	border-color:#f58220;
	color:#fff;
}
.sidebar-wrap h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:15px;
}
.catagory-wrap ul li{
	padding:15px 0px;
	border-bottom:1px solid #c8c8c8;
}
.catagory-wrap ul li:first-child{border-top:1px solid #c8c8c8;}
.catagory-wrap ul li a{
	color:#222;
	overflow:hidden;
	display:block;
}
.catagory-wrap ul li a:hover{color:#f58220}
.catagory-wrap ul li a span{float:right}
.latest-news-wrap ul li{
	overflow:hidden;
	margin-bottom:15px;
}
.latest-news-wrap ul li:last-child{margin-bottom:0px;}
.news-img {
	float:left;
}
.news-content {
	margin-left:90px;
}
.news-content span{
	color:#f58220;
}
.archives-wrap li{
	margin-bottom:20px;
}
.archives-wrap li:last-child{margin-bottom:0px;}
.archives-wrap li a{
	color:#868686;
	overflow:hidden;
}
.archives-wrap li a span{
	float:right;
	transition:all .5s;
	color:#f58220;
}
.archives-wrap li a:hover span {color:#222}
.tag-wrap li{
	display:inline-block;
	margin:0px 2px;
}
.tag-wrap li a{
	border:1px solid #f58220;
	padding:5px;
	display:block;
	margin-bottom:10px;
}
.tag-wrap li a:hover{
	background:#f58220;
	color:#fff;
}
/*---------- sidebar area --------*/
.our-blog-area .blog-wrap {
	box-shadow: none;
	padding: 0;
}
.our-blog-area .blog-wrap:hover .blog-img img{
	transform:scale(1);
}
.our-blog-area .name span {
	color: #6f6f6f;
	padding-left: 10px;
	position: relative;
}
.our-blog-area .name span:before{
	position:absolute;
	content:"|";
	left:2px;
	top:0;
}
.our-blog-area .blog-meta ul li.comment a {
	font-weight: 400;
	padding-left: 10px;
	color:#6f6f6f;
	position: relative;
}
.our-blog-area .blog-meta ul li.comment a:hover{
	color:#f58220;
}
.our-blog-area .blog-meta ul li.comment a:before{
	position:absolute;
	left:0;
	content:"|";
	top:0;
}
.our-blog-area .blog-meta ul li.comment a:first-child:before{display:none}
.our-blog-area .blog-content {
  padding: 30px 0 0px;
}
.pagination-wrap ul{
	overflow:hidden;
}
.pagination-wrap  ul li{
	display:inline-block;
	margin:5px 15px;
}
.pagination-wrap  ul li:first-child{margin-left:0px;}
.pagination-wrap  ul li:last-child{margin-right:0px;}
.pagination-wrap  ul li a{
	font-size:30px;
}
.blog-details-wrap.blog-wrap p:last-child{
	margin-bottom:0px;
}
.blog-details-wrap h3{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:600;
}
.blog-details-wrap blockquote{
	padding:25px;
	border-left:2px solid #7c7c7c;
	background:#fafafa;
	font-weight:600;
	color:#121212;
	line-height:28px;
	font-size:18px;
	margin:40px 0px;
}
.blog-details-wrap .socil-icon li a{
	color:#121212;
}
.blog-details-wrap .socil-icon li a:hover{
	color:#fff;
}
.blog-details-wrap .socil-icon {
	margin-top: 40px;
	padding: 0;
}
.author-wrap{
	margin:100px 0px;
	padding:40px 15px;
	background:#f1f1f1;
	overflow:hidden;
}
.author-img{
	float:left;
}
.author-content{
	margin-left:120px;
}
.author-content h3 span{
	font-weight:400;
}
/*------------ related post area start ------------*/
.blod-details-title{
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:50px;
}
.related-post-content {
  padding-top: 20px;
}
.related-post-meta ul{
	margin-bottom:15px;
}
.related-post-meta ul li{
	color:#6f6f6f;
	font-size:15px;
}
.related-post-meta ul li a{
	color:#6f6f6f;
	position:relative;
	padding:0px 5px;
}
.related-post-meta ul li a:hover{
	color:#f58220;
}
.related-post-meta ul li:last-child a{padding-right:0px;}
.related-post-meta ul li a i{
	margin-right:5px;
}
.related-post-content h3{
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
}
.related-post-active {
	padding-bottom: 80px;
}
.related-post-active.next-prev-style .owl-nav div {
  left: 46%;
}
.related-post-active.next-prev-style .owl-nav div.owl-next {
  left: 51%;
}
/*------------ related post area end ------------*/

/*------------ comment area start ------------*/
.comment-area ul li{
	overflow:hidden;
	padding:20px;
	margin-bottom:60px;
	position:relative;
}
.comment-wrap{
	background:#f1f1f1;
}
.comment-img {
	float:left;
}
.comment-info {
	margin-left:80px;
}
.comment-info h3{
	text-transform:uppercase;
	font-weight:700;
	line-height:25px;
	margin-bottom:0px;
	font-size:18px;
}
.comment-info span{font-size:12px;}
.comment-area ul li p {
	margin-top: 25px;
}
.reply {
	border: 1px solid #f58220;
	font-weight: 600;
	padding: 5px 15px;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 20px;
}
.reply:hover{
	background:#f58220;
	color:#fff;
}
.comment-wrap2{
	border:1px solid #121212;
	margin-left:45px;
}
.comment-form-wrap p{
	position:relative;
}
.comment-form-wrap input,.comment-form-wrap textarea{
	height:55px;
	width:100%;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	padding-left:20px;
	margin-bottom:30px;
}
.comment-form-wrap input::-webkit-input-placeholder {
  opacity:1;
}
.comment-form-wrap input::-moz-placeholder { 
  opacity:1;
}
.comment-form-wrap textarea{
	height:260px;
	padding-top:20px;
}
.comment-form-wrap img {
	position: absolute;
	right: 20px;
	top: 20px;
}
.comment-form-wrap button{
	padding:10px 20px;
	background:#f58220;
	color:#fff;
	border:2px solid #f58220;
	font-weight:600;
	text-transform:uppercase;
	margin-top:30px;
}
.comment-form-wrap button:hover{
	background:#fff;
	color:#f58220;
}
/*------------ comment area end ------------*/
.archive-title{
	margin-bottom:55px;
	font-size:36px;
	font-weight:600;
	text-transform:uppercase;
}

/*------------- area-404 start -------*/
.error-page-area{
	background:#fafafa;
}
.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:#f58220;
	color:#fff;
	font-size:18px;
}
.error-page-wrap form{position:relative}
.error-page-wrap input{
	height:50px;
	border:1px solid #f1f1f1;
	width:100%;
	border-radius:15px;
	background:#f1f1f1;
	padding-left:20px;
}
.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 #f1f1f1;
	border-radius:15px;
	width:50px;
	font-size:18px;
}
.error-page-wrap button:hover{
	color:#f58220;
}
/*------------- area-404 end -------*/</pre></body></html>