/*
 font-family: 'Open Sans', sans-serif;
 font-family: 'Poppins', sans-serif;
 font-family: 'Lato', sans-serif;
 font-family: 'Rufina', serif;
 */

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.timepicker.min.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('scrollbar.css');
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}

body {
	font-size: 14px;
	color: #787878;
	line-height: 1.6em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

.dark-layout {
	background-color: #1a1a1a;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #e20021;
}

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.2em;
	letter-spacing: -0.02em;
	font-family: 'Rufina', serif;
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

p {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
}

.text {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.auto-container {
	position: static;
	max-width: 1210px;
	padding: 0px 20px;
	margin: 0 auto;
}

.large-container {
	position: static;
	max-width: 1600px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	z-index: 9;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}

/*** 
 ====================================================================
		 Section Title
 ====================================================================
 ***/

.sec-title {
	position: relative;
	margin-bottom: 0px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 1.2em;
	color: #242424;
	font-weight: 700;
}

.sec-title .text {
	position: relative;
	color: #797979;
	font-size: 16px;
	line-height: 1.9em;
	margin-top: 12px;
}

.dark-layout .sec-title .text {
	color: #cccccc;
}

.sec-title.centered {
	text-align: center;
}

.sec-title1 {
	position: relative;
	margin-bottom: 50px;
}

.sec-title1 h2 {
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 1.2em;
	color: #666;
	font-weight: 700;
}

.sec-title1 .text {
	position: relative;
	color: #797979;
	font-size: 16px;
	line-height: 1.9em;
	margin-top: 12px;
}

/*** 
=============================================
 product-box column css Style      
=============================================
***/

.product-box-column4 {
	position: relative;
	padding: 85px 0px 85px;
}

.shop-item {
	overflow: hidden;
	margin: 0px 0px 35px;
}

.shop-item .thumb {
	position: relative;
	overflow: hidden
}

.shop-item .thumb .image {
	position: relative;
	display: block;
	overflow: hidden
}

.shop-item .thumb .image img {
	z-index: 1;
	max-width: 100%;
	transition: all .3s ease 0s
}

.shop-item .thumb .image img.hover-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0
}

.shop-item .thumb .badges {
	position: absolute;
	z-index: 8;
	top: 18px;
	left: 18px;
	display: flex;
	flex-direction: column
}

.shop-item .thumb .badges span {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	display: block;
	padding: 0 7px;
	text-align: center;
	text-transform: capitalize;
	border-radius: 3px;
	color: #fff
}

.shop-item .thumb .badges span+span {
	margin-top: 10px
}

.shop-item .thumb .badges span.new {
	background-color: #1b1a1c;
}

.shop-item .thumb .badges span.sale {
	background-color: #e20021;
}

.shop-item .thumb .actions {
	position: absolute;
	z-index: 9;
	top: 18px;
	right: 18px;
	display: flex;
	flex-direction: column;
	transition: all .3s ease 0s
}

.shop-item .thumb .actions .action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: all .3s ease 0s;
	text-decoration: none;
	color: #212121;
	border-radius: 50%;
	background-color: #fff
}

.shop-item .thumb .actions .action i {
	font-size: 16px;
	line-height: 1
}

.shop-item .thumb .actions .action+.action {
	margin-top: 10px
}

.shop-item .thumb .actions .action:not(.wishlist) {
	visibility: hidden;
	transform: translateY(20px);
	opacity: 0
}

.shop-item .thumb .actions .action.active {
	color: #e20021;
}

.shop-item .thumb .actions .action:hover:not(.active) {
	color: #fff;
	background-color: #e20021;
}

.shop-item .thumb .add-to-cart {
	display: block;
	width: 80%;
	height: 45px;
	line-height: 45px;
	background-color: #e20021;
	text-align: center;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	z-index: 11;
	margin: auto;
	font-weight: 600;
	visibility: hidden;
	transition: all .3s ease 0s;
	transform: translateY(20px);
	color: #fff;
	opacity: 0;
}

.shop-item .thumb .add-to-cart:hover {
	color: #fff;
}

