/*
============================
Name:  Consultore - Business Consulting Theme
Version: 1.0.0
Description:
Author: Noyon Ahmed
Author URI:
Location:
============================
*/

/* ===========================
<------------------->
===========================
1.HOME-1-START
===========================
2.HOME-2-START
===========================
3.HOME-3-START
===========================
4.HOME-4-SATART
===========================
5.MOBAILE-MENU
===========================
6.PRELOADER
===========================
7.PREVIEW-START
===========================
8.ABOUT-SATRT
===========================
9.OUR-SERVICE-START
===========================
10.SERVICE-DETAILS-START
===========================
11.BLOG-DETAILS-START
===========================
12.PAGE-PROGRESS-START
===========================
13.SHOP-PAGE-START
===========================
14.SHOP-PAGE-SIDEBAR-START
===========================
15.SHOP-DETAILS-SATART
===========================
16.SHOP-DETAILS-SATART
===========================
17.CART-SATART
===========================
18.CHECKOUT-SATART
===========================*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");

body,
html {
	overflow-x: hidden;
}

body {
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
}

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

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

img {
	max-width: 100%;
	max-height: 100%;
}

.sp1 {
	padding: 130px 0 100px;
}

.sp2 {
	padding: 130px 0;
}

.space10 {
	height: 10px;
}

.space20 {
	height: 20px;
}

.space30 {
	height: 30px;
}

.space40 {
	height: 40px;
}

.space50 {
	height: 50px;
}

.space60 {
	height: 60px;
}

.space70 {
	height: 70px;
}

.space80 {
	height: 80px;
}

.space90 {
	height: 90px;
}

.space100 {
	height: 100px;
}
.sec-padding {
	padding: 80px 0;
}
.sec-padding2 {
	padding: 60px 0;
}

.theme_bg1 {
	background-color: rgba(242, 57, 54, 0.03);
}

.bg1 {
	background: url(../img/bg/bg1.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

.title h1 {
	font-family: "DM Serif Display";
	font-style: normal;
	font-weight: 400;
	font-size: 75px;
	line-height: 82px;
	letter-spacing: -1px;
	color: #161540;
	margin-bottom: 30px;
}

.title p {
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #161540;
	opacity: 0.7;
}

a.theme-btn {
	align-items: center;
	text-align: right;
	color: #ffffff;
	background: #000;
	padding: 17px 25px;
	border-radius: 10px;
	box-shadow: 0px 4px 25px rgba(242, 57, 54, 0.15);
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

a.theme-btn1 {
	background: #f23936;
}

span.title-heilight {
	position: relative;
	z-index: 2;
}

span.title-heilight:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 100%;
	background: url(../img/shapes/underline-title.png);
	bottom: 0;
	object-fit: cover;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

span.title-heilight:after {
	position: absolute;
	content: "";
	height: 100px;
	width: 100px;
	background: url(../img/shapes/left-heighlight.png);
	left: -60px;
	top: -37px;
	background-repeat: no-repeat;
	background-size: contain;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #121212;
	z-index: 999;
}

.loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.header {
	padding: 15px 0;
}

.logo {
	margin-right: 30px;
}
.logo img {
	width: 140px;
}

.header-elements {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}

.quick_contact {
	position: relative;
	z-index: 2;
	padding-left: 60px;
	align-items: center;
	display: flex;
}

.quick_contact_icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fee6e5;
	border-radius: 50px;
	margin-top: -25px;
}

.quick_contact_content small {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #161540;
	opacity: 0.7;
	font-family: "DM Serif Display", serif;
}
.quick_contact_content h5 {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #161540;
	font-family: "Inter", sans-serif;
}

@media only screen and (min-width: 1200px) {
	.header_menu_area {
		display: flex;
		align-items: center;
	}
	.main-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.main-menu ul li {
		display: inline-block;
	}
	.main-menu ul li a {
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
		color: #17231c;
		padding: 10px 20px;
		text-transform: capitalize;
		transition: all 0.3s;
	}

	.mobile-info {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.desktop-info {
		display: none;
	}
	.hamburger-menu {
		margin: 10px;
		width: 35px;
		cursor: pointer;
	}
	.bar-top,
	.bar-middle,
	.bar-bottom {
		height: 3px;
		background: #000;
		border-radius: 50px;
		margin: 6px 0;
		transform-origin: left;
		transition: all 0.5s;
	}
	.header_menu_area {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}
	.menu-wrap {
		position: fixed;
		background: #000;
		height: 100%;
		width: 70%;
		left: -100%;
		top: 0;
		opacity: 0;
		visibility: hidden;
		padding: 30px;
		z-index: 99;
		transition: all 0.3s ease-in-out;
	}
	.mobile-menu-active.menu-wrap {
		left: 0%;
		top: 0;
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease-in-out;
	}
	.mobile-menus {
		padding: 10px;
	}
}
.welcome-area {
	display: flex;
	align-items: center;
	height: 100%;
}

.hero-img-elements {
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: end;
	margin-right: -100px;
}

.stellarnav ul ul {
	width: 160px;
	border-radius: 5px;
	padding: 10px 0;
}
ul.theme-mega-menu li.mega-menu {
	width: 1000px;
}

.stellarnav ul ul li a {
	padding: 10px 30px;
}
.stellarnav ul ul li a:hover {
	color: #fca311;
	margin-left: 5px;
}
@media screen and (min-width: 768px) {
	.stellarnav ul ul {
		background: #fff;
		box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
	}
	.stellarnav ul ul li a svg {
		display: none;
	}
}

.cta-btn.d-none.d-lg-block.btn-after.button.action-btn.home1-header-btn a svg {
	margin-right: 4px;
}

.main-menu-ex li {
	display: inline-block;
}

.main-menu-ex li a {
	color: #000;
	font-size: 16px;
	display: block;
	font-weight: 500;
	padding: 10px 15px;
}

.main-menu-ex li {
	position: relative;
	z-index: 9;
}

.main-menu-ex li ul {
	position: absolute;
	left: 0;
	top: 50px;
	background: #fff;
	width: 240px;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
	padding: 10px;
}

.main-menu-ex li li {
	display: block;
}

.main-menu-ex li li a {
	padding: 10px 20px;
	color: #17231c;
	font-weight: 500;
	transition: all.4s;
	border-radius: 4px;
	position: relative;
}

.main-menu-ex li li a:hover {
	color: #fff;
	transition: all.4s;
}
.main-menu-ex li li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateX(60deg);
	color: #fff;
	border-radius: 4px;
	transition: all.4s;
	z-index: -1;
}
.main-menu-ex li li a:hover::after {
	transform: rotateX(0deg);
	background-color: #1e713e;
	border-radius: 4px;
}
.main-menu-ex li li a .main-menu-ex li li a:hover {
	background-color: #00bf71;
	transform: rotateX(0deg);

	border-radius: 4px;
}

.main-menu-ex li > ul {
	opacity: 0;
	visibility: hidden;
	top: 60px;
	transition: all 0.3s;
	transform: rotateX(60deg);
}

.main-menu-ex li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 50px;
	transition: all 0.3s;
	z-index: 99;
	transform: rotateX(0deg);
}

.main-menu-ex.home4-menu li li a {
	padding: 10px 20px;
	color: #17231c;
	font-weight: 500;
	transition: all.4s;
	border-radius: 4px;
	position: relative;
}

.main-menu-ex.home4-menu li li a:hover {
	color: #fff;
	transition: all.4s;
}
.main-menu-ex.home4-menu li li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateX(60deg);
	color: #fff;
	border-radius: 4px;
	transition: all.4s;
	z-index: -1;
}
.main-menu-ex.home4-menu li li a:hover::after {
	transform: rotateX(0deg);
	background-color: #ff3e55;
	border-radius: 4px;
}

.main-menu-ex.home2-menu li li a {
	padding: 10px 20px;
	color: #17231c;
	font-weight: 500;
	transition: all.4s;
	border-radius: 4px;
	position: relative;
}

.main-menu-ex.home2-menu li li a:hover {
	color: #fff;
	transition: all.4s;
}
.main-menu-ex.home2-menu li li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotateX(60deg);
	color: #fff;
	border-radius: 4px;
	transition: all.4s;
	z-index: -1;
}
.main-menu-ex.home2-menu li li a:hover::after {
	transform: rotateX(0deg);
	background-color: #00bf71;
	border-radius: 4px;
}

/*========+ MOBAILE-MENU +=========*/

@media screen and (max-width: 768px) {
	.site-logo {
		position: fixed;
		top: 0;
		background-color: #fff;
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
		height: 70px;
		width: 100%;
		left: 0;
	}
	.site-logo a {
		position: fixed;
		top: 5px;
		right: 10px;
	}

	.main-menu.stellarnav.mobile {
		position: fixed;
		top: 7px;
		left: 2px;
	}
	.cta-btn {
		position: fixed;
		top: 18px;
		right: 10px;
	}
	.stellarnav.mobile > ul {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		width: 100%;
		left: 0px;
		background: #fff;
	}
	.stellarnav ul ul {
		box-shadow: none;
		margin-left: 20px;
		background-color: #fff;
		border-left: 1px solid #d4aeff;
	}
	.stellarnav ul ul li {
		background-color: #fff;
		border-bottom: 1px solid;
	}
	.stellarnav ul {
		background: #fff;
		box-shadow: rgba(226, 132, 132, 0.2) 0px 20px 30px;
		border-radius: 4px;
	}
}
@media screen and (max-width: 425px) {
	.site-logo {
		position: fixed;
		top: 0;
		background-color: #fff;
		box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
		height: 70px;
		width: 100%;
		left: 0;
	}
	.site-logo a {
		position: fixed;
		top: 18px;
		left: 280px;
	}
	.footer-menu h4 {
		margin-top: 20px;
	}
	.main-menu.stellarnav.mobile {
		position: fixed;
		top: 7px;
		left: 0;
	}
	.stellarnav.mobile > ul {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		width: 100%;
		left: 0px;
		background: #fff;
	}
	.home4-footer-menu h4 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	.site-logo a {
		position: fixed;
		top: 18px;
		left: 220px;
	}
}

@media screen and (min-width: 900px) {
	.stellarnav {
		width: auto;
	}
}

.stellarnav.mobile > ul > li > a {
	padding: 15px;
	border-bottom: 1px solid #d4aeff;
	color: #17231c;
}
/*========+ MOBAILE-MENU +=========*/

/*========+ PRELOADER +=========*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	z-index: 9999;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #dfc8f8;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #dfc8f8;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #dfc8f8;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*========+ PRELOADER +=========*/

/*============================
    ++++HOME-1-START+++++
=============================*/

/*======== home1-header-start ==========*/

/*====== home1-header-btns =======*/
.btn-after a {
	position: relative;
	display: inline-block;
}

.cta-btn.d-none.d-lg-block.btn-after.button.action-btn.home1-header-btn a {
	padding: 12px 20px;
}

.btn-after a::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	background-color: #aadfbf;
	border-radius: 4px;
	z-index: -2;
	visibility: hidden;
	opacity: 0;
	transition: all.4s;
}
.btn-after a:hover::after {
	visibility: visible;
	opacity: 1;
}

.btn-after button {
	position: relative;
}

.btn-after button::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	background-color: #1e713e;
	border-radius: 4px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all.4s;
}
.btn-after button:hover::after {
	visibility: visible;
	opacity: 1;
}

.button a {
	font-weight: 700;
	font-size: 16px;
	line-height: 5px;
	padding: 20px 24px;
	border-radius: 4px;
	display: inline-block;
}

.button button {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 5px;
	padding: 20px 25px;
	border: none;
	border-radius: 4px;
	background-color: #1e713e;
}

.button button:hover {
	background-color: #000;
	color: #fff;
}

.home1-header-btn a {
	background-color: #17231c;
	color: #fff;
}

.home1-header-btn a img {
	margin-top: 8px;
	margin-right: 8px;
}

.home1-button a {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 5px;
	padding: 20px 25px;
	border: none;
	border-radius: 4px;
	background-color: #1e713e;
	text-decoration: none;
}

.home1-button a:hover {
	background-color: #1a9349;
	color: #fff;
}

.header-btn-2 a {
	color: #0f7134;
	background-color: #fff;
}

/*====== home1-header-btns ========*/
.hero-area {
	position: relative;
}

.hero-area::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-color: #f4fff8;
	/* background-image: url(../img/image/header-bg.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header-area-home1 {
	background: transparent;
	width: 100%;
	position: absolute;
	z-index: 99;
}

.main-hadding {
	padding: 275px 0 210px 0;
}

.main-hadding h1 {
	font-size: 48px;
	font-weight: 700;
	color: #17231c;
	line-height: 68px;
	padding: 0;
	padding-bottom: 18px;
}

.main-hadding h1 span {
	position: relative;
}

.main-hadding h1 span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 65%;
	top: 19px;
	left: 0;
	background-color: #f6db20;
	z-index: -1;
	border-radius: 4px;
}

.hadding-p p {
	color: #17231c;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.home1-header-button {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.header-btn-2 {
	margin-left: 30px;
}

.header-images {
	position: relative;
	height: 900px;
}

.home1-header-img-2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.home1-header-img-1 {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.home1-header-img-3 {
	position: absolute;
	top: 250px;
	left: 0;
}

.home1-header-img-4 {
	position: absolute;
	bottom: 90px;
}

.home1-header-img-5 {
	position: absolute;
	right: -50px;
	top: 300px;
}

.home1-header-img-6 {
	position: absolute;
	bottom: 210px;
	right: -70px;
}
.stellarnav li.has-sub > a:after {
	content: "";
	margin-left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #17231c;
	display: none;
}
.home1-button a svg {
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.home1-header-img-5 {
		position: absolute;
		right: 10px;
		top: 300px;
	}
	.main-hadding h1 span::before {
		display: none;
	}

	.home1-header-img-6 {
		position: absolute;
		bottom: 210px;
		right: 10px;
	}

	.main-hadding h1 {
		font-size: 34px;
		line-height: 44px;
	}

	.header-images {
		position: relative;
		height: 600px;
	}
	.main-hadding {
		padding: 200px 0 160px 0;
	}
}

@media screen and (max-width: 426px) {
	.main-hadding {
		padding: 130px 0 30px 0;
	}
	.home1-header-button {
		display: block;
		align-items: center;
		margin-top: 30px;
	}
	.header-btn-1.button.btn-after.home1-button {
		margin-bottom: 20px;
		margin-left: 0;
	}
	.mobile-images {
		position: relative;
		margin-top: 20px;
	}

	.about-haddings {
		margin-left: 0;
	}
	.header-images {
		/* height: 450px; */
		height: 515px;
	}
	.header-btn-2 {
		margin-left: 0;
	}
}

