/*
Theme Name: Newspoint
Theme URI: http://themes.ad-theme.com/wp/neder/
Author: Theme magazine
Author URI: http://themes.ad-theme.com/wp/neder/
Description: This is Wedding Point Blogging WordPress theme.
Version: 2.0
License: copyright commercial
License URI: http://themes.ad-theme.com/wp/neder/
Text Domain: Magazine
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/


/* Newspoint HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two
5. Main Slider
6. News Blocks
7. Search Box
8. Add Widgets
9. Carousels Section
10. Testimonial Section
11. Facebook like widget
12. Instagram Followers Section
13. Main Footer
14. NewsLetter Section
15. About Section
16. Faq Section
17. Accordian Section
18. Error Section
19. Comming Soon Section
20. Project Blocks
21. Projects Single
22. Blog Section
23. Blog Single
24. Comments 
25. Comment Form
26. Shop Item
27. Shop Single
28. Checkout Section
29. Map Section
30. Map Contact

**********************************************/


/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 14px;
	color: #666666;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #fa2964;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.4em;
	font-family: 'Poppins', serif;
}

.no-padding {
	padding: 0px !important;
}

p,
.text {
	position: relative;
	line-height: 1.8em;
	font-family: 'Poppins', sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.small-container {
	max-width: 780px;
	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;
}

.grey-bg {
	background-color: #f9fafb;
}

.centered {
	text-align: center;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	color: #797979;
	font-size: 17px;
	padding-left: 30px;
	margin-bottom: 8px;
	font-family: 'Poppins', sans-serif;
}

.list-style-one li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #5b5b5b;
}

.list-style-one li a {
	color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	padding: 10px 26px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border-radius: 0px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
}

.btn-style-one:hover {
	color: #ffffff;
	background: #fa2964;
	border-color: #fa2964;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	padding: 10px 32px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	background: none;
	border-radius: 0px;
	letter-spacing: 1px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
}

.btn-style-two:hover {
	color: #ffffff;
	background: #fa2964;
	border-color: #fa2964;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	padding: 8px 100px;
	line-height: 24px;
	color: #999999;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	background: none;
	border-radius: 0px;
	letter-spacing: 2px;
	border: 2px solid #e0e0e0;
	text-transform: uppercase;
}

.btn-style-three:hover {
	color: #ffffff;
	background: #fa2964;
	border-color: #fa2964;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	padding: 12px 35px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #000000;
	text-transform: uppercase;
}

.btn-style-four:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.theme_color {
	color: #fa2964;
}

/*Social Icon One*/

.social-icon-one {
	position: relative;
}

.social-icon-one li.share {
	position: relative;
	top: -4px;
	color: #999999;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 2px;
	margin-right: 15px !important;
	text-transform: uppercase;
}

