html {
	scroll-behavior: smooth;
}

body {
	font-family: "Baskervville", serif;
	font-size: 18px;
	color: #343434;
}

.img-responsive {
	max-width: 100%;
}

.tb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.tb-equal {
	padding: 80px 0px;
}

.tb-equal-half {
	padding: 50px 0px;
}

.pt-half {
	padding-top: 40px;
}

.bg-contain {
	background-size: contain !important;
}

.bg-cover {
	background-size: cover !important;
}

.pt-none {
	padding-top: 0px;
}

.pb-none {
	padding-bottom: 0px;
}

.overflow-hidden {
	overflow: hidden;
}

h1 {
	font-size: 55px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
}

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

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

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

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

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

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

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-80 {
	margin-bottom: 80px;
}

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

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

.z-index-9 {
	z-index: 9;
}

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

.height-full {
	height: 100%;
}

.space-10 {
	height: 10px;
}

.space-20 {
	height: 20px;
}

.space-30 {
	height: 30px;
}

.border-radius-5 {
	border-radius: 5px;
}

/** Header 1 **/
.logo-1,
.header-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.logo-txt {
	font-size: 32px;
	font-weight: 700;
}

.logo-txt a {
	color: #ffffff;
}

.logo-dark {
	display: none;
}

/* .nav-fixed-top .logo-dark,.no-top-image .logo-dark{display: block;} */
/* .nav-fixed-top .logo-white,.no-top-image .logo-white{display: none;} */
.logo img {
	max-width: 200px;
}

/*** #2.# HEADER ***/
.bg-light p {
	margin: 0px;
	line-height: 50px;
	font-size: 13px;
}

.bg-light a {
	color: #999;
	font-size: 13px;
}

header .container-fluid {
	padding: 0px 80px;
}

.main-header {
	width: 100%;
	z-index: 2;
	padding-top: 25px;
	padding-bottom: 25px;
}

.dark-header {
	position: static;
	padding: 20px 0px;
}

.dark-header nav li a {
	color: #444;
}

.dark-header .cart-field a {
	color: #444;
}

.menu-nav {
	margin: 0;
	padding: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 18px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.menu-nav li:first-child {
	margin-left: 0;
}

.menu-nav li a {
	color: #333;
	padding: 0;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0.2px;
	display: block;
	text-transform: uppercase;
}

/* .menu-nav li a:before {position: absolute;display: block;bottom: 28px;left: 0;width: 0;border-top: 1px solid #ffffff;content: '';-webkit-backface-visibility: hidden;-webkit-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;-moz-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;-o-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;-ms-transition: all .5s cubic-bezier(.25,1,.35,1) 0s;transition: all .5s cubic-bezier(.25,1,.35,1) 0s;} */
.menu-nav li a:hover,
.menu-nav>li:hover>a,
.menu-nav>li.current-menu-item>a {
	background: none;
	color: #F382B0;
	text-decoration: none;
}

.menu-nav>li:hover>a:before,
.menu-nav li.current-menu-item>a:before {
	left: 0;
	width: 100%;
	border-color: #a4fdcf;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 20px 15px;
	width: 265px;
	text-align: left;
	position: absolute;
	background: #f3f3f3;
	z-index: 5;
}

.menu-nav ul li {
	display: block;
	position: relative;
	background: none;
	margin: 0;
	font-size: 12px;
}

.menu-nav ul li>a {
	display: block;
	padding: 4px 30px;
	color: #0e1219;
	font-size: 13px;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li>a:focus {
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #F382B0;
	/* -webkit-transform: translateX(12px);-ms-transform: translateX(12px);transform: translateX(12px); */
}

.menu-nav li:hover>ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}

.menu-nav .edge>ul {
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
	left: auto;
	top: -28px;
	margin: 0;
	right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}

.mega-menu .sub-menu li a img {
	display: block;
}

.mega-menu .sub-menu li a {
	font-size: 12px;
	padding: 0px;
	line-height: 35px;
	border-bottom: 1px solid #ddd;
}

.mega-menu .sub-menu li:last-child a {
	border: none;
}

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	padding-bottom: 15px;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 0px;
	margin-top: 50px;
}

.menu-mobile li {
	padding-top: 15px;
	list-style: none;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.menu-mobile li a {
	color: #fff;
	display: block;
	font-size: 20px;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #F382B0;
}

/* .menu-mobile>li.menu-item-has-children>a:after {content: "";background: url(../images/golDarroW.png)no-repeat;background-size: cover !important;width: 31px;height: 31px;margin-top: -3px;display: inline-block;position: absolute;right: 0;overflow: hidden;-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-o-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;} */
.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "";
}