.shop-item .content {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	padding: 20px 15px 0;
	transition: all .3s ease 0s;
	text-align: center;
	background-color: #e5e9eb;
	height: 100px;
}

.shop-item .content .title {
	font-size: 14px;
	margin: 7px 0 20px;
}

.shop-item .content .title a {
	text-decoration: none;
	color: #27282c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 20px
}

.shop-item .content .price {
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #212121
}

.shop-item .content .price:not(:last-child) {
	margin-bottom: 20px
}

.shop-item .content .price span.new {
	color: #27282c;
	font-weight: 500;
	font-size: 20px;
}

.shop-item .content .price span.old {
	font-size: 16px;
	margin-left: 10px;
	text-decoration: line-through;
	color: #555;
}

.shop-item .content .btn {
	align-self: center
}

.shop-item:hover .thumb .image img {
	transform: scale(1.1) rotate(3deg)
}

.shop-item:hover .thumb .image img:not(:last-child) {
	opacity: 0
}

.shop-item:hover .thumb .image img.hover-image {
	opacity: 1
}

.shop-item:hover .thumb .actions .action {
	visibility: visible;
	transform: translateY(0);
	opacity: 1
}

.shop-item:hover .thumb .add-to-cart {
	visibility: visible;
	transform: translateY(0);
	opacity: 1
}

.shop-item:hover .content .title a {
	color: #474747
}

.shop-item:hover .content .title a:hover {
	color: #e20021;
}

/*** 
=============================================
 shopping-banner-area css Style      
=============================================
***/