.social-icon-one li {
	position: relative;
	margin-right: 2px;
	margin-bottom: 4px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	width: 62px;
	height: 44px;
	color: #ffffff;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	display: inline-block;
	background-color: #2f58a1;
	-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 {
	opacity: 0.80;
}

.social-icon-one li.twitter a {
	background-color: #069cd5
}

.social-icon-one li.g_plus a {
	background-color: #ec453e;
}

.social-icon-one li.linkedin a {
	background-color: #0076b8;
}

.social-icon-one li.pinteret a {
	background-color: #da0d32;
}

.social-icon-one li.android a {
	background-color: #62c56b;
}

.social-icon-one li.dribbble a {
	background-color: #ef70a9;
}

.social-icon-one li.rss a {
	background-color: #fd9f13;
}

.social-icon-one li.instagram a {
	background-color: #35475c;
}

.social-icon-one li.vimeo a {
	background-color: #4eceea;
}

.social-icon-one.alternate li {
	margin-right: 5px;
	margin-bottom: 8px;
}

.social-icon-one.alternate li:nth-child(4n + 0) {
	margin-right: 0px;
}

.social-icon-one.alternate li a {
	width: 86px;
	height: 53px;
	line-height: 53px;
	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;
}

.social-icon-one.alternate li a:hover {
	opacity: 0.7;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin-right: 12px;
	margin-bottom: 4px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	color: #c2c2c2;
	font-size: 18px;
	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-two li a:hover {
	color: #fa2964;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
	margin-bottom: 30px;
}

.social-icon-three li.share {
	position: relative;
	top: -4px;
	color: #777777;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 2px;
	margin-right: 15px !important;
	text-transform: uppercase;
}

.social-icon-three li {
	position: relative;
	margin-right: 2px;
	margin-bottom: 4px;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	width: 46px;
	height: 33px;
	color: #b5b5b5;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	background-color: #ededed;
	-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 {
	color: #ffffff;
	background-color: #fa2964;
}

img {
	display: inline-block;
	max-width: 100%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/icons/preloader.svg);
	background-size: 80px;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #27292d;
	display: none;
	opacity: 1 !important;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #fa2964;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	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 {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	border-bottom: 1px solid #cccccc;
	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 a {
	position: relative;
	display: block;
	margin-top: 5px;
}

.fixed-header .sticky-header {
	z-index: 9999;
	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;
}

.fixed-header .sticky-header .logo .letter {
	position: relative;
	top: 10px;
	color: #fa2964;
	font-weight: 700;
	font-size: 30px;
	line-height: 1em;
	float: left;
	text-transform: uppercase;
}

.fixed-header .main-menu .navigation>li:hover>a:after,
.fixed-header .main-menu .navigation>li>a:before {
	display: none;
}

.main-header .header-top {
	position: relative;
	padding: 8px 0px;
	background-color: #333333;
}

.main-header .header-top .top-left ul li {
	color: #ffffff;
	font-size: 14px;
}

.main-header .header-top .top-left,
.main-header .header-top .top-right {
	position: relative;
}

.main-header .header-top .top-right {
	position: relative;
	text-align: right;
}

.main-header .header-top .top-right .english-nav {
	position: relative;
	display: inline-block;
}

.main-header .header-top .top-right .english-nav li {
	position: relative;
	padding: 0px 10px 0px 15px;
	display: inline-block;
}

.main-header .header-top .top-right .english-nav li:after {
	position: absolute;
	content: '/';
	color: #ffffff;
	font-size: 16px;
	right: -8px;
	top: 2px;
}

.main-header .header-top .top-right .english-nav li:last-child::after {
	display: none;
}

.main-header .header-top .top-right .english-nav li a:hover,
.main-header .header-top .top-right .english-nav li.active a {
	background-color: #fa2964;
}

.main-header .header-top .top-right .english-nav li a {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	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-header .header-top .top-right .social-nav {
	position: relative;
	display: inline-block;
}

.main-header .header-top .top-right .social-nav li {
	position: relative;
	padding: 0px 15px;
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.main-header .header-top .top-right .social-nav li a {
	position: relative;
	color: #ffffff;
	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;
}

.main-header .header-top .top-right .social-nav li a:hover {
	color: #fa2964;
}

.main-header .header-top .top-right .social-nav li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/*Header Top Two*/

.header-top-two {
	position: relative;
	background: #fa2964;
	color: #ffffff;
}

.header-top-two .top-left {
	position: relative;
	float: left;
	padding: 7px 0px;
}

.header-top-two .social-icon {
	position: relative;
}

.header-top-two .social-icon li {
	position: relative;
	margin-right: 20px;
	display: inline-block;
}

.header-top-two .social-icon li a {
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 16px;
	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-top-two .social-icon li a:hover {
	color: rgba(255, 255, 255, 0.50);
}

.header-top-two .top-right {
	position: relative;
	float: right;
}

/*Info Box*/

.main-header .info-box {
	position: relative;
	float: left;
	margin-left: 25px;
	font-size: 13px;
	color: #777777;
	text-align: left;
	padding: 0px 25px 0px 48px;
}

.main-header .info-box:after {
	position: absolute;
	content: '';
	right: 0px;
	top: -2px;
	width: 1px;
	height: 50px;
	background-color: #ededed;
}

.main-header .info-box:last-child {
	padding-right: 0px;
}

.main-header .info-box:last-child::after {
	display: none;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 38px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	line-height: 20px;
	color: #848484;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 300;
}

.main-header .info-box strong {
	font-weight: 600;
	color: #1e260d;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}

/*Search Box Widget*/

.header-top-two .top-right .search-box .form-group {
	position: relative;
	margin: 0px;
}

.header-top-two .top-right .search-box .form-group input[type="text"],
.header-top-two .top-right .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 25px;
	padding: 10px 50px 10px 20px;
	background: rgba(255, 255, 255, 0.20);
	display: block;
	font-size: 14px;
	height: 45px;
	width: 270px;
	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-top-two .top-right .search-box .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

.header-top-two .top-right .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 45px;
	width: 45px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

/*Header Top Three*/

.header-top-three {
	position: relative;
	padding: 12px 0px;
	background-color: #333333;
}

.header-top-three .top-left {
	position: relative;
	float: left;
}

.header-top-three .top-left .text {
	position: relative;
	top: 0px;
	color: #bbbbbb;
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
}

.header-top-three .top-left .text span {
	color: #ffffff;
}

.header-top-three .top-right {
	position: relative;
	float: right;
}

.header-top-three .social-icon {
	position: relative;
}

.header-top-three .social-icon li {
	position: relative;
	margin-left: 20px;
	display: inline-block;
}

.header-top-three .social-icon li a {
	position: relative;
	display: block;
	line-height: 1em;
	font-size: 14px;
	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-top-three .social-icon li a:hover {
	color: #fa2964;
}

/*Language Dropdown*/

.main-header .language {
	position: relative;
	top: -2px;
	line-height: 1em;
	display: inline-block;
	margin-left: 22px;
}

.main-header .language .dropdown-menu {
	top: 100%;
	width: 170px;
	border-radius: 0px;
	padding: 0px;
	margin-top: 16px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #222222;
	border-top: 3px solid #fa2964;
}

.main-header .language>a {
	color: #ffffff !important;
	padding: 0px;
	background: none !important;
	text-transform: uppercase;
	display: inline-block;
	border: 0px;
}

.main-header language a:hover {
	background: none;
}

.main-header .language .dropdown-menu>li {
	padding-right: 0px !important;
	margin: 0px !important;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
	border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
	padding: 8px 20px !important;
	color: #ffffff;
	text-align: left;
	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-header .language .dropdown-menu>li>a:hover {
	color: #ffffff !important;
	background-color: #fa2964;
}

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

.main-header .logo-outer {
	position: relative;
	z-index: 25;
	text-align: center;
	padding: 10px 0px;
}

.main-header .logo-outer .logo {
	position: relative;
}

.main-header .logo-outer .logo .letter,
.footer-widget .logo-widget .logo .letter {
	position: relative;
	top: 4px;
	color: #fa2964;
	font-weight: 700;
	font-size: 75px;
	line-height: 1em;
	float: left;
	text-transform: uppercase;
}

.main-header .logo-outer .logo a {
	position: relative;
	display: inline-block;
}

.main-header .logo-outer .logo img {
	position: relative;
	float: left;
	width: 230px;
	margin-top: 19px;
}

.main-header .header-upper .upper-right {
	position: relative;
	padding-top: 28px;
}

.header-style-three .header-upper .upper-right {
	padding-top: 28px;
}

.main-header .header-upper .nav-outer {
	position: relative;
	float: right;
}

.main-header .nav-outer .more-options {
	position: relative;
	right: 0px;
	top: 50%;
	width: 35px;
	float: right;
	margin: 54px 0px;
	margin-left: 30px;
	border-left: 1px solid #d6d6d6;
}

.main-header .header-lower .search-box-outer {
	position: relative;
	min-width: 70px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 21px;
	padding-bottom: 22px;
	display: inline-block;
}

.main-header .header-lower .search-box-btn {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #999999;
	line-height: 20px !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background: none;
	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-header .header-lower .search-box-btn:hover {
	color: #444444;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
	top: 40px !important;
	right: 0px !important;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) !important;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	border-top: 3px solid #fa2964;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.main-header .header-lower .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .header-lower .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
	display: block;
	width: 100%;
	height: 40px;
	color: #000000;
	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;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
	border-color: #fa2964;
}

.main-header .header-lower .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;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 0px;
}

.sticky-header .main-menu .navigation>li {
	padding: 0px;
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 17px 24px;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 500;
	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;
}

.main-menu .navigation>li.active>a,
.main-menu .navigation>li>a:hover {
	background: #fa2964;
}

.main-menu .navigation>li:hover>a::before,
.main-menu .navigation>li.current>a:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.main-menu .navigation>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fa2964;
	height: 4px;
	opacity: 0;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.main-header .main-menu .navigation>li>a {
	color: #ffffff;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 13px 15px !important;
	color: #333333;
}

.sticky-header .main-menu .navigation>li.dropdown>a:before {
	display: none;
}

.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 {
	color: #fa2964;
	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: #333333 !important;
	background: #ffffff;
}

.main-menu .navigation>li:hover>a:after {
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 240px;
	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: 12px 20px;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
	color: #e0e0e0;
	text-align: left;
	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>ul>li:hover>a {
	color: #ffffff;
	background-color: #fa2964;
}

.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.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	right: 100%;
	top: 20px;
	width: 240px;
	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: 12px 20px;
	line-height: 22px;
	font-weight: 500;
	font-size: 14px;
	color: #e0e0e0;
	text-align: left;
	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>ul>li>ul>li>a:hover {
	color: #ffffff;
	background-color: #fa2964;
}

.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 #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .header-lower {
	position: relative;
	background: #000000;
}

.main-header .nav-outer {
	position: relative;
}

.main-header .outer-box {
	position: absolute;
	right: 0px;
	top: 0px;
}

.main-header .outer-box .cart-box {
	position: relative;
	float: left;
	color: #999999;
	font-size: 20px;
	margin-top: 20px;
	background: none;
	display: inline-block;
	cursor: pointer;
}

.main-header .outer-box .cart-box .cart-box-btn {
	background: none;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .header-lower .search-box-btn:after,
.main-header .outer-box .cart-box .cart-box-btn:after {
	display: none;
}

.main-header .outer-box .cart-box .cart-box-btn:hover {
	color: #444444;
}

.main-header .outer-box .cart-box .cart-panel {
	top: 25px !important;
	right: 0px !important;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) !important;
	border-radius: 0px;
	padding: 20px 20px;
	min-width: 300px;
	margin-top: 18px;
	border-color: #e4e4e4;
	border-top: 3px solid #fa2964;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.main-header .outer-box .cart-box .cart-panel .cart-total {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.main-header .outer-box .cart-box .cart-panel .cart-total span {
	font-weight: 700;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li {
	position: relative;
	margin: 0px 5px;
	display: inline-block;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a {
	position: relative;
	color: #292929;
	font-weight: 600;
	font-size: 12px;
	padding: 4px 15px;
	display: inline-block;
	border: 1px solid #292929;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover {
	color: #ffffff;
	border-color: #fa2964;
	background-color: #fa2964;
}

.main-header .outer-box .cart-box .icon a {
	color: #999999;
}

/*** 

====================================================================
	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,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !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: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(images/icons/icon-cross.png) center center no-repeat;
	background-color: #fa2964 !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

/*** 

====================================================================
	Sec Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 42px;
	background-color: #f3f3f3;
}

.sec-title h2 {
	position: relative;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 9px 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px;
	background-color: #fa2964;
}

.sec-title-two {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

.sec-title-two h2 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	color: #222222;
	line-height: 1.3em;
}

.sec-title-two .text {
	position: relative;
	color: #666666;
	font-size: 18px;
	font-weight: 400;
}

.sec-title-two:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #fa2964;
}

/*Blog Section*/

.blog-section {
	position: relative;
	padding: 60px 0px 60px;
	max-width: 780px;
	margin: 0 auto;
}

.news-block {
	position: relative;
	margin-bottom: 70px;
}

.news-block .inner-box {
	position: relative;
}

.news-block .inner-box .image {
	position: relative;
}

.news-block .inner-box .image .category {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #ffffff;
	padding: 2px 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #222222;
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .lower-box {
	position: relative;
	padding: 45px 0px 35px;
	border-bottom: 1px solid #eeeeee;
}

.news-block .inner-box .lower-box h3 {
	position: relative;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.news-block .inner-box .lower-box h3 a {
	color: #333333;
	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 .inner-box .lower-box h3 a:hover {
	color: #e83f44;
}

.news-block .inner-box .lower-box .post-meta {
	position: relative;
	margin-bottom: 15px;
}

.news-block .inner-box .lower-box .post-meta li {
	position: relative;
	color: #999999;
	font-weight: 600;
	font-size: 13px;
	padding-left: 18px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.news-block .inner-box .lower-box .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 13px;
	color: #999999;
}

.news-block .inner-box .lower-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.news-block-one {
	position: relative;
	margin-bottom: 30px;
}

.news-block-one .inner-box {
	position: relative;
}

.news-block-one .inner-box .image {
	position: relative;
}

.news-block-one .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
}

.news-block-one .inner-box .lower-box {
	position: relative;
	text-align: center;
	padding-top: 30px;
}

.news-block-one .inner-box .lower-box h3 {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.news-block-one .inner-box .lower-box h3 a {
	color: #232323;
	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-one .inner-box .image a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0px;
	display: block;
	z-index: 1;
	opacity: 0.7;
	background-color: #000000;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.news-block-one .inner-box:hover .image a:before {
	height: 100%;
}

.news-block-one .inner-box .lower-box h3 a:hover {
	color: #fa2964;
}

.news-block-one .inner-box .lower-box .post-date {
	position: relative;
	color: #a7a7a7;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.news-block-one .inner-box .lower-box .text {
	position: relative;
	color: #616060;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 20px;
}

.news-block-one .inner-box .lower-box .read-more {
	position: relative;
	color: #fa2964;
	font-size: 14px;
	letter-spacing: 1px;
}

.news-block-one .inner-box .lower-box .read-more .arrow {
	position: relative;
	top: 3px;
	font-size: 18px;
	margin-left: 3px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination ul {
	position: relative;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 5px 5px 0px;
}

.styled-pagination li a,
.styled-pagination li>span {
	position: relative;
	display: inline-block;
	line-height: 36px;
	height: 40px;
	font-size: 14px;
	text-transform: capitalize;
	min-width: 40px;
	background: #333333;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	border: 2px solid #555555;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active,
.styled-pagination li>span {
	color: #ffffff;
	border-color: #fa2964;
	background-color: #fa2964;
}

.styled-pagination.centered {
	text-align: center;
}

.styled-pagination.centered:before {
	left: 0%;
}

.styled-pagination.centered ul {
	background-color: #ffffff;
	padding: 0px 30px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #28292d;
}

.main-footer .widgets-section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 20px;
}

.main-footer .widgets-section .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .widgets-section .footer-widget h2 {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(255, 255, 255, 0.10);
}

.review-block {
	position: relative;
	min-height: 110px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.review-block:last-child {
	margin-bottom: 0px;
	border: 0px;
	min-height: 80px;
}

.review-block .inner-box {
	position: relative;
	padding-left: 105px;
}

.review-block .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 86px;
	background-color: #e9ebee;
}

.review-block .inner-box .image a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: rgba(255, 255, 255, 0.30);
}

.review-block .inner-box:hover .image a:before {
	opacity: 1;
}

.review-block .inner-box .text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.60);
}

.review-block .inner-box .text a {
	position: relative;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.60);
	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;
}

.review-block .inner-box .text a:hover {
	color: #fa2964;
}

.review-block .inner-box .ratings {
	position: relative;
	color: #ffffff;
	font-size: 13px;
}

.review-block .inner-box .ratings .fa {
	position: relative;
	color: #ffffff;
	font-size: 16px;
}

.review-block .inner-box .ratings .fa.light {
	color: rgba(255, 255, 255, 0.10);
}

/*** 

====================================================================
	Instagram Widget
====================================================================

***/

.isntagram-widget .image {
	position: relative;
	float: left;
	width: 25%;
	margin-bottom: 0px;
	padding: 0px 3px 3px 0px;
}

.isntagram-widget .image img {
	position: relative;
	display: block;
	width: 100%;
	background-color: #e9ebee;
}

.isntagram-widget .image .lightbox-image {
	position: relative;
	display: block;
}

.isntagram-widget .image .lightbox-image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.40);
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.isntagram-widget .image:hover .lightbox-image:before {
	opacity: 1;
}

/*subscribe widget*/

.main-footer .newsletter-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 16px;
}

.main-footer .newsletter-widget .form-group input[type="text"],
.main-footer .newsletter-widget .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	box-shadow: none;
	padding: 10px 20px;
	height: 48px;
	font-size: 15px;
	color: #ffffff;
	background-color: #444444;
	-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 .newsletter-widget .form-group button {
	width: 100%;
}

/*Tweet Widget*/

.main-footer .tweets-widget .tweet {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	min-height: 100px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-footer .tweets-widget .tweet .text {
	color: #777777;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 8px;
}

.main-footer .tweets-widget .tweet .text a {
	color: rgba(255, 255, 255, 0.80);
	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-footer .tweets-widget .tweet p {
	margin-bottom: 0px;
	color: #9799a9;
	font-size: 17px;
	line-height: 1.6em;
}

.main-footer .tweets-widget .tweet:last-child {
	margin-bottom: 0px;
	border: none;
	min-height: inherit;
}

.main-footer .tweets-widget .tweet .icon {
	position: absolute;
	left: 0px;
	top: 2px;
	line-height: 1.4em;
	color: #fa2964;
	font-size: 18px;
}

.main-footer .tweets-widget .tweet .days {
	color: #fa2964;
	font-size: 15px;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 50px 0px 0px;
	background-color: #1a1c1e;
}

.main-footer .footer-bottom .logo {
	position: relative;
	text-align: center;
}

.main-footer .footer-bottom .logo .letter {
	position: relative;
	top: 2px;
	color: #fa2964;
	font-weight: 700;
	font-size: 75px;
	line-height: 1em;
	float: left;
	margin-right: 2px;
	text-transform: uppercase;
}

.main-footer .footer-bottom .logo a {
	position: relative;
	display: inline-block;
}

.main-footer .footer-bottom .text {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6em;
	text-align: center;
}

.main-footer .footer-bottom .copyright-section {
	position: relative;
	padding: 15px 0px;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .copyright-section .footer-nav {
	position: relative;
}

.main-footer .footer-bottom .copyright-section .footer-nav li {
	position: relative;
	font-size: 13px;
	padding-right: 20px;
	margin-right: 20px;
	display: inline-block;
	line-height: 1em;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .copyright-section .footer-nav li:last-child {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.main-footer .footer-bottom .copyright-section .footer-nav li a {
	position: relative;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-footer .footer-bottom .copyright-section .footer-nav li a:hover {
	color: #fa2964;
}

.main-footer .footer-bottom .copyright-section .copyright {
	position: relative;
	color: #ffffff;
	text-align: right;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #232323;
	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 {
	left: -100%;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0%;
	display: none;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 5px;
	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: 20px;
	color: #656565;
	width: 40px;
	height: 40px;
	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 .hidden-bar-wrapper {
	height: 100%;
	padding: 10px 30px 40px;
	padding-right: 0px;
}

.hidden-bar-wrapper .mCustomScrollBox {
	overflow: visible;
}

.hidden-bar .logo {
	position: relative;
	padding: 0px 0px 0px;
	text-align: center;
	width: 270px;
	height: 60px;
	margin: 0 auto;
	right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hidden-bar .logo a {
	position: relative;
	width: 270px;
	height: 60px;
	display: block;
}

.hidden-bar .logo a .letter {
	position: relative;
	color: #fa2964;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.7em;
	float: left;
	top: 2px;
	text-transform: uppercase;
}

.hidden-bar .logo img {
	float: left;
	max-width: 100%;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size: 13px;
	text-align: center;
	padding-right: 40px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
}

.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 solid rgba(255, 255, 255, 0.15);
}

.hidden-bar .side-menu ul.navigation>li>ul>li:first-child,
.hidden-bar .side-menu ul.navigation>li>ul>li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hidden-bar .side-menu ul.navigation>li>ul>li:last-child,
.hidden-bar .side-menu ul.navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 15px 12px 0px;
	position: relative;
	line-height: 24px;
	font-size: 13px;
	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;
	letter-spacing: 1px;
}

.hidden-bar .side-menu ul.navigation>li>ul>li>a {
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
}

.hidden-bar .side-menu ul.navigation>li.active>a:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	width: 30px;
	border-bottom: 2px solid #c5a47e;
}

.hidden-bar .side-menu ul.navigation>li.dropdown>a {}

.hidden-bar .side-menu ul.navigation>li>ul>li.dropdown {
	width: auto;
	margin-left: 0px;
}

.hidden-bar .side-menu>ul>li.dropdown>a:after,
.hidden-bar .side-menu>ul>li.dropdown>ul>li.dropdown>a:after {
	position: absolute;
	content: '\f107';
	right: 0px;
	top: 13px;
	font-size: 14px;
	font-family: 'FontAwesome';
}

.hidden-bar .side-menu ul li a:hover,
.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>ul>li>a:hover,
.hidden-bar .side-menu ul.navigation>li.active>a {
	color: #fa2964;
}

.hidden-bar .social-links {
	position: relative;
	margin-right: 40px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.hidden-bar .social-links li {
	position: relative;
	display: inline-block;
	line-height: 20px;
}

.hidden-bar .social-links li a {
	display: block;
	color: #999999;
	font-size: 18px;
	padding: 0px 12px 0px 14px;
	transition: all 500ms ease;
	border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.hidden-bar .social-links li:last-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.hidden-bar .social-links li a:hover {
	color: #ffffff;
}

.main-header .nav-toggler {
	position: absolute;
	right: 0px;
	top: -63px;
	z-index: 12;
	display: none;
}

.main-header .nav-toggler button {
	position: relative;
	display: block;
	height: 36px;
	width: 42px;
	background: none;
	color: #7f7f7f;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	border: 1px solid #a0a0a0;
	font-weight: normal;
}

/*Sidebar Search*/

.hidden-bar .hidden-bar-wrapper .sidebar-search {
	position: relative;
	margin-top: 26px;
	padding-right: 40px;
	margin-bottom: 18px;
}

.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group {
	position: relative;
}

.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="text"],
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="search"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 16px 10px 25px;
	height: 46px;
	color: rgba(255, 255, 255, 0.50);
	font-size: 14px;
	background: #1f1f1f;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: uppercase;
}

.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
	font-size: 14px;
	letter-spacing: 1px;
}

.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="submit"],
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button {
	color: #999999;
	font-size: 16px;
	height: 46px;
	background: none;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 36px;
}

.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button:hover {}

.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button span {
	padding-left: 0 !important;
	padding-right: 8px;
}

.hidden-bar .hidden-bar-wrapper .mobile-cart {
	position: relative;
	padding: 12px 24px;
	background-color: #1f1f1f;
	margin-right: 40px;
	margin-bottom: 20px;
}

.hidden-bar .hidden-bar-wrapper .mobile-cart .text {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.50);
}

.hidden-bar .hidden-bar-wrapper .mobile-cart .icon {
	position: relative;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.50);
}

/*Language Box*/

.hidden-bar .hidden-bar-wrapper .language {
	position: relative;
	padding-right: 40px;
}

.hidden-bar .hidden-bar-wrapper .language a {
	position: relative;
	width: 100%;
	display: block;
	border: 0px;
	height: 46px;
	line-height: 37px;
	padding: 4px 25px;
	text-align: left;
	text-transform: uppercase;
	background-color: #1f1f1f;
	color: rgba(255, 255, 255, 0.50);
}

.hidden-bar .hidden-bar-wrapper .language a .icon {
	position: absolute;
	right: 30px;
}

.hidden-bar .hidden-bar-wrapper .language .dropdown-menu {
	position: relative;
	padding: 0px;
	width: 100%;
}

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.main-slider .tp-caption {
	z-index: 5;
}

.main-slider .slider-content {
	position: relative;
	padding: 35px 30px;
	background-color: rgba(0, 0, 0, 0.40);
}

.main-slider .slider-content h2 {
	position: relative;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 12px;
}

.main-slider .slider-content h2:before {
	position: absolute;
	content: '';
	left: -30px;
	top: 8px;
	width: 5px;
	height: 85px;
	background-color: #fa2964;
}

.main-slider .slider-content .text {
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.main-slider .tp-dottedoverlay {
	background: rgba(0, 0, 0, 0.50) !important;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

.main-slider .tp-leftarrow {
	left: 30px !important;
}

.main-slider .tp-rightarrow {
	right: -10px !important;
	left: auto !important;
}

.main-slider .uranus.tparrows {
	background-color: rgba(0, 0, 0, 0.30);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-slider .uranus.tparrows:before {
	width: auto;
	height: auto;
	font-size: 20px;
	color: #ffffff;
}

.main-slider .uranus.tparrows:hover {
	background-color: #fa2964;
}

.main-slider .uranus.tparrows:hover::before {
	opacity: 1;
}

/*Main Slider*/

.main-slider-two {
	position: relative;
	overflow: hidden;
}

.main-slider-two .owl-dots,
.main-slider-four .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.main-slider-two .owl-dots .owl-dot,
.main-slider-three .owl-dots .owl-dot,
.main-slider-four .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.main-slider-two .owl-dots .owl-dot span,
.main-slider-three .owl-dots .owl-dot span,
.main-slider-four .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px;
	background: #ffffff;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-slider-two .owl-dots .owl-dot.active span,
.main-slider-two .owl-dots .owl-dot:hover span,
.main-slider-three .owl-dots .owl-dot.active span,
.main-slider-three .owl-dots .owl-dot:hover span,
.main-slider-four .owl-dots .owl-dot.active span,
.main-slider-four .owl-dots .owl-dot:hover span {
	background: #fa2964;
}

.testimonial-section .owl-nav {
	padding: 0px;
	margin: 0px;
	display: block;
}

.main-slider-two .owl-nav {
	display: none;
}

.main-slider-two .slide-column {
	position: relative;
	padding: 0px 2px;
	margin-bottom: 4px;
	float: left;
}

.main-slider-two .slide-column .row {
	margin: 0px -2px;
}

.main-slider-two .slide-column .inner-slide {
	margin-bottom: 4px;
	padding: 0px 2px;
}

/*Main Slider Three*/

.main-slider-three .owl-dots {
	position: relative;
	text-align: center;
	top: -60px;
}

.main-slider-three .owl-nav .owl-prev,
.main-slider-three .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -30px;
	width: 43px;
	height: 43px;
	color: #ffffff;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	font-weight: 700;
	border: 2px solid rgba(0, 0, 0, 0.40);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-three .owl-nav .owl-prev {
	left: 20px;
}

.main-slider-three .owl-nav .owl-next {
	right: 20px;
}

.main-slider-three .owl-nav .owl-prev:hover,
.main-slider-three .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #fa2964;
	border-color: #fa2964;
}

/*Main Slider Four*/

.main-slider-four {
	position: relative;
	padding: 55px 0px 45px;
	background-color: #f9f9f9;
}

.main-slider-four .section-outer {
	position: relative;
	padding: 0px 30px;
}

.main-slider-four .owl-nav .owl-prev,
.main-slider-four .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -40px;
	width: 44px;
	height: 44px;
	color: #999999;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-four .owl-nav .owl-prev {
	left: -22px;
}

.main-slider-four .owl-nav .owl-next {
	right: -22px;
}

.main-slider-four .owl-nav .owl-prev:hover,
.main-slider-four .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #fa2964;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 100px 0px 70px;
}

.sidebar-page-container.style-two {
	padding-top: 20px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 0px;
}

.sidebar-page-container.change-padding {
	padding-bottom: 30px;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}

.sidebar-title {
	position: relative;
	margin-bottom: 30px;
	background-color: #f3f3f3;
}

.sidebar-title h2 {
	position: relative;
	color: #ffffff;
	padding: 9px 20px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #fa2964;
	text-transform: uppercase;
}

.sidebar-social-widget {
	margin-bottom: 30px;
}

/*Adds Block*/

.adds-block {
	position: relative;
	background-size: cover;
}

.adds-block .inner-box {
	position: relative;
	padding: 80px 0px;
	text-align: center;
	outline-offset: -12px;
	outline: 2px solid rgba(255, 255, 255, 0.80);
}

.adds-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.50);
}

.adds-block .inner-box .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.9em;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.adds-block .inner-box .text span {
	display: block;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-widget-tabs {
	position: relative;
	padding: 0px 0px;
	background-color: #ffffff;
}

.product-widget-tabs .prod-tabs {
	position: relative;
}

.product-widget-tabs .prod-tabs .tab-btns {
	position: relative;
	margin-bottom: 30px;
	background-color: #f3f3f3;
}

.product-widget-tabs .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 1px;
	font-size: 13px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	width: 33%;
	text-align: center;
	letter-spacing: 1px;
	padding: 7px 15px 8px;
	transition: all 500ms ease;
}

.product-widget-tabs .prod-tabs .tab-btns .tab-btn:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 13px;
	width: 1px;
	height: 10px;
	background-color: #dcdcdc;
}

.product-widget-tabs .prod-tabs .tab-btns .tab-btn:last-child {
	margin-right: 0px;
}

.product-widget-tabs .prod-tabs .tab-btns .tab-btn:hover,
.product-widget-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #ffffff;
	background: #fa2964;
}

.product-widget-tabs .prod-tabs .tab-btns .tab-btn:hover:after,
.product-widget-tabs .prod-tabs .tab-btns .tab-btn:last-child:after,
.product-widget-tabs .prod-tabs .tab-btns .tab-btn.active-btn:after {
	display: none;
}

.product-widget-tabs .prod-tabs .tabs-content {
	position: relative;
}

.product-widget-tabs .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.product-widget-tabs .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

/*Post Widget*/

.widget-post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 105px;
	min-height: 100px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.widget-post:last-child {
	margin-bottom: 0px;
	border: 0px;
	min-height: 80px;
}

.widget-post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85px;
	background-color: #e9ebee;
}

.widget-post .post-thumb>a {
	position: relative;
	display: block;
}

.widget-post .post-thumb a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: rgba(255, 255, 255, 0.50);
}

.widget-post:hover .post-thumb a:before {
	opacity: 1;
}

.widget-post .post-thumb .overlay {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	opacity: 0;
	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;
}

.widget-post .post-thumb .overlay .icon {
	position: relative;
	width: 30px;
	height: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	font-size: 10px;
	padding-left: 3px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	top: 50%;
	margin-top: -16px;
	border: 3px 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;
}

.widget-post:hover .post-thumb .overlay {
	opacity: 1;
}

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

.widget-post .text {
	position: relative;
	top: -4px;
	font-size: 15px;
	margin: 0px 0px 0px;
	font-weight: 500;
	color: #333333;
	line-height: 1.6em;
	text-transform: capitalize;
}

.widget-post .text a {
	color: #000000;
	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;
}

.widget-post a,
.widget-post a:hover {
	color: #fa2964;
}

.widget-post .post-info {
	position: relative;
	font-size: 11px;
	color: #777777;
	font-weight: 400;
	padding-left: 20px;
	text-transform: uppercase;
}

.widget-post .post-info:before {
	position: absolute;
	content: "\e943";
	left: 0px;
	top: 1px;
	font-size: 12px;
	color: #999999;
	font-weight: 300;
	font-family: 'quebec';
}

/*Cat List*/

.widget.widget_categories ul,
.widget_pages ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_nav_menu ul {
	position: relative;
	z-index: 99;
}

.widget.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.widget.widget_categories ul li:before,
.widget_pages ul li:before,
.widget_archive ul li:before,
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 12px;
	width: 5px;
	height: 5px;
	background-color: #d3d3d3;
}

.widget.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
	position: relative;
	color: #777777;
	font-size: 13px;
	font-weight: 400;
	width: 93%;
	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;
}

.widget.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover {
	color: #fa2964;
}

.widget.widget_categories ul li a span,
.widget_pages ul li a span,
.widget_archive ul li a span,
.widget_recent_entries ul li a span,
.widget_recent_comments ul li a span,
.widget_meta ul li a span,
.widget_nav_menu ul li a span {
	float: right;
}

/*** 

====================================================================
	Category Tabs Box
====================================================================

***/

.category-tabs-box {
	position: relative;
}

.category-tabs-box .prod-tabs {
	position: relative;
}

.category-tabs-box .prod-tabs .tab-btns {
	position: relative;
	margin-bottom: 40px;
	background-color: #f3f3f3;
}

.category-tabs-box .prod-tabs .tab-btns .category {
	position: relative;
	color: #ffffff;
	padding: 8px 20px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #fa2964;
	text-transform: uppercase;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 1px;
	font-size: 12px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 7px 15px 8px;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 15px;
	width: 1px;
	height: 10px;
	background-color: #dcdcdc;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:last-child {
	margin-right: 0px;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:hover,
.category-tabs-box .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #fa2964;
}

.category-tabs-box .prod-tabs .tab-btns .tab-btn:last-child:after {
	display: none;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category {
	position: relative;
	top: 2px;
	display: inline-block;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .down-panel {
	border: 0px;
	padding: 0px;
	margin-top: 5px;
	border-radius: 0px;
	top: 35px !important;
	right: 0px !important;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category {
	position: relative;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li {
	position: relative;
	background-color: #101010;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li a {
	color: #ffffff;
	display: block;
	padding: 6px 15px;
	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;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .more-category li a:hover {
	background-color: #fa2964;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .category-box-btn {
	position: relative;
	background: none;
	top: 1px;
	display: block;
	float: left;
	margin-right: 1px;
	font-size: 13px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 5px 15px 5px;
	transition: all 500ms ease;
}

.category-tabs-box .prod-tabs .tab-btns .dropdown-category .category-box-btn:after {
	display: none;
}

.category-tabs-box .prod-tabs .tabs-content {
	position: relative;
}

.category-tabs-box .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.category-tabs-box .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

/*News Block Two*/

.news-block-two {
	position: relative;
	margin-bottom: 30px;
}

.news-block-two.with-margin {
	margin-bottom: 40px;
}

.news-block-two .inner-box {
	position: relative;
}

.news-block-two .inner-box .image,
.blog-single .inner-box .image {
	position: relative;
	overflow: hidden;
	background-color: #e9ebee;
}

.news-block-two .inner-box .image .overlay-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 48px;
	height: 48px;
	color: #ffffff;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	background-color: #fa2964;
}

.news-block-two .inner-box .image .overlay-box,
.blog-single .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 82px;
	overflow: hidden;
	border-radius: 10px;
	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;
}

.news-block-two .inner-box .image .overlay-box .fa,
.blog-single .inner-box .image .overlay-box .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -40px;
}

.news-block-two .inner-box .image .overlay-box:hover,
.blog-single .inner-box .image .overlay-box:hover {
	color: #fa2964;
}

.news-block-two .inner-box .image .overlay-box .overlay-box span {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	z-index: 99;
	color: #ffffff;
	font-weight: 400;
	font-size: 60px;
	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);
}

.news-block-two .inner-box .image .overlay-box .ripple,
.news-block-two .inner-box .image .overlay-box .ripple:before,
.news-block-two .inner-box .image .overlay-box .ripple:after,
.blog-single .inner-box .image .overlay-box .ripple,
.blog-single .inner-box .image .overlay-box .ripple:before,
.blog-single .inner-box .image .overlay-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;
}

.news-block-two .inner-box .image .overlay-box .ripple:before,
.blog-single .inner-box .image .overlay-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-two .inner-box .image .overlay-box .ripple:after,
.blog-single .inner-box .image .overlay-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);
	}
}


