@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Rubik:wght@300;400;500;600;700&display=swap");

.myvideo {
	margin: 0 auto;
	max-width: 600px;
}

.table-data-sheet {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e0e0e0;
	margin: 0;
	width: 100%;
}

.table-data-sheet tr {
	border: 1px solid #e0e0e0;
}

.table-data-sheet tr td {
	padding: 6px 10px;
	border: 1px solid #e0e0e0;
}

.table-data-sheet tr.even {
	background-color: #eeeeee;
}

html {
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	color: #111111;
	margin: 0px;
}

h1 {
	font-size: 85px;
}

h2 {
	font-size: 48px;
	line-height: 48px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	color: #696969;
	margin: 0px;
}

input,
textarea {
	display: inherit;
}

input.placeholder,
textarea.placeholder {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #111111;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #111111;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #111111;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #111111;
}

img {
	max-width: 100%;
}

body {
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #696969;
	font-size: 15px;
	line-height: 28px;
	overflow-x: hidden;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slick-slide {
	outline: 0;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.custom-container {
	max-width: 1420px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.form_group {
	position: relative;
}

.form_group i {
	color: #ff4545;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 14px;
}


.form_control {
	width: 100%;
	padding: 0 30px;
	height: 70px;
	border: 1px solid #eaeaea;
}

.form_input {
	width: 50%;
	padding: 0 30px;
	height: 70px;
	border: 1px solid #eaeaea;
	display: inline;
}

.section-title span {
	color: #ff4545;
	margin-bottom: 10px;
}

.section-title h2 {
	margin-bottom: 15px;
	font-size: 27px;
	line-height: 32px;
	letter-spacing: -1.3px;
}

@media (max-width: 767px) {
	.section-title h2 {
		font-size: 28px;
		line-height: 40px;
	}
}

.red-bg {
	background: #ff4545;
}

.black-bg {
	background: #111111;
}

.light-bg {
	background: #f7f7f7;
}

.main-btn {
	display: inline-block;
	padding: 14px 45px;
	font-size: 14px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #fff;
	background: #ff4545;
	text-transform: uppercase;
	border-radius: 28px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.main-btn:after {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	content: '\f0a9';
	font-family: 'Font Awesome 5 Pro';
}

.main-btn:hover,
.main-btn:focus {
	background: #ff4545;
	color: #fff;
}

button {
	border: none;
}

.nice-select {
	width: 100%;
	outline: none;
}

.nice-select.open:after {
	-webkit-transform: none;
	transform: none;
}

.nice-select:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	right: 20px;
	font-size: 12px;
	font-weight: 600;
	-webkit-transform: none;
	transform: none;
	border: none;
	top: 0;
	margin-top: 0;
	color: #2E2E2E;
}

.nice-select .list {
	width: 100%;
}

@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
}

.back-to-top {
	background: #ff4545;
	border-radius: 50%;
	bottom: 30px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
	background: #111111;
	color: #fff;
}


.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header-navigation .nav-container {
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-navigation .nav-container {
		padding: 15px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-navigation .nav-container {
		padding: 15px 0;
	}
}

@media (max-width: 767px) {
	.header-navigation .nav-container {
		padding: 15px 0;
	}
}

.header-navigation .nav-container .nav-pushed-item {
	display: none;
}

.header-navigation .nav-container .brand_logo {
	width: 15%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-navigation .nav-container .brand_logo {
		max-width: 150px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.header-navigation .nav-container .brand_logo {
		max-width: 150px;
		width: 100%;
	}
}

.header-navigation .nav-container .nav-menu .mobile-logo {
	display: none;
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-navigation .nav-container .nav-menu .mobile-logo {
		display: block;
	}
}

@media (max-width: 767px) {
	.header-navigation .nav-container .nav-menu .mobile-logo {
		display: block;
	}
}

.header-navigation .nav-container .nav-push-item {
	text-align: right;
}

.header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-left: 5px;
	display: inline-block;
	color: #111111;
	font-size: 14px;
}

@media (max-width: 767px) {
	.header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
		margin-left: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
		display: none;
	}
}

.header-navigation .nav-container .main-menu ul li {
	display: inline-block;
	position: relative;
}

.header-navigation .nav-container .main-menu ul li>a {
	display: block;
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	padding: 34px 15px;
}

.header-navigation .nav-container .main-menu ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 120%;
	width: 300px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	height: auto;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child>a {
	border-bottom: none;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	margin: 0 0;
	line-height: 30px !important;
	border-bottom: 1px solid #ececec;
	color: #1b3255;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a:hover {
	background-color: #ff4545;
	color: #fef000 !important;
	border-color: transparent;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu {
	left: 100%;
	top: 50%;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:hover .sub-menu {
	top: 100%;
}

.header-navigation .nav-container .main-menu ul li:hover.menu-item-has-children>a:after {
	color: #ff4545;
}

.header-navigation .nav-container .main-menu ul li:hover>a {
	color: #ff4545;
}

.header-navigation .nav-container .main-menu ul li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header-navigation .nav-container .main-menu ul li .dd-trigger {
	display: none;
}

.header-navigation .nav-container.breakpoint-on .nav-menu {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 9999;
	width: 300px;
	height: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 70px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
	left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li:last-child {
	border-bottom: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
	border-top: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #111111 !important;
	padding: 13px 20px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	visibility: visible;
	opacity: 1;
	display: none;
	-webkit-transition: none;
	transition: none;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
	color: #111111;
	padding: 0px 20px 0 40px;
	line-height: 45px !important;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
	display: block;
	position: absolute;
	right: 0;
	height: 45px;
	width: 45px;
	top: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 2;
	background: transparent;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	color: #111111;
	font-size: 20px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu.menu-on {
	left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-pushed-item {
	display: none;
}

.header-navigation .nav-container.breakpoint-on .navbar-close,
.header-navigation .nav-container.breakpoint-on .navbar-toggler {
	display: block;
}

.header-navigation .navbar-toggler {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: none;
}

.header-navigation .navbar-toggler span {
	position: relative;
	background-color: #ff4545;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
	display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
	opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .navbar-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	display: none;
	background: #ff4545;
	padding: 5px;
}

.header-navigation .navbar-close .cross-wrap {
	width: 26px;
	height: 26px;
	cursor: pointer;
	position: relative;
}

.header-navigation .navbar-close .cross-wrap span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 6px;
	background: #fff;
}

.header-navigation .navbar-close .cross-wrap span.top {
	top: 12px;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-navigation .navbar-close .cross-wrap span.bottom {
	bottom: 12px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-area-v1 .header-top {
	padding: 2px 0;
	z-index: 9999;
}

@media (max-width: 767px) {
	.header-area-v1 .header-top {
		display: none;
	}
}

@media (max-width: 767px) {
	.header-area-v1 .header-top .top-left {
		text-align: center;
	}
}

.header-area-v1 .header-top .top-left ul>li {
	display: inline-block;
	vertical-align: middle;
}

.header-area-v1 .header-top .top-left ul>li .nice-select {
	background: transparent;
	border-radius: 0;
	border: none;
	color: #bdbdbd;
	padding-left: 0px;
	padding-right: 40px;
}

.header-area-v1 .header-top .top-left ul>li .nice-select:after {
	right: 30px;
	color: #bdbdbd;
	font-size: 15px;
}

.header-area-v1 .header-top .top-left ul>li .option:hover,
.header-area-v1 .header-top .top-left ul>li .option.focus,
.header-area-v1 .header-top .top-left ul>li .option.selected.focus {
	background-color: #ff4545;
	color: #fff;
	font-weight: 400;
}

.header-area-v1 .header-top .top-left ul>li ul.list {
	margin-top: 0px;
	border-radius: 0px;
	background: #111;
	color: #bdbdbd;
}

.header-area-v1 .header-top .top-left ul>li ul.list li {
	display: block;
}

@media (max-width: 767px) {
	.header-area-v1 .header-top .top-middle {
		text-align: center;
	}
}

.header-area-v1 .header-top .top-middle p {
	color: #bdbdbd;
}

@media (max-width: 767px) {
	.header-area-v1 .header-top .top-middle p {
		font-size: 13px;
		margin-bottom: 10px;
	}
}

.header-area-v1 .header-top .top-middle p a {
	color: #fff;
	background: #ff4545;
	text-transform: uppercase;
	line-height: 11px;
	font-size: 12px;
	padding: 7px 15px 6px;
	margin-left: 10px;
	font-weight: 700;
	border-radius: 13px;
}

.header-area-v1 .header-top .top-right {
	float: right;
}

@media (max-width: 767px) {
	.header-area-v1 .header-top .top-right {
		float: none;
		text-align: center;
	}
}

.header-area-v1 .header-top .top-right p {
	color: #bdbdbd;
}

.header-area-v1 .header-top .top-right p i {
	color: #ff4545;
	margin-right: 5px;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li {
	display: inline-block;
	margin-left: 30px;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li:first-child {
	margin-left: 0px;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li .form_group input[type=text] {
	width: 170px;
	height: 45px;
	border-radius: 22px;
	border: 2px solid #ededed;
	padding: 0 20px;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li .form_group i {
	top: 15px;
	right: 20px;
	color: #111111;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li a {
	position: relative;
	color: #111111;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li a span.count {
	position: absolute;
	top: -15px;
	right: -4px;
	color: #ff4545;
}

.header-area-v1 .header-navigation .nav-container .nav-push-item .nav-tools ul li a.navbar-toggler {
	display: block;
}

.header-area-v3 .header-top .top-left ul>li .nice-select {
	color: #fff;
}

.header-area-v3 .header-top .top-left ul>li .nice-select:after {
	color: #fff;
}

.header-area-v3 .header-top .top-middle p {
	color: #fff;
}

.header-area-v3 .header-top .top-middle p a {
	background: #fff;
	color: #111111;
}

.header-area-v3 .header-top .top-right p {
	color: #fff;
}

.header-area-v3 .header-top .top-right p i {
	color: #fff;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul>li.menu-item-has-children>a:after {
	color: #006764;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li>a {
	color: #006764;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li:hover>a {
	color: #ff4545;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li:hover>a:after {
	color: #ff4545;
}

.header-area-v3 .header-navigation .nav-container .nav-push-item .nav-tools ul li a {
	color: #fff;
}

.header-area-v3 .header-navigation .navbar-toggler span {
	background-color: #fff;
}

.sidebar-sidemenu.active .sidemenu-nav {
	right: 0;
}

.sidemenu-nav {
	overflow: hidden;
	width: 300px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -300px;
	padding: 80px 20px;
	background: #fff;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	overflow-y: visible;
}

.sidemenu-nav .cross-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff4545;
	color: #fff;
	font-size: 18px;
}

.sidemenu-nav ul.sidebar-menu li {
	position: relative;
}

.sidemenu-nav ul.sidebar-menu li:hover>a,
.sidemenu-nav ul.sidebar-menu li.active>a {
	color: #ff4545;
}

.sidemenu-nav ul.sidebar-menu li.active .sub-menu {
	display: block;
}

.sidemenu-nav ul.sidebar-menu li.active .sub-menu>li:last-child a {
	border-bottom: none;
}

.sidemenu-nav ul.sidebar-menu li>a {
	padding: 10px;
	display: block;
	border-top: 1px solid #eee;
	font-weight: 500;
	color: #111111;
}

.sidemenu-nav ul.sidebar-menu li>a i {
	width: 50px;
	height: 50px;
	padding: 0;
	color: #111111;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid #eee;
}

.sidemenu-nav ul.sidebar-menu .sub-menu {
	border-top: 1px solid #eee;
	display: none;
	list-style: none;
}

.sidemenu-nav ul.sidebar-menu .sub-menu>li:hover>a,
.sidemenu-nav ul.sidebar-menu .sub-menu>li.active>a {
	color: #ff4545;
}

.sidemenu-nav ul.sidebar-menu .sub-menu>li>a {
	display: block;
	font-size: 14px;
	color: #111;
	padding: 10px 30px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
}

.panel-overly {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	cursor: pointer;
	z-index: 999;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.sidebar-sidemenu.active .panel-overly {
	opacity: 0.5;
	visibility: visible;
}

.header-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
	background: #ff4545;
}

.header-area-v1 .header-navigation.sticky {
	background: #fff;
	-webkit-box-shadow: 0px 7px 12px 0px rgba(225, 225, 225, 0.5);
	box-shadow: 0px 7px 12px 0px rgba(225, 225, 225, 0.5);
}

.header-area-v3 .header-navigation.sticky {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-area-v3 .header-navigation.sticky .nav-container .main-menu ul li:hover>a {
	color: #111111;
}

.header-area-v3 .header-navigation.sticky .nav-container .main-menu ul li:hover>a:after {
	color: #111111;
}

@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}


.hero-area-v3 .single-hero {
	padding: 253px 0 213px;
	z-index: 1;
	background-color: #ccc;
}

.hero-area-v3 .single-hero:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: rgba(17, 17, 17, 0.3);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-area-v3 .single-hero .hero-content h2 {
	font-size: 42px;
	letter-spacing: -1.6px;
	color: #fff;
	margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-area-v3 .single-hero .hero-content h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area-v3 .single-hero .hero-content h2 {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.hero-area-v3 .single-hero .hero-content h2 {
		font-size: 30px;
		line-height: 36px;
	}
}

.hero-area-v3 .single-hero .hero-content p {
	color: #fff;
	margin-bottom: 33px;
}

.hero-area-v3 .single-hero .hero-content ul.button li {
	display: inline-block;
}

.hero-area-v3 .single-hero .hero-content ul.button li:last-child {
	margin-left: 5px;
}

@media (max-width: 455px) {
	.hero-area-v3 .single-hero .hero-content ul.button li:last-child {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 456px) and (max-width: 767px) {
	.hero-area-v3 .single-hero .hero-content ul.button li:last-child {
		margin-left: 5px;
	}
}

@media (max-width: 455px) {
	.hero-area-v3 .single-hero .hero-content ul.button li {
		margin-left: 0px;
		margin-bottom: 10px;
	}
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn {
	padding: 14px 40px;
	color: #fff;
	background: #ff4545;
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn.active-btn {
	background: #fff;
	color: #777777;
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn.active-btn:hover {
	background: #ff4545;
	color: #fff;
}

.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn:hover,
.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn:focus {
	background: #fff;
	color: #777777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn {
		padding: 14px 30px;
	}
}

.hero-area-v3 .single-hero .play-button {
	float: right;
}

@media (max-width: 767px) {
	.hero-area-v3 .single-hero .play-button {
		float: none;
		margin-top: 80px;
	}
}

.hero-area-v3 .single-hero .play-button .video-popup {
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ff4545;
}

.hero-area-v3 .single-hero .play-button .video-popup:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-animation: pulse-border 1.5s linear infinite;
	animation: pulse-border 1.5s linear infinite;
}

.hero-area-v3 .hero-filter {
	margin-bottom: 0px;
	margin-top: -58px;
	position: relative;
	z-index: 999;
}

.breadcrumbs-section {
	padding: 80px 0;
	position: relative;
	z-index: 1;
}

.breadcrumbs-section:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	background: rgba(0, 0, 0, 0.75);
}

.breadcrumbs-section .breadcrumbs-content h1 {
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.breadcrumbs-section .breadcrumbs-content h1 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumbs-section .breadcrumbs-content h1 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs-section .breadcrumbs-content h1 {
		font-size: 24px;
	}
}

.breadcrumbs-section .breadcrumbs-content ul.link li {
	display: inline-block;
	text-transform: uppercase;
}

.breadcrumbs-section .breadcrumbs-content ul.link li:last-child:after {
	display: none;
}

.breadcrumbs-section .breadcrumbs-content ul.link li a {
	color: #ff4545;
}

.breadcrumbs-section .breadcrumbs-content ul.link li.active {
	color: #fff;
}

.breadcrumbs-section .breadcrumbs-content ul.link li:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	margin-left: 13px;
	margin-right: 10px;
	color: #fff;
}

.about-area .about-img-box {
	position: relative;
}

.about-area .about-img-box .shape {
	position: absolute;
	top: 100px;
	right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-img-box .shape {
		display: none;
	}
}

@media (max-width: 767px) {
	.about-area .about-img-box .shape {
		display: none;
	}
}

.about-area .about-img-box .about-img.about-small-img {
	position: absolute;
	bottom: 70px;
	right: 0;
	background: #fff;
	padding: 10px;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

.about-area .about-content-box {
	padding: 0 100px;
	margin-top: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-content-box {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-content-box {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.about-area .about-content-box {
		padding: 0 15px;
	}
}

.about-area .about-content-box ul.list li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

.about-area .about-content-box ul.list li:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background: #ff4545;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	color: #fff;
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
}

.about-area .about-content-box p {
	padding-bottom: 25px;
}

.about-area .about-content-box .main-btn {
	margin-top: 25px;
}

.testimonial-slide-two:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.testimonial-slide-two:hover .slick-arrow.prev {
	left: 0px;
}

.testimonial-slide-two:hover .slick-arrow.next {
	right: 0px;
}

.testimonial-slide-two .slick-arrow {
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	background: #ff4545;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.testimonial-slide-two .slick-arrow.prev {
	left: 40px;
}

.testimonial-slide-two .slick-arrow.next {
	right: 40px;
}



.newsletter-section {
	position: relative;
	z-index: 1;
}

.newsletter-section:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: -1;
}

.newsletter-section .newsletter-content span.span {
	color: #fbb71c;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.newsletter-section .newsletter-content h2 {
    font-size:30px;
	color: #fff;
	padding: 0 30px;
	margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.newsletter-section .newsletter-content h2 {
		font-size: 26px;
		line-height: 46px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter-section .newsletter-content h2 {
		font-size: 22px;
		line-height: 43px;
	}
}

@media (max-width: 767px) {
	.newsletter-section .newsletter-content h2 {
		font-size: 20px;
		line-height: 38px;
	}
}

.newsletter-section .newsletter-content .form_group .form_control {
	border-radius: 43px;
	height: 85px;
}

.newsletter-section .newsletter-content .form_group .main-btn {
	position: absolute;
	right: 15px;
	top: 15px;
}

@media (max-width: 767px) {
	.newsletter-section .newsletter-content .form_group .main-btn {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 15px;
	}
}

.offer-banner-v3 .container-fluid {
	padding-left: 70px;
	padding-right: 70px;
}

.offer-banner-v3 .offer-item {
	background-color: #f7f7f7;
	min-height: 350px;
}

.offer-banner-v3 .offer-item .offer-content {
	min-height: 350px;
	max-height: 350px;
	position: relative;
	padding: 50px 30px 25px 50px;
}

.offer-banner-v3 .offer-item .offer-content .content {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.offer-banner-v3 .offer-item .offer-content .content span.span {
	color: #ff4545;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.offer-banner-v3 .offer-item .offer-content .content h3 {
	color: #111111;
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: -1.3px;
}

.offer-banner-v3 .offer-item .offer-content .content .main-btn {
	padding: 6px 17px;
	font-size: 14px;
	line-height: 23px;
}

.chakta-features .features-item {
	padding: 50px 20px 40px;
	border: 1px solid #eaeaea;
	text-align: center;
}

.chakta-features .features-item .features-icon img {
	margin: 0 auto;
	margin-bottom: 20px;
}

.chakta-features .features-item .features-content h5 {
	margin-bottom: 10px;
}

.chakta-features-v2 {
	margin-bottom: -80px;
}

.chakta-features-v2 .features-slide {
	position: relative;
	max-width: 1270px;
	width: 100%;
	margin: auto;
	background: #f7f7f7;
	border-top: 3px solid #ff4545;
	padding: 50px;
	z-index: 999;
}

.chakta-features-v2 .features-slide .features-item {
	background: #fff;
	padding: 30px;
}

.chakta-features-v2 .features-slide .features-item .features-icon {
	float: left;
}

.chakta-features-v2 .features-slide .features-item .features-content {
	margin-left: 60px;
}

.chakta-features-v2 .features-slide .features-item .features-content h5 {
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.chakta-features-v2 .features-slide {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.chakta-features-v2 .features-slide {
		padding: 15px;
	}
}

ul.social-link li {
	display: inline-block;
}

ul.social-link li a {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

ul.social-link li a:hover,
ul.social-link li a:focus {
	color: #ff4545;
}

.company-section {
	position: relative;
	z-index: 1;
}

.company-section:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: rgba(255, 69, 69, 0.9);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.company-section .company-slide .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.company-section .company-slide .slick-arrow:hover,
.company-section .company-slide .slick-arrow:focus {
	background: #fff;
	color: #111111;
}

.company-section .company-slide .slick-arrow.prev {
	left: -120px;
}

.company-section .company-slide .slick-arrow.next {
	right: -120px;
}

.company-section .company-item img {
	margin-bottom: 5px;
}

.company-section .company-item h5 {
	color: #fff;
	text-transform: uppercase;
}

.company-section-v2:after {
	background: rgba(17, 17, 17, 0.9);
}

.sidebar-widget-area .widget {
	padding: 20px 20px;
	border: 2px solid #eaeaea;
}

.sidebar-widget-area .widget h4.widget-title {
	padding-bottom: 10px;
	position: relative;
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget_search {
	border: none;
	padding: 0;
}

.sidebar-widget-area .widget.widget_search .form_group i {
	color: #fff;
}

.sidebar-widget-area .widget.widget_search .form_control {
	height: 80px;
}

.sidebar-widget-area .widget.widget_search .search-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #ff4545;
	color: #fff;
	font-size: 20px;
}

.sidebar-widget-area .widget.widget_categories {
	padding-bottom: 30px;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item {
	position: relative;
	padding-bottom: 20px;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item:last-child {
	padding-bottom: 0px;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item a {
	position: relative;
	display: block;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item a:hover,
.sidebar-widget-area .widget.widget_categories ul li.cat-item a:focus {
	color: #ff4545;
}

.sidebar-widget-area .widget.widget_categories ul li.cat-item a:after {
	position: absolute;
	right: 0;
	top: 0;
	content: '\f105';
	font-family: "Font Awesome 5 Pro";
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail {
	display: block;
	margin-bottom: 20px;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail img {
	width: 75px;
	height: 70px;
	float: left;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date {
	margin-left: 88px;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date h6 {
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date h6:hover,
.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date h6:focus {
	color: #ff4545;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span {
	margin-bottom: 0px;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span:hover a,
.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span:focus a {
	color: #ff4545;
}

.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail .td-recent-post-title-and-date .td-recent-widget-date span i {
	color: #ff4545;
	margin-right: 5px;
}

.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a {
	background: #f5f7fa;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 11px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #696969;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a:hover,
.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a:focus {
	color: #fff;
	background: #ff4545;
}

.sidebar-widget-area .widget.widget_about .about-content {
	text-align: center;
}

.sidebar-widget-area .widget.widget_about .about-content img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.sidebar-widget-area .widget.widget_about .about-content h4 {
	font-size: 22px;
	margin-bottom: 6px;
}

.sidebar-widget-area .widget.widget_about .about-content h5 {
	color: #ff4545;
	margin-bottom: 10px;
}

.sidebar-widget-area .widget.widget_about .about-content p {
	margin-bottom: 16px;
}

.sidebar-widget-area .widget.widget_about .about-content ul.social-link li {
	margin-left: 8px;
	margin-right: 8px;
}

.sidebar-widget-area .widget.widget_shop {
	padding: 0px;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(15, 15, 15, 0.75);
	z-index: -1;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper .shop-content {
	padding: 135px 40px 145px;
	text-align: center;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper .shop-content h2 {
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}

.sidebar-widget-area .widget.widget_shop .shop-wrapper .shop-content h2 span {
	font-weight: 300;
}

.products-sidebar .widget {
	padding: 20px 20px;
	border: none;
	background: #fff;
}

.products-sidebar .widget.widget_categories ul li.cat-item {
	padding-bottom: 15px;
}

.products-sidebar .widget.popular-product-widget .shop-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 30px;
	padding: 0;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.products-sidebar .widget.popular-product-widget .shop-item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-img {

	max-width: 200px;
}

.products-sidebar .widget.popular-product-widget .shop-item:last-child {
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0pc;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-img {

	max-width: 100px;

	background: #f7f7f7;

	padding: 14px;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content {
	width: 100%;
	padding: 0;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.products-sidebar .widget.popular-product-widget .shop-item .shop-content {
		padding-top: 15px;
		padding-left: 0;
	}
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content ul.rating li i {
	color: #ff4545;
	font-size: 9px;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content h3.title {
	font-size: 15px;
	margin-bottom: 0px;
	letter-spacing: 0px;
	font-weight: 600;
}

.products-sidebar .widget.popular-product-widget .shop-item .shop-content p {
	padding-bottom: 0px;
	color: #696969;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-widget.ui-widget-content {
	border: none;
	height: 3px;
	background-color: #ff4545;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-slider-handle {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #ff4545;
	border: none;
	cursor: pointer;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-slider-handle:focus {
	outline: none;
}

.products-sidebar .widget.filter-widget .price-filter-range .ui-slider-horizontal .ui-slider-range {
	background: #ff4545;
}

.products-sidebar .widget.filter-widget .price-filter-range input {
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
	margin-bottom: 15px;
}

.chakta-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chakta-pagination ul a {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	padding: 10px;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.chakta-pagination ul a {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chakta-pagination ul a {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px) {
	.chakta-pagination ul a {
		width: 60px;
		height: 60px;
	}
}

.chakta-pagination ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(7, 7, 25, 0.1);
	color: #5b5858;
	font-size: 18px;
}

.chakta-pagination ul a:hover,
.chakta-pagination ul a:focus,
.chakta-pagination ul a.page-num-current {
	background: #ff4545;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.chakta-pagination ul a {
		width: 50px;
		height: 40px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chakta-pagination ul a {
		width: 50px;
		height: 40px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.chakta-pagination ul a {
		width: 40px;
		height: 40px;
		font-size: 15px;
	}
}

ul.rating li {
	display: inline-block;
}

ul.rating li i {
	color: #fbb71c;
	font-size: 13px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title {
	margin-left: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .thumb {
	min-width: 50px;
	max-width: 50px;
	height: 50px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title {
	margin-left: 15px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title h5 {
	font-weight: 700;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title span {
	color: #ff4545;
	font-weight: 500;
}

.testimonial-area-v2 .testimonial-item .testimonial-content{
	position: relative;
	background: #fff;
	padding: 40px;
}

.testimonial-area-v2 .testimonial-item .testimonial-content:after{
	position: absolute;
	content: '';
	top: -14px;
	left: 35px;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 14px solid #fff;
}

.testimonial-area-v2 .testimonial-item .testimonial-content p {
	padding-bottom: 20px;
}

.testimonial-area-v2 .testimonial-item .testimonial-content .quote-icon{
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-size: 30px;
	color: #ff4545;
}

.shop-item {
	position: relative;
}

.shop-item span.span {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 7px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	z-index: 1;
}

.shop-item span.span.new {
	background: #4bc871;
}

.shop-item span.span.hot {
	background: #fbb71c;
}

.shop-item span.span.off {
	background: #ff4545;
}

.shop-item:hover .shop-img .shop-overlay {
	opacity: 1;
	visibility: visible;
}

.shop-item:hover .shop-img .shop-overlay .overlay-content ul li a.icon {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.shop-item .shop-img {
	position: relative;
}

.shop-item .shop-img .shop-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.shop-item .shop-img .shop-overlay .overlay-content ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	color: #111111;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon:hover,
.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon:focus {
	background: #ff4545;
	color: #fff;
}

.shop-item .shop-content h3.title:hover,
.shop-item .shop-content h3.title:focus {
	color: #ff4545;
}

.shop-item .shop-content p.price {
	color: #ff4545;
}

.shop-grid-v2 .products-tab .nav-tabs {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shop-grid-v2 .products-tab .nav-tabs .nav-item {
	margin-left: 30px;
	margin-right: 30px;
}

@media (max-width: 767px) {
	.shop-grid-v2 .products-tab .nav-tabs .nav-item {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.shop-grid-v2 .products-tab .nav-tabs .nav-link {
	position: relative;
	border: none;
	font-size: 27px;
	font-weight: 600;
	padding: 0;
	color: #111111;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.shop-grid-v2 .products-tab .nav-tabs .nav-link:hover,
.shop-grid-v2 .products-tab .nav-tabs .nav-link:focus,
.shop-grid-v2 .products-tab .nav-tabs .nav-link.active {
	color: #ff4545;
}

.shop-grid-v2 .shop-item .shop-img {
	position: relative;
	margin-bottom: 20px;
}

.shop-grid-v2 .shop-item .shop-content h3.title {
	font-size: 15px;
}

.shop-grid-v2 .shop-item .shop-content h3.title:hover,
.shop-grid-v2 .shop-item .shop-content h3.title:focus {
	color: #ff4545;
}

.shop-grid-v2 .shop-item .shop-content p.price {
	font-weight: 500;
	color: #ff4545;
}


.shop-details-section .shop_big_slide .single-img {
	padding: 40px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.shop-details-section .shop_thumb_slide {
	margin-left: -10px;
	margin-right: -10px;
}

.shop-details-section .shop_thumb_slide .single-img {
	margin-left: 10px;
	margin-right: 10px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 35px;
	min-height: 180px;
}

.shop-details-section .details-content-box {
	background: #fff;
	padding: 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-details-section .details-content-box {
		padding: 20px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-details-section .details-content-box {
		padding: 50px 130px;
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.shop-details-section .details-content-box {
		padding: 20px 15px;
		margin-top: 40px;
	}
}

.shop-details-section .details-content-box h3.title {
	margin-bottom: 10px;
}

.shop-details-section .details-content-box ul.rating {
	margin-bottom: 20px;
}

.shop-details-section .details-content-box ul.rating li.price {
	margin-left: 5px;
}

.shop-details-section .details-content-box ul.rating li.rib {
	font-size: 12px;
	padding: 5px 10px;
	text-transform: uppercase;
	background: #4bc871;
	color: #fff;
	line-height: 12px;
	border-radius: 4px;
	margin-left: 5px;
	font-weight: 500;
}

.shop-details-section .details-content-box p {
	padding-bottom: 20px;
}

.shop-details-section .details-content-box .nice-select {
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
}

.shop-details-section .details-content-box .nice-number {
	margin-bottom: 2s0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-details-section .details-content-box .nice-number {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.shop-details-section .details-content-box .nice-number {
		margin-bottom: 20px;
	}
}

.shop-details-section .details-content-box .nice-number button {
	width: 50px;
	height: 50px;
	background: transparent;
	border: 1px solid #eaeaea;
}

.shop-details-section .details-content-box .nice-number input {
	width: 50px !important;
	border: none;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.shop-details-section .details-content-box .main-btn {
	padding: 8px 16px 9px;
	font-size: 14px;
	border-radius: 0px;
	margin-bottom: 20px;
}

.shop-details-section .details-content-box ul.social-link {
	margin-top: 10px;
}

.shop-details-section .details-content-box ul.social-link li {
	margin-right: 10px;
}

.shop-details-section .details-content-box ul.social-link li span {
	color: #111111;
	font-weight: 500;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs {
	border-bottom: 2px solid #ddd;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-item {
	margin-right: 50px;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link {
	position: relative;
	border: none;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	font-weight: 500;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link {
		font-size: 14px;
	}
}

@media only screen and (min-width: 456px) and (max-width: 767px) {
	.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link {
		font-size: 16px;
	}
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ff4545;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link.active {
	background-color: transparent;
	color: #ff4545;
}

.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link.active:after {
	visibility: visible;
	opacity: 1;
}

.shop-details-section .discription_area .shop_review_area .title {
	text-transform: capitalize;
	margin-bottom: 30px;
}

.shop-details-section .discription_area .shop_review_area .review_user {
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}

.shop-details-section .discription_area .shop_review_area .review_user img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
}

.shop-details-section .discription_area .shop_review_area .review_user .rating li i {
	font-size: 14px;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group {
	margin-bottom: 20px;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group label {
	font-weight: 500;
	font-size: 18px;
	color: #111111;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group textarea.form_control {
	height: 150px;
	padding-top: 10px;
}

.shop-details-section .discription_area .shop_review_area .review_form .form_group i {
	position: relative;
	right: auto;
	top: auto;
}

.blog-grid-v1 .blog-item .post-thumbnail {
	margin-bottom: 30px;
}

.blog-grid-v1 .blog-item .post-thumbnail img {
	width: 100%;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li {
	display: inline-block;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li span {
	margin-bottom: 7px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li span i {
	color: #ff4545;
	margin-right: 10px;
}

.blog-grid-v1 .blog-item .entry-content .post-meta ul li span:hover,
.blog-grid-v1 .blog-item .entry-content .post-meta ul li span:focus {
	color: #ff4545;
}

.blog-grid-v1 .blog-item .entry-content h3.title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-grid-v1 .blog-item .entry-content h3.title:hover,
.blog-grid-v1 .blog-item .entry-content h3.title:focus {
	color: #ff4545;
}

.blog-grid-v1 .blog-item .entry-content p {
	padding-bottom: 21px;
}

.blog-grid-v1 .blog-item .entry-content .main-btn {
	padding: 12px 38px;
	line-height: 27px;
	background: transparent;
	color: #111111;
	border: 2px solid #eaeaea;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-grid-v1 .blog-item .entry-content .main-btn:hover,
.blog-grid-v1 .blog-item .entry-content .main-btn:focus {
	color: #fff;
	border-color: transparent;
	background: #ff4545;
}

.blog-details-section .post-details-wrapper .entry-content .post-meta ul li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .entry-content .post-meta ul li {
		margin-right: 10px;
	}
}

.blog-details-section .post-details-wrapper .entry-content .post-meta ul li span {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .entry-content .post-meta ul li span {
		font-size: 12px;
	}
}

.blog-details-section .post-details-wrapper .entry-content .post-meta ul li span i {
	margin-right: 10px;
	color: #ff4545;
}

.blog-details-section .post-details-wrapper .entry-content h3 {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -1.3px;
	margin-bottom: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-details-section .post-details-wrapper .entry-content h3 {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .entry-content h3 {
		font-size: 22px;
		line-height: 36px;
	}
}

.blog-details-section .post-details-wrapper .entry-content p {
	padding-bottom: 32px;
}

.blog-details-section .post-details-wrapper .entry-content .block-img {
	margin-bottom: 32px;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote {
	background: #111111;
	padding: 50px;
	position: relative;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote:after {
	position: absolute;
	content: '';
	width: 160px;
	height: 170px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/blog/line.png) no-repeat center;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
	color: #fff;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
		font-size: 26px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
		font-size: 22px;
		line-height: 36px;
	}
}

.blog-details-section .post-details-wrapper .entry-content .blockquote h5 {
	font-weight: 400;
	color: #fff;
}

.blog-details-section .post-details-wrapper .entry-content .blockquote h5:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 3px;
	background: #ff4545;
	margin-right: 30px;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-details-section .post-details-wrapper .post-share-tag .post-share-link {
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .post-share-tag .post-share-link {
		text-align: center;
		margin-bottom: 20px;
	}
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link ul li {
	display: inline-block;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link ul li span {
	color: #111111;
	font-weight: 600;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share {
	float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share {
		float: none;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share {
		float: none;
		text-align: center;
	}
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share ul.social-link li {
	margin-left: 15px;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share ul.social-link li span {
	margin-right: 10px;
}

.blog-details-section .post-details-wrapper .post-share-tag .post-share-link.post-share ul.social-link li:first-child {
	margin-left: 0px;
}

.blog-details-section .post-details-wrapper .admin-wrapper {
	background: #f7f7f7;
	padding: 60px 50px 50px;
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .admin-wrapper {
		padding: 30px 20x;
	}
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .admin-wrapper .admin-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-img {
	min-width: 170px;
	max-width: 170px;
	height: 170px;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info {
	margin-left: 40px;
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info {
		margin-left: 0px;
		margin-top: 30px;
	}
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info h5 {
	margin-bottom: 12px;
	font-size: 20px;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info p {
	padding-bottom: 12px;
}

.blog-details-section .post-details-wrapper .admin-wrapper .admin-content .admin-info ul.social-link li {
	margin-right: 15px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev {
	position: relative;
	padding-left: 90px;
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev {
		margin-bottom: 30px;
	}
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev img {
	width: 75px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev span i {
	color: #ff4545;
	margin-right: 10px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev h6 {
	font-size: 15px;
	font-weight: 600;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-prev {
	padding-right: 90px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-next {
	text-align: right;
	padding-right: 90px;
	padding-left: 90px;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-next img {
	left: auto;
	right: 0;
}

.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev.post-next span i {
	margin-right: 0px;
	margin-left: 10px;
}

.blog-details-section .post-details-wrapper .comments-area h4.comments-title {
	margin-bottom: 30px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
	padding-left: 60px;
}

@media (max-width: 767px) {
	.blog-details-section .post-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
		padding-left: 0;
	}
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-avatar {
	min-width: 110px;
	max-width: 110px;
	height: 110px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap {
	margin-left: 30px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content span.author-name {
	font-size: 18px;
	font-weight: 600;
	color: #111111;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content span.date {
	margin-left: 10px;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply {
	font-weight: 500;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply:hover,
.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply:focus {
	color: #ff4545;
}

.blog-details-section .post-details-wrapper .comments-area .comments-list .comment .comment-wrap .comment-author-content a.reply:after {
	display: inline-block;
	margin-left: 10px;
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	vertical-align: middle;
}

.blog-details-section .post-details-wrapper .comments-respond {
	background: #f7f7f7;
	padding: 45px 50px;
}

.blog-details-section .post-details-wrapper .comments-respond h4.comments-heading {
	margin-bottom: 30px;
}

.blog-details-section .post-details-wrapper .comments-respond form .form_group .form_control {
	margin-bottom: 30px;
	border: none;
}

.blog-details-section .post-details-wrapper .comments-respond form .form_group textarea.form_control {
	padding-top: 15px;
	height: 140px;
}

.contact-area .contact-info-list {
	padding: 80px 0 50px;
}

.contact-area .contact-info-list .list-item {
	position: relative;
	padding-left: 80px;
}

.contact-area .contact-info-list .list-item i {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
	color: #fff;
	font-size: 25px;
	background: #ff4545;
}

.contact-area .contact-info-list .list-item h5 {
	margin-bottom: 11px;
}

.contact-area .contact-info-list .list-item p {
	font-size: 18px;
}

.contact-area .form-wrapper {
	background: #f5f7fa;
	padding: 80px 40px;
}

form.contact-form .form_control {
	height: 70px;
	border: none;
	margin-bottom: 30px;
}

form.contact-form textarea.form_control {
	padding-top: 15px;
	height: 140px;
}

.contact-area-v2 form.contact-form .form_group .nice-select {
	border-radius: 0px;
	height: 70px;
	line-height: 70px;
	color: #111111;
	background: #fff;
	border: none;
	font-weight: 500;
}

.contact-area-v2 form.contact-form .form_group .nice-select:after {
	color: #ff4545;
}

.contact-map-section .map .map-content {
	height: 450px;
}

.contact-map-section .map_box {
	position: relative;
}

.contact-map-section .map_box iframe {
	width: 100%;
	height: 750px;
	display: inherit;
	border: none;
}

.contact-map-section .map_box img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-map-section .map_box img {
		width: 50px;
		height: 70px;
	}
}

@media (max-width: 767px) {
	.contact-map-section .map_box img {
		width: 50px;
		height: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area .footer_widget .widget {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.footer-area .footer_widget .widget {
		margin-bottom: 40px;
	}
}

.footer-area .footer_widget .widget h4.widget-title {
	color: #fff;
	margin-bottom: 22px;
}

.footer-area .footer_widget .widget.about-widget img {
	padding-bottom: 25px;
}

.footer-area .footer_widget .widget.about-widget p {
	padding-bottom: 2px;
	color: #fff;
}

.footer-area .footer_widget .widget.about-widget .social-box h5 {
	color: #fff;
	margin-bottom: 10px;
}

.footer-area .footer_widget .widget.about-widget .social-box ul.social-link li {
	font-size: 24px;
	margin-right: 15px;
}

.footer-area .footer_widget .widget.quick-links-widget {
	padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-area .footer_widget .widget.quick-links-widget {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area .footer_widget .widget.quick-links-widget {
		padding-left: 0px;
	}
}

@media (max-width: 767px) {
	.footer-area .footer_widget .widget.quick-links-widget {
		padding-left: 0px;
	}
}

.footer-area .footer_widget .widget.quick-links-widget ul.link li {
	padding-bottom: 10px;
	display: block;
}

.footer-area .footer_widget .widget.quick-links-widget ul.link li a {
	color: #fff;
}

.footer-area .footer_widget .widget.quick-links-widget ul.link li a:hover,
.footer-area .footer_widget .widget.quick-links-widget ul.link li a:focus {
	color: #ff4545;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li {
	position: relative;
	display: block;
	padding-left: 25px;
	margin-bottom: 10px;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li i {
	position: absolute;
	top: 7px;
	left: 0;
	color: #ff4545;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li p {
	color: #c5cad8;
}

.footer-area .footer_widget .widget.contact-widget ul.contact-info li.payment {
	padding-left: 0px;
	padding-top: 5px;
}

.footer-area .copyright-area {
	padding: 30px 0;
	border-top: 1px solid #252525;
}

.footer-area .copyright-area .copyright-text p {
	color: #fff;
}

.footer-area .copyright-area .copyright-text p span {
	color: #ff4545;
}

.footer-area-v2 .footer_widget .widget h4.widget-title {
	color: #111111;
}

.footer-area-v2 .footer_widget .widget.about-widget p {
	color: #696969;
}

.footer-area-v2 .footer_widget .widget.about-widget .social-box h5 {
	color: #111111;
}

.footer-area-v2 .footer_widget .widget.quick-links-widget ul.link li a {
	color: #696969;
}

.footer-area-v2 .footer_widget .widget.contact-widget ul.contact-info li p {
	color: #696969;
}

.footer-area-v2 .copyright-area {
	border-top: 1px solid #eaeaea;
}

.footer-area-v2 .copyright-area .copyright-text p {
	color: #696969;
}