.shopping-banner-area {
	position: relative;
	overflow: hidden;
	padding: 65px 0 60px;
	background-image: url(../image-2/bg2.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.shop-now-furniture-img {
	position: relative;
	margin: 0 50px 0 65px;
}

.shop-now-furniture-img img {
	position: relative;
	z-index: 1;
}

img.bg-shape-img {
	position: absolute;
	left: 0;
	top: 65px;
	z-index: 0;
}

.furniture-shop-col {
	margin-bottom: 30px;
	padding-top: 110px;
	padding-right: 45px;
}

.furniture-shop-col p {
	color: #e20021;
	font-size: 25px;
}

.furniture-shop-col h2 {
	font-size: 45px;
	color: #27282c;
	margin-bottom: 25px;
}

.furniture-shop-col a {
	color: #848282;
	background: #ffffff;
	padding: 12px 35px 10px;
	border-radius: 80px;
}

.furniture-shop-col a:hover {
	background: #e20021;
	color: #ffffff;
}

.chair-img-shop {
	position: absolute;
	right: 180px;
	bottom: 220px;
	z-index: 0;
}

.layer.abstract-img.chair-img-shop {
	transform: translateX(185.95px) translateY(234.79px);
}

.rotating {
	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes rotating {
	0% {
		-ms-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-ms-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-ms-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

/*=== List Style One ===*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #242424;
	font-weight: 400;
	padding-left: 32px;
	margin-bottom: 12px;
}

.list-style-one li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	content: "\f176";
	font-weight: 700;
	font-family: "Flaticon";
}

.list-style-one li a:hover {
	color: #44bce2;
}

/*=== List Style Three ===*/

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #242424;
	font-weight: 400;
	padding-left: 32px;
	margin-bottom: 16px;
	font-family: 'Rufina', serif;
}

.list-style-three li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #ffb600;
	content: "\f176";
	font-weight: 700;
	font-family: "Flaticon";
}

.list-style-three li a:hover {
	color: #44bce2;
}

/*=== List Style Four ===*/

.list-style-four {
	position: relative;
}

.list-style-four li {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #797979;
	font-weight: 700;
	margin-bottom: 16px;
	font-family: 'Rufina', serif;
}

.theme_color {
	color: #e20021;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.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);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

/*** 
 
 ====================================================================
	 Scroll To Top style
 ====================================================================
 
 ***/

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	color: #ffffff;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #1b1a1c;
	display: none;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	background: #e20021;
}

/*** 
 
 ====================================================================
	 Main Header style
 ====================================================================
 
 ***/

.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 99999;
}

.main-header .header-top {
	position: relative;
	background-color: #C2DCC5;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
}

.main-header .header-top .info-list {
	position: relative;
	float: left;
}

.main-header .header-top .info-list li {
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #8c8c8c;
	font-weight: 400;
	padding: 10px 0px;
}

.main-header .header-top .info-list li a {
	position: relative;
	color: #8c8c8c;
	margin-right: 18px;
	padding-right: 18px;
	border-right: 1px solid #8c8c8c;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-top .info-list li:last-child a {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}

.main-header .header-top .info-list li a:hover {
	color: #ffffff;
}

.main-header .header-top .info-list li.quote a {
	position: relative;
	color: #e20021;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Dropdown Language */

.main-header .language {
	position: relative;
	float: left;
	padding: 13px 0px;
	margin-left: 28px;
}

.main-header .language .dropdown-menu {
	top: 100%;
	left: 0px;
	width: 180px;
	border-radius: 0px;
	margin-top: 13px;
	background-color: #222222;
	border: none;
	padding: 0px;
	border-top: 3px solid #e20021;
}

.main-header .language>a {
	position: relative;
	color: #d4c0cd;
	border: 0px;
	font-size: 15px;
	padding: 0px 0px;
	border-radius: 0px;
	background: none !important;
}

.main-header language a:hover {
	background: none;
}

.main-header .language>a:focus {
	box-shadow: none;
}

.main-header .language .dropdown-menu>li {
	padding: 0px !important;
	margin: 0px !important;
	float: none;
	width: 100%;
	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: 10px 18px;
	color: #ffffff !important;
	text-align: left;
	display: block;
	font-size: 14px;
	-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 .language .dropdown-menu>li>a:hover {
	color: #ffffff !important;
	background-color: #e20021;
}

/* Top Right*/

.main-header .header-top .top-left {
	position: relative;
	float: left;
}

.main-header .header-top .top-left .text {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 27px;
	color: #9d9d9d;
	z-index: 1;
	font-weight: 400;
	padding: 11px 0px;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-top .top-left .text .icon {
	position: relative;
	color: #9a8b94;
	font-size: 16px;
	line-height: 1em;
	margin-right: 10px;
}

.main-header .header-top .top-left .text .number {
	color: #e20021;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .top-left .text .number:hover {
	color: #ffffff;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
}

/*=== Header Upper ===*/

.main-header .header-upper {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 5;
	background-color: #2791d8;
}

.header-style-one .header-upper {
	position: absolute;
	left: 0;
	top: 51px;
}

.main-header .header-upper .logo-outer {
	position: relative;
	float: left;
	z-index: 25;
	padding: 5px 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .nav-outer {
	position: relative;
	float: right;
}

/*=== Header Lower ===*/

.main-header .header-lower {
	position: relative;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 22px 0px;
	margin-right: 28px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	font-weight: 400;
	opacity: 1;
	color: #ffffff;
	padding: 0px;
	text-transform: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li:hover>a, .main-menu .navigation>li.current>a {
	color: #e20021;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 240px;
	z-index: 100;
	opacity: 1;
	padding: 10px 0;
	background: #161616;
	border-top: 1px solid #e20021;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 25px;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 0px;
	line-height: 20px;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	color: rgba(255, 255, 255, 0.90);
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: 0;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #e20021;
	padding-left: 15px;
}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #e20021;
	opacity: 0;
	visibility: hidden;
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 800;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before {
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 800;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 10px;
	display: block;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: -20px;
	width: 240px;
	z-index: 100;
	opacity: 1;
	padding: 10px 0;
	background: #161616;
	border-top: 1px solid #e20021;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 25px;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 0px;
	line-height: 20px;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	color: rgba(255, 255, 255, 0.90);
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #e20021;
	padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #e20021;
	opacity: 0;
	visibility: hidden;
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 800;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li.dropdown:hover>ul {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	background: #ffffff;
	color: #e20021;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	float: right;
}

.main-header .outer-box .search-box-btn {
	position: relative;
	float: right;
	color: #ffffff;
	padding: 29px 0px;
	margin-left: 25px;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.main-header .outer-box .search-box-btn .icon {
	padding-left: 20px;
	border-left: 1px solid #888989;
}

.main-header .outer-box .btn-box {
	position: relative;
	float: right;
}

.main-header .outer-box .btn-box .quote-btn {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 45px;
	line-height: 23px;
	background-color: #000000;
	font-family: 'Poppins', sans-serif;
}

.header-style-one.fixed-header .header-upper, .header-style-one.fixed-header .header-lower, .header-style-three.fixed-header .header-upper, .header-style-three.fixed-header .header-lower {
	position: fixed;
	left: 0px;
	top: 0px;
}

.fixed-header .header-upper .logo-outer {
	padding: 0px 0px;
}

.fixed-header .main-menu .navigation>li {
	padding: 17px 0px;
}

.fixed-header .outer-box .search-box-btn {
	padding: 24px 0px;
}

/*** 
 
 ====================================================================
				 Sticky Header
 ====================================================================
 
 ***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99999;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li>a:before, .sticky-header .main-menu .navigation>li:after {
	display: none !important;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 23px 0px !important;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.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 {
	opacity: 1;
	color: #e20021;
}

/*** 
 
 ====================================================================
			 Mobile Menu
 ====================================================================
 
 ***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	font-size: 36px;
	line-height: 40px;
	cursor: pointer;
	color: #e20021;
	padding: 20px 0px 0px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #e20021;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	color: #e20021;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	font-family: 'Poppins', sans-serif;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 14px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid #e20021;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a, .mobile-menu .navigation li>a:hover {
	color: #e20021;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	background: #e20021;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
	color: #e20021;
}

/*** 
 
 ====================================================================
	 Search Popup
 ====================================================================
 
 ***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	background: rgba(0, 0, 0, 0.80);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}

.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: 0.70;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 200px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, 0.50);
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	background: #e20021;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-border-radius: 0px 7px 7px 0px;
	-ms-border-radius: 0px 7px 7px 0px;
	-o-border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
	background: #030303;
}

.search-popup h3 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.search-popup .recent-searches li a:hover {
	color: #e20021;
	border-color: #e20021;
}

/*** 
 
 ====================================================================
	 Main Slider
 ====================================================================
 
 ***/

.main-slider {
	position: relative;
}

.main-slider.style-two .slide {
	padding: 200px 0px 250px;
}

.main-slider.style-three .slide {
	padding: 190px 0px 220px;
}

.main-slider.style-four .slide {
	padding: 210px 0px 165px;
}

.main-slider.style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	z-index: 10;
	background-color: #1a1a1a;
}

.main-slider.style-two:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	z-index: 10;
	background-color: #1a1a1a;
}

.main-slider .social-icons {
	position: absolute;
	left: 25px;
	bottom: 0px;
	z-index: 11;
	text-align: center;
}

.main-slider .social-icons li {
	position: relative;
	margin-bottom: 12px;
}

.main-slider .social-icons li:last-child {
	margin-bottom: 0px;
}

.main-slider .social-icons li a {
	position: relative;
	font-size: 14px;
	color: #6f6f70;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-slider .social-icons li a:hover {
	color: #ffffff;
}

.main-slider .slide {
	position: relative;
	padding: 300px 0px 210px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-slider .slide .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.main-slider .active .slide .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.main-slider .content {
	position: relative;
	z-index: 10;
}

.main-slider .content h2 {
	position: relative;
	color: #ffffff;
	font-size: 62px;
	font-weight: 700;
	line-height: 1.1em;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider .active .content h2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}

.main-slider .content .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8em;
	margin-top: 35px;
	margin-bottom: 40px;
	opacity: 0;
	max-width: 570px;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider .active .content .text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1800ms;
}

.main-slider .content .theme-btn {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider .active .content .theme-btn {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2200ms;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 100%;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	border-radius: 5px 0px 0px 5px;
	opacity: 0.70;
	text-align: center;
	color: #353535;
	background-image: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(255, 255, 255, 0.90);
}

.main-slider .owl-prev {
	position: absolute;
	top: 0;
	left: 0px;
	width: 50px;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	border-radius: 0px 5px 5px 0px;
	opacity: 0.70;
	text-align: center;
	color: #353535;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: none;
	background-color: rgba(255, 255, 255, 0.90);
}

.main-slider .owl-next:hover, .main-slider .owl-prev:hover {
	background: #e20021;
	opacity: 1;
}

.main-slider .owl-dots {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.main-slider .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 4px;
}

.main-slider .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.90);
	border-radius: 50%;
}

.main-slider .owl-dots .owl-dot.active span {
	background: #e20021;
}

/*** 
 
 ====================================================================
	 Call To Action Section
 ====================================================================
 
 ***/

.call-to-action-section {
	position: relative;
	padding: 80px 0px 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover
}

.call-to-action-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
}

.call-to-action-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}

.call-to-action-section .text {
	position: relative;
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 22px;
	margin-bottom: 22px;
	font-family: 'Rufina', serif;
	text-align: center;
}

/*** 
 
 ====================================================================
	 News Section
 ====================================================================
 
 ***/

.news-section {
	position: relative;
	padding: 85px 0px 85px;
	background-color: #f0f1f5;
}

.news-section .owl-nav, .news-section .owl-dots {
	display: none;
}

.blog-slider2 .owl-dots {
	position: relative;
	display: block !important;
	margin-top: 0px !important;
	line-height: 14px;
	text-align: center;
}

.blog-slider2 .owl-dots .owl-dot {
	background-image: none;
	width: 20px;
	height: 5px;
	margin: 0px 10px;
	background: #e1e1e1;
	border: 2px solid #e1e1e1;
	padding: 0px;
	border-radius: 0%;
	transition: all 500ms ease;
	display: inline-block;
}

.blog-slider2 .owl-dots .owl-dot span {
	display: none;
}

.blog-slider2 .owl-dots .owl-dot.active {
	background: #e20021;
	border-color: #e20021;
}

.latest-blog-card-box1 {
	position: relative;
	margin-bottom: 30px;
}

.latest-blog-card-box1 .inner-box1 {
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.latest-blog-card-box1 .inner-box1 .image {
	position: relative;
	overflow: hidden;
	background-color: #1b1a1c;
}

.latest-blog-card-box1 .inner-box1 .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.latest-blog-card-box1 .inner-box1:hover .image img {
	transform: scale(1.10, 1.10);
	opacity: 0.5;
}

.latest-blog-card-box1 .inner-box1 .lower-content {
	position: relative;
	padding: 0px 30px 25px !important;
	background-color: #ffffff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.latest-blog-card-box1 .inner-box1 .category {
	position: relative;
	top: -10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 14px;
	margin-top: -6px;
	margin-bottom: 15px;
	border-radius: 5px;
	display: inline-block;
	background-color: #e20021;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-blog-card-box1 .inner-box1:hover .category {
	background-color: #1b1a1c;
}

.latest-blog-card-box1 .inner-box1 .lower-content h4 {
	position: relative;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 14px;
}

.latest-blog-card-box1 .inner-box1 .lower-content h4 a {
	position: relative;
	color: #27282c;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-blog-card-box1 .inner-box1 .lower-content h4 a:hover {
	color: #e20021;
}

.latest-blog-card-box1 .inner-box1 .lower-content .text {
	position: relative;
	color: #555555;
	font-size: 16px;
	line-height: 1.7em;
}

.latest-blog-card-box1 .inner-box1 .lower-content .lower-box {
	position: relative;
	padding-top: 22px;
	margin-top: 22px;
	border-top: 1px solid #dddddd;
}

.latest-blog-card-box1 .inner-box1 .lower-content .author-box {
	position: relative;
}

.latest-blog-card-box1 .inner-box1 .lower-content .author-box .box-inner {
	position: relative;
	padding-left: 55px;
	color: #e20021;
	font-size: 15px;
	padding-top: 10px;
}

.latest-blog-card-box1 .inner-box1 .lower-content .author-box .author-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-radius: 50px;
}

.latest-blog-card-box1 .inner-box1 .lower-content .author-box .box-inner span {
	position: relative;
	color: #555555;
	margin-left: 15px;
}

.latest-blog-card-box1 .inner-box1 .lower-content .share {
	position: relative;
	color: #e20021;
	font-size: 20px;
	line-height: 1em;
	margin-top: 10px;
	display: inline-block;
}

/*** 
  ====================================================================
	 Interior Section
 ====================================================================
 
 ***/

.interior-section {
	position: relative;
	padding: 20px 0px 0px;
}

.interior-section .inner-container {
	position: relative;
	z-index: 1;
	background-color: #282d31;
}

.interior-section .image-column {
	position: relative;
}

.interior-section .image-column .inner-column {
	position: relative;
}

.interior-section .image-column .inner-column .image {
	position: relative;
}

.interior-section .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	display: block;
}

.interior-section .content-column {
	position: relative;
}

.interior-section .content-column .inner-column {
	position: relative;
	padding: 50px 60px 40px;
}

.interior-section .content-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3em;
}

.interior-section .content-column .text {
	position: relative;
	color: #cccccc;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-top: 16px;
	margin-bottom: 50px;
}

.dark-layout .interior-section .content-column .text, .dark-layout .interior-section .content-column .column-text, .fluid-section-one.style-two .list-style-one li:before, .fluid-section-one.style-two .list-style-one li, .services-section-four .sec-title .text, .team-section .sec-title .text {
	color: #cccccc;
}

.interior-block {
	position: relative;
	margin-bottom: 30px;
}

.interior-block .block-inner {
	position: relative;
	text-align: center;
}

.interior-block .block-inner .icon-box {
	position: relative;
	color: #797979;
	font-size: 60px;
	line-height: 1em;
}

.interior-block .block-inner h3 {
	position: relative;
	color: #e3e3e3;
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 24px;
	font-family: 'Rufina', serif;
}

.interior-section .content-column .bold-text {
	position: relative;
	color: #e20021;
	font-size: 22px;
	font-weight: 700;
	margin-top: 45px;
	font-family: 'Rufina', serif;
}

.interior-section .content-column .column-text {
	position: relative;
	color: #cccccc;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-top: 10px;
}

.interior-section.style-two {
	padding-top: 85px;
}

.interior-section.style-three {
	padding-top: 0px;
}

/*** 
 ====================================================================
	 Counter Section
 ====================================================================
 ***/

.counter-section {
	position: relative;
	padding: 75px 0px 40px;
}

/*fact counter*/

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 20px;
}

.fact-counter .column .inner {
	width: 100%;
	background-color: #fff;
	padding: 50px 24px;
	box-shadow: 0px 20px 40px 0px rgba( 0, 0, 0, 0.16);
	border-radius: 10px;
	margin-top: 30px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fact-counter .column .inner .content {
	position: relative;
	text-align: center;
}

.fact-counter .column .inner .icon {
	position: relative;
	color: #ea3a60;
	font-size: 60px;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 28px;
	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;
}

.fact-counter .count-outer .percentage {
	display: inline-block;
	font-weight: 600;
	color: #020e28;
	font-size: 48px;
	line-height: 1em;
}

.fact-counter .column .inner .count-outer {
	position: relative;
	font-weight: 700;
	color: #ffffff;
	font-size: 40px;
	line-height: 1em;
	display: inline-block;
}

.fact-counter .column .inner .counter-title {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.40);
}

.counter-section.style-two {
	background-color: #e5e9eb;
}

.counter-section.style-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -170px;
	width: 100%;
	height: 170px;
	background-color: #e5e9eb;
}

.counter-section.style-two .fact-counter .column .inner .counter-title, .counter-section.style-two .fact-counter .column .inner .count-outer {
	color: #242424;
}