.news-block-two .inner-box .image>a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	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-two .inner-box:hover .image>a:before {}

.news-block-two .inner-box .image .category {
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #ffffff;
	padding: 4px 20px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	z-index: 10;
	background-color: #fa2964;
}

.news-block-two .inner-box .image .category a {
	color: #ffffff;
}

.news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.news-block-two .inner-box:hover .image img {
	transform: scale(1.08, 1.08);
}

.news-block-two .inner-box .lower-box {
	position: relative;
	padding: 30px;
	background: #f6f6f6;
	border-top: 10px solid #ffffff;
}

.news-block-two .inner-box .lower-box h3 {
	position: relative;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: 600;
}

.news-block-two .inner-box .lower-box h3 a {
	color: #333333;
	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-two .inner-box .lower-box h3 a:hover {
	color: #e83f44;
}

.news-block-two .inner-box .lower-box .post-meta {
	position: relative;
	margin-bottom: 8px;
}

.news-block-two .inner-box .lower-box .post-meta li {
	position: relative;
	color: #222222;
	font-weight: 400;
	font-size: 11px;
	padding-left: 18px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.news-block-two .inner-box .lower-box .post-meta li a {
	color: inherit;
}

.news-block-two .inner-box .lower-box .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #222222;
}

.news-block-two .inner-box .lower-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 2em;
}

.news-block-two .inner-box .lower-box .read-more {
	position: relative;
	color: #222222;
	margin-top: 10px;
	font-weight: 600;
	display: inline-block;
}

.category-tabs-box .owl-dots,
.default-blog .owl-dots {
	display: none;
}

.category-tabs-box .owl-nav,
.default-blog .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-top: -35px;
}

.category-tabs-box .owl-nav .owl-next,
.default-blog .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 25px;
	height: 70px;
	color: #ffffff;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	background-color: rgba(250, 41, 100, 0.70);
	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;
}

.category-tabs-box .owl-nav .owl-prev,
.default-blog .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	width: 25px;
	height: 70px;
	color: #ffffff;
	line-height: 70px;
	text-align: center;
	margin-right: 6px;
	display: inline-block;
	background-color: rgba(250, 41, 100, 0.70);
	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;
}

.category-tabs-box .owl-nav .owl-next:hover,
.category-tabs-box .owl-nav .owl-prev:hover,
.default-blog .owl-nav .owl-next:hover,
.default-blog .owl-nav .owl-prev:hover {
	color: #ffffff;
	border-color: #fa2964;
	background-color: #fa2964;
}

.news-block-two .inner-box blockquote {
	position: relative;
	display: inline-flex;
	border: none;
	padding: 45px 40px;
	margin-bottom: 0px;
	background-color: #222222;
	min-height: 326px;
}

.news-block-two .inner-box blockquote .blockquote-inner {
	position: relative;
}

.news-block-two .inner-box blockquote .blockquote-inner .quote-icon {
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 46px;
	line-height: 1em;
	color: #e54761;
	margin-bottom: 20px;
}

.news-block-two .inner-box blockquote .blockquote-inner .quote-text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7em;
	font-family: 'Roboto', serif;
}

.news-block-two .inner-box blockquote .blockquote-inner .quote-author {
	position: relative;
	color: #fa2964;
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 1px;
	font-family: 'Poppins', serif;
}

/*blog carousel section*/

.blog-carousel-section {
	position: relative;
	padding: 100px 0px 80px;
}

/*News Block Three*/

.news-block-three {
	position: relative;
}

.news-block-three .inner-box {
	position: relative;
	overflow: hidden;
}

.news-block-three .inner-box .image {
	position: relative;
}

.news-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.news-block-three .inner-box .image img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.news-block-three .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.news-block-three .inner-box .image .overlay-box .play-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 34px;
	height: 34px;
	line-height: 28px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	border: 3px 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;
}

.news-block-three .inner-box .image .overlay-box .play-btn .icon {
	font-size: 12px;
	padding-left: 3px;
}

.news-block-three .inner-box .image .overlay-box .play-btn:hover {
	color: #fa2964;
	border-color: #fa2964;
}

.news-block-three .inner-box .image .overlay-box .content {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 0px 15px 20px 15px;
}

.news-block-three .inner-box .image .overlay-box .content .tag {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 0px 12px;
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: uppercase;
	background-color: #fa2964;
}

.news-block-three .inner-box .image .overlay-box .content .tag a {
	color: #ffffff;
}

.news-block-three .inner-box .image .overlay-box .content h3 {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.news-block-three .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;
}

.news-block-three .inner-box .image .overlay-box .content h3 a:hover {
	color: #fa2964;
}

.news-block-three .inner-box .image .overlay-box .content .post-meta {
	position: relative;
}

.news-block-three .inner-box .image .overlay-box .content .post-meta li {
	position: relative;
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	padding-left: 20px;
	line-height: 1em;
	margin-right: 15px;
	display: inline-block;
	text-transform: uppercase;
}

.news-block-three .inner-box .image .overlay-box .content .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
	color: #ffffff;
}

.news-block-three.style-two .inner-box .image .overlay-box .content h3 {
	font-size: 30px;
	line-height: 1.4em;
}

.news-block-three.style-three .inner-box .image .overlay-box .content h3 {
	font-size: 26px;
	line-height: 1.4em;
}

.news-block-three.style-four .inner-box .image .overlay-box .content h3 {
	font-size: 22px;
	line-height: 1.4em;
}

.blog-carousel-section .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.blog-carousel-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.blog-carousel-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px;
	background: #d1d1d1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blog-carousel-section .owl-dots .owl-dot.active span,
.blog-carousel-section .owl-dots .owl-dot:hover span {
	background: #fa2964;
}

.blog-carousel-section .owl-nav .owl-prev,
.blog-carousel-section .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -40px;
	width: 44px;
	height: 44px;
	color: #999999;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-carousel-section .owl-nav .owl-prev {
	left: -22px;
}

.blog-carousel-section .owl-nav .owl-next {
	right: -22px;
}

.blog-carousel-section .owl-nav .owl-prev:hover,
.blog-carousel-section .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #fa2964;
}

/*News Block Four*/

.news-block-four {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.news-block-four .inner-box {
	position: relative;
}

.news-block-four .inner-box .image-column {
	position: relative;
	vertical-align: top;
}

.news-block-four .inner-box .image-column .image {
	position: relative;
	overflow: hidden;
	background-color: #e9ebee;
}

.news-block-four .inner-box .image-column .image>a {
	position: relative;
	display: block;
}

.news-block-four .inner-box .image-column .image>a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.40);
	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:hover .image-column .image a:before {
	opacity: 1;
}

.news-block-four .inner-box .image-column .image img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.news-block-four .inner-box:hover .image-column .image img {
	transform: scale(1.1, 1.1);
}

.news-block-four .inner-box .content-box {
	position: relative;
	align-self: center;
}

.news-block-four .inner-box .content-box .content-inner {
	position: relative;
	padding-left: 10px;
}

.news-block-four .inner-box .content-box .category {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 0px 12px;
	font-weight: 400;
	margin-bottom: 12px;
	margin-top: 5px;
	text-transform: uppercase;
	background-color: #222222;
}

.news-block-four .inner-box .content-box .category a {
	color: #ffffff;
}

.news-block-four .inner-box .content-box h3 {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.news-block-four .inner-box .content-box h3 a {
	color: #333333;
	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 .content-box h3 a:hover {
	color: #fa2964;
}

.news-block-four .inner-box .content-box .post-meta {
	position: relative;
	margin-bottom: 10px;
}

.news-block-four .inner-box .content-box .post-meta li {
	position: relative;
	color: #777777;
	font-size: 11px;
	font-weight: 400;
	padding-left: 20px;
	line-height: 1em;
	margin-right: 15px;
	display: inline-block;
	text-transform: uppercase;
}

.news-block-four .inner-box .content-box .post-meta li a {
	color: inherit;
}

.news-block-four .inner-box .content-box .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
	color: #999999;
}

.news-block-four .inner-box .content-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
}


/*Search Box Widget*/

.sidebar .search-box .form-group,
.footer-widget .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"],
.footer-widget .search-box .form-group input {
	position: relative;
	line-height: 24px;
	padding: 10px 50px 10px 20px;
	border: 2px solid #e0e0e0;
	background: none;
	display: block;
	font-size: 16px;
	box-shadow: none;
	width: 100%;
	height: 48px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.footer-widget .search-box .form-group input {
	color: #ffffff;
}

.sidebar .search-box .form-group button,
.footer-widget .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 48px;
	width: 50px;
	display: block;
	font-size: 20px;
	color: #e0e0e0;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus,
.footer-widget .search-box .form-group input:focus {
	border-color: #fa2964;
}

/*Post Widget*/

.widget-post-two {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	min-height: 110px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.widget-post-two .inner {
	position: relative;
	padding-left: 105px;
}

.widget-post-two:last-child {
	margin-bottom: 0px;
	border: 0px;
	min-height: 80px;
}

.widget-post-two .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85px;
	background-color: #e9ebee;
}

.widget-post-two .post-thumb a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: rgba(0, 0, 0, 0.50);
}

.widget-post-two:hover .post-thumb a:before {
	opacity: 1;
}

.widget-post-two .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;
}

.widget-post-two .text {
	position: relative;
	top: -4px;
	font-size: 15px;
	margin: 0px 0px 0px;
	font-weight: 400;
	color: #333333;
	line-height: 1.6em;
	text-transform: capitalize;
}

.widget-post-two .text a {
	color: #000000;
	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;
}

.widget-post-two a,
.widget-post-two a:hover {
	color: #fa2964;
}

.widget-post-two .inner .rating {
	position: relative;
	margin-bottom: 5px;
}

.widget-post-two .inner .rating .fa {
	position: relative;
	color: #333333;
	font-size: 15px;
}

.widget-post-two .inner .rating .fa.light {
	color: #c5c5c5;
}

.widget-post-two .inner .rating .total-rating {
	position: relative;
	color: #c5c5c5;
	margin-left: 5px;
}

/*Tweet Block*/

.tweet-block {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
}

.tweet-block:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.tweet-block .inner-box {
	position: relative;
	padding-left: 60px;
}

.tweet-block .inner-box .tweet-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fa2964;
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 15px;
}

.tweet-block .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
	padding-bottom: 10px;
	margin: 0px;
}