.slider .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	right: -7%;
}
.slider .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	left: -7%;
}
.slider .owl-nav button svg {
	background-color: #fff;
	padding: 20px;
	font-size: 24px;
	border-radius: 4px;
	font-weight: 300;
}
.slider .owl-nav button {
	margin-top: -35px;
	position: relative;
}
.slider .owl-nav button::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 5px;
	width: 100%;
	height: 100%;
	background-color: #1e713e;
	z-index: -1;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: all.4s;
}
.slider .owl-nav button:hover::after {
	visibility: visible;
	opacity: 1;
}

.testimonial-slider .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	left: -100px;
}

.testimonial-slider .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	right: -100px;
}

.testimonial-slider .owl-nav button svg {
	background-color: #f3f4fa;
	padding: 20px;
	font-size: 24px;
	border-radius: 4px;
	font-weight: 300;
	transition: all.4s;
}
.testimonial-slider.home4-testimonial-slider .owl-nav button svg {
	background-color: #ff3e55;
	color: #fff;
}
.video-btn p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-top: 30px;
	margin-left: 30px;
	display: inline-block;
	cursor: pointer;
}

.video-btn p span.play-icon {
	background-color: red;
}

.testimonial-slider .owl-nav button:hover svg {
	background-color: #00bf71;
	color: #fff;
}

.video-btn.video-1 ul li p {
	background: red;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	position: relative;
	transition: all.3s;
}
.video-btn.video-1 ul li p::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	background-color: red;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.4;
	top: -5px;
	left: -5px;
}

.video-btn.video-1 ul li p::before {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	top: 0;
	left: 0;
	background-color: red;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.8;
	top: -5px;
	left: -5px;
}
.video-btn.video-1 ul li {
	margin-left: 30px;
}
.video-btn.video-1 ul li span {
	color: #fff;
	display: inline-block;
	margin-right: -14px;
	font-size: 16px;
	font-weight: 700;
}
.video-btn.video-1 ul li p::before {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	top: 0;
	left: 0;
	background-color: red;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.2;
	top: -10px;
	left: -10px;
}

.testimonial-slider.home4-testimonial-slider .owl-nav button:hover svg {
	background-color: #0b0a23;
	color: #fff;
}

.testimonial-slider .owl-nav button {
	margin-top: -35px;
}

@media screen and (max-width: 768px) {
	.testimonial-slider .owl-nav button.owl-next {
		position: absolute;
		top: 50%;
		left: 0;
	}

	.testimonial-slider .owl-nav button.owl-prev {
		position: absolute;
		top: 50%;
		right: 0;
	}
	.all-home-testimonial-slider {
		margin: 0 100px;
	}
	.home2-hadding-after span.after::after {
		display: none;
	}
	.space-md-30 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 426px) {
	.testimonial-slider .owl-nav button.owl-next {
		position: absolute;
		top: 115%;
		left: 50%;
		margin-left: -100px;
	}

	.testimonial-slider .owl-nav button.owl-prev {
		position: absolute;
		top: 115%;
		right: 50%;
		margin-right: -100px;
	}

	.all-home-testimonial-slider {
		margin: 0 0;
	}

	.img-box {
		display: none;
	}

	.progress.home4-progress {
		margin-top: 12px;
		width: 100%;
		height: 20px;
		border-radius: 74px;
		display: inline;
	}
}

/*======== home1-header-end ==========*/

/*======== ABOUT-SATRT ==========*/

.about-img img {
	width: 100%;
}

.hadding span.span {
	color: #e7e7e7;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	background: #1e713e;
	padding: 8px 16px;
	margin-bottom: 24px;
	border-radius: 4px;
	display: inline-block;
}

.hadding h1 {
	color: #17231c;
	font-size: 28px;
	font-weight: 700;
	line-height: 48px;
	padding-bottom: 18px;
}
.hadding h1 span {
	position: relative;
}
.hadding h1 span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	top: 10px;
	left: 0;
	color: #17231c;
	background-color: #e1fdec;
	z-index: -1;
	border-radius: 4px;
}

.preview-bottom-hadding h1 span {
	position: relative;
	color: #17231c;
}
.preview-bottom-hadding h1 span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	top: 10px;
	left: 0;
	color: #17231c;
	background-color: #f6db20;
	z-index: -1;
	border-radius: 4px;
}

.hadding h2 {
	color: #17231c;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 10px;
}
.hadding h2 a {
	color: #17231c;
}

.check-list-all {
	padding: 32px 0;
}
.chek-list {
	display: flex;
	align-items: center;
}
.about-haddings {
	margin-left: 40px;
}
.chek-list p {
	font-size: 16px;
	font-weight: 500;
	color: #17231c;
}
.chek-list p img {
	margin-right: 4px;
}

/*======== ABOUT-END ==========*/

/*======== OUR-FACT-SATART ==========*/
.our-fact {
	position: relative;
}
.our-fact::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/image/fact-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
}
.fact-box {
	background-color: #fff;
	padding: 32px;
	border-radius: 4px;
}
.fact-icon {
	background-color: #d4aeff;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	line-height: 70px;
	text-align: center;
	border-radius: 4px;
}

.fact-box h1 {
	font-size: 40px;
	font-weight: 700;
	color: #17231c;
	padding: 28px 0 12px 0;
	line-height: 40px;
}
.fact-box p {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: rgba(14, 17, 36, 0.7);
}

.box-after {
	position: relative;
	border: 1px solid #64c489;
	border-radius: 5px;
	margin-bottom: 20px;
}

.box-after::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #87e7ac;
	top: 6px;
	left: 6px;
	border-radius: 5px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all.6s;
}

.box-after:hover::after {
	visibility: visible;
	opacity: 1;
	border: none;
}

.box-before {
	position: relative;
}

.box-before::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 6px;
	left: 6px;
	border-radius: 5px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all.6s;
}

.box-before:hover::after {
	visibility: visible;
	opacity: 1;
}
.fact-box {
	transition: all.4s;
}
.fact-box:hover {
	background-color: #f6db20;
}

@media screen and (max-width: 768px) {
	.fact-box {
		margin-top: 30px;
	}
}
@media screen and (max-width: 426px) {
	.hadding h1 span::before {
		display: none;
	}
}

/*======== OUR-FACT-END ==========*/

/*======== OUR-SERVICE-START ==========*/
.service {
	position: relative;
}
.service::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background-image: url(../img/image/service-bg.png); */
	background-color: #f4fff8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -9;
}
.service-box {
	padding: 32px 24px;
	border-radius: 4px;
	min-height: 280px;
}

.read-more-btn a {
	color: #17231c;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	transition: all.6s;
}
.read-more-btn a:hover svg {
	margin-left: 10px;
}

.read-more-btn a svg {
	font-size: 14px;
	margin-left: 5px;
	transition: all.4s;
}
/*======== OUR-SERVICE-END ==========*/

/*======== HOW-IT-WORK-START ==========*/
.how-in-work-sec {
	padding-right: 100px;
}
.work-item {
	display: flex;
	align-items: center;
	padding: 32px 24px;
	position: relative;
	transition: all.4s;
}
.work-item:hover {
	background-color: #cceed9;
	border-radius: 4px;
}
.work-item:hover .work-icon {
	background-color: #fff;
}
.work-item::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 6px;
	left: 6px;
	background-color: #9fe1b8;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: all.4s;
	z-index: -2;
}
.work-item:hover::after {
	visibility: visible;
	opacity: 1;
}
.work-icon {
	background: #cceed9;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	margin-right: 24px;
	border-radius: 50%;
	transition: all.4s;
}
@media screen and (max-width: 768px) {
	.work-item {
		display: block;
		align-items: center;
		padding: 32px 24px;
		position: relative;
		transition: all.4s;
	}
	.work-icon {
		background: #cceed9;
		width: 70px;
		height: 70px;
		text-align: center;
		line-height: 70px;
		margin-right: 24px;
		border-radius: 50%;
		transition: all.4s;
		margin-bottom: 20px;
	}
	.how-in-work-sec {
		padding-right: 0;
	}
}
/*======== how-it-work-end ==========*/

/*======== pricing-plan-start ==========*/
.pricing-plan {
	position: relative;
}
.pricing-plan::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-image: url(../img/image/pricing-plan-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

body {
	margin: 0;
}

.toggle-inner {
	width: 75px;
	margin: 0 auto;
	height: 35px;
	border: 1px solid #17231c;
	background: #17231c;
	border-radius: 25px;
	position: relative;
}

.toggle-inner input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 25px;
	right: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
.custom-toggle {
	position: absolute;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	top: 4px;
	left: 5px;
	border-radius: 50%;
	transition: 300ms all;
}
.toggle-inner .t-month,
.toggle-inner .t-year {
	position: absolute;
	left: -70px;
	top: 5px;
	color: #17231c;
	transition: 300ms all;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}
.toggle-inner {
	margin-top: 30px;
}
.toggle-inner .t-year {
	left: unset;
	right: -60px;
	opacity: 0.5;
}
.active > .toggle-inner .t-month {
	opacity: 0.5;
}
.active > .toggle-inner .t-year {
	opacity: 1;
}
.toggle-inner input:checked + span {
	left: 43px;
}
.toggle-inner {
	width: 75px;
	margin: 0 auto;
	height: 35px;
	border: 1px solid #ffffff;
	border-radius: 25px;
	position: relative;
}
.price-box {
	background-color: #fff;
	padding: 32px 24px;
	border-radius: 4px;
	border: 1px solid rgba(16, 0, 43, 0.15);
}
.price-body {
	background-color: #fff;
	padding: 32px 24px;
	border-radius: 20px;
	border: 1px solid rgba(16, 0, 43, 0.15);
}
.price-btn {
	background-color: #1e713e;
	border-radius: 4px;
	z-index: 2;
	transition: all.4s;
}
.price-button.btn-after-price {
	z-index: 2;
}
.price-button.btn-after-price a {
	color: #17231c;
}

.btn-after-price {
	position: relative;
}

.btn-after-price::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	background-color: #1e713e;
	border-radius: 4px;
	z-index: -2;
	visibility: hidden;
	opacity: 0;
	transition: all.4s;
}
.price-list ul li {
	padding-bottom: 16px;
}
.price-list ul li img {
	margin-right: 5px;
}

.price-box {
	transition: all.4s;
	margin-top: 40px;
}
.price-box:hover {
	background-color: #f4fff8;
}
.price-box:hover .price-btn {
	background-color: #fff;
}
.price-box:hover .btn-after-price::after {
	visibility: visible;
	opacity: 1;
}

.plan-toggle-wrap {
	margin-top: 40px;
}
/*======== pricing-plan-end ==========*/

/*======== blog-start ==========*/
.box-hadding {
	padding: 24px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
}

.box-hadding h2 a {
	color: #17231c;
}
.blog-box img {
	width: 100%;
}
.blog-box {
	margin-top: 40px;
	border-radius: 4px;
}
.box-hadding h2 {
	line-height: 28px;
}
.blog-box:hover .box-after::after {
	visibility: visible;
	opacity: 1;
}

.blog-img {
	overflow: hidden;
	transition: all.4s;
}
.blog-img img {
	transition: all.4s;
}
.blog-box:hover .blog-img img {
	transform: scale(1.1);
	transition: all.4s;
}

/*======== blog-end ==========*/

/*======== tesitmonial-start ==========*/
.testimonial-box-img h5 {
	margin-top: 20px;
	color: #17231c;
	font-size: 17px;
	font-weight: 600;
	line-height: 25px;
}
.testimonial-box {
	padding: 30px 20px 40px 20px;
	background-color: #fff;
	margin: 10px;
	/*position: relative;
  border-radius: 4px;
  text-align: center;*/
}
.testimonial {
	position: relative;
}
.testimonial::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background-image: url(../img/image/service-bg.png); */
	background-color: #f4fff8;
	z-index: -2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.testimonial-box h6 {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #17231c;
	margin-top: 15px;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	margin: auto;
}

.testimonial-img {
	margin-top: 40px;
}

@media screen and (max-width: 426px) {
	.testimonial-box {
		padding: 32px 20px 60px 20px;
		background-color: #fff;
		margin: 0 0 0 0;
		position: relative;
		border-radius: 4px;
	}
	.slider .owl-nav button.owl-prev {
		position: absolute;
		top: 110%;
		right: 50%;
		margin-right: -100px;
	}
	.slider .owl-nav button.owl-next {
		position: absolute;
		top: 110%;
		left: 50%;
		margin-left: -100px;
	}
	.subsraibe-input input {
		border-radius: 4px;
		border: none;
		padding: 16px;
		width: 100%;
		margin: 8px 0;
		background-color: #f3f3f3;
	}

	.testimonial-img {
		margin-top: 100px;
	}
	.sec-padding {
		padding: 60px 0;
	}
}
/*======== testimonial-end ==========*/

/*======== contact-start ==========*/
.contact-from-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-from-input input {
	border-radius: 4px;
	border: none;
	padding: 16px;
	width: 49%;
	margin: 8px 0;
	background-color: #ffe0b3;
}

.nice-select {
	border-radius: 4px;
	border: 1px solid #ced4da;
	padding: 5px 10px;
	width: 100%;
	margin: 8px 0;
	background-color: #fff;
	height: 55px;
	font-size: 16px;
}

.contact-from-input textarea {
	border-radius: 4px;
	border: none;
	padding: 16px;
	width: 100%;
	margin: 8px 0;
	background-color: #ffe0b3;
}
.contact-form-btn button {
	background-color: #40865a;
}
.contact-from-input textarea:focus {
	outline: none;
}
.contact-from-input input:focus {
	outline: none;
}

/*======== contact-end ==========*/