.menu-mobile li.menu-open a:after {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-mobile ul {
	margin-left: 0;
	padding: 0px;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
	font-size: 12px;
	padding-top: 0px;
	text-transform: none;
	padding-left: 10px;
	display: block;
	text-transform: capitalize;
	font-weight: 500;
}

.menu-contact {
	margin-top: 15px;
	padding-left: 5px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px;
}

.menu-contact ul:first-child li i {
	font-size: 16px;
	margin-right: 10px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}

.menu-contact .social-media li a {
	color: #fff;
}

header .social-media li a:hover {
	color: #a4fdcf;
}

/*** end menu mobile ***/
/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
	position: fixed;
	z-index: 0;
	top: 0;
	right: 0px;
	overflow-x: hidden;
	width: 300px;
	height: 100%;
	background: #1E1E1E;
	opacity: 0;
	padding: 0px 15px 0px 25px;
	-webkit-transform: translateX(400px);
	-ms-transform: translateX(400px);
	transform: translateX(400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

body.has-active-menu .mobile-menu-holder.is-active {
	z-index: 991;
}

.modal-menu-container {
	position: relative;
}

.exit-mobile {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -30px;
}

.exit-mobile span {
	color: #F382B0;
	border: 1px solid #fff;
	display: block;
	padding: 10px;
}

/* SLIDER */
.home-slider .owl-dots {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-slider .owl-dots button {
	display: block !important;
	outline: none;
}

.home-slider .owl-dots button span {
	border-radius: 0px !important;
}

.slider-container {
	position: relative;
	overflow: hidden;
}

/* .slider-item-box-bkg {height: 100vh;} */
.slider-img,
.slider-img-v2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.smrt-height-bg:before {
	content: '';
	background: #00000044;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text {
	position: relative;
	margin: 0px;
}

.slider-text:after {
	content: "";
	width: 200px;
	height: 250px;
	position: absolute;
	left: -40px;
	top: 80px;
	transform: translateY(-50%);
	z-index: -1;
	padding: 0px;
	border: 5px solid #ffffff55;
	opacity: 0.9;
}

.slider-text h1 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.slider-text h1 span {
	color: #F382B0;
}

.slider-text p {
	padding: 0px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	max-width: 300px;
}

.center-fixed {
	z-index: 9;
	bottom: 100px;
	margin: auto;
	left: 0;
	right: 0;
}

.green-box {
	background: #00a651;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0px auto 15px;
	padding: 6px 20px;
	text-transform: uppercase;
	display: table;
}

.home-slider .shape-Sbottom {
	position: absolute;
	bottom: -50px;
	z-index: 9;
}

header .social-media {
	padding: 0px;
	margin: 0px 25px;
}

.social-media li {
	display: inline-block;
	font-size: 14px;
	margin-right: 16px;
	margin-bottom: 0;
}

.social-media li:last-child {
	margin: 0px;
}

.social-media li a {
	color: #ffffff;
}

.cart-field {
	margin-left: 20px;
}

.header-social-1 {
	margin: 0px 20px;
}

@media (max-width: 1024px) {

	/* menu */
	.nav-holder {
		display: none;
	}

	.nav-button-holder {
		display: block;
	}

	.nav-button-holder button {
		outline: none;
	}

	.logo {
		flex: 1 1 auto;
	}

	.header-social-1 {
		margin-left: 32px;
		flex: 0 0 auto;
	}

	.main-header {
		padding: 16px 0;
	}

	.slider-text {
		width: 100%;
	}
}

.view-more {
	background: #F382B0;
	margin: 0px;
	padding: 0px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
}

.view-more:hover {
	background: #FFC8AA;
	color: #343434;
	text-decoration: none;
}

.white-btn {
    background: #fff;
    margin: 0px;
    padding: 0px 30px;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}
.white-btn:hover {
	background: #212529;
	color: #fff;
	text-decoration: none;
}

.black-btn {
	background: #212529;
	color: #fff;
	border: 0px;
	border-radius: 0px;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.black-btn:hover {
	background: #F382B0;
	color: #fff;
	text-decoration: none;
}

.grey-btn {
	background: #FFC8AA;
	color: #333;
	border: 0px;
	border-radius: 0px;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.grey-btn:hover {
	background: #F382B0;
	color: #fff;
	text-decoration: none;
}

.cta-number {
	text-align: right;
}

.cta-number small {
	color: #fff;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
}

.cta-number a.tel {
	color: #f6cc2c;
	font-size: 21px;
	font-weight: 700;
}

/* About Us */
.about-col {
	padding-left: 10%;
}

.abt-name h4 {
	color: #;
	text-transform: uppercase;
	margin: 0px;
}

.abt-name p {
	color: #00a651;
}

.title-hp.white {
	color: #fff;
}

.list-style {
	padding: 0px;
}

.list-style li {
	position: relative;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 15px;
}

.list-style li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	-webkit-flex: 0 0 40px;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	padding: 10px;
	background: #d2e6fa;
	height: 40px;
	margin-right: 15px;
	margin-right: 15px;
	border-radius: 50px;
	text-align: center;
	color: #0575e6;
}

.list-style li a {
	font-weight: 500;
}

.list-style.arrow-right li:hover a {
	color: #ac0000;
}

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

.bloder-section {
	padding-bottom: 150px;
}

footer {
	position: relative;
	padding-top: 80px;
	background: #222;
}

footer .container,
footer .container-fluid {
	position: relative;
	z-index: 9;
}

footer h4 {
	margin-bottom: 20px;
	color: #fff;
	font-weight: 600;
}

.list-foot {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.list-foot li {
	margin-bottom: 2px;
}

.list-foot li a {
	text-decoration: none;
	color:#fff;
}
.list-foot li a:hover {
	color: #F382B0;
}
.foot-li .info:last-child {
	margin: 0px;
}

.info {
	margin: 0px 0px 20px;
}

.info i {
	-webkit-flex: 0 0 36px;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	color: #212529;
	font-size: 15px;
	height: 36px;
	background: #fdddeb;
	text-align: center;
	line-height: 36px;
	margin-right: 12px;
	border-radius: 5px;
}

.info p,
.info a {
	font-size: 16px;
	color: #fff;
	margin: 0px;
	text-align: left;
}

.info p {
	color: #f382b0;
	font-weight: 400;
}

.info a {
	color: #fff;
}

.info a.tel {
	color: #fff;
}

.info address {
	margin: 0px;
	color: #fff;
}

footer .social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .social-media a {
	color: #797979;
	margin-right: 7px;
	background: #ffffff;
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
}

footer .social-media a:last-child {
	margin: 0px;
}

.copy-text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.copy-text a {
	font-size: 16px;
	color: #fff;
}

.copy-text a:last-child {
	margin-left: 15px;
}

.tearm-condition {
	color: #fff;
	font-size: 13px;
}

.tearm-condition:hover {
	color: #dadada;
}

.copy-write {
	padding: 20px 0px;
	position: relative;
	z-index: 9;
	border-top: 1px solid #444;
	margin-top: 60px;
	color: #fff;
}

/************** Internal pages css **********/
.internal-banner {
	height: 450px;
	position: relative;
}

.internaL-banner:before {
	content: "";
	background: #00000055;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.internal-banner .container {
	position: relative;
	z-index: 9;
}

.internal-banner [class*="col-"] {
	margin: auto 0px 0;
	padding-bottom: 7%;
}

.internal-banner .container,
.internal-banner .row {
	height: 100%;
}

.internal-banner h2 {
	color: #fff;
	font-size: 35px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.internal-banner p {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin: 10px 0px 10px;
}

.internal-banner ol.breadcrumb {
	background: none;
	margin: 0;
	text-align: center;
	padding: 0;
	justify-content: center;
}

.internal-banner ol.breadcrumb li,
.internal-banner ol.breadcrumb li a {
	color: #fff;
	font-size: 18px;
}

.internal-banner ol.breadcrumb li.active a {
	color: #a4fdcf;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	content: \f054;
}

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email] {
	border: none;
	height: 45px;
	margin-bottom: 15px;
	border-radius: 2px;
	font-size: 14px;
}

.contact-form textarea {
	border: none;
	height: 80px;
	margin-bottom: 15px;
	border-radius: 2px;
	font-size: 14px;
}

.contact-form input[type=submit] {
	border: none;
	padding: 0px 35px;
	height: 50px;
}

.list-location li {
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.list-location li strong {
	position: relative;
}

/* .list-location li strong:after{content:"";position:absolute;bottom:0px;left:0px;width:100%;height:1px;background:#ddd;} */
.list-location li:last-child {
	margin-bottom: 0px;
}

.list-items {
	margin-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-items div {
	-webkit-flex: 0 0 42px;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	padding: 10px;
	background: #d2e6fa;
	height: 42px;
	margin-right: 15px;
}

.list-items p {
	margin: 0px;
}

.form-position .row input[type=text],
.form-position .row input[type=tel],
.form-position .row input[type=email] {
	margin-bottom: 15px;
	background: #fff;
	border: 0px solid #eee;
	border-radius: 0px;
	font-size: 13px;
	height: 42px;
	text-transform: capitalize;
}

.form-position .row textarea {
	margin-bottom: 15px;
	background: #fff;
	border: 0px solid #eee;
	border-radius: 0px;
	font-size: 13px;
	height: 80px;
	text-transform: capitalize;
}

.form-position .row input[type=submit] {
	background: #00f260;
	border: 0px;
	border-radius: 0px;
	font-weight: 600;
	height: 80px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
}

.form-position .row input[type=submit]:hover {
	background: #fff;
	color: #00f260;
}

.none-effect {
	position: static;
	padding: 0;
	transform: inherit;
}

.black-after:before {
	content: "";
	background: #333;
	opacity: 0.6;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.black-after .container {
	position: relative;
	z-index: 1;
}

.dark-after:after {
	content: "";
	background: #333;
	opacity: 0.9;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.dark-after .container {
	position: relative;
	z-index: 1;
}

.scp-position .row input[type=text],
.scp-position .row input[type=tel],
.scp-position .row input[type=email] {
	margin-bottom: 15px;
	background: #fff;
	border: 0px solid #eee;
	border-radius: 0px;
	font-size: 13px;
	height: 42px;
	text-transform: capitalize;
}

.scp-position .row textarea {
	margin-bottom: 15px;
	background: #fff;
	border: 0px solid #eee;
	border-radius: 0px;
	font-size: 13px;
	height: 80px;
	text-transform: capitalize;
}

.scp-position .row input[type=submit] {
	border: none;
	text-transform: uppercase;
	padding: 0 35px;
	height: 55px;
}

.abt-box {
	padding: 0px 30px;
}

.abt-box h5 {
	font-weight: 600;
	letter-spacing: 3px;
	color: #F382B0;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.popular-items:hover div span {
	color: #ca2751;
}

.popular-items figure {
	position: relative;
}

.popular-items .show-Inhover {
	position: absolute;
	left: 0px;
	top: 20px;
	display: none;
}

.popular-items .show-Inhover span {
	display: block;
	color: #fff !important;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.popular-items:hover .show-Inhover {
	display: block;
}

.foot-cener {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}

.foot-cener a {
	color: #fff;
}

/* .subscribe input[type=text]{border:none;background:none;width:100%;height:45px;outline:none;font-size:14px;color:#fff;letter-spacing:1px;border-bottom:2px solid #bf9f7359;}.subscribe input[type=text]::foucs{border:none;outline:none;}.subscribe input[type=text]::placeholder{color:#fff;}.subscribe input[type=submit] {position: absolute;right: 8px;background: none;border: none;color: #F382B0;font-size: 14px;top: 17px;	}.subscribeT h1{color: #F382B0;margin:0px;}.subscribeT p{color: #F382B0;letter-spacing:3px;font-size:14px;text-transform:uppercase;} */
.breadcrumb {
	background: none;
	padding: 20px 0px 80px;
}

.breadcrumb li.active {
	color: #fff;
	ont-size: 14px;
}

.breadcrumb li a {
	color: #fff;
	font-size: 18px;
}

.inTextB {
	background: #fff;
	padding-top: 40px;
}

.inTextB h1 {}

.inTextB h5 {
	letter-spacing: 3px;
	color: #999;
	font-size: 13px;
}

.inTextB p {
	margin: auto;
	width: 70%;
	color: #444;
	margin-top: 20px;
}

.product-items .popular-items {
	margin-bottom: 60px;
}

.product-internal .container {
	padding: 0px 80px;
}

.cta-special {
	padding: 40px;
}

.cta-special h1 {
	color: #F382B0;
	margin: 0px;
}

.cta-special p {
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 500;
}

.cta-special:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	left: 0px;
	top: 0px;
	position: absolute;
	opacity: 0.5;
}

.cta-special #countdown ul {
	margin: 0px;
}

.cta-special #countdown li {
	color: #fff;
}

.after-bgTP:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 382px;
	background: url(../images/internal-bg.jpeg)no-repeat center top;
	background-size: cover;
	z-index: -1;
}

.after-bgTP:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 382px;
	opacity: 0.5;
	background: #342c27;
}

.after-bgTP .container {
	z-index: 9;
	position: relative;
}

.pink-smbtn {
	background: #ca2751;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
}

.span-first span:first-child {
	margin-right: 15px;
}

.select-extras select {
	width: 100%;
	height: 45px;
	font-size: 14px;
	border: 1px solid #F382B0;
	border-radius: 2px;
	margin-bottom: 15px;
	padding: 0px 15px;
	text-transform: uppercase;
	outline: none;
	background: #fff url(../images/golDarroW.png)no-repeat right 10px center;
	background-size: 18px;
	-webkit-appearance: none;
}

.addto-btn {
	background: #212529;
	border: 0px;
	border-radius: 0px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	font-size: 13px;
	line-height: 45px;
	display: inline-block;
	padding: 0px 25px;
}

.addto-btn:hover {
	background: #F382B0;
	color: #fff;
	text-decoration: none;
}

.detail-boxTB {
	border: 1px solid #ddd;
}

.detail-boxTB li button {
	outline: none;
	cursor: pointer;
	background: none;
	border-radius: 0 !important;
	line-height: 55px;
	padding: 0px 20px;
	font-size: 16px;
	border-top: 0px !important;
}

.detail-boxTB li button.active {
	color: #F382B0 !important;
}

/* .detail-boxTB li:last-child button {border:none;} */
.grey-box {
	padding: 30px 30px 20px;
	background: #ececec;
}

.grey-box ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

.grey-box li {
	margin-bottom: 15px;
	list-style: none;
	-webkit-flex: 0 0 16.666%;
	-ms-flex: 0 0 16.666%;
	flex: 0 0 16.666%;
	font-size: 16px;
}

.detail-Fullbx {
	border: 1px solid #ddd;
}

.perfecD {
	padding: 60px 25px;
}

.points h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.points p {
	font-size: 13px;
}

.assemblyT h4 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
}

.review-box {
	background: #f9f9f9;
	padding: 20px;
	width: 19%;
}

.review-box h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
}

.stars i {
	background: green;
	color: #fff;
	font-size: 9px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-right: 2px;
}

.TP-section {
	background: #fff;
	padding: 40px 40px 0;
}

.support p,
.support a {
	font-size: 14px;
	margin: 0px;
	color: #444;
	text-align: left;
}

.support p strong {
	color: #00f260;
	font-weight: 400;
}

.support-form input[type=text],
.support-form input[type=tel],
.support-form input[type=email] {
	margin-bottom: 15px;
	border: none;
	border-radius: 0px;
	background: #ececec;
	height: 45px;
	font-size: 14px;
	padding: 0px 15px;
}

.support-form textarea {
	margin-bottom: 25px;
	border: none;
	border-radius: 0px;
	background: #ececec;
	height: 100px;
	font-size: 14px;
	padding: 20px 15px;
}

.support-form input[type=submit] {
	border: none;
	border-radius: 0px;
	background: #F382B0;
	color: #fff;
	height: 45px;
	font-size: 14px;
	cursor: pointer;
	padding: 0px 15px;
}

.support-form input[type=submit]:hover {
	background: #222;
}

.sidebar-filter {
	background: #212529;
	padding: 30px 5px;
	border-radius: 0px;
}

.sidebar-filter .card {
	background: none;
	border: none;
}

.sidebar-filter .card-header {
	background: none;
	border: none;
	padding: 5px 19px;
}

.sidebar-filter .card-header h5 {
	font-family: 'Montserrat', sans-serif;
}

.sidebar-filter .card-header h5 button {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
}

.sidebar-filter .collapse {
	color: #fff;
}

.sidebar-filter .card-body {
	padding-top: 10px;
}

.sidebar-filter .card-header h5 button.collapsed:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/golDarroW.png)no-repeat center;
	position: absolute;
	right: 0px;
	background-size: 24px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-filter .card-header h5 button:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/golDarroW.png)no-repeat center;
	position: absolute;
	right: 0px;
	background-size: 24px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.col-fourB {
	margin-bottom: 30px;
}