.tweet-block .inner-box .post-time {
	position: relative;
	color: #999999;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

.tweet-widget .owl-nav {
	display: none;
}

.tweet-widget .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.tweet-widget .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.tweet-widget .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px;
	background: #d1d1d1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tweet-widget .owl-dots .owl-dot.active span,
.tweet-widget .owl-dots .owl-dot:hover span {
	background: #fa2964;
}

/*Economics Category*/

.economics-category {
	position: relative;
	margin-bottom: 30px;
}

.economics-category .column {
	position: relative;
	margin-bottom: 40px;
}

.economics-category .owl-dots {
	position: relative;
	display: none;
}

.economics-category .owl-nav {
	position: relative;
	margin-top: 0px;
}

.economics-category .owl-nav .owl-next,
.economics-category .owl-nav .owl-prev {
	position: relative;
	width: 30px;
	height: 30px;
	color: #a7a7a7;
	line-height: 26px;
	text-align: center;
	margin-right: 6px;
	display: inline-block;
	border: 2px solid #f3f3f3;
	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;
}

.economics-category .owl-nav .owl-next:hover,
.economics-category .owl-nav .owl-prev:hover {
	color: #ffffff;
	border-color: #fa2964;
	background-color: #fa2964;
}

/*Featured Block Section*/

.featured-block-section {
	position: relative;
}

.featured-block-section .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.featured-block-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.featured-block-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px;
	background: #d1d1d1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.featured-block-section .owl-dots .owl-dot.active span,
.featured-block-section .owl-dots .owl-dot:hover span {
	background: #fa2964;
}

.featured-block-section .owl-nav .owl-prev,
.featured-block-section .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -60px;
	width: 44px;
	height: 44px;
	color: #999999;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.featured-block-section .owl-nav .owl-prev {
	left: 22px;
}

.featured-block-section .owl-nav .owl-next {
	right: 22px;
}

.featured-block-section .owl-nav .owl-prev:hover,
.featured-block-section .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #fa2964;
}

/*News Block Six*/

.news-block-six {
	position: relative;
}

.news-block-six .inner-box {
	position: relative;
}

.news-block-six .inner-box .image-box {
	position: relative;
}

.news-block-six .inner-box .image-box .image {
	position: relative;
}

.news-block-six .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block-six .inner-box .image-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	border: 15px solid transparent;
}

.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 15px 15px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.40);
}

.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content .category {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 0px 12px;
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: uppercase;
	background-color: #fa2964;
}

.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content .category a {
	color: #ffffff;
}

.news-block-six .inner-box .image-box .image .overlay-box .overlay-inner .content h2 {
	position: relative;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.3em;
	margin-bottom: 18px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.news-block-six .inner-box .image-box .image .overlay-box .content h2 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;
}

.news-block-six .inner-box .image-box .image .overlay-box .content h2 a:hover {
	color: #fa2964;
}

.news-block-six .inner-box .image-box .image .overlay-box .content h2:after {
	position: absolute;
	content: '';
	left: 50%;
	width: 90px;
	height: 1px;
	bottom: 0px;
	margin-left: -45px;
	background-color: #ffffff;
}

.news-block-six .inner-box .image-box .image .overlay-box .content .post-date {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	z-index: 1;
	color: rgba(255, 255, 255, 0.80);
	text-transform: uppercase;
}

.news-block-six .inner-box .image-box .image .overlay-box .content .post-date.margin {
	margin-bottom: 100px;
}

.about-widget {
	position: relative;
}

.about-widget .widget-content {
	position: relative;
}

.about-widget .widget-content .inner {
	position: relative;
}

.about-widget .widget-content .inner .image {
	position: relative;
	width: 250px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 50%;
}

.about-widget .widget-content .inner .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 50%;
}

.about-widget .widget-content .inner .name {
	position: relative;
	color: #999999;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.about-widget .widget-content .inner .signature {
	position: relative;
	font-size: 46px;
	font-weight: 400;
	line-height: 1em;
	color: #333333;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.about-widget .widget-content .inner .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	margin-top: 25px;
	text-align: center;
}

/*Popular Tags*/

.popular-tags-two a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 4px 12px 4px;
	margin: 0px 0px 4px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	background: #adaeaf;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.popular-tags-two a:hover {
	color: #ffffff;
	background-color: #fa2964;
}

.instagram-gallery {
	position: relative;
}

.instagram-gallery h2 {
	position: relative;
	color: #999999;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 30px 0px;
	text-align: center;
	font-weight: 500;
	background-color: #fbfbfb;
	text-transform: uppercase;
}

.default-portfolio-item {
	position: relative;
}

.default-portfolio-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.default-portfolio-item .inner-box:hover .image-box img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.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;
	height: auto;
}

.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: 15px 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(231, 63, 67, 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;
	border-radius: 50%;
	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-inner .option-btn:hover {
	background: rgba(231, 63, 67, 0.90);
	color: #ffffff;
}

/*News Block Three*/

.news-block-eight {
	position: relative;
}

.news-block-eight .inner-box {
	position: relative;
	overflow: hidden;
}

.news-block-eight .inner-box:hover .image img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.news-block-eight .inner-box .image {
	position: relative;
}

.news-block-eight .inner-box .image img {
	position: relative;
	width: 100%;
	display: 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;
}

.news-block-eight .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.news-block-eight .inner-box .image .overlay-box .content {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	padding: 0px 15px 40px 15px;
}

.news-block-eight .inner-box .image .overlay-box .content .tag {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 0px 12px;
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: uppercase;
	background-color: #fa2964;
}

.news-block-eight .inner-box .image .overlay-box .content .tag a {
	color: #ffffff;
}

.news-block-eight .inner-box .image .overlay-box .content h3 {
	position: relative;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.news-block-eight .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;
}

.news-block-eight .inner-box .image .overlay-box .content h3 a:hover {
	opacity: 0.70;
}

.news-block-eight .inner-box .image .overlay-box .content .post-meta {
	position: relative;
}

.news-block-eight .inner-box .image .overlay-box .content .post-meta li {
	position: relative;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	padding-left: 20px;
	line-height: 1em;
	margin-right: 15px;
	display: inline-block;
	text-transform: uppercase;
}

.news-block-eight .inner-box .image .overlay-box .content .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 11px;
	color: #ffffff;
}

/*Blog Gallery*/

.blog-gallery {
	position: relative;
	padding: 100px 0px 20px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

 ***/

.galley-section {
	position: relative;
	padding: 90px 0px 90px;
}

.galley-section .row {
	position: relative;
	margin: 0px -2px;
}

.galley-section .row .column {
	padding: 0px 2px;
}

.galley-section .column {
	position: relative;
}

.galley-section .column .inner-column {
	position: relative;
	padding: 0px 2px;
	margin-bottom: 4px;
}

.galley-section .owl-dots {
	display: none;
}

.galley-section .owl-nav .owl-prev,
.galley-section .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -40px;
	width: 44px;
	height: 44px;
	color: #999999;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.galley-section .owl-nav .owl-prev {
	left: -22px;
}

.galley-section .owl-nav .owl-next {
	right: -22px;
}

.galley-section .owl-nav .owl-prev:hover,
.galley-section .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #fa2964;
}


.main-slider-six {
	position: relative;
	padding: 50px 0px;
}

.main-slider-six .default-tab-box {
	position: relative;
	overflow: hidden;
	background-color: #27292d;
}

.main-slider-six .default-tab-box .column {
	padding: 0px;
}

.main-slider-six .default-tab-box .tab-btns {
	position: relative;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	height: 617px;
}

.mCustomScrollBox,
#mCSB_1_container {
	overflow: visible;
}

.blog-single-slider {
	position: relative;
	padding: 0px 0px 0px;
}

.blog-single-slider .container-fluid {
	padding-left: 55px;
	padding-right: 55px;
}

/*Video Box*/

.video-box {
	position: relative;
}

.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;
	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:hover .overlay-box {
	background-color: rgba(0, 0, 0, 0.30);
}

.video-box .overlay-box span {
	position: relative;
	width: 80px;
	height: 80px;
	top: 46%;
	z-index: 99;
	color: #ffffff;
	font-weight: 300;
	font-size: 24px;
	margin-top: -20px;
	text-align: center;
	border-radius: 50%;
	line-height: 72px;
	padding-left: 4px;
	display: inline-block;
	border: 4px solid #ffffff;
}

.blog-single-slider .owl-dots {
	display: none;
}

.blog-single-slider .owl-nav .owl-prev,
.blog-single-slider .owl-nav .owl-next {
	position: absolute;
	display: block;
	bottom: 25px;
	margin-top: -40px;
	width: 44px;
	height: 44px;
	color: #ffffff;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	background: #fa2964;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-single-slider .owl-nav .owl-prev {
	left: 88%;
}

.blog-single-slider .owl-nav .owl-next {
	right: 0;
}

.blog-single-slider .owl-nav .owl-prev:hover,
.blog-single-slider .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #212121;
}

.blog-single {
	position: relative;
}

.breadcrumb-bar {
	position: relative;
	margin-bottom: 10px;
}

.breadcrumb-bar li {
	position: relative;
	color: #777777;
	font-size: 13px;
	padding-right: 12px;
	margin-right: 12px;
	margin-bottom: 6px;
	display: inline-block;
}

.breadcrumb-bar li:after {
	position: absolute;
	content: '\f105';
	right: 0px;
	top: 0px;
	font-size: 13px;
	color: #777777;
	font-family: 'FontAwesome';
}

.breadcrumb-bar li:last-child:after {
	display: none;
}

.breadcrumb-bar li a {
	position: relative;
	color: #777777;
	font-size: 13px;
	display: inline-block;
	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;
}

.breadcrumb-bar li a:hover {
	color: #fa2964;
}

.tag-title,
.wp-cat {
	position: relative;
}

.tag-title li,
.wp-cat a {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 10px;
	letter-spacing: 1px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fa2964;
}

.tag-title li:nth-child(2) {
	background-color: #222222;
}

.blog-single .inner-box {
	position: relative;
}

.blog-single .inner-box h2 {
	position: relative;
}

.blog-single .inner-box .post-meta,
.full-header-def .post-meta {
	position: relative;
}

.blog-single .inner-box .post-meta li,
.full-header-def .post-meta li {
	position: relative;
	color: #999999;
	font-weight: 400;
	font-size: 11px;
	padding-left: 18px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 1em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.full-header-def .post-meta li {
	color: #f0f0f0;
}

.blog-single .inner-box .post-meta li .icon,
.full-header-def .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #999999;
}

.full-header-def .post-meta li .icon {
	color: #ffffff;
}

.blog-single .inner-box .social-icon-one.alternate li:nth-child(4n + 0) {
	margin-right: 6px;
}

.blog-single .inner-box .upper-box {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 35px;
	border-bottom: 2px solid #ededed;
}

.blog-single .inner-box .text {
	position: relative;
}

.blog-single .inner-box .text .image {
	position: relative;
}

.blog-single .inner-box .text .image img {
	width: 100%;
}

/*post share options*/

.blog-single .inner-box .post-share-options {
	position: relative;
	margin-bottom: 35px;
	padding: 10px 0px 0px;
}

.blog-single .inner-box .post-share-options .tags a {
	position: relative;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 12px;
	letter-spacing: 1px;
	margin-right: 5px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #98999b;
	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 .post-share-options .tags a:hover {
	color: #ffffff;
	background-color: #313438;
}

.blog-single .inner-box .new-article {
	position: relative;
	padding: 20px 0px;
	margin-top: 30px;
	display: block;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
}

.blog-single .inner-box .new-article li {
	position: relative;
	width: 50%;
	float: left;
	text-align: center;
	display: inline-block;
}

.blog-single .inner-box .new-article li a {
	font-weight: 600;
	color: #999999;
	letter-spacing: 1px;
	padding: 18px 0px;
	display: block;
	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;
}

.blog-single .inner-box .new-article li a:hover {
	color: #fa2964;
}

.blog-single .inner-box .new-article li a .fa {
	font-size: 20px;
}

.blog-single .inner-box .new-article li:first-child a {
	border-right: 2px solid #ededed;
}

/*Author Box*/

.author-box {
	position: relative;
	margin-top: 80px;
	margin-bottom: 50px;
}

.author-box .author-comment {
	position: relative;
	padding: 35px 30px 30px;
	background-color: #f9f9f9;
}

.author-box .author-comment .inner-box {
	position: relative;
	padding-left: 110px;
}

.author-box .author-comment .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
}

.author-box .author-comment .inner-box h4 {
	position: relative;
	color: #fa2964;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.author-box .author-comment .inner-box .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 10px;
}

/*Related Posts*/

.related-posts {
	position: relative;
	margin-bottom: 30px;
}

.related-item-carousel {
	position: relative;
}

.related-item-carousel .owl-dots {
	position: relative;
	display: none;
}

.related-item-carousel .owl-nav {
	position: absolute;
	right: 0px;
	top: -76px;
	display: inline-block;
	background-color: #ffffff;
}

.related-item-carousel .owl-nav .owl-next,
.related-item-carousel .owl-nav .owl-prev {
	position: relative;
	width: 34px;
	height: 34px;
	color: #a8a8a8;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin-left: 6px;
	background-color: #ffffff;
	border: 2px solid #f3f3f3;
	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;
}

.related-item-carousel .owl-nav .owl-next:hover,
.related-item-carousel .owl-nav .owl-prev:hover {
	color: #ffffff;
	border-color: #fa2964;
	background-color: #fa2964;
}

/*Comment Box*/

.comment-box {
	position: relative;
	margin-bottom: 35px;
	padding: 40px 40px 35px;
	background-color: #f9f9f9;
}

.comment-box.reply-comment {
	position: relative;
	margin-left: 45px;
}

.comment-box .comment {
	position: relative;
	padding-left: 100px;
}

.comment-box .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
}

.comment-box .comment .comment-inner {
	position: relative;
}

.comment-box .comment .comment-inner .rating {
	position: absolute;
	right: 0px;
	top: 0px;
}

.comment-box .comment .comment-inner .rating .fa {
	position: relative;
	color: #333333;
	font-size: 14px;
	display: inline-block;
}

.comment-box .comment .comment-inner .rating .fa.light {
	color: #c5c5c5;
}

.comment-box .comment .comment-inner .comment-info {
	position: relative;
	color: #333333;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.comment-box .comment .comment-inner .post-date {
	position: relative;
	color: #999999;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.comment-box .comment .comment-inner .text {
	position: relative;
	color: #777777;
	font-size: 14px;
}

.comment-box .comment .comment-inner .reply-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999999;
	font-size: 11px;
	font-weight: 500;
	padding: 6px 12px;
	line-height: 1em;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #e9e9e9;
	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;
}

.comment-box .comment .comment-inner .reply-btn:hover {
	color: #ffffff;
	border-color: #fa2964;
	background-color: #fa2964;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
	position: relative;
	margin-top: 60px;
}

.comment-form .form-group {
	margin-bottom: 28px;
}

.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 20px;
	height: 50px;
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 600;
	background-color: #ffffff;
	border: 2px solid #e0e0e0;
	-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[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
	border-color: #fa2964;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 20px;
	color: #a5a5a5;
	height: 120px;
	font-size: 15px;
	resize: none;
	background-color: #ffffff;
	border: 2px solid #e0e0e0;
	-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 {
	font-weight: 400;
	padding: 11px 30px;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #a1a1a1;
	-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:hover {
	background-color: #fa2964;
}

/*Blog Single Gallery*/

.blog-single-gallery {
	position: relative;
	padding: 60px 0px;
}


/*** 

====================================================================
	Page Title
====================================================================

 ***/

.page-title {
	position: relative;
	padding: 50px 0px 50px;
	background-color: #f8f8f8;
}

.page-title h2 {
	position: relative;
	color: #777777;
	font-size: 18px;
}

.page-title-breadcrumb {
	position: relative;
}

.page-title-breadcrumb li {
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
	display: inline-block;
	color: #777777;
	font-size: 13px;
	text-transform: capitalize;
}

.page-title-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title-breadcrumb li:last-child a:after {
	display: none;
}

.page-title-breadcrumb li a:after {
	position: absolute;
	content: '\f105';
	right: -15px;
	top: 9px;
	color: #d3d3d3;
	line-height: 1px;
	font-family: 'FontAwesome';
}

.page-title-breadcrumb li a {
	position: relative;
	color: #777777;
	font-size: 13px;
	text-transform: capitalize;
	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;
}

.page-title-breadcrumb li a .fa {
	position: relative;
	top: 3px;
	font-size: 22px;
	margin-right: 15px;
	line-height: 1em;
}

.page-title-breadcrumb li a:hover {
	color: #000000;
}

/*** 

====================================================================
	Shop Section
====================================================================

 ***/

.shop-section {
	position: relative;
}

.shop-section .items-sorting {
	position: relative;
	margin-bottom: 50px;
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
	margin-bottom: 20px;
}

.shop-section .items-sorting .results-column h4 {
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	padding: 13px 0px;
	text-align: right;
}

.shop-section .items-sorting .form-group {
	margin-bottom: 0px;
}

.shop-section .items-sorting select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 10px 15px 10px;
	height: 44px;
	font-size: 14px;
	max-width: 280px;
	border: 2px solid #e0e0e0;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: url(images/icons/icon-select.jpg) right center no-repeat;
	color: #999999;
	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: 55px;
}

.shop-item .inner-box {
	position: relative;
}

.shop-item .inner-box .off-price {
	position: absolute;
	left: 14px;
	top: -22px;
	width: 54px;
	height: 54px;
	color: #ffffff;
	line-height: 54px;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
	font-size: 13px;
	background-color: #fa2964;
}

.shop-item .inner-box .sold-out {
	position: absolute;
	left: 14px;
	top: -22px;
	width: 54px;
	height: 54px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
	padding-top: 12px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #333333;
}

.shop-item .inner-box .image-box {
	position: relative;
	text-align: center;
}

.shop-item .inner-box .image-box a {
	position: relative;
	display: block;
}

.shop-item .inner-box .image-box a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 0px;
	opacity: 0.7;
	z-index: 1;
	background-color: #000000;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-item .inner-box:hover .image-box a:before {
	height: 100%;
}