/*======== Subscribe-start ==========*/
.subsraibe-hadding h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #17231c;
	padding-bottom: 20px;
}
.subsraibe-hadding p {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.subsraibe {
	position: relative;
}
.subsraibe::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background-image: url(../img/image/subsraibe-bg.png); */
	background-color: #40865a;
	z-index: -2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.subsraibe-input {
	/* display: flex; */
	justify-content: end;
	position: relative;
}

.subsraibe-input input {
	border-radius: 4px;
	border: none;
	padding: 16px;
	width: 65%;
	margin: 8px 0;
	background-color: #f3f3f3;
}
.subsraibe-btn button {
	background-color: #17231c;
	color: #fff;
	padding: 20px 25px;
}
.subsraibe-btn {
	position: absolute;
	top: 8px;
	right: 0;
}
.subsraibe-input input:focus {
	outline: none;
}

@media screen and (max-width: 426px) {
	.subsraibe-input input {
		border-radius: 4px;
		border: none;
		padding: 16px;
		width: 100%;
		margin: 8px 0;
		background-color: #f3f3f3;
	}
	.footer-menu h4 {
		margin-top: 30px;
	}
	.space-sm-30 {
		margin-top: 30px;
	}
	.space-sm-50 {
		margin-top: 50px;
	}

	.home2-hadding.home2-hadding-p.home2-padding-after.hadding-span {
		margin-top: 30px;
	}
	.home4-footer-menu h4 {
		margin-top: 30px;
	}
	.home4-testimonial {
		height: 800px;
	}
}
/*======== Subscribe-end ==========*/

/*======== footer-start ==========*/
.footer {
	background-color: #17231c;
}
.footer-hadding p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	padding: 20px 0 30px 0;
}
.footer-shere ul li {
	display: inline-block;
	margin-right: 5px;
}
.footer-shere ul li {
	background: rgba(255, 255, 255, 0.1);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	transition: all.4s;
}
.footer-shere ul li a {
	padding: 10px;
	color: #fff;
	transition: all.4s;
	font-size: 20px;
}
.footer-shere ul li:hover {
	background-color: #ececec;
}
.footer-shere ul li:hover a {
	color: #17231c;
}
.footer-menu h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	padding-bottom: 30px;
}
.footer-menu ul,
.footer-menu ul li {
	list-style: none !important;
}
.footer-menu ul li a {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	transition: all.4s;
	display: block;
	padding: 5px 0;
}
.footer-menu ul li a:hover {
	color: #fff;
}
.footer-contact-p p {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
}

.foter-contact {
	display: flex;
	align-items: start;
	margin-bottom: 24px;
}
.footer-contact-icon {
	margin-right: 16px;
}

.footer-copyright {
	padding: 10px 0;
}

.fonter-end {
	background-color: #17231c;
	padding: 0px;
}
.fonter-end {
	border-top: 1px solid #9c9c9c;
}
.fonter-end a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #fff;
}
/*======== footer-end ==========*/

/*============================
    ++++HOME-1-END+++++
=============================*/

/*============================
    ++++HOME-2-START+++++
=============================*/

/*======== hero-area-start ==========*/

.home2-hero-area {
	position: relative;
}

.home2-hero-area::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-image: url(../img/image/home2-header-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.stellarnav-w ul li a {
	color: #fff;
}
.stellarnav-w ul ul li a {
	color: #000;
}

.home2-main-hadding h1 {
	font-size: 56px;
	font-weight: 600;
	line-height: 58px;
	color: #fff;
	padding: 18px 0;
}

.hadding-space {
	padding: 256px 0 165px 0;
}
.home2-main-hadding p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
}
.hadding-span span.span {
	font-size: 16px;
	font-weight: 600;
	padding: 8px 16px;
	color: #fff;
	background-color: #461b6d;
	line-height: 16px;
	border-radius: 4px;
	margin-bottom: 14px;
	display: inline-block;
	text-transform: uppercase;
}

.home2-header-button {
	margin-top: 32px;
}

.home2-btn a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 16px;
	display: inline-block;
	background-color: #00bf71;
	line-height: 16px;
	border-radius: 4px;
	transition: all.4s;
}
.home2-btn a:hover {
	transform: scale(1.1);
}

.home2-btn a svg {
	font-size: 10px;
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 50%;
	color: #00bf71;
	transform: rotate(-45deg);
	margin-bottom: -2px;
	margin-left: 4px;
}

.home2-btn button {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 16px;
	display: inline-block;
	background-color: #00bf71;
	line-height: 16px;
	border-radius: 4px;
	border: none;
	transition: all.4s;
}
.home2-btn button:hover {
	transform: scale(1.1);
}

.home2-btn button svg {
	font-size: 10px;
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 50%;
	color: #00bf71;
	transform: rotate(-45deg);
	margin-bottom: -2px;
	margin-left: 4px;
}

.home2-padding-after span.after {
	position: relative;
}
.home2-padding-after span.after::after {
	content: "";
	position: absolute;
	background-image: url(../img/image/hadding-after-1.png);
	height: 37px;
	width: 30px;
	top: 0;
}
.home2-header-img-all {
	position: relative;
}
.home2-header-img-1 {
	padding-top: 80px;
	margin-right: -100px;
}

.home2-header-img-2 {
	position: absolute;
	bottom: 0;
	right: -200px;
}

@media screen and (max-width: 768px) {
	.home2-header-img-2 {
		position: absolute;
		bottom: 0;
		right: 0px;
	}
	.home2-header-img-1 {
		padding-top: 0px;
		margin-right: 0px;
	}
	.hadding-space {
		padding: 200px 0 100px 0;
	}
}

.footer-shere.home2-footer-shere ul li:hover {
	background-color: #ececec;
}
@media screen and (max-width: 768px) {
	.home2-padding-after span.after::after {
		display: none;
	}
}
/*======== hero-area-end ==========*/

/*======== aobut-start ==========*/

.home2-about-text {
	background-color: #fff;
	padding: 32px;
	box-shadow: -4px 0px 48px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}
.home2-about-img {
	position: relative;
}
.home2-about-text {
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 80%;
}
.home2-about-text p {
	color: #10002b;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	transition: all.4s;
}
.home2-about-img:hover .home2-about-text p {
	color: #fff;
}

.home2-about-text::before {
	content: "";
	position: absolute;
	width: 2%;
	height: 100%;
	background: #00bf71;
	top: 0;
	border-radius: 4px;
	left: 0;
	transition: all.4s;
}
.home2-about-img:hover .home2-about-text::before {
	width: 100%;
}
.home2-hadding h1 {
	color: #10002b;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 20px;
	padding-top: 10px;
	transition: all.4s;
}
.home2-hadding h4 a {
	font-size: 24px;
	line-height: 24px;
	color: #10002b;
	font-weight: 700;
	transition: all.4s;
}
.home2-hadding-p p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #4d5064;
	transition: all.4s;
}

.home2-about-list ul li {
	font-size: 16px;
	line-height: 16px;
	color: #10002b;
	padding-bottom: 24px;
}
.home2-about-list ul li img {
	margin-right: 7px;
}
@media screen and (max-width: 768px) {
	.home2-about {
		margin-top: 30px;
	}
	.home2-main-hadding h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.welcome-slider .owl-dots button.owl-dot {
		background: #fff;
		position: absolute;
		height: 14px;
		width: 14px;
		border-radius: 50%;
		top: 55%;
		right: 20px;
		transition: all.6s;
	}
}
@media screen and (max-width: 426px) {
	.home4-header-img-1 {
		display: none;
	}
	.home4-header-img-2 {
		display: none;
	}
	.home4-hedaers-btn {
		display: inline-block;
		align-items: center;
	}
	.home2-about-text {
		width: 100%;
		bottom: 0;
	}
}

/*======== about-end ==========*/

/*======== home2-counter-strat ==========*/
.home2-counter {
	position: relative;
}
.home2-counter::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-image: url(../img/image/home2-counter-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.home2-counter-box h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	padding-bottom: 20px;
}
.home2-counter-box p {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}
.home2-counter-box {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 48px;
}
.home2-all-after {
	position: relative;
}
.home2-all-before {
	position: relative;
}
.home2-all-before::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #00bf71;
	border-radius: 0px 0px 5px 5px;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all.4s;
}
.home2-all-before:hover::before {
	height: 100%;
}

.home2-all-after::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #00bf71;
	border-radius: 4px;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all.4s;
}
.home2-all-after:hover::after {
	height: 100%;
}
@media screen and (max-width: 768px) {
	.home2-counter-box {
		margin-top: 30px;
	}
	.home2-hadding h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.hadding h1 {
		font-size: 24px;
		line-height: 36px;
	}
}

/*======== home2-counter-end ==========*/

/*======== home2-service-start ==========*/

.home2-service-box-img-1 img {
	width: 100%;
}
.home2-service-box-img {
	position: relative;
}
.home2-main-hadding span.span img {
	margin-right: 5px;
}
.home2-service-hadding {
	position: relative;
	padding: 32px 24px 38px 24px;
	border: 1px solid #dddce6;
}

.home2-service-hadding::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	border-radius: 0px 0px 4px 4px;
	z-index: -2;
}
.home4-service-hadding::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	border-radius: 0px 0px 4px 4px;
	z-index: -2;
}

.home4-service-hadding {
	position: relative;
	padding: 32px 24px 38px 24px;
}

.home4-service-hadding::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	border-radius: 0px 0px 4px 4px;
	opacity: 0.1;
	z-index: 1;
}

.service-icon img {
	z-index: 2;
	transition: all.4s;
}

.service-icon {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: #fff;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 4px;
}

.home2-service-box:hover .home2-all-before::before {
	height: 100%;
}

.home2-service-box:hover
	.home2-service-hadding.home2-hadding-p.home2-hadding.home2-all-before
	h4
	a {
	color: #fff;
}

.home2-service-box:hover
	.home2-service-hadding.home2-hadding-p.home2-hadding.home2-all-before
	p {
	color: #fff;
}

.home2-service-box:hover .read-more-btn a {
	color: #fff;
}

.home2-all-before-icon {
	position: relative;
}

.home2-all-before-icon::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #00bf71;
	border-radius: 4px;
	bottom: 0;
	left: 0;
	z-index: 0;
	transition: all.4s;
}

.home2-all-before-icon:hover::before {
	height: 100%;
}

.service-icon.home2-all-before-icon {
	position: absolute;
}
.home2-service-box:hover .home2-all-before-icon::before {
	height: 100%;
}

.home2-service-box:hover .service-icon.home2-all-before-icon img {
	filter: brightness(0) invert(1);
}
.home2-service-box {
	margin-top: 40px;
	border-radius: 4px;
}

/*======== home2-service-end ==========*/

/*======== home2-advice-start ==========*/

.advice {
	position: relative;
}
.advice::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-image: url(../img/image/advice-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.advice-padding p {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #10002b;
}

.advice-comment {
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.advice-comment-hadding h6 {
	color: #10002b;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 8px;
}
.advice-comment-hadding h6 a {
	color: #10002b;
}

.advice-comment-hadding p {
	color: #10002b;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
}
.advice-comment-img {
	margin-right: 16px;
}

/* .advice-img {
  margin-right: -200px;
} */

@media screen and (max-width: 768px) {
	.advice-img {
		margin-right: 0px;
	}
}
/*======== home2-advice-end ==========*/

/*======== home2-pricing-start ==========*/

.toggle-inner.home2-toggle-inner {
	background: #00bf71;
}
.home2-pricing-box {
	padding: 32px 24px;
	background: #ffffff;
	border: 1px solid rgba(16, 0, 43, 0.15);
	border-radius: 4px;
}

.home2-price-list li {
	padding-bottom: 16px;
	font-size: 16px;
	font-weight: 500;
	color: #10002b;
}
.home2-price-list li img {
	margin-right: 4px;
}

.home2-btn.home2-btn-testimonial a {
	width: 100%;
	text-align: center;
	transition: all.4s;
}
.home2-btn.home2-btn-testimonial {
	margin-top: 10px;
}
.home2-hadding h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	color: #10002b;
	padding-bottom: 10px;
}

.home2-pricing-box:hover .home2-hadding h2 {
	color: #fff;
}
.home2-pricing-box {
	transition: all.4s;
	margin-top: 40px;
}
.home2-pricing-box:hover {
	background-color: #00bf71;
}

.home2-pricing-box:hover .home2-hadding-p p {
	color: #fff;
}
.home2-pricing-box:hover .home2-hadding h1 {
	color: #fff;
}

.home2-pricing-box:hover .home2-price-list li {
	color: #fff;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a {
	background: #fff;
	color: #00bf71;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a {
	background: #fff;
	color: #00bf71;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a svg {
	background: #00bf71;
	color: #fff;
}

/*======== home2-pricing-end ==========*/

/*======== home2-team-member-start ==========*/

.home2-team-member {
	position: relative;
}
.home2-team-member::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/advice-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.team-member-hadding p {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #4d5064;
}
.team-member-hadding h6 {
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: #10002b;
}
.team-member-hadding {
	padding: 24px 0;
	position: relative;
}
.team-member-hadding::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #10002b;
	z-index: -1;
	opacity: 0.1;
}
.team-member-img {
	position: relative;
}
.team-member-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #461b6d;
	opacity: 0.1;
	border-radius: 5px 5px 0px 0px;
	z-index: -1;
}

.team-shere ul li {
	display: inline-block;
	margin: 2px;
	background: #ebebeb;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 45px;
	transition: all.4s;
}
.team-shere ul li:hover {
	background-color: #fff;
}

.team-member-box:hover .home2-all-before::before {
	height: 100%;
	transition: all.4s;
}
.team-member-box:hover .team-member-hadding::after {
	border-bottom: 1px solid #fff;
	opacity: 20%;
}

.team-member-box:hover .team-member-hadding p {
	color: #fff;
	transition: all.4s;
}

.team-member-box:hover .team-member-hadding h6 {
	color: #fff;
	transition: all.4s;
}

.team-shere ul li a {
	color: #10002b;
	font-size: 20px;
	padding: 10px;
	transition: all.4s;
}
.team-shere ul li a:hover {
	color: #00bf71;
}

.team-shere {
	padding: 32px 0;
}

.team-member-hadding-all {
	position: relative;
}
.team-member-hadding-all::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 5px 5px 0px 0px;
	z-index: -2;
}
.team-member-box {
	margin-top: 40px;
	border: 4px;
}

/*======== home2-team-member-end ==========*/

/*======== home2-testimonial-start ==========*/

.testimonial-slider-single {
	padding: 72px 24px 32px 24px;
	position: relative;
}

.testimonial-slider-single::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #f3f4fa;
	background-color: #fff;
	border-radius: 4px;
	z-index: -4;
}

.home2-testimonail-img {
	margin-bottom: -38px;
	margin-left: 25px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	box-shadow: 6.24847px 8.74786px 14.9963px rgba(118, 169, 214, 0.1);
	position: relative;
}
.home2-testimonail-img.home4-testimonail-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ffbbc3;
	border-radius: 50%;
	z-index: -2;
}
.home2-testimonail-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #00bf71;
	border-radius: 50%;
	z-index: -2;
	opacity: 0.2;
}