.col-fourB h1 {
	margin-bottom: 30px;
}

.col-fourB strong {
	margin-bottom: 15px;
}

.gold-circle div {
	padding-left: 35px;
	position: relative;
}

.gold-circle div:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50px;
	border: 2px solid #F382B0;
	position: absolute;
	left: 0;
	top: 0;
}

.social-head {
	margin-right: 30px;
}

.social-head a {
	margin-right: 10px;
}

.social-head a img {
	width: 38px;
}

.popup-video {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 80px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.popup-video:hover {
	width: 90px;
}

.video-box img {
	border-radius: 5px 5px 5px 50px;
}

.yearExp {
	padding-top: 20px;
}

.yearExp h1 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 100px;
}

.yearExp h3 {
	font-weight: 600;
}

.fixD-top {
	top: -180px;
}

.grid-grey {
	background: #FFC8AA;
}

.client-scroll a {
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	animation-duration: 10s;
	animation-delay: 2s;
	position: relative;
}

.client-scroll a figure {
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.client-scroll a figure p {
	position: absolute;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	display: none;
}

.client-scroll a:hover figure p {
	display: block;
}

.client-scroll a h4 {
	font-size: 22px;
	margin: 0px;
	color: #fff;
	padding-left: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

/* .client-scroll a:hover figure:before {content: "";position: absolute;width: 100%;height: 100%;background: #FFC8AA;opacity:0.8;top: 0;left: 0;} */
.client-scroll a:hover h4 {
	color: #fff;
	padding-left: 0px;
}

.client-scroll .owl-nav {
	position: absolute;
	bottom: 23px;
	left: -55px;
	border-radius: 0;
	outline: none;
}

.client-scroll .owl-nav button {
	width: 50px;
	height: 50px;
	background: #fff !important;
	border-radius: 0 !important;
	margin: 0px !important;
	display: block !important;
	border-radius: 5px !important;
	margin-bottom: 5px !important;
	outline: none;
}

.client-scroll .owl-nav button.owl-prev {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.tlG1-rw a {
	margin-bottom: 30px;
	display: block;
}

/* .sgallerY:after {
	content: "";
	bottom: 0px;
	background: #222;
	position: absolute;
	width: 100%;
	height: 20%;
	z-index: -1;
} */

.clienT .container {
	z-index: 9;
}

.client-review p {
	font-size: 21px;
	color: #fff;
}

.client-review h5 {
	font-size: 18px;
	font-weight: 600;
	color: #F382B0;
	text-transform: capitalize;
	margin: 0;
}

.client-review span {
	color: #fff;
}

.client-review figure img {
	width: auto !important;
	margin: auto;
	margin-top: 30px;
	border-radius: 10px;
}

.clienT .white {
	color: #fff;
}

.fquoteF input[type=text],
.fquoteF input[type=tel],
.fquoteF input[type=email],
.fquoteF select {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	padding: 0px 15px;
	background: #e8e7e6;
	border: none;
	outline: none;
	border-radius: 0px;
}

.fquoteF textarea {
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
	padding: 10px 15px;
	background: #e8e7e6;
	border: none;
	outline: none;
	border-radius: 0px;
}

.fquoteF input[type=submit] {
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 30px;
	padding: 0px 35px;
	height: 55px;
}

.fiXbot {
	position: absolute;
	top: 0px;
	width: 100%;
	top: 0%;
	transform: translateY(-99%);
}

.fiXdown {
	position: absolute;
	width: 100%;
	bottom: 0%;
}

.social li {
	margin-right: 15px;
}
.social li:last-child {
	margin: 0px;
}

.internaL-banner {
	height: 450px;
	padding-top: 10%;
	position: relative;
}

.internaL-banner .container {
	position: absolute;
	top: 45%;
	left: 0px;
	right: 0px;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumb li a:hover {
    text-decoration: none;
    color: #F382B0;
}

.iNpage-banner h1 {
	color: #fff;
	font-weight: 600;
	/*letter-spacing: 1px;text-shadow: 0px 1px 1px #F382B0; */
}

.iNpage-banner .breadcrumb {
	padding: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.procesSin {
	padding-bottom: 150px;
}

.seCta.inPg {
	margin-bottom: 80px;
}

.seCta.inPg .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.seCta.inPg .seCtaitem {
	border-radius: 0px 0px 0px 50px;
	padding-left: 80px;
	padding-right: 80px;
}

.blogGer {
	display: block;
}

.blogGer h4 {
	color: #444;
	font-weight: 600;
	margin: 0px;
}

.blogGer .date {
	color: #F382B0;
	margin-bottom: 15px;
	font-weight: 500;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.blogGer .date img {
	width: 16px;
	margin-right: 5px;
}

.blogGer p {
	color: #444;
}

.blogGer:hover h4,
.blogGer:hover p,
.blogGer:hover .date {
	text-decoration: none !important;
}

.experience {
	padding: 150px 0px;
}

.experience .watch-video h2 {
	color: #fff;
	text-transform: uppercase;
}

.experience .watch-video p {
	font-weight: 600;
	color: #F382B0;
	margin: 0;
	font-size: 12px;
}

.experience .popup-video {
	z-index: auto;
	background: #F382B0d6;
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.experience .popup-video:hover {}

.experience .popup-video:hover img {
	opacity: 0.5;
}

.blog-iteM {
	margin-bottom: 30px;
	background: #f1f1f1;
}

.bloGT {
	padding-right: 30px;
}

.bloGT h4 {
	font-weight: 600;
}

.bloGT hr {
	width: 82%;
	margin: 0px;
}

.go-now a {
	width: 40px;
	height: 40px;
	background: #434343;
	border-radius: 50px;
	margin-left: 15px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.bloGT:hover .go-now a {
	background: #F382B0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.blog-iteM .bAfterh {
	overflow: hidden;
}

.blog-iteM .bAfterh img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-iteM:hover .bAfterh img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pbDte p {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 500;
}

.pbDte p:first-child {
	margin-right: 15px;
	color: #F382B0;
	text-transform: uppercase;
}

.text-btn {
	font-weight: 600;
	letter-spacing: 3px;
	color: #F382B0;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.article-post div figure {
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	margin: 0;
	margin-right: 15px;
}

.article-post div a {
	font-weight: 600;
	display: block;
	color: #282828;
}

.article-post div a img {
	border-radius: 10px;
}

.article-post div date {
	font-weight: 400;
	font-size: 13px;
}

.article-post div date span {
	color: #F382B0;
}

.mbthree0 {
	margin-bottom: 20px;
}

.article-post figure {
	margin-right: 15px;
}

.list-categories {
	padding: 0px;
}

.list-categories li {
	position: relative;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 5px;
}

.list-categories li a {
	color: #444;
}

.list-categories li:before {
	content: "";
	background: url(../images/arRowi.svg)no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.list-categories li a {
	font-weight: 500;
	text-decoration: none;
}

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

.bSidebar h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.bSidebar h3:first-child {
	margin-top: 0px;
}

.bSidebar ul li:before {
	opacity: 0.5;
	filter: gray;
	/* IE */
	-webkit-filter: grayscale(1);
	/* Old WebKit */
	-webkit-filter: grayscale(100%);
	/* New WebKit */
	filter: url(resources.svg#desaturate);
	/* older Firefox */
	filter: grayscale(100%);
	/* Current draft standard */
}

.bSidebar ul li:hover:before {
	opacity: 1;
	filter: none;
	/* IE */
	-webkit-filter: grayscale(0);
	/* Old WebKit */
	-webkit-filter: grayscale(0%);
	/* New WebKit */
	filter: url(resources.svg#desaturate);
	/* older Firefox */
	filter: grayscale(0%);
	/* Current draft standard */
}

.NP-btn {
	border-top: 3px solid #F382B0;
	padding-top: 15px;
}

.NP-btn a {
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

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

.contentAfter p:first-child strong {
	font-weight: 600;
	color: #333;
}

.contentAfter:after {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f382b0;
}

.aftrH-black:after {
	content: "";
	opacity: ;
	width: 100%;
	height: 100%;
	left: 0px;
	position: absolute;
	background: rgb(40, 40, 40);
	background: -moz-linear-gradient(90deg, rgba(40, 40, 40, 0) 50%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(40, 40, 40, 0) 50%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(90deg, rgba(40, 40, 40, 0) 50%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828", endColorstr="#000000", GradientType=1);
}

.aftrH-black h3,
.aftrH-black div {
	z-index: 1;
}

.theme-black input[type=text],
.theme-black input[type=tel],
.theme-black select,
.theme-black input[type=email],
.theme-black textarea {
	background: #212529e0;
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
}

.theme-black input[type=text]::placeholder,
.theme-black input[type=tel]::placeholder,
.theme-black input[type=email]::placeholder,
.theme-black textarea::placeholder {
	color: #fff;
}

.fquoteF label {
	font-size: 18px;
}

.form-checkbox {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.5);
	margin-right: 8px;
}

.prodtlist h3 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
	padding: 20px 0px;
	z-index: 1;
}

.prodtlist h3:after {
	content: "";
	width: 40%;
	height: 100%;
	background: #f1bebe;
	position: absolute;
	z-index: -1;
	left: -15px;
	top: 0px;
}

.prodtlist ul {
	list-style: none;
	padding: 0px;
	margin-top: 40px;
}

.prodtlist ul li a {
	line-height: 50px;
	color: #444;
	font-weight: 600;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.prodtlist ul li a:hover {
	color: #F382B0;
}

.prodtlist ul li:last-child a {
	border: none;
}

.ht-purple h3 {
	color: #F382B0;
	font-weight: 600;
}

p:last-child {
	margin: 0px;
}

.information {
    background: #f381b0;
    padding: 40px;
    height: 100%;
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-gap: 15px;
	border-radius:10px;
}
.information span {
    background: #ffffff;
    height: 64px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -ms-flex-align: center;
	align-items: center;
    color: #333;
    font-size: 24px;
}
.information p {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 20px;
    position: relative;
    z-index: 9;
    margin: 0;
}

/* .information p:after {
	content: "";
	width: 50px;
	height: 50px;
	left: 0px;
	right: 0px;
	bottom: -9px;
	margin: auto;
	border: 3px solid #ddd;
	position: absolute;
	z-index: -1;
} */

.information a {
	color: #fff;
}

.information.white p,
.information.white a {
	color: #fff;
}

/* New Css style start */
.d-grid {
	display: grid;
}

.grid-col-2 {
    grid-template-columns: auto auto;
    grid-gap: 15px;
    justify-content: start;
}

.service-bxt h2 {
	color: #fff;
}

.service-bxt h3 {
	color: #fff;
}

.seCtaitem {
	padding: 0px 80px 0;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-gap: 50px;
	background: #111;
	border-radius: 30px;
	align-items: center;
	overflow: hidden;
}

.seCtaitem figure {
	margin: 0px;
	margin-top: auto;
	padding-top: 3vw;
	position: relative;
}

.seCtaitem figure img {
	z-index: 2;
	position: relative;
}

.seCtaitem figure:after {
	content: "";
	width: 410px;
	height: 100%;
	position: absolute;
	bottom: -100px;
	left: -90px;
	background: #ff006882;
	z-index: 0;
	filter: blur(8px);
	-webkit-filter: blur(78px);
}

.seCtaitem h4 {
	background: #404040;
	color: #efefef;
	font-family: 'Inter';
	font-weight: normal;
	border-radius: 50px;
	display: inline-block;
	font-size: 14px;
	padding: 9px 20px;
}

.seCtaitem h2 {
	margin-bottom: 0px;
	color: #fff;
}

.seCtaitem h3 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 0px;
	color: #fff;
}

.seCtaitem p {
	color: #fff;
}

.outer-items {
	background: #fff1f7;
	padding: 30px;
	border-radius: 30px;
}

.outer-items a {
	color: #222;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 0.2px;
	text-decoration: underline;
}

.icOnProcess {
	display: grid;
	grid-template-columns: 64px 1fr;
	grid-gap: 15px;
	border-bottom: 1px solid #ffe1ed;
	padding-bottom: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.icOnProcess h3 {
	font-size: 25px;
	/* font-family: "Bebas Neue", sans-serif; */
	margin: 0px;
}

.icOnProcess h5 {
	font-family: "Baskervville", serif;
	margin: 0px;
}

.icOnI {
	background: #f382b061;
	border-radius: 10px;
	width: 100%;
	height: 64px;
	display: grid;
	justify-content: center;
	align-items: center;
}

.icOnI img {
	width: 32px;
}

.marquee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
}

.marquee h2 {
	font-size: 40px;
	margin: 0px;
	text-transform: capitalize;
	animation: marquee 24s linear infinite;
	color: #f1f1f1;
	/* -webkit-text-stroke:1px #ddd;-webkit-text-fill-color:transparent; */
}

.marquee h2 img {
	max-width: 32px;
	margin: 0px 25px;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.plan-choose {
	background: #fff1f7;
	padding: 30px;
	border-radius: 30px;
	height: 100%;
	display: grid;
}

.pack-items {
	display: grid;
	grid-template-columns: 70% 15% 15%;
	grid-gap: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.plan-choose h1 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 50px;
}

.plan-choose h2 {
	color: #F382B0;
}

.plan-choose p {
	font-size: 20px;
}

.plan-choose h5 {
	font-size: 16px;
	text-transform: capitalize;
	font-family: "Baskervville", serif;
}

.plan-choose.change p {
	font-weight: 400;
}

.plan-choose.change {
	background: #f382b0;
}

.plan-choose.change h2,
.plan-choose.change h5,
.plan-choose.change p {
	color: #fff;
}

.plan-choose.change h1 span {
	padding-right: 5px;
	color: #fff;
}

.plan-choose a.view-more,
.plan-choose a.white-btn {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}

.col-brands {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.col-brands div {
	margin: 0px 25px;
	position: relative;
	z-index: 1;
}

.col-brands:after {
	content: "Brands";
	color: #ddd;
	font-size: 220px;
	margin-top: 30px;
	text-transform: uppercase;
	position: absolute;
	font-family: "Bebas Neue", sans-serif;
	z-index: 0;
	text-fill-color: transparent;
	text-stroke: 1px #444;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #444;
	-moz-text-fill-color: transparent;
}

.white-h4 h4 {
	color: #fff;
	font-weight: 400;
}

.accordion-tbs {
	display: grid;
	grid-gap: 20px;
}

.accordion-tbs .card {
	border-radius: 0px;
	border: 0px;
	border-color: #000;
	background: none;
}

.accordion-tbs .card-header {
	background: none;
	border: none;
	border-radius: 12px;
	border: 1px solid #EEE;
	background: #FFF;
}

.accordion-tbs .card-header button {
	font-size: 19px;
	font-style: normal;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0px;
	text-decoration: none;
	width: 100%;
	border: none;
	text-align: left;
	color: #343434;
	background: none;
	display: grid;
	grid-template-columns: 90% 1fr;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	white-space: normal;
}

.accordion-tbs .card-header button[aria-expanded="true"] {
	border-radius: 0px;
	border: none;
	position: relative;
}

.accordion-tbs .card-header button[aria-expanded="true"]:after {
	content: "-";
	position: absolute;
	right: 0;
	font-size: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 100;
}

.accordion-tbs .card-header button[aria-expanded="false"]:after {
	content: "+";
	position: absolute;
	right: 0;
	font-size: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 100;
}

.accordion-tbs .card-header button span {
	width: 60px;
	height: 2px;
	background: #a7905a;
	margin-right: 14px;
}

.accordion-tbs .card-body {
	font-size: 18px;
}
.accordion-tbs .card-body ul li strong{
	font-weight:normal;
}

.accordion-tbs .card-body p:last-child {
	margin: 0px;
}

.accordion-tbs .card-body h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}

.accordion-tbs .card-body h4 {
	margin-top: 20px;
}

.accordion-tbs .card-body ul {
	padding-left: 15px;
}

/* .why-choose {display: grid;grid-template-columns: 70px 1fr;grid-gap: 25px;position: relative;}.why-choose h3 {font-size: 22px;margin: 0px 0px 5px;position: relative;}.why-choose h3:after {content: ".................";font-size: 22px;position: absolute;left: 60px;top: 40%;transform: translateY(-50%);color: #444;}.hide-after h3:after{content: "";display: none !important;}.why-choose .icOn {background: #FFECEC;display: grid;height: 70px;align-items: center;justify-items: center;}.why-choose .icOn img{width:30px;}.why-choose div h3{font-family: "Antonio", sans-serif;text-transform:uppercase;font-size:50px;font-weight:700;}.why-choose div p{font-weight: 600;font-size: 16px;} */
.list-style2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0px;
	grid-gap: 5px;
}

.list-style2 li {
	position: relative;
	padding: 0px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}

.why-choose {
	display: grid;
	grid-gap: 5px;
	position: relative;
}

.why-choose h3 {
	font-size: 22px;
	margin: 0px 0px 5px;
	position: relative;
}

.why-choose .icOn img {
	width: 30px;
	margin-bottom: 25px;
}

.why-choose div h3 {
	font-family: "Antonio", sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
}

.why-choose div p {
	font-weight: 600;
	font-size: 16px;
}

.space-last-3 div[class^="col-"]:nth-last-child(-n+3) {
	margin-top: 40px;
}

.bg-gradient {
	background: rgb(243, 130, 176);
	background: -moz-linear-gradient(0deg, rgba(243, 130, 176, 0.47942927170868344) 0%, rgba(255, 255, 255, 1) 58%);
	background: -webkit-linear-gradient(0deg, rgba(243, 130, 176, 0.47942927170868344) 0%, rgba(255, 255, 255, 1) 58%);
	background: linear-gradient(0deg, rgba(243, 130, 176, 0.47942927170868344) 0%, rgba(255, 255, 255, 1) 58%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f382b0", endColorstr="#ffffff", GradientType=1);
}

.object-smartH {
	object-fit: cover;
	height: 400px;
	object-position: bottom;
}

.popup-abt {
	display: block;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.popup-abt:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.popup-abt:hover:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	top: 0px;
	bottom: 0;
	background: #f382b091;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	z-index: -1;
}

.grid-experience {
	display: grid;
	grid-template-columns: 70% 1fr;
	align-items: center;
}

.grid-experience h2 {
	color: #fff;
	font-size: 40px;
}

.grid-experience p {
	color: #fff;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #f665a0;
	z-index: 99;
}

.seCtaitem2:after {
	content: "";
	width: 70%;
	height: 50%;
	position: absolute;
	bottom: -100px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #ff006855;
	z-index: 0;
	filter: blur(8px);
	-webkit-filter: blur(78px);
}

.view-more.big {
	text-align: center;
	max-width: 200px;
	min-height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-left: auto;
	padding: 0px 35px;
}

.social a img{max-width:42px;}

.client-scroll1 a {
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	animation-duration: 10s;
	animation-delay: 2s;
	position: relative;
	display:block;
}

.client-scroll1 a figure {
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.client-scroll1 a h4 {
	font-size: 22px;
	margin: 0px;
	color: #fff;
	padding-left: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.client-scroll1 a:hover h4 {
	color: #fff;
	padding-left: 0px;
}
.fontpds {
    font-family: "Playfair Display", serif;
}