.shop-item .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.shop-item .inner-box .lower-box {
	position: relative;
	text-align: center;
	padding: 25px 18px 0px;
	border: 1px solid #e0e0e0;
	border-top: 0px;
}

.shop-item .inner-box .lower-box .upper-box {
	position: relative;
}

.shop-item .inner-box .lower-box .upper-box h4 {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-transform: uppercase;
}

.shop-item .inner-box .lower-box .upper-box h4 a {
	color: #333333;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.shop-item .inner-box .lower-box .upper-box h4 a:hover {
	color: #fa2964;
}

.shop-item .inner-box .lower-box .lower-content {
	position: relative;
	padding: 9px 0px 11px;
	text-align: center;
	border-top: 1px solid #efefef;
}

.shop-item .inner-box .lower-box .lower-content .price {
	color: #fa2964;
	font-size: 16px;
	font-weight: 500;
	margin: 6px 0px;
}

.shop-item .inner-box .lower-box .lower-content .price .discount-price {
	color: #a9a9a9;
	margin-right: 5px;
	text-decoration: line-through;
}

.shop-item .inner-box .lower-box .lower-content .cart-btn {
	position: absolute;
	left: 0px;
	top: 8px;
	color: #ffffff;
	padding: 8px 0px;
	width: 100%;
	opacity: 0;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #fa2964;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.shop-item .inner-box:hover .lower-box .lower-content .cart-btn {
	opacity: 1;
}

.shop-item .inner-box .lower-box .lower-content .cart-btn:hover {
	background-color: #444444;
}

/*Shop Single Page*/

.shop-page {
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}

.basic-details .image-column {
	position: relative;
}

.shop-page .basic-details .image-column .carousel-outer .thumbs-carousel {
	padding: 10px 0px;
}

.shop-page .basic-details .image-column .carousel-outer .thumbs-carousel li img {
	width: 100%;
	cursor: pointer;
}

.shop-page .basic-details .info-column .inner-column {
	padding-left: 15px;
}

.shop-page .basic-details .details-header {
	position: relative;
	margin-bottom: 0px;
}

.shop-page .basic-details .details-header h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.shop-page .basic-details .details-header .rating {
	font-size: 16px;
	margin-bottom: 10px;
	display: inline-block;
}

.shop-page .basic-details .details-header .rating span {
	color: #333333;
}

.shop-page .basic-details .details-header .rating .fa {
	display: inline-block;
	margin-right: 1px;
}

.shop-page .basic-details .details-header .rating .fa.light {
	color: #dadada;
}

.shop-page .basic-details .item-price {
	position: relative;
	font-size: 26px;
	font-weight: 400;
	color: #fa2964;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.shop-page .basic-details .item-price span {
	position: relative;
	color: #a9a9a9;
	text-decoration: line-through;
}

.shop-page .basic-details .details-header .reviews {
	position: relative;
	margin-left: 10px;
	display: inline-block;
}

.shop-page .basic-details .details-header .reviews .separater {
	color: #acacac;
	margin: 0px 6px;
}

.shop-page .basic-details .details-header .reviews a {
	position: relative;
	color: #a2a2a2;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.shop-page .basic-details .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 25px;
}

.items-form .form-group {
	margin-bottom: 20px;
}

.items-form .form-group label {
	position: relative;
	width: 90px;
	text-align: right;
	top: -4px;
	color: #777777;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 2px;
	margin-right: 15px !important;
	text-transform: uppercase;
}

.items-form .form-group select {
	position: relative;
	display: inline-block;
	line-height: 22px;
	padding: 10px 15px 10px;
	height: 44px;
	font-size: 14px;
	width: 370px;
	border: 2px solid #e0e0e0;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: url(images/icons/icon-select.jpg) right center no-repeat;
	color: #999999;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.items-form .form-group select option {
	text-indent: 15px;
}

.shop-page .basic-details .info-column .other-options .btns-box {
	position: relative;
	margin-left: 0px;
	margin-top: 15px;
}

.shop-page .basic-details .info-column .other-options .btns-box input[type="text"] {
	position: relative;
	width: 48px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	margin-right: 30px;
	background-color: #ffffff;
	border: 2px solid #ededed;
}

.shop-page .basic-details .info-column .other-options .btns-box .add-to-cart {
	position: relative;
	color: #ffffff;
	font-size: 13px;
	padding: 10px 40px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #a1a1a1;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.shop-page .basic-details .info-column .other-options .btns-box .add-to-cart:hover {
	background: #fa2964;
}

.shop-page .basic-details .info-column .other-options .btns-box .add-to-cart .icon {
	position: relative;
	margin-right: 10px;
	font-size: 20px;
	top: 4px;
}

.shop-page .basic-details .info-column .inner-column .tags-box {
	position: relative;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px dashed #cccccc;
}

.shop-page .basic-details .info-column .inner-column .tags-box li {
	position: relative;
	color: #999999;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	margin-right: 30px;
	text-transform: uppercase;
}

.shop-page .basic-details .info-column .inner-column .tags-box li a {
	position: relative;
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-page .product-info-tabs {
	position: relative;
	padding: 20px 0px;
}

.shop-page .product-info-tabs .prod-tabs {
	position: relative;
}

.shop-page .product-info-tabs .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	background-color: #fafafa;
	border-bottom: 2px solid #eeeeee;
}

.shop-page .product-info-tabs .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 0px;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	letter-spacing: 2px;
	padding: 10px 48px 11px;
	border: 2px solid transparent;
	transition: all 500ms ease;
}

.shop-page .product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
}

.shop-page .product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #222222;
	background: #ffffff;
	border: 2px solid #e0e0e0;
}

.shop-page .product-info-tabs .prod-tabs .tabs-content {
	position: relative;
}

.shop-page .product-info-tabs .prod-tabs .tabs-content .tab {
	position: relative;
	padding: 70px 0px 0px;
	display: none;
	border-top: 0px;
	background-color: #ffffff;
}

.shop-page .product-info-tabs .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.shop-page .product-info-tabs .prod-tabs .tabs-content .tab .content p {
	color: #777777;
	font-size: 14px;
	margin-bottom: 20px;
}

/*Comment Form*/

.shop-comment-form {
	position: relative;
	margin-top: 80px;
}

.shop-comment-form .rating-box {
	position: relative;
	margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
	position: relative;
	font-size: 16px;
	color: #777777;
	margin-bottom: 10px;
}

.shop-comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
	border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 2px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 14px;
	display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
	color: #fa2964;
}

.shop-comment-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.shop-comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 2px solid #e0e0e0;
	height: 50px;
	color: #848484;
	font-weight: 300;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
	border-color: #fa2964;
}

.shop-comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #848484;
	border: 2px solid #e0e0e0;
	height: 105px;
	font-weight: 300;
	background: #ffffff;
	resize: 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;
}

.shop-comment-form button {
	position: relative;
	margin-top: 10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
	border-color: #f06529;
}

/*Related Items*/

.related-items {
	position: relative;
}

.related-items .owl-stage-outer {
	position: relative;
	padding-top: 40px;
}

.related-items .owl-dots {
	display: none;
}

.related-items .owl-nav .owl-prev,
.related-items .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -40px;
	width: 44px;
	height: 44px;
	color: #999999;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.related-items .owl-nav .owl-prev {
	left: -22px;
}

.related-items .owl-nav .owl-next {
	right: -22px;
}

.related-items .owl-nav .owl-prev:hover,
.related-items .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #fa2964;
}

/*About Section*/

.about-section {
	position: relative;
	padding-top: 100px;
}

.about-section .author-info {
	position: relative;
	padding-bottom: 70px;
}

.about-section .author-info .image-column {
	position: relative;
	margin-bottom: 30px;
}

.about-section .author-info .image-column .image {
	position: relative;
}

.about-section .author-info .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.about-section .author-info .content-column {
	position: relative;
}

.about-section .author-info .content-column .content-inner {
	position: relative;
}

.about-section .author-info .content-column .content-inner h2 {
	position: relative;
	color: #999999;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4em;
	padding-bottom: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
	border-bottom: 1px solid #ededed;
}

.about-section .author-info .content-column .content-inner .text {
	position: relative;
	margin-bottom: 30px;
}

.about-section .author-info .content-column .content-inner .text p {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.skill-section {
	position: relative;
	padding: 90px 0px;
	background-color: #f8f8f8;
}

.skill-section .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.7em;
}

/*** 

====================================================================
	Progress Levels Style
====================================================================

 ***/

.skill-progress {
	position: relative;
}

.skill-progress .progress-box {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 3px;
	overflow: hidden;
}

.skill-progress .progress-box {
	margin-bottom: 15px;
}

.skill-progress .progress-box:last-child {
	margin-bottom: 0px;
}

.skill-progress .progress-box .box-title {
	position: relative;
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.skill-progress .progress-box .box-title span {
	float: right;
	color: #999999;
	font-size: 18px;
}

.skill-progress .progress-box .bar {
	position: relative;
	height: 6px;
}

.skill-progress .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 6px;
	background: #d9d9d9;
}

.skill-progress .progress-box .bar .bar-fill {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 0px;
	height: 6px;
	background: #fa2964;
	border-radius: 0px;
	-moz-transition: all 2000ms ease 300ms;
	-webkit-transition: all 2000ms ease 300ms;
	-ms-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.skill-progress .progress-box.animated .bar .bar-fill {
	left: 0px;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.contact-section {
	position: relative;
	padding: 0px 0px 80px;
}

.map-section {
	padding-bottom: 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;
}

.map-canvas {
	height: 550px;
}

.contact-section .form-column {
	position: relative;
	margin-bottom: 40px;
}

.contact-section .form-column .form-column {
	position: relative;
}

.contact-section .form-column .sec-title {
	margin-bottom: 20px;
}

.contact-section .info-column .sec-title {
	margin-bottom: 40px;
}

.contact-section .info-column .inner-column {
	padding-left: 20px;
}

.contact-section .form-column .text {
	position: relative;
	color: #b1b1b1;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
}

/*Contact Form*/

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	line-height: 22px;
	height: 50px;
	font-size: 16px;
	padding: 12px 20px;
	background: #ffffff;
	color: #333333;
	border: 2px solid #e0e0e0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #fa2964;
	background: none;
}

.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: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form textarea {
	height: 130px;
	resize: none;
	padding: 10px 20px;
}

.contact-form .submit-btn {
	color: #ffffff;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #a1a1a1;
}

.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: 11px;
	color: #ff0000;
	font-weight: 500;
}

/*info list*/

.info-list {
	position: relative;
	margin-top: 30px;
}

.info-list li {
	position: relative;
	color: #777777;
	font-size: 16px;
	line-height: 1.8em;
	padding-bottom: 18px;
	margin-bottom: 15px;
}

.info-list li:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 65px;
	height: 1px;
	background-color: #e0e0e0;
}

.info-list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.info-list li:last-child:after {
	display: none;
}

.cart-product {
	position: relative;
	margin-bottom: 24px;
	min-height: 90px;
	border-bottom: 1px solid #e4e4e4;
}

.cart-product .inner {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
}

.cart-product .inner .cross-icon {
	position: absolute;
	right: 0px;
	top: -2px;
	z-index: 1;
	color: #263120;
	font-size: 16px;
	cursor: pointer;
}

.cart-product .inner .image {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0px;
	top: 0px;
}

.cart-product .inner h3 {
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin: 0px;
	text-transform: capitalize;
}

.cart-product .inner 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;
}

.cart-product .inner h3 a:hover {
	color: #fa2964;
}

.cart-product .inner .quantity-text {
	position: relative;
	font-weight: 300;
	color: #222222;
}

.cart-product .inner .price {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	margin: 0px;
	color: #222222;
}

.color-palate .purchase-btn {
	position: relative;
	color: #ffffff;
	padding: 8px 10px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-left: 28px;
	margin-right: 28px;
	margin-bottom: 25px;
	text-transform: uppercase;
	background-color: #333433;
}

.main-footer .widgets-section .news-info .inner-box .image,
.main-footer .widgets-section .review-block .inner-box .image {
	background-color: #181818;
}

.home-three-posts.heres,
.stoped-widget.stoped-here {
	position: fixed;
	top: 80px;
	max-width: 340px;
	z-index: 99999;
	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;
}

.home-three-posts.heres {
	position: fixed;
	top: 55px;
	max-width: 340px;
	z-index: 99999;
	padding-bottom: 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;
}

/*** 

====================================================================
	subscribe-style-one
====================================================================

***/

.subscribe-style-one {
	position: relative;
	padding: 45px 0px 50px;
	background-color: #fa2964;
}

.subscribe-style-one h2 {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	text-transform: capitalize;
}

.subscribe-style-one .text {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
}

.subscribe-style-one form {
	position: relative;
	margin-top: 10px;
}

.subscribe-style-one .form-group {
	position: relative;
	display: block;
	z-index: 1;
	margin-top: 18px;
	margin-bottom: 0px;
}

.subscribe-style-one .form-group input[type="text"],
.subscribe-style-one .form-group input[type="tel"],
.subscribe-style-one .form-group input[type="email"],
.subscribe-style-one .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 30px;
	padding: 10px 22px;
	box-shadow: none;
	height: 52px;
	display: inline-block;
	font-size: 16px;
	background: #ffffff;
	-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-style-one .form-group input[type="email"]:focus {}

.subscribe-style-one .form-group input[type="submit"],
.subscribe-style-one .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	cursor: pointer;
	display: inline-block;
}

.subscribe-style-one .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	cursor: pointer;
	display: inline-block;
	background: #222;
	height: 52px;
	line-height: 48px;
	padding: 0 20px;
	color: #fff;
	border: 2px solid #fff;
	-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-style-one .form-group button:hover {
	background: #fa2964;
}

/*** 

====================================================================
	Mission Section
====================================================================

***/

.mission-section {
	position: relative;
	padding: 120px 0px 80px;
}

.mission-section .image-column {
	position: relative;
	margin-bottom: 40px;
}

.mission-section .image-column .inner-column {
	position: relative;
}

.mission-section .image-column .inner-column .image {
	position: relative;
}

.mission-section .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.mission-section .content-column {
	position: relative;
}

.mission-section .content-column .inner-column {
	position: relative;
}

.mission-section .content-column .inner-column h2 {
	position: relative;
	color: #000000;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Business Tabs Style
====================================================================

***/

.mission-info-tabs {
	position: relative;
}

.mission-info-tabs .prod-tabs {
	position: relative;
}

.mission-info-tabs .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.mission-info-tabs .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 25px;
	font-size: 16px;
	color: #777777;
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
	transition: all 500ms ease;
}

.mission-info-tabs .prod-tabs .tab-btns .tab-btn:hover,
.mission-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #000000;
}

.mission-info-tabs .prod-tabs .tabs-content {
	position: relative;
}

.mission-info-tabs .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
}

.mission-info-tabs .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}

.mission-info-tabs .prod-tabs .tabs-content .tab .text {
	position: relative;
	margin-bottom: 40px;
}

.mission-info-tabs .prod-tabs .tabs-content .tab .text p {
	position: relative;
	color: #777777;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 18px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding: 100px 0px 110px;
	border-bottom: 1px solid #f9f9f9;
}