.testimonial-slider {
	margin-top: 50px;
	position: relative;
}

.testimonial-hadding p {
	font-size: 16px;
	font-weight: 500;
	color: #0b0a23;
	line-height: 26px;
}

.testimonial-slider-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.testimonial-slider-bottom {
	display: flex;
	justify-content: SPACE-BETWEEN;
	align-items: center;
	padding: 32px 0 0 0;
}

.testimonial-starts ul li {
	display: inline-block;
	margin: 0 2px;
	color: #ff9c00;
}
.testimonial-slider-bottom-hadding h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #10002b;
	padding-bottom: 5px;
	transition: all.3s;
}
.testimonial-slider-bottom-hadding p {
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #656565;
	transition: all.3s;
}
.all-home-testimonial-slider:hover .testimonial-hadding p {
	color: #fff;
}
.all-home-testimonial-slider:hover .testimonial-slider-bottom-hadding h6 {
	color: #fff;
}
.all-home-testimonial-slider:hover .testimonial-slider-bottom-hadding p {
	color: #fff;
}

/*======== home2-testimonial-end ==========*/

/*======== home2-blog-start ==========*/

.home2-blog {
	position: relative;
}
.home2-blog::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/advice-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*======== home2-blog-end ==========*/

/*======== home2-subsribe-start==========*/

.home2-subsribe {
	position: relative;
}

.home2-subsribe::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/home2-cta.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.white-hadding p {
	color: #fff;
}

.white-hadding h1 {
	color: #fff;
}
.home2-subsribe-input input {
	width: 60%;
	padding: 12px;
	border-radius: 4px;
	border: none;
}

.home2-subsribe-input.home2-subsribe-input2 input {
	width: 70%;
	padding: 12px;
	border-radius: 4px;
	border: none;
}

.home2-subsribe-input input:focus {
	outline: none;
}
.home2-subsribe-input {
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: end;
}
.home2-subsribe-input.home2-subsribe-input1 {
	position: relative;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.home2-btn.home2-subsribe-btn {
	position: absolute;
	right: 170px;
	top: 0;
}
.home4-btn.home2-subsribe-btn {
	position: a;
	position: absolute;
	right: 0;
	top: 0;
}
span.play-iocn {
	position: relative;
}

span.play-iocn svg {
	margin-bottom: -2px;
}

span.play-iocn::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 7px;
	height: 30px;
	width: 30px;
	background: #ff3e55;
	z-index: -1;
	border-radius: 50%;
}

span.play-iocn::before {
	content: "";
	position: absolute;
	left: 1px;
	top: -4px;
	background: #ff3e55;
	width: 40px;
	height: 40px;
	opacity: 0.5;
	z-index: -1;
	border-radius: 50%;
}

.home4-hedaers-btn {
	display: flex;
	align-items: center;
}
span.play-iocn svg {
	margin-left: 17px;
}

.home2-padding-after.white-hadding.home2-hadding-p.home2-hadding.hadding-span
	p {
	padding: 1px 150px;
}
@media screen and (max-width: 768px) {
	.home2-padding-after.white-hadding.home2-hadding-p.home2-hadding.hadding-span
		p {
		padding: 0;
	}
}

@media screen and (max-width: 426px) {
	.home2-subsribe-input input {
		width: 100%;
	}
	.footer-menu h4 {
		margin-top: 30px;
	}
	.home2-btn.home2-subsribe-btn {
		position: absolute;
		right: 0;
		top: 0;
	}
	.home2-subsribe-input.home2-subsribe-input2 input {
		width: 100%;
	}
}

/*======== home2-subsribe-end==========*/

/*============================
    ++++HOME-2-END+++++
=============================*/

/*============================
    ++++PREVIEW-START+++++
=============================*/

.preview-hero-area {
	position: relative;
}

.preview-hero-area::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/preview-header-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.preview-header-images {
	display: flex;
	margin: 30px 0;
}

.preview-header-main-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.preview-header-img {
	background: #fff;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	margin-right: 10px;
	box-shadow: -7.5px 5px 75px rgba(0, 0, 0, 0.2);
}

.preview-counter h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #17231c;
	padding-bottom: 10px;
}
.preview-counter {
	background-color: #fff;
	padding: 32px 0;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
	margin-top: 16px;
	transition: all.4s;
}
.preview-counter:hover {
	box-shadow: none;
	background-color: #d4aeff;
}

.support {
	position: relative;
}

.support::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/service-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.preview-home-page-img {
	margin-top: 48px;
	position: relative;
}

.home-page-1 {
	position: relative;
}
.home-page-1 img {
	width: 100%;
}
.home-page-1::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	transition: all.3s;
	visibility: hidden;
	opacity: 0;
}
.preview-home-page-img-all {
	position: relative;
	overflow: hidden;
}
.preview-button {
	position: absolute;
	top: 50%;
	left: -50%;
	right: -50%;
}
.preview-btn {
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all.4s;
}

.preview-home-page-img:hover .home-page-1::after {
	visibility: visible;
	opacity: 0.5;
}
.preview-home-page-img:hover .preview-btn {
	visibility: visible;
	opacity: 1;
	margin-top: -25px;
}

@media screen and (max-width: 425px) {
	.preview-header-main-img {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.preview-hero-area {
		height: 900px;
	}
	body {
		overflow-x: hidden;
	}
}
/*======== preview-support-start==========*/

/*======== mobile-start==========*/

.sec-mobile {
	position: relative;
}

.sec-mobile::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/service-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mobile-images {
	position: relative;
}
.mobile-img-1 img {
	width: 100%;
}
.mobile-img-2 {
	position: absolute;
	bottom: -70px;
	right: -110px;
}
@media screen and (max-width: 768px) {
	.mobile-img-2 {
		position: absolute;
		bottom: -70px;
		right: 0;
	}
}
/*======== mobile-end==========*/

/*======== preview-icons-start==========*/

.preview-icons {
	position: relative;
}

.preview-icons::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/features.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.preview-icon-box {
	padding: 40px 60px;
	background-color: #fff;
	border-radius: 4px;
	transition: all.4s;
	margin-top: 30px;
}

.preview-icon-box h5 {
	font-size: 16px;
	font-weight: 700;
	color: #17231c;
	padding-top: 16px;
}

.preview-icon {
	background: #f3f3f3;
	height: 80px;
	width: 80px;
	margin: auto;
	line-height: 80px;
	border-radius: 4px;
	transition: all.4s;
}
.preview-icon-box:hover .preview-icon {
	background-color: #d4aeff;
}

/*======== preview-icons-end==========*/

/*======== preview-footer-start==========*/

.preview-footer {
	position: relative;
}
.preview-footer::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/preview-footer-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.preview-header-button {
	display: flex;
	justify-content: center;
}
/*======== preview-footer-start==========*/

/*======== preview-support-end==========*/
/*============================
    ++++PREVIEW-END+++++
=============================*/

/*============================
    ++++HOME3-START+++++
=============================*/

/*==========hero-area-start==========*/

.home3-hero-area {
	position: relative;
}

.home3-hero-area::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/home3-header-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header-area-home3 {
	background-color: #fff;
}

@media screen and (max-width: 426px) {
	.home3-testimonial {
		height: 900px;
	}
}

/*==========hero-area-end==========*/

/*==========home3-testimonial-start==========*/

.home4-testimonial {
	position: relative;
}

.home4-testimonial::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f3ecff;
	z-index: -9;
}

.home3-testimonial-stars ul li {
	display: inline-block;
	margin-left: 5px;
	color: #ffba00;
	background-color: #f4f8ff;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 4px;
}

.home3-testimonial-stars {
	padding: 30px 0;
}

.home3-testimonial-slider-bottom {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.home3-tes-bottom-img {
	margin-right: 10px;
}

.home3-testimonial-slider-single.home2-all-before:hover
	.home3-tesimonial-img
	img {
	filter: brightness(0) invert(1);
}

.home3-tesimonial-img img {
	transition: all.4s;
}

.home3-testimonial-slider-single {
	padding: 42px 24px 32px 24px;
	position: relative;
}
.home3-testimonial-slider-single {
	position: relative;
}
.home3-testimonial-slider-single::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #10002b;
	border-radius: 4px;
	opacity: 0.1;
	z-index: -2;
}

/*==========home3-testimonial-end==========*/

/*==========cta-start==========*/

.home3-counter {
	position: relative;
}

.home3-counter::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/home2-cta.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home3-service-box {
	padding: 32px 24px;
	position: relative;
	margin-top: 30px;
}

.home3-service-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #10002b;
	border-radius: 4px;
	opacity: 0.1;
	z-index: -2;
}
.home3-service-box.home2-all-before:hover
	.home2-hadding.home2-hadding-p.hadding-span
	h4
	a {
	color: #fff;
}
.home3-service-box.home2-all-before:hover
	.home2-hadding.home2-hadding-p.hadding-span
	p {
	color: #fff;
}

.home3-service-box.home2-all-before:hover
	.home2-hadding.home2-hadding-p.hadding-span
	.read-more-btn
	a {
	color: #fff;
}

.home3-service-box.home2-all-before:hover .read-more-btn a {
	color: #fff;
}
.home3-service-box.home2-all-before:hover
	.home2-hadding.home2-hadding-p.hadding-span
	img {
	filter: brightness(0) invert(1);
}
/*==========cta-end==========*/

/*============================
    ++++HOME3-END+++++
=============================*/

/*============================
    ++++HOME4-START+++++
=============================*/

/*==========home4-hero-area-start==========*/

.home4-hero-area {
	position: relative;
}

.home4-hero-area::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/home4-header-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home4-header-img-all {
	position: relative;
	height: 850px;
}

.home4-header-img-3 {
	position: absolute;
	right: -90px;
	top: 150px;
}

.home4-header-img-1 {
	position: absolute;
	bottom: 0;
	right: -90px;
}
.home4-header-img-2 {
	position: absolute;
	bottom: 0;
	right: -90px;
}

.home4-header-img-4 {
	position: absolute;
	left: 30px;
	top: 150px;
}

.home4-header-img-5 {
	position: absolute;
	bottom: 90px;
	left: 60px;
}

.hadding-span2 span.span {
	font-size: 16px;
	font-weight: 700;
	padding: 8px 16px;
	color: #fff;
	background-color: #2a0072;
	line-height: 16px;
	border-radius: 4px;
	margin-bottom: 14px;
	display: inline-block;
	text-transform: uppercase;
}

.home2-hadding-after span.after {
	position: relative;
}

.home2-hadding-after span.after::after {
	content: "";
	position: absolute;
	background-image: url(../img/image/hadding-after-2.png);
	height: 37px;
	width: 30px;
	top: 0;
}

.home4-main-hadding span.span {
	background-color: #fff;
	color: #0b0a23;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 8px 16px;
	border-radius: 4px;
	margin-bottom: 20px;
	display: inline-block;
}

.home4-btn a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 16px;
	display: inline-block;
	background-color: #ff3e55;
	line-height: 16px;
	border-radius: 4px;
	transition: all.4s;
}

.home4-btn a:hover {
	transform: scale(1.1);
}

.home4-btn a svg {
	font-size: 10px;
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 50%;
	color: #ff3e55;
	transform: rotate(-45deg);
	margin-bottom: -2px;
	margin-left: 4px;
}

.home4-btn button {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 16px;
	display: inline-block;
	background-color: #ff3e55;
	line-height: 16px;
	border-radius: 4px;
	border: none;
	transition: all.4s;
}
.home4-btn button:hover {
	transform: scale(1.1);
}

.home4-btn button svg {
	font-size: 10px;
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 50%;
	color: #ff3e55;
	transform: rotate(-45deg);
	margin-bottom: -2px;
	margin-left: 4px;
}

.home4-about-list h5 {
	font-size: 20px;
	font-weight: 700;
	color: #0b0a23;
	line-height: 32px;
}
.nice-select.wide {
	width: 49%;
}

.home4-about-list h5 span {
	color: #ff3e55;
}

.home4-about-list {
	position: relative;
}
.home4-about-list h5 {
	margin-left: 30px;
}
.home4-about-list::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 80px;
	background: #2a0072;
	border-radius: 4px;
	bottom: -10px;
}

.home4-service {
	position: relative;
}
.home4-service::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-image: url(../img/image/advice-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home4-service-hadding.home2-hadding-p.home2-hadding.home4-all-before {
	background: #fff;
	z-index: 2;
}

.home4-header-hero-area .owl-dots button.owl-dot {
	background: #fff;
	position: absolute;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	top: 55%;
	right: 140px;
	transition: all.6s;
}

.home4-header-hero-area .owl-dots button.owl-dot.active {
	margin-top: 20px;
	background-color: #ff3e55;
	top: 50%;
	transition: all.6s;
}

.welcome-slider .owl-dots button.owl-dot {
	background: #fff;
	position: absolute;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	top: 55%;
	right: 140px;
	transition: all.6s;
}

.welcome-slider .owl-dots button.owl-dot.active {
	margin-top: 20px;
	background-color: #ff3e55;
	top: 50%;
	transition: all.6s;
}

.case-slider-all .owl-dots button.owl-dot {
	background: #fff;
	position: absolute;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	/* top: 55%; */
	bottom: -20px;
	right: 48%;
	transition: all.6s;
}

.case-slider-all .owl-dots button.owl-dot.active {
	margin-top: 20px;
	background-color: #ff3e55;
	bottom: -20px;
	transition: all.6s;
	right: 51%;
}
@media only screen and (max-width: 768px) {
	.home4-header-img-2 {
		width: 300px;
		right: 0;
	}
	.home4-header-img-1 {
		width: 300px;
		right: 0;
	}
	.home4-header-img-3 {
		display: none;
	}
	.home4-header-img-4 {
		display: none;
	}
	.home4-header-img-5 {
		display: none;
	}
}
/*==========home4-hero-area-end==========*/

/*======== home4-service-start ==========*/

.home4-service-box-img-1 img {
	width: 100%;
}
.home4-service-box-img {
	position: relative;
}

.home4-service-hadding {
	position: relative;
	padding: 32px 24px 38px 24px;
}

.home4-service-hadding::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	border-radius: 0px 0px 4px 4px;
	opacity: 0.1;
	z-index: -1;
}
.service-icon img {
	z-index: 2;
	transition: all.4s;
}

.service-icon {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: #fff;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 4px;
}

.home4-service-box:hover .home2-all-before::before {
	height: 100%;
}

.home4-service-box:hover
	.home2-service-hadding.home2-hadding-p.home2-hadding.home4-all-before
	h4
	a {
	color: #fff;
}

