/*
font-family: 'Century Gothic', serif;
font-family: 'Mrs Saint Delafield', cursive; */

@import url('font-awesome.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('ionicons.css');
@import url('swiper.min.css');
@import url('custom-animate.css');
@import url('elegend-icons-style.css');
@import url('jquery.fancybox.min.css');
@import url('pe-icon-7-stroke.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

* {
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; */
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:14px;
	color:#666666;
	line-height:1.8em;
	font-weight:400;
	background:#1c1c1c;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#8b755a;
}

input:focus,
button:focus,
a:hover,a:focus,a:visited{
	text-decoration:none;
	box-shadow:none !important;
	outline:none !important;
}

.text-center{
	text-align:center !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
	font-family: 'Century Gothic', sans-serif;
}

.no-padding{
	padding:0px !important;
}

input,button,select,textarea{
	
}

p,
.text{
	position:relative;
	line-height:1.8em;
	font-family: 'Century Gothic', serif;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*Sec Title*/

.sec-title{
	position:relative;
	margin-bottom:45px;
}

.sec-title h2{
	position:relative;
	color:#d9d9d9;
	font-size:26px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.sec-title .text{
	position:relative;
	color:#8d8d8d;
	font-weight:500;
	line-height:1.9em;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered .text{
	max-width:600px;
	margin:0 auto;
}

.sec-title.light h2{
	color:#ffffff;
}

/*List Style One*/

.list-style-one{
	position:relative;
	margin-bottom:30px;
}

.list-style-one li{
	position:relative;
	padding-bottom:12px;
	padding-left:30px;
	margin-bottom:12px;
	border-bottom:1px dashed #e5e5e5;
}

.list-style-one li a{
	position:relative;
	color:#666;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#f0eded;
	font-size:14px;
}

.list-style-one li:last-child{
	border-bottom:none;
}

/*List Style Two*/

.list-style-two{
	position:relative;
	margin-left:50px;
	margin-bottom:25px;
	margin-top:25px;
}

.list-style-two li{
	position:relative;
	color:#252525;
	font-size:15px;
	font-weight:400;
	margin-bottom:6px;
	padding-left:18px;
}

.list-style-two li:before{
	position:absolute;
	content:'.';
	left:0px;
	top:-19px;
	color:#252525;
	font-size:40px;
	line-height:1em;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #222222;
	padding: 11px 34px;
	font-weight: 500;
	overflow: hidden;
	overflow:hidden;
	letter-spacing:1px;
	background-color: #ffffff;
	text-transform: uppercase;
	box-shadow:0px 6px 8px rgba(180,180,180,0.20);
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:before{
	position: absolute;
	content: '';
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: -50px;
    border-bottom: 60px solid #252525;
	border-right: 50px solid transparent;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-one:after{
	position: absolute;
	content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
	border-left: 40px solid transparent;
    border-bottom: 60px solid #252525;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-one:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-one:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-one:hover{
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:12px 34px;
	line-height:24px;
	color:#000000;
	cursor:pointer;
	text-align:center;
	font-size:12px;
	font-weight:500;
	background:none;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #000000;
}

.btn-style-two:hover{
	color:#ffffff;
	background:#000000;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 40px 14px;
	font-weight: 400;
	overflow: hidden;
	border-radius:0px;
	letter-spacing:1px;
	background-color: #252525;
	text-transform: uppercase;
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.btn-style-three:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #717171;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	letter-spacing:1px;
	text-transform: uppercase;
}

.btn-style-four .txt{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing:1px;
	background-color:#222222;
	padding:10px 25px 10px 37px;
}

.btn-style-four:before{
	position: absolute;
    right: -16px;
    top: 0px;
	z-index:1;
    border-right: 17px solid transparent;
    border-bottom: 21px solid #222222;
    content: "";
}

.btn-style-four:after{
	position: absolute;
	content: '';
    right: -16px;
    top: 20px;
	z-index:1;
	bottom:0px;
	width:17px;
    background-color:#222222;
}

.btn-style-four:hover{
	color: #ffffff;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	padding:15px 36px;
	line-height:24px;
	color:#252525;
	text-align:center;
	font-size:16px;
	font-weight:400;
	letter-spacing:3px;
	text-transform:uppercase;
	background:rgba(255,255,255,0.65);
}

.btn-style-five:before{
	position:absolute;
	content:'';
	left:-5px;
	top:-5px;
	right:-5px;
	bottom:-5px;
	background:rgba(255,255,255,0.30);
}

.btn-style-five:hover{
	color:#252525;
	background:rgba(255,255,255,0.90);
}

/*Btn Style Six*/

.btn-style-six{
	position:relative;
	padding:12px 30px 10px;
	line-height:24px;
	color:#252525;
	text-align:center;
	font-size:10px;
	font-weight:500;
	background:#ffffff;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
	border:1px solid #e5e5e5;
}

.btn-style-six:hover{
	color:#ffffff;
	background:#252525;
	border-color:#252525;
}

.theme_color{
	
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	color:#ffffff;
	font-size:17px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	color:#252525;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 8px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	color:#fff;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-size: 17px;
}

.social-icon-two li a:hover{
	color:#ffe22d;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
}

.social-icon-three li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.social-icon-three li a{
	position:relative;
	color:#ffffff;
	font-size:35px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-three li a:hover{
	opacity:1.8;
}

/*Social Icon Four*/

.social-icon-four{
	position:relative;
}

.social-icon-four li{
	position:relative;
	margin-right:5px;
	display:inline-block;
}

.social-icon-four li a{
	position:relative;
	width:34px;
	height:34px;
	text-align:center;
	line-height:32px;
	border:1px solid #e9e9e9;
	color:#ffe22d;
	font-size:14px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-four li a:hover{
	background-color:#191d21;
	border-color:#191d21;
	color:#ffffff;
}

/*Social Icon Five*/

.social-icon-five{
	position:relative;
}

.social-icon-five li{
	position:relative;
	margin:0px 7px;
	display:inline-block;
}

.social-icon-five li a{
	position:relative;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	border:2px solid #252525;
	color:#ffffff;
	font-size:15px;
	background-color:#252525;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-five li a:hover{
	background:none;
	color:#252525;
}

/*Social Icon Six*/

.social-icon-six{
	position:relative;
}

.social-icon-six li{
	position:relative;
	margin:0px 10px;
	display:inline-block;
}

.social-icon-six li a{
	position:relative;
	color:#252525;
	font-size:15px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-six li a:hover{
	color:#cccccc;
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999999999; overflow:hidden; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:100px;}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:9999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header{
	display: none;
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#222222;
	z-index:0;
	border-bottom:1px solid #222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:8px 0px 8px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

/*Responsive Menu Btn Code*/

.main-header .navbar-header{
	float:left;
}

.main-header .navbar-header .navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	display:none;
	cursor:pointer;
}

.main-header .navbar-header .navbar-toggle .icon-bar{
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.open>.dropdown-menu{
	display:block;
}

.main-header .logo-outer{
	position:relative;
	/* float:left; */
	z-index:25;
	padding:30px 0px;
	left: 42%;
	width: fit-content;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	width: 100%;
}

.main-header .header-upper .upper-right{
	position:relative;
}

.main-header .header-upper .nav-outer{
	position:relative;
	text-align:center;
}

.header-style-six{
	position:relative;
	border-bottom:1px solid #e5e5e5;
}

.header-style-one .main-menu{
	position:static;
	display:inline-block;
	margin-top:20px;
}

.header-style-six .main-menu{
	position:static;
	display:inline-block;
}

.header-style-six .main-menu .navigation > li > a{
	color:#161616;
	padding:50px 0px;
}

.header-style-six .logo-outer{
	padding:30px 0px;
}

.main-header.header-style-six .nav-outer .more-options{
	margin-top:55px;
}

.main-header.header-style-six .search-box-btn,
.header-style-six .social-icon-one li a{
	color:#161616;
}

.fixed-header .main-menu{
	margin-top:0px;
	position:static;
}

.header-style-one .header-upper .nav-outer{
	position:static;
	text-align:center;
}

.main-header .nav-outer .more-options{
	position:relative;
	float:right;
	margin:42px 0px 10px;
	margin-left:35px;
}

.main-header .search-box-outer,
.main-header .social-icon-one,
.header-style-two .search-box-outer,
.header-style-two .social-icon-one{
	position:relative;
	display:inline-block;
	margin-left:3px;
}

.header-style-two .social-icon-one li a{
	color:#161616;
}

.header-style-two .other-options{
	position:relative;
	margin-top:28px;
}

.main-header .search-box-btn{
	position:relative;
	display:inline-block;
	font-size:15px;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .search-box-btn{
	position:relative;
	display:inline-block;
	font-size:15px;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	color:#161616;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .search-box-btn:after,
.main-header .search-box-btn:after{
	display:none;
}

.main-header .search-box-outer .dropdown-menu,
.header-style-two .search-box-outer .dropdown-menu{
	position:absolute;
	top:40px !important;
	width:280px;	
	right: 0px;
    left: auto !important;
    padding: 0px;
	border-radius:0px;
	transform:translate3d(0px, 0px, 0px) !important;
	border-top:3px solid #252525;
}

.main-header .search-box-outer .dropdown-menu > li,
.header-style-two .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container,
.header-style-two .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group,
.header-style-two .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select,
.header-style-two .search-panel input[type="text"],
.header-style-two .search-panel input[type="search"],
.header-style-two .search-panel input[type="password"],
.header-style-two .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	font-size:12px;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	letter-spacing:1px;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus,
.header-style-two .search-panel input:focus,
.header-style-two .search-panel select:focus{
	border-color:#252525;	
}

.main-header .search-panel .search-btn,
.header-style-two .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-menu{
	position:relative;
	padding:0px;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:absolute;
	margin:0px;
	display:block;
	text-align:center;
	top: 76px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:0px;
	margin:0px 15px;
}

/*.main-menu .navigation > li:nth-child(5) ul,
.main-menu .navigation > li:last-child ul, 
.header-style-four .main-menu .navigation.right-nav li:last-child ul{
	right:0px;
	left:auto;
}*/

.sticky-header .main-menu .navigation > li{
	padding:0px;
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:23px 0px;
	font-size:11px;
	color:#ffffff;
	line-height:30px;
	font-weight:400;
	opacity:1;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	padding:18px 0px !important;
	color:#fff;	
	font-size:11px;
	font-weight:600;
}

.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	color:#353535;
	background:#ffffff;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background:#101010;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	/* border-bottom:1px solid rgba(255,255,255,0.10); */
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:11px 20px;
	line-height:22px;
	font-weight:500;
	font-size:11px;
	color:#e0e0e0;
	text-align:left;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color:#353535;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	z-index:100;
	display:none;
	background:#101010;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	/* border-bottom:1px solid rgba(255,255,255,0.10); */
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:11px 20px;
	line-height:22px;
	font-weight:500;
	font-size:11px;
	color:#e0e0e0;
	text-align:left;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color:#353535;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #000000;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#000000;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .header-lower{
	position:relative;
	background-color:#353535;
}

/*Header Style Two*/

.header-style-two{
	position:relative;
	padding:45px 0px;
}

.header-style-two .logo{
	position:relative;
	margin-left:30px;
	display:inline-block;
}

.header-style-two .nav-btn .hidden-bar-opener{
	position:relative;
	background:none;
	font-size:26px;
	cursor:pointer;
	margin-top:20px;
}

.header-style-two .social-box-btn{
	font-size:18px;
	cursor:pointer;
	margin-top:20px;
	margin-left:20px;
	display:inline-block;
}

.header-style-two.alternate{
	padding:35px 0px;
	border-bottom:1px solid #e5e5e5;
}

.header-style-two.alternate .nav-btn .hidden-bar-opener,
.header-style-two.alternate .social-box-btn{
	margin-top:22px;
}

.header-style-three .logo-outer{
	margin-top:90px;
}

.header-style-four{
	margin-top:20px;
}

.header-style-four .logo-outer{
	position: absolute;
    top: 0px;
    left: 50%;
    width: 170px;
    padding: 16px 0px;
    z-index: 12;
    background: none;
    text-align: center;
	margin-left: -60px;
}

.header-style-four .header-upper .nav-outer{
	width:100%;
	max-width:850px;
	margin:0 auto;
	float:none;
}

.header-style-four .main-menu .navigation.left-nav{
    float: left;
	margin-top:5px;
	text-align:left;
}

.header-style-four .main-menu .navigation.right-nav{
    float: right;
	margin-top:5px;
	text-align:right;
}

.header-style-four .options-box{
	position:absolute;
	left:100px;
	top:10px;
	right:100px;
}

.header-style-four .options-box .hidden-bar-opener{
    position: relative;
    background: none;
    font-size: 35px;
    cursor: pointer;
    margin-top: 20px;
	color:#ffffff;
	z-index:10;
}

.header-style-four .options-box .search-box-outer{
	position:relative;
	z-index:12;
}

.header-style-four .options-box .social-box-btn{
	position:relative;
	color:#ffffff;
    font-size: 25px;
    cursor: pointer;
    margin-top: 20px;
	z-index:10;
	margin-left:18px;
	display:inline-block;
}

/*Header Style Five*/

.header-style-five{
	position:relative;
	border-bottom:1px solid #eeeeee;
}

.header-style-five .logo-outer{
	position: absolute;
    top: 0px;
    left: 50%;
    width: 140px;
    padding: 47px 0px;
    z-index: 12;
    background: none;
    text-align: center;
	margin-left: -60px;
}

.header-style-five .main-menu .navigation > li > a,
.header-style-five .options-box .hidden-bar-opener,
.header-style-five .options-box .social-box-btn{
	color:#161616;
}

.header-style-five .header-upper .nav-outer{
	width:100%;
	max-width:780px;
	margin:0 auto;
	float:none;
}

.header-style-five .main-menu .navigation.left-nav{
    float: left;
	text-align:left;
}

.header-style-five .main-menu .navigation.right-nav{
    float: right;
	text-align:right;
}

.header-style-five .main-menu .navigation.right-nav li:nth-child(2) > ul,
.header-style-five .main-menu .navigation.right-nav li:last-child > ul{
	right:0px;
	left:auto;
}

.header-style-five .main-menu .navigation > li > a{
	padding:65px 0px;
}

.header-style-five .options-box{
	position:absolute;
	left:100px;
	top:45px;
	right:100px;
}

.header-style-five .options-box .hidden-bar-opener{
    position: relative;
    background: none;
    font-size: 26px;
    cursor: pointer;
    margin-top: 20px;
	color:#fff;
	z-index:10;
}

.header-style-five .options-box .social-box-btn{
	position:relative;
	color:#fff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
	z-index:10;
	margin-left:20px;
	display:inline-block;
}

.header-style-five .options-box .search-box-outer{
	position:relative;
	z-index:12;
	display:inline-block;
}

.header-style-five .options-box .search-box-outer .search-box-btn{
	position:relative;
	color:#000000;
}

/* Header Style Seven */

.header-style-seven{
	position:relative;
	background-color:#252525;
}

.header-style-seven .logo-outer{
	position: absolute;
    top: 0px;
    left: 50%;
    width: 140px;
    padding: 47px 0px;
    z-index: 12;
    background: none;
    text-align: center;
	margin-left: -60px;
}

.header-style-seven .main-menu .navigation > li > a,
.header-style-seven .options-box .hidden-bar-opener,
.header-style-seven .options-box .social-box-btn{
	color:#ffffff;
}

.header-style-seven .header-upper .nav-outer{
	width:100%;
	max-width:780px;
	margin:0 auto;
	float:none;
}

.header-style-seven .main-menu .navigation.left-nav{
    float: left;
	text-align:left;
}

.header-style-seven .main-menu .navigation.right-nav{
    float: right;
	text-align:right;
}

.header-style-seven .main-menu .navigation.right-nav li:nth-child(2) > ul,
.header-style-seven .main-menu .navigation.right-nav li:last-child > ul{
	right:0px;
	left:auto;
}

.header-style-seven .main-menu .navigation > li > a{
	padding:65px 0px;
}

.header-style-seven.fixed-header .main-menu .navigation > li > a{
	color:#000000;
}

.header-style-seven .options-box{
	position:absolute;
	left:100px;
	top:45px;
	right:100px;
}

.header-style-seven .options-box .hidden-bar-opener{
    position: relative;
    background: none;
    font-size: 26px;
    cursor: pointer;
    margin-top: 20px;
	color:#ffffff;
	z-index:10;
}

.header-style-seven .options-box .social-box-btn{
	position:relative;
	color:#ffffff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
	z-index:10;
	margin-left:20px;
	display:inline-block;
}

.header-style-seven .options-box .search-box-outer{
	position:relative;
	z-index:12;
	display:inline-block;
}

.header-style-seven .options-box .search-box-outer .search-box-btn{
	position:relative;
	color:#ffffff;
}

.main-header.mobile-version{
    position: absolute;
    top: -200px;
    opacity: 0;
    visibility: hidden;
    /* z-index: -9999; */
}

/*** 

====================================================================
	Mega Manu
====================================================================

***/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li.has-mega-menu:before,
.main-menu .navigation > li.has-mega-menu:after{
	display:none;	
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color: #ffffff;
    padding: 45px 40px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	text-align:left;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#000000;
	font-size:16px;
	font-weight:600;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f2f2f2;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:20px;
	font-weight:600;
	font-size:11px;
	color:#333333;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
	color:#000000;
}


/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	overflow:hidden;
}

.main-slider .tp-caption{
	z-index:5;	
}

.main-slider .text{
	position:relative;
	font-weight:400;
	line-height:1.9em;
	color:#ffffff;
	font-size:15px;
	text-align:center;
}

.main-slider h2{
	font-size:54px;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:1px;
	text-transform:uppercase;
}

.main-slider h2.alternate{
	font-size:40px;
}

.main-slider .btn-box{
	position:relative;
	padding:8px 5px;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:100px;
	top:0px;
	font-size:45px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-title-float-wrap .child{
	font-size:14px;
	font-weight:700;
	letter-spacing:1px;
	background:none;
	text-transform:uppercase;
}

.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	right:100px;
	top:0px;
	font-size:45px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f3d3';
	font-family: "Ionicons";
}

.fancybox-prev span:before{
	content:'\f3d2';
	font-family: "Ionicons";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	color:#8b755a;
}

.fancybox-type-image .fancybox-close{
	right: -15px;
    top: -50px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
}

.fancybox-type-image .fancybox-close:hover{
	color:#8b755a !important;
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:50px;
	padding:10px 20px;
	line-height:30px;
	color:#333333;
	border-radius:0px;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#e2e2e2;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#8b755a;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#8b755a;
}

/*Reality Section*/

.reality-section{
	position:relative;
	padding:110px 0px 145px;
}

.reality-section .gallery-column{
	position:relative;
}

.reality-section .gallery-column .inner-column{
	position:relative;
	margin-left:-85px;
}

.reality-section .gallery-column .circles{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.reality-section .gallery-column .circles .circle-one{
	position:absolute;
	left:168px;
	top:290px;
	width:50px;
	height:50px;
	opacity:0.5;
	border-radius:50px;
	background-color:#cccccc;
}

.reality-section .gallery-column .circles .circle-two{
	position:absolute;
	right:195px;
	bottom:-5px;
	width:140px;
	height:140px;
	opacity:0.5;
	border-radius:50%;
	background-color:#cccccc;
}

.reality-section .gallery-column .inner-column:before{
	position:absolute;
	content:'';
	right:80px;
	top:100px;
	width:400px;
	bottom:-40px;
	opacity:0.3;
	border:20px solid #cccccc;
}

.reality-section .gallery-column .inner-column .gallery-item:first-child{
	left:0px;
	display:inline-block;
}

.reality-section .gallery-column .inner-column .gallery-item:nth-child(2){
	position: relative;
    left: 40px;
    top: 20px;
}

.reality-section .gallery-column .inner-column .gallery-item:nth-child(3){
	position:absolute;
	left:300px;
	top:160px;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
}

.gallery-item .item-inner{
	position:relative;
	display:inline-block;
}

.gallery-item .item-inner .image{
	position:relative;
	display:inline-block;
}

.gallery-item .item-inner .image img{
	position:relative;
	border-radius:50%;
}

.gallery-item .item-inner .image .overlay-box{
	position:absolute;
	right:10px;
	top:10px;
	bottom:10px;
	left:10px;
}

.gallery-item .item-inner .image .overlay-box .image-link{
	position:absolute;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	color:#292929;
	font-size:24px;
	text-align:center;
	opacity:0;
	margin-top:-25px;
	margin-left:-25px;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-webkit-transform:scale(0,0);
	line-height:53px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item .item-inner:hover .image .overlay-box .image-link{
	opacity:1;
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-webkit-transform:scale(1,1);
}

.gallery-item .item-inner .image .overlay-box .image-link:hover{
	color:#ffffff;
	background-color:#000000;
}

.reality-section .content-column{
	position:relative;
}

.reality-section .content-column .inner-column{
	position:relative;
	padding-left:15px;
	padding-top:125px;
}

.reality-section .content-column .inner-column .numbering{
	position:relative;
	margin-bottom:20px;
}

.reality-section .content-column .inner-column h2{
	position:relative;
	color:#252525;
	font-size:26px;
	font-weight:700;
	letter-spacing:2px;
	line-height:1.4em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.reality-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:25px;
}

.reality-section .content-column .inner-column .text p{
	position:relative;
	color:#797979;
	font-size:14px;
	line-height:2em;
	margin-bottom:20px;
}

.reality-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.reality-section .content-column .about-number{
	position:relative;
}

.reality-section .content-column .about-number .number{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:500;
	margin-bottom:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.reality-section .content-column .about-number .number span{
	position:relative;
	color:#283648;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding-bottom:60px;
}

.services-section .outer-container{
	position:relative;
}

.services-section .owl-dots,
.services-section .owl-nav{
	display:none;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:105px 0px 50px;
	background-color:#f7f7f7;
}

.services-section-two .icons{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.services-section-two .icons .icon-one{
	position:absolute !important;
	left:5% !important;
	top:10% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-two{
	position:absolute !important;
	left:45% !important;
	top:15% !important;
	width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-three{
	position:absolute !important;
	left:15% !important;
	top:75% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-four{
	position:absolute !important;
	left:55% !important;
	top:75% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-five{
	position:absolute !important;
	left:85% !important;
	top:65% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-six{
	position:absolute !important;
	left:85% !important;
	top:20% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-block-two{
	position:relative;
	margin-bottom:40px;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .icon-box{
	position:relative;
	color:#000000;
	font-size:48px;
	line-height:1em;
	margin-bottom:24px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block-two .inner-box .icon-box .icon{
	position:relative;
}

.services-block-two .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.services-block-two .inner-box h3{
	position:relative;
	color:#252525;
	font-size:16px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:12px;
	text-transform:uppercase;
}

.services-block-two .inner-box h3 a{
	position:relative;
	color:#252525;
	z-index:1;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block-two .inner-box h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.services-block-two .inner-box h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.services-block-two .inner-box h3 a:hover{
	color:#ffffff;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#797979;
	font-size:14px;
	line-height:1.9em;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:105px 0px 85px;
}

.gallery-section .big-letter{
	position: absolute;
    left: 0px;
    top: -30px;
    right: 0px;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
    line-height: 1em;
    font-size: 200px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.gallery-section .filters{
	position:relative;
	margin-bottom:30px;
}

.gallery-section .filters .filter-tabs{
	position:relative;
	text-align:center;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    margin: 0px 15px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #222222;
	z-index:1;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Century Gothic', serif;
}

.gallery-section .filters li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-section .filters li.active::before,
.gallery-section .filters li:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-section .filters li.active,
.gallery-section .filters li:hover{
	color:#ffffff;
}

.gallery-section.style-two{
	overflow:hidden;
	padding:100px 0px 90px;
}

.gallery-section.style-two .outer-container{
	padding:0px 0px;
}

.gallery-item-two{
	position:relative;
	margin-bottom:30px;
}

.gallery-item-two .inner-box{
	position:relative;
}

.gallery-item-two .inner-box .image{
	position:relative;
}

.gallery-item-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item-two .inner-box .image .overlay-box{
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	display:block;
	opacity:0;
	text-align:center;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	outline: 1px solid rgba(255,255,255,0.2);
    outline-offset: -10px;
	background-color:rgba(37,37,37,0.85);
}

.gallery-item-two .inner-box:hover .image .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.gallery-item-two .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-item-two .inner-box .image .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item-two .inner-box .image .overlay-box .image-link{
	position:relative;
	width: 50px;
    height: 50px;
    color: #292929;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
	display:inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item-two .inner-box .image .overlay-box .image-link:hover{
	background-color:#292929;
	color:#ffffff;
}

.gallery-item-two .inner-box .image .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:4px;
	margin-top:18px;
	text-transform:uppercase;
}

.gallery-item-two .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	display:inline-block;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-item-two .inner-box .image .overlay-box h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#ffffff;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item-two .inner-box .image .overlay-box h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item-two .inner-box .image .overlay-box h3 a:hover{
	color:#000000;
}

.gallery-item-two .inner-box .image .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:13px;
	font-weight:400;
}

.gallery-item-two.small-column{
	width:20%;
	float:left;
	padding:0px 15px;
}

.gallery-item-two.small-column .inner-box .image h3{
	font-size:16px;
}

.gallery-item-two.large-column{
	width:40%;
	float:left;
	padding:0px 15px;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:140px 0px 140px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	outline: 2px dashed rgba(255,255,255,1);
    outline-offset: -15px;
}

.clients-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(28,37,36,0.45);
}

.clients-section .sponsors-outer{
	position:relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin-bottom:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.7;
}

.clients-section.style-two{
	padding:120px 0px 100px;
	background:none;
}

.clients-section.style-two:before{
	display:none;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section{
	position:relative;
	padding:105px 0px 80px;
}

.blog-section .icons{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.blog-section .icons .icon-one{
	position:absolute !important;
	left:5% !important;
	top:10% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.blog-section .icons .icon-two{
	position:absolute !important;
	left:45% !important;
	top:15% !important;
	width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.blog-section .icons .icon-three{
	position:absolute !important;
	left:15% !important;
	top:75% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.blog-section .icons .icon-four{
	position:absolute !important;
	left:55% !important;
	top:75% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.blog-section .icons .icon-five{
	position:absolute !important;
	left:85% !important;
	top:65% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.services-section-two .icons .icon-six{
	position:absolute !important;
	left:85% !important;
	top:20% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-box{
	position:relative;
	overflow:hidden;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image:before{
	position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 60%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(37,37,37,.8) 0%, rgba(37,37,37,.8) 100%);
    background: linear-gradient(to right, rgba(37,37,37,.8) 0%, rgba(37,37,37,.8) 100%);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
}

.news-block .inner-box:hover .image:before{
	-webkit-animation: shine .75s;
    animation: shine .75s;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:28px;
	text-align:center;
}

.news-block .inner-box .lower-content .category{
	position:relative;
	color:#252525;
	font-size:10px;
	font-weight:500;
	line-height:1.7em;
	margin-bottom:18px;
	letter-spacing:2px;
	display:inline-block;
	text-transform:uppercase;
	border-bottom:2px solid #e5e5e5;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	color:#252525;
	font-size:16px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:22px;
	text-transform:uppercase;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#252525;
	z-index:1;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	/* background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    background-image: -o-linear-gradient(#000,#000);
    background-image: linear-gradient(#000,#000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .3s cubic-bezier(.165,.84,.44,1),color .1s;
    -o-transition: background-size .3s cubic-bezier(.165,.84,.44,1),color .1s;
    transition: background-size .3s cubic-bezier(.165,.84,.44,1),color .1s;
    padding-right: 5px; */
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#ffffff;
	/* background-size: 100% 100%;
	-webkit-transition: background-size .6s cubic-bezier(.165,.84,.44,1),color .35s;
    -o-transition: background-size .6s cubic-bezier(.165,.84,.44,1),color .35s;
    transition: background-size .6s cubic-bezier(.165,.84,.44,1),color .35s; */
}

.news-block .inner-box .lower-content h3 a::before{
	position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #252525;
    right: 0;
    bottom: -4px;
    transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -webkit-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -moz-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -ms-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -o-transition: width 0.3s cubic-bezier(.77,0,.175,1);
}

.news-block .inner-box .lower-content h3 a:hover::before{
	right: auto;
    left: 0;
    width: 100%;
}

.news-block .inner-box .lower-content h3 a:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block .inner-box .lower-content h3 a:hover::after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	text-align:left;
	color:#797979;
	font-size:13px;
	line-height:1.9em;
	margin-bottom:15px;
	text-align:center;
}

.news-block .inner-box .lower-content .post-date{
	position:relative;
	color:#a6a6a6;
	font-style:italic;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	background-color:#f9f9f9;
}

.fluid-section-one .outer-container .map-column{
	position: absolute;
    width: 50%;
    left: 0px;
    height: 100%;
    float: left;
    min-height: 400px;
}

.fluid-section-one .outer-container .map-column .map-canvas{
	position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.fluid-section-one .outer-container .form-column{
	position:relative;
	width:50%;
	float:right;
}

.fluid-section-one .outer-container .form-column .inner-column{
	position:relative;
	padding:90px 50px 90px;
}

.fluid-section-one .outer-container .form-column .inner-column .content{
	position:relative;
	max-width:700px;
	margin:0 auto;
}

.fluid-section-one .outer-container .form-column .inner-column .sec-title{
	margin-bottom:30px;
}

.fluid-section-one .outer-container .form-column .content .map-info-content{
	position:relative;
	margin-top:25px;
}

.fluid-section-one .outer-container .form-column .content .map-info-content .address{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:700;
	margin-bottom:6px;
}

.fluid-section-one .outer-container .form-column .content .map-info-content .email{
	position:relative;
	color:#666666;
	font-size:15px;
	font-weight:600;
	margin-bottom:20px;
}

.fluid-section-one .outer-container .form-column .content .map-info-content .contact-number{
	position:relative;
	color:#333333;
	font-size:30px;
	font-weight:700;
}

.fluid-section-one .outer-container .form-column .content .map-info-content a{
	color:#333333;
}

.fluid-section-one .outer-container .form-column .content .map-info-content span{
	color:#b8b8b8;
}

.default-form .form-group{
	position:relative;
	margin-bottom:35px;
}

.default-form .form-group:last-child{
	margin-bottom:0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px 8px;
	color:#797979;
	height:40px;
	font-size:14px;
	background:none;
	font-weight:400;
	border-bottom:1px solid #e5e5e5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder{
	color:#797979;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	border-color:#151515;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px;
	color:#797979;
	height:120px;
	background:none;
	resize:none;
	font-size:14px;
	font-weight:400;
	border-bottom:1px solid #e5e5e5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group .theme-btn{
	cursor:pointer;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
}

.main-footer.style-two{
	background-color:#f9f9f9;
}

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 50px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-title{
	position:relative;
	margin-bottom:20px;
}

.main-footer .footer-title h2{
	position:relative;
	font-size:14px;
	font-weight:600;
	color:#252525;
	letter-spacing:2px;
	text-transform:uppercase;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:30px;
}

.main-footer .logo-widget ul{
	position:relative;
}

.main-footer .logo-widget ul li{
	position:relative;
	color:#797979;
	font-size:12px;
	margin-bottom:4px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.main-footer .list-widget{
	position:relative;
}

.main-footer .list-widget ul{
	position:relative;
}

.main-footer .list-widget ul li{
	position:relative;
	margin-bottom:8px;
}

.main-footer .list-widget ul li a{
	position:relative;
	color:#797979;
	font-size:12px;
	z-index:1;
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .list-widget ul li a::before{
	position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #252525;
    right: 0;
    bottom: -4px;
    transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -webkit-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -moz-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -ms-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -o-transition: width 0.3s cubic-bezier(.77,0,.175,1);
}

.main-footer .list-widget ul li a:hover::before{
	right: auto;
    left: 0;
    width: 100%;
}

.main-footer .list-widget ul li a:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.main-footer .list-widget ul li a:hover::after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.main-footer .list-widget ul li a:hover{
	color:#ffffff;
}

.main-footer .instagram-widget{
	position:relative;
}

.main-footer .instagram-widget .image{
	position:relative;
	width:25%;
	float:left;
	padding:0px 5px;
	margin-bottom:10px;
}

.main-footer .instagram-widget .image img{
	display:block;
	width:100%;
}

.main-footer .footer-bottom{
	position:relative;
}

.main-footer .footer-bottom .inner-footer-bottom{
	position:relative;
	padding:20px 0px;
	border-top:1px solid #ececec;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffe22d;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.main-footer .footer-bottom .copyright a{
	color:#ffe22d;
}


.main-footer .footer-bottom .scroll-to-top{
	position:relative;
	color:#ffe22d;
	font-size:10px;
	cursor:pointer;
	letter-spacing:2px;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .footer-bottom .scroll-to-top:hover{
	color:#fff;
}

.main-footer .footer-bottom .social-icon-two{
	display:inline-block;
}

.main-footer .footer-bottom.style-two .inner-footer-bottom{
	border:none;
	padding:30px 0px;
}

.main-footer .footer-bottom.style-three .outer-container{
	padding:0px 90px;
}

.main-footer .footer-bottom.style-three{
	background-color:#252525;
	border:none;
}

.main-footer .footer-bottom.style-three .inner-footer-bottom{
	border:none;
}

.main-footer .footer-bottom.style-three .social-icon-two li a,
.main-footer .footer-bottom.style-three .copyright{
	color:#bfbfbf;
}

.newsletter-section{
	position:relative;
}

.newsletter-section.style-two{
	border-top:2px solid #f9f9f9;
}

.newsletter-section .newsletter-boxed{
	position:relative;
	padding:100px 0px 90px;
}

.newsletter-section .newsletter-boxed h2{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
}

.newsletter-section .newsletter-boxed{
	position:relative;
	max-width:430px;
	margin:0 auto;
}

.newsletter-section .newsletter-boxed .form-group{
	position:relative;
	padding-right:130px;
}

.newsletter-section .newsletter-boxed input{
	position:relative;
	width:100%;
	height:50px;
	font-size:14px;
	line-height:28px;
	padding:10px 20px;
	border:1px solid #e5e5e5;
}

.newsletter-section .newsletter-boxed button{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 300px;
	height: 100%;
	background: #1c1c1c;
	z-index:9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align:before{
	position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100000%;
    height: 100%;
	opacity:0;
	visibility:hidden;
    display: block;
    background-color: rgba(0,0,0,0.75);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar.left-align.visible-sidebar:before{
	opacity:1;
	visibility:visible;
}

.hidden-bar.left-align.visible-sidebar.alternate::before{
	display:none;
}



.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:15px;
	top:52px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 26px;
	color:#ffffff;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:40px 15px 30px 30px;
	background: #1c1c1c 
}

.hidden-bar .logo {
	padding: 50px 30px 0px;
	background: #1c1c1c !important;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:70%;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #c5a47e;
}

.hidden-bar .side-menu li.current > a {
	color: #c5a47e;
}

.hidden-bar .side-menu ul li{
	position:relative;
	display:block;
	border-bottom: 1px dashed rgba(255,255,255,0.10);
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown.open a::after{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.05);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:last-child{
	border-bottom:none;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #d5d5d5;
	display:block;
	font-size: 14px;
	line-height:22px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding:13px 15px 13px 0px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul.navigation > li > ul > li > a{
	color:#ffffff;
	display:block;
}

.hidden-bar .side-menu ul.navigation > li.active > a:before{
	content:'';
	position:absolute;
	left:100%;
	top:50%;
	margin-top:-1px;
	width:20px;
	border-bottom:2px solid #c5a47e;
}

.hidden-bar.style-two .logo,
.hidden-bar.style-two{
	background:none;
}

.hidden-bar.style-two .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#000000;
}

.hidden-bar.style-two .side-menu ul li{
	border-color:#cccccc;
	margin-right:20px;
}

.hidden-bar.style-two .side-menu ul li ul li{
	margin-right:0px;
}

.hidden-bar.style-two .side-menu ul.navigation > li > ul > li.dropdown > a:after{
	right:0px;
}

.hidden-bar.style-two .side-menu ul li a,
.hidden-bar.style-two .side-menu ul > li.current > a,
.hidden-bar.style-two .side-menu ul > li > ul > li.current > a,
.hidden-bar.style-two .side-menu ul.navigation > li.active > a,
.hidden-bar.style-two .side-menu ul.navigation > li > ul > li > a{
	color:#fff;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a:after{
	font-family: "FontAwesome";
	content:'\f105';
	position:absolute;
	right:20px;
	top:12px;
	font-size:14px;
	line-height:24px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul.navigation > li.active > a {
	color:#ffffff;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul.navigation > li > ul > li > a:hover {
	color: #cccccc;
}

.hidden-bar .social-links{
	position:absolute;
	bottom:-60px;
	left:0px;
	width:100%;
	padding:0px 10px;
	text-align:center;
	font-size:13px;
	line-height:20px;
	color:#999999;
}

.hidden-bar .social-links li{
	position:relative;
	display:inline-block;
	line-height:20px;
	margin:0px 8px;
}

.hidden-bar .social-links li a{
	display:block;
	color:#bfbfbf;
	font-size:16px;
	transition:all 500ms ease;
}

.hidden-bar .social-links li a:hover{
	color:#ffffff;
}

.hidden-bar .copyright-text{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:10px;
	line-height:20px;
	color:#a6a6a6;
	letter-spacing:1px;
	background-color:#1c1c1c;
	text-transform:uppercase;
	padding:15px 10px 15px 30px;
}

/***

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0px;
	top:0%;
	width:100%;
	height:100%;
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	background:rgba(37,37,37,0.90);
	-webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(0%,-100%);
    -ms-transform: translate(0%,-100%);
    -o-transform: translate(0%,-100%);
    -moz-transform: translate(0%,-100%);
    transform: translate(0%,-100%);
}

.search-popup.popup-visible{
	top:0;
	visibility:visible;
	opacity:1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:40px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup .close-search:hover{
	opacity:0.70;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-popup .social-box{
	position:absolute;
	padding:0px;
	top:50%;
	left:10%;
	right:10%;
	width: 80%;
	max-width:600px;
	margin:0 auto;
	text-align:center;
}

.search-popup .social-box li{
	position:relative;
	margin:0px 15px;
	display:inline-block;
}

.search-popup .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:45px;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup .social-box li a:hover{
	opacity:0.7;
}

/*Gallery Item Three*/

.gallery-item-three{
	position:relative;
	margin-bottom:30px;
}

.gallery-item-three .inner-box{
	position:relative;
}

.gallery-item-three .inner-box .image{
	position:relative;
}

.gallery-item-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item-three .inner-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
	background-color:#292929;
}

.gallery-item-three .inner-box .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
	vertical-align: middle;
}

.gallery-item-three .inner-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item-three .inner-box .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:26px;
	letter-spacing:2px;
	margin-bottom:25px;
	text-transform:uppercase;
}

.gallery-item-three .inner-box .overlay-box h2 a{
	position:relative;
	color:#ffffff;
}

.gallery-item-three .inner-box .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:15px;
	letter-spacing:1px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.gallery-item-three .inner-box .overlay-box h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-item-three .inner-box .overlay-box .text{
	position:relative;
	color:#a5a5a5;
	font-size:14px;
	line-height:1.9em;
}

.gallery-item-three .inner-box .overlay-box .text a{
	position:relative;
	color:#ffffff;
}

.gallery-item-three .inner-box .overlay-box .icon-box{
	position:relative;
	color:#ffffff;
	font-size:28px;
	margin-bottom:25px;
}

.gallery-item-three .inner-box .overlay-box .icon-box.file-icon{
	font-size:36px;
}

.gallery-item-three .inner-box .overlay-box .post-time{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	margin-top:25px;
}

.gallery-item-three .inner-box .overlay-box .post-date{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	font-weight:400;
	margin-top:10px;
}

.gallery-item-three .inner-box .overlay-box ul{
	position:relative;
}

.gallery-item-three .inner-box .overlay-box ul li{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-bottom:2px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.gallery-section-two .masonry-items-container{
	margin:0px -9px;
}

.gallery-section-two .masonry-item{
	margin-bottom:20px;
	padding:0px 9px;
}

.banner-section{
	position:relative;
	padding:200px 0px 150px;
	background-size:cover;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
}

.banner-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(17,17,17,0.20);
}

.banner-section .gradient-layer{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:50%;
	z-index:1;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(17,17,17,1));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(17,17,17,1));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(17,17,17,1));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(17,17,17,1));
}

.banner-section h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:35px;
	text-transform:capitalize;
}

.banner-section .text{
	position:relative;
	z-index:1;
	max-width:950px;
	margin:0 auto;
}

.banner-section .text p{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	line-height:1.9em;
	margin-bottom:25px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 80px;
}

.about-section .big-title{
	position:absolute;
	left:0px;
	right:0px;
	top:-80px;
	color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
	line-height:1em;
	font-size:200px;
	text-align:center;
	font-weight:800;
	text-transform:uppercase;
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column .sec-title{
	margin-bottom:0px;
}

.about-section .content-column .inner-column{
	position:relative;
}

.about-section .content-column .text{
	position:relative;
	margin-bottom:25px;
}

.about-section .content-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.about-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.feature-block{
	position:relative;
	margin-bottom:40px;
}

.feature-block .inner-box{
	position:relative;
	padding-left:80px;
}

.feature-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	color:#000000;
	font-size:52px;
	line-height:1em;
}

.feature-block .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
	text-transform:uppercase;
}

.feature-block .inner-box h3 a{
	position:relative;
	color:#222222;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.feature-block .inner-box h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.feature-block .inner-box h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.feature-block .inner-box h3 a:hover{
	color:#ffffff;
}



.feature-block .inner-box .feature-text{
	position:relative;
	font-size:16px;
	color:#666666;
	font-weight:400;
	line-height:1.7em;
	margin-top:12px;
}

.about-section .video-column{
	position:relative;
}

.about-section .video-column .inner-column{
	position:relative;
	display:inline-block;
}

.about-section .video-column .video-outer{
	position:absolute;
	left:0px;
	bottom:0px;
	border-radius:50%;
	display:inline-block;
}

.about-section .video-column .image{
	position:relative;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0px 0px 20px rgba(0,0,0,0.20);
}

.about-section .video-column .inner-column .video-box{
	position:absolute;
	left:0px;
	bottom:0px;
}

.about-section .video-column .inner-column .video-boxed{
	position:relative;
	overflow:hidden;
	width:150px;
	height: 150px;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:55px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	line-height:110px;
	display: inline-block;
	background-color:#ffa116;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border:24px solid #ededed;
}

.about-section .video-column .inner-column .video-boxed span{
	position: relative;
}












.single-carousel-section{
	position:relative;
}

.single-carousel-section .outer-container{
	overflow:hidden;
}

.single-carousel-section .owl-nav,
.single-carousel-section .owl-dots{
	display:none;
}

.single-carousel-section .outer-container .inner-container{
	max-width:770px;
	margin:0 auto;
}

.single-carousel-section .owl-item.active .content-box .image:before,
.single-carousel-section .owl-item .content-box .overlay-box{
	opacity:0;
}

.single-carousel-section .owl-item.active .content-box .overlay-box{
	opacity:1;
}

.single-carousel-section .owl-carousel .owl-stage-outer{
	overflow:visible;
}

.single-carousel-section .content-box .image{
	position:relative;
}

.single-carousel-section .content-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	background-color:rgba(0,0,0,0.35);
}

.single-carousel-section .content-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.single-carousel-section .content-box .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
	z-index:2;
    text-align: center;
}

.single-carousel-section .content-box .image .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
	margin-left:-140px;
    vertical-align: middle;
	padding: 10px 10px 10px 0px;
}

.single-carousel-section .content-box .image .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.single-carousel-section .content-box .image .overlay-box .overlay-inner .content .content-inner{
	position:relative;
	max-width:490px;
	width:100%;
	display:block;
	padding:45px 30px;
	background-color:#ffffff;
    outline: 1px solid #e6e6e6;
    outline-offset: -6px;
}

.single-carousel-section .content-box .image .overlay-box .content-inner .title{
	position:relative;
	color:#252525;
	font-size:10px;
	padding:6px 10px 4px;
	margin-bottom:12px;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
}

.single-carousel-section .content-box .image .overlay-box .content-inner .title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:2px;
	background-color:#e5e5e5;
}

.single-carousel-section .content-box .image .overlay-box .content-inner .title:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background-color:#e5e5e5;
}

.single-carousel-section .content-box .image .overlay-box .content-inner h2{
	position:relative;
	color:#252525;
	font-size:26px;
	font-weight:700;
	letter-spacing:1px;
	line-height:1.4em;
	margin-bottom:12px;
	text-transform: uppercase;
}

.single-carousel-section .content-box .image .overlay-box .content-inner h2 a{
	position:relative;
	color:#252525;
	z-index:1;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.single-carousel-section .content-box .image .overlay-box .content-inner h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.single-carousel-section .content-box .image .overlay-box .content-inner h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.single-carousel-section .content-box .image .overlay-box .content-inner h2 a:hover{
	color:#ffffff;
}

.single-carousel-section .content-box .image .overlay-box .content-inner .post-date{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	margin-bottom:5px;
}

.single-carousel-section .content-box .image .overlay-box .text{
	position:relative;
	color:#747474;
	font-size:13px;
	line-height:1.9em;
	margin-bottom:15px;
}

.single-carousel-section .content-box .image .overlay-box .social-share{
	position:relative;
}

.single-carousel-section .content-box .image .overlay-box .social-share .share{
	position:relative;
	font-size:14px;
	color:#000000;
	margin-right:12px;
	display:inline-block;
	text-transform:capitalize;
}

.single-carousel-section .content-box .image .overlay-box .social-share a{
	position:relative;
	color:#252525;
	margin-right:12px;
}

.single-carousel-section .content-box .image .overlay-box a:hover{
	color:#cccccc;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sidebar-nav-page{
	padding-left:300px;
}

.sidebar-nav-page.character-section{
	overflow-x:hidden;
}

.sidebar-nav-page .page-wrapper .profile-section{
	padding:65px 65px 65px 0px;
	background:#000;
}

/*Gallery Section Three*/

.gallery-section-three{
	position:relative;
	padding:0px 0px 65px 0px;
}

/*Main Slider Two*/

.main-slider-two{
	position:relative;
	overflow:hidden;
}

.main-slider-two .outer-container{
	position:relative;
	padding:0px 150px;
}

.main-slider-two .image{
	position:relative;
}

.main-slider-two .image img{
	position:relative;
	width:100%;
	display:block;
}

.main-slider-two .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.main-slider-two .image .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
	padding: 10px 10px 10px 10px;
}

.main-slider-two .content{
    position: relative;
	max-width:550px;
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:120px 0px;
}

.main-slider-two .content .content-inner{
	position:relative;
	max-width:580px;
	width:100%;
	display:block;
	padding:45px 30px;
	background-color:#ffffff;
    outline: 1px solid #e6e6e6;
    outline-offset: -10px;
	margin:0 auto;
}

.main-slider-two .content .content-inner .title{
	position:relative;
	color:#252525;
	font-size:10px;
	padding:6px 10px 4px;
	margin-bottom:15px;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
}

.main-slider-two .content .content-inner .title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:2px;
	background-color:#e5e5e5;
}

.main-slider-two .content .content-inner .title:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background-color:#e5e5e5;
}

.main-slider-two .content .content-inner h2{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	line-height:1.4em;
	margin-bottom:12px;
	text-transform:uppercase;
}

.main-slider-two .content .content-inner h2 a{
	position:relative;
	color:#252525;
	z-index:1;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-slider-two .content .content-inner h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.main-slider-two .content .content-inner h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.main-slider-two .content .content-inner h2 a:hover{
	color:#ffffff;
}

.main-slider-two .content .content-inner .post-date{
	position:relative;
	color:#222222;
	font-size:14px;
	margin-bottom:5px;
	text-transform:capitalize;
}

.main-slider-two .content .content-inner .text{
	position:relative;
	color:#747474;
	font-size:13px;
	line-height:1.9em;
	margin-bottom:15px;
}

.main-slider-two .content .content-inner .social-share{
	position:relative;
}

.main-slider-two .content .content-inner .social-share .share{
	position:relative;
	font-size:14px;
	color:#000000;
	margin-right:12px;
	display:inline-block;
	text-transform:capitalize;
}

.main-slider-two .content .content-inner .social-share a{
	position:relative;
	color:#252525;
	margin-right:12px;
}

.main-slider-two .content .content-inner a:hover{
	color:#cccccc;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-slider-two .owl-dots{
	display:none;
}

.main-slider-two .owl-nav{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	margin-top:-10px;
}

.main-slider-two .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	color:#ffffff;
	font-size:20px;
	padding-right:12px;
	padding-left:12px;
	border-left:2px solid #eeeeee;
	border-right:2px solid #eeeeee;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-slider-two .owl-nav .owl-next{
	position:absolute;
	right:30px;
	color:#ffffff;
	font-size:20px;
	padding-left:12px;
	padding-right:12px;
	border-right:2px solid #eeeeee;
	border-left:2px solid #eeeeee;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover{
	border-color:#ffffff;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:90px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar.left-padd{
	padding-left:20px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget:last-child{
	margin-bottom:0px;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:25px;
}

.sidebar-title h2{
	position:relative;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.2em;
	padding:16px 10px 16px 25px;
	display:block;
	letter-spacing:2px;
    text-transform: uppercase;
	background-color:#252525;
    outline: 1px solid rgba(255,255,255,0.25);
    outline-offset: -4px;
}

.about-widget .widget-content{
	position:relative;
}

.about-widget .widget-content .image{
	position:relative;
	width:250px;
	height:250px;
	margin:0 auto;
	overflow:hidden;
	border-radius:0px;
	margin-bottom:24px;
}

.about-widget .widget-content .image img{
	position:relative;
	clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.about-widget .widget-content .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	text-align:center;
	line-height:1.9em;
	padding-bottom:20px;
}

.about-widget .widget-content .author-name{
	position:relative;
	color:#262324;
	font-size:24px;
	text-align:center;
	font-family: 'Mrs Saint Delafield', cursive;
}

/*Popular Tags*/

.popular-tags{
	position: relative;
}

.popular-tags a{
	position: relative;
	color: #777777;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 8px;
	margin-right: 4px;
	padding: 6px 18px;
	letter-spacing:1px;
	display: inline-block;
	border: 1px solid #e9e9e9;
	background-color: inherit;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.popular-tags a:hover{
	color: #ffffff;
	border-color:#252525;
	background-color: #252525;
}

/*Subscribe Widget*/

.subscribe-widget{
	position:relative;
}

.subscribe-widget .widget-content{
	position:relative;
}

/*Newsletter Widget*/

.subscribe-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.subscribe-widget .form-group:last-child{
	margin-bottom:0px;
}

.subscribe-widget .form-group input[type="text"],
.subscribe-widget .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:46px;
	font-size:13px;
	color:#000000;
	border:1px solid #e5e5e5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.subscribe-widget .form-group .sign-up-btn{
	position:relative;
	width:100%;
	color:#ffffff;
	font-size:10px;
	letter-spacing:1px;
	padding:11px 10px;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#252525;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.subscribe-widget .form-group .sign-up-btn:hover{
	color:#ffffff;
	background-color:#252525;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:110px;
	margin-bottom:14px;
	min-height:88px;
	padding-top:14px;
	border-bottom:1px dashed #e5e5e5;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border:none;
	min-height:70px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:90px;
	 overflow:hidden;
	 margin-bottom:0px;
	 clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:700;
	color:#252525;
	line-height:1.4em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#252525;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#000000;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:12px;
	color:#444444;
	font-weight:400;
	margin-top:4px;
}

.banner-widget .image img{
	position:relative;
	width:100%;
	display:block;
}

/*Category List*/

.category-list{
	position:relative;
}

.category-list li{
	position:relative;
}

.category-list li a{
	position:relative;
	color:#252525;
	font-size:14px;
	padding:12px 0px 10px;
	display:block;
	border-bottom:1px dashed #e5e5e5;
}

.category-list li a span{
	position:absolute;
	right:0px;
	color:#a6a6a6;
	font-size:14px;
}

.our-blog{
	position:relative;
}

.our-blog .new-posts{
	margin-top:10px;
}

/*News Block Two*/

.news-block-two{
	position:relative;
	margin-bottom:70px;
}

.news-block-two.alternate{
	margin-bottom:40px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .news-title{
	position:relative;
	margin-bottom:15px;
}

.news-block-two .inner-box .news-title h2{
	position:relative;
	color:#252525;
	font-size:24px;
	letter-spacing:1px;
	font-weight:700;
	text-transform: uppercase;
}

.news-block-two .inner-box .news-title h2 a{
	position:relative;
	color:#252525;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.news-block-two .inner-box .news-title h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block-two .inner-box .news-title h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block-two .inner-box .news-title h2 a:hover{
	color:#ffffff;
}

.news-block-two .inner-box .news-title .post-date{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	margin-bottom:8px;
}

.news-block-two .inner-box .image{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
	background-color:#000000;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;	
}

.news-block-two .inner-box:hover .image img{
	opacity:0.6;
	transform:rotate(-3deg) scale(1.2,1.2);
}

.news-block-two .inner-box .image .title{
	position:absolute;
	left:5px;
	bottom:5px;
	color:#252525;
	font-size:10px;
	padding:10px 18px;
	line-height:1.8em;
	letter-spacing:2px;
	display:inline-block;
	text-transform:uppercase;
	background-color:#ffffff;
}

.news-block-two .inner-box .lower-content{
	position:relative;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;
}

.news-block-two .inner-box .lower-content .news-share-options{
	position:relative;
	margin-top:50px;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

.news-block-two .inner-box .lower-content .news-share-options .tags a{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	font-weight:400;
	padding-right:17px;
	margin-right:12px;
	line-height:1em;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	border-right:1px solid #dedede;
}

.news-block-two .inner-box .lower-content .news-share-options .tags a span{
	color:#252525;
}

.news-block-two .inner-box .lower-content .news-share-options .tags a:hover{
	color:#252525;
}

.news-block-two .inner-box .lower-content .news-share-options .tags a:last-child{
	padding-right:0px;
	margin-right:0px;
	border-right:0px;
}

.news-block-two .inner-box .lower-content .news-share-options .social-icons{
	position:relative;
}

.news-block-two .inner-box .lower-content .news-share-options .social-icons a{
	position:relative;
	color:#252525;
	font-size:13px;
	margin-right:15px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .inner-box .lower-content .news-share-options .social-icons a:hover{
	color:#dedede;
}

/*News Block Three*/

.news-block-three{
	position:relative;
	margin-bottom:50px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

.news-block-three .inner-box .image .image-link{
	position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    color: #000000;
    font-size: 24px;
	z-index:1;
    text-align: center;
    line-height: 50px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;	
}

.news-block-three .inner-box:hover .image img{
	opacity:0.6;
	transform:rotate(-3deg) scale(1.2,1.2);
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block-three .inner-box .image .title{
	position:absolute;
	left:5px;
	bottom:5px;
	color:#252525;
	font-size:10px;
	padding:10px 18px 8px;
	line-height:1.8em;
	letter-spacing:2px;
	display:inline-block;
	text-transform:uppercase;
	background-color:#ffffff;
}

.news-block-three .inner-box .lower-content h2{
	position:relative;
	color:#252525;
	font-size:16px;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:15px;
	text-transform: uppercase;
}

.news-block-three .inner-box .lower-content h2 a{
	position:relative;
	color:#252525;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.news-block-three .inner-box .lower-content h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block-three .inner-box .lower-content h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block-three .inner-box .lower-content h2 a:hover{
	color:#ffffff;
}

.news-block-three .inner-box .lower-content .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:15px;
	text-align:left;
}

.news-block-three .inner-box .lower-content .post-date{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	margin-bottom:10px;
}

.news-block-three .inner-box .lower-content .social-share{
	position:relative;
}

.news-block-three .inner-box .lower-content .social-share .share{
	position:relative;
	font-size:14px;
	color:#000000;
	margin-right:12px;
	display:inline-block;
	text-transform:capitalize;
}

.news-block-three .inner-box .lower-content .social-share a{
	position:relative;
	color:#252525;
	margin-right:12px;
}

.news-block-three .inner-box .lower-content .social-share a:hover{
	color:#cccccc;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*News Posts*/

.new-posts{
	position:relative;
}

.new-posts li{
	position:relative;
	display:inline-block;
	padding-right:15px;
	margin-right:12px;
	line-height:1em;
	border-right:1px solid #222222;
}

.new-posts li:last-child{
	border-right:none;
	margin-right:0px;
	padding-right:0px;
}

.new-posts li a{
	position:relative;
	color:#222222;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	text-transform:capitalize;
}

.new-posts li a:hover{
	color:#252525;
}

/*** 

====================================================================
	Instagram Gallery
====================================================================

***/

.instagram-gallery{
	position:relative;
}

.instagram-gallery .owl-nav,
.instagram-gallery .owl-dots{
	display:none;
}

.instagram-gallery .gallery-outer{
	position:relative;
}

.default-portfolio-item{
	position:relative;
}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;
	margin-bottom:0px;
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	opacity:0;
	text-align:center;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
	-ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border:10px solid transparent;
}

.default-portfolio-item .inner-box:hover .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.default-portfolio-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:101%;
	height:101%;
	display:table;
	padding:10px 20px;
	vertical-align:middle;
	background:rgba(21,21,21,0.90);
}

.default-portfolio-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .overlay-inner .option-btn{
	position:relative;
	display:inline-block;
	line-height:44px;
	color:#222222;
	font-size:15px;
	width:44px;
	height:44px;
	margin:0px 3px;
	background:#ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

/*Main Slider Three*/

.main-slider-three{
	position:relative;
}

.main-slider-three .outer-container{
	position:relative;
	padding:0px 150px;
}

.main-slider-three .overlay-box{
	position:absolute;
	left:10px;
	bottom:10px;
	right:10px;
	padding:30px 15px;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	background-color:rgba(0,0,0,0.75);
}

.main-slider-three .overlay-box:hover{
	background-color:rgba(0,0,0,0.85);
}

.main-slider-three .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:10px;
	font-weight:400;
	padding:3px 0px;
	letter-spacing:1px;
	display:inline-block;
	margin-bottom:12px;
	text-transform:uppercase;
}

.main-slider-three .overlay-box .title:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.main-slider-three .overlay-box .title:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.main-slider-three .overlay-box .post-date{
	position:relative;
	color:#ffffff;
	margin-bottom:8px;
}

.main-slider-three .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	line-height:1.4em;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
}

.main-slider-three .overlay-box h2 a{
	position:relative;
	color:#ffffff;
	z-index:1;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-slider-three .overlay-box h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#ffffff;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.main-slider-three .overlay-box h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.main-slider-three .overlay-box h2 a:hover{
	color:#000000;
}

.main-slider-three .owl-dots{
	display:none;
}

.main-slider-three .owl-nav{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
}

.main-slider-three .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	color:#252525;
	font-size:20px;
	padding-right:10px;
	padding-left:10px;
	border-left:2px solid #252525;
	border-right:2px solid #252525;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-slider-three .owl-nav .owl-next{
	position:absolute;
	right:30px;
	color:#252525;
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
	border-left:2px solid #252525;
	border-right:2px solid #252525;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-slider-three .owl-nav .owl-prev:hover,
.main-slider-three .owl-nav .owl-next:hover{
	border-color:#ffffff;
	color:#ffffff;
}

.blog-clissic .new-posts{
	margin-top:75px;
}

/*News Block Four*/

.news-block-four{
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #e5e5e5;
}

.news-block-four:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .image-column{
	position:relative;
}

.news-block-four .inner-box .image-column .image{
	position:relative;
}

.news-block-four .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 99%, 0% 100%);
}

.news-block-four .inner-box .image-column .image .image-link{
	position:absolute;
	left:5px;
	top:5px;
	width:50px;
	height:50px;
	color:#000000;
	font-size:24px;
	text-align:center;
	line-height:50px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .image-column .image .image-link:hover{
	color:#000000;
	background-color:#ffffff;
}

.news-block-four .inner-box .content-column{
	position:relative;
}

.news-block-four .inner-box .content-column .inner-column{
	position:relative;
	padding-top:8px;
}

.news-block-four .inner-box .content-column .title{
	position: relative;
    color: #252525;
    font-size: 10px;
    line-height: 1.8em;
    letter-spacing: 2px;
	padding:8px 0px 6px;
    margin-bottom: 6px;
    display: inline-block;
    text-transform: uppercase;
	border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.news-block-four .inner-box .content-column h2{
	position: relative;
    color: #252525;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
	font-weight:700;
    text-transform:  uppercase;
}

.news-block-four .inner-box .content-column h2 a{
    position: relative;
    color: #252525;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.news-block-four .inner-box .content-column h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block-four .inner-box .content-column h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block-four .inner-box .content-column h2 a:hover{
	color:#ffffff;
}

.news-block-four .inner-box .content-column .text{
	position: relative;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.9em;
    text-align: left;
}

.news-block-four .inner-box .content-column .post-date{
    position: relative;
    color: #a6a6a6;
    font-size: 13px;
	padding:4px 0px 8px;
}

/*News Block Five*/

.news-block-five{
	position:relative;
}

.news-block-five .inner-box{
	position:relative;
}

.news-block-five .inner-box .image{
	position:relative;
	margin-bottom:0px;
}

.news-block-five .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-five .inner-box .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
	z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
	background-color:rgba(0,0,0,0.30);
}

.news-block-five .inner-box .overlay-box .play-box{
	position:relative;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	display:block;
	border-radius:50%;
	margin:0 auto;
	margin-top:35px;
	background-color:#252525;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.news-block-five .inner-box .overlay-box .play-box .ripple,
.news-block-five .inner-box .overlay-box .play-box .ripple:before,
.news-block-five .inner-box .overlay-box .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
	height: 80px;
	border-radius:50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.news-block-five .inner-box .overlay-box .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.news-block-five .inner-box .overlay-box .play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.news-block-five .inner-box .overlay-box .play-box .play-icon{
    position: relative;
    color: #ffffff;
    font-size: 22px;
	z-index:1;
	display:block;
}

.news-block-five .inner-box .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 10px 10px 0px;
}

.news-block-five .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.news-block-five .inner-box .overlay-box .title{
	position:relative;
	color:#ffffff;
	font-size:10px;
	padding:5px 10px 4px;
	letter-spacing:1px;
	display:inline-block;
	margin-bottom:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	border-top:2px solid rgba(255,255,255,0.60);
	border-bottom:2px solid rgba(255,255,255,0.60);
}

.news-block-five .inner-box .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:27px;
	margin-top:25px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.news-block-five .inner-box .overlay-box h2 a{
	position:relative;
	color:#ffffff;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-five .inner-box .overlay-box h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#ffffff;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block-five .inner-box .overlay-box h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block-five .inner-box .overlay-box h2 a:hover{
	color:#000000;
}

.news-block-five .inner-box .overlay-box .post-date{
	position:relative;
	color:#f0f0f0;
	font-size:13px;
	font-weight:400;
	margin-bottom:0px;
}

/*News Carousel Box*/

.news-carousel-box{
	position:relative;
	margin-bottom:50px;
}

.news-carousel-box .owl-nav{
	display:none;
}

.news-carousel-box .owl-dots{
	position:relative;
	text-align:center;
	margin-top:25px;
}

.news-carousel-box .owl-dots .owl-dot{
	position:relative;
	width:8px;
	height:8px;
	margin:0px 5px;
	display:inline-block;
	background-color:#d8d8d8;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-carousel-box .owl-dots .owl-dot:hover,
.news-carousel-box .owl-dots .owl-dot.active{
	background-color:#2b2b2b;
}

/*News Block Six*/

.news-block-six{
	position:relative;
	margin-bottom:60px;
}

.news-block-six .inner-box{
	position:relative;
}

.news-block-six .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

.news-block-six .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;	
}

.news-block-six .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.1,1.1);
}

.news-block-six .inner-box .lower-content{
	position:relative;
	padding:30px 30px 30px;
	margin-bottom:-60px;
	margin-left:30px;
	margin-right:30px;
	text-align:center;
	z-index:1;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(216,216,216,0.60);
}

.news-block-six .inner-box .lower-content .title{
	position: relative;
    color: #252525;
    font-size: 10px;
	padding:8px 10px;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: uppercase;
	border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.news-block-six .inner-box .lower-content h2{
	position:relative;
	color:#252525;
	font-size:27px;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:12px;
	text-transform: uppercase;
}

.news-block-six .inner-box .lower-content h2 a{
	position:relative;
	color:#252525;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-six .inner-box .lower-content h2 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block-six .inner-box .lower-content h2 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block-six .inner-box .lower-content h2 a:hover{
	color:#ffffff;
}

.news-block-six .inner-box .lower-content .post-date{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	font-weight:400;
	margin-bottom:8px;
}

.news-block-six .inner-box .lower-content .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:15px;
}

.news-block-six .inner-box .lower-content .social-share{
	position:relative;
}

.news-block-six .inner-box .lower-content .social-share .share{
	position:relative;
	font-size:14px;
	color:#000000;
	margin-right:12px;
	display:inline-block;
	text-transform:capitalize;
}

.news-block-six .inner-box .lower-content .social-share a{
	position:relative;
	color:#252525;
	margin-right:12px;
}

.news-block-six .inner-box .lower-content .social-share a:hover{
	color:#cccccc;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*Footer Nav*/

.footer-nav{
	position:relative;
}

.footer-nav li{
	position:relative;
	margin-left:22px;
	display:inline-block;
}

.footer-nav li a{
	position:relative;
	color:#a6a6a6;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.footer-nav li a:hover{
	color:#000000;
}

/*Hello Section*/

.hello-section{
	position:relative;
	padding:290px 0px 110px;
}

.hello-section h1{
	position:relative;
	color:#ffffff;
	font-size:155px;
	font-weight:700;
	line-height:1em;
	text-align:center;
	letter-spacing:4px;
	text-transform:uppercase;
}

.hello-section .title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin-top:30px;
	margin-bottom:150px;
}

.hello-section .row{
	margin:0px -10px;
}

.hello-section .image-column{
	position:relative;
	padding:0px 10px;
	margin-bottom:20px;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:130px 0px;
}

.services-block-three{
	position:relative;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
	text-align:center;
}

.services-block-three .inner-box .icon-box{
	position:relative;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
	margin-bottom:25px;
	display:block;
}

.services-block-three .inner-box h3{
	position:relative;
	font-size:14px;
	color:#ffffff;
	letter-spacing:2px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.services-block-three .inner-box h3 a{
	position:relative;
	color:#ffffff;
}

.services-block-three .inner-box .text{
	position:relative;
	color:#a7a7a7;
	font-size:14px;
	line-height:2em;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:110px 0px;
	background-color:#797979;
    outline: 1px solid rgba(255,255,255,0.20);
    outline-offset: -14px;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block .inner-box .quote-icon{
	position:relative;
	text-align:center;
	margin-bottom:60px;
}

.testimonial-block .inner-box .quote-icon img{
	position:relative;
	width:auto;
	display:block;
	margin:0 auto;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	max-width:830px;
	margin:0 auto;
	padding:0px 15px;
	margin-bottom:35px;
	line-height:1.9em;
}

.testimonial-block .inner-box .author{
	position:relative;
	font-size:15px;
	color:rgba(255,255,255,0.70);
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-20px;
}

.testimonial-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	font-size:30px;
	color:rgba(255,255,255,0.80);
}

.testimonial-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	font-size:30px;
	color:rgba(255,255,255,0.80);
}

/*** 

====================================================================
	Hello Section Two
====================================================================

***/

.hello-section-two{
	position:relative;
	padding:140px 0px;
	text-align:center;
}

.hello-section-two h2{
	position:relative;
	color:#ffffff;
	letter-spacing:2px;
	font-weight:700;
	font-size:28px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.hello-section-two .text{
	position:relative;
	font-size:13px;
	color:#a6a6a6;
	margin-bottom:25px;
}

.hello-section-two .talk-btn{
	position:relative;
	color:#252525;
	font-size:10px;
	font-weight:400;
	padding:9px 38px;
	letter-spacing:2px;
	text-transform:uppercase;
	background-color:#ffffff;
}

/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section{
	position:relative;
	padding:90px 0px 60px;
}

.skill-section .column{
	position:relative;
	margin-bottom:60px;
}

.skill-section .text{
	position:relative;
	color:#797979;
	font-size:14px;
	font-weight:400;
	line-height:1.9em;
}

.skill-section .text p{
	position:relative;
	color:#797979;
	font-size:14px;
	font-weight:400;
	line-height:1.9em;
}

/*Skills Section*/

.skills .skill-item{
	position:relative;
	margin-bottom:12px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:2px;	
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:2px;
	background:#ededed;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:2px;
	width:0px;
	border-bottom:2px solid #333333;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	line-height:30px;
	margin-bottom:5px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#252525;
	font-size:12px;
	letter-spacing:1px;
	text-transform: capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:400;
	color:#252525;
	font-size:11px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:90px 0px 60px;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block .inner-box:hover .image img{
	transform:rotate(-3deg) scale(1.2,1.2);
	opacity:0.5;
}

.team-block .inner-box .lower-box{
	position:relative;
	padding-top:28px;
	text-align:center;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	color:#252525;
	font-size:16px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.team-block .inner-box .lower-box h3 a{
	position:relative;
	color:#252525;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.team-block .inner-box .lower-box h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.team-block .inner-box .lower-box h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.team-block .inner-box .lower-box h3 a:hover{
	color:#ffffff;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
	font-family: 'Century Gothic', serif;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section-two{
	position:relative;
	padding:110px 0px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.newsletter-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.85);
}

.newsletter-section-two .content-column{
	position:relative;
}

.newsletter-section-two .content-column .inner-column{
	position:relative;
}

.newsletter-section-two .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:8px;
	text-transform:uppercase;
}

.newsletter-section-two .content-column .inner-column .text{
	position:relative;
	color:#d8d8d8;
	font-size:16px;
	font-style:italic;
	font-weight:400;
}

.newsletter-section-two .form-column{
	position:relative;
}

.newsletter-section-two .form-column .inner-column{
	position:relative;
	margin-top:10px;
	max-width:500px;
	width:100%;
	float:right;
}

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	margin-bottom:28px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	height:50px;
	font-size:14px;
	color:#ffffff;
	padding:10px 50px 10px 20px;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(255,255,255,0.90);
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:3px;
	top:3px;
	width:145px;
	height:44px;
	line-height:40px;
	color:#252525;
	font-size:12px;
	text-align:center;
	background:#ffffff;
	letter-spacing:1px;
	cursor:pointer;
	text-transform:uppercase;
}

/*Fullwidth Section One*/

.fullwidth-section-one{
	position:relative;
}

.fullwidth-section-one .left-column{
	position:relative;
	width:50%;
	float:left;
}

.fullwidth-section-one .left-column .owl-nav{
	display:none;
}

.fullwidth-section-one .left-column .owl-dots{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.fullwidth-section-one .left-column .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	margin:0px 4px;
	border-radius:50px;
	display:inline-block;
	background-color:#c0c1c2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fullwidth-section-one .left-column .owl-dots .owl-dot:hover,
.fullwidth-section-one .left-column .owl-dots .owl-dot.active{
	background-color:#252525;
}

.fullwidth-section-one .left-column .inner-column{
	position:relative;
	padding:145px 0px 110px;
	background-color:#f2f0f3;
}

.fullwidth-section-one .right-column{
	position:relative;
	width:50%;
	float:left;
}

.fullwidth-section-one .right-column .inner-column{
	position:relative;
	padding:250px 15px;
	text-align:center;
    outline-offset: -10px;
	background-color:#252525;
	outline: 1px solid rgba(255,255,255,0.20);
}

.fullwidth-section-one .right-column .inner-column h2{
	position:relative;
	color:#f2f0f3;
	font-size:29px;
	letter-spacing:2px;
	margin-bottom:30px;
	text-transform:uppercase;
}

.fullwidth-section-one .right-column .inner-column .author{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:rgba(255,255,255,0.80);
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-two .inner-box .icon-box{
	position:relative;
	line-height:1em;
	font-size:60px;
	color:#161616;
	margin-bottom:15px;
}

.testimonial-block-two .inner-box h3{
	position:relative;
	color:#252525;
	font-size:24px;
	letter-spacing:1px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.testimonial-block-two .inner-box h3 a{
	position:relative;
	color:#252525;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	max-width:620px;
	margin:0 auto;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;
}

.testimonial-block-two .inner-box .book-btn{
	position:relative;
	color:#252525;
	font-size:10px;
	padding:8px 31px;
	display:inline-block;
	letter-spacing:2px;
	text-transform:uppercase;
	border:1px solid #252525;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section-two{
	position:relative;
	padding:75px 0px 75px;
	background-color:#c38f68;
}

.clients-section-two .outer-container{
	position:relative;
	padding:0px 60px;
}

.clients-section-two .sponsors-outer{
	position:relative;
}

.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section-two .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin-bottom:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section-two .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section-two .sponsors-outer .image-box img:hover{
	opacity:0.7;
}

/*Banner Image*/

.banner-image{
	position:relative;
	margin-top:70px;
}

.banner-image .image{
	position:relative;
}

.banner-image .image img{
	position:relative;
	width:100%;
	display:block;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:60px 0px 30px;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#222222;
	font-size:40px;
	line-height:1em;
}

.fact-counter .column .inner .icon-box{
	position:relative;
	margin-bottom:25px;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	line-height:1em;
	font-weight:700;
	margin:0px 0px 15px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#252525;
	font-size:48px;
	line-height:1em;
	margin-bottom:15px;
	text-transform:uppercase;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:12px;
	font-weight:500;
	color:#252525;
	letter-spacing:1px;
	margin-top:25px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Mission Section
====================================================================

***/

.mission-section{
	position:relative;
	background:#000;
}

.mission-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.mission-section .image-column .image{
	position:relative;
}

.mission-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.mission-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.mission-section .content-column .inner-column{
/*	position:relative;
	text-align:center;
	padding:224px 50px;
	background-color:#252525;
	*/
	position:relative;
	text-align:center;
	padding: 50px 50px 50px 50px;
	background-color:#252525;
	min-height: 750px;
	
}

.mission-section .content-column h2{
	position:relative;
	font-size:27px;
	letter-spacing:2px;
	font-weight:700;
	color:#ffffff;
	margin-bottom:20px;
	text-transform:uppercase;
}

.mission-section .content-column h1{
	position:relative;
	font-size:27px;
	letter-spacing:2px;
	font-weight:700;
	color:#ffffff;
	margin-bottom:20px;
	text-transform:uppercase;
}

.mission-section .content-column .text{
	position:relative;
}

.mission-section .content-column .text p{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	color:rgba(255,255,255,0.70);
	text-align: justify;
}

.mission-section .content-column .text h2{
	position:relative;
	font-size:17px;
	line-height:1.8em;
	color:rgba(255,255,255,0.70);
	text-align: justify;
}

.mission-section .content-column .text ul{
	position:relative;
	font-size:13px;
	line-height:1.8em;
	color:rgba(255,255,255,0.70);
	text-align: justify;
}

/*Page Title Two*/

.page-title-two{
	position:relative;
	padding:200px 0px;
	text-align:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

.page-title-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(161,191,203,0.80);
}

.page-title-two h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:50px;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	border-bottom:1px solid #ffffff;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding:100px 0px;
}

.services-block-four{
	position:relative;
	margin-bottom:30px;
}

.services-block-four .inner-box{
	position:relative;
	text-align:center;
}

.services-block-four .inner-box .icon-box{
	position:relative;
	color:#252525;
	font-size:50px;
	line-height:1em;
	margin-bottom:20px;
	display:block;
}

.services-block-four .inner-box h3{
	position:relative;
	font-size:14px;
	color:#252525;
	letter-spacing:2px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.services-block-four .inner-box h3 a{
	position:relative;
	color:#252525;
}

.services-block-four .inner-box .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.9em;
}

.page-banner{
	position:relative;
}

.page-banner .image{
	position:relative;
}

.page-banner .image img{
	position:relative;
	width:100%;
	display:block;
}

/*** 

====================================================================
	About Carousel Section
====================================================================

**

.about-carousel-section{
	position:relative;
}

.about-carousel-section .auto-container{
	position:relative;
	max-width:670px;
	margin:0 auto;
}

.about-block{
	position:relative;
}

.about-block .inner-box{
	position:relative;
}

.about-block .inner-box .image{
	position:relative;
	margin-bottom:5px;
}

.about-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:24px 0px;
	text-align:center;
	background-color:rgba(255,255,255,0.85);
}

.about-block .inner-box .image .overlay-box h2{
	position:relative;
	color:#252525;
	font-size:18px;
	font-weight:400;
	margin-bottom:3px;
}

.about-block .inner-box .image .overlay-box h2 a{
	position:relative;
	color:#252525;
}

.about-block .inner-box .image .overlay-box .designation{
	position:relative;
	color:#252525;
	font-size:11px;
	font-style:italic;
}

.about-block .inner-box .talk-box{
	position:relative;
	padding:40px 15px;
	text-align:center;
	background-color:#252525;
}

.about-block .inner-box .theme-btn:hover{
	background-color:#ffffff;
	color:#000000;
}

.about-carousel-section .owl-dots{
	display:none;
}

.about-carousel-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-30px;
}

.about-carousel-section .owl-nav .owl-prev{
	position:absolute;
	left:-140px;
	font-size:28px;
	color:#252525;
	opacity:0.6;
}

.about-carousel-section .owl-nav .owl-next{
	position:absolute;
	right:-140px;
	font-size:28px;
	color:#252525;
	opacity:0.6;
}*/

/*** 

====================================================================
	Profile Section
====================================================================

***/

.profile-section{
	position:relative;
}

.profile-section .image-column{
	position:relative;
}

.profile-section .image-column img{
	position:relative;
	width:100%;
	display:block;
	padding-left: 10px;
}

.profile-section .content-column{
	position:relative;
}

.profile-section .content-column .inner-column{
	position:relative;
	padding-top:80px;
	padding-left:0px;
}

.profile-section .content-column h1{
	position:relative;
	color:#d9d9d9;
	font-size:36px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:1.4em;
	margin-bottom:15px;
}

.profile-section .content-column h2{
	position:relative;
	font-size:17px;
	line-height:1.8em;
	color:rgba(255,255,255,0.70);
	text-align: justify;
}

.profile-section .content-column .title{
	position:relative;
	color:#161616;
	font-size:14px;
	margin-bottom:20px;
}

.profile-section .content-column .text{
	position:relative;
	margin-bottom:0px;
}

.profile-section .content-column .text p{
	position:relative;
	color:#aaa7a7;
	font-size:15px;
	margin-bottom:20px;
	letter-spacing: 1px;
}

.profile-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.profile-section .content-column ul{
	position:relative;
}

.profile-section .content-column ul li{
	position:relative;
	padding-right:10px;
	margin-right:15px;
	display:inline-block;
}

.profile-section .content-column ul li:after{
	position:absolute;
	content:'/';
	right:-8px;
	top:0px;
}

.profile-section .content-column ul li:last-child::after{
	display:none;
}

.profile-section .content-column ul li a{
	position:relative;
	color:#90735a;
	font-size:10px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*Booking Section*/

.booking-section{
	position:relative;
	padding:100px 0px 70px;
}

.booking-section h2{
	position:relative;
	color:#252525;
	font-size:26px;
	font-weight:700;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
}

.booking-info-column{
	position:relative;
	margin-bottom:30px;
}

.booking-info-column .inner-column{
	position:relative;
	text-align:center;
	padding:50px 10px 40px;
	border:1px solid #e5e5e5;
}

.booking-info-column .inner-column h3{
	position:relative;
	color:#252525;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	margin-bottom:18px;
	text-transform:uppercase;
}

.booking-info-column .inner-column .text{
	position:relative;
	color:#797979;
	font-size:14px;
	line-height:2.2em;
}

.booking-info-column .inner-column .text a{
	color:#000000;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	padding:0px 0px;
}

.fluid-section-two .outer-container{
	position:relative;
	background-color:#f9f9fb;
}

.fluid-section-two .outer-container .map-column{
	position: absolute;
    width: 50%;
    left: 0px;
    height: 100%;
    float: left;
    min-height: 400px;
}

.fluid-section-two .outer-container .map-column .map-canvas{
	position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.fluid-section-two .outer-container .form-column{
	position:relative;
	width:50%;
	float:right;
}

.fluid-section-two .outer-container .form-column .inner-column{
	position:relative;
	padding:120px 100px 100px 100px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.hello-body,
.error-body{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
}

.error-body:before{
	position:fixed;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(10,10,10,0.90);
}

/*Map Section*/

.map-section{
	position:relative;
}

.map-section .map-canvas{
	position:relative;
	height:500px;
}

/*Contact Page Section*/

.contact-page-section{
	position:relative;
	padding:90px 0px 90px;
}

/*Contact Form*/

.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 18px;
	color:#bfbaba;
	height:43px;
	font-size:13px;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #e5e5e5;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#252525;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 18px;
	color:#bfbaba;
	border:1px solid #e5e5e5;
	height:165px;
	background:none;
	resize:none;
	font-size:13px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	padding:8px 58px;
	cursor:pointer;
}

.contact-form.alternate button{
	color:#ffffff;
	background-color:#252525;
}

.contact-form button:hover{
	background-color:#252525;
	color:#ffffff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-page-section .info-column{
	position:relative;
}

.contact-page-section .info-column .inner-column{
	position:relative;
	padding-left:30px;
}

.contact-page-section .info-column .info-widget{
	position:relative;
}

.contact-page-section .info-column .info-widget .list-style-one li, .contact-page-section .info-column .info-widget .list-style-one a {
	color:#fff;
}

.contact-page-section .info-column h2{
	position: relative;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.2em;
    padding: 16px 10px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #252525;
    outline: 1px solid rgba(255,255,255,0.25);
    outline-offset: -6px;
	margin-bottom:20px;
}

.sidebar-nav-page .page-wrapper .contact-page-section-two{
	position:relative;
    padding: 100px 65px 90px 10px;
}

.contact-page-section-two{
	position:relative;
}

.contact-page-section-two .map-column{
	position:relative;
}

.contact-page-section-two .map-column .inner-column{
	padding-right:50px;
}

.contact-page-section-two .map-canvas{
	position:absolute !important;
	left:15px;
	top:0px;
	right:15px;
	height:100%;
	display:block;
}

.contact-page-section-two .content-column{
	position:relative;
}

.contact-page-section-two .content-column .inner-column{
	position:relative;
	padding-top:120px;
	padding-left:0px;
	padding-bottom:120px;
}

.contact-page-section-two .content-column h2{
	position:relative;
	color:#252525;
	font-size:36px;
	font-weight:700;
	margin-bottom:50px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.contact-page-section-two .content-column ul{
	position:relative;
	margin-top:90px;
}

.contact-page-section-two .content-column ul li{
	position:relative;
	padding-right:10px;
	margin-right:15px;
	display:inline-block;
}

.contact-page-section-two .content-column ul li:after{
	position:absolute;
	content:'/';
	right:-8px;
	top:0px;
}

.contact-page-section-two .content-column ul li:last-child::after{
	display:none;
}

.contact-page-section-two .content-column ul li a{
	position:relative;
	color:#90735a;
	font-size:10px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}

.album-section-two{
	position:relative;
	padding:115px 0px;
}

.album-section-two .big-letter{
	position: absolute;
    left: 0px;
    top: -30px;
    right: 0px;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
    line-height: 1em;
    font-size: 200px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.album-section-two .auto-container{
	position:relative;
}

.album-section-two .outer-container{
	position:relative;
	max-width:950px;
	margin:0 auto;
}

/*Album Block Two*/

.album-section-two .row{
	margin:0px -3px;
}

.album-section-two .album-block-two{
	padding:0px 3px;
	margin-bottom:6px;
}

.album-section-two .btn-box{
	margin-top:24px;
}

/*Album Block Two*/

.album-block-two{
	position:relative;
}

.album-block-two .inner-box{
	position:relative;
}

.album-block-two .inner-box .image{
	position:relative;
}

.album-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.album-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color:rgba(37,37,37,0.55);
	
	outline: 1px solid rgba(255,255,255,0.4);
    outline-offset: -10px;
}

.album-block-two .inner-box .image .overlay-box.style-two{
	background-color:rgba(37,37,37,1);
}

.album-block-two .inner-box:hover .image .overlay-box{
	background-color:rgba(37,37,37,0.85);
}

.album-block-two .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.album-block-two .inner-box .image .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.album-block-two .inner-box .image .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:4px;
	margin-top:15px;
	text-transform:uppercase;
}

.album-block-two .inner-box .image .overlay-box.style-two h3 a{
	font-size:35px;
}

.album-block-two .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.album-block-two .inner-box .image .overlay-box h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#ffffff;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.album-block-two .inner-box .image .overlay-box h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.album-block-two .inner-box .image .overlay-box h3 a:hover{
	color:#000000;
}

.album-block-two .inner-box .image .overlay-box .image-link{
	position:relative;
	width:50px;
	height:50px;
	color:#292929;
	font-size:24px;
	text-align:center;
	line-height:53px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.album-block-two .inner-box .image .overlay-box .category{
	position:relative;
	color:#ffffff;
	font-size:13px;
	letter-spacing:1px;
}

/*** 

====================================================================
	Gallery Section Four
====================================================================

***/

.gallery-section-four{
	position:relative;
	padding:95px 0px 90px;
}

.gallery-section-four .gallery-item-four.mix{
	display:none;
}

.gallery-section-four .filters{
	position:relative;
}

.gallery-section-four .filters .filter-tabs{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.gallery-section-four .filters .filter-tabs .filter{
	position:relative;
	color:#222222;
	font-size:15px;
	cursor:pointer;
	margin-bottom:15px;
	font-weight:600;
	margin:0px 15px 4px;
	padding:0px 0px 10px;
	display:inline-block;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    font-family: 'Century Gothic', serif;
}

.gallery-section-four .filter-tabs .filter:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-section-four .filters .filter-tabs .filter.active::after,
.gallery-section-four .filters .filter-tabs .filter:hover::after{
	width:100%;
}

.gallery-section-four .filters .filter-tabs .filter.active,
.gallery-section-four .filters .filter-tabs .filter:hover{
	color:#8d8d8d;
}

/*** 

====================================================================
	Gallery Section Five
====================================================================

***/

.gallery-section-five{
	position:relative;
}

.gallery-section-five .outer-container{
	position:relative;
}

.gallery-section-five .outer-container .row{
	position:relative;
	margin:0px;
}

.gallery-section-five .outer-container .gallery-item-two{
	padding:0px;
	margin-bottom:0px;
}

.gallery-section-five.style-two{
	padding:100px 15px 0px;
}

.gallery-section-five.style-two .outer-container .row{
	margin:0px -3px;
}

.gallery-section-five.style-two .outer-container .gallery-item-two{
	padding:0px 3px;
	margin-bottom:6px;
}

/*Gallery Section Six*/

.gallery-section-six{
	position:relative;
	padding:100px 0px 100px;
}

.gallery-section-six .reload-icon{
	position:relative;
	margin-top:10px;
	text-align:center;
}

.gallery-section-six .reload-icon a{
	position:relative;
	font-size:30px;
	color:#252525;
	display:inline-block;
}

/*** 

====================================================================
	Gallery Section Eight
====================================================================

 ***/
 
.gallery-section-eight{
	position:relative;
	overflow:hidden;
	padding:100px 0px 90px;
}

.gallery-section-eight .filters{
	margin-bottom:50px;
	text-align:center;
}

.gallery-section-eight .filters .filter-tabs{
	position:relative;
}

.gallery-section-eight .filters li{
	position: relative;
    display: inline-block;
    margin: 0px 15px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #222222;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	    font-family: 'Century Gothic', serif;
}

.gallery-section-eight .filters .filter.active,
.gallery-section-eight .filters .filter:hover{
	color: #cccccc;
}

.gallery-section-eight .outer-container{
	padding-left:0px;
	padding-right:0px;
}

.gallery-section-eight .outer-container .gallery-item-seven{
	width:20%;
	float:left;
	padding:0px 15px;
}

.gallery-item-two.mix,
.gallery-item-six.mix{
	display:none;
}

/*** 

====================================================================
	Gallery Section Nine
====================================================================

 ***/
 
.gallery-section-nine{
	position:relative;
}

.gallery-section-nine .row{
	margin:0px 0px;
}

.gallery-section-nine .gallery-item-two{
	padding:0px 3px;
	margin-bottom:6px;
}

/*** 

====================================================================
	Services Page Section
====================================================================

 ***/

.services-page-section{
	position:relative;
	padding:90px 0px 70px;
}

.services-page-section .big-title{
	position: absolute;
    left: 0px;
    right: 0px;
    top: -40px;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
    line-height: 1em;
    font-size: 150px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.service-block-two{
	position:relative;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	background-color:#f7f7f7;
}

.service-block-two .inner-box .row{
	margin:0px;
}

.service-block-two .image-column{
	position:relative;
	padding:0px;
}

.service-block-two .image-column .image{
	position:relative;
}

.service-block-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.service-block-two .content-column{
	position:relative;
	padding:0px;
}

.service-block-two .content-column .inner-column{
	position:relative;
	text-align:center;
	padding:70px 80px;
}

.service-block-two .content-column .icon-box{
	position:relative;
	color:#161616;
	font-size:56px;
	line-height:1em;
	margin-bottom:12px;
}

.service-block-two .content-column h3{
	position:relative;
	color:#252525;
	font-size:22px;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.service-block-two .content-column h3 a{
	position:relative;
	color:#252525;
	z-index:1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-two .content-column h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block-two .content-column h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block-two .content-column h3 a:hover{
	color:#ffffff;
}

.service-block-two .content-column .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:25px;
}

/*Error Section*/

.error-section{
	position:relative;
	padding:380px 0px 270px;
}

.error-section .content{
	position:relative;
	text-align:center;
}

.error-section .content h1{
	position:relative;
	color:#ffffff;
	font-size:120px;
	font-weight:700;
	line-height:1em;
	margin-bottom:25px;
	letter-spacing:4px;
	padding-bottom:20px;
	display:inline-block;
}

.error-section .content h1:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:60px;
	height:2px;
	margin-left:-30px;
	background-color:#ffffff;
}

.error-section .content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-bottom:30px;
}

/*News Single*/

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .blog-gallery-carousel{
	position:relative;
	margin-bottom:30px;
}

.blog-single .inner-box .blog-gallery-carousel .owl-dots{
	position:relative;
	display:none;
}

.blog-single .inner-box .blog-gallery-carousel .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-40px;
}

.blog-single .inner-box .blog-gallery-carousel .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:30px;
	height:80px;
	color:#ffffff;
	text-align:center;
	line-height:80px;
	overflow:hidden;
	font-size:18px;
	background-color:rgba(37,37,37,0.20);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.blog-single .inner-box .blog-gallery-carousel .owl-nav .owl-next{
	position: absolute;
	right:0px;
	width:30px;
	height:80px;
	color:#ffffff;
	text-align:center;
	line-height:80px;
	overflow:hidden;
	font-size:18px;
	background-color:rgba(37,37,37,0.20);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.blog-single .inner-box .blog-gallery-carousel .owl-nav .owl-prev:hover,
.blog-single .inner-box .blog-gallery-carousel .owl-nav .owl-next:hover{
	background-color:rgba(37,37,37,1);
}

.blog-single .inner-box .title-box{
	position:relative;
	padding-bottom:25px;
}

.blog-single .inner-box .title-box .title{
	position: relative;
    color: #222222;
    font-size: 11px;
    line-height: 1.8em;
    letter-spacing: 3px;
	padding:8px 8px;
    display: inline-block;
    text-transform: uppercase;
	border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.blog-single .inner-box .title-box h2{
	position: relative;
    color: #222222;
    font-size: 30px;
	font-weight:700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-single .inner-box .title-box h2 a{
    position: relative;
    color: #222222;
}

.blog-single .inner-box .title-box .post-date{
	position: absolute;
    color: #222222;
    font-size: 14px;
    right: 0px;
    top: 7px;
}

.blog-single .inner-box .lower-content{
	position:relative;
}

.blog-single .inner-box .lower-content .image{
	position:relative;
	margin-bottom:30px;
}

.blog-single .inner-box .lower-content .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content .image .overlay-link-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    background-color: rgba(0,0,0,0.80);
}

.blog-single .inner-box .lower-content .image .overlay-link-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.blog-single .inner-box .lower-content .image .overlay-link-box .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.blog-single .inner-box .lower-content .image .overlay-link-box .content .text{
	position:relative;
	text-align:center;
	color:#ffffff;
	font-size:32px;
	display:inline-block;
}

.blog-single .inner-box .lower-content p{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.9em;
}

.blog-single .inner-box .lower-content h3{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:600;
	letter-spacing:1px;
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.blog-single .inner-box .lower-content blockquote{
	position:relative;
	padding:30px 0px;
	margin-top:40px;
	margin-bottom:30px;
	text-align:center;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.blog-single .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	left:50%;
	top:-15px;
	font-size:30px;
	color:#a6a6a6;
	padding:0px 10px;
	line-height:1em;
	background-color:#ffffff;
}

.blog-single .inner-box .lower-content blockquote .text{
	position:relative;
	color:#252525;
	font-size:20px;
	font-style:italic;
	line-height:1.8em;
}

.blog-single .inner-box .lower-content .blog-tags{
	position:relative;
	margin-top:25px;
	margin-bottom:30px;
}

.blog-single .inner-box .lower-content .blog-tags li{
	position:relative;
	margin-right:5px;
	margin-bottom:8px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .blog-tags li a{
	position:relative;
	color:#2c2d2e;
	font-size:10px;
	font-weight:600;
	letter-spacing:1px;
	padding:4px 20px;
	display:inline-block;
	border:1px solid #2c2d2e;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.blog-single .inner-box .lower-content .blog-tags li a:hover{
	color:#ffffff;
	border-color:#5a5a5a;
	background-color:#5a5a5a;
}

.blog-single .inner-box .post-meta{
	position:relative;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

.blog-single .inner-box .post-meta .tags a{
	color:#a6a6a6;
	font-size:13px;
	padding-right:15px;
	margin-right:12px;
	border-right:1px solid #dedede;
}

.blog-single .inner-box .post-meta .tags a span{
	color:#252525;
}

.blog-single .inner-box .post-meta .tags a:last-child{
	border:none;
	padding-right:0px;
	margin-right:0px;
}

.blog-single .inner-box .post-meta .social-icons{
	position:relative;
}

.blog-single .inner-box .post-meta .social-icons li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.blog-single .inner-box .post-meta .social-icons li a{
	position:relative;
	color:#252525;
}

/*Author Box*/

.author-box{
	position:relative;
	margin-top:60px;
	margin-bottom:60px;
}

.author-box .inner-box{
	position:relative;
	padding-left:130px;
	padding-top:5px;
}

.author-box .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	margin-bottom:15px;
	clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.author-box .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	color:#252525;
	text-transform:capitalize;
}

.author-box .inner-box .text{
	font-size:14px;
	color:#5a5a5a;
	line-height:1.7em;
	margin-bottom:12px;
}

.author-box .inner-box .social-icons{
	position:relative;
}

.author-box .inner-box .social-icons li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.author-box .inner-box .social-icons li a{
	position:relative;
	color:#a6a6a6;
	font-size:14px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.author-box .inner-box .social-icons li a:hover{
	color:#222222;
}

/*Blog New Posts*/

.blog-new-posts{
	position:relative;
	padding:25px 0px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.blog-new-posts:before{
	position:absolute;
	content:'';
	left:50%;
	top:7px;
	bottom:7px;
	width:2px;
	background-color:#eeeeee;
}

.blog-new-posts .prev-post{
	position:relative;
	padding-left:58px;
}

.blog-new-posts .prev-post .arrow{
	position:absolute;
	content:'';
	left:0px;
	color:#2c2d2e;
	font-size:26px;
	line-height:1em;
	padding:6px 14px 8px 14px;
	border-right:2px solid #2c2d2e;
	border-left:2px solid #2c2d2e;
}

.blog-new-posts .prev-post h3{
	position:relative;
	color:#252525;
	font-size:15px;
	margin-bottom:7px;
	font-weight:500;
}

.blog-new-posts .prev-post h3 a{
	position:relative;
	color:#252525;
}

.blog-new-posts .prev-post .text{
	position:relative;
	color:#a6a6a6;
	font-size:12px;
}

.blog-new-posts .next-post{
	position:relative;
	padding-right:58px;
}

.blog-new-posts .next-post .arrow{
	position:absolute;
	content:'';
	right:0px;
	color:#2c2d2e;
	font-size:26px;
	line-height:1em;
	padding:6px 14px 8px 14px;
	border-right:2px solid #2c2d2e;
	border-left:2px solid #2c2d2e;
}

.blog-new-posts .next-post h3{
	position:relative;
	color:#252525;
	font-size:15px;
	margin-bottom:7px;
	font-weight:500;
}

.blog-new-posts .next-post h3 a{
	position:relative;
	color:#252525;
}

.blog-new-posts .next-post .text{
	position:relative;
	color:#a6a6a6;
	font-size:12px;
}

.related-posts{
	position:relative;
	margin-top:60px;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

.related-posts h3{
	position: relative;
    color: #252525;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.related-block{
	position:relative;
	margin-bottom:40px;
}

.related-block .inner-box{
	position:relative;
}

.related-block .inner-box .image{
	position:relative;
}

.related-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.related-block .inner-box .lower-box{
	position:relative;
	padding-top:18px;
	text-align:center;
}

.related-block .inner-box .lower-box h4{
	position: relative;
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.related-block .inner-box .lower-box h4 a{
	position:relative;
	color:#252525;
}

.related-block .inner-box .lower-box .post-date{
	position:relative;
	color:#7b7b7b;
	font-size:14px;
	font-weight:400;
}

/*Comment Box*/

.comment-box{
	position:relative;
	margin-top:60px;
}

.comment-box h2{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:500;
	text-align:left;
	margin-bottom:30px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/* Comment */

.comment{
	position:relative;
	padding:30px 30px;
	margin-bottom:10px;
	border:1px dashed #e5e5e5;
}

.comment.reply-comment{
	margin-left:50px;
}

.comment .inner-box{
	position:relative;
	padding-left:106px;
}

.comment .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	margin-bottom:15px;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.comment .inner-box h3{
	position:relative;
	font-weight:500;
	font-size:14px;
	color:#252525;
	margin-bottom:12px;
	text-transform:uppercase;
}

.comment .inner-box .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.8em;
}

.comment .inner-box .reply-comment{
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
	color:#252525;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/***

====================================================================
	Default Form
====================================================================

 ***/

.comment-form{
	position:relative;
	margin-top:60px;
}

.comment-form h2{
	position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 18px;
	color:#000000;
	height:48px;
	font-size:14px;
	background:#ffffff;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input::-webkit-input-placeholder,
.comment-form .form-group textarea::-webkit-input-placeholder{
	color: #252525;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#252525;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 18px;
	color:#000000;
	height:165px;
	resize:none;
	font-size:14px;
	background:#ffffff;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	cursor:pointer;
}

.gallery-post-section{
	position:relative;
}

.gallery-post-section .image{
	position:relative;
	margin-bottom:30px;
}

.gallery-post-section .image img{
	width:100%;
	display:block;
}

.gallery-post-section .left-title-column,
.gallery-post-section .title-box{
	text-align:left !important;
}

.gallery-post-section .title-box{
	padding-bottom:20px !important;
}

.gallery-post-section .left-title-column p{
	position: relative;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.9em;
}

.gallery-post-section .left-title-column .list-style-two{
	margin-left:0px;
}

.gallery-post-section .left-title-column .blog-tags{
	position:relative;
	margin-top:25px;
	margin-bottom:30px;
}

.gallery-post-section .left-title-column .blog-tags li{
	position:relative;
	margin-right:5px;
	margin-bottom:8px;
	display:inline-block;
}

.gallery-post-section .left-title-column .blog-tags li a{
	position:relative;
	color:#a6a6a6;
	font-size:10px;
	font-weight:300;
	letter-spacing:1px;
	padding:1px 15px;
	display:inline-block;
	border:1px solid #e5e5e5;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-post-section .left-title-column .blog-tags li a:hover{
	color:#ffffff;
	border-color:#5a5a5a;
	background-color:#5a5a5a;
}

/*New Blog Posts*/

.new-blog-posts{
	position:relative;
	text-align:center;
	padding:25px 0px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}

.new-blog-posts a{
	position:relative;
	color:#a9a9a9;
	font-size:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.new-blog-posts .grid-view a{
	position:relative;
	font-size:32px;
	color:#252525;
}

.new-blog-posts a:hover{
	color:#252525;
}

/***

====================================================================
	Search Popup
====================================================================

***/

.searched-popup{
	position:fixed;
	left:0px;
	top:0%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
}

.searched-popup.popup-visible{
	top:0;
	visibility:visible;
	opacity:1;
	-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.searched-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:40px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.searched-popup .close-search:hover{
	opacity:0.70;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.searched-popup .search-form{
	position:absolute;
	padding:0px;
	top:40%;
	left:10%;
	right:10%;
	width: 80%;
	max-width:600px;
	margin:0 auto;
}

.searched-popup .search-form fieldset{
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.80);
}

.searched-popup .search-form fieldset input[type="search"],
.searched-popup .search-form fieldset input.form-control{
	position:relative;
	height:70px;
	padding:0;
	text-align: left;
	background:transparent;
	line-height:1.3;
	font-size:18px;
	font-weight: 500;
	color:#ffffff;
	border:0 none;
	box-shadow: none;
	outline: 0px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.searched-form input[type="search"] {
	-webkit-box-shadow: none;
	outline: -webkit-focus-ring-color auto 0px;
}

.searched-popup .search-form fieldset button{
	position:absolute;
	right:0px;
	top:10px;
	cursor:pointer;
	font-size:40px;
	color:#ffffff;
	background:none;
}




/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------
	
	
	#magic-cursor {
	  position: absolute;
	  left:0;
	  top:0;
	  width: 30px;
	  height: 30px;
	  pointer-events: none;
	  z-index:10000;
	  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
		transition: opacity 0.2s ease-in-out 0.5s;
	}
	
	.hidden-ball #magic-cursor {
		opacity:0!important;
	}
	
	#ball {
		position: fixed;
		transform: translate(-50%, -50%);
		width: 30px;
		height: 30px;
		border: 2px solid #000;
		border-radius: 50%;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	.mfp-zoom-out-cur #ball {
		opacity:0;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	.light-content #ball, #ball.over-movie,  .light-content #ball.with-icon {
		border: 2px solid #fff;
		border-color:#fff!important;
	}
	
	#ball:before {
		font-family: FontAwesome;
		content: "\f078";
		font-size:6px;
		width:4px;
		height:8px;
		line-height:8px;
		text-align:center;
		position:absolute;
		left:10px;
		top:32px;
		color:#000;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before {
		color:#fff;
	}
	
	#ball:after {
		font-family: FontAwesome;
		content: "\f077";
		font-size:6px;
		width:4px;
		height:8px;
		line-height:8px;
		text-align:center;
		position:absolute;
		left:10px;
		top:-12px;
		color:#000;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before, .light-content #ball:after {
		color:#fff;
	}
	
	.scale-up #ball:before {
		width:8px;
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.scale-up.scale-up-top #ball:before {
		width:4px;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.scale-up #ball:after {
		width:8px;
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.scale-up.scale-up-bottom #ball:after {
		width:4px;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
	
	.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
		opacity:0;
	}
	
	#hold-event {
		width: 26px;
		height: 26px;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 100%;
		background: rgba(255,255,255,0);
	}
	
	#hold-event::after {
		content: "Hold";
		font-size: 11px;
		font-weight:500;
		width: 60px;
		height: 10px;
		box-sizing:border-box;
		line-height: 10px;
		padding-top:10px;
		text-align: center;
		position: absolute;
		right: -18px;
		top: 45px;
		color: #000;
		opacity:0;
		overflow:hidden;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #hold-event::after {
		color: #fff;
	}
	
	.hold #hold-event::after {		
		padding-top:0;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	}
	
	.with-icon #hold-event {
		opacity:0;
		padding-top:20px;
		transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.with-icon #hold-event:after {
		opacity:0;
		padding-top:20px;
		transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball i {
		color:#000;
		width:29px;
		height:30px;
		line-height:28px;
		text-align:center;
		font-size:6px;
		display:block;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
		color:#fff;
	}
	
	.scale-up #ball i {
		opacity:0;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball.with-icon i {
		width:27px;
	}
	
	#ball.with-icon i:nth-child(2) {
		display:none;
	}
	
	#ball.close-icon i {
		width:27px;
		font-size:8px;
	}
	
	#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
		display:block;
	}
	
	#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
		display:none;
	}
	
	#ball-loader {
		width: 40px;
		height: 40px;
		position:absolute;
		background-color: transparent;
		border-right: 2px solid transparent;
		border-bottom: 2px solid #000;
		border-left: 2px solid transparent;
		border-top: 2px solid transparent;
		border-radius: 50px;
		box-sizing: border-box;
		opacity:0;
		transform: translate(-9px, -9px) rotate(0deg);
		-webkit-animation: rotating 0.8s ease-in-out infinite;
		animation: rotating 0.8s ease-in-out infinite;
		-webkit-transition: opacity 0s ease-in-out 0s;
		transition: opacity 0s ease-in-out 0s;
	}
	
	.light-content #ball-loader { 
		border-bottom: 2px solid #fff;
	}
	
	.show-loader #ball-loader {
		opacity:1;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	@keyframes rotating {
      0% {
		-webkit-transform: translate(-7px, -7px) rotate(0deg);
		transform:  translate(-7px, -7px) rotate(0deg);
      }
	  
	  95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
		transform:  translate(-7px, -7px) rotate(350deg);
      }
	  
      100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
		transform:  translate(-7px, -7px) rotate(360deg);
      }
	}
	
	.show-loader a, .show-loader nav {
		pointer-events:none;
	}
	
	#rotate-device {
		width:100%;
		height:100%;
		position:fixed;
		z-index:1000;
		top:0;
		left:0;
		background-color:#0f1010;
		background-image:url(images/rotate.png);
		background-size:100px 100px;
		background-position:center;
		background-repeat:no-repeat;
		display:none;
}*/	

/* cursor style */

.cursor {
	opacity: .7;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 40px;
    width: 40px;
    z-index: 99998;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    transition: .4s cubic-bezier(.23, 1, .32, 1), transform .3s;
    -webkit-transition: .4s cubic-bezier(.23, 1, .32, 1), transform .3s;
    -moz-transition: .4s cubic-bezier(.23, 1, .32, 1), transform .3s;
    -ms-transition: .4s cubic-bezier(.23, 1, .32, 1), transform .3s;
    -o-transition: .4s cubic-bezier(.23, 1, .32, 1), transform .3s;
}

.cursor.hover {
	height: 80px;
	width: 80px;
	opacity: .1;
	background-color: #000000;
}
	
/* New Code */

/*** 

====================================================================
	Programs Section
====================================================================

***/

.programs-section{
	position:relative;
	padding:100px 0px 90px;
	background-color:#f9f9f9;
}

.programs-section .icons{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.programs-section .icons .icon-one{
	position:absolute !important;
	left:5% !important;
	top:10% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.programs-section .icons .icon-two{
	position:absolute !important;
	left:45% !important;
	top:15% !important;
	width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.programs-section .icons .icon-three{
	position:absolute !important;
	left:15% !important;
	top:75% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.programs-section .icons .icon-four{
	position:absolute !important;
	left:55% !important;
	top:75% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.programs-section .icons .icon-five{
	position:absolute !important;
	left:85% !important;
	top:65% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.programs-section .icons .icon-six{
	position:absolute !important;
	left:85% !important;
	top:20% !important;
	width: 35px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.programs-section .inner-container{
	position:relative;
}

.programs-section .inner-container:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:2px;
	height:100%;
	background-color:#cccccc;
}

.programs-section .btn-box{
	position:relative;
	margin-top:45px;
}

.programs-section .btn-box .theme-btn{
	padding:11px 30px;
}

.programs-block{
	position:relative;
	padding-bottom:80px;
}

.programs-block .inner-block{
	position:relative;
}

.programs-block .inner-block .content{
	position:relative;
	float:right;
	padding:0px;
}

.programs-block .inner-block .content .program-info{
	position:absolute;
	left:-280px;
	color:#222222;
	font-size:18px;
	font-weight:700;
	text-align:right;
	letter-spacing:1px;
	padding-right:70px;
	text-transform:uppercase;
}

.programs-block .inner-block .content .program-info .time{
	position:relative;
	display:block;
	color:#000000;
	font-size:14px;
	font-weight:400;
	margin-top:8px;
}

.programs-block .inner-block .content .program-info .dott{
	position:absolute;
	content:'';
	right:-30px;
	top:0px;
	width:25px;
	height:25px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.programs-block .inner-block .content .program-info .dott:before{
	position:absolute;
	content:'';
	left:5px;
	top:5px;
	right:5px;
	bottom:5px;
	border-radius:50px;
	background-color:#222222;
}

.programs-block .inner-block .content .content-inner{
	position:relative;
	z-index:10;
	padding:30px 35px;
	margin-left:60px;
	margin-right:60px;
	background-color:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	border:2px solid #f7f7f7;
}

.programs-block .inner-block:hover .content .content-inner{
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	background-color:#ffffff;
}

.programs-block .inner-block .content .content-inner .title{
	position:relative;
	color:#666666;
	font-size:14px;
}

.programs-block .inner-block .content .content-inner h3{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.programs-block .inner-block .content .content-inner h3 a{
	position:relative;
	color:#222222;
	z-index:1;
	display:inline-block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.programs-block .inner-block .content .content-inner h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.programs-block .inner-block .content .content-inner h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.programs-block .inner-block .content .content-inner h3 a:hover{
	position:relative;
	color:#ffffff;
}

.programs-block .inner-block .content .content-inner .text{
	position:relative;
	color:#666666;
	font-size:15px;
	line-height:1.8em;
	margin-top:12px;
}

.programs-block.style-two .inner-block .content{
	float:left;
}

.programs-block.style-two .inner-block .content .program-info{
	z-index:10;
	left:auto;
	right:-280px;
	text-align:left;
	padding-right:0px;
	padding-left:70px;
}

.programs-block.style-two .inner-block .content .program-info .dott{
	right:auto;
	left:-6px;
}

.programs-block.style-three .inner-block .content .program-info .dott{
    right: -9px;
    left: auto;
}

.programs-block.style-two .inner-block .content .program-info .dott:before{
	background-color:#222222;
}

/*** 

====================================================================
	Selected Projects Section
====================================================================

***/

.selected-projects-section{
	position:relative;
	padding:100px 0px 70px;
}

/* Gallery Item Four */

.gallery-item-four{
	position:relative;
	margin-bottom:30px;
}

.gallery-item-four .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.gallery-item-four .image-box{
	position:relative;
	display:block;
	margin:0px;
}

.gallery-item-four .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item-four .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.86);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
	outline: 1px solid rgba(255,255,255,0.3);
    outline-offset: -10px;
}

.gallery-item-four .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}

.gallery-item-four .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item-four .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item-four .overlay-inner .link{
	position:relative;
	font-size:20px;
	color:#ffffff;
	width:44px;
	height:44px;
	font-weight:300;
	margin:0px 4px;
	line-height:46px;
	border-radius:0px;
	display:inline-block;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid rgba(255,255,255,0.90);
}

.gallery-item-four .overlay-inner .link .icon{
	position:relative;
}

.gallery-item-four .overlay-inner .link:hover{
	color:#666666;
	background-color:rgba(255,255,255,1);
}

.gallery-item-four .inner-box:hover .overlay-inner .link{
	-webkit-transition:all 500ms ease, opacity 500ms ease 500ms;
	-ms-transition:all 500ms ease, opacity 500ms ease 500ms;
	transition:all 500ms ease, opacity 500ms ease 500ms;
	opacity:1;	
}

.gallery-item-four .overlay-inner .link:nth-child(1){
	-webkit-transform:translateX(-30px);
	-ms-transform:translateX(-30px);
	transform:translateX(-30px);	
}

.gallery-item-four .overlay-inner .link:nth-child(2){
	-webkit-transform:translateX(30px);	
	-ms-transform:translateX(30px);	
	transform:translateX(30px);	
}

.gallery-item-four .inner-box:hover .overlay-inner .link:nth-child(1),
.gallery-item-four .inner-box:hover .overlay-inner .link:nth-child(2){
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
	-ms-transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
	transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
}

.gallery-item-four .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	text-align:center;
	padding:25px 0px 3px;
	line-height:1.2em;
	margin-bottom:5px;
}

.gallery-item-four .inner-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item-four .inner-box h3 a:hover{
	color:#05e249;
}

.gallery-item-four .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:11px;
	font-weight:600;
	text-align:center;
	padding:5px 12px;
	border-radius:50px;
	background-color:#bababa;
	text-transform:uppercase;
	display:inline-block;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position: relative;
	text-align: center;
	padding: 75px 15px 80px;
	background-color: #f9f9f9;
}

.footer-style-two .widget-content{
	position: relative;
}

.footer-style-two .widget-section .copyright{
	position: relative;
	color:#111111;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.footer-style-two .social-icon-one li a{
	color:#222222;
}




/*** 

====================================================================
	Main Slider Four
====================================================================

***/

.main-slider-four{
	position: relative;
}

.main-slider-four .owl-dots,
.main-slider-four .owl-nav{
	display:none;
}

.main-slider-four .slide-item{
	position: relative;
	background-position: center center;
}

.main-slider-four .slide-item .slide-inner{
	position: relative;
	text-align: center;
	background-size: cover;
	padding: 30% 0px 300px;
	height: 100vh;
}

.main-slider-four .slide-item .slide-inner p{
	position: relative;
	line-height: 1.06em;
	color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	padding: 10px 25px;
	font-size: 80px;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #000;
	display: inline-block;
	opacity: 0;
	letter-spacing:5px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
}

.main-slider-four .slide-item .slide-inner p span{
	position:relative;
	color:#fadd2c;
	text-shadow:0px 0px 0px;
}

 .main-slider-four .slide-item .slide-inner h2{
	position: relative;
	line-height: 1.06em;
	color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	padding: 10px 25px;
	font-size: 80px;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #000;
	display: inline-block;
	opacity: 0;
	letter-spacing:5px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
}

.main-slider-four .slide-item .slide-inner h2 span{
	position:relative;
	color:#fadd2c;
	text-shadow:0px 0px 0px;
}

.main-slider-four .active .slide-item .slide-inner h2{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 300ms;
} 

.main-slider-four .active .slide-item .slide-inner p{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 300ms;
}

.main-slider-four .slide-item .slide-inner .category{
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	margin-top: 30px;
	opacity: 0;
	letter-spacing:2px;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}

.main-slider-four .active .slide-item .slide-inner .category{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 600ms;
}

/*** 

====================================================================
	Main Slider Five
====================================================================

***/

.main-slider-five{
	position: relative;
}

.main-slider-five .gallery-item-seven{
	margin-bottom:0px;
}

.main-slider-five .owl-dots,
.main-slider-five .owl-nav{
	display:none;
}

/*Gallery Block Two*/

.gallery-item-seven{
	position: relative;
	margin-bottom:30px;
}

/* .gallery-item-seven.mix{
	display:none;
} */

.gallery-item-seven .inner-box{
	position: relative;
}

.gallery-item-seven .inner-box .image{
	position: relative;
}

.gallery-item-seven .inner-box .image img{
	position: relative;
	width: 100%;
	display: block;
}

.gallery-item-seven .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.gallery-item-seven .inner-box .image .overlay-box:before{
	position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    right:10px;
	bottom: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background:rgba(255,255,255,0.95);
	-moz-transform: rotateX(-360deg) scale(0.5,0.5);
    -webkit-transform: rotateX(-360deg) scale(0.5,0.5);
    -ms-transform: rotateX(-360deg) scale(0.5,0.5);
    -o-transform: rotateX(-360deg) scale(0.5,0.5);
	transform: rotateX(-360deg) scale(0.5,0.5);
}

.gallery-item-seven .inner-box:hover .overlay-box:before{
	-moz-transform: rotateX(0deg) scale(1,1);
    -webkit-transform: rotateX(0deg) scale(1,1);
    -ms-transform: rotateX(0deg) scale(1,1);
    -o-transform: rotateX(0deg) scale(1,1);
    transform: rotateX(0deg) scale(1,1);
    opacity: 1;
    visibility: visible;
}

.gallery-item-seven .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-item-seven .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 25px;
}

.gallery-item-seven .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item-seven .inner-box .image .overlay-box .overlay-inner .content .image-link{
	position:relative;
	width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
	margin-bottom:25px;
    display: inline-block;
    background-color: #292929;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item-seven .inner-box .image h3{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.gallery-item-seven .inner-box .image h3:before{
	position: absolute;
	content: '';
	left: 50%;
	top: -9px;
	width: 43px;
	height: 43px;
	margin-left:-21px;
	border-radius: 50%;
	background-color: #cccccc;
}

.gallery-item-seven .inner-box .image h3 a{
	position: relative;
	color: #333333;
	z-index:1;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.gallery-item-seven .inner-box .image h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item-seven .inner-box .image h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item-seven .inner-box .image h3 a:hover{
	color:#ffffff;
}

.gallery-item-seven .inner-box .image .category{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #777777;
	margin-top:15px;
	letter-spacing:1px;
	/* text-transform:uppercase; */
}

.portfolio-section-two{
	position:relative;
	padding:80px 15px 80px;
}

.portfolio-section-two .filters{
	position:relative;
	margin-bottom:40px;
	text-align: center;
}

.portfolio-section-two .filters .filter-tabs{
	position:relative;
	display: inline-block;
}

.portfolio-section-two .filters li{
	position:relative;
	display: inline-block;
	line-height:24px;
	padding:12px 30px;
	cursor:pointer;
	color:#484c64;
	font-weight:400;
	font-size:12px;
	margin:0px 0px 2px;
	letter-spacing:2px;
	text-transform: uppercase;
	text-decoration:line-through;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-section-two .filters li:last-child{
	margin-right: 0;
}

.portfolio-section-two .filters .filter.active,
.portfolio-section-two .filters .filter:hover{
	color: #000000;
	text-decoration:none;
	background-color:#efefef;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
	padding: 100px 0px;
	background-color:#f9f9fb;
}

.banner-section-two .inner-section{
	position: relative;
	text-align: center;
}

.banner-section-two .inner-section .title{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #777777;
	letter-spacing:1px;
	text-transform:uppercase;
}

.banner-section-two .inner-section .title:before{
	position: absolute;
	content: '';
	top: -10px;
	width: 43px;
	height: 43px;
	margin-left: 120px;
	border-radius: 50%;
	background-color: #efefef;
}

.banner-section-two .inner-section .title span{
	position:relative;
	z-index: 1;
}

.banner-section-two .inner-section h2{
	position: relative;
	color: #333333;
	font-size: 50px;
	padding:10px 0px;
	line-height: 1.4em;
	display: inline-block;
	text-transform: uppercase;
}

.banner-section-two .inner-section h2 strong{
	position:relative;
}

.banner-section-two .inner-section h2:before{
	position: absolute;
	content: '';
	left: 26px;
	top: -30px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-color: #efefef;
}

.banner-section-two .inner-section h2 span{
	position:relative;
	color:#cccccc;
}

.banner-section-two .inner-section .text{
	position: relative;
	font-size: 15px;
	line-height: 1.9em;
	max-width: 630px;
	margin: 0 auto;
}

.banner-section-two .inner-section .theme-btn{
	margin-top:30px;
}

/* Gallery Item Eight */

.gallery-item-eight{
	position:relative;
	margin-bottom:30px;
}

.gallery-item-eight .inner-box{
	position:relative;
}

.gallery-item-eight .inner-box .image-box{
	position:relative;
	overflow:hidden;
	margin:0px;
}

.gallery-item-eight .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item-eight .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.gallery-item-eight .inner-box .image-box .overlay-box:before{
	position:absolute;
	content:'';
	top:0px;
	right:0px;
	width:0px;
	height:100%;
	opacity:0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:rgba(53,53,53,0.85)
}

.gallery-item-eight .inner-box:hover .image-box .overlay-box:before{
	width:100%;
	opacity:1;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner{
	position:absolute;
	right:25px;
	top:25px;
	bottom:25px;
	left:25px;
}

.gallery-item-eight .inner-box .image-box .overlay-box .link-box{
	position:absolute;
	right:0px;
	top:-90px;
	width:50px;
	height:50px;
	color:#353535;
	line-height:50px;
	font-size:18px;
	text-align:center;
	background-color:#ffffff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-item-eight .inner-box:hover .image-box .overlay-box .link-box{
	top:0px;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner .content{
	position:absolute;
	bottom:0px;
	left:-100%;
	opacity:0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-item-eight .inner-box:hover .image-box .overlay-box .overlay-inner .content{
	opacity:1;
	left:0%;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner h3{
	position:relative;
	line-height:1.3em;
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner h3 a{
	position:relative;
	color:#ffffff;
	z-index:1;
	display:inline-block;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner .category a:before,
.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner h3 a::before{
	position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #ffffff;
    right: 0;
    bottom: -2px;
    transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -webkit-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -moz-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -ms-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -o-transition: width 0.3s cubic-bezier(.77,0,.175,1);
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner .category a:hover::before,
.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner h3 a:hover::before{
	right: auto;
    left: 0;
    width: 100%;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner h3 a:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#ffffff;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner h3 a:hover::after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner h3 a:hover{
	color:#000000;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner .category{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-top:6px;
}

.gallery-item-eight .inner-box .image-box .overlay-box .overlay-inner .category a{
	position:relative;
	color:#ffffff;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section-two{
	position:relative;
	padding:95px 0px 100px;
}

.about-section-two .image{
	position:relative;
	margin-bottom:50px;
}

.about-section-two .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .title-column h2{
	position:relative;
	font-size:39px;
	font-weight:700;
	color:#111111;
	line-height:1.3em;
	margin-bottom:15px;
}

.about-section-two .title-column .sub-title{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	line-height:1.9em;
	font-family: 'Century Gothic', serif;
}

.about-section-two .content-column{
	position:relative;
}

.about-section-two .content-column .text{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .content-column .text p{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	line-height:1.9em;
	margin-bottom:20px;
}

/*Blockquote*/

.about-section-two blockquote{
	position:relative;
	border:none;
	padding:0px;
}

.about-section-two blockquote:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:99px;
	height:100%;
	display:inline-block;
	background:#f1f1f1 url(../images/icons/quote-icon.png) center center no-repeat;
}

.about-section-two .blockquote-text{
	position:relative;
	padding:68px 70px;
	color:#333333;
	font-size:18px;
	line-height:1.8em;
	margin-left:110px;
	display:inline-block;
	background-color:#f1f1f1;
	font-family: 'Century Gothic', serif;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position: relative;
	padding: 100px 0px;
	z-index:1;
	background-color:#000;
	margin-top: 10px;
}

.page-title.style-two{
	background:none;
}

.page-title .inner-section{
	position: relative;
	text-align: center;
}

.page-title .inner-section .title{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #777777;
	letter-spacing:1px;
	text-transform:uppercase;
}

.page-title .inner-section .title:before{
	position: absolute;
	content: '';
	top: -10px;
	width: 43px;
	height: 43px;
	margin-left: 120px;
	border-radius: 50%;
	background-color: #efefef;
}

.page-title .inner-section .title span{
	position:relative;
	z-index: 1;
}

.page-title .inner-section h2{
	position: relative;
	color: #f0eded;
	font-size: 50px;
	padding:10px 0px;
	line-height: 1.4em;
	display: inline-block;
	text-transform: uppercase;
}

.page-title .inner-section p {
	font-family: 'Century Gothic' !important;
	position: relative;
	color: #f0eded;
	font-size: 42px;
	padding:10px 0px;
	line-height: 1.4em;
	display: inline-block;
	text-transform: uppercase;
}

.page-title .inner-section h2 strong{
	position:relative;
}

.page-title .inner-section p strong{
	position:relative;
}

.page-title .inner-section h2:before{
	position: absolute;
	content: '';
	left: 26px;
	top: -30px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-color: #4a4646;
}

.page-title .inner-section p:before{
	position: absolute;
	content: '';
	left: 26px;
	top: -30px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background-color: #4a4646;
}

.page-title .inner-section h2 span{
	position:relative;
	color:#cccccc;
}

.page-title .page-breadcrumb{
	position:relative;
}

.page-title .page-breadcrumb li{
	position:relative;
	margin:0px 10px;
	color:#fcde2e;
	display:inline-block;
}

.page-title .page-breadcrumb li:first-child::before{
	position:absolute;
	content:'-';
	right:-15px;
	font-size:18px;
}

.page-title .page-breadcrumb li a{
	position:relative;
	color:#fcde2e;
	font-size:14px;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding:100px 0px 0px;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image{
	position:relative;
	overflow:hidden;
	margin:0px;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 80px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #000000;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*** 

====================================================================
	About Section Three
====================================================================

***/

.about-section-three{
	position:relative;
	padding:100px 0px 140px;
}

.about-section-three .video-column{
	position:relative;
}

.about-section-three .video-column .inner-column{
	position:relative;
	padding-left:45px;
	padding-right:70px;
}

.about-section-three .video-column .image{
	position:relative;
	z-index:1;
}

.about-section-three .video-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section-three .video-column .image:before{
	position:absolute;
	content:'';
	left:-40px;
	top:40px;
	right:40px;
	bottom:-40px;
	border:10px solid #efefef;
	background-color:#ffffff;
}

.about-section-three .video-column .video-boxed{
	position:absolute;
	right:-20px;
	top:90px;
	width:200px;
	height:182px;
	z-index:1;
	border:10px solid #efefef;
}

.about-section-three .content-column{
	position:relative;
}

.about-section-three .content-column .inner-column{
	position:relative;
	padding-left:80px;
}

.about-section-three .content-column .title{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
}

.about-section-three .content-column h2{
	position:relative;
	color:#222222;
	font-size:32px;
	font-weight:700;
	line-height:1.3em;
	margin-top:12px;
	text-transform:capitalize;
}

.about-section-three .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	line-height:1.9em;
	margin-top:12px;
	margin-bottom:15px;
}

.about-section-three .content-column .info-boxed{
	position:relative;
	margin-top:35px;
}

.about-section-three .content-column .info-boxed .btn-box{
	position:relative;
	float:left;
}

.about-section-three .content-column .contact-box{
	position:relative;
	float:left;
	top:-6px;
	margin-left:50px;
}

.about-section-three .content-column .contact-box .number-title{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.3em;
}

.about-section-three .content-column .contact-box .number{
	position:relative;
	color:#222222;
	font-size:26px;
	font-weight:700;
	line-height:1.3em;
	margin-top:8px;
}

/* Video Boxed */

.video-boxed{
	position:relative;
	overflow:hidden;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.video-boxed .video-image{
	position:relative;
	margin:0px;
}

.video-boxed .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-boxed .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-boxed .overlay-box span{
	position: absolute;
	width:60px;
	height: 60px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #000000;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -30px;
	margin-left:-30px;
	line-height:60px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#ffffff;
}

.video-boxed .ripple,
.video-boxed .ripple:before,
.video-boxed .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-boxed .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-boxed .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:90px 0px 90px;
}

.portfolio-section .filters{
	position:relative;
}

.portfolio-section .filters .filter-tabs{
	position:relative;
	margin-bottom:30px;
	text-align:center;
}

.portfolio-section .filters .filter-tabs .filter{
	position:relative;
	color:#222222;
	font-size:15px;
	cursor:pointer;
	margin-bottom:15px;
	font-weight:600;
	margin:0px 15px 4px;
	padding:0px 0px 10px;
	display:inline-block;
	letter-spacing:1px;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    font-family: 'Century Gothic', serif;
}

.portfolio-section .filter-tabs .filter:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height:2px;
	background-color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.portfolio-section .filters .filter-tabs .filter.active::after,
.portfolio-section .filters .filter-tabs .filter:hover::after{
	width:100%;
}

.portfolio-section .filters .filter-tabs .filter.active,
.portfolio-section .filters .filter-tabs .filter:hover{
	color:#8d8d8d;
}

/* Project Block Nine */

.gallery-item-nine{
	position:relative;
	margin-bottom:50px;
}

.gallery-item-nine .inner-box{
	position:relative;
}

.gallery-item-nine .inner-box .image{
	position:relative;
}

.gallery-item-nine .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item-nine .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.80);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item-nine .inner-box .image .overlay-box .content{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:40px 30px 30px;
}

.gallery-item-nine .inner-box .image .overlay-box .content .category{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#ffffff;
	opacity:0.9;
	display:block;
}

.gallery-item-nine .inner-box .image .overlay-box .content h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	margin-top:4px;
	color:#ffffff;
	display:inline-block;
	text-transform:uppercase;
}

.gallery-item-nine .inner-box .image .overlay-box .content h3 a{
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item-nine .inner-box .image .overlay-box .content h3 a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#ffffff;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item-nine .inner-box .image .overlay-box .content h3 a:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-item-nine .inner-box .image .overlay-box .content h3 a:hover{
	color:#000000;
}

.gallery-item-nine .inner-box .image .overlay-box .content .read-more{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-top:2px;
	text-transform:capitalize;
}

.gallery-item-nine .inner-box .image .overlay-box .plus-icon{
	position:absolute;
	bottom:-22px;
	right:50px;
	width:50px;
	height:50px;
	color:#000000;
	font-size:20px;
	line-height:50px;
	text-align:center;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15) !important;
}

.gallery-item-nine .inner-box:hover .image .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.gallery-item-nine.mix{
	display:none;
}

/* .filter-list .mix, .filter-gallery .mix, .load-more-gallery .mix {
    display: none;
} */

/* Load More */

.loadmore{
	text-align:center;	
}

.loadmore .loadmore-less,
.loadmore .loadmore-button[disabled="disabled"]{
	display:none;	
}

.load-more-gallery-one .loadmore .loadmore-button,
.load-more-gallery-two .loadmore .loadmore-button,
.load-more-gallery-three .loadmore .loadmore-button,
.load-more-gallery-four .loadmore .loadmore-button,
.load-more-gallery-five .loadmore .loadmore-button,
.load-more-gallery-six .loadmore .loadmore-button{
	position:relative;
	margin-top:10px;
	line-height:29px;
	color:#222222;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	background-color:#ffffff;
	border:1px solid #222222;
	text-transform:uppercase;
	padding:10px 32px 10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.load-more-gallery-one .loadmore .loadmore-button:hover,
.load-more-gallery-one .loadmore .loadmore-button:focus,
.load-more-gallery-one .loadmore .loadmore-button:active,
.load-more-gallery-two .loadmore .loadmore-button:hover,
.load-more-gallery-two .loadmore .loadmore-button:focus,
.load-more-gallery-two .loadmore .loadmore-button:active,
.load-more-gallery-three .loadmore .loadmore-button:hover,
.load-more-gallery-three .loadmore .loadmore-button:focus,
.load-more-gallery-three .loadmore .loadmore-button:active,
.load-more-gallery-four .loadmore .loadmore-button:hover,
.load-more-gallery-four .loadmore .loadmore-button:focus,
.load-more-gallery-four .loadmore .loadmore-button:active,
.load-more-gallery-five .loadmore .loadmore-button:hover,
.load-more-gallery-five .loadmore .loadmore-button:focus,
.load-more-gallery-five .loadmore .loadmore-button:active,
.load-more-gallery-six .loadmore .loadmore-button:hover,
.load-more-gallery-six .loadmore .loadmore-button:focus,
.load-more-gallery-six .loadmore .loadmore-button:active{
	color:#ffffff;
	background:#222222;
}

/*** 

====================================================================
	Album Section
====================================================================

 ***/

.album-section{
	position:relative;
	overflow:hidden;
	padding:140px 0px 0px;
}

.album-section .sec-title .pull-left{
	position:relative;
}

.album-section .big-letter{
	position: absolute;
    left: 0px;
    top: -30px;
	right:0px;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
	line-height:1em;
	font-size:200px;
	text-align:center;
	font-weight:800;
	text-transform:uppercase;
}

.album-section .filters{
	position:relative;
	padding-bottom:25px;
	padding-top:100px;
}

.album-section .filters li{
	position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #222222;
	z-index:1;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left:20px;
	letter-spacing:1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	font-family: 'Century Gothic', serif;
}

.album-section .filters li:hover,
.album-section .filters li.active{
	color:#ffffff;
}

.album-section .filters li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#000000;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.album-section .filters li.active::before,
.album-section .filters li:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.album-section .gallery-item-four{
	float:left;
	padding:0px 0px;
	margin-bottom:0px;
}

.album-section .gallery-item-four.small-column{
	width:20%;
	float:left;
}

.album-section .gallery-item-four.large-column{
	width:40%;
	float:left;
}

.album-section .btn-box{
	position:relative;
	padding-bottom:90px;
}

.album-section .btn-box{
	position:relative;
	margin-top:30px;
}

/*** 

====================================================================
	Full Body Section
====================================================================

***/

.fullwidth-body-carousel{
	position:relative;
}

.fullwidth-body-carousel .outer-container{
	position:relative;
}

.fullwidth-body-carousel .outer-container .gallery-top .image{
	position:relative;
}

.fullwidth-body-carousel .outer-container .gallery-top .image img{
	width:100%;
	display:block;
}

.fullwidth-body-carousel .outer-container .gallery-top .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.40);
}

.fullwidth-body-carousel .gallery-thumbs{
	position:absolute;
	left:100px;
	bottom:50px;
	right:100px;
}

.fullwidth-body-carousel .gallery-thumbs .image{
	position:relative;
	cursor:pointer;
	border:5px solid rgba(255,255,255,0.95);
}

/*** 

====================================================================
	Projects Single Section
====================================================================

***/

.projects-detail-section{
	position:relative;
	padding:90px 0px 40px;
}

.projects-detail-section .gallery-boxed{
	position:relative;
}

.projects-detail-section .gallery-boxed .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:30px;
}

.projects-detail-section .gallery-boxed .image img{
	position:relative;
	width:100%;
	display:block;
}

.projects-detail-section .gallery-boxed .owl-dots{
	display:none;
}

.projects-detail-section .gallery-boxed .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.projects-detail-section .gallery-boxed .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:70px;
	color:#ffffff;
	font-size:18px;
	line-height:70px;
	text-align:center;
	background-color:rgba(0,0,0,0.50);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.projects-detail-section .gallery-boxed .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:70px;
	color:#ffffff;
	font-size:18px;
	line-height:70px;
	text-align:center;
	background-color:rgba(0,0,0,0.50);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.projects-detail-section .gallery-boxed .owl-nav .owl-prev:hover,
.projects-detail-section .gallery-boxed .owl-nav .owl-next:hover{
	color:#333333;
	background-color:#ffffff;
}

.projects-detail-section .lower-content{
	position:relative;
}

.projects-detail-section h3{
	position:relative;
	color:#d9d9d9;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:20px;
}

.projects-detail-section p{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:15px;
}

.project-info{
	position:relative;
}

.project-info li{
	position:relative;
	margin-bottom:16px;
	color: #797979;
}

.project-info li .icon{
	position:relative;
	margin-right:12px;
	color:#d9d9d9;
}

.project-info li strong{
	position:relative;
	font-weight:700;
	color:#d9d9d9;
	margin-right:8px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Related Projects
====================================================================

***/

.related-projects-section{
	position:relative;
	padding:90px 0px 70px;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.projects-detail-section-two{
	position: relative;
	padding: 100px 0px 80px;
}

.projects-detail-section-two .content-column{
	position: relative;
}

.projects-detail-section-two .content-column .inner-column{
	margin-bottom: 40px;
}

.sticky-top{
	top:80px;
}

.projects-detail-section-two .content-column .text{
	position: relative;
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.projects-detail-section-two .content-column .text p{
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.projects-detail-section-two .gallery-column{
	position: relative;
}

.projects-detail-section-two .gallery-column .inner-column{
	position: relative;
}

.projects-detail-section-two .gallery-column .inner-column .image{
	position: relative;
	margin-bottom: 30px;
}

.projects-detail-section-two .gallery-column .inner-column .image img{
	position: relative;
	width:100%;
	display:block;
}

/*Portfolio List*/

.portfolio-list{
	position: relative;
}

.portfolio-list li{
	position: relative;
	color: #222222;
	font-size: 14px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ececec;
}

.portfolio-list li:last-child{
	border-bottom:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.portfolio-list li span{
	position: relative;
	color: #777777;
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	letter-spacing:2px;
	text-transform: uppercase;
}

.portfolio-list li a{
	position: relative;
	color: #222222;
	margin-right: 15px;
	display: inline-block;
}

/* Projects Detail Section Three */

.projects-detail-section-three{
	position:relative;
	padding:100px 0px 50px;
}

.projects-detail-section-three .portfolio-gallery{
	position:relative;
	margin-bottom:10px;
}

.projects-detail-section-three .portfolio-gallery .image{
	position:relative;
	margin-bottom:30px;
}

.projects-detail-section-three .portfolio-gallery .image img{
	width:100%;
	display:block;
}

.projects-detail-section-three h2{
	position:relative;
	color:#414857;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:20px;
}

.projects-detail-section-three .content-column{
	position:relative;
	margin-bottom:80px;
}

.projects-detail-section-three .content-column .text{
	position:relative;
}

.projects-detail-section-three .content-column .text p{
	position:relative;
	color:#92959c;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:20px;
}

.projects-detail-section-three .content-column .text p:last-child{
	margin-bottom:0px;
}

.projects-detail-section-three .info-column{
	position:relative;
}

.projects-detail-section-three .info-column .inner-column{
	position:relative;
	padding-left:45px;
	border-left:1px solid #f1f1f1;
}

.projects-detail-section-three .info-column .inner-column h3{
	position:relative;
	color:#414857;
	margin-bottom:18px;
	font-weight:700;
}

.projects-detail-section-three .info-column .inner-column .portfolio-info-list{
	position:relative;
	margin-bottom:25px;
}

.projects-detail-section-three .info-column .inner-column .portfolio-info-list li{
	position:relative;
	margin-bottom:8px;
	color:#888888;
	font-size:14px;
	font-weight:400;
}

.projects-detail-section-three .info-column .inner-column .portfolio-info-list li span{
	color:#414857;
	font-weight:700;
	margin-right:25px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.projects-detail-section-three .info-column .inner-column .social-icon-two{
	margin-top:-15px;
}

.projects-detail-section-three .info-column .inner-column .social-icon-two li{
	margin:0px 20px 0px 0px;	
}

.projects-detail-section-three .info-column .inner-column .social-icon-two li a{
	color:#414857;
	opacity:1;
}

.blog-fullwidth-image{
	position:relative;
	margin-bottom:40px;
}

/* Search Box Widget */

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 0px;
	border-bottom:2px solid #222222;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	color:#222222;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Work Sans', sans-serif;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:5px;
	top:10px;
	height:28px;
	width:30px;
	font-size:14px;
	color:#222222;
	cursor:pointer;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:right;
}




/*Item Sorting*/

.shop-section .items-sorting{
	position:relative;
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column h4{
	font-size:14px;
	font-weight:500;
	color:#000000;
	line-height:24px;
	padding:13px 0px;
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;	
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 5px 9px;
	height:50px;
	font-size:14px;
	border-bottom:2px solid #000000;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#666666;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.shop-section .items-sorting select option{
	text-indent:15px;	
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:30px;
}

.shop-item .inner-box{
	position:relative;
	outline:15px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.shop-item .inner-box .image{
	position:relative;
	z-index:11;
	text-align:center;
	background-color:#f8f8f8;
}

.shop-item .inner-box .image .sale{
	position:absolute;
	left:20px;
	top:20px;
	font-size:11px;
	font-weight:700;
	color:#ffffff;
	z-index:12;
	padding:5px 8px;
	line-height:1em;
	text-transform:uppercase;
	background-color:#222222;
	font-family: 'Century Gothic', sans-serif;
}

.shop-item .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.80);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.shop-item .inner-box .image .overlay-box .cart-option{
	position:relative;
	top:50%;
	margin-top:-25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li{
	position:relative;
	margin:0px 3px;
	color:#ffb200;
	display:inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a{
	position:relative;
	width:40px;
	height:40px;
	color:#222222;
	font-size:14px;
	display:block;
	line-height:40px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{
	background-color:#444444;
	color:#ffffff;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{
	color:#ffffff;
}

.shop-item .inner-box .image img{
	width:100%;
	display:inline-block;
}

.shop-item .inner-box .lower-content{
	position:relative;
	z-index:11;
	text-align:center;
	padding:20px 0px 15px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.shop-item .inner-box .lower-content .rating{
	position:relative;
	margin-bottom:8px;
}

.shop-item .inner-box .lower-content .rating .fa{
	position:relative;
	color:#e5e501;
	font-size:15px;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:16px;
	font-weight:700;
}

.shop-item .inner-box .lower-content h3 a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#444444;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
}

.shop-item .inner-box .lower-content .price li{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:400;
	display:inline-block;
}

.shop-item .inner-box .lower-content .price li.discount{
	position:relative;
	color:#222222;
	margin-right:8px;
	text-decoration:line-through;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.shop-section .styled-pagination{
	margin-top:15px;
}

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.styled-pagination ul{
	position:relative;
	display: inline-block;
	padding: 25px 51px;
	box-shadow: 0 0 40px rgba(0,0,0,.08);
}

.styled-pagination li{
	position:relative;
	float: left;
	margin: 0px 4px 0px;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:45px;
	width: 45px;
	text-align: center;
	line-height:45px;
	font-size:16px;
	color:#222222;
	font-weight:600;
	background:#f5f8fb;
	border-bottom: 3px solid #f5f8fb; 
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li.active a,
.styled-pagination li a:hover{
	color:#ffffff;	
	background:#252525;
	border-bottom: 3px solid #cccccc; 
}




.shop-single-section{
	position:relative;
	padding-top:100px;
	padding-bottom:90px;
	margin-bottom:110px;
	border-bottom:1px solid #eeeeee;
}

/*Product Details*/

.product-details .basic-details{
	position:relative;
	margin-bottom:60px;
}

.product-details .image-column .image-carousel{
	background-color:#eeeeee;
	border-radius:4px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:50px;
}

.product-details .info-column .add-to-cart{
	padding:10px 43px;
	font-size:14px;
	margin-bottom:10px;
	margin-right:10px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .thumbs-carousel{
	margin-top:20px;
}

.product-details .image-column .thumbs-carousel li{
	background-color:#f2f2f2;
	text-align:center;
	padding:0px 0px;
	cursor:pointer;
}

.product-details .image-column .thumbs-carousel li img{
	width:100%;
	display:inline-block;
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav{
	display:none;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:0px;	
}

.product-details .basic-details .details-header h4{
	font-size:36px;
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:8px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	margin-bottom:25px;
	display:inline-block;
}

.product-details .basic-details .details-header .rating span{
	color:#222222;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:1px;	
}

.product-details .basic-details .details-header .rating .fa.light{
	color:#dadada;
}

.product-details .basic-details .details-header .item-price{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#222222;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:40px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#11da61;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:120px;
	margin-bottom:15px;
	margin-right:20px;
	border:1px solid #eae8e8;
}

.product-details .basic-details .btns-box{
	position:relative;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:54px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

.shop-list{
	position:relative;
	margin-top:20px;
}

.shop-list li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:10px;
}

.shop-list li strong{
	color:#222222;
	font-size:16px;
	margin-right:5px;
	text-transform:uppercase;
}

.shop-list li a{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:700;
	margin-top:20px;
	display:inline-block;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-page .prod-tabs{
	position:relative;	
}

.shop-page .prod-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.shop-page .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:8px;
	font-size:16px;
	background:none;
	color:#222222;
	border:1px solid #222222;
	text-transform:uppercase;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	letter-spacing:1px;
	display:inline-block;
	padding:14px 40px 12px;
	transition:all 500ms ease;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn{
	background:#f7f7f7;
	border-color:#f7f7f7;
}

.shop-page .prod-tabs .tabs-content{
	position:relative;	
}

.shop-page .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.shop-page .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-page .prod-tabs .tabs-content .tab p{
	font-size:14px;
	line-height:2em;
	color:#666666;
	margin-bottom:20px;
}

.shop-page .prod-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6{
	margin-bottom:15px;	
}

.shop-page .prod-tabs .tabs-content .tab h4{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#222222;
}

.shop-page .prod-tabs .reviews-container{
	position:relative;
	padding-bottom:1px;	
}

.shop-page .prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:120px;
	min-height:130px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.shop-page .prod-tabs .reviews-container .review-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.shop-page .prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:5px;
	width:100px;
	height:100px;
	background:#ffffff;
	border-radius:3px;
	margin-bottom:20px;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.shop-page .prod-tabs .reviews-container .rev-content{
	position:relative;
	background:#ffffff;	
}

.shop-page .prod-tabs .reviews-container .rev-header{
	position:relative;
}

.shop-page .prod-tabs .reviews-container .rev-header h4{
	float:left;
	line-height:30px;
	font-size:16px;
	color:#222222;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;	
}

.shop-page .prod-tabs .reviews-container .rev-header .rating{
	position:relative;
	float:left;
	margin-left:40px;
	color:#222222;
	line-height:30px;
	font-size:14px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa{
	margin-right:3px;
}

.shop-page .prod-tabs .reviews-container .rev-header .time{
	position:relative;
	float:right;
	color:#000000;
	line-height:30px;
	font-size:14px;
}

.shop-page .prod-tabs .reviews-container .rev-option{
	font-size:14px;
	color:#9e9e9e;
}

.shop-page .prod-tabs .reviews-container .rev-option a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;	
}

.shop-page .prod-tabs .reviews-container .rev-text{
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	margin-bottom:15px;
}

/*Add Review*/

.shop-page .prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.shop-page .prod-tabs .add-review h2{
	color:#000000;
}

.shop-page .prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.shop-page .prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active{
	color:#222222;
}

.shop-page .prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.shop-page .prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group input[type="password"],
.shop-page .prod-tabs .add-review .form-group input[type="tel"],
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review button{
	padding:8px 35px;
}

.related-products{
	position:relative;
	padding-bottom:90px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0px 120px;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;
	border:1px solid #eeeeee;
}

.cart-section .cart-table tbody tr{
	border-bottom:1px solid #eeeeee;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#f9f9fb;
	color:#1f1f1f;
	border-bottom:1px solid #eeeeee;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:700;
	color:#222222;
	font-size:16px;
	text-transform:capitalize;
	font-family: 'Century Gothic', sans-serif;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:40px 40px 40px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
	padding-left:10px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#f5f5f5;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:100px;
	padding-left:130px;
	padding-top:40px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h3{
	font-size:16px;
	color:#222222;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
	font-size:18px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#222222;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:18px;
	margin-right:8px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}


.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td.price{
	font-size:18px;
	font-weight:400;
	color:#222222;
	padding-left:10px;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
    color: #727272;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#3e4494;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:80px 0px 70px ;
}

.cart-section .coupon-outer .cart-btn{
	font-size:14px;
	padding:10px 43px;
	font-weight:400;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:20px;	
}

.cart-section .apply-coupon .form-group .coupon-btn{
	padding:11px 28px;
	line-height:30px;
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 0px;
	border-bottom:2px solid #222222;
	height:54px;
	width:230px;
	background:none;
	font-size:14px;
	font-family: 'Work Sans', sans-serif;
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;
}

.cart-section .sec-title h2{
	font-size:26px;
	color:#222222;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.cart-total-box{
	position:relative;
	max-width:490px;
	margin-bottom:40px;
	padding:40px 40px 30px;
	background-color:#f4f4f4;
}

.cart-total-box h2{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:25px;
}

.totals-table{
	position:relative;
}

.totals-table li{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;
}

.totals-table li .col{
	font-weight: 600;
    float: right;
    position: relative;
    width: auto;
    display: inline-block;
    max-width: initial;
}

.totals-table li .col-title{
	font-weight:600;
	float:left;
}

.totals-table li.total{
	margin-top:25px;
	padding-top:30px;
	border-top:1px solid #cccccc;
}

.checkout-btn{
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	padding:12px 43px;
	text-transform:uppercase;
	background-color:#222222;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
}

.checkout-page .default-links li a{
	color:#222222;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	font-size:32px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .sec-title{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#797979;	
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:50px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#222222;	
}

/*Shop Order Box*/

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#000000;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.bootstrap-touchspin .input-group-btn-vertical{
	display:none;
}

/*** 

====================================================================
	Register Section
====================================================================

 ***/

.register-section{
	position:relative;
	padding:130px 0px 130px;
}

.register-section .form-box{
	position:relative;
	max-width:550px;
	padding:40px 30px;
	margin:0 auto;
	width:100%;
	background-color:#f9f9f9;
	border:1px solid rgba(0,0,0,0.10);
}

.register-section .form-box:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-20px;
	right:-20px;
	bottom:-20px;
	border:15px solid rgba(0,0,0,0.10);
}

.register-section .form-box h1{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:700;
	line-height:1.3em;
	text-align:center;
	margin-bottom:30px;
}

/* Styled Form */

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:15px;
	font-size:14px;
	color:#222222;
}

.styled-form .form-group.social-icon-four{
	padding-top:10px;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"]{
	line-height:26px;
	height:44px;	
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:rgba(0,0,0,0.10);
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:11px 34px;	
	border-radius:0px;
	cursor: pointer;
}

.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}

.header-style-one .main-menu .navigation > li:nth-child(4) > ul,
.header-style-one .main-menu .navigation > li:nth-child(6) > ul,
.header-style-one .main-menu .navigation > li:nth-child(7) > ul,
.header-style-one .main-menu .navigation > li:nth-child(8) > ul,

.header-style-six .main-menu .navigation > li:nth-child(4) > ul,
.header-style-six .main-menu .navigation > li:nth-child(6) > ul,
.header-style-six .main-menu .navigation > li:nth-child(7) > ul,
.header-style-six .main-menu .navigation > li:nth-child(8) > ul{
	right:0px;
	left:auto;
}

.header-style-five .main-menu .navigation.right-nav > li > ul{
	right:0px;
	left:auto;
}

.header-style-two .sticky-header .main-menu .navigation > li:nth-child(4) > ul,
.header-style-two .sticky-header .main-menu .navigation > li:nth-child(6) > ul,
.header-style-two .sticky-header .main-menu .navigation > li:nth-child(7) > ul,
.header-style-two .sticky-header .main-menu .navigation > li:nth-child(8) > ul,

.header-style-five .sticky-header .main-menu .navigation > li:nth-child(4) > ul,
.header-style-five .sticky-header .main-menu .navigation > li:nth-child(6) > ul,
.header-style-five .sticky-header .main-menu .navigation > li:nth-child(7) > ul,
.header-style-five .sticky-header .main-menu .navigation > li:nth-child(8) > ul,

.header-style-seven .sticky-header .main-menu .navigation > li:nth-child(4) > ul,
.header-style-seven .sticky-header .main-menu .navigation > li:nth-child(6) > ul,
.header-style-seven .sticky-header .main-menu .navigation > li:nth-child(7) > ul,
.header-style-seven .sticky-header .main-menu .navigation > li:nth-child(8) > ul{
	right:0px;
	left:auto;
}

.header-style-four .main-menu .navigation.right-nav > li > ul,
.header-style-four .sticky-header .main-menu .navigation.right-nav > li > ul,
.header-style-five .sticky-header .main-menu .navigation.right-nav > li > ul,

.header-style-seven .main-menu .navigation.right-nav > li > ul,
.header-style-seven .sticky-header .main-menu .navigation.right-nav > li > ul,
.header-style-seven .sticky-header .main-menu .navigation.right-nav > li > ul{
	right:0px;
	left:auto;
}



.formAlert { display: none; }

.lang img {
	margin-right: 150px;
}

.flag img {
	width: 20px;
}

.lang {
	position: absolute;
	padding-top: 50px;
	 right: 135px;
	/*top: 35px; */
}

.lang-home {
	position: absolute;
	right: 65px;
	top: 21px;
}