.testimonial-section .sec-title {
	margin-bottom: 50px;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	padding-left: 120px;
}

.testimonial-block .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 83px;
	margin-bottom: 20px;
}

.testimonial-block .inner-box .author {
	position: relative;
	padding-left: 35px;
	color: #444444;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 22px;
}

.testimonial-block .inner-box .author span {
	font-style: italic;
	color: #fa2964;
}

.testimonial-block .inner-box .author:before {
	position: absolute;
	content: '\f10d';
	left: 0px;
	top: 0px;
	color: #666666;
	font-size: 18px;
	font-family: 'FontAwesome';
}

.testimonial-block .inner-box .content {
	position: relative;
	padding: 20px 25px 20px;
	border: 1px solid #e5e5e5;
}

.testimonial-block .inner-box .content .text {
	position: relative;
	color: #777777;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
}

.testimonial-block.style-two .inner-box .content:before {
	background: url(images/icons/curve-2.jpg) no-repeat;
	left: -22px;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots {
	display: none;
}

/*** 

====================================================================
	About Us Section
====================================================================

***/

.about-section-three {
	position: relative;
	padding: 100px 0px 50px;
}

.about-section-three .upper-title {
	position: relative;
	margin-bottom: 50px;
	max-width: 940px;
}

.about-section-three .upper-title h1 {
	font-size: 40px;
	color: #13192d;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-section-three .upper-title .text {
	font-size: 20px;
	color: #13192d;
	opacity: 0.70;
	line-height: 1.8em;
}

.about-section-three .content-block {
	position: relative;
	margin-bottom: 50px;
}

.about-section-three .content-block .image-column {
	position: relative;
	margin-bottom: 20px;
}

.about-section-three .content-block .text-column {
	position: relative;
	margin-bottom: 20px;
}

.about-section-three .content-block .text-column h2 {
	font-size: 28px;
	color: #13192d;
	font-weight: 500;
	margin-bottom: 30px;
}

.about-section-three .content-block .text-column .inner {
	font-size: 16px;
	color: #13192d;
	font-weight: 500;
	line-height: 1.8em;
}

.about-section-three .content-block .text-column .inner p {
	margin-bottom: 25px;
	opacity: 0.70;
	line-height: 1.9em;
}

/*** 

====================================================================
	Error Section Style
====================================================================

***/

.error-section {
	position: relative;
	text-align: center;
	padding: 130px 0px 150px;
}

.error-section .error-big-text {
	position: relative;
	font-size: 180px;
	color: #fa2964;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 10px;
	line-height: 1em;
}

.error-section h2 {
	position: relative;
	color: #26292d;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.3em;
	margin-bottom: 30px;
}

.error-section .text {
	font-size: 18px;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.60);
}

.error-section .error-options {
	position: relative;
}

.error-section .error-options .or {
	position: relative;
	color: #2f2f2f;
	font-size: 18px;
	margin: 0px 25px;
	font-weight: 500;
	text-transform: uppercase;
}

.error-section .btn-style-four {
	padding: 12px 25px;
}

.error-search-box {
	position: relative;
	margin-top: 12px;
	width: 320px;
	display: inline-block;
}

.error-search-box .form-group {
	position: relative;
	margin: 0px;
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"] {
	position: relative;
	line-height: 32px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #ebeaea;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 55px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-box .form-group input:focus {
	border-color: #ff3548;
}

.error-search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 55px;
	width: 50px;
	line-height: 52px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #c0c0c0;
	background: none;
	border-radius: 0px 3px 3px 0px;
	font-weight: normal;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.error-search-box .form-group input:focus+button,
.error-search-box .form-group button:hover {
	color: #ff3548;
}

/*** 

====================================================================
	Faq Section
====================================================================

 ***/

.faq-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 80px;
}

.faq-section .faq-column {
	position: relative;
	margin-bottom: 40px;
}

.faq-section .faq-column .faq-title {
	position: relative;
}

.faq-section .faq-column .faq-title h2 {
	position: relative;
	color: #000000;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.2em;
}

.faq-section .faq-column .faq-title .title-text {
	position: relative;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.60);
}

/*Form Column*/

.faq-section .form-column {
	position: relative;
}

.faq-section .form-column .form-inner {
	position: relative;
	padding-left: 40px;
}

.faq-section .form-column .form-inner h2 {
	position: relative;
	color: #000000;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 25px;
}

/*Sidebar Search Form*/

.faq-section .faq-search-box {
	position: relative;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 20px;
}

.faq-section .faq-search-box .form-group {
	position: relative;
	margin: 0px;
}

.faq-section .faq-search-box .form-group input[type="text"],
.faq-section .faq-search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	color: #222222;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 60px;
	padding: 15px 15px 15px 20px;
	border: 1px solid #ededed;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-section .faq-search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 65px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	display: block;
	font-size: 22px;
	color: #c0c0c0;
	background: none;
	font-weight: normal;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.faq-section .faq-search-box .form-group input:focus {
	border-color: #ff3548;
}

.faq-form .form-group {
	position: relative;
	margin-bottom: 28px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="password"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 15px 20px;
	height: 60px;
	font-size: 16px;
	background-color: #f9f9f9;
	border: 1px solid #ededed;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="password"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
	border-color: #ff3548;
}

.faq-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 32px;
	padding: 12px 20px;
	height: 200px;
	resize: none;
	font-size: 16px;
	background-color: #f9f9f9;
	border: 1px solid #ededed;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.faq-form button {
	position: relative;
	font-weight: 500;
	margin-top: 0px;
	padding: 18px 44px;
	font-size: 15px;
	width: 100%;
	display: inline-block;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
	padding: 0px 30px;
	border: 1px solid #f1f1f1;
}

.accordion-box .heading {
	position: relative;
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 45px;
}

.accordion-box .block {
	position: relative;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #f2f2f2;
}

.accordion-box .block:last-child {
	border-bottom: 0px;
}

.accordion-box .block .acc-btn {
	font-size: 20px;
	padding-left: 0px;
	padding-right: 50px;
	position: relative;
	cursor: pointer;
	line-height: 30px;
	color: #242424;
	font-weight: 400;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	color: #d9d9d9;
	border: 2px solid #d9d9d9;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	left: -2px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	font-size: 16px;
	color: #d9d9d9;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	color: #d9d9d9;
	font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color: #ffffff;
	border-color: #ff3548;
	background-color: #ff3548;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	border-color: #ff3548;
	color: #ff3548;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
	padding: 20px 0px 0px 0px;
}

.accordion-box .block .content p {
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 16px;
	color: rgba(0, 0, 10, 0.60);
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 100px 0px 80px;
}

.cart-outer {
	position: relative;
}

.checkout-page .cart-outer {
	margin-bottom: 40px;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	background: #f4f5f6;
	color: #1c1c1c;
	border: 1px solid #ebebeb;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 13px 25px;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	border-right: 1px solid #ebebeb;
}

.cart-table thead tr th .fa {
	font-size: 18px;
}

.cart-table thead tr th.prod-column {
	text-align: left;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 25px 25px 20px;
}

.cart-table tbody tr .qty {
	width: 200px;
	padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: relative;
	width: 100px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 14px;
	color: #444444;
	font-weight: 400;
	line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
	font-size: 13px;
	color: #333333;
	margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #797979;
	font-size: 17px;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 14px;
	color: #1c1c1c;
	line-height: 30px;
	font-weight: 500;
	-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;
	font-size: 18px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #fa2964;
}

.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
	vertical-align: middle;
	color: #797979;
	font-size: 17px;
	border-left: 1px solid #ebebeb;
}

.cart-table tbody tr td.prod-column {
	padding-left: 48px;
}

.cart-table tbody tr td.price {
	font-weight: 600;
}

.cart-table tbody tr td:last-child {
	border-right: 1px solid #ebebeb;
	text-align: center;
}

.cart-table tbody tr td .prod-title {
	position: relative;
	font-size: 17px;
	color: #797979;
}

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

.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: #223555;
	border-radius: 50%;
}

.cart-section .cart-options {
	position: relative;
	padding: 25px 35px 10px;
	margin-bottom: 50px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	border-top: 0px;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .cart-options .cart-btn {
	padding: 6px 28px 6px;
	top: -3px;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 15px;
	padding: 8px 10px;
	border: 1px solid #eeeeee;
	width: 130px;
	height: 33px;
	background: #ffffff;
}

.cart-section .coupon-btn {
	padding: 3px 18px 5px;
	line-height: 24px;
	border-radius: 3px;
	font-size: 15px;
	color: #ffffff;
	background-color: #242424;
}

.cart-section .cart-options .btn-style-one {
	top: -7px;
	padding-left: 32px;
	padding-right: 32px;
}

.cart-section .totals-table {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

.cart-section .totals-table li {
	line-height: 24px;
	padding: 14px 22px;
	border-bottom: 1px solid #ebebeb;
}

.cart-section .totals-table li:first-child {
	background-color: #f9f9f9;
}

.cart-section .totals-table li h3 {
	position: relative;
	font-weight: 600;
	color: #242424;
	font-size: 18px;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #242424;
	font-size: 17px;
	text-transform: capitalize;
}

.cart-section .totals-table li .col:last-child {
	text-align: right;
}

.cart-section .totals-table .total .price {
	color: #444444;
	font-weight: 700;
}

.cart-section .totals-table .proceed-btn {
	padding: 6px 28px 6px;
}


.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
	line-height: 24px;
	padding: 10px 15px !important;
	height: 46px !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: 11px 10px;
	background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
}

/*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: #fa2964;
	text-decoration: underline;
}

.shop-form {
	position: relative;
}

.shop-form .billing-inner {
	position: relative;
	padding-right: 100px;
}

.shop-form .sec-title {
	margin-bottom: 30px;
}

.shop-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.billing-details .shop-form .form-group {
	margin-bottom: 20px;
}

.shop-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: #797979;
	font-size: 15px;
	font-weight: 500;
}

.shop-form .form-group .field-label sup {
	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: 38px;
	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: #fa2964;
}

/*Shop Order Box*/

.shop-order-box {
	position: relative;
	padding: 20px 22px 60px;
	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;
}

.shop-order-box .order-list li span {
	float: right;
	width: 125px;
	font-size: 17px;
}

.shop-order-box .order-list li span.dark {
	color: #242424;
	font-weight: 700;
}

.shop-order-box .order-list li.total {
	padding: 8px 0px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.shop-order-box .order-btn {
	padding: 6px 28px 6px;
}

.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: inline-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: 600;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
	display: block;
	padding-top: 5px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	color: #777777;
	line-height: 20px;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 30px;
}


/*Comming Soon*/

.comming-soon {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	overflow-y: auto;
	background-size: cover;
}

.comming-soon:before {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.70);
}

.comming-soon .content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
}

.comming-soon .content .content-inner {
	position: relative;
	padding: 50px 15px;
	display: table-cell;
	vertical-align: middle;
}

.comming-soon .content .content-inner h2 {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 60px;
}

.comming-soon .content .content-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.6em;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
	position: relative;
}

.time-counter .time-countdown {
	position: relative;
}

.time-counter .time-countdown .counter-column {
	position: relative;
	margin: 0px 15px 0px;
	width: 170px;
	height: 170px;
	text-align: center;
	display: inline-block;
	padding: 10px 0px 10px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	border-radius: 50%;
	font-weight: 700;
	margin-bottom: 30px;
}

.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 40px;
	padding: 35px 10px 20px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 700;
}

.comming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 725px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 220px;
}

.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group input[type="search"],
.comming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 30px;
	height: 50px;
	font-size: 17px;
	color: #000000;
	padding: 10px 50px 10px 20px;
	background: #ffffff;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0px;
	width: 210px;
	height: 50px;
	line-height: 40px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background: #fa2964;
}

/*** 

====================================================================
	Gallery Section
====================================================================

 ***/

.gallery-section {
	position: relative;
	padding: 95px 0px 55px;
}

.gallery-section .filters {
	margin-bottom: 50px;
	text-align: center;
}

.gallery-section .filters .filter-tabs {
	position: relative;
}

.gallery-section .filters li {
	position: relative;
	display: inline-block;
	color: #242424;
	padding: 0px 0px;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	margin-right: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
	color: #fa2964;
	text-decoration: underline;
}

.gallery-section .gallery-item {
	margin-bottom: 40px;
}

.gallery-item.mix {
	display: none;
}

.gallery-section.fullwidth .filter-list {
	padding: 0px 15px;
}

.gallery-section.fullwidth .gallery-item {
	width: 20%;
	float: left;
	padding: 0px 15px;
}

/*Gallery Item*/

.gallery-item {
	position: relative;
}

.gallery-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.gallery-item .image-box {
	position: relative;
	display: block;
}

.gallery-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.gallery-item .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.60);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translate(-100%, 0%);
	-ms-transform: translate(-100%, 0%);
	-o-transform: translate(-100%, 0%);
	-moz-transform: translate(-100%, 0%);
	transform: translate(-100%, 0%);
}

.gallery-item .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	-o-transform: translate(0%);
	-moz-transform: translate(0%);
	transform: translate(0%);
}

.gallery-item .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
}

.gallery-item .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.gallery-item .overlay-inner .link {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 52px;
	margin: 0px 5px;
	display: inline-block;
	background-color: #fa2964;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-item .overlay-inner .link .icon {
	position: relative;
}

.gallery-item .overlay-inner .link:hover {
	color: #666666;
	background-color: rgba(255, 255, 255, 1);
}

.gallery-item .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0px 3px;
	line-height: 1.2em;
}

.gallery-item .inner-box h3 a {
	position: relative;
	color: #242424;
	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 .inner-box .text {
	position: relative;
	color: #fa2964;
	font-size: 15px;
	text-align: center;
}

/*** 

====================================================================
	Gallery Single Section
====================================================================

 ***/

.gallery-single {
	position: relative;
	padding: 100px 0px;
}

.gallery-single .inner-container {
	position: relative;
}

.gallery-single .inner-container .upper-content {
	position: relative;
	margin-bottom: 50px;
}

.gallery-single .inner-container .upper-content .image {
	position: relative;
}

.gallery-single .inner-container .upper-content .image img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-single .upper-content .image-info {
	position: relative;
	padding: 45px 60px;
	background-color: #fa2964;
}

.gallery-single .upper-content .image-info .info-column {
	position: relative;
}

.gallery-single .upper-content .image-info .info-column ul {
	position: relative;
}

.gallery-single .upper-content .image-info .info-column ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 15px;
}

.gallery-single .upper-content .image-info .info-column ul li span {
	position: relative;
	font-weight: 600;
	width: 145px;
	display: inline-block;
}

.gallery-single .lower-content {
	position: relative;
}

.gallery-single .lower-content .upper-box {
	position: relative;
	padding-bottom: 65px;
	margin-bottom: 80px;
	border-bottom: 1px solid #d1d1d1;
}

.gallery-single .lower-content .upper-box .text {
	position: relative;
}

.gallery-single .lower-content .upper-box .text p {
	position: relative;
	color: #797979;
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 25px;
}

.gallery-single .lower-content .upper-box .text p:last-child {
	margin-bottom: 0px;
}

.gallery-single .lower-content .middle-box {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 75px;
	border-bottom: 1px solid #d1d1d1;
}

.gallery-single .lower-content .middle-box .sec-title-two {
	position: relative;
	margin-bottom: 25px;
}

.gallery-single .lower-content .middle-box .text {
	position: relative;
	color: #797979;
	font-size: 17px;
	margin-bottom: 35px;
}

.gallery-single .lower-content .middle-box .image-column {
	position: relative;
}

.gallery-single .lower-content .middle-box .image-column .image {
	position: relative;
}

.gallery-single .lower-content .middle-box .image-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-single .lower-content .lower-box {
	position: relative;
}

.gallery-single .lower-content .lower-box .sec-title-two {
	position: relative;
	margin-bottom: 25px;
}

.gallery-single .lower-content .lower-box .text {
	position: relative;
	margin-bottom: 30px;
}

.gallery-single .lower-content .lower-box .text p {
	position: relative;
	color: #898989;
	font-size: 17px;
	margin-bottom: 22px;
}

.gallery-single .lower-content .lower-box .text p:last-child {
	margin-bottom: 0px;
}

button:focus {
	outline: none;
	box-shadow: none;
}

.cart-table tbody tr .qty .input-group-btn-vertical {
	display: none;
}

.sidebar-page-container.style-two {
	padding-top: 20px;
}

/************************************
   Post audio
*************************************/

.posts .post-with-audio .post-audio .player {
	width: 100%;
}