.home4-service-box:hover
	.home2-service-hadding.home2-hadding-p.home2-hadding.home4-all-before
	p {
	color: #fff;
}

.home4-service-box:hover .read-more-btn a {
	color: #fff;
}

.home4-all-before-icon {
	position: relative;
}

.home4-all-before-icon::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #ff3e55;
	border-radius: 4px;
	bottom: 0;
	left: 0;
	z-index: 0;
	transition: all.4s;
}

.home4-all-before-icon:hover::before {
	height: 100%;
}

.service-icon.home4-all-before-icon {
	position: absolute;
	transition: all.4s;
}
.home2-service-box:hover .home4-all-before-icon::before {
	height: 100%;
}

.home2-service-box:hover .service-icon.home4-all-before-icon img {
	filter: brightness(40);
}
.home4-service-box {
	margin-top: 40px;
}
.home2-service-box:hover .home4-all-before::before {
	height: 100%;
}
.home2-service-box:hover .home2-hadding-p p {
	color: #fff;
}
.home2-service-box:hover .home2-hadding h4 a {
	color: #fff;
}

.home4-all-before {
	position: relative;
}
.home4-all-before::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #ff3e55;
	border-radius: 0px 0px 5px 5px;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all.4s;
}
.home4-all-before:hover::before {
	height: 100%;
}

.progress.home4-progress {
	margin-top: 12px;
	width: 80%;
	height: 20px;
	border-radius: 74px;
}

.progress-bar {
	display: flex;
	justify-content: end;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: #2a0072;
	flex-direction: row;
	transition: var(--bs-progress-bar-transition);
	border-radius: 74px;
	padding-right: 10px;
}
.progress-bar-hadding h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #0b0a23;
	padding-top: 24px;
}
.our-skill-img {
	display: flex;
	justify-content: end;
}

.toggle-inner.home4-toggle-inner {
	background: #ff3e55;
}
.home4-btn.home2-btn-testimonial {
	margin-top: 10px;
}
.home4-btn.home2-btn-testimonial a {
	width: 100%;
	text-align: center;
	transition: all.4s;
}

.home2-pricing-box:hover .home4-btn.home2-btn-testimonial a {
	background: #fff;
	color: #ff3e55;
}

.home2-pricing-box:hover .home4-btn.home2-btn-testimonial a svg {
	background: #ff3e55;
	color: #fff;
}
.home2-pricing-box.home4-pricing-box:hover {
	background: #ff3e55;
}
/*======== home4-service-end ==========*/

/*======== home4-case-study-start ==========*/
.study-img img {
	width: 100%;
}
.study-box {
	position: relative;
	margin-top: 30px;
}

.study-box::after {
	content: "";
	position: absolute;
	height: 0%;
	width: 100%;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	background: #0b0a23;
	opacity: 0.9;
	transition: all.4s;
}
.study-box:hover::after {
	height: 100%;
}

.case-study-hadding {
	position: absolute;
	bottom: 24px;
	z-index: 2;
	width: 90%;
	left: -50%;
	margin: auto;
	right: -50%;
}
.case-study-hadding::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	left: 0;
	background: #0b0a23;
	opacity: 0.9;
	border-radius: 4px;
	transition: all.3s;
}
.study-box:hover .case-study-hadding::after {
	height: 0%;
}
.case-study-hadding {
	padding: 24px 16px;
}
.case-study-hadding h4 a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 16px;
	display: inline-block;
	transition: all.4s;
}
.case-study-hadding p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	opacity: 0.9;
}
.contact-details-p a {
	color: rgba(14, 17, 36, 0.7);
}

.study-box:hover .case-study-hadding h4 a {
	color: #ff3e55;
}
/*======== home4-case-study-end ==========*/

/*======== home4-contact-start ==========*/

.home4-contact {
	position: relative;
}
.home4-contact::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/image/service-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -9;
}
.home4-contact-box {
	background-color: #fff;
	border-radius: 4px;
	padding: 47px 38px;
	margin-top: 40px;
	transition: all.4s;
}

.contact-page-box {
	background-color: #fff;
	border-radius: 4px;
	padding: 47px 38px;
	margin-top: 40px;
	transition: all.4s;
}
.home4-contact-box:hover h4 {
	color: #fff;
}
.home4-contact-box:hover a {
	color: #fff;
}

.home4-contact-box:hover p {
	color: #fff;
}
.home4-contact-box:hover {
	background-color: #b91629;
}
.home4-contact-box h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding: 12px 0;
	transition: all.4s;
}
.home4-contact-box a {
	font-size: 20px;
	line-height: 32px;
	color: #47494e;
	font-weight: 500;
	transition: all.4s;
	display: block;
}

.contact-page-box a {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-weight: 500;
	transition: all.4s;
	display: block;
}

.contact-page-box h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding: 12px 0;
	transition: all.4s;
}

.home4-contact-box p {
	font-size: 20px;
	line-height: 32px;
	color: #47494e;
	font-weight: 500;
	transition: all.4s;
}

.home4-contact-form {
	background-color: #fff;
	padding: 32px 40px;
	border-radius: 4px;
}
.hadding-h4 h4 {
	font-size: 24px;
	font-weight: 700;
	color: #0b0a23;
	line-height: 24px;
}

.form-check-inline {
	display: flex;
	align-items: center;
}

.input-chack-box {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.input-chack-box input {
	height: 15px;
	width: 15px;
}

.form-check label {
	margin-top: 8px;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 600;
}

.form-check label span {
	color: #ff3e55;
}

.form-check-input:checked[type="checkbox"] {
    background-color: #ff3e55;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}


.chack-box-p a {
	color: #14213d;
	font-weight: 600;
	font-size: 16px;
}
.form-check-input[type="checkbox"] {
	border-radius: 0.25em;
	border: 1px solid #142329;
	padding: 10px;
}

.home4-subsribe {
	position: relative;
}
.home4-subsribe::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-color: #0b0a23;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*======== home4-contact-end ==========*/

/*======== footer-start ==========*/
.home4-footer {
	background-color: #fff;
}
.home4-footer-hadding p {
	font-size: 16px;
	font-weight: 400;
	color: #47494e;
	line-height: 26px;
	padding: 20px 0 30px 0;
}
.home4-footer-shere ul li {
	display: inline-block;
	margin-right: 5px;
}
.home4-footer-shere ul li {
	background: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	transition: all.4s;
}
.home4-footer-shere ul li a {
	padding: 10px;
	color: #0b0a23;
	transition: all.4s;
	font-size: 20px;
}
.home4-footer-shere ul li:hover {
	background-color: #ff3e55;
}
.home4-footer-shere ul li:hover a {
	color: #fff;
}
.home4-footer-menu h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #0b0a23;
	padding-bottom: 30px;
}
.home4-footer-menu ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #47494e;
	line-height: 48px;
	transition: all.4s;
}
.home4-footer-menu ul li a:hover {
	color: #0b0a23;
}
.home4-footer-contact-p p {
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
}

.home4-foter-contact {
	display: flex;
	align-items: start;
	margin-bottom: 24px;
}
.home4-footer-contact-icon {
	margin-right: 16px;
	transition: all.4s;
}

.home4-fonter-end {
	background-color: #fff;
	padding: 24px;
}
.home4-fonter-end {
	position: relative;
}
.home4-fonter-end::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #0b0a23;
	opacity: 0.2;
}

.home4-fonter-end a {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #0b0a23;
}

.home4-contact-box:hover .contact-iocn img {
	filter: brightness(40);
}

/*======== footer-end ==========*/

/*============================
    ++++HOME4-END+++++
=============================*/

/*============================
    ++++ABOUT-START+++++
=============================*/

.inner-page-hero-area {
	position: relative;
	/* background-image: url(../img/image/header-inner-bg.jpg); */
	background-color: #f4fff8;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
}
.inner-page-hero-area-customer {
	height: 250px !important;
	width: 100%;
}
.hadding-sec {
	padding-top: 84px;
}
.hadding-sec h6 {
	font-size: 16px;
	font-weight: 500;
	color: #1c1414;
	line-height: 16px;
}

.what-we-do {
	position: relative;
}

.what-we-do::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/about-page-do-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about-page-img {
	display: flex;
	justify-content: end;
}
.hadding h4 a {
	color: #17231c;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 8px;
	display: inline-block;
}
.about-choose-box {
	display: flex;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background: #fff;
	align-items: center;
	margin-bottom: 24px;
	padding: 24px;
	margin-left: 70px;
	transition: all.4s;
}
.about-choose-icon {
	margin-right: 20px;
}

.about-choose-box:hover {
	background-color: #d4aeff;
}
.hadding.about-page-hadding.hadding-p {
	padding-right: 100px;
}

.our-vision {
	position: relative;
}

.our-vision::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9;
	background-image: url(../img/image/about-page-do-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.about-vision-box {
	background-color: #fff;
	border-radius: 4px;
	margin-top: 30px;
	padding: 24px;
}

/*============================
    ++++ABOUT-END+++++
=============================*/

/*============================
++++SERVICE-DETAILS-START+++++
=============================*/
.details-box {
	position: relative;
	padding: 32px;
	border-radius: 4px;
	margin-bottom: 32px;
}

.details-box::after {
	content: "";
	position: absolute;
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);

	z-index: -3;
}
.service-details-input input {
	border-radius: 4px;
	background-color: #f3f3f3;
	padding: 16px;
	border: none;
	width: 100%;
}
.service-details-input input:focus {
	outline: none;
}
.service-details-input {
	position: relative;
}
.service-details-input button {
	border: none;
	position: absolute;
	top: 13px;
	right: 16px;
	font-size: 24px;
}
.details-hadding h2 {
	padding-bottom: 16px;
}

.service-details-list ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #17231c;
}

.service-details-list ul li a svg {
	transition: all.3s;
}

.service-details-list ul li {
	padding: 20px;
	background-color: #f3f3f3;
	border-radius: 4px;
	transition: all.3s;
	margin-bottom: 16px;
}
.service-details-list ul li:hover a svg {
	transform: rotate(-90deg);
}
.service-details-list ul li:hover {
	background-color: #d4aeff;
}

.contact-details {
	display: flex;
	align-items: start;
	padding-bottom: 16px;
}
.contact-details-1 {
	display: flex;
	align-items: start;
}
.contact-details-icon {
	margin-right: 8px;
}
.service-details-img img {
	width: 100%;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default > .panel-heading a {
	display: block;
	padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform 0.25s linear;
	-webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
	background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-option {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
}

.accordion-option .title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
}

.accordion-option .toggle-accordion {
	float: right;
	font-size: 16px;
	color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
	content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
	content: "Collapse All";
}

ul.pagination {
	justify-content: center;
}
.page-item span {
	font-size: 20px;
	font-weight: 600;
	color: #142329;
}
a.page-link {
	border: none;
	background-color: #e9e6e6;
	margin: 0 10px;
	border-radius: 5px;
}
.page-item a {
	font-size: 20px;
	font-weight: 600;
}
a.page-link {
	color: #142329;
	padding: 15px 25px;
	transition: all.4s;
}
a.page-link:hover {
	background-color: #d4aeff;
	color: #fff;
}

a.page-link.page-active {
	background-color: #d4aeff;
	color: #fff;
}
/*============================
++++SERVICE-DETAILS-END+++++
=============================*/

/*============================
++++BLOG-DETAILS-START+++++
=============================*/
.bol-red-details-comment-box-all {
	position: relative;
	padding: 40px 62px 30px 100px;
	border-radius: 4px;
}

.bol-red-details-comment-box-all::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -2;
	border-radius: 4px;
}

.bol-red-details-comment-box-all::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2%;
	height: 100%;
	background-color: #f65314;
	z-index: -1;
	border-radius: 4px;
	transition: all.4s;
}
.bol-red-details-comment-box-all:hover::before {
	width: 100%;
}

.bol-details-comment-box-all {
	position: relative;
	padding: 40px 62px 30px 60px;
	border-radius: 4px;
}

.bol-details-comment-box-all::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -2;
	border-radius: 4px;
}

.bol-details-comment-box-all::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2%;
	height: 100%;
	background-color: #7cbb00;
	z-index: -1;
	border-radius: 4px;
	transition: all.4s;
}
.bol-details-comment-box-all:hover::before {
	width: 100%;
}

.blog-details-comment-img {
	position: absolute;
	left: 50px;
	top: 20px;
}
.blog-details-comment-hadding h5 {
	font-size: 20px;
	font-weight: 700;
	color: #17231c;
	line-height: 28px;
}
.recent-news-hadding p {
	font-size: 12px;
	color: rgba(14, 17, 36, 0.7);
	font-weight: 400;
	line-height: 12px;
}
.recent-news-hadding h4 a {
	font-size: 16px;
	font-weight: 700;
	color: #17231c;
	line-height: 22px;
}
.recent-news-items {
	display: flex;
	align-items: start;
	margin-bottom: 20px;
}
.recent-news-hadding {
	margin-left: 20px;
}

.details-authors {
	display: flex;
	align-items: center;
}
.details-authors > div {
	margin-right: 10px;
}

.details-tag ul li a {
	display: inline-block;
	padding: 16px 20px;
	background-color: #f3f3f3;
	border-radius: 4px;
	color: #17231c;
	line-height: 16px;
	font-weight: 700;
	transition: all.4s;
}
.details-tag ul li {
	display: inline-block;
	margin: 6px;
}

.details-tag ul li a:hover {
	background-color: #d4aeff;
}

.blog-details-share-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-hadding h2 a {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #17231c;
}
.comment-hadding p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(14, 17, 36, 0.7);
	line-height: 16px;
}
.comment-hadding-img {
	display: flex;
}
.comment-hadding {
	margin-left: 10px;
}
.share-iocns ul li {
	display: inline-block;
	margin-left: 4px;
}

.share-iocns ul li a {
	background: #fff;
	height: 32px;
	width: 32px;
	display: inherit;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	color: #17231c;
	transition: all.4s;
}
.share-iocns ul li a:hover {
	background-color: #f6db20;
}

