@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap');

/* CSS Document */
body {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Quicksand', sans-serif;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

input,
textarea {
	border: 1px solid #eee;
	background: #fff;
	color: #222;
	float: left;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
}

input[type="button"],
input[type="submit"] {
	background: #ff745f;
	transition: 0.5s;
	color: #fff;
	text-align: center;
	font-weight: 600;
	border: 2px solid #ff745f;
	cursor: pointer;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background: #fff;
	border: 2px solid #ff745f;
	color: #ff745f;
}

img {
	max-width: 100%;
	box-sizing: border-box;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.navbar-collapse.ml-right {
	display: inline-block !important;
}

.navbar-nav.ms-auto {
	display: flex;
	justify-content: end;
}

.navbar-brand img {
	width: 130px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.slider-mian {
	background: #f1f1f1;
	margin-top: 70px;
}

.btn-primary {
	background: #ea546e !important;
	border-color: #ea546e !important;
}

.slider-mian-l {
	float: left;
	width: 450px;
	height: 400px;
	align-items: center;
	display: grid;
	justify-items: center;
	justify-content: center;
	align-content: center;
	grid-row-gap: 15px;
	background: #5ca494;
	color: #fff;
}

.slider-mian-r {
	float: right;
	width: calc(100% - 450px);
	height: 400px;
}

.slider-mian-r img {
	width: 100%;
	height: 100%;
}

.slider-mian-l span {
	font-size: 18px;
	font-weight: 600;
}

.slider-mian-l h1 {
	font-size: 40px;
	font-weight: bold;
}

.btn-secondary {
	background: #00a0e2 !important;
	border-color: #00a0e2 !important;
}

.service-top {
	background: #f7f7f7;
	padding: 25px 0;
	display: inline-block;
	width: 100%;
}

.service-top-one {
	text-align: center;
}

.service-top-one h3 {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.service-top-one p {
	color: #555;
	font-size: 14px;
}

.slider-mian-l .btn {
	padding: 7px 30px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.service-top-one img {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}

.heading-one {
	font-size: 35px;
	font-weight: bold;
	color: #222;
}

.tx-center {
	text-align: center;
}

.heading-one-tx {
	color: #888;
}

.trending-one {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.trending-one-tp {
	background: #e7e7e7;
	border-radius: 10px 10px 0 0;
}
.trending-one-tp span {
	display: inline-block;
	width: 100%;
	height: 255px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.trending-one-tp span img {
	border-radius: 10px;
}

.trending-one h3 {
	font-size: 18px;
	color: #222;
	font-weight: 600;
	margin-top: 15px;
}

.trending-one h3 span {
	float: right;
}

.trending-one h3 span img {
	width: 18px;
}

.trending-one p {
	font-size: 14px;
	color: #222;
	margin: 0 0 5px 0;
}

.price-box .price-regular {
	font-size: 20px;
	font-weight: bold;
	color: #CC2121;
	margin: 0 10px 0 0;
}

.banner-item {
	position: relative;
}

.banner-thumb img {
	width: 100%;
}

.banner-content {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 45px;
	position: absolute;
	pointer-events: none;
}

.banner-content .text2 {
	color: #242424;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: capitalize;
}

.store-link {
	font-size: 14px;
	color: #242424;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	margin-top: 15px;
	pointer-events: visible;
}

.store-link::after {
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	background-color: #CC2121;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20 {
	margin-top: 15px;
}

.join-news {
	background: #f7f7f7;
}

.join-news-input {
	width: 550px;
	max-width: 95%;
	margin: 20px auto 0;
	display: block;
	position: relative;
}

.join-news-input button {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 40px;
	bottom: 0;
	background: #ea546e;
	border-color: #ea546e;
	color: #fff;
	box-shadow: none;
	border: 0;
}

.post-item {
	margin-bottom: 30px;
	position: relative;
}

.post-item .thumb {
	margin-bottom: 32px;
	overflow: hidden;
	position: relative;
}

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

.post-item .thumb img {
	width: 100%;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}

.post-item .content .inner-content .title {
	font-size: 25px;
	margin-bottom: 6px;
}

.post-item .content .inner-content .title a {
	color: #242424;
}

.post-item .content .inner-content .meta {
	margin-bottom: 16px;
}

.post-item .content .inner-content .meta a.post-date {
	color: #242424;
}

.post-item .content .inner-content .meta a {
	font-size: 14px;
	font-style: italic;
	color: #ea546e;
}

.post-item .content .inner-content p {
	line-height: 26px;
	margin-bottom: 28px;
}

.post-item .content .inner-content .btn-blog {
	color: #ea546e;
	font-size: 14px;
	padding-left: 48px;
	position: relative;
}

.post-item .content .inner-content .btn-blog::before {
	background-color: #000;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 37px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 2;
}

footer {
	background: #1F2128;
	padding-top: 70px;
}

footer img.logo {
	margin-bottom: 30px;
}

footer .text {
	font-weight: 400;
	font-size: 14px;
	color: #D8D8D8;
	line-height: 30px;
	letter-spacing: 0.88px;
}

footer .social {
	overflow: hidden;
	margin-top: 10px;
}

footer .social li {
	float: left;
	font-size: 16px;
	margin-right: 10px;
}

footer .social li a {
	color: #fff;
}

footer h5 {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.69px;
	line-height: 30px;
	margin-bottom: 30px !important;
}

footer .footer-nav li a {
	display: block;
	overflow: hidden;
}

footer .footer-nav li a span {
	float: left;
	height: 32px;
	line-height: 32px;
	font-weight: 400;
	font-size: 14px;
	color: #D8D8D8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

footer .address p {
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 0.88px;
	margin-bottom: 5px;
}

footer .address p a {
	color: #D8D8D8;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: none;
}

.social-icon.top-social {
	margin: 25px 0 0 0;
	display: flex;
	width: 100%;
}

.social-icon.top-social a {
	display: flex;
	width: 25px;
	height: 25px;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	margin: 0 12px 0 0;
}

.social-icon.top-social a img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.nav-link.btn.btn-primary,
.nav-link.btn.btn-secondary {
	margin: 2px 0px 0 10px;
	color: #fff;
	padding: 5px 15px;
}

.slider.single-item .slick-prev.slick-arrow, .slider.single-item .slick-next.slick-arrow {
	position: absolute;
	
	z-index: 1;
	border: 0;
	padding: 5px 10px;
	font-size: 0;
	height: 40px;
	width: 40px;
	border-radius: 100%;
}

.slider.single-item .slick-prev.slick-arrow {
	left: 10px;
	top:40%;
}

.slider.single-item .slick-next.slick-arrow {
	right: 10px;
	top: 40%;
}

.slider.single-item .slick-prev.slick-arrow::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 14px;
	width: 15px;
	height: 3px;
	background: #000;
	transform: rotate(-45deg);
}
.slider.single-item .slick-prev.slick-arrow::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 15px;
	height: 3px;
	background: #000;
	transform: rotate(45deg);
}

.slider.single-item .slick-next.slick-arrow::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 14px;
	width: 15px;
	height: 3px;
	background: #000;
	transform: rotate(45deg);
}
.slider.single-item .slick-next.slick-arrow::after {
	content: "";
	position: absolute;
	left: 14px;
	top: 23px;
	width: 15px;
	height: 3px;
	background: #000;
	transform: rotate(-45deg);
}