.posts .post-with-audio .post-audio .plyr__controls {
	background-color: rgba(250, 41, 100, 0.10);
	padding: 50px 70px;
	border-radius: 5px;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__control[data-plyr=play] {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	border-radius: 999px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-ms-border-radius: 999px;
	-o-border-radius: 999px;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Cerebri-bold';
	border: 0 solid #f17070;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	display: inline-block;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__control[data-plyr=play]:hover {
	background-color: #fa2964;
	color: #fff;
	border: 0 solid #fa2964;
	text-decoration: none;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__control[data-plyr=play]:focus {
	outline: 0;
	box-shadow: 0;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__control:hover {
	background-color: #fa2964;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__control.plyr__tab-focus {
	background-color: #fa2964;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__control.plyr__tab-focus:hover {
	background-color: #fa2964;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__progress {
	margin-right: 70px;
	margin-left: 30px;
}

.posts .post-with-audio .post-audio .plyr__controls .plyr__progress__buffer {
	color: #fff;
}

.posts .post-with-audio .post-audio .plyr--full-ui input[type=range] {
	color: #fa2964;
	box-shadow: none;
}

@media (max-width: 576px) {

	.posts .post-with-audio .post-audio .plyr__controls {
		padding: 30px;
	}

	.posts .post-with-audio .post-audio .plyr__controls .plyr__progress {
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {

	.posts .post-with-audio .post-audio .plyr__controls {
		padding: 30px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.posts .post-with-audio .post-audio .plyr__controls {
		padding: 30px;
	}
}

/*** 

====================================================================
	Blog Masonry Section
====================================================================

 ***/

.blog-masory-container {
	position: relative;
	padding: 0px 0px 60px;
}




.updated-news-block {
	position: relative;
	margin-bottom: 40px;
}

.updated-news-block .inner-box {
	position: relative;
	border: 1px solid #d8d8d8;
}

.updated-news-block .inner-box .upper-box {
	position: relative;
	padding: 22px 22px 15px;
	border-bottom: 1px solid #d8d8d8;
}

.updated-news-block .inner-box .upper-box .title {
	position: relative;
	color: #c5c5c5;
	font-size: 14px;
	text-transform: uppercase;
}

.updated-news-block .inner-box .upper-box ul {
	position: relative;
}

.updated-news-block .inner-box .upper-box ul li {
	position: relative;
	color: #222222;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	padding-right: 9px;
	margin-right: 8px;
	line-height: 1em;
	border-right: 1px solid #d8d8d8;
}

.updated-news-block .inner-box .upper-box ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

.updated-news-block .inner-box .middle-box {
	position: relative;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #d8d8d8;
}

.updated-news-block .inner-box .middle-box h3 {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #222222;
}

.updated-news-block .inner-box .middle-box 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;
}

.updated-news-block .inner-box .middle-box h3 a:hover {
	color: #fa2964;
}

.updated-news-block .inner-box .middle-box .text {
	position: relative;
	color: #727272;
	font-size: 16px;
	margin-bottom: 0px;
}

.updated-news-block .inner-box .middle-box .text p {
	position: relative;
	margin-bottom: 20px;
}

.updated-news-block .inner-box .middle-box .text blockquote {
	position: relative;
	border: none;
	text-align: center;
	padding: 35px 30px;
	margin-bottom: 40px;
	margin-top: 30px;
	background-color: #f6f6f6;
}

.updated-news-block .inner-box .middle-box .text blockquote .blockquote-text {
	position: relative;
	z-index: 1;
	font-size: 18px;
	color: #727272;
	line-height: 1.8em;
}

.updated-news-block .inner-box .middle-box .text blockquote .quote-icon {
	position: absolute;
	left: 50%;
	top: 30px;
	line-height: 1em;
	color: #ffffff;
	font-size: 100px;
	text-align: center;
	margin-left: -45px;
}

.updated-news-block .inner-box .middle-box .text blockquote .quote-info {
	position: relative;
	display: inline-block;
	padding: 12px 70px 0px;
	margin-top: 20px;
	border-top: 1px solid #e8e8e8;
}

.updated-news-block .inner-box .middle-box .text blockquote .quote-info h4 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 500;
}

.updated-news-block .inner-box .middle-box .text blockquote .quote-info .quote-desination {
	position: relative;
	color: #3e4494;
	font-size: 16px;
}

.updated-news-block .inner-box .middle-box .text .two-column .text-column p {
	font-size: 15px;
	line-height: 1.7em;
}

.updated-news-block .inner-box .middle-box .text .two-column .image-column .image img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.updated-news-block.style-two .inner-box .middle-box {
	padding-bottom: 0px;
}

.updated-news-block .inner-box .lower-box {
	position: relative;
}

.updated-news-block .inner-box .lower-box .image {
	position: relative;
}

.updated-news-block .inner-box .lower-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.updated-news-block .inner-box .lower-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	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: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.updated-news-block .inner-box:hover .lower-box .image .overlay-box {
	-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;
}

.updated-news-block .inner-box .lower-box .image .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.updated-news-block .inner-box .lower-box .image .overlay-box .overlay-inner .read-more {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fa2964;
	font-weight: 600;
	font-size: 15px;
}

/*** 

====================================================================
	Blog Masonry Section
====================================================================

***/

.blog-masonry-section-two {
	position: relative;
	padding: 100px 0px;
	background-size: cover;
}

.blog-masonry-section-two .news-block-five {
	float: left;
	padding: 0px;
}

.news-block-five {
	position: relative;
}

.news-block-five .inner-box {
	position: relative;
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f9f9f9;
}

.news-block-five .inner-box .content-box {
	position: relative;
	width: 100%;
	padding: 28px 30px 30px;
}

.news-block-five .inner-box .content-box .content {
	position: relative;
	min-height: 242px;
}

.news-block-five .inner-box .content-box .content .quote-icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #777777;
	opacity: 0.09;
	font-size: 90px;
	line-height: 1em;
}

.news-block-five .inner-box .content-box h3 {
	position: relative;
	color: #333333;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 700;
}

.news-block-five .inner-box .content-box h3 a {
	position: relative;
	color: #333333;
	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-five .inner-box .content-box h3 a:hover {
	color: #ff275f;
}

.news-block-five .inner-box .content-box .text {
	position: relative;
	color: #333333;
	font-size: 15px;
	line-height: 1.9em;
	font-weight: 400;
	margin-top: 30px;
}

.news-block-five .inner-box .content-box .content .post-date {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #333333;
	font-size: 13px;
}

.news-block-five .inner-box .content-box .content .post-date span {
	position: relative;
	color: #ff275f;
}

.news-block-five .inner-box .image-box {
	position: relative;
	display: block;
	width: 100%;
}

.news-block-five .inner-box .image-box .image {
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.news-block-five .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	display: block;
	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-five .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
	opacity: 0.50;
}

.blog-masonry-section-two .news-block-five:nth-child(2) .inner-box .image-box {
	order: 2;
}

.blog-masonry-section-two .news-block-five:nth-child(5) .inner-box .image-box {
	order: 2;
}

.blog-masonry-section-two .news-block-five:nth-child(8) .inner-box .image-box {
	order: 2;
}

.blog-masonry-section-two .news-block-five:nth-child(11) .inner-box .image-box {
	order: 2;
}

/*** 

====================================================================
	Updated Blog Section
====================================================================

***/

.updated-blog-section {
	position: relative;
}

.updated-blog-section .outer-container {
	position: relative;
}

.updated-blog-section .updated-news-block-two {
	padding: 0px;
	float: left;
}

.updated-news-block-two {
	position: relative;
}

.updated-news-block-two .inner-box {
	position: relative;
}

.updated-news-block-two .inner-box .image {
	position: relative;
}

.updated-news-block-two .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
}

.updated-news-block-two .inner-box .image .content-box {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 35px 35px 30px;
	height: 100%;
}

.updated-news-block-two.half-tilt .inner-box .image .content-box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: auto;
	padding: 35px 35px 30px;
	margin-left: 120px;
	height: auto;
}

.updated-news-block-two .inner-box .image .content-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 700;
	text-transform: capitalize;
}

.updated-news-block-two.one-0 .inner-box .image .content-box h3 {
	color: #222222;
}

.updated-news-block-two .inner-box .image .content-box h3 a {
	position: relative;
	color: #ffffff;
}

.updated-news-block-two.one-0 .inner-box .image .content-box h3 a {
	color: #222222;
}

.updated-news-block-two .inner-box .image .content-box .text {
	position: relative;
	color: #ffffff;
	line-height: 1.9em;
	margin-top: 15px;
	font-size: 15px;
}

.updated-news-block-two.one-0 .inner-box .image .content-box .text {
	color: #222222;
}

.updated-news-block-two .inner-box .image .content-box .lower-box {
	position: relative;
	margin-top: 20px;
}

.updated-news-block-two .inner-box .image .content-box .lower-box .post-meta {
	position: relative;
	margin-bottom: 8px;
}

.updated-news-block-two .inner-box .image .content-box .lower-box .post-meta li {
	position: relative;
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	padding-left: 18px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.updated-news-block-two .inner-box .image .content-box .lower-box .post-meta li a {
	color: inherit;
}

.updated-news-block-two.one-0 .inner-box .image .content-box .lower-box .post-meta li {
	color: #222222;
}

.updated-news-block-two .inner-box .image .content-box .lower-box .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #ffffff;
}

.updated-news-block-two.one-0 .inner-box .image .content-box .lower-box .post-meta li .icon {
	color: #222222;
}

.updated-news-block-two .inner-box .image .content-box .lower-box .arrow {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.updated-news-block-two.one-0 .inner-box .image .content-box .lower-box .arrow {
	color: #222222;
}

.updated-news-block-two .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	color: #ffffff;
	background: #eb24ba;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.updated-news-block-two.style-two .inner-box .overlay-box {
	background-color: #996bf7;
}

.updated-news-block-two .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 30px;
}

.updated-news-block-two .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.updated-news-block-two .inner-box .overlay-box h3 {
	position: relative;
}

.updated-news-block-two .inner-box .overlay-box h3 a {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}

.updated-news-block-two .inner-box .overlay-box .post-meta {
	position: relative;
	margin-bottom: 0px;
	margin-top: 15px;
}

.updated-news-block-two .inner-box .overlay-box .post-meta li {
	position: relative;
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	padding-left: 18px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.updated-news-block-two .inner-box .overlay-box .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #ffffff;
}

.updated-news-block-two .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	line-height: 1.8em;
	margin-top: 12px;
	font-size: 15px;
	margin-bottom: 15px;
}

.updated-news-block-two .inner-box .overlay-box .arrow {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Overlay Type Three */

.updated-news-block-two .inner-box .image .overlay-type-three {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #222222;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.updated-news-block-two .inner-box .image .overlay-type-three .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 30px;
}

.updated-news-block-two .inner-box .image .overlay-type-three .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.updated-news-block-two .inner-box .image .overlay-type-three .overlay-inner .content .quote-icon {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 25px;
}

.updated-news-block-two .inner-box .image .overlay-type-three .overlay-inner h2 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7em;
}

.updated-news-block-two .inner-box .image .overlay-type-three .overlay-inner h2:first-letter {
	position: relative;
	color: #222222;
	font-size: 30px;
	line-height: 1em;
	padding: 0px 10px;
	margin-right: 10px;
	display: inline-block;
	background-color: #ffffff;
}

.updated-news-block-two .inner-box .image .overlay-type-three .overlay-inner h3 {
	position: relative;
	display: none;
	font-size: 16px;
}

/* New Code */


.main-header.header-style-one .header-upper {
	text-align: center;
}

.main-header.header-style-one .header-upper .social-nav {
	position: relative;
	float: right;
	padding: 32px 0px;
}

.main-header.header-style-one .header-upper .social-nav li {
	position: relative;
	margin-left: 5px;
	display: inline-block;
}

.main-header.header-style-one .header-upper .social-nav li a {
	position: relative;
	width: 42px;
	height: 42px;
	border: 1px solid #222222;
	color: #222222;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	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-header.header-style-one .header-upper .social-nav li a:hover {
	color: #ffffff;
	border-color: #fa2964;
	background-color: #fa2964;
}

.main-header.header-style-one .logo-outer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


.main-header .main-menu .navigation>li {
	border-color: rgba(255, 255, 255, 0.20);
}

.main-header .header-lower .search-box-btn,
.main-header .outer-box .cart-box .cart-box-btn {
	color: #ffffff;
}

.main-header .header-lower .search-box-outer {
	border-color: rgba(255, 255, 255, 0.20);
}

.main-header .header-lower {
	border: none;
	background-color: #191919;
	/* background-image: -ms-linear-gradient(left, #FA2964 0%, #f64577 100%);
	background-image: -moz-linear-gradient(left, #FA2964 0%, #f64577 100%);
	background-image: -o-linear-gradient(left, #FA2964 0%, #f64577 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FA2964), color-stop(100, #f64577));
	background-image: -webkit-linear-gradient(left, #FA2964 0%, #f64577 100%);
	background-image: linear-gradient(to right, #FA2964 0%, #f64577 100%); */
}

.main-header .main-menu .navigation>li>a:before {
	display: none;
}

/*Search Box Widget*/

.main-header.header-style-one .header-upper .search-box {
	position: relative;
	float: left;
	max-width: 225px;
	width: 100%;
	display: block;
	padding: 29px 0px;
}

.main-header.header-style-one .header-upper .search-box .form-group {
	position: relative;
	margin: 0px;
}

.main-header.header-style-one .header-upper .search-box .form-group input[type="text"],
.main-header.header-style-one .header-upper .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 24px;
	padding: 10px 50px 10px 0px;
	border-bottom: 1px solid #cccccc;
	background: none;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 48px;
	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-header.header-style-one .header-upper .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 40px;
	display: block;
	font-size: 20px;
	color: #222222;
	line-height: 100%;
	font-weight: normal;
	background: none;
}

.main-header.header-style-one .header-upper .search-box .form-group input[type="text"]:focus,
.main-header.header-style-one .header-upper .search-box .form-group input[type="search"]:focus {
	border-color: #222222;
}

.main-header .language>a:after {
	display: none;
}

.main-header .info-box .icon-box {
	width: 40px;
	top: 2px;
}

.main-header .info-box {
	padding-left: 52px;
}

.main-header .outer-box .cart-box .cart-box-btn {
	width: 26px;
	display: inline-block;
}

.main-header .outer-box .cart-box {
	margin-top: 0px;
	padding: 18.5px 20px;
	background-color: #fa2964;
}

/*** 

====================================================================
	Main Slider Five
====================================================================

***/

.main-slider-five {
	position: relative;
	padding: 90px 0px 35px;
}

/*Main Slider Three*/

.main-slider-five .owl-dots {
	position: relative;
	display: none;
}

.main-slider-five .owl-nav {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -30px;
}

.main-slider-five .owl-nav .owl-prev,
.main-slider-five .owl-nav .owl-next {
	position: relative;
	display: block;
	width: 43px;
	height: 43px;
	color: #ffffff;
	font-size: 18px;
	line-height: 41px;
	text-align: center;
	font-weight: 700;
	margin: 10px 0px;
	border-radius: 50px;
	border: 1px solid #ffffff;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-five .owl-nav .owl-prev:hover,
.main-slider-five .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #fa2964;
	border-color: #fa2964;
}

/* News Block Seven */

.news-block-seven {
	position: relative;
}

.news-block-seven .inner-box {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.news-block-seven .inner-box .image-box {
	position: relative;
}

.news-block-seven .inner-box .image-box .image {
	position: relative;
}

.news-block-seven .inner-box .image-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block-seven .inner-box .image-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.news-block-seven .inner-box .image-box .image .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 15px 50px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.65);
}

.news-block-seven .inner-box .image-box .image .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.news-block-seven .inner-box .image-box .image .overlay-box .overlay-inner .content .category {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 0px 12px;
	font-weight: 400;
	margin-bottom: 16px;
	text-transform: uppercase;
	background-color: #fa2964;
}

.news-block-seven .inner-box .image-box .image .overlay-box .overlay-inner .content .category a {
	color: #ffffff;
}

.news-block-seven .inner-box .image-box .image .overlay-box .overlay-inner .content h2 {
	position: relative;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.3em;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.news-block-seven .inner-box .image-box .image .overlay-box .content h2 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;
}

.news-block-seven .inner-box .image-box .image .overlay-box .content h2 a:hover {
	color: #fa2964;
}

.news-block-seven .inner-box .image-box .image .overlay-box .content .post-date {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	z-index: 1;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.90);
	text-transform: capitalize;
}

.news-block-seven .inner-box .image-box .image .overlay-box .content .post-date.margin {
	margin-bottom: 100px;
}

/*** 

====================================================================
	Category Section
====================================================================

***/

.category-section {
	position: relative;
	padding: 20px 0px;
}