.share-iocns li.iocns-share-hadding {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #17231c;
	margin-right: 5px;
}
.blog-details-share-all-after {
	position: relative;
	padding-top: 30px;
}
.blog-details-share-all-after::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top: 1px solid #17231c;
	opacity: 0.15;
	z-index: -2;
}
.comment-box {
	border: 1px solid rgba(14, 17, 36, 0.15);
	padding: 24px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.share-replly-btn a {
	font-size: 16px;
	line-height: 16px;
	color: #17231c;
	font-weight: 700;
	transition: all.3s;
	display: inline-block;
}
.share-replly-btn a:hover {
	margin-right: 4px;
}

.comment-box.comment-box1 {
	margin-left: 50px;
}

.blog-details-boxs {
	padding-bottom: 120px;
}
.home4-contact-box.contact-page-box {
	background-color: #fff;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
}
.home4-contact-box.contact-page-box:hover {
	background-color: #fff;
}

.home4-contact-box.contact-page-box:hover h4 {
	color: #17231c;
}
.home4-contact-box.contact-page-box:hover p {
	color: rgba(14, 17, 36, 0.7);
}
.home4-contact-box.contact-page-box:hover a {
	color: rgb(255 255 255);
}

.home4-contact-box.contact-page-box:hover .contact-iocn img {
	filter: none;
}

.contact-map iframe {
	width: 100%;
	margin-bottom: -10px;
}

/*============================
++++BLOG-DETAILS-END+++++
=============================*/

/*============================
++++menu+++++
=============================*/

ul.theme-mega-menu {
	background-color: red;
}

/*============================
++++menu+++++
=============================*/

/*============================
++++testimoanil-start+++++
=============================*/

.testimonial-slider-single.testimonial-slider-single-page {
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
}

.home2-testimonail-img.testimonial-page-img {
	background: rgba(212, 174, 255, 0.4);
}

.testimonial-page-line {
	background: rgba(212, 174, 255, 0.4);
	height: 1px;
	margin-top: 20px;
}
.testimonial-page-items {
	margin-top: 30px;
}

.team-img-area {
	background: #f0e8f8;
	border-radius: 4px;
}
.team-page-hadding h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	padding-top: 16px;
}
.team-page-hadding h4 a {
	color: #17231c;
}

.team-page-hadding p {
	color: rgba(14, 17, 36, 0.7);
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
}

.team-page-box-hover {
	position: absolute;
	top: 50%;
	right: 0;
	background: red;
	width: 0;
	top: 0;
	height: 100%;
	background: #d4aeff;
	border-radius: 0px 4px 4px 0px;
	opacity: 0;
	visibility: hidden;
	transition: all.4s;
}

.team-page-box-img {
	position: relative;
}

.team-page-box-hover ul {
	position: absolute;
	top: 85px;
	left: 17px;
}
.team-page-box-hover ul li a {
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	line-height: 27px;
	margin-top: 5px;
	font-size: 14px;
	color: #17231c;
	transition: all.3s;
}

.team-page-box-hover ul li a:hover {
	background: #f6db20;
}

.team-singel-section-area:hover .team-page-box-hover {
	width: 60px;
	opacity: 1;
	visibility: visible;
}
.team-singel-section-area {
	overflow: hidden;
	margin-bottom: 30px;
}

.error-page-hero-area {
	height: 960px;
	width: 100%;
	display: flex;
	align-items: center;
}

.error-page-hero-area {
	background-image: url(../img/image/error-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.case-slider-all {
	background-image: url(../img/image/case-slider-bg.png);
	border-radius: 4px;
	overflow: hidden;
	padding: 32px 32px 60px 32px;
}
.case-hadding h4 {
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	padding: 32px 0;
	font-weight: 500;
}
.case-bottom-hadding h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	padding: 16px 0 8px 0;
}
.case-bottom-hadding p {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #fff;
	opacity: 0.8;
}
/*============================
++++testimonial-end+++++
=============================*/

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

.blok:nth-of-type(odd) {
	background-color: white;
}

.blok:nth-of-type(even) {
	background-color: black;
}

@-webkit-keyframes border-transform {
	0%,
	100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f062";
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	color: #461b6d;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f062";
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	opacity: 0;
	left: 0;
	top: 0;
	height: 56px;
	width: 56px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #461b6d; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/

/*--========accordion==========--*/
.accordion-item {
	margin-top: 16px;
	border: none;
	border-radius: 4px;
}

button.accordion-button {
	padding: 14px 24px;
	background: #f4fff8;
	border-radius: 4px;
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
	color: #212529;
	background: #cceed9;
	font-weight: 400;
	line-height: 28px;
	font-size: 14px;
}

.accordion-button:not(.collapsed) {
	box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
		var(--bs-accordion-border-color);
	background-color: #9fe1b8;
	color: #212529;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.accordion-item button {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.accordion-item h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.active-header button.accordion-button-active::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 pro";
	right: 23px;
	transition: all 0.3s;
	color: red;
}
.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
	filter: brightness(0);
}
.pricing-padding.sec-padding {
	margin-top: -120px;
}
.pricing-padding2 {
	padding-bottom: 110px;
}
/*--========accordion==========--*/

/*--========home4-start==========--*/

@media screen and (max-width: 768px) {
	.home4-hedaers-btn {
		display: block;
		align-items: center;
	}

	.welcome-slider .owl-dots button.owl-dot {
		background: #fff;
		position: absolute;
		height: 14px;
		width: 14px;
		border-radius: 50%;
		top: 50%;
		right: 10px;
		transition: all.6s;
	}
}

.img-border img {
	border-radius: 4px;
}

@media screen and (max-width: 426px) {
	.img100 img {
		width: 100%;
	}
	.about-haddings {
		margin-left: 0;
	}
	.hadding.about-page-hadding.hadding-p {
		padding-right: 0;
	}
	.about-choose-box {
		margin-left: 0;
	}
	.home2-testimonial {
		height: 920px;
	}
	.mobile-images {
		margin-top: 120px;
	}
}

/*--========home4-end==========--*/

/*============================
++++SHOP-PAGE-START+++++
=============================*/

.shop-page-box-img.text-center {
	background: #eaf8ff;
	border-radius: 4px 4px 0px 0px;
}
.shop-page-box {
	margin-bottom: 30px;
}

.shop-page-haddings {
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
	background: #fff;
	padding: 32px 24px;
	border-radius: 0px 0px 4px 4px;
}
.shop-page-hadding p {
	font-size: 16px;
	line-height: 16px;
	background: #f6db20;
	width: 127px;
	padding: 6px 12px;
	border-radius: 4px;
}

.shop-page-hadding h4 a {
	font-size: 20px;
	font-weight: 700;
	color: black;
	line-height: 20px;
	display: inline-block;
}
.shop-page-hadding h4.shop-main-h {
	padding: 16px 0;
}

.shop-page-hadding s {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: #656565;
	margin-left: 7px;
}
.shop-page-hadding.shop-page-hadding-bottom {
	display: flex;
	align-items: center;
}
.shop-star ul li {
	display: inline-block;
	color: #ff9c00;
}
.shop-star ul li.black-star {
	color: #d6d3ce;
}

.shop-price-hadding h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	margin-left: 7px;
}

.shop-bottom-all {
	display: flex;
	justify-content: space-between;
}

.shop-starts {
	display: flex;
	align-items: center;
}
.shop-box-img-area {
	position: relative;
}
.shop-box-hover-icons {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -106px;
	opacity: 0;
	visibility: hidden;
	transition: all.4s;
}

.shop-box-hover-icons ul li {
	background: #131731;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	transition: all.3s;
}
.shop-box-hover-icons ul li img {
	transition: all.4s;
}
.shop-box-hover-icons ul li:hover {
	background-color: #d4aeff;
}
.shop-box-hover-icons ul li:hover img {
	filter: brightness(0);
}
.shop-page-box:hover .shop-box-hover-icons {
	opacity: 1;
	visibility: visible;
	bottom: 24px;
}
/*============================
++++SHOP-PAGE-END+++++
=============================*/

/*============================
++++SHOP-PAGE-SIDEBAR-START+++++
=============================*/

.shop-sidebar-max-pricing-box-input input {
	height: 50px;
	width: 50px;
	display: inline-block;
	border-radius: 2px;
	border: none;
	border: 1px solid #c6c6c6;
	padding: 5px;
	font-size: 16px;
	margin-right: 3px;
}

.shop-sidebar-max-pricing-box-input {
	display: flex;
}
.hadding.sidebar-hadding h4 {
	font-size: 16px;
	font-weight: 700;
	display: flex;
}

.hadding.sidebar-hadding {
	margin-top: 17px;
}

.input-selact-box {
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.input-selact-box label {
	margin-left: 7px;
	margin-top: 6px;
}

.chack1 input {
	background: black;
}
.chack2 input {
	background: #ffe456;
}
.chack3 input {
	background: #83bcff;
}
.chack4 input {
	background: #a9d6ff;
}
.chack5 input {
	background: #ff2424;
}
.chack6 input {
	background: #eff1ff;
}
.chack7 input {
	background: #fc0c0c;
}
.chack8 input {
	background: #fc0c0c;
}
.chack9 input {
	background: #03a600;
}
.chack10 input {
	background: #03a600;
}
.shop-sidebar-img {
	background: #eaf8ff;
	border-radius: 4px;
	margin-right: 24px;
	height: 100%;
	display: flex;
	align-items: center;
}

.shop-sidebar-box {
	display: flex;

	padding: 32px 90px 32px 32px;

	border-radius: 4px;
	position: relative;
	margin-bottom: 30px;
}
.shop-sidebar-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
	z-index: -4;
}

.shop-box-hover-icons.shop-sidebar-box-icons {
	visibility: visible;
	opacity: 1;
	position: inherit;
}

.sidebar-box-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.sidebar-box-bottom {
		display: inline-block;
	}
	.shop-sidebar-box {
		padding: 20px 20px 20px 20px;
	}
	.shop-box-hover-icons.shop-sidebar-box-icons {
		margin-left: 4px;
		margin-top: 20px;
	}
	.shop-bottom-all {
		display: inline-block;
	}
}
/*============================
++++SHOP-PAGE-SIDEBAR-END+++++
=============================*/

/*============================
++++CHECKOUT-SATART+++++
=============================*/

.checkout-input input {
	width: 100%;
	padding: 12px;
	border-radius: 4px;
	border: none;
	border: 1px solid #1317316a;
}
.checkout-input select {
	width: 100%;
	padding: 12px;
	border-radius: 4px;
	border: none;
	border: 1px solid #1317316a;
	background: none;
}

.nice-select.wide.chackout {
	width: 100%;
	background: none;
	border: 1px solid #1317316a;
	border-radius: 4px;
}
.checkout-input p {
	font-size: 16px;
	font-weight: 700;
	color: #0b0a23;
	line-height: 20px;
	padding-bottom: 12px;
}
.checkout-input {
	margin-top: 30px;
}
.checkout-textarea textarea {
	width: 100%;
	border: 1px solid #1317316a;
	border-radius: 4px;
	padding: 12px;
}

.checkout-hadding-p.checkout-hadding-p2 p {
	font-size: 20px;
}

.button.btn-after.contact-form-btn.checkout-btn {
	display: flex;
	justify-content: end;
}

.checkout-tax-area {
	border-radius: 4px;
	color: #fff;
	padding: 40px 32px;
	position: relative;
}
.checkout-tax-area::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #17231c;
	border-radius: 4px;
	z-index: -3;
}

.checkout-pera {
	display: flex;
	justify-content: space-between;
}
.checkout-border {
	background: #ffffff3b;
	width: 100%;
	height: 2px;
	margin-bottom: 20px;
}
.checkout-pera {
	padding-bottom: 24px;
}

.checkout-input-selact input#selact1 {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	padding: 0px;
	background-color: #17231c;
}
.checkout-input-selact input#selact2 {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	padding: 0px;
	background-color: #17231c;
}
.checkout-input-selact input#selact3 {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	padding: 0px;
	background-color: #17231c;
}

.checkout-input-selact {
	margin-bottom: 20px;
}
.checkout-input-selact input {
	width: 100%;
	padding: 12px;
	border-radius: 4px;
	border: none;
	border: 1px solid #1317316a;
}
.checkout-tax-hadding h2 {
	font-weight: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding-bottom: 20px;
}

.checkout-pera p {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

.checkout-input-selact label {
	font-size: 16px;
	font-weight: 500;
	margin: 3px 0 0 4px;
}

.checkout-input-selact label img {
	margin-left: 15px;
}
.checkout-tax-area {
	margin-left: 60px;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 8px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	margin-right: 5px;
}
.shop-details-list-hadding {
	display: flex;
}
@media screen and (max-width: 768px) {
	.checkout-tax-area {
		margin-left: 0;
	}
}
@media screen and (max-width: 426px) {
	.checkout-tax-area {
		margin-left: 0;
		margin-top: 50px;
	}

	.shop-details-list-hadding {
		display: block;
		align-items: center;
		padding: 10px;
	}
}
/*============================
++++CHECKOUT-END+++++
=============================*/

/*============================
++++CART-START+++++
=============================*/
.cart-page-all table {
	width: 100%;
}

.cart-page-all table th {
	padding: 12px 41px 12px 4px;
	text-align: -webkit-match-parent;
}
.cart-page-all table th:nth-child(1) {
	padding-left: 90px;
}
.cart-page-all table tr {
	border-radius: 4px;
}
td.qty-max {
	margin-top: 50px;
	display: inline-block;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: #fff;
	border-style: solid;
	border-width: 0;
}

.number {
	margin-top: 50px;
}
.cart-page-all table tr td img {
	background-color: #f3f3f3;
	border-radius: 4px;
	margin: 20px 0;
}
.cart-page-all table tr td {
	font-size: 20px;
	font-weight: 700;
	list-style: 20px;
}
.cart-page-all table tr.table-data {
	padding: 12px 0;
	position: relative;
}
tr.table-data::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -2;
	border-bottom: 1px solid #13173117;
}

tr.table-data td a {
	color: red;
	font-size: 20px;
	background: #f3f3f3;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-weight: 300;
	margin-right: 10px;
	border-radius: 50%;
}
.cart-page-all table tr.tr-border {
	background-color: #131731;
	color: #fff;
	border-radius: 4px;
}
.number input {
	width: 40px;
	text-align: center;
	border: none;
	font-size: 20px;
	font-weight: 700;
}
.number span {
	font-size: 20px;
	background: #13173117;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	transition: all.4s;
	cursor: pointer;
}
.number span:hover {
	background: #9667e0;
	color: #fff;
}

.cart-code-item {
	display: flex;
	justify-content: start;
}
.cart-cade-input input {
	padding: 15px;
	width: 400px;
}
.cart-input-btn.header-btn-1.button.btn-after.home1-button {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 4px;
}
.cart-cade-input {
	position: relative;
}

.cart-input-btn button {
	background-color: #d4aeff;
	border-radius: 4px;
}
.cart-input-btn2 button {
	background-color: #d4aeff;
	border-radius: 4px;
}

.cart-code-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.cart-cade-input input:focus {
	outline: none;
}
.product-small-image {
	display: flex;
	justify-content: space-between;
}
.small-image {
	flex-basis: 24%;
	cursor: pointer;
}

@media screen and (max-width: 426px) {
	.table,
	tr.tr-border,
	tr,
	td {
		display: block;
		width: 100%;
	}
	.table tr th {
		display: block;
		width: 100%;
	}

	.table td {
		text-align: left;
		padding-left: 0;
		position: relative;
	}
	.table td::before {
		content: attr(data-label);
		position: relative;
		left: 0;
		width: 50%;
		text-align: left;
	}
	.table tr {
		margin-top: 30px;
	}
	.cart-code-items {
		display: block;
	}
	.cart-cade-input {
		position: relative;
		margin-bottom: 30px;
	}

	.cart-cade-input input {
		padding: 15px;
		width: 300px;
		border: 1px solid #13173124;
	}
	.cart-page-all table th:nth-child(1) {
		padding-left: 0;
	}
	.table tr th {
		display: block;
		width: 100%;
		padding-left: 20px;
	}
	.number {
		margin-top: 0;
	}
	td.qty-max {
		margin-top: 0;
		display: inline-block;
	}
	.cart-page-all table tr.table-data {
		padding: 12px 20px;
		border-bottom: 1px solid #13173117;
		position: relative;
		text-align: center;
	}
}

/*============================
++++CART-END+++++
=============================*/

/*============================
++++SHOP-DETAILS-SATART+++++
=============================*/

.pb-3 img {
	width: 100%;
}
.product-image {
	background: #d9d9d9;
	border-radius: 4px;
}

.product-small-image img {
	background-color: #d9d9d9;
	margin: 10px 0;
	border-radius: 4px;
	width: 100%;
}
.shop-bottom-all.shop-details-bottom-all {
	padding-right: 100px;
}
.shop-details-border {
	height: 2px;
	width: 100%;
	background-color: #1317311e;
	margin: 24px 0;
}
.shop-details-list-hadding h4 {
	padding-bottom: 20px;
}
.size-details ul li {
	/* background: #d4aeff5a; */
	padding: 10px;
	border-radius: 1px;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #131731;
}
li.li {
	background: rgba(212, 174, 255, 0.4);
}
.shop-details-list-hadding h4 {
	color: #131731;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-right: 8px;
}
.shop-details-list-hadding h6 {
	font-size: 20px;
	font-weight: 500;
	color: #656565;
}
.form-check.form-check-inline.input-chack-box.shop-details-check input {
	height: 20px;
	width: 20px;
	padding: 0px;
}
.form-check.form-check-inline.input-chack-box.shop-details-check label {
	font-size: 14px;
	line-height: 12px;
	font-weight: 400;
	margin: 8px 0 2px 4px;
}
.shop-details-list-hadding.shop-details-list-hadding-color h4 {
	margin-right: 15px;
}

.number.shop-details {
	background: #d4aeff5e;
	padding: 12px;
	width: 140px;
	border-radius: 4px;
	margin-right: 24px;
}
.number.shop-details input {
	background: #efe1ff;
}

span.plus.plus2 {
	background: none;
	font-size: 24px;
	font-weight: 700;
}
span.minus.minus2 {
	background: none;
	font-size: 24px;
	font-weight: 700;
}
.number input:focus {
	outline: none;
}
.shop-details-list-hadding {
	margin-top: 20px;
}

.cart-input-btn2.header-btn-1.button.btn-after.home1-button {
	margin-top: 50px;
}
.shop-details-menus > div {
	display: flex;
	align-items: center;
}
.shop-details-shere {
	display: flex;
	align-items: center;
}
.shop-details-shere {
	margin-left: 30px;
}

.shop-details-cart-bottom {
	display: flex;
	align-items: center;
	margin-left: 110px;
	margin-top: 40px;
}
.home4-footer-shere.shop-details-shere-iocns ul li a {
	font-size: 16px;
}
.home4-footer-shere.shop-details-shere-icons ul li {
	background-color: #fff;
}
.home4-footer-shere.shop-details-shere-iocns ul li:hover {
	background-color: #9667e0;
}

.shop-details-shop {
	padding-top: 120px;
}
.shop-hp h1 {
	padding-bottom: 60px;
}

@media screen and (max-width: 426px) {
	.shop-details-cart-bottom {
		display: block;
		margin-left: 0;
	}
	.shop-details-shere {
		margin-left: 0;
		margin-top: 20px;
	}
	.shop-details-menus > div {
		display: block;
	}
	.number.shop-details {
		margin-bottom: 20px;
	}
}

span.plus.plus2:hover {
	color: #212529;
}
span.minus.minus2:hover {
	color: #212529;
}
li.active-size {
	background-color: #d4aeff;
}