.category-section .owl-dots {
	display: none;
}

.category-section .owl-nav .owl-prev,
.category-section .owl-nav .owl-next {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -25px;
	width: 44px;
	height: 44px;
	color: #000000;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.category-section .owl-nav .owl-prev {
	left: -55px;
}

.category-section .owl-nav .owl-next {
	right: -55px;
}

.category-section .owl-nav .owl-prev:hover,
.category-section .owl-nav .owl-next:hover {
	color: #cccccc;
}

.category-block {
	position: relative;
}

.category-block .inner-box {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.category-block .inner-box .image {
	position: relative;
}

.category-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
}

.category-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.category-block .inner-box:hover .image .overlay-box {
	background-color: rgba(0, 0, 0, 0.60);
}

.category-block .inner-box .image .overlay-box .content {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.category-block .inner-box .image .overlay-box .post-categories li a {
	position: relative;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 9px 25px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.category-block .inner-box .image .overlay-box .post-categories li a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 15px;
	height: 15px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.category-block .inner-box .image .overlay-box .post-categories li a:after {
	position: absolute;
	right: 0px;
	bottom: 0px;
	content: '';
	width: 15px;
	height: 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.category-block .inner-box .image .overlay-box .post-categories li a:hover,
.category-block .inner-box .image .overlay-box .post-categories li a:hover {
	color: #fa2964;
}

.category-block .inner-box .image .overlay-box .post-categories li a:hover::before,
.category-block .inner-box .image .overlay-box .post-categories li a:hover::after {
	width: 100%;
	height: 100%;
	border-color: #fa2964;
}

/*** 

====================================================================
	Updated Blog Masonry Section
====================================================================

***/

.updated-blog-masory-container {
	position: relative;
	padding: 35px 0px 60px;
}

.news-block-nine {
	position: relative;
	margin-bottom: 30px;
}

.news-block-nine .inner-box {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.news-block-nine .inner-box .image {
	position: relative;
}

.news-block-nine .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block-nine .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.65);
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.news-block-nine .inner-box .image .overlay-box .upper-content {
	position: relative;
	padding: 25px 25px;
}

.news-block-nine .inner-box .image .overlay-box .upper-content .title {
	position: relative;
	margin-bottom: 16px;
}

.news-block-nine .inner-box .image .overlay-box .upper-content .title .post-categories li a {
	margin-bottom: 0px;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	padding: 0px 12px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #fa2964;
}

.news-block-nine .inner-box .image .overlay-box .upper-content h3 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
}

.news-block-nine .inner-box .image .overlay-box .upper-content h3 a {
	position: relative;
	color: #ffffff;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.news-block-nine .inner-box .image .overlay-box .upper-content h3 a:hover {
	color: #fa2964;
}

.news-block-nine .inner-box .image .overlay-box .lower-content {
	position: absolute;
	left: 25px;
	bottom: 25px;
	right: 25px;
}

.news-block-nine .inner-box .image .overlay-box .lower-content .post-date {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
}

.news-block-nine .inner-box .image .overlay-box .lower-content .share {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.news-block-nine .inner-box .image .overlay-box .lower-content .share:hover {
	color: #fa2964;
}

/**************Version 1.4 **************************/

.single-carousel-section.style-four-new {
	position: relative;
}

.single-carousel-section.style-four-new .outer-container {
	overflow: hidden;
}

.single-carousel-section.style-four-new .owl-nav,
.single-carousel-section.style-four-new .owl-dots {
	display: none;
}

.single-carousel-section.style-four-new .outer-container .inner-container {
	max-width: 770px;
	margin: 0 auto;
}

.single-carousel-section.style-four-new .owl-item.active .content-box .image:before,
.single-carousel-section.style-four-new .owl-item .content-box .overlay-box {
	opacity: 0;
}

.single-carousel-section.style-four-new .owl-item.active .content-box .overlay-box {
	opacity: 1;
}

.single-carousel-section.style-four-new .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.single-carousel-section.style-four-new .content-box .image {
	position: relative;
}

.single-carousel-section.style-four-new .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.style-four-new .content-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.single-carousel-section.style-four-new .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.style-four-new .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.style-four-new .content-box .image .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.single-carousel-section.style-four-new .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.style-four-new .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.style-four-new .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.style-four-new .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.style-four-new .content-box .image .overlay-box .content-inner h2 {
	position: relative;
	color: #252525;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.single-carousel-section.style-four-new .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.style-four-new .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.style-four-new .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.style-four-new .content-box .image .overlay-box .content-inner h2 a:hover {
	color: #ffffff;
}

.single-carousel-section.style-four-new .content-box .image .overlay-box .content-inner .post-date {
	position: relative;
	color: #a6a6a6;
	font-size: 13px;
	margin-bottom: 5px;
}

.single-carousel-section.style-four-new .content-box .image .overlay-box .text {
	position: relative;
	color: #747474;
	font-size: 13px;
	line-height: 1.9em;
	margin-bottom: 15px;
}

.single-carousel-section.style-four-new .content-box .image .overlay-box .social-share {
	position: relative;
}

.single-carousel-section.style-four-new .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.style-four-new .content-box .image .overlay-box .social-share a {
	position: relative;
	color: #252525;
	margin-right: 12px;
}

.single-carousel-section.style-four-new .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;
}



/*-------------------------abhishek header for blog section--------------------------------*/

.header_wrapper {
	min-height: 67px;
}

@media (max-width: 601px) {
	.header_wrapper {
		min-height: 58px;
	}
}

.header {
	position: relative;
	z-index: 99;
	transition: all 0.3s linear;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(170, 170, 170, 0.1098039216);
	background-color: #fff;
}

.header .header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	transition: all 0.3s linear;
}

.header .header_content .header_logo img {
	width: 100%;
	max-width: 160px;
}

@media (max-width: 601px) {
	.header .header_content .header_logo img {
		max-width: 120px;
	}
}

.header .header_content .mobile_button {
	display: none;
}

@media (max-width: 601px) {
	.header .header_content .mobile_button {
		display: flex;
		font-size: 20px;
		color: #FF5722;
	}
}

.header .header_content .mobile_button .open {
	display: block;
}

.header .header_content .mobile_button .close {
	display: none;
}

.header .header_content .header_nav {
	display: flex;
	align-items: center;
}

@media (max-width: 601px) {
	.header .header_content .header_nav {
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		width: 250px;
		background-color: white;
		transform: translateX(-100%);
		transition: all 0.3s linear;
		display: block;
		padding: 20px 10px;
	}
}

.header .header_content .header_nav ul {
	display: flex;
	align-items: center;
}

@media (max-width: 601px) {
	.header .header_content .header_nav ul {
		display: block;
	}
}

.header .header_content .header_nav ul li {
	margin-right: 10px;
}

@media (max-width: 601px) {
	.header .header_content .header_nav ul li {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.header .header_content .header_nav ul li a {
	padding: 5px 15px;
	font-weight: 500;
	color: #000;
	position: relative;
}

@media (max-width: 601px) {
	.header .header_content .header_nav ul li a {
		padding: 0;
	}
}

.header .header_content .header_nav ul li a::before,
.header .header_content .header_nav ul li a:after {
	webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background: rgb(255, 87, 34);
	content: "";
	position: absolute;
}

.header .header_content .header_nav ul li a::before {
	top: -webkit-calc(110% - 0.25em);
	top: calc(110% - 0.25em);
	left: -webkit-calc(50% - 0.3em);
	left: calc(50% - 0.3em);
	width: 0.6em;
	height: 0.6em;
	border-radius: 1.2em;
	-webkit-transform: scale(0);
	transform: scale(0);
	display: none;
}

.header .header_content .header_nav ul li a:after {
	top: 110%;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.header .header_content .header_nav ul li a:hover {
	color: #FF5722;
}

.header .header_content .header_nav ul li a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.header .header_content .header_nav ul li a:hover::before {
	webkit-transform: scale(1);
	transform: scale(1);
}

.header.darkHeader {
	position: fixed;
	width: 100%;
	left: 0;
	background-color: white;
}

.header.darkHeader .header_content {
	padding: 6px 0;
}

.button {
	padding: 5px 25px;
	background-color: #FF5722;
	color: white;
	transition: all 0.3s linear;
	border-radius: 9px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

@media (max-width: 601px) {
	.button {
		padding: 10px 15px;
	}
}

.button i {
	margin-left: 5px;
	transition: all 0.3s linear;
}

.button:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: 0.2;
	position: absolute;
	top: -50px;
	width: 50px;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	z-index: 1;
}

.button:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button:hover i {
	transform: translateX(8px);
}




.footer {
	padding-top: 25px;
	border-top: 1px solid #f0f0f0;
	color: #000;
}

.footer .container {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 820px) {
	.footer .container {
		flex-wrap: wrap;
	}
}

.footer .logo_section {
	width: 100%;
	max-width: 240px;
}

@media screen and (max-width: 820px) {
	.footer .logo_section {
		max-width: 49%;
		margin-bottom: 20px;
		order: 1;
	}
}

@media (max-width: 601px) {
	.footer .logo_section {
		max-width: 100%;
	}
}

.footer .logo_section img {
	width: 100%;
	max-width: 150px;
	margin-bottom: 10px;
}

.footer .logo_section h4 {
	font-size: 1.4rem;
	font-weight: 500;
}

.footer .subscription {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 820px) {
	.footer .subscription {
		max-width: 49%;
		order: 3;
		margin: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 601px) {
	.footer .subscription {
		max-width: 100%;
	}
}

.footer .subscription .input_wrap {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 820px) {
	.footer .subscription .input_wrap {
		justify-content: flex-start;
	}
}

.footer .subscription .input_wrap input {
	height: 45px;
	border: 1px solid #f1f1f1;
	padding: 10px 15px;
	border-radius: 10px;
	margin-right: 10px;
	outline: none;
	width: 100%;
	max-width: 320px;
}

@media screen and (max-width: 820px) {
	.footer .subscription .input_wrap input {
		max-width: calc(100% - 140px);
	}
}

.footer .subscription .input_wrap input:focus {
	border-color: #FF5722;
}

@media screen and (max-width: 820px) {
	.footer .content_details {
		width: 100%;
		max-width: 49%;
		order: 2;
	}
}

.footer .content_details .contact_links li {
	margin-bottom: 10px;
}

.footer .content_details .contact_links li a {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 500;
}

.footer .content_details .contact_links li a i {
	margin-right: 8px;
	font-size: 1.1rem;
}

.footer .content_details .contact_links li a:hover {
	color: #FF5722;
}

.footer .content_details .social_icons {
	display: flex;
	align-items: center;
	padding: 25px 0;
}

.footer .content_details .social_icons li {
	margin-right: 10px;
}

.footer .content_details .social_icons li a {
	width: 43px;
	height: 43px;
	background-color: white;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #000;
	border: 1.3px solid #e6e6e6;
	font-size: 20px;
}

.footer .content_details .social_icons li a:hover.facebook {
	background-color: #29487d;
	border-color: #29487d;
	color: white;
}

.footer .content_details .social_icons li a:hover.insta {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	border-color: transparent;
	color: white;
}

.footer .content_details .social_icons li a:hover.twitter {
	background-color: #38a1f3;
	border-color: #38a1f3;
	color: white;
}

.footer .content_details .social_icons li a:hover.youtube {
	background-color: #ed3833;
	color: white;
}

.footer .copyright {
	padding: 10px 10px;
	text-align: center;
	background-color: #f7f7f7;
	margin: 0;
	font-weight: 600;
}


.custom-modal {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}

.custom-modal .custom-modal-dialog {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.custom-modal .custom-modal-dialog {
	max-width: 750px;
	width: 100%;
	border-radius: 0px;
	position: relative;
}

.custom-modal .custom-modal-content {
	background: #ffffff;
	border-radius: 16px;
	padding: 16px;
}

.custom-modal .close-modal {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background: #f56142;
	opacity: 1;
	color: #ffffff;
	border-radius: 100%;
	border: 2px solid #ffffff;
	z-index: 9;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 0;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.custom-modal .custom-modal-body {
	display: flex;
	justify-content: space-between;
}

.custom-modal .custom-modal-body .content_left {
	width: 100%;
	max-width: 45%;
	background-image: url("http://43.204.246.211/policrew_web/assets/images/modal_image.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
	color: white;
	padding: 20px;
	border-radius: 16px;
}

@media (max-width: 601px) {
	.custom-modal .custom-modal-body .content_left {
		display: none;
	}
}

.custom-modal .custom-modal-body .content_left h4 {
	color: white;
	font-size: 1.5rem;
}

.custom-modal .custom-modal-body .content_left p {
	color: #c9c9c9;
}

.custom-modal .custom-modal-body .content_left .contact_links {
	padding: 40px 0;
}

.custom-modal .custom-modal-body .content_left .contact_links li {
	margin-bottom: 10px;
}

.custom-modal .custom-modal-body .content_left .contact_links li a {
	color: white;
	display: flex;
	align-items: center;
}

.custom-modal .custom-modal-body .content_left .contact_links li a:hover {
	color: #FF5722;
}

.custom-modal .custom-modal-body .content_left .contact_links li i {
	margin-right: 8px;
	font-size: 1.2rem;
}

.custom-modal .custom-modal-body .content_left .social_icons {
	display: flex;
	padding-top: 20px;
}

.custom-modal .custom-modal-body .content_left .social_icons li {
	list-style: none;
	margin-right: 10px;
}

.custom-modal .custom-modal-body .content_left .social_icons li:last-child {
	margin-right: 0;
}

.custom-modal .custom-modal-body .content_left .social_icons li a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1;
	background: #333;
	border-radius: 50%;
	font-size: 1.1rem;
	color: #666;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-modal .custom-modal-body .content_left .social_icons li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ffee10;
	transition: 0.5s;
	transform: scale(0.9);
	z-index: -1;
}

.custom-modal .custom-modal-body .content_left .social_icons li a:hover {
	color: #ffee10;
	color: #ffee10;
	box-shadow: 0 0 14px #ffee10;
	text-shadow: 0 0 3px #ffee10;
}

.custom-modal .custom-modal-body .content_left .social_icons li a:hover::before {
	transform: scale(1.1);
	box-shadow: 0 0 15px #ffee10;
}

.custom-modal .custom-modal-body .form {
	width: 100%;
	max-width: 52%;
	padding: 15px;
}

@media (max-width: 601px) {
	.custom-modal .custom-modal-body .form {
		max-width: 100%;
	}
}

.custom-modal .custom-modal-body .form .form_field {
	margin-bottom: 15px;
}

.custom-modal .custom-modal-body .form .form_field .label {
	display: block;
	margin-left: 3px;
	color: #000;
	font-weight: 500;
}

.custom-modal .custom-modal-body .form .form_field .input {
	border: 1px solid #dcdcdc;
	height: 43px;
	padding: 10px 15px;
	outline: none;
	border-radius: 12px;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	transition: all 0.3s linear;
}

.custom-modal .custom-modal-body .form .form_field .input:focus {
	border-color: #FF5722;
}

.custom-modal .custom-modal-body .form .form_field textarea {
	height: 80px;
}

.custom-modal .custom-modal-body .form .button_wrap {
	text-align: right;
}

body.modal-open {
	overflow: hidden;
}

body.modal-open .custom-modal {
	opacity: 1;
	visibility: visible;
}

body.modal-open .custom-modal .custom-modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.custom-modal,
body .custom-modal,
body.modal-open .custom-modal .custom-modal-dialog,
body .custom-modal .custom-modal-dialog {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.overlay {
	display: none;
}

@media screen and (max-width: 820px) {
	.overlay {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5294117647);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9;
	}
}

.mobile_open {
	overflow: hidden;
}

.mobile_open .header .header_content .mobile_button .open {
	display: none;
}

.mobile_open .header .header_content .mobile_button .close {
	display: block;
}

.mobile_open .header .header_nav {
	transform: translateX(0);
}

.mobile_open .overlay {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
}


.error {
	color: red;
	font-size: 12px;
}

.formloader {
	background-image: url(../../../../loader/loader.gif) !important;
	background-size: 16px !important;
	background-color: #4053d1 !important;
	background-repeat: no-repeat !important;
	background-position: 5px 17px !important;
	text-transform: capitalize !important;
}

.wrapper_middle_section{
	margin: 0 auto;
}

.wrapper_middle_section .news-block-two .inner-box .image {
	width: 100%;
}

.thm-unit-test p {
    font-size: 14px !important;
}

@media (max-width: 1680px) {
	.container {
		max-width: 1340px;

	}

}

@media (max-width: 1366px) {
	.container {
		max-width: 1180px;

	}

}
/*-------------------------abhishek header for blog section End--------------------------------*/