p.color-selactor {
	height: 20px;
	width: 20px;
	background: aqua;
	border-radius: 1px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
p.color-selactor-1 {
	background-color: #000;
}
p.color-selactor-2 {
	background-color: #ffe456;
}
p.color-selactor-3 {
	background-color: #83bcff;
}
p.color-selactor-4 {
	background-color: #133a8a;
}
p.color-selactor-5 {
	background: linear-gradient(
		138.22deg,
		#ff2424 23.6%,
		rgba(252, 155, 10, 0.37) 163.1%
	);
}

p.color-selactor svg {
	display: none;
}

.sidebar-color-selact ul li {
	display: flex;
	align-items: center;
}
p.color-selactor.active-check svg {
	display: block;
	padding: 3px 0px 2px 4px;
	color: #e1c7c7;
}
p.color-selactor.active-check svg {
	display: block;
	padding: 3px 0px 2px 4px;
}
.shop-details-list-hadding.size-details ul {
	margin-top: -13px;
}
.sidebar-color-selact ul li span {
	display: inline-block;
	margin-top: 10px;
	margin-left: 8px;
}
.table > :not(caption) > * > * {
	border: none;
}

p.color-selactor2 {
	height: 20px;
	width: 20px;
	background: aqua;
	border-radius: 1px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
p.color-selactor2 svg {
	display: none;
}

.sidebar-color-selact2 ul li {
	display: flex;
	align-items: center;
}
p.color-selactor2.active-check svg {
	display: block;
	/* margin-top: 5px; */
	padding: 3px 0px 2px 4px;
	color: #e1c7c7;
}
p.color-selactor2.active-check svg {
	display: block;
	padding: 3px 0px 2px 4px;
}

.sidebar-color-selact2 ul li span {
	display: inline-block;
	margin-top: 10px;
	margin-left: 8px;
}
p.color-selactor2-1 {
	background-color: #133a8a;
}
p.color-selactor2-2 {
	background-color: #fc0c0c;
}
p.color-selactor2-3 {
	background-color: #eb6300;
}
p.color-selactor2-4 {
	background-color: #03a600;
}
p.color-selactor2-5 {
	background-color: #ff00c7;
}
.shop-details-list-hadding-color .sidebar-color-selact2 ul {
	display: flex;
}
.shop-details-list-hadding-color .sidebar-color-selact2 ul li {
	margin-left: 14px;
}
.shop-details-list-hadding-color .sidebar-color-selact2 {
	margin-top: -13px;
}
.shop-details-list-hadding-color .sidebar-color-selact2 ul li p {
	background: none;
	border: 1px solid #17231c45;
	border-radius: 1px;
}
/*============================
++++SHOP-DETAILS-END+++++
=============================*/

/* MARGINS */
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.m-3 {
	margin: 0.75rem !important;
}
.m-4 {
	margin: 1rem !important;
}
.m-5 {
	margin: 1.25rem !important;
}
.m-6 {
	margin: 1.5rem !important;
}
.m-7 {
	margin: 1.75rem !important;
}
.m-8 {
	margin: 2rem !important;
}
.m-9 {
	margin: 2.25rem !important;
}
.m-10 {
	margin: 2.5rem !important;
}
.m-11 {
	margin: 3rem !important;
}
.m-12 {
	margin: 3.5rem !important;
}
.m-13 {
	margin: 4rem !important;
}
.m-14 {
	margin: 4.5rem !important;
}
.m-15 {
	margin: 5rem !important;
}
.m-16 {
	margin: 6rem !important;
}
.m-17 {
	margin: 7rem !important;
}
.m-18 {
	margin: 8rem !important;
}
.m-19 {
	margin: 9rem !important;
}
.m-20 {
	margin: 10rem !important;
}
.m-21 {
	margin: 12.5rem !important;
}
.m-22 {
	margin: 15rem !important;
}
.m-23 {
	margin: 17.5rem !important;
}
.m-24 {
	margin: 20rem !important;
}
.m-25 {
	margin: 22.5rem !important;
}
.m-auto {
	margin: auto !important;
}
.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}
.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}
.mx-3 {
	margin-right: 0.75rem !important;
	margin-left: 0.75rem !important;
}
.mx-4 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}
.mx-5 {
	margin-right: 1.25rem !important;
	margin-left: 1.25rem !important;
}
.mx-6 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}
.mx-7 {
	margin-right: 1.75rem !important;
	margin-left: 1.75rem !important;
}
.mx-8 {
	margin-right: 2rem !important;
	margin-left: 2rem !important;
}
.mx-9 {
	margin-right: 2.25rem !important;
	margin-left: 2.25rem !important;
}
.mx-10 {
	margin-right: 2.5rem !important;
	margin-left: 2.5rem !important;
}
.mx-11 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}
.mx-12 {
	margin-right: 3.5rem !important;
	margin-left: 3.5rem !important;
}
.mx-13 {
	margin-right: 4rem !important;
	margin-left: 4rem !important;
}
.mx-14 {
	margin-right: 4.5rem !important;
	margin-left: 4.5rem !important;
}
.mx-15 {
	margin-right: 5rem !important;
	margin-left: 5rem !important;
}
.mx-16 {
	margin-right: 6rem !important;
	margin-left: 6rem !important;
}
.mx-17 {
	margin-right: 7rem !important;
	margin-left: 7rem !important;
}
.mx-18 {
	margin-right: 8rem !important;
	margin-left: 8rem !important;
}
.mx-19 {
	margin-right: 9rem !important;
	margin-left: 9rem !important;
}
.mx-20 {
	margin-right: 10rem !important;
	margin-left: 10rem !important;
}
.mx-21 {
	margin-right: 12.5rem !important;
	margin-left: 12.5rem !important;
}
.mx-22 {
	margin-right: 15rem !important;
	margin-left: 15rem !important;
}
.mx-23 {
	margin-right: 17.5rem !important;
	margin-left: 17.5rem !important;
}
.mx-24 {
	margin-right: 20rem !important;
	margin-left: 20rem !important;
}
.mx-25 {
	margin-right: 22.5rem !important;
	margin-left: 22.5rem !important;
}
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}
.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}
.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.my-7 {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important;
}
.my-8 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.my-9 {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important;
}
.my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}
.my-11 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.my-12 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important;
}
.my-13 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.my-14 {
	margin-top: 4.5rem !important;
	margin-bottom: 4.5rem !important;
}
.my-15 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}
.my-16 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important;
}
.my-17 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important;
}
.my-18 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}
.my-19 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important;
}
.my-20 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important;
}
.my-21 {
	margin-top: 12.5rem !important;
	margin-bottom: 12.5rem !important;
}
.my-22 {
	margin-top: 15rem !important;
	margin-bottom: 15rem !important;
}
.my-23 {
	margin-top: 17.5rem !important;
	margin-bottom: 17.5rem !important;
}
.my-24 {
	margin-top: 20rem !important;
	margin-bottom: 20rem !important;
}
.my-25 {
	margin-top: 22.5rem !important;
	margin-bottom: 22.5rem !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 0.75rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mt-5 {
	margin-top: 1.25rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mt-7 {
	margin-top: 1.75rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.mt-9 {
	margin-top: 2.25rem !important;
}
.mt-10 {
	margin-top: 2.5rem !important;
}
.mt-11 {
	margin-top: 3rem !important;
}
.mt-12 {
	margin-top: 3.5rem !important;
}
.mt-13 {
	margin-top: 4rem !important;
}
.mt-14 {
	margin-top: 4.5rem !important;
}
.mt-15 {
	margin-top: 5rem !important;
}
.mt-16 {
	margin-top: 6rem !important;
}
.mt-17 {
	margin-top: 7rem !important;
}
.mt-18 {
	margin-top: 8rem !important;
}
.mt-19 {
	margin-top: 9rem !important;
}
.mt-20 {
	margin-top: 10rem !important;
}
.mt-21 {
	margin-top: 12.5rem !important;
}
.mt-22 {
	margin-top: 15rem !important;
}
.mt-23 {
	margin-top: 17.5rem !important;
}
.mt-24 {
	margin-top: 20rem !important;
}
.mt-25 {
	margin-top: 22.5rem !important;
}
.mt-auto {
	margin-top: auto !important;
}
.me-0 {
	margin-right: 0 !important;
}
.me-1 {
	margin-right: 0.25rem !important;
}
.me-2 {
	margin-right: 0.5rem !important;
}
.me-3 {
	margin-right: 0.75rem !important;
}
.me-4 {
	margin-right: 1rem !important;
}
.me-5 {
	margin-right: 1.25rem !important;
}
.me-6 {
	margin-right: 1.5rem !important;
}
.me-7 {
	margin-right: 1.75rem !important;
}
.me-8 {
	margin-right: 2rem !important;
}
.me-9 {
	margin-right: 2.25rem !important;
}
.me-10 {
	margin-right: 2.5rem !important;
}
.me-11 {
	margin-right: 3rem !important;
}
.me-12 {
	margin-right: 3.5rem !important;
}
.me-13 {
	margin-right: 4rem !important;
}
.me-14 {
	margin-right: 4.5rem !important;
}
.me-15 {
	margin-right: 5rem !important;
}
.me-16 {
	margin-right: 6rem !important;
}
.me-17 {
	margin-right: 7rem !important;
}
.me-18 {
	margin-right: 8rem !important;
}
.me-19 {
	margin-right: 9rem !important;
}
.me-20 {
	margin-right: 10rem !important;
}
.me-21 {
	margin-right: 12.5rem !important;
}
.me-22 {
	margin-right: 15rem !important;
}
.me-23 {
	margin-right: 17.5rem !important;
}
.me-24 {
	margin-right: 20rem !important;
}
.me-25 {
	margin-right: 22.5rem !important;
}
.me-auto {
	margin-right: auto !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.mb-7 {
	margin-bottom: 1.75rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mb-9 {
	margin-bottom: 2.25rem !important;
}
.mb-10 {
	margin-bottom: 2.5rem !important;
}
.mb-11 {
	margin-bottom: 3rem !important;
}
.mb-12 {
	margin-bottom: 3.5rem !important;
}
.mb-13 {
	margin-bottom: 4rem !important;
}
.mb-14 {
	margin-bottom: 4.5rem !important;
}
.mb-15 {
	margin-bottom: 5rem !important;
}
.mb-16 {
	margin-bottom: 6rem !important;
}
.mb-17 {
	margin-bottom: 7rem !important;
}
.mb-18 {
	margin-bottom: 8rem !important;
}
.mb-19 {
	margin-bottom: 9rem !important;
}
.mb-20 {
	margin-bottom: 10rem !important;
}
.mb-21 {
	margin-bottom: 12.5rem !important;
}
.mb-22 {
	margin-bottom: 15rem !important;
}
.mb-23 {
	margin-bottom: 17.5rem !important;
}
.mb-24 {
	margin-bottom: 20rem !important;
}
.mb-25 {
	margin-bottom: 22.5rem !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.ms-0 {
	margin-left: 0 !important;
}
.ms-1 {
	margin-left: 0.25rem !important;
}
.ms-2 {
	margin-left: 0.5rem !important;
}
.ms-3 {
	margin-left: 0.75rem !important;
}
.ms-4 {
	margin-left: 1rem !important;
}
.ms-5 {
	margin-left: 1.25rem !important;
}
.ms-6 {
	margin-left: 1.5rem !important;
}
.ms-7 {
	margin-left: 1.75rem !important;
}
.ms-8 {
	margin-left: 2rem !important;
}
.ms-9 {
	margin-left: 2.25rem !important;
}
.ms-10 {
	margin-left: 2.5rem !important;
}
.ms-11 {
	margin-left: 3rem !important;
}
.ms-12 {
	margin-left: 3.5rem !important;
}
.ms-13 {
	margin-left: 4rem !important;
}
.ms-14 {
	margin-left: 4.5rem !important;
}
.ms-15 {
	margin-left: 5rem !important;
}
.ms-16 {
	margin-left: 6rem !important;
}
.ms-17 {
	margin-left: 7rem !important;
}
.ms-18 {
	margin-left: 8rem !important;
}
.ms-19 {
	margin-left: 9rem !important;
}
.ms-20 {
	margin-left: 10rem !important;
}
.ms-21 {
	margin-left: 12.5rem !important;
}
.ms-22 {
	margin-left: 15rem !important;
}
.ms-23 {
	margin-left: 17.5rem !important;
}
.ms-24 {
	margin-left: 20rem !important;
}
.ms-25 {
	margin-left: 22.5rem !important;
}
.ms-auto {
	margin-left: auto !important;
}

/* PADDING */

.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}
.p-6 {
	padding: 1.5rem !important;
}
.p-7 {
	padding: 1.75rem !important;
}
.p-8 {
	padding: 2rem !important;
}
.p-9 {
	padding: 2.25rem !important;
}
.p-10 {
	padding: 2.5rem !important;
}
.p-11 {
	padding: 3rem !important;
}
.p-12 {
	padding: 3.5rem !important;
}
.p-13 {
	padding: 4rem !important;
}
.p-14 {
	padding: 4.5rem !important;
}
.p-15 {
	padding: 5rem !important;
}
.p-16 {
	padding: 6rem !important;
}
.p-17 {
	padding: 7rem !important;
}
.p-18 {
	padding: 8rem !important;
}
.p-19 {
	padding: 9rem !important;
}
.p-20 {
	padding: 10rem !important;
}
.p-21 {
	padding: 12.5rem !important;
}
.p-22 {
	padding: 15rem !important;
}
.p-23 {
	padding: 17.5rem !important;
}
.p-24 {
	padding: 20rem !important;
}
.p-25 {
	padding: 22.5rem !important;
}
.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}
.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}
.px-3 {
	padding-right: 0.75rem !important;
	padding-left: 0.75rem !important;
}
.px-4 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.px-5 {
	padding-right: 1.25rem !important;
	padding-left: 1.25rem !important;
}
.px-6 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}
.px-7 {
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important;
}
.px-8 {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}
.px-9 {
	padding-right: 2.25rem !important;
	padding-left: 2.25rem !important;
}
.px-10 {
	padding-right: 2.5rem !important;
	padding-left: 2.5rem !important;
}
.px-11 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}
.px-12 {
	padding-right: 3.5rem !important;
	padding-left: 3.5rem !important;
}
.px-13 {
	padding-right: 4rem !important;
	padding-left: 4rem !important;
}
.px-14 {
	padding-right: 4.5rem !important;
	padding-left: 4.5rem !important;
}
.px-15 {
	padding-right: 5rem !important;
	padding-left: 5rem !important;
}
.px-16 {
	padding-right: 6rem !important;
	padding-left: 6rem !important;
}
.px-17 {
	padding-right: 7rem !important;
	padding-left: 7rem !important;
}
.px-18 {
	padding-right: 8rem !important;
	padding-left: 8rem !important;
}
.px-19 {
	padding-right: 9rem !important;
	padding-left: 9rem !important;
}
.px-20 {
	padding-right: 10rem !important;
	padding-left: 10rem !important;
}
.px-21 {
	padding-right: 12.5rem !important;
	padding-left: 12.5rem !important;
}
.px-22 {
	padding-right: 15rem !important;
	padding-left: 15rem !important;
}
.px-23 {
	padding-right: 17.5rem !important;
	padding-left: 17.5rem !important;
}
.px-24 {
	padding-right: 20rem !important;
	padding-left: 20rem !important;
}
.px-25 {
	padding-right: 22.5rem !important;
	padding-left: 22.5rem !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}
.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-9 {
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important;
}
.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
.py-11 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-12 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}
.py-13 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.py-14 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}
.py-15 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.py-16 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.py-17 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}
.py-18 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}
.py-19 {
	padding-top: 9rem !important;
	padding-bottom: 9rem !important;
}
.py-20 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important;
}
.py-21 {
	padding-top: 12.5rem !important;
	padding-bottom: 12.5rem !important;
}
.py-22 {
	padding-top: 15rem !important;
	padding-bottom: 15rem !important;
}
.py-23 {
	padding-top: 17.5rem !important;
	padding-bottom: 17.5rem !important;
}
.py-24 {
	padding-top: 20rem !important;
	padding-bottom: 20rem !important;
}
.py-25 {
	padding-top: 22.5rem !important;
	padding-bottom: 22.5rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pt-3 {
	padding-top: 0.75rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pt-5 {
	padding-top: 1.25rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pt-7 {
	padding-top: 1.75rem !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pt-9 {
	padding-top: 2.25rem !important;
}
.pt-10 {
	padding-top: 2.5rem !important;
}
.pt-11 {
	padding-top: 3rem !important;
}
.pt-12 {
	padding-top: 3.5rem !important;
}
.pt-13 {
	padding-top: 4rem !important;
}
.pt-14 {
	padding-top: 4.5rem !important;
}
.pt-15 {
	padding-top: 5rem !important;
}
.pt-16 {
	padding-top: 6rem !important;
}
.pt-17 {
	padding-top: 7rem !important;
}
.pt-18 {
	padding-top: 8rem !important;
}
.pt-19 {
	padding-top: 9rem !important;
}
.pt-20 {
	padding-top: 10rem !important;
}
.pt-21 {
	padding-top: 12.5rem !important;
}
.pt-22 {
	padding-top: 15rem !important;
}
.pt-23 {
	padding-top: 17.5rem !important;
}
.pt-24 {
	padding-top: 20rem !important;
}
.pt-25 {
	padding-top: 22.5rem !important;
}
.pe-0 {
	padding-right: 0 !important;
}
.pe-1 {
	padding-right: 0.25rem !important;
}
.pe-2 {
	padding-right: 0.5rem !important;
}
.pe-3 {
	padding-right: 0.75rem !important;
}
.pe-4 {
	padding-right: 1rem !important;
}
.pe-5 {
	padding-right: 1.25rem !important;
}
.pe-6 {
	padding-right: 1.5rem !important;
}
.pe-7 {
	padding-right: 1.75rem !important;
}
.pe-8 {
	padding-right: 2rem !important;
}
.pe-9 {
	padding-right: 2.25rem !important;
}
.pe-10 {
	padding-right: 2.5rem !important;
}
.pe-11 {
	padding-right: 3rem !important;
}
.pe-12 {
	padding-right: 3.5rem !important;
}
.pe-13 {
	padding-right: 4rem !important;
}
.pe-14 {
	padding-right: 4.5rem !important;
}
.pe-15 {
	padding-right: 5rem !important;
}
.pe-16 {
	padding-right: 6rem !important;
}
.pe-17 {
	padding-right: 7rem !important;
}
.pe-18 {
	padding-right: 8rem !important;
}
.pe-19 {
	padding-right: 9rem !important;
}
.pe-20 {
	padding-right: 10rem !important;
}
.pe-21 {
	padding-right: 12.5rem !important;
}
.pe-22 {
	padding-right: 15rem !important;
}
.pe-23 {
	padding-right: 17.5rem !important;
}
.pe-24 {
	padding-right: 20rem !important;
}
.pe-25 {
	padding-right: 22.5rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pb-3 {
	padding-bottom: 0.75rem !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pb-5 {
	padding-bottom: 1.25rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pb-7 {
	padding-bottom: 1.75rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pb-9 {
	padding-bottom: 2.25rem !important;
}
.pb-10 {
	padding-bottom: 2.5rem !important;
}
.pb-11 {
	padding-bottom: 3rem !important;
}
.pb-12 {
	padding-bottom: 3.5rem !important;
}
.pb-13 {
	padding-bottom: 4rem !important;
}
.pb-14 {
	padding-bottom: 4.5rem !important;
}
.pb-15 {
	padding-bottom: 5rem !important;
}
.pb-16 {
	padding-bottom: 6rem !important;
}
.pb-17 {
	padding-bottom: 7rem !important;
}
.pb-18 {
	padding-bottom: 8rem !important;
}
.pb-19 {
	padding-bottom: 9rem !important;
}
.pb-20 {
	padding-bottom: 10rem !important;
}
.pb-21 {
	padding-bottom: 12.5rem !important;
}
.pb-22 {
	padding-bottom: 15rem !important;
}
.pb-23 {
	padding-bottom: 17.5rem !important;
}
.pb-24 {
	padding-bottom: 20rem !important;
}
.pb-25 {
	padding-bottom: 22.5rem !important;
}
.ps-0 {
	padding-left: 0 !important;
}
.ps-1 {
	padding-left: 0.25rem !important;
}
.ps-2 {
	padding-left: 0.5rem !important;
}
.ps-3 {
	padding-left: 0.75rem !important;
}
.ps-4 {
	padding-left: 1rem !important;
}
.ps-5 {
	padding-left: 1.25rem !important;
}
.ps-6 {
	padding-left: 1.5rem !important;
}
.ps-7 {
	padding-left: 1.75rem !important;
}
.ps-8 {
	padding-left: 2rem !important;
}
.ps-9 {
	padding-left: 2.25rem !important;
}
.ps-10 {
	padding-left: 2.5rem !important;
}
.ps-11 {
	padding-left: 3rem !important;
}
.ps-12 {
	padding-left: 3.5rem !important;
}
.ps-13 {
	padding-left: 4rem !important;
}
.ps-14 {
	padding-left: 4.5rem !important;
}
.ps-15 {
	padding-left: 5rem !important;
}
.ps-16 {
	padding-left: 6rem !important;
}
.ps-17 {
	padding-left: 7rem !important;
}
.ps-18 {
	padding-left: 8rem !important;
}
.ps-19 {
	padding-left: 9rem !important;
}
.ps-20 {
	padding-left: 10rem !important;
}
.ps-21 {
	padding-left: 12.5rem !important;
}
.ps-22 {
	padding-left: 15rem !important;
}
.ps-23 {
	padding-left: 17.5rem !important;
}
.ps-24 {
	padding-left: 20rem !important;
}
.ps-25 {
	padding-left: 22.5rem !important;
}

.small {
	font-size: 0.6rem;
}

a {
	color: #1a5698;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

a {
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	a {
		transition: none;
	}
}
a:focus {
	outline: 0;
}
a[href^="tel"] {
	color: inherit;
	text-decoration: inherit;
}
a.hover {
	position: relative;
}
a.hover::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
}
a.hover::before {
	content: "";
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
a.hover:hover:before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
	transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.text-inverse {
	--bs-text-opacity: 1;
	color: #f4f4f4 !important;
}
.text-gray {
	--bs-text-opacity: 1;
	color: #979797 !important;
}
.text-dark {
	--bs-text-opacity: 1;
	color: #181818 !important;
}
.text-start {
	text-align: left !important;
}
.text-end {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-decoration-underline {
	text-decoration: underline !important;
}
.text-decoration-line-through {
	text-decoration: line-through !important;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}

.text-orange {
	--bs-text-opacity: 1;
	color: #1e713e !important;
}

.btn-next {
	height: 50px;
	width: 200px;
	text-align: center;
	background: #ff8525;
	font-size: large;
	font-weight: 700;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	border-radius: 5px;

	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow: 0px 0px 0 0 #c28b13 inset, 0px 0px 0 #c28b13 inset;
}

.btn-next:hover {
	-webkit-box-shadow: 0px 50px 0 0px #29293d inset,
		0px -50px 0 0px #29293d inset;
}

.single-price {
	padding: 30px;
	background: #ffffff;
	border: 1px solid #e4e4e7;
	border-radius: 10px;
	margin-bottom: 30px;
}

.price-heading h5 {
	margin-bottom: 24px;
}

.price-heading {
	margin-bottom: 24px;
}
.price-heading p {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #161540;
	margin-bottom: 20px;
}
.price-heading h3 {
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	color: #18181b;
}
@media (max-width: 767px) {
	.price-heading h3 {
		font-size: 30px;
		line-height: 40px;
	}
}
.price-heading h5 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #5c5b79;
}
@media (max-width: 767px) {
	.price-heading h5 {
		font-size: 14px;
		line-height: 20px;
	}
}
.price-heading h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5c5b79;
	margin-bottom: 0;
}
.nice-select .list {
	max-height: 150px;
	width: 100%;
	overflow-y: scroll;
}
