@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	width: 100%;
}

a,
a:hover {
	text-decoration: none;
}

input:focus,
textarea:focus {
	outline: none;
}

body {
	font-size: 18px;
	font-family: "satoshi";
	font-weight: 400;
	line-height: 28px;
	overflow-x: hidden;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DM Serif Display", serif;
	font-weight: 700;
}

.tax-index h1,
.tax-index h2,
.tax-index h3,
.tax-index h4,
.tax-index h5,
.tax-index h6 {
	font-family: "satoshi";
	font-weight: 700;
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

.sp2 {
	padding: 130px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sp2 {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.sp2 {
		padding: 60px 0;
	}
}

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

.space10 {
	height: 10px;
}
@media (max-width: 767px) {
	.space10 {
		height: 5px;
	}
}

.space16 {
	height: 16px;
}
@media (max-width: 767px) {
	.space16 {
		height: 16px;
	}
}

.space20 {
	height: 20px;
}
@media (max-width: 767px) {
	.space20 {
		height: 10px;
	}
}

.space24 {
	height: 24px;
}
@media (max-width: 767px) {
	.space24 {
		height: 24px;
	}
}

.space30 {
	height: 30px;
}
@media (max-width: 767px) {
	.space30 {
		height: 15px;
	}
}

.space40 {
	height: 40px;
}
@media (max-width: 767px) {
	.space40 {
		height: 20px;
	}
}

.space50 {
	height: 50px;
}
@media (max-width: 767px) {
	.space50 {
		height: 25px;
	}
}

.space60 {
	height: 60px;
}

.space70 {
	height: 70px;
}

.space80 {
	height: 80px;
}

.space90 {
	height: 90px;
}

.space100 {
	height: 100px;
}

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

.section-padding {
	padding: 120px 0;
}

.section-paddingSmall {
	padding: 60px 0;
}
@media (max-width: 991) {
	.section-paddingSmall {
		padding: 30px 0;
	}
}
@media (max-width: 991px) {
	.section-padding {
		padding: 60px 0;
	}
}

.section-padding2 {
	padding: 120px 0 90px;
}
@media (max-width: 991px) {
	.section-padding2 {
		padding: 60px 0 30px;
	}
}

.padding-bottom {
	padding-bottom: 120px;
}
@media (max-width: 991px) {
	.padding-bottom {
		padding-bottom: 60px;
	}
}

.padding-bottom2 {
	padding-bottom: 90px;
}
@media (max-width: 991px) {
	.padding-bottom2 {
		padding-bottom: 30px;
	}
}

.padding-top {
	padding-top: 120px;
}
@media (max-width: 991px) {
	.padding-top {
		padding-top: 60px;
	}
}

.padding-top2 {
	padding-top: 90px;
}
@media (max-width: 991px) {
	.padding-top2 {
		padding-top: 30px;
	}
}

.padding-90 {
	padding: 90px 0;
}
@media (max-width: 991px) {
	.padding-90 {
		padding: 50px 0;
	}
}

.w-full {
	width: 100%;
}

@media (min-width: 992px) {
	.w-lg-full {
		width: 100%;
	}
}

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

@media (min-width: 992px) {
	.text-lg-center {
		text-align: center;
	}
}

.text-left {
	text-align: left !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.weight-800 {
	font-weight: 800 !important;
}

.weight-900 {
	font-weight: 900 !important;
}

.font-f-1 {
	font-family: "Inter", sans-serif !important;
}

.font-f-2 {
	font-family: "DM Serif Display", serif !important;
}

.font-f-3 {
	font-family: "satoshi" !important;
}

.font-f-4 {
	font-family: "Canela" !important;
}

.font-f-5 {
	font-family: "Sofia Pro" !important;
}

.font-f-6 {
	font-family: "Recoleta" !important;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

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

.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-28 {
	font-size: 28px;
}

.font-30 {
	font-size: 30px;
}

.font-32 {
	font-size: 32px;
}

.font-34 {
	font-size: 34px;
}

.font-36 {
	font-size: 36px;
}

.font-40 {
	font-size: 40px;
}

.font-42 {
	font-size: 42px;
}

.font-44 {
	font-size: 44px;
}

.font-46 {
	font-size: 48px;
}

.font-48 {
	font-size: 48px;
}

.font-50 {
	font-size: 60px;
}

.font-52 {
	font-size: 52px;
}

.font-54 {
	font-size: 54px;
}

.font-56 {
	font-size: 56px;
}

.font-58 {
	font-size: 58px;
}

.font-60 {
	font-size: 60px;
}

.font-62 {
	font-size: 62px;
}

.font-74 {
	font-size: 74px;
}

.font-76 {
	font-size: 76px;
}

.font-78 {
	font-size: 78px;
}

.font-80 {
	font-size: 80px;
}

.font-82 {
	font-size: 82px;
}

.font-84 {
	font-size: 84px;
}

.font-86 {
	font-size: 86px;
}

.font-88 {
	font-size: 88px;
}

.font-90 {
	font-size: 90px;
}

.font-92 {
	font-size: 92px;
}

.font-94 {
	font-size: 94px;
}

.font-96 {
	font-size: 96px;
}

.font-98 {
	font-size: 98px;
}

.font-100 {
	font-size: 100px;
}

@media screen and (min-width: 1024px) {
	.text-md-right {
		text-align: right;
	}
	.text-md-center {
		text-align: center;
	}
	.text-md-left {
		text-align: left;
	}
	.font-lg-12 {
		font-size: 12px;
	}
	.font-lg-14 {
		font-size: 14px;
	}
	.font-lg-16 {
		font-size: 16px;
	}
	.font-lg-18 {
		font-size: 18px;
	}
	.font-lg-20 {
		font-size: 20px;
	}
	.font-lg-22 {
		font-size: 22px;
	}
	.font-lg-24 {
		font-size: 24px;
	}
	.font-lg-26 {
		font-size: 26px;
	}
	.font-lg-28 {
		font-size: 28px;
	}
	.font-lg-30 {
		font-size: 30px;
	}
	.font-lg-32 {
		font-size: 32px;
	}
	.font-lg-34 {
		font-size: 34px;
	}
	.font-lg-36 {
		font-size: 36px;
	}
	.font-lg-40 {
		font-size: 40px;
	}
	.font-lg-42 {
		font-size: 42px;
	}
	.font-lg-44 {
		font-size: 44px;
	}
	.font-lg-46 {
		font-size: 48px;
	}
	.font-lg-48 {
		font-size: 48px;
	}
	.font-lg-50 {
		font-size: 60px;
	}
	.font-lg-52 {
		font-size: 52px;
	}
	.font-lg-54 {
		font-size: 54px;
	}
	.font-lg-56 {
		font-size: 56px;
	}
	.font-lg-58 {
		font-size: 58px;
	}
	.font-lg-60 {
		font-size: 60px;
	}
	.font-lg-62 {
		font-size: 62px;
	}
	.font-lg-74 {
		font-size: 74px;
	}
	.font-lg-76 {
		font-size: 76px;
	}
	.font-lg-78 {
		font-size: 78px;
	}
	.font-lg-80 {
		font-size: 80px;
	}
	.font-lg-82 {
		font-size: 82px;
	}
	.font-lg-84 {
		font-size: 84px;
	}
	.font-lg-86 {
		font-size: 86px;
	}
	.font-lg-88 {
		font-size: 88px;
	}
	.font-lg-90 {
		font-size: 90px;
	}
	.font-lg-92 {
		font-size: 92px;
	}
	.font-lg-94 {
		font-size: 94px;
	}
	.font-lg-96 {
		font-size: 96px;
	}
	.font-lg-98 {
		font-size: 98px;
	}
	.font-lg-100 {
		font-size: 100px;
	}
	.line-height-lg-14 {
		line-height: 14px;
	}
	.line-height-lg-16 {
		line-height: 16px;
	}
	.line-height-lg-18 {
		line-height: 18px;
	}
	.line-height-lg-20 {
		line-height: 20px;
	}
	.line-height-lg-22 {
		line-height: 22px;
	}
	.line-height-lg-24 {
		line-height: 24px;
	}
	.line-height-lg-26 {
		line-height: 26px;
	}
	.line-height-lg-28 {
		line-height: 28px;
	}
	.line-height-lg-30 {
		line-height: 30px;
	}
	.line-height-lg-32 {
		line-height: 32px;
	}
	.line-height-lg-34 {
		line-height: 34px;
	}
	.line-height-lg-36 {
		line-height: 36px;
	}
	.line-height-lg-38 {
		line-height: 38px;
	}
	.line-height-lg-40 {
		line-height: 40px;
	}
	.line-height-lg-42 {
		line-height: 42px;
	}
	.line-height-lg-44 {
		line-height: 44px;
	}
	.line-height-lg-48 {
		line-height: 48px;
	}
	.line-height-lg-50 {
		line-height: 50px;
	}
	.line-height-lg-52 {
		line-height: 52px;
	}
	.line-height-lg-54 {
		line-height: 54px;
	}
	.line-height-lg-56 {
		line-height: 56px;
	}
	.line-height-lg-58 {
		line-height: 58px;
	}
	.line-height-lg-60 {
		line-height: 60px;
	}
	.line-height-lg-62 {
		line-height: 62px;
	}
	.line-height-lg-64 {
		line-height: 64px;
	}
	.line-height-lg-66 {
		line-height: 66px;
	}
	.line-height-lg-68 {
		line-height: 68px;
	}
	.line-height-lg-70 {
		line-height: 70px;
	}
	.line-height-lg-72 {
		line-height: 72px;
	}
	.line-height-lg-74 {
		line-height: 74px;
	}
	.line-height-lg-76 {
		line-height: 76px;
	}
	.line-height-lg-78 {
		line-height: 78px;
	}
	.line-height-lg-80 {
		line-height: 80px;
	}
	.line-height-lg-82 {
		line-height: 82px;
	}
	.line-height-lg-84 {
		line-height: 84px;
	}
	.line-height-lg-86 {
		line-height: 86px;
	}
	.line-height-lg-88 {
		line-height: 88px;
	}
	.line-height-lg-90 {
		line-height: 90px;
	}
	.line-height-lg-92 {
		line-height: 92px;
	}
	.line-height-lg-94 {
		line-height: 94px;
	}
	.line-height-lg-96 {
		line-height: 96px;
	}
	.line-height-lg-98 {
		line-height: 98px;
	}
	.line-height-lg-100 {
		line-height: 100px;
	}
}
@media screen and (min-width: 768px) {
	.font-md-12 {
		font-size: 12px;
	}
	.font-md-14 {
		font-size: 14px;
	}
	.font-md-16 {
		font-size: 16px;
	}
	.font-md-18 {
		font-size: 18px;
	}
	.font-md-20 {
		font-size: 20px;
	}
	.font-md-22 {
		font-size: 22px;
	}
	.font-md-24 {
		font-size: 24px;
	}
	.font-md-26 {
		font-size: 26px;
	}
	.font-md-28 {
		font-size: 28px;
	}
	.font-md-30 {
		font-size: 30px;
	}
	.font-md-32 {
		font-size: 32px;
	}
	.font-md-34 {
		font-size: 34px;
	}
	.font-md-36 {
		font-size: 36px;
	}
	.font-md-40 {
		font-size: 40px;
	}
	.font-md-42 {
		font-size: 42px;
	}
	.font-md-44 {
		font-size: 44px;
	}
	.font-md-46 {
		font-size: 48px;
	}
	.font-md-48 {
		font-size: 48px;
	}
	.font-md-50 {
		font-size: 60px;
	}
	.font-md-52 {
		font-size: 52px;
	}
	.font-md-54 {
		font-size: 54px;
	}
	.font-md-56 {
		font-size: 56px;
	}
	.font-md-58 {
		font-size: 58px;
	}
	.font-md-60 {
		font-size: 60px;
	}
	.font-md-62 {
		font-size: 62px;
	}
	.font-md-74 {
		font-size: 74px;
	}
	.font-md-76 {
		font-size: 76px;
	}
	.font-md-78 {
		font-size: 78px;
	}
	.font-md-80 {
		font-size: 80px;
	}
	.font-md-82 {
		font-size: 82px;
	}
	.font-md-84 {
		font-size: 84px;
	}
	.font-md-86 {
		font-size: 86px;
	}
	.font-md-88 {
		font-size: 88px;
	}
	.font-md-90 {
		font-size: 90px;
	}
	.font-md-92 {
		font-size: 92px;
	}
	.font-md-94 {
		font-size: 94px;
	}
	.font-md-96 {
		font-size: 96px;
	}
	.font-md-98 {
		font-size: 98px;
	}
	.font-md-100 {
		font-size: 100px;
	}
	.line-height-md-12 {
		line-height: 12px;
	}
	.line-height-md-14 {
		line-height: 14px;
	}
	.line-height-md-16 {
		line-height: 16px;
	}
	.line-height-md-18 {
		line-height: 18px;
	}
	.line-height-md-20 {
		line-height: 20px;
	}
	.line-height-md-22 {
		line-height: 22px;
	}
	.line-height-md-24 {
		line-height: 24px;
	}
	.line-height-md-26 {
		line-height: 26px;
	}
	.line-height-md-28 {
		line-height: 28px;
	}
	.line-height-md-30 {
		line-height: 30px;
	}
	.line-height-md-32 {
		line-height: 32px;
	}
	.line-height-md-34 {
		line-height: 34px;
	}
	.line-height-md-36 {
		line-height: 36px;
	}
	.line-height-md-38 {
		line-height: 38px;
	}
	.line-height-md-40 {
		line-height: 40px;
	}
	.line-height-md-42 {
		line-height: 42px;
	}
	.line-height-md-44 {
		line-height: 44px;
	}
	.line-height-md-48 {
		line-height: 48px;
	}
	.line-height-md-50 {
		line-height: 50px;
	}
	.line-height-md-52 {
		line-height: 52px;
	}
	.line-height-md-54 {
		line-height: 54px;
	}
	.line-height-md-56 {
		line-height: 56px;
	}
	.line-height-md-58 {
		line-height: 58px;
	}
	.line-height-md-60 {
		line-height: 60px;
	}
	.line-height-md-62 {
		line-height: 62px;
	}
	.line-height-md-64 {
		line-height: 64px;
	}
	.line-height-md-66 {
		line-height: 66px;
	}
	.line-height-md-68 {
		line-height: 68px;
	}
	.line-height-md-70 {
		line-height: 70px;
	}
	.line-height-md-72 {
		line-height: 72px;
	}
	.line-height-md-74 {
		line-height: 74px;
	}
	.line-height-md-76 {
		line-height: 76px;
	}
	.line-height-md-78 {
		line-height: 78px;
	}
	.line-height-md-80 {
		line-height: 80px;
	}
	.line-height-md-82 {
		line-height: 82px;
	}
	.line-height-md-84 {
		line-height: 84px;
	}
	.line-height-md-86 {
		line-height: 86px;
	}
	.line-height-md-88 {
		line-height: 88px;
	}
	.line-height-md-90 {
		line-height: 90px;
	}
	.line-height-md-92 {
		line-height: 92px;
	}
	.line-height-md-94 {
		line-height: 94px;
	}
	.line-height-md-96 {
		line-height: 96px;
	}
	.line-height-md-98 {
		line-height: 98px;
	}
	.line-height-md-100 {
		line-height: 100px;
	}
}
@media screen and (min-width: 576px) {
	.font-sm-12 {
		font-size: 12px;
	}
	.font-sm-14 {
		font-size: 14px;
	}
	.font-sm-16 {
		font-size: 16px;
	}
	.font-sm-18 {
		font-size: 18px;
	}
	.font-sm-20 {
		font-size: 20px;
	}
	.font-sm-22 {
		font-size: 22px;
	}
	.font-sm-24 {
		font-size: 24px;
	}
	.font-sm-26 {
		font-size: 26px;
	}
	.font-sm-28 {
		font-size: 28px;
	}
	.font-sm-30 {
		font-size: 30px;
	}
	.font-sm-32 {
		font-size: 32px;
	}
	.font-sm-34 {
		font-size: 34px;
	}
	.font-sm-36 {
		font-size: 36px;
	}
	.font-sm-40 {
		font-size: 40px;
	}
	.font-sm-42 {
		font-size: 42px;
	}
	.font-sm-44 {
		font-size: 44px;
	}
	.font-sm-46 {
		font-size: 48px;
	}
	.font-sm-48 {
		font-size: 48px;
	}
	.font-sm-50 {
		font-size: 60px;
	}
	.font-sm-52 {
		font-size: 52px;
	}
	.font-sm-54 {
		font-size: 54px;
	}
	.font-sm-56 {
		font-size: 56px;
	}
	.font-sm-58 {
		font-size: 58px;
	}
	.font-sm-60 {
		font-size: 60px;
	}
	.font-sm-62 {
		font-size: 62px;
	}
	.font-sm-74 {
		font-size: 74px;
	}
	.font-sm-76 {
		font-size: 76px;
	}
	.font-sm-78 {
		font-size: 78px;
	}
	.font-sm-80 {
		font-size: 80px;
	}
	.font-sm-82 {
		font-size: 82px;
	}
	.font-sm-84 {
		font-size: 84px;
	}
	.font-sm-86 {
		font-size: 86px;
	}
	.font-sm-88 {
		font-size: 88px;
	}
	.font-sm-90 {
		font-size: 90px;
	}
	.font-sm-92 {
		font-size: 92px;
	}
	.font-sm-94 {
		font-size: 94px;
	}
	.font-sm-96 {
		font-size: 96px;
	}
	.font-sm-98 {
		font-size: 98px;
	}
	.font-sm-100 {
		font-size: 100px;
	}
	.line-height-sm-12 {
		line-height: 12px;
	}
	.line-height-sm-14 {
		line-height: 14px;
	}
	.line-height-sm-16 {
		line-height: 16px;
	}
	.line-height-sm-18 {
		line-height: 18px;
	}
	.line-height-sm-20 {
		line-height: 20px;
	}
	.line-height-sm-22 {
		line-height: 22px;
	}
	.line-height-sm-24 {
		line-height: 24px;
	}
	.line-height-sm-26 {
		line-height: 26px;
	}
	.line-height-sm-28 {
		line-height: 28px;
	}
	.line-height-sm-30 {
		line-height: 30px;
	}
	.line-height-sm-32 {
		line-height: 32px;
	}
	.line-height-sm-34 {
		line-height: 34px;
	}
	.line-height-sm-36 {
		line-height: 36px;
	}
	.line-height-sm-38 {
		line-height: 38px;
	}
	.line-height-sm-40 {
		line-height: 40px;
	}
	.line-height-sm-42 {
		line-height: 42px;
	}
	.line-height-sm-44 {
		line-height: 44px;
	}
	.line-height-sm-48 {
		line-height: 48px;
	}
	.line-height-sm-50 {
		line-height: 50px;
	}
	.line-height-sm-52 {
		line-height: 52px;
	}
	.line-height-sm-54 {
		line-height: 54px;
	}
	.line-height-sm-56 {
		line-height: 56px;
	}
	.line-height-sm-58 {
		line-height: 58px;
	}
	.line-height-sm-60 {
		line-height: 60px;
	}
	.line-height-sm-62 {
		line-height: 62px;
	}
	.line-height-sm-64 {
		line-height: 64px;
	}
	.line-height-sm-66 {
		line-height: 66px;
	}
	.line-height-sm-68 {
		line-height: 68px;
	}
	.line-height-sm-70 {
		line-height: 70px;
	}
	.line-height-sm-72 {
		line-height: 72px;
	}
	.line-height-sm-74 {
		line-height: 74px;
	}
	.line-height-sm-76 {
		line-height: 76px;
	}
	.line-height-sm-78 {
		line-height: 78px;
	}
	.line-height-sm-80 {
		line-height: 80px;
	}
	.line-height-sm-82 {
		line-height: 82px;
	}
	.line-height-sm-84 {
		line-height: 84px;
	}
	.line-height-sm-86 {
		line-height: 86px;
	}
	.line-height-sm-88 {
		line-height: 88px;
	}
	.line-height-sm-90 {
		line-height: 90px;
	}
	.line-height-sm-92 {
		line-height: 92px;
	}
	.line-height-sm-94 {
		line-height: 94px;
	}
	.line-height-sm-96 {
		line-height: 96px;
	}
	.line-height-sm-98 {
		line-height: 98px;
	}
	.line-height-sm-100 {
		line-height: 100px;
	}
}
.mr-2 {
	margin-right: 8px;
}

@media (max-width: 767px) {
	.mobile-hidden {
		display: none;
	}
}

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

.mobile-sidebar .single-footer h3 {
	color: #ffffff;
}

.mobile-sidebar .single-contact a {
	color: #ffffff;
}

.lg-ml-15 {
	margin-left: 15px;
}
@media (max-width: 767px) {
	.lg-ml-15 {
		margin-left: 0;
	}
}

.lg-mr-15 {
	margin-right: 15px;
}
@media (max-width: 767px) {
	.lg-mr-15 {
		margin-right: 0;
	}
}

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

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

.no-margin-heading {
	margin: 0 0 0 0 !important;
}

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

.bg2 {
	background: #fff9f9 !important;
}

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

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

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

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

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

.bg7 {
	position: relative;
	z-index: 2;
	background: url("../img/bg/sawubona-home-subscribe-background.png")
		no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg7:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.6;
	z-index: -1;
}

.bg8 {
	background: #dcedf3 !important;
}

.bg9 {
	background: #e7edeb !important;
}

.bg-10 {
	background: #e7e8f4 !important;
}

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

.bg12 {
	background: url("../img/bg/sawubona-subscribe-bg.png") no-repeat;
	background-position: right center;
	background-size: cover;
}

.bg-13 {
	background-color: #e7e8f4;
}

.bg-13-haf {
	position: relative;
	z-index: 2;
}
.bg-13-haf:after {
	position: absolute;
	content: "";
	height: 50%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7e8f4;
}

.bg-14 {
	background: #fbfcfe !important;
}

.bg-15 {
	background: #dcedf3 !important;
}

.bg-16 {
	background: #f3e7dc !important;
}

.bg-17 {
	background: #e3f3dc !important;
}

.bg-18 {
	background: #dce0f3 !important;
}

.bg-19 {
	background: #f6f7fa !important;
}

.bg-20 {
	background: #f5d1a4 !important;
}

.bg-21 {
	background: #e9dcf3 !important;
}

.bg-22 {
	background: #f3dcdc !important;
}

.bg-23 {
	background: #f3f1dc !important;
}

.bg-24 {
	background: #e7e8f4 !important;
}

.bg-25 {
	background: #f2f1f9 !important;
}

.bg-26 {
	background: #fee6e5;
}

.bg-27 {
	background: #e9ecea;
}

.bg-28 {
	background: url("../img/bg/bg4.png") no-repeat;
	background-position: right center;
	background-size: contain;
}

.bg-29 {
	background: url("../img/bg/bg4.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.bg-30 {
	background-color: #e7eefb;
}

.ml50 {
	margin-left: 50px;
}
@media (max-width: 991px) {
	.ml50 {
		margin-left: 0;
	}
}

.mr50 {
	margin-right: 50px;
}
@media (max-width: 991px) {
	.mr50 {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.mt-sm-50 {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.xmp60 {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.xmp100 {
		padding: 100px 0;
	}
}

.border1 {
	border-bottom: 1px solid #d9d9d9;
}

.title span.title-heilight {
	position: relative;
	z-index: 2;
}
.title span.title-heilight:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 100%;
	background: url("../img/shapes/underline-title.png");
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.title span.title-heilight:before {
		bottom: -10px;
	}
}
.title 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;
}
@media (max-width: 767px) {
	.title span.title-heilight:after {
		height: 34px;
		width: 34px;
		left: -17px;
		top: -13px;
	}
}
.title h1 {
	font-weight: 400;
	font-size: 75px;
	line-height: 82px;
	letter-spacing: -1px;
	color: #275143;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.title h1 {
		font-size: 40px;
		line-height: 44px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.title h1 {
		font-size: 54px;
		line-height: 64px;
	}
}
.title.title2 h1 {
	font-weight: 700;
	color: #000;
	font-size: 65px;
	line-height: 75px;
	margin-bottom: 10px;
	font-family: "satoshi";
}
@media (max-width: 767px) {
	.title.title2 h1 {
		font-size: 34px;
		line-height: 46px;
	}
}
.title p {
	font-size: 20px;
	line-height: 34px;
	color: #5c5b79;
}
@media (max-width: 767px) {
	.title p {
		font-size: 70%;
		line-height: 24px;
	}
}
.title small.heading-top2 {
	background: #e7edeb;
	border-radius: 50px;
	padding: 13px 25px;
	margin-bottom: 24px;
	display: inline-block;
}
@media (max-width: 991px) {
	.title small.heading-top2 {
		background: #e7edeb;
		border-radius: 50px;
		padding: 6px 20px;
		font-size: 12px;
	}
}
.title small.heading-top2 img {
	width: 24px;
	margin-right: 8px;
}

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

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.updown {
	animation: updown 5s alternate linear infinite;
}

.updown2 {
	animation: updown 4s alternate linear infinite;
}

@keyframes updown {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(-30px);
	}
}
.inner-area {
	padding: 250px 0 150px;
}
.inner-area .inner-title h1 {
	font-weight: 400;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -1px;
	color: #275143;
}
@media (max-width: 767px) {
	.inner-area .inner-title h1 {
		font-size: 40px;
		line-height: 50px;
	}
}
.inner-area .inner-title h5 {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #275143;
}
.inner-area .inner-title p {
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	color: #5c5b79;
}
.inner-area .inner-heilight {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.inner-area .inner-heilight:after {
	position: absolute;
	content: "";
	height: 60px;
	width: 60px;
	background: url("../img/shapes/left-heighlight.png");
	left: -40px;
	top: -25px;
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 767px) {
	.inner-area .inner-heilight:after {
		left: -30px;
		top: 0px;
		height: 40px;
		width: 46px;
	}
}

.bg_center_cover {
	background-position: center center;
	background-size: cover;
}

._relative {
	position: relative;
	z-index: 2;
}

._absolute {
	position: absolute;
}

.heading {
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	.heading {
		margin-bottom: 40px;
	}
}
.heading h2 {
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	color: #275143;
}
@media (max-width: 767px) {
	.heading h2 {
		font-size: 28px;
		line-height: 38px;
	}
}
.heading h5 {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #275143;
}
@media (max-width: 767px) {
	.heading h5 {
		font-size: 16px;
		line-height: 24px;
	}
}
.heading.white-heading h2,
.heading.white-heading h3,
.heading.white-heading h5 {
	color: #ffffff;
}
.heading h3 {
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	color: #07060b;
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.heading h3 {
		font-size: 28px;
		line-height: 38px;
	}
}
.heading p {
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	color: #5c5b79;
}
@media (max-width: 991px) {
	.heading p {
		font-size: 70%;
		line-height: 26px;
	}
}
.heading small {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #f23936;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.heading small:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 60%;
	background: #f23936;
	left: 0;
	top: -7px;
}
.heading.text-center small:after {
	left: 20%;
}
.heading span.heilight-right {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.heading span.heilight-right:after {
	position: absolute;
	content: "";
	height: 70px;
	width: 70px;
	background: url("../img/shapes/right-heighlight.png") no-repeat;
	top: -34px;
	right: -43px;
	background-position: center;
	background-size: contain;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	.heading span.heilight-right:after {
		display: none;
	}
}
.heading span.heading-underline {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.heading span.heading-underline:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 100%;
	background: url("../img/shapes/heading-underline.png");
	bottom: -20px;
	right: 0;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.heading2 {
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	.heading2 {
		margin-bottom: 40px;
	}
}
.heading2 small.heading-top {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	background: #e7edeb;
	border-radius: 50px;
	padding: 13px 20px;
	display: inline-flex;
	align-items: center;
	margin-bottom: 15px;
	font-family: "satoshi";
}
@media (max-width: 767px) {
	.heading2 small.heading-top {
		font-size: 12px;
		padding: 10px 20px;
	}
}
.heading2 small.heading-top.inner-heading-top {
	background: rgba(121, 119, 198, 0.2);
}

.whiteSpace {
	padding-bottom: 7rem;
}

.text-white a {
	color: #fff !important;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.whiteSpace {
		padding-bottom: 0;
	}
}

.heading2 small.heading-top img {
	width: 24px;
	margin-right: 10px;
}
.heading2.white-heading .inner-heading-top {
	color: #ffffff;
}
.heading2 h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: -1px;
	color: #000;
	font-family: "satoshi";
}
@media (max-width: 767px) {
	.heading2 h2 {
		font-size: 32px;
		line-height: 42px;
	}
}
.heading2.white-heading h2 {
	color: #ffffff;
}
.heading2 p {
	margin-top: 20px;
	margin-bottom: 0;
	font-family: "satoshi";
}
.heading2 span.heilight-left {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.heading2 span.heilight-left:after {
	position: absolute;
	content: "";
	height: 70px;
	width: 70px;
	background: url("../img/shapes/hilight-2-right-black.png") no-repeat;
	top: -38px;
	left: -35px;
	background-position: center;
	background-size: contain;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767px) {
	.heading2 span.heilight-left:after {
		display: none;
	}
}
.heading2 span.heilight-right {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.heading2 span.heilight-right:after {
	position: absolute;
	content: "";
	height: 70px;
	width: 70px;
	background: url("../img/shapes/hilight-2-right-black.png") no-repeat;
	top: -38px;
	right: -35px;
	background-position: center;
	background-size: contain;
	-o-object-fit: cover;
	object-fit: cover;
	transform: rotate(30deg);
}
@media (max-width: 767px) {
	.heading2 span.heilight-right:after {
		display: none;
	}
}
.heading2.white-heading span.heilight-left:after,
.heading2.white-heading span.heilight-right:after {
	background: url("../img/shapes/hilight-2-right-black.png") no-repeat;
	background-position: center;
	background-size: contain;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 767px) {
	.title3 {
		padding-top: 50px;
	}
}
.title3 h1 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 65px;
	line-height: 70px;
	letter-spacing: -1px;
	color: #192533;
}
@media (max-width: 767px) {
	.title3 h1 {
		font-size: 40px;
		line-height: 50px;
	}
}
.title3 p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #304952;
}

.title-4 h1 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 80px;
	line-height: 85px;
	letter-spacing: -1px;
	color: #275143;
}
@media (max-width: 767px) {
	.title-4 h1 {
		font-size: 40px;
		line-height: 50px;
	}
}
.title-4 p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #304952;
}
@media (max-width: 767px) {
	.title-4 p {
		font-size: 16px;
		line-height: 26px;
	}
}

.heading3 {
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	.heading3 {
		margin-bottom: 40px;
	}
}
.heading3.white-heading h1,
.heading3.white-heading h2,
.heading3.white-heading h3,
.heading3.white-heading h4,
.heading3.white-heading h5,
.heading3.white-heading h6,
.heading3.white-heading p,
.heading3.white-heading small {
	color: #fff !important;
}
.heading3 h2 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	text-transform: capitalize;
	color: #192533;
}
@media (max-width: 767px) {
	.heading3 h2 {
		font-size: 32px;
		line-height: 42px;
	}
}
.heading3 h3 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 42px;
	line-height: 54px;
	color: #192533;
}
.heading3 p {
	font-family: "satoshi";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #304952;
	opacity: 0.7;
	margin-bottom: 0;
	margin-top: 20px;
}
.heading3 small.overline {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-transform: capitalize;
	color: #304952;
	position: relative;
	margin-bottom: 15px;
	z-index: 2;
	display: inline-block;
}
.heading3 small.overline:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50%;
	background: #304952;
	left: 0;
	top: -10px;
}
.heading3.text-center small.overline:after {
	left: 25%;
}

.heading4 {
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	.heading4 {
		margin-bottom: 40px;
	}
}
.heading4.white-heading h1,
.heading4.white-heading h2,
.heading4.white-heading h3,
.heading4.white-heading h4,
.heading4.white-heading h5,
.heading4.white-heading h6,
.heading4.white-heading p,
.heading4.white-heading small {
	color: #fff !important;
}
.heading4 h2 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	color: #192533;
}
@media (max-width: 767px) {
	.heading4 h2 {
		font-size: 32px;
		line-height: 42px;
	}
}
.heading4.inner-heading h2 {
	font-weight: 700;
}
.heading4 h3 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 42px;
	line-height: 54px;
	color: #275143;
}
@media (max-width: 767px) {
	.heading4 h3 {
		font-size: 32px;
		line-height: 42px;
	}
}
.heading4 h4 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #07060b;
}
@media (max-width: 767px) {
	.heading4 h4 {
		font-size: 24px;
	}
}
.heading4 p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #000;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.heading4 p {
		font-size: 16px;
		line-height: 26px;
	}
}
.heading4 small.overline {
	position: relative;
	margin-bottom: 15px;
	z-index: 2;
	display: inline-block;
	font-family: "satoshi";
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #275143;
}
.heading4 small.overline:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50%;
	background: #275143;
	left: 0;
	top: -10px;
}
.heading4.text-center small.overline:after {
	left: 25%;
}

.trans-1 {
	transform: translateY(0);
	transition: all 0.3s;
}
.trans-1.active,
.trans-1:hover {
	transform: translateY(-3px);
	transition: all 0.3s;
}

.img-zoom {
	transition: all 0.3s;
	overflow: hidden;
}
.img-zoom img {
	transition: all 0.3s;
	transform: scale(1);
}
.img-zoom:hover img {
	transition: all 0.3s;
	transform: scale(1.1);
}

.widget-border {
	border: 1px solid #e1e3e8;
	border-radius: 7px;
}

.shape-007 {
	position: absolute;
	z-index: 1;
	top: 35%;
	left: 1%;
}

.padding-less-widget {
	padding: 0 0 0 0 !important;
}

.inner-font-1 h1,
.inner-font-1 h2,
.inner-font-1 h3,
.inner-font-1 h4,
.inner-font-1 h5,
.inner-font-1 h6,
.inner-font-1 p,
.inner-font-1 small,
.inner-font-1 strong,
.inner-font-1 a,
.inner-font-1 li {
	font-family: "satoshi" !important;
}

@keyframes upNdown {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50px);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.hadding7 span.span {
	color: #00415d;
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	background-color: #dfe5ef;
	padding: 8px 16px;
	border-radius: 100px;
}
.hadding7 span.span img {
	height: 20px;
}
.hadding7 h2 {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 122.727% */
	padding: 0;
	margin: 0;
}
.hadding7 h2 span.after {
	position: relative;
}
.hadding7 h2 span.after img {
	position: absolute;
	bottom: -10px;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hadding7 h2 {
		font-size: 36px;
		line-height: 42px;
	}
}
@media (max-width: 767px) {
	.hadding7 h2 {
		font-size: 36px;
		line-height: 42px;
	}
}
.hadding7 p {
	color: var(--investment-consulting-paragraph-color, #4b4e50);
	color: #4b4e50;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	padding: 0;
	margin: 0;
}

.headding8 span.span {
	color: var(--visa-immigrant-consulting-secondary-color, #015cb5);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	border-radius: 2px;
	background: rgba(20, 86, 218, 0.2);
	padding: 8px 12px;
	display: inline-block;
}
.headding8 span.span img {
	margin-top: -3px;
	margin-right: 3px;
}
.headding8 h4 {
	padding: 0;
	margin: 0;
}
.headding8 h4 a {
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-family: "Urbanist", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 100% */
	padding: 0;
	margin: 0;
}
.headding8 h4 a:hover {
	color: #015cb5;
}
.headding8 h2 {
	color: #100906;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px; /* 122.727% */
	font-family: "Urbanist", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headding8 h2 {
		font-size: 36px;
		line-height: 42px;
	}
}
@media (max-width: 767px) {
	.headding8 h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
.headding8 p {
	color: var(--visa-immigrant-consulting-paragraph-color, #585452);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	padding: 0;
	margin: 0;
}

.headding9 span.span {
	color: var(--relation-text-color-r, #0f0a23);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	border-radius: 111px;
	background: #e3def9;
	padding: 8px 16px;
	margin-bottom: 16px;
}
.headding9 span.span img {
	margin-top: -2px;
}
.headding9 h2 {
	color: #0f0a23;
	font-family: "Domine", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headding9 h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.headding9 h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
.headding9 h2 span.shape {
	position: absolute;
	right: 0;
	top: -50px;
}
@media (max-width: 767px) {
	.headding9 h2 span.shape {
		display: none;
	}
}
.headding9 h4 a {
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "Domine", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	padding-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headding9 h4 a {
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.headding9 h4 a {
		line-height: 28px;
	}
}
.headding9 p {
	color: var(--relation-paragraph-color-r, #5e5e5e);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
}

.headding10 span.span {
	color: var(--Text-Color, #1a1e25);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	display: inline-block;
	padding-bottom: 16px;
}
.headding10 span.span img {
	margin-top: -4px;
	margin-right: 3px;
}
.headding10 h2 {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.headding10 h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.headding10 h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
.headding10 p {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 175% */
}
.headding10 h4 a {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
}

/*=================== comon ====================*/
.home4-header-input input {
	padding: 18px;
	border: none;
	border-radius: 8px;
	margin-right: 15px;
}

.home4-header-input-btn button {
	border: none;
	background: #1456da;
	border-radius: 8px;
	padding: 18px;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s;
}

.home4-header-input {
	position: relative;
}

.home4-welcome {
	height: 1100px;
}

.home4-header-input-btn {
	position: absolute;
	left: 330px;
	top: 0;
}

.home4-header-input-btn button svg {
	margin-left: 7px;
	transform: rotate(-45deg);
}

.home4-header-input-btn button:hover {
	transform: translateY(-5px);
	transition: all 0.3s;
}

.hero-main-img2 {
	margin-right: -100px;
}

.home4-shape {
	top: 200px;
	right: -45px;
}

.home4-full-header {
	background-image: url(../img/bg/home4-header-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1100px;
}

.color4 {
	color: #0f182c;
}

@media screen and (max-width: 426px) {
	.home4-header-input-btn {
		position: absolute;
		left: 0;
		top: 76px;
	}
	.home4-full-header {
		background-image: url(../img/bg/home4-header-bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 900px;
	}
	.margin-left {
		margin-left: 0;
	}
	.margin-right {
		margin-right: 0;
	}
}
.margin-left {
	margin-left: 30px;
}

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

@media screen and (max-widht: 426px) {
	.home4-header-input form {
		display: block;
		align-items: center;
	}
}
.home4-header-input button svg {
	margin-left: 7px;
	transform: rotate(-45deg);
}

/*=================== comon ====================*/
/*=== animation === */
@keyframes animation-1 {
	0% {
		margin-top: 0;
	}
	100% {
		margin-top: 40px;
	}
}
@keyframes animation-2 {
	0% {
		margin-bottom: 0;
	}
	100% {
		margin-bottom: 10px;
	}
}
@keyframes animation-3 {
	0% {
		transform: scale(1);
		margin-left: 0;
	}
	100% {
		transform: scale(1.3);
		margin-left: 100px;
	}
}
@keyframes animation-4 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(30px);
	}
}
@keyframes animation-5 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
.aniamtion-key-1 {
	position: relative;
	animation-name: animation-2;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.aniamtion-key-2 {
	position: relative;
	animation-name: animation-2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.aniamtion-key-3 {
	position: relative;
	animation-name: animation-3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.aniamtion-key-4 {
	position: relative;
	animation-name: animation-4;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.aniamtion-key-5 {
	position: relative;
	animation-name: animation-5;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

/*=== animation === */
/*=================== counter start ====================*/
.home4-counters-all {
	background: #ffffff;
	box-shadow: 0px 4px 20px rgba(14, 18, 67, 0.05);
	border-radius: 10px;
	padding: 50px;
}

.home4-single-counter {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.home4-single-img {
	margin-right: 20px;
}

.color-p-4 {
	color: #575d6b;
}

.hadding5 h1 {
	margin: 0;
	padding: 0;
}

.home4-counters {
	margin-top: -130px;
}

/*=================== counter end ====================*/
/*=================== about start ====================*/
.home4-about-all-images {
	position: relative;
	width: 100%;
	height: 700px;
}

.home4-about-img-1 {
	position: absolute;
	top: 0;
	left: 100px;
}

.home4-about-img-2 {
	bottom: 0;
	left: 0;
	position: absolute;
	margin-right: 180px;
}

.home4-about-img-3 {
	position: absolute;
	left: 370px;
	bottom: 150px;
}

.home4-about-img-4 {
	position: absolute;
	top: -44px;
	left: 72px;
}

.hadding5 span.span {
	color: #1456da;
}

a.learn-more {
	display: inline-block;
	background-color: #1456da;
	color: #fff;
	border-radius: 5px;
	padding: 18px 20px;
	transition: all 0.3s;
}

a.learn-more svg {
	margin-left: 5px;
	transform: rotate(-45deg);
}

a.learn-more:hover {
	transform: translateY(-5px);
	transition: all 0.3s;
}

@media screen and (max-width: 426px) {
	.home4-about-all-images {
		position: relative;
		width: 100%;
		height: 420px;
		margin-top: 80px;
	}
	.home4-about-img-1 {
		position: absolute;
		top: 0;
		left: 0;
	}
	.choose-img-2 {
		position: absolute;
		top: 60%;
		right: auto;
	}
	.choos-images {
		margin-top: 60px;
	}
}
@media screen and (max-width: 769px) {
	.home4-about-all-images {
		position: relative;
		width: 100%;
		height: 300px;
		margin-bottom: 50px;
	}
	.choose-img-2 {
		position: absolute;
		top: 60%;
		right: auto;
	}
}
/*=================== about end ====================*/
/*=================== service start ====================*/
.home4-service {
	background-image: url(../img/bg/home4-service.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home4-single-slider {
	background-color: red;
}

.home4-single-slider {
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	min-height: 240px;
	padding: 32px 50px;
	transition: all 0.3s;
}

.slider-img img {
	height: 70px;
}

.home4-single-slider:hover {
	border: 2px solid #1456da;
	transition: all 0.3s;
}

.home4-service .owl-carousel .home4-service .owl-nav button.owl-next,
.owl-carousel .home4-service .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: rgba(15, 24, 44, 0.2352941176);
	border: none;
	color: inherit;
	padding: 0 !important;
	font: inherit;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	border: none;
	border-radius: 50%;
}

.home4-service button.active {
	background-color: #1456da;
}

.home4-service .owl-dots {
	position: absolute;
	bottom: -60px;
	width: 100%;
	right: 0;
	text-align: center;
}

.home4-work-items {
	position: relative;
	margin-top: 30px;
}

.work-item-img-2 {
	position: absolute;
	bottom: -16%;
	right: 50%;
	margin-right: -50px;
}

.work-item-img-1 img {
	width: 100%;
}

.home5-work-hadding {
	padding: 0 17px 40px 18px;
	transition: all 0.3s;
}

.home4-work-items-all {
	transition: all 0.3s;
	border-radius: 5px;
}

.home4-work-items-all:hover {
	background: rgba(20, 86, 218, 0.062745098);
	transition: all 0.3s;
}

@media screen and (max-width: 425px) {
	.home4-service {
		padding-bottom: 100px;
	}
	.home4-service .home4-slider-all {
		margin-top: 40px;
	}
}
/*=================== service end ====================*/
/*=================== testimaonal start ====================*/
.home4-testimonial {
	background-image: url(../img/bg/home4-testimaonial-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.font-w {
	color: #fff;
}

.hadding-span.hadding-span2 {
	width: 50px;
	margin-bottom: 20px;
}

.pera-c-2 {
	color: #fff;
	opacity: 0.8;
}

.home4-testimonial .owl-nav button span {
	display: inline-block;
	color: #fff;
	background: #1456da;
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: space-around;
}

.home4-testimonial .owl-nav button span:nth-child(1) {
	margin-left: 50px;
}

.home4-testimonial .trusted-slider-img {
	margin-right: 25px;
}

.home4-testimonial .owl-nav button:nth-child(2) {
	margin-left: 30px;
	display: inline-flex;
}

.choos-images {
	position: relative;
}

.choose-img-1 {
	margin-left: 20px;
}

.choose-img-3 {
	position: absolute;
	top: -46px;
	left: -6px;
}

@media screen and (max-width: 769px) {
	.choos-images {
		position: relative;
	}
	.choose-img-1 {
		margin-left: 20px;
	}
	.choose-img-2 {
		position: absolute;
		top: 60%;
		right: 0;
	}
	.choose-img-3 {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.owl-nav {
	margin-left: -50px;
}

/*=================== testimonial end ====================*/
/*=================== contact start ====================*/
.home4-comon-btn button {
	border: none;
	border-radius: 5px;
	padding: 18px 20px;
	background-color: #1456da;
}

.contact4-input input {
	padding: 15px;
	border-radius: 5px;
	border: none;
	background: #fff;
	width: 48%;
}

.home4-contact {
	background-color: #e7eefb;
}

.contact4-input select {
	padding: 16px;
	width: 98%;
	border: none;
	border-radius: 5px;
	margin-top: 10px;
	color: #8d8f8e;
}

.contact4-input textarea {
	width: 98%;
	border: none;
	margin-top: 10px;
	border-radius: 5px;
	padding: 20px;
}

.home4-comon-btn button svg {
	transform: rotate(-45deg);
	margin-left: 5px;
}

/*=================== contact end ====================*/
/*=================== blog start ====================*/
.home4-blog-items-img img {
	width: 100%;
}

.home4-blog-hadding {
	padding: 20px;
	border: 1px solid #e4e4e7;
	border-radius: 0px 0px 7px 7px;
}

a.home4-blog-btn {
	color: #1456da;
}

a.home4-blog-btn svg {
	transition: all 0.3s;
}

a.home4-blog-btn:hover svg {
	margin-left: 5px;
	transition: all 0.3s;
}

.home4-blog-items {
	margin-top: 30px;
}

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

.subscribe-from-wrap4 button {
	background-color: #1456da;
}

.subscribe-3 .subscribe-from-wrap.subscribe-from-wrap4 button {
	background: #1456da;
}

.subscribe-3 .subscribe-from-wrap.subscribe-from-wrap4 button:hover {
	transform: translateY(-5px);
}

/*=================== blog end ====================*/
/*======================
 ======home page 6======
======================*/
.font-f-7 {
	font-family: "Outfit", sans-serif;
}

.bg-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.titel6-main h1 {
	color: #272937;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px;
}

.titel6-main p {
	color: #5c6169;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.hadding6 h1 {
	color: #272937;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
}

.hadding6 p {
	color: #5c6169;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.button6 a {
	position: relative;
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 18px;
	transition: all 0.4s;
}

.button6 a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--accent-primary, #026939);
	border-radius: 5px;
	display: inline-block;
	z-index: -2;
	border-radius: 5px;
}

.button6 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: var(--accent-secondary, #ffde11);
	border-radius: 5px;
	display: inline-block;
	z-index: -1;
	border-radius: 5px;
	transition: all 0.4s;
}

.button6 a:hover::before {
	width: 100%;
	transition: all 0.4s;
}

.button6 a span {
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 4px;
}

.button6 a:hover {
	color: #272937;
	transition: all 0.4s;
	box-shadow: 0px 4px 25px 0px rgba(2, 105, 57, 0.2);
}

.button6 {
	transition: all 0.4s;
}

.button6:hover {
	transform: translateY(-5px);
	transition: all 0.4s;
}

.home6-header-buttons {
	display: flex;
	align-items: center;
}

.header6-button {
	margin-left: 20px;
}

.header6-button a {
	position: relative;
	color: #272937;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 18px;
	transition: all 0.4s;
}

.header6-button a span {
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 4px;
}

.header6-button a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--accent-secondary, #ffde11);
	border-radius: 5px;
	display: inline-block;
	z-index: -2;
	border-radius: 5px;
}

.header6-button a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	border-radius: 5px;
	display: inline-block;
	z-index: -1;
	border-radius: 5px;
	transition: all 0.4s;
	background: var(--accent-primary, #026939);
}

.header6-button a:hover::before {
	width: 100%;
	transition: all 0.4s;
}

.header6-button {
	transition: all 0.4s;
}

.header6-button:hover {
	transform: translateY(-5px);
	transition: all 0.4s;
}

.header6-button a:hover {
	color: #fff;
	transition: all 0.4s;
	box-shadow: 0px 4px 25px 0px rgba(2, 105, 57, 0.2);
}

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

.home6-header-img1 {
	position: absolute;
	bottom: 100px;
	left: 70px;
}

.home6-header-img2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.home6-header-img3 {
	position: absolute;
	bottom: 450px;
}

.home6-header-img4 {
	position: absolute;
	bottom: 450px;
	right: 0;
}

.titel6-main h1 span.after6 {
	position: relative;
	color: #026939;
}

.titel6-main h1 span.after6::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #026939;
}

.hadding6 h1 span.after6 {
	position: relative;
	color: #026939;
}

.hadding6 h1 span.after6::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #026939;
}

@media screen and (max-width: 769px) {
	.titel6-main {
		margin-top: 600px;
	}
	.titel6-main h1 {
		font-size: 40px;
		line-height: 48px;
	}
	.home6-full-header {
		height: 1370px;
	}
}
@media screen and (max-width: 426px) {
	.titel6-main {
		margin-top: 0;
	}
	.home6-full-header {
		height: 1130px;
	}
	.home6-header-buttons {
		display: block;
		align-items: center;
	}
	.header6-button {
		margin-top: 40px;
		margin-left: 0;
	}
	.home6-header-images {
		height: 616px;
		position: relative;
	}
}
@media screen and (max-width: 321px) {
	.home6-full-header {
		height: 1205px;
	}
}
/*=====home6 brand area ===== */
.brand6-box {
	display: flex;
	padding: 30px 0;
}

.brand-img {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--accent-primary-bg-15, rgba(2, 105, 57, 0.15));
	border-radius: 50%;
	margin-right: 20px;
}

.brand-hadding h4 {
	color: var(--dark-primary-text, #272937);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.brand-area6 {
	padding: 30px;
	background: var(--accent-primary-bg-15, rgba(2, 105, 57, 0.15));
}

/*=====home6 brand area ===== */
/*=====home6 about area ===== */
.about6-images {
	height: 650px;
	position: relative;
	text-align: start;
}

.about6-img2 {
	position: absolute;
	bottom: 200px;
	right: -155px;
}

.about6-hadding {
	padding-left: 70px;
}

/*=====home6 about area ===== */
/*=====home6 works area ===== */
.works-6 {
	background-color: #1aa062;
}

.hadding6-w h1 {
	color: #fff;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
}

.hadding6-w p {
	color: var(--3, #fff);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.hadding6-w h1 span.after6 {
	position: relative;
}

.hadding6-w h1 span.after6::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #fff;
}

.work6-icon {
	background-color: #ffffff;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	margin: auto;
	margin-bottom: 20px;
}

.work6-hadding h4 a {
	color: var(--white, #fff);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
}

.work6-hadding p {
	color: #bae3d0;
	text-align: center;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.work6-box {
	padding: 0 60px;
	margin-top: 30px;
	position: relative;
}

.work6-shape {
	position: absolute;
	top: 50px;
	right: -90px;
}

@media screen and (max-width: 769px) {
	.about6-img2 {
		right: 0;
	}
	.work6-shape {
		display: none;
	}
	.about6-hadding {
		padding-left: 0;
		padding-top: 40px;
	}
	.about6-images {
		height: 420px;
		position: relative;
		text-align: start;
	}
	.resive-button {
		margin-bottom: 40px;
	}
}
.resive-button a {
	color: var(--accent-primary, #026939);
	text-align: right;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-bottom: 1px solid #026939;
	margin-top: 30px;
	transition: all 0.4s;
}

.resive-button a svg {
	transform: rotate(-45deg);
	margin-bottom: -2px;
}

.resive-button a:hover {
	transition: all 0.3s;
	border-bottom: 1px solid #ffde11;
}

/*=====home6 works area ===== */
/*=====home6 service area ===== */
.service6 {
	background-image: url(../img/bg/serive6-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hadding6 h4 a {
	color: var(--dark-primary-text, #272937);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	display: inline-block;
}

.service-box-icon {
	background-color: #e6f0eb;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.service6-box {
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	padding: 32px 24px;
	margin-top: 30px;
	transition: all 0.4s;
}

.service6-box:hover {
	box-shadow: 0px 4px 25px 0px rgba(2, 105, 57, 0.2);
	transform: translateY(-10px);
	transition: all 0.4s;
}

.experience-hadding {
	padding-left: 60px;
}

@media screen and (max-width: 769px) {
	.experience-hadding {
		padding-left: 0;
		padding-top: 20px;
	}
}
/*=====home6 serivce area ===== */
/*=====home6 customers area ===== */
.customers6-hadding h4 a {
	color: var(--black, #12141d);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

.customers6-hadding ul {
	display: flex;
}

.customers6-hadding ul li {
	font-size: 16px;
	margin: 0 2px;
	color: #ffde11;
}

.customers6-img-box-all {
	display: flex;
}

.customers-box-img {
	margin-right: 20px;
}

li.font-f-3.star-review {
	color: #272937;
}

.customers6-box p {
	color: var(--dark-primary-text, #272937);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	padding: 20px 0 0 0;
}

.customers6-box {
	padding: 24px;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 30px;
	transition: all 0.4s;
}

.customers6-box:hover {
	box-shadow: 0px 4px 25px 0px rgba(2, 105, 57, 0.2);
	transform: translateY(-10px);
	transition: all 0.4s;
}

.customers {
	background: var(--accent-primary-bg-10, rgba(2, 105, 57, 0.1));
}

/*=====home6 customers area ===== */
/*=====home6 contact area ===== */
.hadding6 h2 {
	color: var(--dark-primary-text, #272937);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.contact6-list ul li {
	color: var(--dark-primary-text, #272937);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding: 16px 0;
}

.contact6-list ul li span {
	display: inline-block;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: var(--accent-primary-bg-20, rgba(2, 105, 57, 0.2));
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #026939;
	margin-right: 10px;
}

.contact6-hadding a {
	color: #262729;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	display: inline-block;
}

.contact6-icon {
	background-color: #cce1d7;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 16px;
}

.contact6-icon-box {
	display: flex;
	margin-top: 32px;
}

.contact3-form-all {
	padding: 45px;
	border-radius: 5px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
	position: relative;
}

.contact3-form-all::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: -9;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 9px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 9px;
}

@media screen and (max-width: 769px) {
	.contact-from-input input {
		width: 100%;
	}
	.contact3-form-all {
		margin-top: 30px;
	}
}
.input-single6 input {
	border-radius: 5px;
	border: 1px solid #dde1e0;
	background: var(--01, #fff);
	padding: 13px;
	width: 100%;
}

.contact6-from-input textarea {
	border-radius: 5px;
	border: 1px solid #dde1e0;
	background: var(--01, #fff);
	padding: 13px;
	width: 100%;
	margin-top: 20px;
}

.input-single6 {
	margin-top: 20px;
}

.input-single6 label {
	color: var(--dark-primary-text, #272937);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 10px;
}

.contact6-from-input label {
	color: var(--dark-primary-text, #272937);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.button6 button {
	position: relative;
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 18px;
	transition: all 0.4s;
	border: none;
	background: none;
}

.button6 button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--accent-primary, #026939);
	border-radius: 5px;
	display: inline-block;
	z-index: -2;
	border-radius: 5px;
}

.button6 button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: var(--accent-secondary, #ffde11);
	border-radius: 5px;
	display: inline-block;
	z-index: -1;
	border-radius: 5px;
	transition: all 0.4s;
}

.button6 button:hover::before {
	width: 100%;
	transition: all 0.4s;
}

.button6 button span {
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 4px;
}

.button6 button:hover {
	color: #272937;
	transition: all 0.4s;
	box-shadow: 0px 4px 25px 0px rgba(2, 105, 57, 0.2);
}

/*=====home6 contact area ===== */
/*=====home6 footer area ===== */
.foooter6-menu ul li a {
	color: var(--accent-bg-2, #fafafa);
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.footer6 {
	background-color: #0c5030;
	padding: 80px 0;
}

.foooter6-menu ul li {
	display: inline-block;
	padding: 0 12px;
}

.footer6-icons ul li a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	font-size: 16px;
	color: #026939;
	transition: all 0.4s;
}

.footer6-icons ul li a:hover {
	background-color: #1aa062;
	transition: all 0.4s;
	color: #fff;
}

.footer6-icons ul li {
	display: inline-block;
	padding: 0 3px;
}

.footer6-bottom-menus {
	display: flex;
	justify-content: space-between;
}

.footer6-copyright {
	display: flex;
	justify-content: space-between;
}

.copyright-p p {
	color: var(--accent-bg-2, #fafafa);
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.copyright-p2 {
	display: flex;
}

.copyright-p2 p {
	margin-left: 20px;
}

.foorer6-border {
	height: 1px;
	width: 100%;
	opacity: 0.400000006;
	background: #d4d4d8;
	margin: 45px 0;
}

@media screen and (max-width: 769px) {
	.heroTitle {
		margin-top: 30px;
	}
}

@media screen and (max-width: 769px) {
	.footer6-bottom-menus {
		display: block;
	}
	.foooter6-menu {
		padding: 30px 0;
	}
	.footer6-copyright {
		display: block;
	}
	.copyright-p p {
		color: var(--accent-bg-2, #fafafa);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
	}
	.copyright-p2 {
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
}
.header-6 .main-menu ul li a {
	background: none;
}

.header-6 li.dropdown-parrent ul.theme-dropdown li a:after {
	background-color: #026939;
}

.header-6 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #026939;
}

.header-5 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #1456da;
}

.header-6 li.dropdown-parrent:hover > a {
	color: #000;
}

.main-menu.main-menu6 ul li a:hover {
	color: #026939;
	transition: all 0.3s ease-in-out;
}

/*=====home6 footer area ===== */
/*======================
 ======home page 6======
======================*/
.header {
	padding: 15px 0;
}
.header.header-3 {
	padding: 25px 0;
}
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}

.header.header-8 {
	padding: 15px 0;
}
.header.header-8
	.consulting2
	.search-icon.header__search.header-search-btn
	a
	svg {
	color: rgba(255, 255, 255, 0.8078431373);
}
.header.header-8
	.consulting2
	a.header__bar.hamburger_menu.header__bar-icon
	svg {
	color: rgba(255, 255, 255, 0.7882352941);
}
.header.header-8 .consulting2 .header__bar {
	border: none;
}
.header.header-8 .new-btn3 {
	width: 100%;
	margin-top: 30px;
}
.header.header-8 ul.social-links li a:hover {
	background: #fb8815;
}
.header.header-8.header-3 {
	padding: 25px 0;
}
.header.header-8.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0, 0, 0);
	z-index: 111;
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	background: #11255a;
}
@keyframes fade-in-down {
	0% {
		transform: translate3d(0, -50px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.fade-in-down {
	animation-name: fade-in-down;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.logo {
	margin-right: 30px;
}

.header-absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

.welcome-1 {
	padding-top: 100px;
}

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

.quick_contact {
	position: relative;
	z-index: 2;
	padding-left: 60px;
	align-items: center;
	display: flex;
}
.quick_contact:hover .quick_contact_icon {
	border-color: #f23936;
	background: transparent;
	transition: all 0.3s;
}

.quick_contact_icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	margin-top: -25px;
	border: 1px solid transparent;
	transition: all 0.3s;
}
.quick_contact_icon i {
	color: #f23936;
}

.quick_contact_content small {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #5c5b79;
	font-family: "DM Serif Display", serif;
}
.quick_contact_content h5,
.quick_contact_content a {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #275143;
	font-family: "Inter", sans-serif;
	display: block;
	margin-top: 5px;
	transition: all 0.3s;
}
.quick_contact_content h5:hover,
.quick_contact_content a:hover {
	color: #f23936;
	transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quick_contact_content h5,
	.quick_contact_content a {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.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;
		padding: 5px 10px;
		color: #f23936;
		transition: all 0.3s ease-in-out;
	}
	.main-menu ul li a {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: #000;
		text-transform: capitalize;
		padding: 5px 10px;
		transition: all 0.3s ease-in-out;
	}
}
@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
	.main-menu ul li a {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.main-menu ul li a:hover {
		color: #f23936;
		transition: all 0.3s ease-in-out;
	}
	.mobile-info {
		display: none;
	}
	li.dropdown-parrent {
		position: relative;
		z-index: 2;
		transition: all 0.3;
	}
	li.dropdown-parrent:hover > a {
		color: #f23936;
	}
	li.dropdown-parrent span.menu-arrow {
		position: absolute;
		right: 20px;
		top: 50%;
		width: 20px;
		height: 20px;
		font-size: 16px;
		margin-top: -8px;
		line-height: 20px;
		text-align: center;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s;
	}
	li.dropdown-parrent:hover span.menu-arrow {
		visibility: visible;
		opacity: 1;
		right: 0;
		transition: all 0.3s;
	}
	li.dropdown-parrent ul.theme-dropdown {
		position: absolute;
		left: 0;
		top: 70px;
		background: #ffffff;
		transform: scale(1, 0);
		transform-origin: 0 0;
		min-width: 210px;
		padding: 10px;
		visibility: hidden;
		opacity: 0;
		z-index: 99;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		transition: all 0.3s;
	}
	li.dropdown-parrent ul.theme-dropdown li {
		display: block;
		padding: 0;
	}
	li.dropdown-parrent ul.theme-dropdown li a {
		display: block;
		padding: 10px;
		border-radius: 8px;
		position: relative;
		z-index: 2;
	}
	li.dropdown-parrent ul.theme-dropdown li a::after {
		position: absolute;
		height: 5px;
		width: 5px;
		left: 0;
		top: 0;
		transition: all 0.3s;
		content: "";
		visibility: hidden;
		opacity: 0;
		background: #f23936;
		z-index: -1;
		border-radius: 4px;
	}
	li.dropdown-parrent ul.theme-dropdown li a:hover::after {
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
		height: 100%;
		width: 100%;
	}
	li.dropdown-parrent ul.theme-dropdown li a:hover {
		color: #ffffff;
	}
	li.dropdown-parrent:hover ul.theme-dropdown {
		top: 56px;
		visibility: visible;
		opacity: 1;
		transition: all 0.3;
		transform: scale(1);
	}
	.header-2 .main-menu ul li {
		color: #fdc24c;
	}
	.header-2 .main-menu ul li a:hover {
		color: #fdc24c;
	}
	.header-2 li.dropdown-parrent:hover > a {
		color: #fdc24c;
	}
	.header-2 li.dropdown-parrent ul.theme-dropdown li a:after {
		background: #fdc24c;
	}
	.header-2 .quick_contact .quick_contact_icon i {
		color: #243d31;
	}
	.header-2 .quick_contact:hover .quick_contact_icon {
		border-color: #243d31;
	}
	.header-2 .quick_contact_content h5:hover,
	.header-2 .quick_contact_content a:hover {
		color: #243d31;
	}
	.header-3 .main-menu ul li {
		color: #192533;
	}
	.header-3 .main-menu ul li a:hover {
		color: #192533;
	}
	.header-3 li.dropdown-parrent:hover > a {
		color: #192533;
	}
	.header-3 li.dropdown-parrent ul.theme-dropdown li a:after {
		background: #192533;
	}
	.header-4 .main-menu ul li {
		color: #275143;
	}
	.header-4 .main-menu ul li a:hover {
		color: #275143;
	}
	.header-4 li.dropdown-parrent:hover > a {
		color: #275143;
	}
	.header-4 li.dropdown-parrent ul.theme-dropdown li a:after {
		background: #275143;
	}
}
.header-5 .main-menu ul li {
	color: #1456da;
}
.header-5 .main-menu ul li a:hover {
	color: #1456da;
}
.header-5 li.dropdown-parrent:hover > a {
	color: #1456da;
}
.header-5 li.dropdown-parrent ul.theme-dropdown li a:after {
	background: #1456da;
}
.header-5 .quick_contact .quick_contact_icon i {
	color: #1456da;
}
.header-5 .quick_contact:hover .quick_contact_icon {
	border-color: #1456da;
}
.header-5 .quick_contact_content h5:hover,
.header-5 .quick_contact_content a:hover {
	color: #1456da;
}

@media (max-width: 991px) {
	.desktop-info {
		display: none;
	}
	.hamburger-menu {
		width: 30px;
		cursor: pointer;
	}
	.bar-bottom,
	.bar-middle,
	.bar-top {
		height: 2px;
		background: #5c5b79;
		border-radius: 50px;
		margin: 6px 0;
		transform-origin: left;
		transition: all 0.3s ease-in-out;
	}
	.hamburger-menu.active .bar-top {
		transform: rotate(45deg) translate(4px, -3px);
	}
	.hamburger-menu.active .bar-middle {
		transform: translateX(1rem);
		opacity: 0;
	}
	.hamburger-menu.active .bar-bottom {
		transform: rotate(-45deg) translate(0px, 7px);
	}
	.header_menu_area {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}
	.menu-wrap {
		position: fixed;
		background: #ffffff;
		height: auto;
		width: 80%;
		left: -100%;
		top: 0;
		opacity: 0;
		visibility: hidden;
		padding: 30px;
		z-index: 99;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
	}
	.mobile-menu-active.menu-wrap {
		left: 0;
		top: 0;
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease-in-out;
	}
	ul.menu_list li {
		display: block;
	}
	ul.menu_list li a {
		font-size: 16px;
		line-height: 24px;
		color: #07060b;
		margin: 10px 0;
		display: block;
	}
	.quick_contact_icon {
		position: absolute;
		top: 50%;
		left: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50px;
		margin-top: -20px;
	}
	.quick_contact_content small {
		font-size: 12px;
	}
	.quick_contact_content h5 {
		font-size: 14px;
	}
	.quick_contact {
		padding-left: 50px;
	}
	.mobile-info {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #dddbdb;
	}
	li.dropdown-parrent {
		position: relative;
		z-index: 2;
	}
	li.dropdown-parrent.active ul.theme-dropdown {
		display: block;
	}
	span.menu-arrow {
		position: absolute;
		height: 24px;
		width: 24px;
		right: 0;
		top: 10px;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		border: 1px solid #dddbdb;
		transition: all 0.3s;
	}
	span.menu-arrow svg {
		transition: all 0.3s;
		transform: rotate(0);
	}
	span.menu-arrow.active svg {
		transition: all 0.3s;
		transform: rotate(90deg);
	}
	ul.menu_list > li {
		border-top: 1px dashed #dddbdb;
	}
	ul.theme-dropdown {
		margin: 20px;
		border-top: 1px dashed #dddbdb;
		display: none;
	}
	.mobile-menu-logo {
		margin-bottom: 40px;
	}
	ul.theme-dropdown li {
		border-top: 1px dashed #dddbdb;
	}
	ul.theme-dropdown li a {
		padding: 2px;
		font-size: 14px;
	}
	ul.theme-dropdown li:first-child {
		border-top: none;
	}
}
.header-1 .main-menu ul li a.active {
	color: #f23936;
}

.header-2 .main-menu ul li a.active {
	color: #fdc24c;
}

.header-3 .main-menu ul li a.active,
.header-3 .main-menu ul li a:hover {
	color: #f5d1a4;
}

.header-4 .main-menu ul li a.active {
	color: #275143;
}

.header-5 .main-menu ul li a.active {
	color: #1456da;
}

.main-menu.main-menu7 {
	background-color: #ffffff;
	border-radius: 180px;
	padding: 4px 16px 6px 16px;
}

.header-7 .main-menu ul li a {
	background: none;
	padding: 8px 16px;
	border-radius: 30px;
}

.header-7 li.dropdown-parrent ul.theme-dropdown li a:after {
	background-color: #f4462f;
}

.header-7 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #f4462f;
	color: #fff;
}

.header-7 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #f4462f;
}

.header-7 li.mega-menu-parrent ul.theme-mega-menu:hover > a {
	color: #fff;
}

.header-7 li.dropdown-parrent:hover > a {
	color: #fff;
	background-color: #f4462f;
}

.main-menu.main-menu7 ul li a:hover {
	background-color: #f4462f;
	transition: all 0.3s ease-in-out;
}

.main-menu.main-menu7 ul li.active a {
	background-color: #f4462f;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.main-menu.main-menu7 ul li li a:hover {
	background: none;
}

.main-menu.main-menu8 ul li.active a {
	color: #ffba00;
}

.main-menu.main-menu10 ul li.active a {
	color: #259ea6;
}

.header-8 .main-menu ul li a {
	background: none;
	padding: 8px 16px;
	border-radius: 5px;
	color: #fff;
}

.header-8 .main-menu ul li li a {
	color: #07060b;
}

.header-8 li.dropdown-parrent ul.theme-dropdown li a:after {
	background-color: #fb8815;
}

.header-8 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #fb8815;
	color: #fff;
}

.header-8 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #fb8815;
}

.header-8 li.mega-menu-parrent ul.theme-mega-menu:hover > a {
	color: #fff;
}

.header-8 li.dropdown-parrent:hover > a {
	color: #fff;
	background-color: #fb8815;
}

.header-8 .main-menu.main-menu7 ul li a:hover {
	background-color: #fb8815;
	transition: all 0.3s ease-in-out;
}

.header-8 .main-menu.main-menu7 ul li li a:hover {
	background: none;
}

.header-9 .main-menu ul li a {
	background: none;
	border-radius: 5px;
	color: #07060b;
}

.header-9 .main-menu ul li li a {
	color: #07060b;
}

.header-9 li.dropdown-parrent ul.theme-dropdown li a:after {
	background-color: #755be2;
}

.header-9 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #755be2;
	color: #fff;
}

.header-9 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #755be2;
}

.header-9 li.mega-menu-parrent ul.theme-mega-menu:hover > a {
	color: #755be2;
}

.header-9 li.dropdown-parrent:hover > a {
	color: #755be2;
}

.header-9 .main-menu.main-menu7 ul li a:hover {
	transition: all 0.3s ease-in-out;
}

.header-9 .main-menu.main-menu7 ul li li a:hover {
	background: none;
}

.header-9 .header-elements {
	background-color: #fff;
	padding: 10px 24px;
	border-radius: 2px;
}

.header-10 .main-menu ul li a {
	background: none;
	border-radius: 5px;
	color: #07060b;
}

.header-10 .main-menu ul li li a {
	color: #07060b;
}

.header-10 li.dropdown-parrent ul.theme-dropdown li a:after {
	background-color: #259ea6;
}

.header-10 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #259ea6;
	color: #fff;
}

.header-10 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #259ea6;
}

.header-10 li.mega-menu-parrent ul.theme-mega-menu:hover > a {
	color: #259ea6;
}

.header-10 li.dropdown-parrent:hover > a {
	color: #259ea6;
}

.header-10 .main-menu.main-menu7 ul li a:hover {
	transition: all 0.3s ease-in-out;
}

.header-10 .main-menu.main-menu7 ul li li a:hover {
	background: none;
}

/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS
    02. header
    03. global
    09. sidebar
    10. step
    11. testimonial
    12. preloader
    19. process



-----------------------------------------------------------------------------------*/
/* reset css start */
html {
	scroll-behavior: smooth;
}

.tx-close {
	background: rgba(0, 0, 0, 0.04);
	border: 9px solid transparent;
	color: #777;
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.tx-close::before,
.tx-close::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #1b1b1b;
}

.tx-close::before {
	-khtml-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tx-close::after {
	-khtml-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tx-close:hover::before,
.tx-close:hover::after {
	-khtml-transform: rotate(0);
	transform: rotate(0);
}

/* order & unorder list reset - start */
.ul_li,
.ul_li_right,
.ul_li_center,
.ul_li_between {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ul_li > li,
.ul_li_right > li,
.ul_li_center > li,
.ul_li_between > li {
	float: left;
	list-style: none;
	display: inline-block;
}

.ul_li {
	justify-content: flex-start;
}

.ul_li_center {
	justify-content: center;
}

.ul_li_right {
	justify-content: flex-end;
}

.ul_li_between {
	justify-content: space-between;
}

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.site-header {
	z-index: 3;
	position: relative;
}

.header__top {
	padding: 7px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-white);
	margin-top: -10px;
}

.header__bar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #f1f1f1;
	display: inline-block;
	margin-right: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__bar span {
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	-ms-border-radius: 48px;
	-o-border-radius: 48px;
	display: inline-block;
	position: absolute;
	transition: 0.3s;
}

.header__bar span:nth-child(1) {
	top: 0;
}

.header__bar span:nth-child(2) {
	top: 50%;
	width: 11px;
	margin-top: -1px;
}

.header__bar span:nth-child(3) {
	bottom: 0;
}

.header__bar:hover span:nth-child(2) {
	width: 100%;
}

.header__bar-icon {
	height: 14px;
	width: 18px;
	position: relative;
}

.header__search {
	margin-right: 24px;
	padding-right: 30px;
	position: relative;
}

.slide-bar .tx-close {
	width: 45px;
	height: 45px;
	border-width: 14px;
}

/*----------------------------------------*/
/*  09. sidebar
/*----------------------------------------*/
.sidebar-info .sidebar-logo {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .sidebar-content {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .sidebar-menu {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .ct-content-wrap {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .sidebar-socials-wrap {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.slide-bar.show .sidebar-info .sidebar-logo {
	transform: translateY(0);
	transition-delay: 0.2s;
	opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-content {
	transform: translateY(0);
	transition-delay: 0.3s;
	opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-menu {
	transform: translateY(0);
	transition-delay: 0.4s;
	opacity: 1;
}

.slide-bar.show .sidebar-info .ct-content-wrap {
	transform: translateY(0);
	transition-delay: 0.5s;
	opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-socials-wrap {
	transform: translateY(0);
	transition-delay: 0.6s;
	opacity: 1;
}

.sidebar-content {
	max-width: 360px;
	margin-bottom: 65px;
}

.sidebar-menu li:not(:last-child) {
	margin-bottom: 30px;
}

.sidebar-menu li a {
	font-size: 36px;
	text-transform: capitalize;
	color: var(--color-heading);
}

.sidebar-menu li a:hover {
	color: #000;
}

/* search css */
.header-search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
	z-index: 9999;
	background-color: #fff;
	transform: translate3d(0, -100%, 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
		visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
		visibility 0.8s step-start;
	transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type="search"] {
	height: 65px;
	line-height: 65px;
	font-size: 28px;
	background-color: transparent;
	text-align: left;
	color: balck;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	border-radius: 0;
	width: 100%;
	color: #000;
}

.header-search-form-wrapper
	.search-form
	input[type="search"]::-moz-placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
	color: #000;
	opacity: 1;
}

.header-search-form-wrapper
	.search-form
	input[type="search"]:-ms-input-placeholder {
	color: #000;
}

.header-search-form-wrapper
	.search-form
	input[type="search"]::-ms-input-placeholder {
	color: #000;
}

.header-search-form-wrapper .search-submit {
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 0;
	right: 0;
	background-color: transparent;
	color: #9f9f9f;
	font-size: 24px;
}

.header-search-form-wrapper .tx-search-close {
	background: rgba(204, 204, 204, 0.2705882353);
	width: 54px;
	height: 54px;
	border-width: 18px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
	background-color: var(--color-black);
}

.header-search-container {
	width: 100%;
	height: 100%;
	max-width: 1170px;
	border: 0;
	padding: 0;
	background: 0 0;
	transform: translate3d(0, calc(100% - 100px), 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
	margin: auto;
	opacity: 0;
	visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.progress-wrap {
	display: none;
}

header.site-header {
	background: #538b60;
	padding: 20px 0;
	color: #fff;
}

header.site-header span {
	color: #fff;
}

a.header__search.header-search-btn p {
	color: #fff;
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
	float: right;
	line-height: 1.42857;
}

*[dir="rtl"] .metismenu .arrow {
	float: left;
}

/*
   * Require Bootstrap 3.x
   * https://github.com/twbs/bootstrap
  */
.metismenu .glyphicon.arrow:before {
	content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
	content: "\e114";
}

/*
   * Require Font-Awesome
   * http://fortawesome.github.io/Font-Awesome/
  */
.metismenu .fa.arrow:before {
	content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
	content: "\f107";
}

/*
   * Require Ionicons
   * http://ionicons.com/
  */
.metismenu .ion.arrow:before {
	content: "\f3d2";
}

.metismenu .mm-active > a > .ion.arrow:before {
	content: "\f3d0";
}

.metismenu .plus-times {
	float: right;
}

*[dir="rtl"] .metismenu .plus-times {
	float: left;
}

.metismenu .fa.plus-times:before {
	content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
	transform: rotate(45deg);
}

.metismenu .plus-minus {
	float: right;
}

*[dir="rtl"] .metismenu .plus-minus {
	float: left;
}

.metismenu .fa.plus-minus:before {
	content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
	content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
	display: none;
}

.metismenu .mm-collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-timing-function: ease;
	transition-duration: 0.35s;
	transition-property: height, visibility;
}

.metismenu .has-arrow {
	position: relative;
}

.metismenu .has-arrow::after {
	position: absolute;
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: currentColor;
	border-color: initial;
	right: 1em;
	transform: rotate(-45deg) translate(0, -50%);
	transform-origin: top;
	top: 50%;
	transition: all 0.3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
	right: auto;
	left: 1em;
	transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
	transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
	transform: rotate(225deg) translate(0, -50%);
}

/* custom code */
.hamburger-menu {
	display: inline-block;
}

.hamburger-menu a {
	display: inline-block;
}

.body-overlay {
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1010;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear 0s;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.body-overlay.active {
	opacity: 0.5;
	visibility: visible;
}

.side-mobile-menu ul li a {
	padding: 13px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}

.side-mobile-menu ul li a[aria-expanded="true"] {
	color: var(--color-primary);
}

.side-mobile-menu ul li a:hover {
	color: var(--color-primary);
	padding-left: 5px;
}

.side-mobile-menu ul li ul li:hover > a {
	color: var(--color-primary);
	padding-left: 20px;
}

.side-mobile-menu ul li ul li:hover > a::before {
	background: var(--color-primary);
	border-color: var(--color-primary) !important;
}

.slide-bar.style-2 .side-mobile-menu ul li a[aria-expanded="true"],
.slide-bar.style-2 .side-mobile-menu ul li a:hover,
.slide-bar.style-2 .side-mobile-menu ul li ul li:hover > a {
	color: #2962ff;
}

.slide-bar.style-2 .side-mobile-menu ul li ul li:hover > a::before {
	background: #2962ff;
	border-color: #2962ff !important;
}

.side-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slide-bar {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -860px;
	right: -860px;
	max-width: 830px;
	width: 100%;
	padding: 50px 100px;
	height: 100%;
	display: block;
	background-color: var(--color-white);
	z-index: 1020;
	padding-top: 100px;
	transition-duration: 500ms;
}

.side-mobile-menu {
	display: none;
}

.slide-bar.show {
	right: 0;
}

.side-mobile-menu ul li ul li {
	padding-left: 15px;
}

.side-mobile-menu ul li ul li a {
	position: relative;
	padding-left: 15px;
	text-transform: capitalize;
	font-size: 16px;
}

.side-mobile-menu ul li.dropdown > a::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: initial;
	right: 16px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	transition: all 0.3s ease-out;
	transform: rotate(-45deg) translateY(-50%);
	-moz-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	-o-transform: rotate(-45deg) translateY(-50%);
}

.side-mobile-menu ul li.dropdown a[aria-expanded="true"]::after {
	transform: rotate(45deg) translateY(-50%);
}

.side-mobile-menu ul li ul li a::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #101a23;
	border-radius: 50%;
}

.side-mobile-menu ul li ul li a {
	text-transform: capitalize;
	font-size: 15px;
}

.close-mobile-menu a {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 16px;
	left: 0;
	display: block;
}

.close-mobile-menu {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.slide-bar .tx-close {
	background: rgba(150, 144, 162, 0.08);
	width: 54px;
	height: 54px;
	border-width: 18px;
}

.slide-bar .tx-close::before,
.slide-bar .tx-close::after {
	background-color: #000;
}

.header-mobile-search input {
	width: 100%;
	height: 50px;
	background-color: #fff;
	padding: 0 18px;
	padding-right: 40px;
	font-size: 14px;
	border: 1px solid #ececec;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	border-radius: 3px;
}

.header-mobile-search input:focus {
	border-color: var(--color-primary);
}

.header-mobile-search {
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.header-mobile-search button {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0;
	line-height: 100%;
	padding: 0;
	border: none;
	background-color: initial;
	background-image: none;
	color: #3a505f;
	top: 0;
	cursor: pointer;
}

.hero9-shape1 {
	position: absolute !important;
	top: 200px;
	left: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero9-shape1 {
		top: auto;
		left: 0;
		margin-bottom: -500px;
	}
}
@media (max-width: 767px) {
	.hero9-shape1 {
		top: auto;
		left: 0;
		bottom: -300px;
	}
}

.hero9-shape2 {
	position: absolute !important;
	bottom: -180px;
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero9-shape2 {
		bottom: -220px;
		right: 0;
	}
}
@media (max-width: 767px) {
	.hero9-shape2 {
		bottom: -300px;
		right: 0;
	}
}

.hero9-shape3.aniamtion-key-1 {
	position: absolute !important;
	top: 100px;
	right: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero9-shape3.aniamtion-key-1 {
		top: 0;
		right: 0;
		display: none;
	}
}
@media (max-width: 767px) {
	.hero9-shape3.aniamtion-key-1 {
		top: 0;
		right: 0;
		display: none;
	}
}

img.hero9-shape3.aniamtion-key-1 {
	position: absolute;
}

.body10 {
	font-family: "Raleway", sans-serif;
}

.header10-top-area {
	padding: 6px 32px 0 32px;
	background-color: #fff;
	border-bottom: 1px solid #e7e9ec;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header10-top-area {
		display: none;
	}
}
@media (max-width: 767px) {
	.header10-top-area {
		display: none;
	}
}
.header10-top-area .header10-top a {
	color: var(--D-Text, #212529);
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
	margin: 15px 0px;
}
.header10-top-area .header10-top a img {
	margin-top: -3px;
}
.header10-top-area .header10-top-left a {
	margin-right: 30px;
}
.header10-top-area .header10-top-right {
	text-align: end;
}
.header10-top-area .header10-top-right a {
	margin-left: 30px;
}

.header.header-10.header-absolute {
	top: 58px;
	background-color: #fff;
	background: var(--d-white, #fff);
	box-shadow: -1px 9px 13px 0px rgba(0, 0, 0, 0.08);
}
.header.header-10.header-absolute::after {
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 20%;
	position: absolute;
	background-color: #259ea6;
}
.header.header-10.header-absolute .header_menu_area {
	padding-left: 30px;
}
.header.header-10.header-absolute .login-btn {
	display: inline-block;
	color: var(--D-Text, #212529);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
	display: inline-block;
	margin-right: 30px;
}
.header.header-10.header-absolute .login-btn img {
	margin-top: -5px;
}
.header.header-10.header-absolute .header10-side-button {
	margin-right: 30px;
}

.header.header-10.header-absolute.sticky {
	top: 0;
}

.main-menu.main-menu7 ul li a:hover {
	background-color: #f4462f;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

a.footer-logo {
	display: block;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.single-footer {
		margin-bottom: 40px;
	}
}
.single-footer h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #275143;
	margin-bottom: 30px;
}
.single-footer p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #5c5b79;
	margin-bottom: 24px;
}

.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social ul li {
	display: inline-block;
}
.social ul li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #ffffff;
	border-radius: 50px;
	font-size: 12px;
	color: #12141d;
	transition: all 0.3s;
}
.social ul li a:hover {
	background: #f23936;
	transition: all 0.3s;
	color: #ffffff;
}

.copyright {
	margin-top: 24px;
}
.copyright p {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #5c5b79;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #5c5b79;
	transition: all 0.3s;
}
.footer-menu ul li aa:hover {
	color: #f23936;
	transition: all 0.3s;
}

.single-contact {
	position: relative;
	z-index: 2;
	padding-left: 45px;
	margin-bottom: 20px;
}
.single-contact:last-child {
	margin-bottom: 0;
}

.contact-icon {
	position: absolute;
	left: 0;
	top: -6px;
	width: 32px;
	height: 32px;
	background: #fee6e5;
	text-align: center;
	border-radius: 50px;
}

.single-contact {
	margin-bottom: 30px;
}
.single-contact a {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.single-contact:last-child {
	margin-bottom: 0;
}

.footer-menu li {
	margin-bottom: 14px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}

.subscribe {
	position: relative;
	z-index: 2;
	padding: 80px 0;
	margin-bottom: 80px;
}
.subscribe h3 {
	font-weight: 400;
	font-size: 42px;
	line-height: 48px;
	color: #275143;
	margin-bottom: 0;
}
.subscribe:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #275143;
	bottom: 0;
	left: 0;
	opacity: 0.1;
}

.footer-contact {
	margin-bottom: 25px;
}
.footer-contact:last-child {
	margin-bottom: 0;
}

.copyright2 {
	margin-top: 80px;
	padding: 30px 0;
	border-top: 1px solid #d3dbd8;
}
.copyright2 .social2 {
	text-align: right;
}
@media (max-width: 767px) {
	.copyright2 {
		margin-top: 0;
	}
	.copyright2 .social2 {
		text-align: left;
		margin-top: 20px;
	}
}
.copyright2 p {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	align-items: center;
	color: #000;
	opacity: 0.7;
	margin-bottom: 0;
}

.social.social2 ul li a {
	color: #243d31;
}
.social.social2 ul li a:hover {
	background: #243d31;
	color: #ffffff;
}

.social.social3 ul li a {
	color: #275143;
	background: #f2f1f9;
}
.social.social3 ul li a:hover {
	background: #275143;
	color: #ffffff;
}

.social.social5 ul li a {
	color: #5c5b79;
	background: #fff;
}
.social.social5 ul li a:hover {
	background: #1456da;
	color: #ffffff;
}

.footer-2 .contact-icon {
	background: #d3dbd8;
}
.footer-2 .single-footer h3 {
	font-weight: 500;
	color: #000;
}
.footer-2 .single-footer p {
	font-weight: 500;
	color: #000;
	opacity: 0.7;
}
.footer-2 .footer-menu ul li a {
	font-weight: 500;
	color: #000;
	opacity: 0.7;
	transition: all 0.3s;
}
.footer-2 .footer-menu ul li a:hover {
	color: #275143;
	padding-left: 3px;
	transition: all 0.3s;
}

.footer-3 .contact-icon {
	background: #cadbe0;
}
.footer-3 .single-footer h3 {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
.footer-3 .single-footer p {
	font-weight: 500;
	color: #000;
	opacity: 0.7;
}
.footer-3 .footer-menu ul li a {
	font-weight: 500;
	color: #000;
	opacity: 0.7;
	transition: all 0.3s;
}
.footer-3 .footer-menu ul li a:hover {
	opacity: 1;
	padding-left: 3px;
	transition: all 0.3s;
}

.footer-4 .contact-icon {
	background: #f2f1f9;
}
.footer-4 .single-footer h3 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
.footer-4 .single-footer p {
	font-weight: 500;
	color: #000;
	opacity: 0.7;
}
.footer-4.inner-footer .single-footer h3 {
	font-weight: 700;
}
.footer-4 .social3 {
	text-align: right;
}
@media (max-width: 767px) {
	.footer-4 {
		margin-top: 0;
	}
	.footer-4 .social3 {
		text-align: left;
		margin-top: 20px;
	}
}
.footer-4 .footer-menu ul li a {
	font-weight: 500;
	color: #000;
	opacity: 0.9;
	transition: all 0.3s;
}
.footer-4 .footer-menu ul li a:hover {
	color: #275143;
	transition: all 0.3s;
	padding-left: 3px;
}

.footer-5 .contact-icon {
	background: #fff;
}
.footer-5 .single-footer h3 {
	font-weight: 500;
	color: #000;
	font-family: "Recoleta";
}
.footer-5 .single-footer p {
	font-weight: 400;
	color: #000;
	font-family: "Sofia Pro";
	opacity: 0.7;
}
.footer-5 .footer-menu ul li a {
	font-weight: 400;
	color: #000;
	opacity: 0.7;
	font-family: "Sofia Pro";
	transition: all 0.3s;
}
.footer-5 .footer-menu ul li a:hover {
	color: #1456da;
	padding-left: 3px;
	transition: all 0.3s;
}

.cta7 {
	padding: 80px 0;
	background-color: #f8f7ff;
	border-bottom: 1px solid #c8c9d1;
}
.cta7 .cta7-submit-area {
	position: relative;
	padding-left: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta7 .cta7-submit-area {
		padding-left: 0;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.cta7 .cta7-submit-area {
		padding-left: 0;
		margin-top: 50px;
	}
}
.cta7 .cta7-submit-area input {
	background: #ececf3;
	padding: 13px 20px;
	border-radius: 110px;
	border: none;
	width: 100%;
}
.cta7 .cta7-submit-area input::-moz-placeholder {
	color: var(
		--investment-consulting-text-color,
		rgba(10, 19, 23, 0.7411764706)
	);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.cta7 .cta7-submit-area input::placeholder {
	color: var(
		--investment-consulting-text-color,
		rgba(10, 19, 23, 0.7411764706)
	);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.cta7 .cta7-submit-area .cta7-button {
	position: absolute;
	top: 0;
	right: 0;
}
.cta7 .cta7-submit-area .cta7-button button {
	border: none;
}

.footer-area7 {
	background-color: #f8f7ff;
}
.footer-area7 .footer-menu ul li a:hover {
	color: #f4462f;
}
.footer-area7 .footer-contact .single-contact .contact-icon {
	background-color: rgba(247, 212, 213, 0.8156862745);
}
.footer-area7 .social.social3 ul li a {
	color: #f4462f;
	background: rgba(247, 212, 213, 0.8156862745);
}
.footer-area7 .social.social3 ul li a:hover {
	background-color: #f4462f;
	color: #fff;
}
.footer-area7 .single-footer h3 {
	color: "satoshi";
	font-family: "satoshi";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
}

.footer-area8 {
	background-color: #f8f7ff;
}
.footer-area8 .footer-menu ul li a:hover {
	color: #fb8815;
}
.footer-area8 .footer-contact .single-contact .contact-icon {
	background-color: #fee7d0;
}
.footer-area8 .social.social3 {
	text-align: start;
}
.footer-area8 .social.social3 ul li a {
	color: #fb8815;
	background: #fee7d0;
}
.footer-area8 .social.social3 ul li a:hover {
	background-color: #fb8815;
	color: #fff;
}
.footer-area8 .single-footer h3 {
	color: "Urbanist", sans-serif;
	font-family: "satoshi";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
}
.footer-area8 .copyright2 p {
	justify-content: center;
}

.cta9 {
	background-color: #755be2;
}
.cta9 .cta9-area-all {
	padding: 80px 0px 50px 0px;
	position: relative;
}
.cta9 .cta9-area-all::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.2549019608);
}
.cta9 .cta9-headding h2 {
	color: var(--d-white, #fff);
	font-family: "Domine", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta9 .cta9-headding h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.cta9 .cta9-headding h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
.cta9 .cta9-input-area {
	position: relative;
	text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta9 .cta9-input-area {
		margin-top: 30px;
		text-align: start;
	}
}
@media (max-width: 767px) {
	.cta9 .cta9-input-area {
		margin-top: 30px;
		text-align: start;
	}
}
.cta9 .cta9-input-area .input input {
	background-color: #917ce8;
	border: none;
	padding: 15px 20px;
	border-radius: 5px;
	width: 60%;
	color: #fff;
}
.cta9 .cta9-input-area .input input::-moz-placeholder {
	color: var(--d-white, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.cta9 .cta9-input-area .input input::placeholder {
	color: var(--d-white, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.cta9 .cta9-input-area .button {
	position: absolute;
	top: 0;
	right: 0;
}

.footer-area.footer-area9 {
	background-color: #755be2;
}
.footer-area.footer-area9 .single-footer p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
}
.footer-area.footer-area9 .single-footer .social.social3 {
	text-align: start;
}
.footer-area.footer-area9 .single-footer .social.social3 ul li a {
	background-color: #8974e0;
}
.footer-area.footer-area9 .single-footer .social.social3 ul li a:hover {
	background: #fff;
	color: #755be2;
}
.footer-area.footer-area9 .single-footer h3 {
	color: var(--d-white, #fff);
	font-family: "Domine", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 140% */
}
.footer-area.footer-area9 .single-footer ul li a {
	color: rgba(255, 255, 255, 0.9);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.footer-area.footer-area9 .single-footer ul li a:hover {
	color: #ffb92b;
}
.footer-area.footer-area9
	.single-footer
	.footer-contact
	.single-contact
	.contact-icon {
	background: rgba(255, 255, 255, 0.2941176471);
}
.footer-area.footer-area9 .single-footer .footer-contact .single-contact a {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.footer-area.footer-area9 .copyright2 {
	text-align: center;
	margin-top: 70px;
	padding: 30px 0;
	border-top: 1px solid rgba(211, 219, 216, 0.2823529412);
}
.footer-area.footer-area9 .copyright2 p {
	color: var(--d-white, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 100% */
	text-align: center;
	display: flex;
	justify-content: center;
}

.cta10 {
	padding: 60px 0px;
}
.cta10 .headding h2 {
	color: var(--d-white, #fff);
	text-align: center;
	font-family: "PT Serif", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta10 .headding h2 {
		font-size: 32px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.cta10 .headding h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.footer-area.footer-area10 .single-footer p {
	color: #636363;
}
.footer-area.footer-area10 .single-footer h3 {
	font-family: "PT Serif", serif;
}
.footer-area.footer-area10 .single-footer .footer-menu ul li a:hover {
	color: #259ea6;
}
.footer-area.footer-area10
	.single-footer
	.footer-contact
	.single-contact
	.contact-icon {
	background-color: #e9f5f6;
}
.footer-area.footer-area10 .single-footer .social.social3 {
	text-align: start;
}
.footer-area.footer-area10 .single-footer .social.social3 ul li a {
	background-color: #e9f5f6;
	color: #259ea6;
}
.footer-area.footer-area10 .copyright2 p {
	display: flex;
	justify-content: center;
}

.single-logo {
	height: 80px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.single-logo {
		height: auto;
		width: auto;
	}
}

.logos2 .single-logo {
	height: 50px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logos2 .single-logo img {
	opacity: 0.5;
}

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

.logo-area2 p {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.logo-area2 p {
		font-size: 12px;
	}
}

.single-blog {
	margin-bottom: 30px;
}
.single-blog h3,
.single-blog h3 a {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #275143;
	margin-bottom: 0;
	transition: all 0.3s;
	display: block;
}
@media (max-width: 767px) {
	.single-blog h3,
	.single-blog h3 a {
		font-size: 20px;
		line-height: 30px;
	}
}
.single-blog h3:hover,
.single-blog h3 a:hover {
	transition: all 0.3s;
	color: #f23936;
}
.single-blog p {
	font-size: 16px;
	line-height: 24px;
	color: #5c5b79;
}

ul.blog-tags {
	margin: 25px 0 10px;
	padding: 0;
	list-style: none;
}
ul.blog-tags li {
	display: inline-block;
}
ul.blog-tags li a {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: right;
	letter-spacing: 0.725px;
	text-transform: uppercase;
	color: #f23936;
	background: rgba(242, 57, 54, 0.2);
	border-radius: 6px;
	padding: 13px 15px;
}

.blog-img {
	border-radius: 8px;
	overflow: hidden;
}

.blog-lg {
	margin-bottom: 60px;
}
@media (max-width: 991px) {
	.blog-lg {
		margin-bottom: 30px;
	}
}

.blog-sm {
	margin-bottom: 30px;
}

.blog-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s;
	transform: scale(1) rotate(0);
}

.blog-lg .blog-img img {
	height: 350px;
}

.blog-md .blog-img img {
	height: 290px;
}

.blog-sm .blog-img img {
	height: 210px;
}

.single-blog:hover .blog-img img {
	transform: scale(1.2) rotate(5deg);
	transition: all 0.3s;
}

.single-blog-img {
	border-radius: 8px;
	overflow: hidden;
}

.single-blog-contents h2 {
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
	color: #275143;
	margin-bottom: 30px;
}

.blog-date-time ul {
	display: inline-block;
}
.blog-date-time ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #275143;
}

.blog-date-time {
	margin-bottom: 30px;
}

.single-blog-contents h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #275143;
	margin: 30px 0 20px;
}
.single-blog-contents p {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 34px;
	color: #5c5b79;
}

.single-blog-quote {
	background: rgba(242, 57, 54, 0.03);
	border-radius: 8px;
	padding: 30px 120px 30px 30px;
}
.single-blog-quote h4 {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #275143;
}
.single-blog-quote a {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #5c5b79;
}

.theme-border {
	height: 1px;
	border-bottom: 1px solid #e1e3e8;
	margin: 20px 0;
}

.tags li {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 13px;
	align-items: center;
	text-align: center;
	color: #275143;
}
.tags li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 13px;
	align-items: center;
	text-align: center;
	color: #275143;
	background: rgba(22, 21, 64, 0.1);
	border-radius: 6px;
	display: block;
	padding: 10px 12px;
	transition: all 0.3s;
}
.tags li a:hover {
	background: #275143;
	color: #ffffff;
	transition: all 0.3s;
}

.social-share li {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 13px;
	align-items: center;
	text-align: center;
	color: #275143;
}
.social-share li a {
	background: #ebebeb;
	transition: all 0.3s;
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #12141d;
}
.social-share li a:hover {
	color: #ffffff;
	transition: all 0.3s;
	background: #f23936;
}

.theme-comments-list {
	margin-top: 30px;
}
.theme-comments-list h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	font-family: "satoshi";
	color: #275143;
	margin-bottom: 30px;
}

.single-commencts {
	position: relative;
	z-index: 2;
	padding: 25px 25px 25px 150px;
	background: #e7e8f4;
	border-radius: 8px;
	margin-bottom: 30px;
}

.comments-img {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	overflow: hidden;
}
.comments-img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100px;
	width: 100px;
}

.comments-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.comments-heading h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	font-family: "satoshi";
	color: #275143;
}
.comments-heading a.reply-btn {
	background: #275143;
	box-shadow: 0px 4px 25px rgba(121, 119, 198, 0.15);
	font-family: "satoshi";
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: block;
	align-items: center;
	text-align: right;
	color: #ffffff;
	padding: 8px 23px;
}

.single-commencts p {
	font-size: 16px;
	line-height: 26px;
	font-family: "satoshi";
	color: #5c5b79;
}
.single-commencts:last-child {
	margin-bottom: 60px;
}

.comment-form input,
.comment-form textarea {
	background: #e7e8f4;
	border-radius: 5px;
	border: none;
	padding: 13px;
	font-family: "satoshi";
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid transparent;
}
.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #275143;
	outline: none;
}

.write-comments h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	font-family: "satoshi";
	color: #275143;
	margin-bottom: 25px;
}

.single-widget {
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 30px;
}

.about-widget {
	background: #e7e8f4;
	text-align: center;
}
.about-widget h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #275143;
	margin: 15px 0;
}
.about-widget p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #5c5b79;
}

.about-author {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50px;
	overflow: hidden;
}
.about-author img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}

.recent-posts {
	border: 1px solid #e1e3e8;
	border-radius: 7px;
}

.single-widget h3 {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #275143;
	position: relative;
	z-index: 2;
	padding-left: 10px;
	margin-bottom: 16px;
}
.single-widget h3:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	background: #275143;
	left: 0;
	top: 0;
	z-index: 1;
}

.recent-post-content a {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #275143;
}

.single-widget .blog-date-time li a {
	font-size: 14px;
}

.recent-post {
	position: relative;
	z-index: 2;
	padding-right: 120px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e3e8;
}
.recent-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.recent-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
}
.recent-img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 70px;
	width: 100px;
}

.recent-post .blog-date-time {
	margin-bottom: 0;
}

.categories {
	background: #e7e8f4;
	border-radius: 7px;
}

ul.category-list li {
	margin-bottom: 5px;
	display: block;
}
ul.category-list li a {
	background: transparent;
	border-radius: 7px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #275143;
	padding: 8px 12px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.category-list li a.active,
ul.category-list li a:hover {
	background: #275143;
	color: #ffffff;
	transition: all 0.3s;
}
ul.category-list:last-child {
	margin-bottom: 0;
}

ul.tags-list li {
	display: inline-block;
}
ul.tags-list li a {
	font-weight: 500;
	font-size: 14px;
	line-height: 13px;
	align-items: center;
	text-align: center;
	color: #275143;
	background: rgba(22, 21, 64, 0.1);
	border-radius: 6px;
	display: block;
	padding: 10px 15px;
	margin: 0 5px 10px 0;
	transition: all 0.3s;
}
ul.tags-list li a.active,
ul.tags-list li a:hover {
	transition: all 0.3s;
	background: #275143;
	color: #ffffff;
}

.tags-widget {
	border: 1px solid #e1e3e8;
	border-radius: 7px;
}

.widgets {
	position: sticky;
	top: 74px;
}

.blog2 .single-blog h3,
.blog2 .single-blog h3 a {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #000;
	font-family: "satoshi";
	margin-bottom: 25px;
}
.blog2 .blog-contents {
	padding: 25px 50px 25px 25px;
	border: 1px solid #e7edeb;
	border-radius: 0 0 7px 7px;
	border-top: none;
}
.blog2 .blog-img {
	border-radius: 8px 8px 0 0;
}
.blog2 ul.blog-tags li a {
	background: #e7edeb;
	border-radius: 50px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	padding: 8px 22px;
	text-transform: capitalize;
}
.blog2 ul.blog-tags li a img {
	margin-right: 10px;
}
.blog2 ul.blog-tags {
	margin: 0 0 20px;
}

.blog3 .blog-contents {
	padding: 30px 24px;
	border: 1px solid #e7edeb;
	border-radius: 0 0 7px 7px;
}
.blog3 .blog-img {
	border-radius: 8px 8px 0 0;
}
.blog3 ul.blog-tags {
	margin-top: 0;
	margin-bottom: 15px;
}
.blog3 ul.blog-tags li a {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #304952;
	background: no-repeat;
	padding: 0;
}
.blog3 .single-blog h3,
.blog3 .single-blog h3 a {
	font-family: "Canela";
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #192533;
	margin-bottom: 15px;
}
.blog3 .single-blog h3:hover,
.blog3 .single-blog h3 a:hover {
	text-decoration: underline;
}

.blog4 .single-blog p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.blog4 .blog-contents {
	border: 1px solid #e7edeb;
	border-radius: 0 0 7px 7px;
	padding: 32px 24px;
}
.blog4 .blog-contents h3 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #192533;
}
.blog4 .blog-contents h3 a {
	font-family: "Canela";
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #192533;
}
.blog4 .blog-contents h3 a:hover {
	color: #275143;
}
.blog4 .blog-contents p {
	font-family: "satoshi";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-top: 20px;
}
.blog4 ul.blog-tags {
	margin: 0 0 15px;
}
.blog4 ul.blog-tags li {
	position: relative;
	z-index: 2;
}
.blog4 ul.blog-tags li a {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #275143;
	padding: 0;
	background: no-repeat;
	margin-right: 10px;
	padding-right: 10px;
}
.blog4 ul.blog-tags li a:hover {
	color: #275143;
}
.blog4 ul.blog-tags li:after {
	position: absolute;
	content: "";
	height: 88%;
	width: 2px;
	background: #275143;
	bottom: 0;
	left: -13px;
}
.blog4 ul.blog-tags li:first-child:after {
	display: none;
}

.blog-xlg .blog-img {
	height: 250px;
	border-radius: 8px 8px 0 0;
}
.blog-xlg .blog-img img {
	height: 100%;
	width: 100%;
}

.inner-blog-1 .single-blog-contents h2 {
	font-weight: bold;
}
.inner-blog-1 ul.blog-tags li a {
	color: #275143;
	font-weight: 700;
	background: rgba(121, 119, 198, 0.2);
}
.inner-blog-1 h2,
.inner-blog-1 h3,
.inner-blog-1 h3 a,
.inner-blog-1 h4 {
	font-weight: bold;
}
.inner-blog-1 a {
	transition: all 0.3s;
}
.inner-blog-1 a:hover {
	color: #275143;
	transition: all 0.3s;
}
.inner-blog-1 p {
	color: #000;
}

@media (max-width: 767px) {
	.widgets {
		margin-top: 30px;
	}
}

.inner-blog-1 .single-blog h3:hover,
.inner-blog-1 .single-blog h3 a:hover {
	color: #275143;
}

.single-blog p {
	margin: 16px 0 0 0;
}

.search-form-widget form {
	background: #f23936;
	position: relative;
	z-index: 2;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e1e3e8;
}
.search-form-widget form input {
	width: 90%;
	padding: 14px;
	border: none;
	font-weight: 500;
	font-size: 16px;
	font-family: "satoshi";
	color: #275143;
}
.search-form-widget form input::-moz-placeholder {
	color: #000;
	font-family: "satoshi";
}
.search-form-widget form input::placeholder {
	color: #000;
	font-family: "satoshi";
}

button.search-icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 10%;
	border: none;
	color: #275143;
	background: none;
}

.theme-pagination li,
.theme-pagination li a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #07060b;
}

.theme-pagination li a {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border: 1px solid #e1e3e8;
	filter: drop-shadow(0px 4px 25px rgba(242, 57, 54, 0.15));
	border-radius: 8px;
	margin: 0 4px;
	transition: all 0.3s;
}

.theme-pagination li a:hover,
.theme-pagination li a.active {
	background: #275143;
	box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
	transition: all 0.3s;
	color: #ffffff;
}

.blog7 {
	background: #f8f7ff;
}
.blog7 .blog7-box {
	background: #fff;
	padding: 24px;
	border-radius: 5px;
	margin-top: 30px;
}
.blog7 .blog7-box a.tag {
	color: var(--investment-consulting-second-color, #00415d);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
	padding: 4px 8px;
	border-radius: 5px;
	background: #dfe5ef;
}
.blog7 .blog7-box .blog-dats {
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog7 .blog7-box .blog-dats a {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
}
.blog7 .blog7-box .blog-dats a:nth-child(2) {
	padding-left: 30px;
}
.blog7 .blog7-box .blog-dats a img {
	margin-top: -3px;
}
.blog7 .blog7-box .blog-img {
	overflow: hidden;
	border-radius: 5px;
}
.blog7 .blog7-box .blog-img img {
	transition: 0.4s;
}
.blog7 .blog7-box:hover .blog-img img {
	transform: rotate(4deg) scale(1.1);
}
.blog7 .blog7-box .headding h4 a {
	color: var(--investment-consulting-text-color, #0a1317);
	font-family: "satoshi";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
	display: inline-block;
	padding: 16px 0 10px 0;
}
.blog7 .blog7-box .headding h4 a:hover {
	text-decoration-line: underline;
}
.blog7 .blog7-box .headding .learn-more7 {
	color: var(--investment-consulting-text-color, #0a1317);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	text-transform: capitalize;
	display: inline-block;
	padding: 0;
	margin: 0;
	transition: 0.4s;
}
.blog7 .blog7-box .headding .learn-more7:hover {
	color: #f4462f;
	transition: 0.4s;
}

.blog8 .blog8-box {
	margin-top: 30px;
}
.blog8 .blog8-box .blog8-img {
	overflow: hidden;
	border-radius: 5px;
}
.blog8 .blog8-box .blog8-img img {
	transition: 0.4s;
}
.blog8 .blog8-box .blog8-headding {
	padding: 24px 20px;
	border-radius: 4px;
	background: var(--d-white, #fff);
	box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
}
.blog8 .blog8-box:hover .blog8-img img {
	transition: 0.4s;
	transform: rotate(4deg) scale(1.1);
}
.blog8 .blog8-headding {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -120px;
	position: relative;
	z-index: 9;
}
.blog8 .blog8-headding .date {
	color: var(--Main-Color, #1d2940);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	display: inline-block;
}
.blog8 .blog8-headding .date img {
	margin-top: -3px;
}
.blog8 .blog8-headding h4 a {
	color: var(--Main-Color, #1d2940);
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 14px;
	transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog8 .blog8-headding h4 a {
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	.blog8 .blog8-headding h4 a {
		line-height: 28px;
	}
}
.blog8 .blog8-headding h4 a:hover {
	color: #015cb5;
	transition: 0.4s;
}
.blog8 .blog8-headding p {
	color: var(--Paragraph-Color, #4d5a72);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
}
.blog8 .blog8-headding a.blog8-learn {
	color: var(--Main-Color, #1d2940);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	display: inline-block;
}
.blog8 .blog8-headding a.blog8-learn span {
	display: inline-block;
	transform: rotate(-45deg);
}

.blog9 {
	background: #e2e3f2;
}
.blog9 .blog9-single-post {
	margin-top: 30px;
}
.blog9 .blog9-single-post .blog9-post-headding {
	background-color: #fff;
	padding: 24px;
	border-radius: 5px 5px 0px 0px;
}
.blog9 .blog9-single-post .blog-date .date {
	color: var(--investment-consulting-text-color, #0a1317);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
}
.blog9 .blog9-single-post .blog-date .date img {
	margin-top: -3px;
	margin-right: 3px;
}
.blog9 .blog9-single-post .blog-date .tag {
	color: var(--relation-main-color-2-r, #755be2);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
	border-radius: 2px;
	background: rgba(117, 91, 226, 0.1);
	padding: 6px 8px;
	margin-left: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog9 .blog9-single-post .blog-date .tag {
		margin-left: 0;
		margin-top: 12px;
	}
}
@media (max-width: 767px) {
	.blog9 .blog9-single-post .blog-date .tag {
		margin-left: 0;
		margin-top: 12px;
	}
}
.blog9 .blog9-single-post .headding h4 a {
	color: #000;
	font-family: "satoshi";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 141.667% */
	display: inline-block;
	padding-top: 16px;
	transition: 0.4s;
}
@media (max-width: 767px) {
	.blog9 .blog9-single-post .headding h4 a {
		font-size: 20px;
		line-height: 28px;
	}
}
.blog9 .blog9-single-post .headding h4 a:hover {
	color: #755be2;
	transition: 0.4s;
}
.blog9 .blog9-single-post a.blog9-learn {
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	display: inline-block;
	transition: 0.4s;
	padding-top: 10px;
}
.blog9 .blog9-single-post a.blog9-learn:hover {
	color: #755be2;
	transition: 0.4s;
}
.blog9 .blog9-single-post .blog9-image-box {
	position: relative;
}
.blog9 .blog9-single-post .blog9-image-box .blog9-img {
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
}
.blog9 .blog9-single-post .blog9-image-box .blog9-img img {
	border-radius: 0px 0px 5px 5px;
	transition: 0.4s;
	filter: grayscale(1);
}
.blog9 .blog9-single-post .blog9-image-box a.arrow-button {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #755be2;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 32px;
	right: 32px;
	transition: all 0.4s;
}
.blog9 .blog9-single-post:hover .blog9-image-box .blog9-img img {
	transform: scale(1.1) rotate(4deg);
	transition: all 0.4s;
	filter: grayscale(0);
}
.blog9 .blog9-single-post:hover a.arrow-button {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #ffb92b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 32px;
	right: 32px;
	transition: all 0.4s;
}

.blog10 {
	background-color: #f8f9fa;
}
.blog10 .blog10-slider-all {
	cursor: all-scroll;
}
.blog10 .blog10-slider-all .blog10-single-slider {
	margin: 0 15px;
}
.blog10 .blog10-slider-all .blog10-single-slider .headding10 {
	padding-top: 20px;
}
.blog10 .blog10-slider-all .blog10-single-slider .headding10 h4 a {
	transition: all 0.4s;
}
.blog10 .blog10-slider-all .blog10-single-slider .headding10 h4 a:hover {
	color: #259ea6;
	transition: all 0.4s;
}
.blog10 .blog10-slider-all .blog10-single-slider .headding10 .learn {
	color: var(--D-Text, #212529);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	display: inline-block;
	padding-top: 12px;
	transition: all 0.4s;
}
.blog10 .blog10-slider-all .blog10-single-slider .headding10 .learn span {
	display: inline-block;
	transform: rotate(-45deg);
}
.blog10 .blog10-slider-all .blog10-single-slider .headding10 .learn:hover {
	color: #259ea6;
	transition: all 0.4s;
}
.blog10 .blog10-arrows {
	text-align: end;
	display: flex;
	align-items: center;
	justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog10 .blog10-arrows {
		justify-content: center;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.blog10 .blog10-arrows {
		justify-content: center;
		margin-top: 30px;
	}
}
.blog10 .blog10-arrows .blog10-next-arrow {
	margin-right: 24px;
}
.blog10 .blog10-arrows button {
	border: none;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #d3eced;
	color: #259ea6;
	transition: 0.4s;
}
.blog10 .blog10-arrows button:hover {
	background: #259ea6;
	color: #fff;
	transition: 0.4s;
}

.theme-btn-1 {
	align-items: center;
	display: inline-flex;
	color: #ffffff;
	text-align: center;
	background: #f23936;
	padding: 17px 25px;
	border-radius: 10px;
	box-shadow: 0 4px 25px rgba(242, 57, 54, 0.15);
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border: none;
	transition: all 0.3s;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.theme-btn-1:hover {
	transition: all 0.3s;
	background-color: #d80300;
	color: #ffffff;
	transform: translateY(-3px);
}
@media (max-width: 767px) {
	.theme-btn-1 {
		padding: 14px 20px;
		font-size: 14px;
	}
}
.theme-btn-1.full-btn {
	width: 100%;
	text-align: center;
}

.theme-btn-2 {
	background: #243d31;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	color: #ffffff;
	padding: 15px 25px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s;
	transform: translateY(0);
}
.theme-btn-2:nth-child(2) {
	margin-left: 15px;
}
.theme-btn-2 span {
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.theme-btn-2 i,
.theme-btn-2 img {
	transition: all 0.3s;
}
.theme-btn-2:hover {
	color: #ffffff;
	background: #27ae60;
	transition: all 0.3s;
	transform: translateY(-3px);
}

.theme-btn-3 {
	background: #a4d24e;
	color: #000;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	display: inline-flex;
	padding: 15px 25px;
	align-items: center;
	transition: all 0.3s;
	transform: translateY(0);
}
.theme-btn-3:nth-child(2) {
	margin-left: 15px;
}
.theme-btn-3 span {
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.theme-btn-3:hover {
	color: #000;
	background: #e7edeb;
	transition: all 0.3s;
	transform: translateY(-3px);
}

.theme-btn-4 {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	color: #243d31;
	position: relative;
	font-family: "satoshi";
	font-weight: 700;
	z-index: 2;
}
.theme-btn-4 span {
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.theme-btn-4:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #243d31;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}
.theme-btn-4:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background: #f5d1a4;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}
.theme-btn-4:hover {
	color: #243d31;
}
.theme-btn-4:hover:after {
	width: 100%;
}

.theme-btn-5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #275143;
	position: relative;
	z-index: 2;
	display: inline-flex;
	transition: all 0.3s;
}
.theme-btn-5:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background: #f23936;
	left: 0;
	top: -12px;
	transition: all 0.3s;
}
.theme-btn-5:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #275143;
	left: 0;
	bottom: -12px;
	transition: all 0.3s;
}
.theme-btn-5:hover {
	color: #f23936;
}
.theme-btn-5:hover:after {
	background: #f23936;
}
.theme-btn-5:hover:before {
	width: 100%;
}

.theme-btn-6 {
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	align-items: center;
	display: inline-flex;
	color: #275143;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.theme-btn-6 {
		font-size: 14px;
		line-height: 22px;
	}
}
.theme-btn-6 svg {
	padding-left: 10px;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.theme-btn-6 svg {
		padding-left: 5px;
	}
}
.theme-btn-6:hover {
	transition: all 0.3s;
	color: #f23936;
}
.theme-btn-6:hover svg {
	padding-left: 15px;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.theme-btn-6:hover svg {
		padding-left: 10px;
	}
}

.theme-btn-7 {
	font-weight: 700;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	color: #000;
	position: relative;
	font-family: "satoshi";
	z-index: 2;
}

.learnMore {
	color: #fff !important;
}

.theme-btn-7 span {
	padding-left: 8px;
	transition: all 0.3s;
}
.theme-btn-7:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #ffffff;
	left: 0;
	bottom: 0;
}
.theme-btn-7 img {
	margin-left: 6px;
}
.theme-btn-7:hover {
	color: #000 !important;
}
.theme-btn-7:hover span {
	padding-left: 15px;
	transition: all 0.3s;
}

.theme-btn-8 {
	background: #ffffff;
	border-radius: 8px;
	padding: 12px 20px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #192533;
	transition: all 0.3s;
	transform: translateY(0);
}
.theme-btn-8 i {
	padding-right: 7px;
}
.theme-btn-8:hover {
	background: #275143;
	color: #fff !important;
	transition: all 0.3s;
}
.theme-btn-8 img {
	margin-right: 8px;
}
.theme-btn-8:hover {
	color: #192533;
	transition: all 0.3s;
	transform: translateY(-3px);
}

.theme-btn-9 {
	background: #275143;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	display: inline-flex;
	color: #ffffff;
	transition: all 0.3s;
	transform: translateY(0);
	padding: 14px 20px;
}
.theme-btn-9:hover {
	color: #ffffff;
	background: #192533;
	transition: all 0.3s;
	transform: translateY(-3px);
}
.theme-btn-9:hover i,
.theme-btn-9:hover img {
	transform: rotate(45deg);
	transition: all 0.3s;
}

.theme-btn-10 {
	background: #192533;
	border-radius: 8px;
	font-family: "satoshi";
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: inline-flex;
	border: none;
	align-items: center;
	color: #ffffff;
	padding: 19px 20px;
	transition: all 0.3s;
	transform: translateY(0);
}
.theme-btn-10 span {
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.theme-btn-10:hover {
	color: #ffffff;
	background: #192533;
	transition: all 0.3s;
	transform: translateY(-3px);
}

.theme-btn-11 {
	background: #275143;
	box-shadow: 0 4px 25px rgba(121, 119, 198, 0.5);
	border-radius: 8px;
	font-family: "satoshi";
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: inline-flex;
	border: none;
	align-items: center;
	color: #ffffff;
	transition: all 0.3s;
	transform: translateY(0);
	padding: 19px 20px;
}
.theme-btn-11 img {
	margin-left: 6px;
}
.theme-btn-11 span {
	display: inline-block;
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.theme-btn-11 span img {
	margin-left: 10px;
	transition: all 0.3s;
	width: 12px;
}
.theme-btn-11:hover {
	color: #ffffff;
	background: #275143;
	transition: all 0.3s;
	transform: translateY(-3px);
}

.theme-btn-12 {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #275143;
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s;
}
.theme-btn-12 i,
.theme-btn-12 svg {
	padding-left: 4px;
	transition: all 0.3s;
}
.theme-btn-12:hover {
	color: #275143;
}
.theme-btn-12:hover i,
.theme-btn-12:hover svg {
	padding-left: 8px;
	transition: all 0.3s;
}

@media (max-width: 767px) {
	.btn-group {
		display: block;
	}
}
@media (max-width: 767px) {
	.btn-group a {
		margin: 10px 0 !important;
	}
}

.theme-btn-13 {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	color: #275143;
	position: relative;
	font-family: "satoshi";
	font-weight: 700;
	border: none;
	z-index: 2;
}
.theme-btn-13 img {
	width: 13px !important;
	margin-left: 8px;
}
.theme-btn-13:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #275143;
	left: 0;
	bottom: 0;
}
.theme-btn-13 i,
.theme-btn-13 img {
	transition: all 0.3s;
}
.theme-btn-13:hover {
	color: #275143;
}
.theme-btn-13:hover i,
.theme-btn-13:hover img {
	transform: rotate(45deg);
	transition: all 0.3s;
}

.theme-btn-14 {
	background: #275143;
	box-shadow: 0 4px 25px rgba(121, 119, 198, 0.2);
	border-radius: 7px;
	font-family: "satoshi";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	padding: 13px 24px;
	border: none;
}

a.theme-btn-15 {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}
a.theme-btn-15 span.btn-icon {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 8px;
	border: 1px solid transparent;
	transition: all 0.3s;
}
a.theme-btn-15 span.btn-title {
	display: block;
	font-family: "satoshi";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #275143;
	margin-bottom: 8px;
}
a.theme-btn-15 span.btn-text {
	font-family: "satoshi";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #275143;
	display: block;
}
a.theme-btn-15:hover span.btn-icon {
	border-color: #275143;
	transition: all 0.3s;
}

.theme-btn-16 {
	font-weight: 700;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	color: #275143;
	position: relative;
	font-family: "satoshi";
	z-index: 2;
}
.theme-btn-16 span {
	padding-left: 8px;
	transition: all 0.3s;
}
.theme-btn-16:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #275143;
	left: 0;
	bottom: 0;
}
.theme-btn-16 img {
	transition: all 0.3s;
	padding-left: 6px;
}
.theme-btn-16:hover {
	color: #275143;
}
.theme-btn-16:hover img {
	padding-left: 15px;
	transition: all 0.3s;
}
.theme-btn-16:hover span {
	padding-left: 15px;
	display: inline-block;
	transition: all 0.3s;
}

.theme-btn-17 {
	background: #1456da;
	box-shadow: 0 4px 25px rgba(121, 119, 198, 0.5);
	border-radius: 8px;
	font-family: "satoshi";
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: inline-flex;
	border: none;
	align-items: center;
	color: #ffffff;
	transition: all 0.3s;
	transform: translateY(0);
	padding: 19px 20px;
}
.theme-btn-17 img {
	margin-left: 6px;
}
.theme-btn-17 span {
	display: inline-block;
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.theme-btn-17 span img {
	margin-left: 10px;
	transition: all 0.3s;
	width: 12px;
}
.theme-btn-17:hover {
	color: #ffffff;
	background: #1456da;
	transition: all 0.3s;
	transform: translateY(-3px);
}

button.theme-btn-18,
.theme-btn-18 {
	background: #1456da;
	border-radius: 8px;
	color: #fff;
	border: none;
	text-align: center;
	height: 60px;
	padding: 20px;
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	z-index: 2;
	transition: all 0.3s;
	overflow: hidden;
}
button.theme-btn-18 i,
button.theme-btn-18 svg,
.theme-btn-18 i,
.theme-btn-18 svg {
	margin-left: 7px;
	transform: rotate(-45deg);
}
button.theme-btn-18::after,
.theme-btn-18::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	height: 100%;
	background: #fdc24c;
	z-index: -1;
	transition: all 0.3s;
}
button.theme-btn-18:hover,
.theme-btn-18:hover {
	color: #0f182c;
}
button.theme-btn-18:hover::after,
.theme-btn-18:hover::after {
	width: 100%;
	transition: all 0.3s;
}

.btn-group a:nth-child(2) {
	margin-left: 20px;
}
@media (max-width: 767px) {
	.btn-group a:nth-child(2) {
		margin-left: 0;
		margin-top: 16px;
	}
}

.full-btn {
	width: 100%;
	text-align: center;
	justify-content: center;
}

.new-btn1 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	border-radius: 105px;
	background: #f4462f;
	padding: 10px 20px;
	transition: 0.4s;
}
.new-btn1 span {
	display: inline-block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background: #f55540;
	margin-left: 3px;
	transition: 0.4s;
}
.new-btn1:hover {
	background: #00415d;
	transition: 0.4s;
	color: #fff;
	transform: translateY(-5px);
}
.new-btn1:hover span {
	background: rgba(255, 255, 255, 0.1843137255);
	transition: 0.4s;
}

.new-btn2 {
	display: inline-block;
	color: #f4462f;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	border-radius: 105px;
	background: transparent;
	padding: 8px 20px;
	transition: 0.4s;
	border: 2px solid #f4462f;
	margin-left: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.new-btn2 {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.new-btn2 {
		margin-left: 0;
		margin-top: 20px;
	}
}
.new-btn2 span {
	display: inline-block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background: #f8e9ee;
	margin-left: 3px;
	transition: 0.4s;
}
.new-btn2:hover {
	background: #00415d;
	transition: 0.4s;
	color: #fff;
	transform: translateY(-5px);
	border: 2px solid #00415d;
}
.new-btn2:hover span {
	background: rgba(255, 255, 255, 0.1843137255);
	transition: 0.4s;
}

.new-btn3 {
	background: #fb8815;
	box-shadow: 0px 4px 12px 0px rgba(45, 130, 254, 0.13);
	border: none;
	text-align: center;
	padding: 16px 24px;
	display: inline-block;
	align-items: center;
	position: relative;
	z-index: 2;
	transition: 0.4s;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	border-radius: 1px;
}
.new-btn3::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #015cb5;
	z-index: -1;
	transition: 0.4s;
}
.new-btn3:hover::after {
	width: 100%;
	transition: 0.4s;
	left: 0;
	right: auto;
}
.new-btn3:hover {
	color: #fff;
	transform: translateY(-5px);
}

.new-btn4 {
	background: #fb8815;
	box-shadow: 0px 4px 12px 0px rgba(45, 130, 254, 0.13);
	border: none;
	text-align: center;
	padding: 16px 24px;
	display: inline-block;
	align-items: center;
	position: relative;
	z-index: 2;
	transition: 0.4s;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	border-radius: 1px;
}
.new-btn4::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #347dc4;
	z-index: -1;
	transition: 0.4s;
}
.new-btn4:hover::after {
	width: 100%;
	transition: 0.4s;
	left: 0;
	right: auto;
}
.new-btn4:hover {
	color: #fff;
	transform: translateY(-5px);
}

.new-btn5 {
	display: inline-block;
	padding: 20px 24px;
	border-radius: 2px;
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	background-color: #ffb92b;
	position: relative;
	transition: 0.4s;
	border: none;
}
.new-btn5::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	height: 88%;
	width: 100%;
	border: 1px solid;
	border-radius: 2px;
	transform: scale(0.95);
}
.new-btn5:hover {
	color: #fff;
	background: #755be2;
}

.new-btn6 {
	display: inline-block;
	padding: 20px 24px;
	border-radius: 2px;
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	background: transparent;
	position: relative;
	transition: 0.4s;
	margin-left: 16px;
}
.new-btn6::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid;
	border-radius: 2px;
	transition: 0.4s;
}
.new-btn6:hover {
	color: #0f0a23;
	background-color: #ffb92b;
	transition: 0.4s;
}
.new-btn6:hover::after {
	border: 1px solid #0f0a23;
	height: 80%;
	width: 92%;
	top: 6px;
	left: 6px;
}
@media (max-width: 767px) {
	.new-btn6 {
		margin-top: 20px;
		margin-left: 0;
	}
}

.new-btn7 {
	display: inline-block;
	padding: 17px 20px;
	color: var(--d-white, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	border-radius: 40px;
	background-color: #259ea6;
	transition: all 0.4s;
}
.new-btn7:hover {
	background: #31858b;
	transition: all 0.4s;
	transform: translateY(-5px);
}
.new-btn7 span {
	display: inline-block;
	margin-top: -30px;
}
.new-btn7 span img {
	margin-top: -6px;
	margin-right: 3px;
}
.new-btn7:hover {
	transition: all 0.4s;
	color: #fff;
}

.cta10-btn1 {
	display: inline-block;
	padding: 17px 20px;
	color: var(--d-white, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	border-radius: 40px;
	background-color: #ff8a44;
	transition: all 0.4s;
}
.cta10-btn1:hover {
	background: #e2844e;
	transition: all 0.4s;
	transform: translateY(-5px);
}
.cta10-btn1 span {
	display: inline-block;
	margin-top: -30px;
}
.cta10-btn1 span img {
	margin-top: -6px;
	margin-right: 3px;
}
.cta10-btn1:hover {
	transition: all 0.4s;
	color: #fff;
}

.cta-btns {
	margin-top: 30px;
}

.cta10-btn2 {
	display: inline-block;
	padding: 15px 20px;
	color: var(--d-white, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	border-radius: 40px;
	background: transparent;
	transition: all 0.4s;
	border: 1px solid #fff;
	margin-left: 12px;
}
@media (max-width: 767px) {
	.cta10-btn2 {
		margin-left: 0;
		margin-right: 30px;
		margin-top: 20px;
	}
}
.cta10-btn2:hover {
	background: #e2844e;
	transition: all 0.4s;
	transform: translateY(-5px);
	border: 1px solid #e2844e;
}
.cta10-btn2 span {
	display: inline-block;
	margin-top: -30px;
}
.cta10-btn2 span img {
	margin-top: -6px;
	margin-right: 3px;
}
.cta10-btn2:hover {
	transition: all 0.4s;
	color: #fff;
}

.welcome-area {
	display: flex;
	align-items: center;
	height: 950px;
}
@media (max-width: 991px) {
	.welcome-area {
		height: auto;
		padding: 150px 0 100px;
	}
}

.hero-img-elements {
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: end;
	margin-right: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.hero-img-elements {
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.hero-img-elements {
		margin-right: 0;
		height: auto;
		display: block;
		margin-top: 40px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-img-elements {
		margin-right: 0;
	}
}

.hero-img-elements {
	position: relative;
	z-index: 2;
}

.logo {
	width: 200px;
}

.corner-shape {
	top: -30px;
	right: -30px;
	z-index: 3;
	width: 180px;
}
@media (max-width: 991px) {
	.corner-shape {
		top: 0;
		right: 0;
		width: 90px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.corner-shape {
		width: 140px;
	}
}

.arrow-long {
	left: -50px;
	height: 130px;
	top: 10%;
	z-index: 2;
}
@media (max-width: 991px) {
	.arrow-long {
		left: 0;
	}
}

.hero-main-img {
	height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-main-img {
		height: 500px;
	}
}
@media (max-width: 991px) {
	.hero-main-img {
		height: auto;
		text-align: center;
	}
	.hero-main-img img {
		width: 80%;
	}
}

.hit-rate {
	width: 260px;
	left: -130px;
	top: 65%;
}
@media (max-width: 991px) {
	.hit-rate {
		left: 0;
		width: 130px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hit-rate {
		width: 160px;
	}
}

.growth {
	right: -140px;
	width: 280px;
	top: 40%;
}
@media (max-width: 991px) {
	.growth {
		right: 0;
		width: 140px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.growth {
		width: 180px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.growth {
		right: 0;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.growth {
		right: -80px;
	}
}

.corner-shape2 {
	width: 130px;
	top: 10px;
	right: -10px;
	z-index: 2;
}

.corner-shape2-left {
	width: 130px;
	top: 0;
	left: -30px;
	z-index: 2;
}

.corner-right-bottom-shape2 {
	width: 50px;
	right: -50px;
	bottom: -50px;
}
@media (max-width: 767px) {
	.corner-right-bottom-shape2 {
		right: 0;
	}
}

.welcome-3 {
	padding-top: 90px;
}

.welcome-2 {
	padding-top: 83px;
}

.welcome-4 {
	display: flex;
	align-items: center;
	height: 950px;
}
@media (max-width: 767px) {
	.welcome-4 {
		height: auto;
		padding: 150px 0;
	}
}

.hero-2-image {
	position: relative;
	z-index: 2;
}

.hero-3-bg {
	position: absolute;
	bottom: 0;
	right: -70px;
	width: 100%;
	z-index: -1;
	height: 80%;
}
@media (max-width: 991px) {
	.hero-3-bg {
		right: 0;
	}
}

.hero-2-image img {
	height: 800px;
}
@media (max-width: 767px) {
	.hero-2-image img {
		height: 400px;
	}
}

.hero-2-image {
	text-align: right;
}
@media (max-width: 991px) {
	.hero-2-image {
		text-align: center;
		margin-top: 60px;
	}
}

.hero-3-bg img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.welcome-4 {
	z-index: 2;
}
.welcome-4 .single-card {
	position: relative;
	z-index: 2;
	height: 400px;
	width: 400px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.welcome-4 .single-card {
		height: 300px;
		width: 200px;
	}
}
.welcome-4 .single-card img {
	position: absolute;
	height: 380px;
}
@media (max-width: 767px) {
	.welcome-4 .single-card img {
		height: 220px;
	}
}
.welcome-4 .single-card img:nth-child(1) {
	z-index: 3;
	left: -40%;
	top: -20%;
	animation: upNdown 10s infinite ease alternate;
}
.welcome-4 .single-card img:nth-child(2) {
	bottom: -20%;
	z-index: 2;
	left: 10%;
	animation: upNdown 7s infinite ease alternate;
}
@media (max-width: 767px) {
	.welcome-4 .single-card img:nth-child(2) {
		bottom: -4%;
		left: 12%;
	}
}
.welcome-4 .single-card img:nth-child(3) {
	right: -30%;
	animation: upNdown 8s infinite ease alternate;
	z-index: -1;
	top: -30%;
}
.welcome-4 img.card-shape-left {
	height: 30px;
	width: 30px;
	right: -30%;
	z-index: 9;
	top: 40%;
}
.welcome-4 img.card-shape-right {
	width: 30px;
	height: 30px;
	left: -39%;
	z-index: 9;
	top: -10%;
}
.welcome-4 img.card-shape-bottom {
	width: 30px;
	height: 30px;
	bottom: -10%;
	left: 81%;
	z-index: 99;
}

.top-right-polygon-1 {
	position: relative;
	z-index: 2;
}
.top-right-polygon-1:after {
	position: absolute;
	content: "";
	border-left: 155px solid transparent;
	border-right: 0 solid transparent;
	border-top: 155px solid #ffffff;
	z-index: 1;
	top: 0;
	right: 0;
}

.top-left-polygon-1 {
	position: relative;
	z-index: 2;
}
.top-left-polygon-1:after {
	position: absolute;
	content: "";
	border-left: 0 solid transparent;
	border-right: 130px solid transparent;
	border-top: 226px solid #ffffff;
	z-index: 1;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
	.hero-4-image {
		margin-top: 150px;
	}
}

.welcome-4-bg {
	position: absolute;
	width: 50%;
	right: 12%;
	z-index: -1;
}
@media (max-width: 767px) {
	.welcome-4-bg {
		width: 100%;
		right: 0;
		bottom: 13%;
	}
}

@media (max-width: 767px) {
	.welcome-1 .title {
		text-align: center;
	}
}

.titel4-main h1 {
	font-weight: 600;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	color: #0f182c;
}
@media (max-width: 767px) {
	.titel4-main h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

.titel4-main p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #1a2426;
	margin: 15px 0 0 0;
}

.home4-header-input form {
	display: inline-flex;
	align-items: center;
}
@media (max-width: 767px) {
	.home4-header-input form {
		display: block;
	}
}

@media (min-width: 992px) {
	.home4-header-input input {
		min-width: 300px;
	}
}

.home4-header-input input {
	padding: 18px;
	border: none;
	border-radius: 8px;
	margin-right: 15px;
}
@media (max-width: 767px) {
	.home4-header-input input {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.hero-main-img2 {
	margin-right: -100px;
}

.home4-shape {
	top: 200px;
	right: -45px;
}

.home4-full-header {
	background-image: url(../img/bg/home4-header-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1100px;
}
@media (max-width: 767px) {
	.home4-full-header {
		height: 900px;
	}
}

@media (min-width: 992px) {
	.service4-btn {
		display: flex;
		justify-content: end;
	}
}

.choose-img-2 {
	position: absolute;
	top: 60%;
	right: -60px;
}
@media (max-width: 767px) {
	.choose-img-2 {
		right: 0;
	}
}

.body7 {
	font-family: "satoshi";
}

.hero-area7 {
	min-height: 1000px;
	background: #f8f7ff;
}
.hero-area7 .main-hadding7 {
	margin-top: 200px;
}
.hero-area7 .main-hadding7 span.span {
	color: #00415d;
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	background-color: #dfe5ef;
	padding: 8px 16px;
	border-radius: 100px;
}
.hero-area7 .main-hadding7 span.span img {
	height: 20px;
}
.hero-area7 .main-hadding7 h1 {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 74px; /* 132.143% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area7 .main-hadding7 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.hero-area7 .main-hadding7 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
.hero-area7 .main-hadding7 h1 span.after {
	position: relative;
	z-index: 2;
}
.hero-area7 .main-hadding7 h1 span.after img {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
}
.hero-area7 .main-hadding7 h1 span.before {
	position: relative;
}
.hero-area7 .main-hadding7 h1 span.before img {
	position: absolute;
	right: -40px;
	top: -16px;
}
@media (max-width: 767px) {
	.hero-area7 .main-hadding7 h1 span.before img {
		display: none;
	}
}
.hero-area7 .main-hadding7 p {
	color: #4b4e50;
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
}
.hero-area7 .main-hadding7 .shape1 {
	position: absolute;
	top: -70px;
	right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area7 .main-hadding7 .shape1 {
		top: 0;
		right: 0;
	}
}
@media (max-width: 767px) {
	.hero-area7 .main-hadding7 .shape1 {
		top: -90px;
		right: 0;
	}
}
.hero-area7 .hero7-right-side {
	position: relative;
	margin-left: 120px;
	margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area7 .hero7-right-side {
		margin-top: 0px;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.hero-area7 .hero7-right-side {
		margin-top: 50px;
		margin-left: 0;
	}
}
.hero-area7 .hero7-right-side .img {
	text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area7 .hero7-right-side .review-area {
		margin-top: -150px;
		padding-right: 290px;
	}
}
@media (max-width: 767px) {
	.hero-area7 .hero7-right-side .review-area {
		padding-bottom: 40px;
	}
}
.hero-area7 .hero7-right-side .review-area .star li {
	display: inline-block;
	color: #ffa723;
	font-size: 18px;
	margin: 0 0;
}
.hero-area7 .hero7-right-side .review-area .hadding p {
	color: #4b4e50;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 161.111% */
	padding-top: 16px;
	margin: 0;
}
.hero-area7 .hero7-right-side .review-area .hadding p.tag {
	color: #0a1317;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	margin: 0;
}
.hero-area7 .hero7-right-side .review-area .hadding p.tag a {
	color: var(--investment-consulting-paragraph-color, #4b4e50);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.hero-area7 .hero7-right-side .big-shape {
	position: absolute;
	bottom: -100px;
	right: 0;
}

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #00415d;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: #00415d;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 13px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: 11px;
	margin-left: 7px;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 65, 93, 0.337254902);
	opacity: 0;
	transition: all ease 500ms;
}

.video-overlay.open {
	position: fixed;
	z-index: 10;
	opacity: 1;
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #00415d;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

.video-overlay-close:hover {
	color: #00415d;
}

.video-area-all {
	margin-top: -275px;
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-area-all {
		margin-top: -200px;
	}
}
@media (max-width: 767px) {
	.video-area-all {
		margin-top: 30px;
	}
}
.video-area-all .video-area .video-img img {
	width: 100%;
	border-radius: 5px;
}
.video-area-all .video-area .video-shape {
	position: absolute;
	right: -35px;
	top: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-area-all .video-area .video-shape {
		right: 0;
		right: 0;
	}
}
@media (max-width: 767px) {
	.video-area-all .video-area .video-shape {
		right: 0;
		right: 0;
	}
}

.hero7-bottom-area .hero7-bottom-hadding-area {
	position: relative;
}
@media (max-width: 767px) {
	.hero7-bottom-area .hero7-bottom-hadding-area {
		padding-bottom: 80px;
	}
}
.hero7-bottom-area .hero7-bottom-hadding-area .hero7-bottom-shape {
	position: absolute;
	top: 20px;
}
.hero7-bottom-area .hero7-bottom-hadding-area .hero7-hadding {
	padding-left: 60px;
	padding-top: 60px;
}
.hero7-bottom-area .hero7-bottom-hadding-area .hero7-hadding h4 {
	color: var(--investment-consulting-text-color, #0a1317);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	padding: 0;
	margin: 0;
	font-family: "satoshi";
}
.hero7-bottom-area .hero7-bottom-hadding-area .hero7-hadding p {
	color: var(--investment-consulting-paragraph-color, #4b4e50);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	padding-top: 10px;
}
.hero7-bottom-area .hero7-bottom-hadding-area .commnet-img {
	position: absolute;
	right: 100px;
	top: 80px;
}
@media (max-width: 767px) {
	.hero7-bottom-area .hero7-bottom-hadding-area .commnet-img {
		right: auto;
		left: 0;
		top: 160px;
	}
}
.hero7-bottom-area .counter-box-all .counter-box {
	text-align: center;
	margin-top: 30px;
}
.hero7-bottom-area .counter-box-all .counter-box h3 {
	color: var(--investment-consulting-text-color, #0a1317);
	font-family: "satoshi";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 100% */
}
.hero7-bottom-area .counter-box-all .counter-box p {
	color: var(--investment-consulting-paragraph-color, #4b4e50);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}

.body8 {
	font-family: "Urbanist", sans-serif;
}

.hero-area8 {
	min-height: 800px;
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 {
		min-height: 1500px;
		display: block;
	}
}
@media (max-width: 767px) {
	.hero-area8 {
		min-height: 1500px;
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 .main-hadding7 {
		padding-top: 60px;
	}
}
@media (max-width: 767px) {
	.hero-area8 .main-hadding7 {
		padding-top: 60px;
	}
}
.hero-area8 .main-hadding7 span.span {
	color: var(--d-white, #fff);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
	padding: 8px 12px;
	background-color: rgba(255, 255, 255, 0.4392156863);
	border-radius: 2px;
}
.hero-area8 .main-hadding7 span.span img {
	margin-top: -4px;
	margin-right: 6px;
}
.hero-area8 .main-hadding7 h1 {
	color: var(--d-white, #fff);
	font-family: "Urbanist", sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 .main-hadding7 h1 {
		font-size: 40px;
		line-height: 42px;
	}
}
@media (max-width: 767px) {
	.hero-area8 .main-hadding7 h1 {
		font-size: 40px;
		line-height: 42px;
	}
}
.hero-area8 .main-hadding7 p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
}
.hero-area8 .social-contant {
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 .social-contant {
		margin-top: 0;
		left: 0;
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-area8 .social-contant {
		margin-top: 0;
		left: auto;
		right: 0;
		display: none;
	}
}
.hero-area8 .social-contant::after {
	content: "";
	position: absolute;
	left: 70px;
	top: -50px;
	height: 120%;
	width: 1px;
	background: rgba(255, 255, 255, 0.3019607843);
}
.hero-area8 .social-contant .contant-p p {
	color: var(--d-white, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	transform: rotate(90deg);
	margin-bottom: 70px;
	margin-right: 60px;
	margin-left: -40px;
}
.hero-area8 .social-contant .contact-icons ul li a {
	height: 32px;
	width: 32px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	background-color: #015cb5;
	border-radius: 50%;
	color: #fff;
	margin: 4px 0;
	transition: 0.4s;
}
.hero-area8 .social-contant .contact-icons ul li a:hover {
	background-color: #fb8815;
	transition: 0.4s;
}
.hero-area8 .headding-shape {
	position: absolute;
	top: -30px;
	right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 .headding-shape {
		top: 0;
		right: 0;
	}
}
@media (max-width: 767px) {
	.hero-area8 .headding-shape {
		top: 0;
		right: 0;
	}
}
.hero-area8 .hero8-shapes {
	position: relative;
}
.hero-area8 .hero8-shapes .hero8-shape1 {
	position: absolute;
	top: -250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 .hero8-shapes .hero8-shape1 {
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-area8 .hero8-shapes .hero8-shape1 {
		display: none;
	}
}
.hero-area8 .hero8-shapes .hero8-shape2 {
	position: absolute;
	top: 50px;
	left: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 .hero8-shapes .hero8-shape2 {
		left: 0;
	}
}
@media (max-width: 767px) {
	.hero-area8 .hero8-shapes .hero8-shape2 {
		left: 0;
	}
}
.hero-area8 .cuntries-box {
	background-color: #ffeee9;
	padding: 24px;
	margin-left: 70px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area8 .cuntries-box {
		margin-top: 320px;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.hero-area8 .cuntries-box {
		margin-top: 320px;
		margin-left: 0;
	}
}
.hero-area8 .cuntries-box .cuntries-select h4 {
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-family: "Urbanist", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 100% */
	padding-bottom: 20px;
}
.hero-area8 .cuntries-box .niceSelect {
	margin-bottom: 72px;
}
.hero-area8 .cuntries-box .cuntries-icon-box.active .check-icon span {
	background-color: #fb8815;
	color: #fff;
}
.hero-area8 .cuntries-box .cuntries-icon-box {
	background-color: #fff;
	padding: 28px;
	text-align: center;
	border-radius: 5px;
	margin-top: 24px;
	position: relative;
}
.hero-area8 .cuntries-box .cuntries-icon-box .check-icon {
	position: absolute;
	top: 8px;
	right: 8px;
}
.hero-area8 .cuntries-box .cuntries-icon-box .check-icon span {
	display: inline-block;
	height: 32px;
	width: 32px;
	border: 2px solid #fb8815;
	color: #fb8815;
	cursor: pointer;
	border-radius: 50%;
}
.hero-area8 .cuntries-box .cuntries-icon-box h3 a {
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	display: inline-block;
	padding-top: 5px;
}

.hero-area9 {
	min-height: 800px;
	background-color: #e2e3f2;
}
@media (max-width: 767px) {
	.hero-area9 {
		min-height: 1000px;
	}
}
.hero-area9 .main-headding9 {
	padding-top: 120px;
}
@media (max-width: 767px) {
	.hero-area9 .main-headding9 {
		padding-top: 120px;
	}
}
.hero-area9 .main-headding9 span.span {
	color: var(--relation-text-color-r, #0f0a23);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 100% */
	display: inline-block;
	border-radius: 111px;
	background: rgba(255, 255, 255, 0.2);
	padding: 8px 16px;
}
.hero-area9 .main-headding9 h1 {
	color: var(--relation-text-color-r, #0f0a23);
	text-align: center;
	font-family: "Domine", serif;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px; /* 100% */
	padding-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area9 .main-headding9 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.hero-area9 .main-headding9 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
.hero-area9 img.hero9-shape3.aniamtion-key-1 {
	position: absolute !important;
}

.hero9-bottom {
	margin-top: -133px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero9-bottom {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.hero9-bottom {
		margin-top: 30px;
	}
}
.hero9-bottom .hero9-bottom-left-box {
	border-radius: 1px;
	background: var(--d-white, #fff);
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.14);
	padding: 24px;
	position: relative;
	margin-right: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero9-bottom .hero9-bottom-left-box {
		margin-top: 50px;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.hero9-bottom .hero9-bottom-left-box {
		margin-top: 50px;
		margin-right: 0;
	}
}
.hero9-bottom .hero9-bottom-left-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ffb92b;
	scale: 0.95;
	z-index: 1;
}
.hero9-bottom .hero9-bottom-left-box p {
	color: var(--relation-paragraph-color-r, #5e5e5e);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	position: relative;
	z-index: 9;
}
.hero9-bottom .hero9-bottom-left-box h2 {
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "satoshi";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	position: relative;
	z-index: 9;
}
.hero9-bottom .hero9-bottom-left-box .hero9-tags li {
	display: inline-block;
	position: relative;
	z-index: 9;
	margin: 0px 2px;
}
.hero9-bottom .hero9-bottom-left-box .hero9-tags li a {
	color: var(--relation-main-color-2-r, #755be2);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
	padding: 8px;
	border-radius: 2px;
	background-color: #f1effc;
	transition: 0.4s;
}
.hero9-bottom .hero9-bottom-left-box .hero9-tags li a:hover {
	background: #755be2;
	color: #fff;
	transition: 0.4s;
}
.hero9-bottom .hero9-bottom-left-box .hero9-tags li.img a {
	background: none;
}
.hero9-bottom .hero9-bottom-right-box {
	margin-left: -80px;
	border-radius: 1px;
	background: var(--d-white, #fff);
	box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.14);
	padding: 24px;
	position: relative;
	margin-right: 85px;
	height: 266px;
	overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero9-bottom .hero9-bottom-right-box {
		margin-left: 0;
		margin-top: 50px;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.hero9-bottom .hero9-bottom-right-box {
		margin-left: 0;
		margin-top: 50px;
		margin-right: 0;
	}
}
.hero9-bottom .hero9-bottom-right-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ffb92b;
	scale: 0.95;
	z-index: 1;
}
.hero9-bottom .hero9-bottom-right-box h2 {
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "satoshi";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	position: relative;
	z-index: 9;
}
.hero9-bottom .hero9-bottom-right-box .button {
	margin-top: 20px;
}
.hero9-bottom .hero9-bottom-right-box .button a.learn-button {
	height: 60px;
	width: 60px;
	display: inline-block;
	background: #ffb92b;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	z-index: 88;
	position: relative;
	color: #0a1317;
	transform: rotate(-45deg);
	transition: 0.4s;
}
.hero9-bottom .hero9-bottom-right-box .button a.learn-button:hover {
	color: #fff;
	transition: 0.4s;
	background: #755be2;
}
.hero9-bottom .hero9-bottom-right-box .hero9-left-box-images .hero9-image1 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.hero9-bottom .hero9-bottom-right-box .hero9-left-box-images .hero9-image2 {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 88;
}
.hero9-bottom .hero9-bottom-shape {
	position: absolute;
	top: -70px;
	left: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero9-bottom .hero9-bottom-shape {
		top: 0;
		left: 0;
		display: none;
	}
}
@media (max-width: 767px) {
	.hero9-bottom .hero9-bottom-shape {
		top: 0;
		left: 0;
		display: none;
	}
}

.hero-area10 {
	min-height: 1000px;
	background-color: #f8f9fa;
	display: flex;
	align-items: center;
}
.hero-area10 .main-headding10 {
	/* video btn */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area10 .main-headding10 {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.hero-area10 .main-headding10 {
		margin-top: 60px;
	}
}
.hero-area10 .main-headding10 span.span {
	color: var(--Text-Color, #1a1e25);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	display: inline-block;
	padding-bottom: 16px;
}
.hero-area10 .main-headding10 span.span img {
	margin-top: -4px;
	margin-right: 3px;
}
.hero-area10 .main-headding10 h1 {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 65px; /* 108.333% */
	margin: 0;
	padding: 0;
	padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area10 .main-headding10 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.hero-area10 .main-headding10 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
.hero-area10 .main-headding10 p {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 175% */
}
.hero-area10 .main-headding10 .hero10-buttons {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.hero-area10 .main-headding10 .hero10-buttons {
		display: block;
		margin-top: 20px;
	}
}
.hero-area10 .main-headding10 .hero10-buttons .vido-btn-pera {
	margin-top: 36px;
	margin-left: 24px;
}
.hero-area10 .main-headding10 .hero10-buttons .vido-btn-pera p {
	color: var(--Text-Color, #1a1e25);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
}
.hero-area10 .main-headding10 .video-play-button {
	position: relative;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.hero-area10 .main-headding10 .video-play-button {
		margin-left: 0;
	}
}
.hero-area10 .main-headding10 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #259ea6;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.hero-area10 .main-headding10 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #259ea6;
	border-radius: 50%;
	transition: all 200ms;
}
.hero-area10 .main-headding10 .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.hero-area10 .main-headding10 .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	margin-top: 13px;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-left: 12px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.hero-area10 .main-headding10 .hero-button1 {
	display: flex;
	cursor: pointer;
}
@media (max-width: 767px) {
	.hero-area10 .main-headding10 .hero-button1 {
		margin-top: 20px;
	}
}
.hero-area10 .couter-all .counter10-counter-box {
	margin-top: 30px;
	position: relative;
}
@media (max-width: 767px) {
	.hero-area10 .couter-all .counter10-counter-box {
		text-align: center;
		margin-bottom: 20px;
	}
}
.hero-area10 .couter-all .counter10-counter-box h2 {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}
.hero-area10 .couter-all .counter10-counter-box p {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	padding-top: 5px;
}
.hero-area10 .couter-all .counter10-counter-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	height: 80px;
	width: 2px;
	background-color: #e3e7ea;
}
@media (max-width: 767px) {
	.hero-area10 .couter-all .counter10-counter-box::after {
		display: none;
	}
}
.hero-area10 .couter-all .counter10-counter-box.dis::after {
	display: none;
}
.hero-area10 .hero10-shape1 {
	position: absolute;
	left: 0;
	top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area10 .hero10-shape1 {
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-area10 .hero10-shape1 {
		display: none;
	}
}
.hero-area10 .hero10-shape2 {
	position: absolute;
	left: 45%;
	top: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area10 .hero10-shape2 {
		top: 120px;
		left: 90%;
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-area10 .hero10-shape2 {
		top: 120px;
		left: 90%;
		display: none;
	}
}
.hero-area10 .hero10-right-area {
	position: relative;
	text-align: right;
	height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area10 .hero10-right-area {
		margin-top: 30px;
		text-align: start;
	}
}
.hero-area10 .hero10-right-area .image img {
	border-radius: 20px;
}
.hero-area10 .hero10-right-area .shape {
	position: absolute;
	right: -35px;
	top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area10 .hero10-right-area .shape {
		right: 0;
		top: -30px;
	}
}
@media (max-width: 767px) {
	.hero-area10 .hero10-right-area .shape {
		right: 0;
		top: -30px;
	}
}
.hero-area10 .hero10-right-area .hero10-criative-area {
	position: absolute;
	bottom: 40px;
	height: 90px;
	right: 16px;
	border-radius: 50px;
	background: linear-gradient(
		149deg,
		rgba(53, 162, 169, 0.6) 18.64%,
		rgba(51, 161, 168, 0.6) 113.97%
	);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	width: 70%;
}
@media (max-width: 767px) {
	.hero-area10 .hero10-right-area .hero10-criative-area {
		width: 100%;
		right: 0;
		bottom: 60px;
	}
}
.hero-area10 .hero10-right-area .hero10-criative-area .criative-area-shape-bg {
	position: absolute;
	right: 0;
}
.hero-area10
	.hero10-right-area
	.hero10-criative-area
	.criative-area-shape-arrow {
	position: absolute;
	top: 28px;
	right: 33px;
}
.hero-area10 .hero10-right-area .hero10-criative-area a.leran-btn {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #ff8a44;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 16px;
}
.hero-area10 .hero10-right-area .hero10-criative-area p.pera {
	position: absolute;
	left: 90px;
	top: 16px;
	text-align: start;
	color: var(--d-white, #fff);
	font-family: "PT Serif", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}

@keyframes animation-10 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1000deg);
	}
}
.aniamtion-key-10 {
	position: relative;
	animation-name: animation-10;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.hero-area11 {
	min-height: 1000px;
	display: flex;
	align-items: center;
}
.hero-area11 .main-headding11 {
	padding-top: 170px;
	/* video btn */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area11 .main-headding11 {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.hero-area11 .main-headding11 {
		margin-top: 60px;
	}
}
.hero-area11 .main-headding11 span.span {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	display: flex;
	padding-bottom: 16px;
	align-items: center;
}
.hero-area11 .main-headding11 span.span img {
	margin-top: -4px;
	margin-right: 3px;
}
.hero-area11 .main-headding11 h1 {
	color: var(--D-Text, #fff);
	font-family: "PT Serif", serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 65px; /* 108.333% */
	margin: 0;
	padding: 0;
	padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area11 .main-headding11 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.hero-area11 .main-headding11 h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
.hero-area11 .main-headding11 p {
	color: var(--d-para, rgba(255, 255, 255, 0.8431372549));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 175% */
}
.hero-area11 .main-headding11 .hero10-buttons {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.hero-area11 .main-headding11 .hero10-buttons {
		display: block;
		margin-top: 20px;
	}
}
.hero-area11 .main-headding11 .hero10-buttons .vido-btn-pera {
	margin-top: 36px;
	margin-left: 24px;
}
.hero-area11 .main-headding11 .hero10-buttons .vido-btn-pera p {
	color: var(--Text-Color, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
}
.hero-area11 .main-headding11 .video-play-button {
	position: relative;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.hero-area11 .main-headding11 .video-play-button {
		margin-left: 0;
	}
}
.hero-area11 .main-headding11 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.hero-area11 .main-headding11 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	transition: all 200ms;
}
.hero-area11 .main-headding11 .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.hero-area11 .main-headding11 .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	margin-top: 13px;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-left: 12px solid #259ea6;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.hero-area11 .main-headding11 .hero-button1 {
	display: flex;
	cursor: pointer;
}
@media (max-width: 767px) {
	.hero-area11 .main-headding11 .hero-button1 {
		margin-top: 20px;
	}
}
.hero-area11 .couter-all .counter10-counter-box {
	margin-top: 30px;
	position: relative;
}
@media (max-width: 767px) {
	.hero-area11 .couter-all .counter10-counter-box {
		text-align: center;
		margin-bottom: 20px;
	}
}
.hero-area11 .couter-all .counter10-counter-box h2 {
	color: var(--D-Text, #fff);
	font-family: "PT Serif", serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}
.hero-area11 .couter-all .counter10-counter-box p {
	color: var(--d-para, rgba(255, 255, 255, 0.7529411765));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	padding-top: 5px;
}
.hero-area11 .couter-all .counter10-counter-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	height: 80px;
	width: 2px;
	background-color: #e3e7ea;
}
@media (max-width: 767px) {
	.hero-area11 .couter-all .counter10-counter-box::after {
		display: none;
	}
}
.hero-area11 .couter-all .counter10-counter-box.dis::after {
	display: none;
}
.hero-area11 .hero10-shape1 {
	position: absolute;
	left: 0;
	top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area11 .hero10-shape1 {
		display: none;
	}
}
@media (max-width: 767px) {
	.hero-area11 .hero10-shape1 {
		display: none;
	}
}
.hero-area11 .hero10-shape2 {
	position: absolute;
	left: 45%;
	top: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area11 .hero10-shape2 {
		top: 120px;
		left: 90%;
	}
}
@media (max-width: 767px) {
	.hero-area11 .hero10-shape2 {
		top: 120px;
		left: 90%;
	}
}
.hero-area11 .hero10-right-area {
	position: relative;
	text-align: right;
	height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area11 .hero10-right-area {
		margin-top: 30px;
		text-align: start;
	}
}
.hero-area11 .hero10-right-area .image img {
	border-radius: 20px;
}
.hero-area11 .hero10-right-area .shape {
	position: absolute;
	right: -35px;
	top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area11 .hero10-right-area .shape {
		right: 0;
		top: -30px;
	}
}
@media (max-width: 767px) {
	.hero-area11 .hero10-right-area .shape {
		right: 0;
		top: -30px;
	}
}
.hero-area11 .hero10-right-area .hero10-criative-area {
	position: absolute;
	bottom: 40px;
	height: 90px;
	right: 16px;
	border-radius: 50px;
	background: linear-gradient(
		149deg,
		rgba(53, 162, 169, 0.6) 18.64%,
		rgba(51, 161, 168, 0.6) 113.97%
	);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	width: 70%;
}
@media (max-width: 767px) {
	.hero-area11 .hero10-right-area .hero10-criative-area {
		width: 100%;
		right: 0;
		bottom: 60px;
	}
}
.hero-area11 .hero10-right-area .hero10-criative-area .criative-area-shape-bg {
	position: absolute;
	right: 0;
}
.hero-area11
	.hero10-right-area
	.hero10-criative-area
	.criative-area-shape-arrow {
	position: absolute;
	top: 28px;
	right: 33px;
}
.hero-area11 .hero10-right-area .hero10-criative-area a.leran-btn {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #ff8a44;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 16px;
}
.hero-area11 .hero10-right-area .hero10-criative-area p.pera {
	position: absolute;
	left: 90px;
	top: 16px;
	text-align: start;
	color: var(--d-white, #fff);
	font-family: "PT Serif", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}

.hero11-slider-area {
	position: relative;
}
.hero11-slider-area .hero-area11.slick-slide.slick-active::after {
	transform: scale(1.5);
	transition: all 2.9s;
}
.hero11-slider-area .slick-dots {
	/* display: flex; */
	justify-content: start;
	margin: 0;
	padding: 0;
	margin-left: 70px;
	margin-top: 20px;
	list-style-type: none;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero11-slider-area .slick-dots {
		display: flex;
		top: auto;
		bottom: 30px;
		left: 50%;
		margin-left: -40px;
	}
}
@media (max-width: 767px) {
	.hero11-slider-area .slick-dots {
		display: flex;
		top: auto;
		bottom: 30px;
		left: 50%;
		margin-left: -40px;
	}
}
.hero11-slider-area .slick-dots::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 2px;
	background-image: url(../../img/shapes/does-border.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.hero11-slider-area .slick-dots li {
	margin: 0 0.25rem;
	margin: 12px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero11-slider-area .slick-dots li {
		margin-left: 10px;
	}
}
@media (max-width: 767px) {
	.hero11-slider-area .slick-dots li {
		margin-left: 10px;
	}
}
.hero11-slider-area .slick-dots button {
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.5411764706);
	text-indent: -9999px;
}
.hero11-slider-area .slick-dots li.slick-active button {
	background-color: #259ea6;
}

@keyframes animation-10 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1000deg);
	}
}
.aniamtion-key-10 {
	position: relative;
	animation-name: animation-10;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.single-service {
	background: #ffffff;
	border: 1px solid #e1e3e8;
	border-radius: 10px;
	padding: 24px 28px;
	margin-bottom: 30px;
	transition: all 0.3s;
	transform: translateY(0);
}
.single-service:hover {
	transition: all 0.3s;
	transform: translateY(-15px);
	border-color: transparent;
	box-shadow: 0 4px 60px rgba(0, 0, 0, 0.08);
}
.single-service h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #275143;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.single-service h3 {
		font-size: 18px;
		line-height: 26px;
	}
}
.single-service p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #5c5b79;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.single-service p {
		font-size: 16px;
		line-height: 24px;
	}
}

.service-icon {
	display: inline-block;
	background: #feebeb;
	margin-bottom: 30px;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 64px;
}
@media (max-width: 767px) {
	.service-icon {
		width: 50px;
		height: 50px;
		line-height: 48px;
		margin-bottom: 20px;
	}
}
.service-icon img {
	width: 40px;
	height: 40px;
}
@media (max-width: 767px) {
	.service-icon img {
		height: 30px;
		width: 30px;
	}
}

img.service-shape1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: auto;
	z-index: -1;
}

.service-2 .service-icon {
	width: 80px;
	height: 80px;
	line-height: 77px;
	text-align: center;
}
.service-2 .single-service h3 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #192533;
}
@media (max-width: 767px) {
	.service-2 .single-service h3 {
		font-size: 20px;
	}
}
.service-2 .single-service {
	border: none;
}

.service-inner-1 .single-service {
	border: none;
	border-radius: 10px;
	padding: 24px;
}
.service-inner-1 .single-service h3 {
	font-weight: 700;
}
.service-inner-1 .single-service .service-icon {
	margin-bottom: 24px;
}

.inner-service-1 .single-service h3 {
	font-weight: 700;
}

.service-img {
	height: 260px;
	text-align: center;
}

.single-inner-service {
	background: #ffffff;
	border: 1px solid rgba(22, 21, 64, 0.25);
	border-radius: 7px;
	padding: 24px;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.single-inner-service:hover {
	transition: all 0.3s;
	border: 1px solid #275143;
}

.service-content h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #000;
}
.service-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	opacity: 0.7;
	margin-bottom: 24px;
}

.single-inner-service-2 {
	position: relative;
	z-index: 2;
	padding-left: 120px;
}
.single-inner-service-2 .service-icon {
	position: absolute;
	left: 24px;
	top: 24px;
}

.widget-download-card h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #07060b;
	margin-bottom: 30px;
}

.download-card-img {
	margin-top: 40px;
	height: 250px;
}

.download-card-img img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.single-service-contents h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	color: #07060b;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.single-service-contents h3 {
		font-size: 28px;
		line-height: 36px;
	}
}
.single-service-contents h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #07060b;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.single-service-contents h4 {
		font-size: 20px;
		line-height: 30px;
	}
}

.single-service-advise {
	/* background: #F8F8FC; */
	border-radius: 8px;
	padding: 30px;
}
@media (max-width: 767px) {
	.single-service-advise {
		margin-bottom: 30px;
	}
}

.single-service-advise p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.service-list li {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	display: flex;
	align-items: center;
	color: #000;
	opacity: 0.7;
}

.service-list li {
	position: relative;
	z-index: 2;
	padding-left: 34px;
	margin-bottom: 16px;
}
.service-list li:last-child {
	margin-bottom: 0;
}

.service-list li img {
	position: absolute;
	left: 0;
	top: 4px;
	width: 24px;
	height: 24px;
}

.inner-quote {
	background: #e7e8f4;
	border-radius: 8px;
	padding: 30px;
	margin-top: 40px;
}

.inner-quote p {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #07060b;
}
@media (max-width: 767px) {
	.inner-quote p {
		font-size: 20px;
		line-height: 30px;
	}
}

.inner-quote a {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}

.service7 {
	background: #f8f7ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service7 .servcie7-slider {
		margin-bottom: 200px;
	}
}
@media (max-width: 767px) {
	.service7 .servcie7-slider {
		margin-bottom: 120px;
	}
}
.service7 .single-slider {
	background-color: #fff;
	border-radius: 5px;
	padding: 24px 30px;
	text-align: center;
	margin: 0px 5px;
	transition: 0.4s;
	width: 280px;
}
.service7 .single-slider .icon img {
	transition: 0.4s;
}
.service7 .single-slider:hover {
	background-color: #275143;
	transition: 0.4s;
}
.service7 .single-slider:hover .icon img {
	transition: 0.4s;
	filter: brightness(0) invert(1);
}
.service7 .single-slider:hover h4 {
	color: #fff;
	transition: 0.4s;
}
.service7 .single-slider h4 {
	color: var(--investment-consulting-text-color, #0a1317);
	text-align: center;
	font-family: "satoshi";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	display: inline-block;
	padding-top: 16px;
	transition: 0.4s;
}
.service7 .owl-nav button svg {
	background: red;
	font-size: 20px;
	padding: 20px 22px;
	border-radius: 5px;
	color: #fff;
	transition: 0.4s;
}
.service7 .owl-nav button svg:hover {
	background: #4b4e50;
	transition: 0.4s;
}
.service7 .owl-nav button:nth-child(1) {
	position: absolute;
	top: 30%;
	margin-top: -31px;
	left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service7 .owl-nav button:nth-child(1) {
		left: 40%;
		top: 110%;
		margin-rihgt: 70px;
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.service7 .owl-nav button:nth-child(1) {
		left: 30%;
		top: 110%;
		margin-rihgt: 70px;
		margin-top: 60px;
	}
}
.service7 .owl-nav button:nth-child(2) {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service7 .owl-nav button:nth-child(2) {
		right: 40%;
		top: 110%;
		margin-top: 1px;
	}
}
@media (max-width: 767px) {
	.service7 .owl-nav button:nth-child(2) {
		right: 30%;
		top: 110%;
		margin-top: 1px;
	}
}
.service7 .service7-hadding {
	padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service7 .service7-hadding {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.service7 .service7-hadding {
		padding-left: 0;
	}
}
.service7 .service7-list-hadding h4 {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
}
.service7 .service7-list-hadding .single-list {
	display: flex;
	align-items: start;
	padding-top: 20px;
}
.service7 .service7-list-hadding .single-list p span {
	color: var(--investment-consulting-text-color, #0a1317);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	display: inline-block;
}
.service7 .service7-list-hadding .single-list .icon {
	margin-right: 10px;
	width: 40px;
}
.service7 .nav-pills .nav-link.active,
.service7 .nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background: none;
}
.service7 .nav-link.active .single-slider {
	background-color: #275143;
}
.service7 .nav-link.active .single-slider .icon img {
	filter: brightness(40);
}
.service7 .nav-link.active .single-slider h4 {
	color: #fff;
}

.aboutServices {
	font-size: 25px !important;
	font-weight: 400;
}

.img100 img {
	width: 100%;
}

.service8 {
	background: #ebeef5;
}

.service8-box {
	background: #fff;
	border-radius: 1px;
	padding: 24px 24px 60px 24px;
	overflow: hidden;
	position: relative;
	transition: 0.4s;
	margin-top: 30px;
}
.service8-box .learn-more8 {
	color: #0a1317;
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	transition: 0.4s;
}
.service8-box .learn-more8:hover {
	color: #015cb5;
	transition: 0.4s;
}
.service8-box .service8-icon {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	background: #015cb5;
	position: absolute;
	bottom: -60px;
	right: -20px;
	transition: 0.4s;
}
.service8-box .service8-icon img {
	padding-top: 20px;
	padding-left: 40px;
}
.service8-box:hover {
	transform: translateY(-10px);
	transition: 0.4s;
}
.service8-box:hover .service8-icon {
	background: #fb8815;
	transition: 0.4s;
}

.countries8 .headding8 {
	padding-right: 30px;
}

.countris-section-boxs .countries-box {
	background: #f3f5f9;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #dbe6f2;
	transition: 0.6s;
	margin-top: 30px;
}
.countris-section-boxs .countries-box .img img {
	transition: 0.4s;
}
.countris-section-boxs .countries-box a {
	color: #071a1c;
	text-align: center;
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	display: inline-block;
	padding-top: 10px;
}
.countris-section-boxs .countries-box:hover {
	border: 1px solid #5f96cf;
	transition: 0.4s;
}
.countris-section-boxs .countries-box:hover .img img {
	transition: 0.8s;
	transform: rotate(360deg);
}

.service9 {
	background-color: #e2e3f2;
}
.service9 .service9-slider-all .single-slider {
	position: relative;
	margin: 0px 15px;
}
.service9 .service9-slider-all .single-slider .image img {
	width: 100%;
	border-radius: 2px;
	transition: 0.4s;
	filter: grayscale(100);
}
.service9 .service9-slider-all .single-slider .icon-box-all {
	margin: 0px 30px;
	position: absolute;
	bottom: 30px;
	width: 84%;
	transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service9 .service9-slider-all .single-slider .icon-box-all {
		margin: 0;
		width: 100%;
	}
}
.service9 .service9-slider-all .single-slider .icon-box .icon-hadding h5 a {
	color: var(--d-white, #fff);
	font-family: "Domine", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	display: inline-block;
	position: relative;
	z-index: 10;
	position: absolute;
	top: 31px;
	right: 24px;
	overflow: hidden;
	width: 0;
	opacity: 0;
	transition: 0.4s;
}
.service9 .service9-slider-all .single-slider .icon-box .icon {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ffb92b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
	margin-top: 10px;
	margin-left: 10px;
	transition: 0.4s;
}
.service9 .service9-slider-all .single-slider .icon-box::after {
	position: absolute;
	content: "";
	height: 80px;
	width: 100%;
	border-radius: 110px;
	top: 0;
	left: 0;
	background: #755be2;
	z-index: 1;
	width: 80px;
	transition: 0.4s;
}
.service9 .service9-slider-all .single-slider:hover .image img {
	width: 100%;
	border-radius: 2px;
	transition: 0.4s;
	filter: grayscale(0);
}
.service9
	.service9-slider-all
	.single-slider:hover
	.icon-box
	.icon-hadding
	h5
	a {
	color: var(--d-white, #fff);
	font-family: "Domine", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	display: inline-block;
	position: relative;
	z-index: 10;
	position: absolute;
	top: 31px;
	right: 24px;
	overflow: hidden;
	width: auto;
	transition: 0.4s;
	opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service9
		.service9-slider-all
		.single-slider:hover
		.icon-box
		.icon-hadding
		h5
		a {
		font-size: 16px;
		line-height: 22px;
		top: 16px;
		right: 0;
		left: 70px;
	}
}
@media (max-width: 767px) {
	.service9
		.service9-slider-all
		.single-slider:hover
		.icon-box
		.icon-hadding
		h5
		a {
		font-size: 16px;
		line-height: 22px;
		top: 16px;
		right: 0;
		left: 70px;
	}
}
.service9 .service9-slider-all .single-slider:hover .icon-box .icon {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ffb92b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
	margin-top: 10px;
	margin-left: 10px;
	transition: 0.4s;
}
.service9 .service9-slider-all .single-slider:hover .icon-box::after {
	position: absolute;
	content: "";
	height: 80px;
	width: 100%;
	border-radius: 110px;
	top: 0;
	left: 0;
	background: #755be2;
	z-index: 1;
	width: 100%;
	transition: 0.4s;
}
.service9 .service9-arrows {
	text-align: end;
	display: flex;
	align-items: center;
	justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service9 .service9-arrows {
		justify-content: start;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.service9 .service9-arrows {
		justify-content: start;
		margin-top: 30px;
	}
}
.service9 .service9-arrows .testimonial-next-arrow1 {
	margin-right: 24px;
}
.service9 .service9-arrows button {
	border: none;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #eed2a2;
	color: #071a1c;
	transition: 0.4s;
}
.service9 .service9-arrows button:hover {
	background: #ffb92b;
	color: #fff;
	transition: 0.4s;
}

.service-binifits9 .service-binifits-boxs .single-boxs {
	border-radius: 1px;
	background: var(--d-white, #fff);
	box-shadow: 0px 2px 58px 0px rgba(0, 0, 0, 0.09);
	padding: 16px;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 20px;
}
.service-binifits9 .service-binifits-boxs .single-boxs::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	height: 90%;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #ffb92b;
	transform: scale(0.95);
	z-index: 2;
}
.service-binifits9 .service-binifits-boxs .single-boxs .icon span {
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	color: #755be2;
	background-color: #e2e3f2;
	display: inline-block;
}
.service-binifits9 .service-binifits-boxs .single-boxs a {
	color: var(--relation-text-color-r, #0f0a23);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
	padding-left: 10px;
	position: relative;
	z-index: 9;
}
.service-binifits9 .service-binifits9-images {
	position: relative;
	height: 560px;
	margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-binifits9 .service-binifits9-images {
		margin-left: 0;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.service-binifits9 .service-binifits9-images {
		margin-left: 0;
		margin-top: 30px;
	}
}
.service-binifits9 .service-binifits9-images .image2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.service10 {
	background-color: #f8f9fa;
}
.service10 .service10-boxs .service10-box {
	border-radius: 8px;
	border: 1px solid var(--Stroke-Color, #ced4da);
	box-shadow: 0px 4px 30px 0px rgba(33, 37, 41, 0.04);
	padding: 16px;
	transition: all 0.4s;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service10 .service10-boxs .service10-box {
		margin-bottom: 0;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.service10 .service10-boxs .service10-box {
		margin-bottom: 0;
		margin-top: 30px;
	}
}
.service10 .service10-boxs .service10-box .icon {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #e7f3f3;
	margin-bottom: 16px;
	transition: all 0.4s;
}
.service10 .service10-boxs .service10-box .icon img {
	transition: all 0.4s;
}
.service10 .service10-boxs .service10-box p {
	padding-top: 4px;
}
.service10 .service10-boxs .service10-box a.learn {
	color: var(--D-Text, #212529);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 100% */
	display: inline-block;
	transition: all 0.4s;
}
.service10 .service10-boxs .service10-box a.learn span {
	display: inline-block;
	transform: rotate(-45deg);
}
.service10 .service10-boxs .service10-box a.learn:hover {
	color: #259ea6;
	transition: all 0.4s;
}
.service10 .service10-boxs .service10-box:hover {
	border: 1px solid #fff;
	transition: all 0.4s;
	box-shadow: 0px 4px 30px 0px rgba(33, 37, 41, 0.04);
}
.service10 .service10-boxs .service10-box:hover .icon {
	background-color: #259ea6;
	transition: all 0.4s;
}
.service10 .service10-boxs .service10-box:hover .icon img {
	filter: brightness(40);
	transition: all 0.4s;
}
.service10 .service10-boxs .service10-box:hover a.learn {
	color: #259ea6;
}

.about-img-elements {
	position: relative;
	z-index: 2;
	max-height: 640px;
}
@media (max-width: 991px) {
	.about-img-elements {
		max-height: none;
		margin-top: 200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-img-elements {
		max-height: none;
		margin-top: 200px;
	}
}

.circle-elements {
	position: absolute;
	z-index: 2;
	left: -150px;
	bottom: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.circle-elements {
		left: -50px;
	}
}
@media (max-width: 767px) {
	.circle-elements {
		bottom: -20%;
		left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.circle-elements {
		bottom: -10%;
		left: 0;
	}
}

.about-rates {
	position: absolute;
	top: 20%;
	height: 290px;
	right: 0;
}
@media (max-width: 767px) {
	.about-rates {
		top: -30%;
		height: 220px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-rates {
		top: -10%;
		height: 220px;
	}
}

img.about-main-img {
	max-height: 640px;
	width: 560px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	margin-left: -50px;
}
@media (max-width: 991px) {
	img.about-main-img {
		margin-left: 0;
		max-height: none;
		width: 100%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	img.about-main-img {
		margin-left: 0px;
	}
}

.circle-elements-wrap {
	position: relative;
	z-index: 2;
	width: 125px;
	height: 125px;
}

img.circle-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 20px;
	margin-left: -10px;
	margin-top: -10px;
}

img.circle-text {
	animation: circleanimtion linear 15s infinite;
}

@keyframes circleanimtion {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.about-author-3 {
	background: #dcedf3;
	border-radius: 7px;
	padding: 24px 24px 24px 102px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.about-author-3:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}
.about-author-3 h5.author-desc,
.about-author-3 h5.author-desc a {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #304952;
}
.about-author-3 .author-img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 16px;
	top: 24px;
}
.about-author-3 .author-img img {
	border-radius: 50px;
}
.about-author-3 p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #192533;
	margin-bottom: 14px;
}

.about-3-image {
	margin-left: -100px;
	width: 526px;
	height: 650px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-3-image {
		margin: 0 0 200px;
	}
}
@media (max-width: 767px) {
	.about-3-image {
		margin-left: 0;
		width: 100%;
		height: auto;
		margin-bottom: 150px;
	}
}
.about-3-image .about-3-img-1 {
	position: absolute;
	bottom: -100px;
	right: -120px;
	width: 350px;
	height: 400px;
	z-index: 2;
}
@media (max-width: 767px) {
	.about-3-image .about-3-img-1 {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		margin-top: 50px;
	}
}
.about-3-image .about-3-img-3 {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 300px;
	right: -40px;
	z-index: 3;
}
@media (max-width: 767px) {
	.about-3-image .about-3-img-3 {
		right: 0;
	}
}
.about-3-image .about-3-img-2 {
	position: absolute;
	width: 166px;
	bottom: -65px;
	z-index: -1;
	left: 155px;
}
.about-3-image .about-3-img-4 {
	position: absolute;
	bottom: -100px;
	width: 75px;
	left: 10px;
}

.about-4-image {
	height: 640px;
	width: 518px;
}
@media (max-width: 767px) {
	.about-4-image {
		margin-bottom: 100px;
		width: 100%;
		height: 400px;
	}
}
.about-4-image .about-4-img-2 {
	position: absolute;
	z-index: -1;
	width: 1000px;
	height: 1000px;
	top: -200px;
	left: -200px;
}
.about-4-image .about-4-img-2 img {
	animation: upNdown 5s infinite linear alternate;
}
@media (max-width: 767px) {
	.about-4-image .about-4-img-2 {
		display: none;
	}
}
.about-4-image .about-4-image-content {
	position: absolute;
	bottom: 5%;
	background: #fff;
	width: 80%;
	left: 10%;
	border-radius: 8px;
	padding: 17px;
}
.about-4-image .about-4-image-content p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #275143;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.about-4-image .about-4-image-content p {
		font-size: 12px;
		line-height: 22px;
	}
}
.about-4-image .about-3-img-3 {
	width: 30px;
	position: absolute;
	bottom: -40px;
	left: 30px;
}
.about-4-image .about-3-img-6 {
	width: 30px;
	position: absolute;
	top: 16%;
	left: -40px;
}
@media (max-width: 767px) {
	.about-4-image .about-3-img-6 {
		left: 0;
	}
}
.about-4-image .about-3-img-5 {
	position: absolute;
	width: 30px;
	top: 34%;
	right: -40px;
}
@media (max-width: 767px) {
	.about-4-image .about-3-img-5 {
		right: 0;
	}
}

@media (max-width: 991px) {
	.about-bg-21 {
		margin-bottom: 60px;
	}
}
@media (max-width: 767px) {
	.about-bg-21 .corner-shape2-left {
		width: 60px;
		top: 0;
		left: 0;
	}
	.about-bg-21 .corner-right-bottom-shape2 {
		width: 36px;
	}
	.about-bg-21 .top-left-polygon-1:after {
		border-right: 80px solid transparent;
		border-top: 135px solid #fff;
		z-index: 1;
		top: 0;
		left: 0;
	}
}

.inner-1 {
	padding: 175px 0 100px;
}

.inner-title p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #275143;
}
@media (max-width: 767px) {
	.inner-title p {
		font-size: 18px;
	}
}
.inner-title h2 {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 50px;
	line-height: 65px;
	letter-spacing: -1px;
	color: #000;
}
@media (max-width: 767px) {
	.inner-title h2 {
		font-size: 32px;
		line-height: 44px;
	}
}

.about7 .about7-images .image img {
	border-radius: 5px;
	width: 100%;
}
.about7 .about7-images .about7-shape {
	position: absolute;
	top: -82px;
	left: -56px;
	height: 120px;
	width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about7 .about7-images .about7-shape {
		top: 0;
		left: 0;
	}
}
@media (max-width: 767px) {
	.about7 .about7-images .about7-shape {
		top: 0;
		left: 0;
	}
}
.about7 .hadding7 {
	padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about7 .hadding7 {
		padding-left: 0;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.about7 .hadding7 {
		padding-left: 0;
		padding-top: 30px;
	}
}

.about8 .about8-shape {
	width: 70px;
	position: absolute;
	top: -40px;
	left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about8 .about8-shape {
		top: -40px;
		left: 0;
	}
}
@media (max-width: 767px) {
	.about8 .about8-shape {
		top: -40px;
		left: 0;
	}
}
.about8 .headding8 {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about8 .headding8 {
		padding-left: 0px;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.about8 .headding8 {
		padding-left: 0px;
		padding-top: 30px;
	}
}
.about8 .about8-images .image img {
	width: 100%;
	border-radius: 5px;
}

.progress {
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
	margin-right: 100px;
	display: inline-block;
	overflow: visible;
}
@media (max-width: 767px) {
	.progress {
		margin-top: 40px;
	}
}
.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 7px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
}
.progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.progress .progress-left {
	left: 0;
}
.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 7px;
	border-style: solid;
	position: absolute;
	top: 0;
	border-color: #015cb5;
}
.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 75px;
	border-bottom-right-radius: 75px;
	border-left: 0;
	transform-origin: center left;
}
.progress .progress-right {
	right: 0;
}
.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 75px;
	border-bottom-left-radius: 75px;
	border-right: 0;
	transform-origin: center right;
}
.progress .progress-value {
	display: flex;
	border-radius: 50%;
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	align-items: center;
	justify-content: center;
	height: 80%;
	font-weight: 600;
	text-align: center;
	width: 80%;
	background: #015cb5;
	color: #fff;
	margin-top: 15px;
	margin-left: 16px;
	padding-bottom: 10px;
}
.progress .progress-value div {
	margin-top: 10px;
}
.progress .progress-value span {
	font-size: 12px;
	text-transform: uppercase;
}

.progress-headding {
	text-align: center;
	margin-top: 30px;
}
.progress-headding h6 {
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-family: "Urbanist", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 100% */
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
	animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
	animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
	animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
	animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
	animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
	animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
	animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
	animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
	animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
	animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
	animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
	animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
	animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
	animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
	animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(36deg);
	}
}
@keyframes loading-2 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(72deg);
	}
}
@keyframes loading-3 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(108deg);
	}
}
@keyframes loading-4 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(144deg);
	}
}
@keyframes loading-5 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}
.progress {
	margin-bottom: 1em;
}

.about9 .about9-images {
	position: relative;
	height: 480px;
}
.about9 .about9-images .about9-img2 {
	position: absolute;
	right: 0;
	top: 120px;
}
.about9 .about9-images .about9-text {
	width: 200px;
	text-align: center;
	padding: 24px;
	background-color: #755be2;
	position: absolute;
	top: 20px;
	left: 20px;
}
.about9 .about9-images .about9-text h1 {
	color: var(--d-white, #fff);
	font-family: "Domine", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
}
.about9 .about9-images .about9-text p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.about9 .about9-list-all {
	background-color: #e2e3f2;
	padding: 16px 32px;
	border-radius: 1px;
	margin-top: 24px;
	position: relative;
}
.about9 .about9-list-all::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 2%;
	z-index: 1;
	background: #755be2;
	border: 1px;
	transition: 0.4s;
}
.about9 .about9-list-all:hover::after {
	width: 100%;
	transition: 0.4s;
}
.about9 .about9-list-all:hover ul li {
	color: #fff;
	transition: 0.4s;
}
.about9 .about9-list-all:hover ul li img {
	filter: brightness(40);
	transition: 0.4s;
}
.about9 .about9-list-all ul li {
	color: var(--tax-text-color, #000);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding: 5px 0;
	position: relative;
	z-index: 9;
	transition: 0.4s;
}
.about9 .about9-list-all ul li img {
	padding-right: 5px;
	transition: 0.4s;
}
.about9 .headding9 {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about9 .headding9 {
		padding-left: 0;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.about9 .headding9 {
		padding-left: 0;
		padding-top: 30px;
	}
}

.about10 .about10-images {
	position: relative;
	height: 570px;
}
@media (max-width: 767px) {
	.about10 .about10-images {
		height: 870px;
	}
}
.about10 .about10-images .image1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.about10 .about10-images .image1 img {
	border-radius: 8px;
}
.about10 .about10-images .image2 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.about10 .about10-images .image2 img {
	border-radius: 8px;
}
.about10 .about10-images .shape {
	position: absolute;
	top: -35px;
	left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about10 .about10-images .shape {
		left: 0;
		top: -50px;
	}
}
@media (max-width: 767px) {
	.about10 .about10-images .shape {
		left: 0;
		top: -50px;
	}
}
.about10 .about10-images .counter-box {
	position: absolute;
	top: 20px;
	right: 60px;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.about10 .about10-images .counter-box {
		top: 350px;
	}
}
.about10 .about10-images .counter-box::after {
	position: absolute;
	content: "";
	left: -20px;
	top: 10px;
	height: 50px;
	width: 2px;
	background-color: #259ea6;
}
.about10 .about10-images .counter-box h2 {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px; /* 100% */
	margin-right: 12px;
}
.about10 .about10-images .counter-box p {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 175% */
}
.about10 .headding10 {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about10 .headding10 {
		padding-left: 0;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.about10 .headding10 {
		padding-left: 0;
		padding-top: 30px;
	}
}
.about10 .headding10 .about10-box {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.about10 .headding10 .about10-box {
		margin-top: 10px;
	}
}
.about10 .headding10 .about10-box .icon {
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background-color: #e9f5f6;
	margin-bottom: 20px;
	transition: 0.4s;
}
.about10 .headding10 .about10-box .icon img {
	transition: all 0.4s;
}
.about10 .headding10 .about10-box p {
	padding-top: 5px;
}
.about10 .headding10 .about10-box:hover .icon {
	background-color: #259ea6;
	transition: 0.4s;
}
.about10 .headding10 .about10-box:hover .icon img {
	transition: all 0.4s;
	filter: brightness(40);
}

.single-team {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.single-team {
		width: 80%;
		margin: 0 auto 30px;
	}
}
.single-team .team-content {
	text-align: center;
	padding: 24px;
	transition: all 0.3s;
}
.single-team .team-content a {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #275143;
	display: inline-block;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.single-team .team-content a {
		font-size: 20px;
		line-height: 20px;
	}
}
.single-team .team-content .team-socials {
	transition: all 0.3s;
}
.single-team .team-content .team-socials li {
	display: inline-block;
}
.single-team .team-content .team-socials li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px !important;
	background: #ffffff;
	border-radius: 50px;
	font-size: 12px !important;
	color: #12141d;
	transition: all 0.3s;
	margin-bottom: 0;
}
.single-team .team-content .team-socials li a:hover {
	background: #f23936;
	transition: all 0.3s;
	color: #ffffff;
}
.single-team .team-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #5c5b79;
}
@media (max-width: 767px) {
	.single-team .team-content p {
		font-size: 14px;
	}
}
.single-team .team-img {
	overflow: hidden;
	height: 350px;
	width: 100%;
	transition: all 0.3s;
	border-radius: 8px;
}
@media (max-width: 767px) {
	.single-team .team-img {
		height: 300px;
	}
}
.single-team .team-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.team-1 .single-team .team-content {
	background: #fff9f9;
	border-radius: 0 0 8px 8px;
}
.team-1 .single-team .team-img {
	border-radius: 8px 8px 0 0;
}

.team-2 .team-content {
	border-radius: 0 0 8px 8px;
	padding: 12px 0 20px;
}
.team-2 .team-content p {
	margin-bottom: 5px;
}
.team-2 .single-team {
	height: 435px;
	width: 100%;
	perspective: 600px;
	position: relative;
	border-radius: 8px;
}
.team-2 .team-sides {
	height: 100%;
	width: 80%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 700ms ease;
	backface-visibility: hidden;
	border-radius: 8px;
}
.team-2 .team-back-side {
	background-color: #dce0f3;
	transform: rotateY(180deg);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.team-2 .single-team:hover .team-font-side {
	transform: rotateY(-180deg);
}
.team-2 .single-team:hover .team-back-side {
	transform: rotateY(0);
}

.team-2 .team-content a {
	font-family: "Canela";
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #192533;
	margin-bottom: 12px;
}

.team-2 .team-content p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #304952;
}

.team-2 .team-img {
	border-radius: 8px 8px 0 0;
}
.team-2 .single-team .team-content .team-socials li a {
	color: #192533;
}
.team-2 .single-team .team-content .team-socials li a:hover {
	background: #192533;
	color: #ffffff;
}

.pricing-area {
	position: relative;
	z-index: 2;
	overflow-x: hidden;
}

.plan-toggle-wrap {
	text-align: center;
	padding: 10px;
	position: sticky;
	top: 0;
}

.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: 20px;
	width: 20px;
	background-color: #ffffff;
	top: 5px;
	left: 35px;
	border-radius: 50%;
	transition: 300ms all;
}

.toggle-inner .t-month,
.toggle-inner .t-year {
	position: absolute;
	left: -75px;
	top: 2px;
	color: #275143;
	transition: 300ms all;
}

.toggle-inner .t-year {
	left: unset;
	left: 73px;
	opacity: 0.5;
}

.active > .toggle-inner .t-month {
	opacity: 0.5;
}

.active > .toggle-inner .t-year {
	opacity: 1;
}

.toggle-inner input:checked + span {
	left: 5px;
}

.toggle-inner {
	width: 60px;
	margin: 0 auto;
	height: 30px;
	border-radius: 25px;
	position: relative;
	background: #275143;
}

.t-year h4 {
	min-width: 200px;
}

.toggle-inner .t-month h4,
.toggle-inner .t-year h4 {
	font-family: "satoshi";
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #275143;
	margin-bottom: 0;
}

.t-year {
	text-align: left;
}

.toggle-inner .t-year h4 span {
	color: #27ae60;
}

.inner-price .toggle-inner .t-year h4 span {
	color: #275143;
}

.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: #275143;
	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: "satoshi";
	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: "satoshi";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5c5b79;
	margin-bottom: 0;
}

a.price-btn {
	background: #f23936;
	box-shadow: 0 4px 25px rgba(242, 57, 54, 0.15);
	border-radius: 8px;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	padding: 15px;
}
@media (max-width: 767px) {
	a.price-btn {
		padding: 12px;
		font-size: 14px;
	}
}

.price-body h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #18181b;
	margin: 30px 0 24px;
}
.price-body ul li {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #5c5b79;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.price-body ul li img {
	width: 24px;
	margin-right: 5px;
}
.price-body ul li:last-child {
	margin-bottom: 0;
}

img.shape-right-top2 {
	position: absolute;
	top: 14%;
	right: 0;
	height: 180px;
	z-index: -1;
}

img.shape-top-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	z-index: -1;
}

img.shape-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 140px;
	z-index: -1;
}

img.shape-right-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	z-index: -1;
}

.pricing2 .single-price.active {
	border: 2px solid #243d31;
}
.pricing2 .price-heading p {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #000;
}
.pricing2 .price-heading h3 {
	font-weight: 700;
	color: #000;
}
.pricing2 .price-heading h6 {
	color: #000;
}
.pricing2 a.price-btn {
	background: #243d31;
	box-shadow: 0 4px 25px rgba(36, 61, 49, 0.15);
	transition: all 0.3s;
}
.pricing2 a.price-btn.active,
.pricing2 a.price-btn:hover {
	background: #fdc24c;
	transition: all 0.3s;
}
.pricing2 .price-body h4 {
	font-weight: 500;
	color: #000;
}
.pricing2 .price-body ul li {
	font-family: "satoshi";
	font-weight: 500;
	color: #000;
	opacity: 0.7;
}

.price-notice {
	background: #ffffff;
	border: 1px solid rgba(22, 21, 64, 0.25);
	border-radius: 7px;
	padding: 30px;
}

.price-img {
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 200px;
}

.single-counter {
	text-align: center;
	margin-bottom: 30px;
}
.single-counter p {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #5c5b79;
}
@media (max-width: 767px) {
	.single-counter p {
		font-size: 70%;
	}
}
.single-counter h3 {
	font-weight: 400;
	font-size: 80px;
	line-height: 80px;
	color: #275143;
	font-family: "DM Serif Display", serif;
}
@media (max-width: 767px) {
	.single-counter h3 {
		font-size: 40px;
	}
}
.single-counter .odometer.odometer-auto-theme,
.single-counter .odometer.odometer-theme-default {
	font-family: "DM Serif Display", serif;
}

@media (max-width: 991px) {
	.counter2 {
		margin: 100px 0;
	}
}
.counter2 .odometer.odometer-auto-theme,
.counter2 .odometer.odometer-theme-default {
	font-family: "satoshi";
}
.counter2 .corner-shape2-left {
	width: 130px;
	top: -100px;
	left: -100px;
}
.counter2 .single-counter {
	background: #ffffff;
	border-radius: 7px;
	padding: 30px 10px;
}
.counter2 .single-counter:last-child {
	margin-bottom: 0;
}
.counter2 .single-counter h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	font-family: "satoshi" !important;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter2
	.single-counter
	h2
	.odometer.odometer-auto-theme
	.odometer-digit
	.odometer-digit-inner {
	top: 2px;
}
.counter2 .single-counter p {
	font-weight: 200;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
.counter2 .conter-icon {
	width: 80px;
	height: 80px;
	background: #e8fcf6;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.counter2 .conter-icon img {
	width: 40px;
}

.inner-counter-1 .counter2 .conter-icon {
	background: #f2f1f9;
}

.single-couter-3 {
	text-align: center;
	padding: 30px 0;
}
.single-couter-3 h3 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 60px;
	color: #ffffff;
}
@media (max-width: 767px) {
	.single-couter-3 h3 {
		font-size: 40px;
	}
}
.single-couter-3 .odometer.odometer-auto-theme,
.single-couter-3 .odometer.odometer-theme-default {
	font-family: "Canela";
}
.single-couter-3 p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	opacity: 0.7;
}
@media (max-width: 767px) {
	.single-couter-3 p {
		font-size: 16px;
	}
}

.inner-counter-4 .single-couter-3 h3 {
	font-weight: 700;
}
.inner-counter-4 .single-couter-3 .odometer.odometer-auto-theme,
.inner-counter-4 .single-couter-3 .odometer.odometer-theme-default {
	font-family: "satoshi";
}
.inner-counter-4
	.odometer.odometer-auto-theme
	.odometer-digit
	.odometer-digit-inner,
.inner-counter-4
	.odometer.odometer-theme-default
	.odometer-digit
	.odometer-digit-inner {
	top: -3px;
}

.row.counters-3 > div {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.row.counters-3 > div:last-child {
	border-right: none;
}

@media (max-width: 991px) {
	.row.counters-3 > div:nth-child(2),
	.row.counters-3 > div:nth-child(4) {
		border: none;
	}
}

@media (max-width: 991px) {
	.row.counters-3 > div:nth-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (max-width: 991px) {
	.row.counters-3 > div:nth-child(3) {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.inner-counter-bg-1 {
	position: absolute;
	bottom: 0;
	width: 60%;
	height: 100%;
	right: 0;
	top: 0;
	text-align: center;
	z-index: -1;
}
.inner-counter-bg-1 img {
	width: 100%;
	height: 100%;
}

.counter2 .single-counter {
	transition: all 0.3s;
}
.counter2 .single-counter:hover {
	background: #243d31;
	transition: all 0.3s;
	color: #fff;
}
.counter2 .single-counter:hover p,
.counter2 .single-counter:hover h2 {
	color: #ffffff;
	transition: all 0.3s;
}

.testimonial-area {
	overflow-x: hidden;
}

.single-testimonial {
	margin-top: 40px;
	margin-bottom: 30px;
	cursor: move;
}
.single-testimonial h5 {
	font-weight: 400;
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	color: #ffffff;
}
@media (max-width: 991px) {
	.single-testimonial h5 {
		font-size: 18px;
		line-height: 28px;
	}
}

.author {
	text-align: center;
	margin-top: 60px;
}
.author a {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 21px;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.author a {
		font-size: 18px;
	}
}
.author p {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	opacity: 0.6;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.author p {
		font-size: 14px;
	}
}

.testimonial-nav {
	width: 440px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.testimonial-nav {
		width: auto;
	}
}

.testimonial-sliders {
	position: relative;
	z-index: 2;
}

.testimonial-arrows > div {
	position: absolute;
	top: 50%;
	left: -120px;
}

.testimonial-arrows .slick-arrow button {
	width: 60px;
	height: 60px;
	text-align: center;
	background: none;
	border-radius: 50px;
	border: 1px solid #ffffff;
	transition: all 0.3s;
}

.testimonial-arrows .testimonial-next-arrow {
	left: auto;
	right: -120px;
}

.testimonial-arrows .slick-arrow button img {
	width: 24px;
}

.testimonial-arrows .slick-arrow button:hover {
	background: #f23936;
	transition: all 0.3s;
	border-color: #f23936;
}

.single-testimonial-nav.slick-slide {
	margin: 0 10px;
	visibility: hidden;
}

.single-testimonial-nav.slick-slide.slick-active,
.single-testimonial-nav.slick-slide.slick-active.slick-center {
	visibility: visible;
}

.single-testimonial-nav.slick-slide.slick-active {
	opacity: 0.6;
	transition: all 0.1s;
}

.single-testimonial-nav.slick-slide.slick-active.slick-center {
	opacity: 1;
	transition: all 0.1s;
}

.single-testimonial-nav.slick-slide img {
	display: block;
	border-radius: 50%;
	transition: all 0.1s;
	transform: scale(0.8);
}

.single-testimonial-nav.slick-slide.slick-center img {
	transition: all 0.1s;
	transform: scale(1);
	border: 1px solid #ffffff;
	padding: 8px;
}

.testimonial-2 .testimonial-arrows .slick-arrow button:hover {
	background: #fdc24c;
	transition: all 0.3s;
	border-color: #fdc24c;
}

.testimonial-3 .single-testimonial {
	border-radius: 8px;
	background: #ffffff;
	padding: 24px;
	margin-top: 0;
	cursor: move;
}
.testimonial-3 .single-testimonial p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #304952;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.testimonial-3 .single-testimonial p {
		font-size: 16px;
		line-height: 26px;
	}
}
.testimonial-3 .testimonial-icon {
	background: #f5d1a4;
	box-shadow: 0 4px 15px rgba(245, 209, 164, 0.5);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	padding: 10px;
	margin-bottom: 16px;
}
.testimonial-3 .author-reviews {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonial-3 .review-1 {
	display: flex;
	background: #dcedf3;
	box-shadow: 0 4px 10px rgba(220, 237, 243, 0.5);
	border-radius: 8px;
	padding: 3px 8px;
}
.testimonial-3 .review li {
	display: inline-block;
	font-size: 18px;
	color: #6fcf97;
}
@media (max-width: 767px) {
	.testimonial-3 .review li {
		font-size: 16px;
	}
}
.testimonial-3 .review-rate p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 14px;
	color: #192533;
	margin-bottom: 0;
}
.testimonial-3 .author {
	margin-top: 0;
}
.testimonial-3 .author a {
	font-family: "Canela";
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #192533;
}
@media (max-width: 767px) {
	.testimonial-3 .author a {
		font-size: 16px;
	}
}
.testimonial-3.inner-testimonial-1 .author a {
	font-weight: 700;
}

.testimonial-4 .testimonials-4 {
	position: relative;
	z-index: 2;
}
.testimonial-4 .testimonials-4:after {
	position: absolute;
	content: "";
	height: 100%;
	width: calc(100% - 215px);
	background: #275143;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 8px;
}
@media (max-width: 767px) {
	.testimonial-4 .testimonials-4:after {
		width: 100%;
	}
}
.testimonial-4 .single-testimonial {
	position: relative;
	z-index: 2;
	cursor: move;
	padding: 50px 100px 50px 350px;
	margin-top: 0;
}
@media (max-width: 767px) {
	.testimonial-4 .single-testimonial {
		padding: 40px 20px 20px;
		text-align: center;
	}
}
.testimonial-4 .testimonial-image {
	height: 330px;
	width: 300px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -165px;
}
@media (max-width: 767px) {
	.testimonial-4 .testimonial-image {
		height: 120px;
		width: 120px;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto 20px;
	}
}
.testimonial-4 .testimonial-contents p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	color: #ffffff;
	margin: 20px 0 30px;
}
@media (max-width: 767px) {
	.testimonial-4 .testimonial-contents p {
		font-size: 18px;
		line-height: 28px;
	}
}
.testimonial-4 .testimonial-image img {
	border-radius: 8px;
	height: 100%;
	width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial-4 .testimonial-icon {
	width: 50px;
}
@media (max-width: 767px) {
	.testimonial-4 .testimonial-icon {
		width: 50px;
		margin: 0 auto;
	}
}
.testimonial-4 .testimonial-author a {
	font-family: "Canela";
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
}
.testimonial-4 .testimonial-author p {
	font-family: "satoshi";
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	margin: 10px 0 0;
}
.testimonial-4 .owl-nav button {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #ffffff !important;
	border-radius: 50px;
	font-size: 16px !important;
	display: block;
	margin: 10px 0;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.testimonial-4 .owl-nav button {
		border-radius: 50px;
		font-size: 16px !important;
		display: inline-block;
		margin: 0 5px;
	}
}
.testimonial-4 .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -65px;
	right: -25px;
	z-index: 3;
}
@media (max-width: 767px) {
	.testimonial-4 .owl-nav {
		position: relative;
		top: auto;
		margin-top: 0;
		right: auto;
		z-index: 3;
		bottom: 0;
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: 20px 0 40px;
	}
}
.testimonial-4 .owl-nav button:hover {
	background: #275143 !important;
	color: #fff !important;
	transition: all 0.3s;
}

@media (max-width: 767px) {
	.contact-3 {
		overflow-x: hidden;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes7 {
		padding: 50px 0px 160px 0px;
	}
}
@media (max-width: 767px) {
	.tes7 {
		padding: 50px 0px 160px 0px;
	}
}
.tes7 .tes7-slider-all .tes7-single-slider {
	border-radius: 4px;
	background: #fff;
	padding: 24px;
	box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.09);
	margin: 10px;
}
.tes7 .tes7-slider-all .tes7-single-slider .icon {
	background: #dfe5ef;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}
.tes7 .tes7-slider-all .tes7-single-slider .reting {
	background: #dfe5ef;
	padding: 4px;
	border-radius: 4px;
	margin: 24px 0px 16px 0px;
	width: 210px;
}
.tes7 .tes7-slider-all .tes7-single-slider .reting ul li {
	display: inline-block;
	color: #ffa41c;
	font-size: 16px;
}
.tes7 .tes7-slider-all .tes7-single-slider .reting ul li.reting-hadding {
	color: #0a1317;
	padding-left: 5px;
}
.tes7 .tes7-slider-all .tes7-single-slider p.pera {
	color: rgba(59, 67, 70, 0.8705882353);
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 30px; /* 166.667% */
}
.tes7 .tes7-slider-all .tes7-single-slider .bottom-hadding {
	display: flex;
	align-items: center;
}
.tes7 .tes7-slider-all .tes7-single-slider .bottom-hadding .image img {
	border-radius: 50%;
}
.tes7 .tes7-slider-all .tes7-single-slider .bottom-hadding .headding {
	padding-left: 20px;
	padding-top: 10px;
}
.tes7 .tes7-slider-all .tes7-single-slider .bottom-hadding .headding h5 a {
	color: var(--investment-consulting-text-color, #0a1317);
	font-family: "satoshi";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 100% */
}
.tes7 .owl-nav button svg {
	background: red;
	font-size: 20px;
	padding: 20px 22px;
	border-radius: 5px;
	color: #fff;
	transition: 0.4s;
}
.tes7 .owl-nav button svg:hover {
	background: #4b4e50;
	transition: 0.4s;
}
.tes7 .owl-nav button:nth-child(1) svg {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes7 .owl-nav button:nth-child(1) svg {
		left: 40%;
		top: 110%;
		margin-rihgt: 70px;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.tes7 .owl-nav button:nth-child(1) svg {
		left: 30%;
		top: 110%;
		margin-rihgt: 70px;
		margin-top: 0;
	}
}
.tes7 .owl-carousel .owl-nav button.owl-next,
.tes7 .owl-carousel .owl-nav button.owl-prev {
	background: none;
}
.tes7 .owl-nav button:nth-child(2) svg {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes7 .owl-nav button:nth-child(2) svg {
		right: 40%;
		top: 110%;
		margin-top: 1px;
	}
}
@media (max-width: 767px) {
	.tes7 .owl-nav button:nth-child(2) svg {
		right: 30%;
		top: 110%;
		margin-top: 1px;
	}
}
.tes7 .tes6 .owl-dots button {
	background: transparent;
	border: none;
	color: inherit;
	padding: 0 !important;
	font: inherit;
	height: 16px;
	line-height: 10px;
	width: 16px;
	margin: 0 6px;
	border: none;
	border-radius: 50%;
	padding: 5px;
	margin: 5px;
	background-color: #d9d9d9;
}
.tes7 .owl-dots button.active {
	background: #f4462f;
}
.tes7 .owl-dots {
	position: absolute;
	bottom: -20px;
	width: 100%;
	right: 0;
	text-align: center;
}
.tes7 .owl-dots button {
	position: relative;
	border: 2px solid #fff !important;
}
.tes7 .owl-dots button:after {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	background: #f4462f;
	z-index: -1;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.tes7 .owl-dots button.active:after {
	visibility: visible;
	opacity: 1;
}

.testimonial4-section-area {
	background-color: #ebeef5;
}
@media (max-width: 767px) {
	.testimonial4-section-area {
		padding: 50px 0px 160px 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area {
		padding: 50px 0px 120px 0px;
	}
}
.testimonial4-section-area .testimonial3-header {
	margin-bottom: 60px;
}
.testimonial4-section-area .testimonial3-header span {
	padding: 8px 10px;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 24px;
}
.testimonial4-section-area .testimonial3-header h1 {
	line-height: 54px;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial3-header h1 {
		line-height: 42px;
	}
}
.testimonial4-section-area .testiomnial-img3 {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial4-section-area
	.slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical {
	position: relative;
	left: 50px;
}
.testimonial4-section-area .testimonial3-slider-content-area {
	border-radius: 0.933px;
	background: #fff;
	box-shadow: 3.73171px 3.73171px 44.78049px 0px rgba(0, 0, 0, 0.09);
	padding: 40px 32px;
	margin: 8px;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-author-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-author-area
	ul
	li {
	display: inline-block;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-author-area
	ul
	li
	a {
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	background: #f4f3ef;
	color: #ffba00;
	line-height: 40px;
	border-radius: 4px;
}
.testimonial4-section-area .testimonial3-slider-content-area p {
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 43px; /* 153.571% */
	padding-top: 24px;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial3-slider-content-area p {
		font-size: 20px;
		line-height: 28px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .testimonial3-slider-content-area p {
		font-size: 20px;
		line-height: 28px;
	}
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area {
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.mans-img
	img {
	height: 100px;
	width: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.man3-text {
	margin-left: 16px;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.man3-text
	p {
	color: var(--visa-immigrant-consulting-paragraph-color, #585452);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 100% */
	padding: 0;
	margin-top: 10px;
}
.testimonial4-section-area
	.testimonial3-slider-content-area
	.testimonial3-man-info-area
	.man3-text
	a {
	display: inline-block;
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-family: "Urbanist", sans-serif;
	font-size: 27.988px;
	font-style: normal;
	font-weight: 600;
	line-height: 27.988px; /* 100% */
}
.testimonial4-section-area .slider-galeria-thumbs {
	width: 100%;
}
.testimonial4-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.testimonial4-section-area
		.slider-galeria-thumbs
		.testimonial3-sliders-img {
		text-align: center;
		position: relative;
		left: 26%;
		right: 26%;
		top: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area
		.slider-galeria-thumbs
		.testimonial3-sliders-img {
		text-align: center;
		position: relative;
		left: 26%;
		right: 26%;
		top: 20px;
	}
}
.testimonial4-section-area
	.slider-galeria-thumbs
	.testimonial3-sliders-img
	img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial4-section-area .testimonial-sliders {
	margin-bottom: 100px;
	position: relative;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial-sliders {
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .testimonial-sliders {
		margin-bottom: 50px;
	}
}
.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
	position: absolute;
	bottom: 45px;
	right: 268px;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
		right: 50%;
		top: auto;
		position: absolute;
		bottom: -145px;
		margin-right: -80px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
		right: 50px;
		bottom: 0;
	}
}
.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 button {
	height: 60px;
	width: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	border-radius: 4px;
	background: #fee7d0;
	transition: all 0.4s ease-in-out;
	color: #fb8815;
	border: none;
	outline: none;
	margin: 0 8px 0 0;
}
.testimonial4-section-area
	.testimonial-sliders
	.testimonial-arrows2
	button:hover {
	transition: all 0.4s ease-in-out;
	background: #fb8815;
	color: #fff;
}
.testimonial4-section-area .testimonial-sliders .slider-galeria {
	float: left;
	width: 100%;
}
.testimonial4-section-area .scetion-background {
	background-image: url(../../img/bg/tes8-bg-img.png);
	position: absolute;
	left: 0;
}
.testimonial4-section-area .slider-galeria {
	position: relative;
	top: 60px;
}
.testimonial4-section-area .slider-galeria-thumbs {
	position: relative;
	top: 60px;
}
.testimonial4-section-area
	.testimonial3-sliders-img.slick-slide.slick-current.slick-active:after {
	position: absolute;
	content: "";
	height: 100px;
	width: 100px;
	background: #015cb5;
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.testimonial4-section-area
	.testimonial3-sliders-img.slick-slide.slick-current.slick-active {
	position: relative;
}
.testimonial4-section-area
	.slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical
	img {
	position: relative;
	left: 10px;
	top: 10px;
}

.tes9 .tes9-slider-all .tes9-single-slider {
	position: relative;
	padding-left: 70px;
	margin-top: 30px;
}
.tes9 .tes9-slider-all .tes9-single-slider .icon {
	position: absolute;
	left: 0;
	top: 0;
}
.tes9 .tes9-slider-all .tes9-single-slider p.pera {
	color: var(--relation-text-color-r, #0f0a23);
	font-size: 28px;
	font-style: italic;
	font-weight: 500;
	line-height: 46px; /* 164.286% */
}
@media (max-width: 767px) {
	.tes9 .tes9-slider-all .tes9-single-slider p.pera {
		font-size: 20px;
		line-height: 28px;
	}
}
.tes9 .tes9-slider-all .tes9-single-slider .slider-bottom {
	display: flex;
	align-items: center;
}
.tes9 .tes9-slider-all .tes9-single-slider .slider-bottom .headding {
	padding-left: 16px;
	padding-top: 10px;
}
.tes9 .tes9-slider-all .tes9-single-slider .slider-bottom .headding a {
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
}
.tes9 .tes9-slider-all .tes9-single-slider .slider-bottom .headding p {
	color: var(--visa-immigrant-consulting-paragraph-color, #585452);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding-top: 10px;
}
.tes9 .image-slider-all .single-image-slider {
	position: relative;
}
.tes9 .image-slider-all .single-image-slider .image {
	position: relative;
	z-index: 1;
	text-align: end;
	right: 0;
	margin-left: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes9 .image-slider-all .single-image-slider .image {
		margin-top: 40px;
		margin-left: 0;
	}
}
.tes9 .image-slider-all .single-image-slider .image img {
	position: relative;
	z-index: 1;
}
.tes9 .image-slider-all .single-image-slider .tes9-reatting {
	width: 220px;
	padding: 24px;
	text-align: center;
	box-shadow: -6px 6px 48px rgba(0, 0, 0, 0.09);
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 9;
	background: #fff;
}
.tes9 .image-slider-all .single-image-slider .tes9-reatting ul.stars li {
	color: #ffa41c;
	display: inline-block;
}
.tes9 .image-slider-all .single-image-slider .tes9-reatting p.reatting {
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "Domine", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
	padding-top: 12px;
}
.tes9 .image-slider-all .single-image-slider .tes9-reatting p.reatting span {
	color: var(--relation-text-color-r, #0f0a23);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */
	display: inline-block;
	font-family: "satoshi";
}
.tes9 .slick-dots {
	display: flex;
	justify-content: start;
	margin: 0;
	padding: 1rem 0;
	margin-left: 70px;
	margin-top: 20px;
	list-style-type: none;
}
.tes9 .slick-dots li {
	margin: 0 0.25rem;
}
.tes9 .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #e3def9;
	text-indent: -9999px;
}
.tes9 .slick-dots li.slick-active button {
	background-color: #755be2;
}

.tes10 .tes10-slider-all {
	cursor: all-scroll;
}
.tes10 .tes10-slider-all .single-slider {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 24px;
	margin: 0px 15px;
}
.tes10 .tes10-slider-all .single-slider .headding-top h3 a {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */
}
.tes10 .tes10-slider-all .single-slider .headding-top p {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.tes10 .tes10-slider-all .single-slider .headding10 {
	padding-top: 50px;
}
.tes10 .tes10-slider-all .single-slider .headding10 .icon {
	padding-bottom: 16px;
}
.tes10 .tes10-arrows {
	text-align: end;
	display: flex;
	align-items: center;
	justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tes10 .tes10-arrows {
		justify-content: center;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.tes10 .tes10-arrows {
		justify-content: center;
		margin-top: 30px;
	}
}
.tes10 .tes10-arrows .testimonial10-next-arrow {
	margin-right: 24px;
}
.tes10 .tes10-arrows button {
	border: none;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #d3eced;
	color: #259ea6;
	transition: 0.4s;
}
.tes10 .tes10-arrows button:hover {
	background: #259ea6;
	color: #fff;
	transition: 0.4s;
}

.contact-form {
	padding-left: 50px;
}
.contact-form p {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.contact-form p {
		font-size: 20px;
		line-height: 30px;
	}
}
.contact-form input,
.contact-form textarea {
	width: 100%;
	background: #ffffff;
	border: 1px solid #dde1e0;
	border-radius: 5px;
	padding: 13px;
}
@media (max-width: 767px) {
	.contact-form {
		margin-top: 100px;
		padding-left: 0;
	}
}
.contact-form label {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 10px;
}
.contact-form input {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.contact-form input {
		font-size: 14px;
	}
}
.contact-form textarea {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.contact-form textarea {
		font-size: 14px;
	}
}

.contact-img-elements {
	height: 740px;
	margin-right: 50px;
	margin-left: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.contact-img-elements {
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.contact-img-elements {
		height: auto;
		margin-right: 0;
		margin-left: 0;
	}
}

img.contact-img {
	border-radius: 8px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

img.contact-shape1 {
	position: absolute;
	right: -95px;
	top: 50%;
	width: 190px;
	z-index: 2;
}
@media (max-width: 991px) {
	img.contact-shape1 {
		right: 0;
		top: 86%;
		width: 120px;
	}
}

.contact-form-2 input,
.contact-form-2 textarea {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #304952;
	width: 100%;
	padding: 16px;
	border-radius: 8px;
	border: none;
	margin-bottom: 20px;
}
.contact-form-2 input:focus,
.contact-form-2 textarea:focus {
	outline: none;
}
.contact-form-2 .nice-select {
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	color: #304952;
	font-family: "satoshi";
	font-weight: 500;
	border-color: transparent;
}
.contact-form-2 .nice-select:after {
	border-bottom: 2px solid #304952;
	border-right: 2px solid #304952;
	height: 8px;
	width: 8px;
	right: 16px;
	margin-top: -5px;
}

.contact-img-2 .contact-2-shape-1 {
	width: 70px;
	height: 70px;
	position: absolute;
	right: -42px;
	bottom: -28px;
}
@media (max-width: 767px) {
	.contact-img-2 .contact-2-shape-1 {
		right: 0;
	}
}
.contact-img-2 .contact-2-shape-2 {
	position: absolute;
	width: 300px;
	height: 300px;
	bottom: 20%;
	left: -130px;
	z-index: -1;
}
@media (max-width: 767px) {
	.contact-img-2 .contact-2-shape-2 {
		left: 0;
	}
}
.contact-img-2 .contact-2-shape-3 {
	position: absolute;
	top: 0;
	z-index: 9;
	width: 40px;
	height: 40px;
	right: 100px;
	top: -24px;
}

.contact-img-3 .contact-3-shape-4 {
	position: absolute;
	bottom: 0;
	width: 140%;
	height: 140%;
	left: -28%;
	top: -4%;
	z-index: -1;
}
.contact-img-3 .contact-3-shape-4 img {
	animation: upNdown 5s infinite linear alternate;
}
.contact-img-3 .contact-3-shape-1 {
	position: absolute;
	top: 100px;
	width: 40px;
	height: 40px;
	left: -40px;
	z-index: 3;
}
.contact-img-3 .contact-3-shape-2 {
	position: absolute;
	top: 180px;
	width: 40px;
	height: 40px;
	right: -26px;
	z-index: 3;
}
.contact-img-3 .contact-3-shape-3 {
	position: absolute;
	bottom: -46px;
	width: 40px;
	height: 40px;
	left: 40px;
	z-index: 3;
}

.contact-2 .contact-img-elements,
.contact-3 .contact-img-elements {
	height: 650px;
	width: 530px;
	margin-left: -50px;
	margin-right: 0;
}
@media (max-width: 767px) {
	.contact-2 .contact-img-elements,
	.contact-3 .contact-img-elements {
		width: 100%;
		height: 400px;
		margin-left: 0;
		margin-bottom: 100px;
	}
}

.single-contact-box {
	background: #fff;
	box-shadow: 0px 5px 30px rgba(9, 8, 64, 0.05);
	border-radius: 10px;
	padding: 30px;
	position: relative;
	z-index: 2;
	padding-left: 90px;
	height: 154px;
}

.contact-box-icon {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-box-content p {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 10px;
}
.contact-box-content a {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #000;
}

.contact-boxes {
	margin-top: -77px;
}

.main-form input,
.main-form textarea {
	margin-bottom: 24px;
	background: #e7e8f4;
	border-radius: 5px;
	border: none;
	padding: 20px 20px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #275143;
}
.main-form input::-moz-placeholder,
.main-form textarea::-moz-placeholder {
	color: #275143;
}
.main-form input::placeholder,
.main-form textarea::placeholder {
	color: #275143;
}

.contact7 .contact7-hadding span.span {
	color: #fff;
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	background-color: rgba(255, 255, 255, 0.2274509804);
	padding: 8px 16px;
	border-radius: 100px;
}
.contact7 .contact7-hadding span.span img {
	height: 20px;
}
.contact7 .contact7-hadding h2 {
	color: #fff;
	font-family: "satoshi";
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px; /* 122.727% */
	padding: 0;
	margin: 0;
}
.contact7 .contact7-hadding h2 span.after {
	position: relative;
}
.contact7 .contact7-hadding h2 span.after img {
	position: absolute;
	bottom: -10px;
	left: 0;
}
.contact7 .contact7-box-all {
	background: #fff;
	padding: 24px;
	border-radius: 5px;
	margin-top: 40px;
}
.contact7 .contact7-box-all .contact7-hadding h4 {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
}
.contact7 .contact7-box-all .contact7-hadding p {
	color: var(--investment-consulting-paragraph-color, #4b4e50);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	padding-top: 10px;
}
.contact7 .contact7-box-all .contact7-form .single-input {
	margin-top: 20px;
}
.contact7 .contact7-box-all .contact7-form .single-input input {
	background-color: #e7e7e8;
	padding: 14px;
	border-radius: 5px;
	border: none;
	width: 100%;
}
.contact7
	.contact7-box-all
	.contact7-form
	.single-input
	input::-moz-placeholder {
	color: var(
		--investment-consulting-text-color,
		rgba(10, 19, 23, 0.7411764706)
	);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact7 .contact7-box-all .contact7-form .single-input input::placeholder {
	color: var(
		--investment-consulting-text-color,
		rgba(10, 19, 23, 0.7411764706)
	);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact7 .contact7-box-all .contact7-form .single-input textarea {
	background-color: #e7e7e8;
	padding: 13px;
	border-radius: 5px;
	border: none;
	width: 100%;
}
.contact7
	.contact7-box-all
	.contact7-form
	.single-input
	textarea::-moz-placeholder {
	color: var(
		--investment-consulting-text-color,
		rgba(10, 19, 23, 0.7411764706)
	);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact7 .contact7-box-all .contact7-form .single-input textarea::placeholder {
	color: var(
		--investment-consulting-text-color,
		rgba(10, 19, 23, 0.7411764706)
	);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact7 .contact7-box-all .contact7-button button {
	width: 100%;
	border: none;
}
.contact7 .contact7-all-boxs {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact7 .contact7-all-boxs {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.contact7 .contact7-all-boxs {
		padding-left: 0;
	}
}
.contact7 .contact7-all-boxs .contact7-icon-box {
	display: flex;
	align-items: start;
	background-color: #fff;
	padding: 32px;
	border-radius: 5px;
	margin: 16px 0;
	transition: 0.4s;
}
.contact7 .contact7-all-boxs .contact7-icon-box .icon img {
	transition: 0.4s;
}
.contact7 .contact7-all-boxs .contact7-icon-box:hover {
	background: #f4462f;
	transition: 0.4s;
	transform: translateY(-10px);
}
.contact7 .contact7-all-boxs .contact7-icon-box:hover .headding h5 {
	color: #fff;
	transition: 0.4s;
}
.contact7 .contact7-all-boxs .contact7-icon-box:hover .headding a {
	color: #fff;
	transition: 0.4s;
}
.contact7 .contact7-all-boxs .contact7-icon-box:hover .icon img {
	filter: brightness(20);
	transition: 0.4s;
}
.contact7 .contact7-all-boxs .contact7-icon-box .headding {
	padding-left: 20px;
}
.contact7 .contact7-all-boxs .contact7-icon-box .headding h5 {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
	padding-bottom: 5px;
	transition: 0.4s;
}
.contact7 .contact7-all-boxs .contact7-icon-box .headding a {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	transition: 0.4s;
}

.contact8 {
	padding-bottom: 250px;
	background-color: #ebeef5;
}
.contact8 .contact8-img {
	padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact8 .contact8-img {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.contact8 .contact8-img {
		padding-right: 0;
	}
}
.contact8 .contact8-img img {
	border-radius: 4px;
}
.contact8 .contact8-form {
	background-color: #fff;
	padding: 32px;
	border-radius: 4px;
}
.contact8 .contact8-form .contact8-hadding h4 {
	color: var(--visa-immigrant-consulting-text-color, #100906);
	font-family: "Urbanist", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 100% */
}
.contact8 .contact8-form .contact8-hadding p {
	color: var(--visa-immigrant-consulting-paragraph-color, #585452);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding-top: 5px;
}
.contact8 .contact8-form .contact8-hadding .contact8-form-all ul li {
	border-radius: 2px;
	background: rgba(1, 92, 181, 0.1);
	padding: 8px 14px;
	display: inline-block;
	color: #100906;
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	margin-top: 12px;
	margin-right: 10px;
	cursor: pointer;
	transition: 0.4s;
	margin-bottom: 5px;
}
.contact8 .contact8-form .contact8-hadding .contact8-form-all ul li:hover {
	color: #fff;
	background: #015cb5;
	transition: 0.4s;
}
.contact8
	.contact8-form
	.contact8-hadding
	.contact8-form-all
	ul.select-c
	li.active {
	color: #fff;
	background: #015cb5;
	transition: 0.4s;
}
.contact8
	.contact8-form
	.contact8-hadding
	.contact8-form-all
	.single-input
	input {
	padding: 13px;
	border-radius: 4px;
	background: #f3f3f3;
	margin-top: 20px;
	border: none;
	width: 100%;
}
.contact8
	.contact8-form
	.contact8-hadding
	.contact8-form-all
	.single-input
	input::-moz-placeholder {
	color: var(
		--visa-immigrant-consulting-text-color,
		rgba(16, 9, 6, 0.7058823529)
	);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact8
	.contact8-form
	.contact8-hadding
	.contact8-form-all
	.single-input
	input::placeholder {
	color: var(
		--visa-immigrant-consulting-text-color,
		rgba(16, 9, 6, 0.7058823529)
	);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact8
	.contact8-form
	.contact8-hadding
	.contact8-form-all
	.single-input
	textarea {
	padding: 13px;
	border-radius: 4px;
	background: #f3f3f3;
	margin-top: 20px;
	border: none;
	width: 100%;
}
.contact8
	.contact8-form
	.contact8-hadding
	.contact8-form-all
	.single-input
	textarea::-moz-placeholder {
	color: var(
		--visa-immigrant-consulting-text-color,
		rgba(16, 9, 6, 0.7058823529)
	);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact8
	.contact8-form
	.contact8-hadding
	.contact8-form-all
	.single-input
	textarea::placeholder {
	color: var(
		--visa-immigrant-consulting-text-color,
		rgba(16, 9, 6, 0.7058823529)
	);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}

.cta8 {
	margin-top: -140px;
}
.cta8 .cta8-area {
	background-color: #015cb5;
	padding: 48px 40px;
}
.cta8 .cta8-area .cta8-headding h1 {
	color: var(--d-white, #fff);
	font-family: "Urbanist", sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 54px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta8 .cta8-area .cta8-headding h1 {
		font-size: 32px;
		line-height: 40px;
	}
}
@media (max-width: 767px) {
	.cta8 .cta8-area .cta8-headding h1 {
		font-size: 32px;
		line-height: 40px;
	}
}
.cta8 .cta8-area .cta8-headding p {
	color: rgba(255, 255, 255, 0.8);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	padding-top: 5px;
}
.cta8 .cta8-area .cta8-form .single-input input {
	background: #347dc4;
	padding: 12px;
	border-radius: 2px;
	border: none;
	margin-top: 16px;
	width: 100%;
	color: #fff;
}
.cta8 .cta8-area .cta8-form .single-input input::-moz-placeholder {
	color: var(--d-white, #fff);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.cta8 .cta8-area .cta8-form .single-input input::placeholder {
	color: var(--d-white, #fff);
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.cta8 .cta8-area .cta8-form .button button {
	width: 100%;
	padding: 17px;
}

.contact9 .contact9-img {
	margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact9 .contact9-img {
		margin-right: 0px;
	}
}
@media (max-width: 767px) {
	.contact9 .contact9-img {
		margin-right: 0px;
	}
}
.contact9 .contact9-form input {
	padding: 16px 20px;
	border-radius: 5px;
	border: none;
	background-color: #e2e3f2;
	margin-top: 20px;
	width: 100%;
}
.contact9 .contact9-form input::-moz-placeholder {
	color: var(--insurance-text-color, rgba(15, 24, 44, 0.6901960784));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	letter-spacing: -0.5px;
}
.contact9 .contact9-form input::placeholder {
	color: var(--insurance-text-color, rgba(15, 24, 44, 0.6901960784));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	letter-spacing: -0.5px;
}
.contact9 .contact9-form textarea {
	padding: 16px 20px;
	border-radius: 5px;
	border: none;
	background-color: #e2e3f2;
	margin-top: 0px;
	width: 100%;
}
.contact9 .contact9-form textarea::-moz-placeholder {
	color: var(--insurance-text-color, rgba(15, 24, 44, 0.6901960784));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	letter-spacing: -0.5px;
}
.contact9 .contact9-form textarea::placeholder {
	color: var(--insurance-text-color, rgba(15, 24, 44, 0.6901960784));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	letter-spacing: -0.5px;
}
.contact9 .contact9-form .nice-select.wide.select9 {
	border: none;
	background: #e2e3f2;
	height: 60px;
	line-height: 60px;
	margin-bottom: 0;
	margin-top: 20px;
	color: var(--insurance-text-color, rgba(15, 24, 44, 0.6901960784));
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.contact10 .headding10 {
	margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact10 .headding10 {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.contact10 .headding10 {
		margin-right: 0;
	}
}
.contact10 .contact-10-area h3 {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 100% */
}
.contact10 .contact-10-area .time-area {
	padding: 16px 0;
	border-bottom: 1px solid rgba(73, 80, 87, 0.6039215686);
}
.contact10 .contact-10-area .time-area a {
	color: var(--d-para, #495057);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: inline-block;
	margin-right: 24px;
}
.contact10 .contact-10-area .time-area a img {
	margin-top: -3px;
}
.contact10 .contact-10-area .contact-icon-box .contact-box {
	display: flex;
	align-items: start;
	margin-top: 30px;
}
.contact10 .contact-10-area .contact-icon-box .contact-box .icon {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #e9f5f6;
	border-radius: 50%;
	margin-right: 24px;
}
.contact10 .contact-10-area .contact-icon-box .contact-box .headding h4 {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
}
.contact10 .contact-10-area .contact-icon-box .contact-box .headding a {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact10 .contact10-form {
	background-color: #f8f9fa;
	padding: 24px;
	border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact10 .contact10-form {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.contact10 .contact10-form {
		margin-top: 30px;
	}
}
.contact10 .contact10-form .single-input {
	padding-top: 24px;
}
.contact10 .contact10-form .single-input label {
	color: var(--D-Text, #212529);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	padding-bottom: 16px;
}
.contact10 .contact10-form .single-input input,
.contact10 .contact10-form .single-input textarea {
	padding: 16px 20px;
	border: none;
	border-radius: 8px;
	border: 1px solid var(--Stroke-Color, #ced4da);
	background-color: transparent;
	width: 100%;
}
.contact10 .contact10-form .single-input input::-moz-placeholder,
.contact10 .contact10-form .single-input textarea::-moz-placeholder {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact10 .contact10-form .single-input input::placeholder,
.contact10 .contact10-form .single-input textarea::placeholder {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
}
.contact10 button {
	border: none;
}

.single-faq {
	background: #ffffff;
	border: 1px solid #e1e3e8;
	border-radius: 7px;
	padding: 15px;
	margin-bottom: 15px;
}
.single-faq:last-child {
	margin-bottom: 0;
}

.faq-heading {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	align-items: center;
	color: #07060b;
	margin-bottom: 0;
	display: block;
	position: relative;
	z-index: 2;
	padding: 5px 0;
	cursor: pointer;
}
.faq-heading:after {
	position: absolute;
	content: "";
	height: 32px;
	width: 32px;
	background: url(../img/icons/faq-arrow.png);
	right: 0;
	top: 0;
	border-radius: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: rotate(90deg);
	transition: all 0.3s;
}
.faq-heading.collapsed:after {
	transform: rotate(0);
	transition: all 0.3s;
}

.inner-faq-1 .faq-heading {
	font-weight: 700;
	font-size: 18px;
}

.single-faq p {
	padding-top: 15px;
	margin-bottom: 0;
	font-family: "satoshi";
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #5c5b79;
}

.hit-rate-left {
	width: 230px;
	left: -115px;
	bottom: 10%;
	z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.hit-rate-left {
		left: -80px;
	}
}
@media (max-width: 991px) {
	.hit-rate-left {
		width: 180px;
		left: 0;
		bottom: 74%;
	}
}

.inner-faq .faq-heading:after {
	background: url(../img/icons/plus-3.svg);
	transform: rotate(0);
}

.inner-faq .faq-heading.collapsed:after {
	background: url(../img/icons/plus-2.svg);
	transform: rotate(0);
}

.faq-area .mesonry-menu {
	margin-bottom: 0;
}

.single-price-list {
	width: 100%;
	margin-top: 60px;
}
.single-price-list h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	font-family: "satoshi";
	letter-spacing: -1px;
	margin-bottom: 30px;
	color: #192533;
}
@media (max-width: 767px) {
	.single-price-list h3 {
		font-size: 28px;
		line-height: 30px;
	}
}

.faq-notic {
	text-align: center;
	margin-top: 40px;
}
.faq-notic h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #07060b;
	font-family: "satoshi";
}
.faq-notic h4 a {
	color: #275143;
}

.single-faq2 {
	margin-bottom: 30px;
}
.single-faq2 h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	font-family: "satoshi";
	color: #275143;
	margin-bottom: 20px;
}
.single-faq2 p {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: "satoshi";
}

.single-business {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 7px;
	padding: 32px 40px 32px 32px;
	position: relative;
	z-index: 2;
	padding-left: 130px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.single-business {
		padding-left: 40px;
	}
}
.single-business h3 {
	margin-bottom: 15px;
	font-family: "satoshi";
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #ffffff;
}
.single-business p {
	margin-bottom: 30px;
	font-family: "satoshi";
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.single-business .business-icon {
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 75px;
	position: absolute;
	left: 32px;
	top: 32px;
}
@media (max-width: 767px) {
	.single-business .business-icon {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 24px;
	}
}
.single-business .business-icon i,
.single-business .business-icon img {
	width: 50px;
}

.case-study-1 .single-case-study:hover {
	cursor: move;
}
.case-study-1 .single-case-study:hover .case-study-img img {
	transition: all 0.3s;
	transform: scale(1.1);
}
.case-study-1 .owl-nav button {
	position: absolute;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #ffffff !important;
	top: 50%;
	left: -40px;
	border-radius: 50%;
	transition: all 0.3s;
	margin-top: -40px;
}
@media (max-width: 767px) {
	.case-study-1 .owl-nav button {
		left: 0;
	}
}
.case-study-1 .owl-nav button.owl-next {
	left: auto;
	right: -40px;
}
@media (max-width: 767px) {
	.case-study-1 .owl-nav button.owl-next {
		right: 0;
	}
}
.case-study-1 .owl-nav button:hover {
	background: #fdc24c !important;
	transition: all 0.3s;
	color: #ffffff;
}
.case-study-1 .case-study-img {
	height: 420px;
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.case-study-1 .case-study-img {
		height: 300px;
	}
}
.case-study-1 .case-study-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s;
	transform: scale(1);
}
.case-study-1 .case-study-content {
	padding: 24px 0 0;
}
.case-study-1 .case-study-content h4 {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #000;
	margin-bottom: 14px;
}
.case-study-1 .case-study-content p {
	font-family: "satoshi";
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 32px;
}
.case-study-1 .owl-carousel .owl-item .single-case-study img {
	width: 100%;
}

.lightBg {
	background-color: #f8f8fc;
}

.caseStudy {
	color: #000 !important;
}

.case-study-2 .case-study-img {
	border-radius: 8px;
	overflow: hidden;
	height: 300px;
}
.case-study-2 .case-study-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.case-study-2 .case-study-icon {
	height: 100px;
	width: 100px;
	padding: 30px;
	background: #dcedf3;
	border-radius: 50px;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(220, 237, 243, 0.5);
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -50px;
}
.case-study-2 .single-case-study-content {
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 66px 32px 32px;
	border-radius: 0 0 8px 8px;
	transition: all 0.3s;
}
.case-study-2 .single-case-study-content h3 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	color: #192533;
	margin-bottom: 16px;
}
.case-study-2 .single-case-study-content p {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #304952;
}
.case-study-2 .single-case-study {
	margin-bottom: 30px;
}
.case-study-2 .single-case-study.active .case-study-img,
.case-study-2 .single-case-study:hover .case-study-img {
	border-radius: 8px 8px 0 0;
}
.case-study-2 .single-case-study.active .single-case-study-content,
.case-study-2 .single-case-study:hover .single-case-study-content {
	background: #f6f7fa;
	transition: all 0.3s;
}

.casestudy-2 .single-case-study {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
	margin-bottom: 30px;
}
.casestudy-2 .single-case-study:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #000;
	left: 0;
	top: 0;
	z-index: 2;
	transform: rotate(15deg);
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.casestudy-2 .case-study-contents {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	z-index: 3;
	transform: scale(0.8);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.casestudy-2 ul.case-categories li a {
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	align-items: center;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 8px 16px;
	background: rgba(245, 209, 164, 0.5);
	border-radius: 50px;
	display: inline-block;
	font-family: "satoshi";
}
.casestudy-2 ul.case-categories li a:hover {
	color: #ffffff;
}
.casestudy-2 .case-study-contents h4,
.casestudy-2 .case-study-contents h4 a {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	margin: 12px 0;
}
.casestudy-2 .single-case-study:hover .case-study-contents {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all 1s;
}
/* .casestudy-2 .single-case-study:hover:after {
  transition: all 0.3s;
  visibility: visible;
  opacity: 0.5;
  transform: rotate(0);
} */
.casestudy-2 .case-study-img {
	height: 150px;
	width: 200px;
}
.casestudy-2 .case-study-img img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.single-case-study-2 .case-study-contents {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	padding: 30px 0;
}

.casestudy-2 .single-case-study-2 .case-study-img {
	height: 200px;
}
.casestudy-2 .single-case-study-2 .case-study-img img {
	border-radius: 8px;
}
.casestudy-2 .single-case-study-2 ul.case-categories li a {
	color: #275143;
}
.casestudy-2 .single-case-study-2 h4,
.casestudy-2 .single-case-study-2 h4 a {
	color: #275143;
	font-size: 18px;
}
.casestudy-2 .single-case-study-2 h4:hover,
.casestudy-2 .single-case-study-2 h4 a:hover {
	color: #275143;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case7 {
		padding: 50px 0px 120px 0px;
	}
}
@media (max-width: 767px) {
	.case7 {
		padding: 50px 0px 120px 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case7 .owl-nav {
		margin-top: -30px;
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.case7 .owl-nav {
		margin-top: -30px;
		padding-top: 0;
	}
}
.case7 .owl-nav button svg {
	background: red;
	font-size: 20px;
	padding: 20px 22px;
	border-radius: 5px;
	color: #fff;
	transition: 0.4s;
}
.case7 .owl-nav button svg:hover {
	background: #4b4e50;
	transition: 0.4s;
}
.case7 .owl-nav button:nth-child(1) svg {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	left: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case7 .owl-nav button:nth-child(1) svg {
		left: 40%;
		top: 110%;
		margin-rihgt: 70px;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.case7 .owl-nav button:nth-child(1) svg {
		left: 30%;
		top: 110%;
		margin-rihgt: 70px;
		margin-top: 0;
	}
}
.case7 .owl-carousel .owl-nav button.owl-next,
.case7 .owl-carousel .owl-nav button.owl-prev,
.case7 .owl-carousel button.owl-dot {
	background: none;
}
.case7 .owl-nav button:nth-child(2) svg {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case7 .owl-nav button:nth-child(2) svg {
		right: 40%;
		top: 110%;
		margin-top: 1px;
	}
}
@media (max-width: 767px) {
	.case7 .owl-nav button:nth-child(2) svg {
		right: 30%;
		top: 110%;
		margin-top: 1px;
	}
}

.case7-slider-all .case7-single-slider {
	margin: 0px 8px;
	position: relative;
}
.case7-slider-all .case7-single-slider .image img {
	width: 100%;
	border-radius: 5px;
}
.case7-slider-all .case7-single-slider .case7-hadding-bottom-all {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 90%;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case7-slider-all .case7-single-slider .case7-hadding-bottom-all .hadding p {
	color: #4b4e50;
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	padding-bottom: 10px;
	padding-bottom: 5px;
	margin: 0;
}
.case7-slider-all .case7-single-slider .case7-hadding-bottom-all .hadding h3 {
	padding: 0;
	margin: 0;
}
.case7-slider-all .case7-single-slider .case7-hadding-bottom-all .hadding h3 a {
	color: var(--investment-consulting-text-color, #0a1317);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 100% */
	display: inline-block;
	font-family: "satoshi";
	padding: 0;
	margin: 0;
}
.case7-slider-all .case7-single-slider .case7-hadding-bottom-all .arrow {
	background: #00415d;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	transform: rotate(-45deg);
	transition: 0.4s;
}
.case7-slider-all .case7-single-slider .case7-hadding-bottom-all .arrow a {
	color: #fff;
}
.case7-slider-all .case7-single-slider:hover .case7-hadding-bottom-all .arrow {
	background: #f4462f;
	transition: 0.4s;
}

@media (max-width: 767px) {
	.case8 {
		padding: 60px 0px 130px 0px;
	}
}
.case8 .case8-arrows {
	text-align: end;
	display: flex;
	align-items: center;
	justify-content: end;
}
@media (max-width: 767px) {
	.case8 .case8-arrows {
		text-align: end;
		display: flex;
		align-items: center;
		justify-content: end;
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -70px;
	}
}
.case8 .case8-arrows .testimonial-next-arrow1 {
	margin-right: 24px;
}
.case8 .case8-arrows button {
	border: none;
	height: 60px;
	width: 60px;
	border-radius: 5px;
	background-color: #fee7d0;
	color: #fb8815;
	transition: 0.4s;
}
.case8 .case8-arrows button:hover {
	background: #fb8815;
	color: #fff;
	transition: 0.4s;
}
.case8 .case8-slider-all .case8-single-slider {
	margin: 0px 15px;
	position: relative;
}
.case8 .case8-slider-all .case8-single-slider .image img {
	width: 100%;
	border-radius: 2px;
}
.case8 .case8-slider-all .case8-single-slider .headding {
	position: absolute;
	bottom: 24px;
	left: 24px;
}
.case8 .case8-slider-all .case8-single-slider .headding .icon a {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-color: #015cb5;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
	transform: rotate(-45deg);
	margin-bottom: 24px;
	transition: 0.4s;
}
.case8 .case8-slider-all .case8-single-slider .headding a.tags {
	color: var(--d-white, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}
.case8 .case8-slider-all .case8-single-slider .headding h4 {
	padding: 0;
	margin: 0;
}
.case8 .case8-slider-all .case8-single-slider .headding h4 a {
	padding-top: 16px;
	color: var(--d-white, #fff);
	font-family: "Urbanist", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	display: inline-block;
}
.case8 .case8-slider-all .case8-single-slider:hover .icon a {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-color: #fb8815;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
	transform: rotate(-45deg);
	margin-bottom: 24px;
	transition: 0.4s;
}

.case10 {
	background-color: #f8f9fa;
}
.case10 .case10-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ced4da;
	position: relative;
}
.case10 .case10-box .headding h4 a {
	color: var(--D-Text, #212529);
	font-family: "PT Serif", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
	display: inline-block;
	transition: all 0.4s;
}
.case10 .case10-box .headding h4 a span {
	display: inline-block;
	margin-right: 12px;
	font-weight: 400;
}
.case10 .case10-box .headding p {
	color: var(--d-para, #495057);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	padding-top: 5px;
	padding-left: 40px;
}
.case10 .case10-box .hover-image {
	position: absolute;
	top: -150px;
	left: 50%;
	transform: scale(0.3) rotate(-30deg);
	transition: all 0.4s;
	opacity: 0;
}
.case10 .case10-box .arrow a {
	height: 58px;
	width: 58px;
	text-align: center;
	line-height: 58px;
	border-radius: 50%;
	border: 1px solid #ced4da;
	display: inline-block;
	transform: rotate(-45deg);
	color: #000;
	transition: all 0.4s;
}
.case10 .case10-box:hover .arrow a {
	height: 58px;
	width: 58px;
	text-align: center;
	line-height: 58px;
	border-radius: 50%;
	border: 1px solid #259ea6;
	display: inline-block;
	transform: rotate(-45deg);
	color: #259ea6;
	transition: all 0.4s;
}
.case10 .case10-box:hover .hover-image {
	position: absolute;
	top: -150px;
	left: 50%;
	transform: scale(1) rotate(0deg);
	transition: all 0.4s;
	opacity: 1;
}
.case10 .case10-box:hover .headding h4 a {
	transition: all 0.4s;
	color: #259ea6;
}

.subscribe-from-wrap {
	position: relative;
	z-index: 2;
	border-radius: 8px;
	background: #ffffff;
}
.subscribe-from-wrap button {
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 7px;
	top: 8px;
	border-radius: 8px;
	border: none;
	padding: 12px 20px;
	background: #275143;
	transition: all 0.3s;
}
.subscribe-from-wrap button img {
	margin-left: 8px;
}
.subscribe-from-wrap button span {
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.subscribe-from-wrap button span img {
	margin-left: 8px;
}
.subscribe-from-wrap button:hover {
	color: #000;
	background: #e7edeb;
	transition: all 0.3s;
}
.subscribe-from-wrap input {
	padding: 24px 18px;
	border-radius: 8px;
	border: none;
	width: 72%;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
.subscribe-from-wrap input:focus {
	outline: none;
}

.subscribe-3 .subscribe-from-wrap button {
	color: #ffffff;
	background: #192533;
	font-family: "satoshi";
	top: 9.5px;
}
.subscribe-3 .subscribe-from-wrap input {
	color: #000;
	font-family: "satoshi";
}
.subscribe-3 .subscribe-from-wrap input:focus {
	outline: none;
}

.subscribe-4 .subscribe-from-wrap button {
	color: #ffffff;
	background: #275143;
	font-family: "satoshi";
	top: 9.5px;
	transition: all 0.3s;
}
.subscribe-4 .subscribe-from-wrap button img {
	margin-left: 6px;
}
.subscribe-4 .subscribe-from-wrap button span {
	width: 20px;
	text-align: right;
	font-size: 18px;
	transform: rotate(-45deg);
	height: 15px;
	display: flex;
	justify-content: flex-end;
}
.subscribe-4 .subscribe-from-wrap button:hover {
	background: #275143;
	transition: all 0.3s;
}
.subscribe-4 .subscribe-from-wrap input {
	color: #000;
	font-family: "satoshi";
}
.subscribe-4 .subscribe-from-wrap input:focus {
	outline: none;
}

@media (max-width: 767px) {
	.sunscribe-form {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.subscribe-1 h3 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.subscribe-1 .subscribe-btn.text-right {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.work-1 {
		overflow-x: hidden;
	}
}

.single-work-step {
	padding: 20px 20px 20px 100px;
	position: relative;
	z-index: 2;
	border-radius: 8px;
	margin-bottom: 16px;
	background: #ffffff;
	transform: scale(1);
	transition: all 0.3s;
}
.single-work-step:hover {
	transition: all 0.3s;
	transform: scale(1.05);
}
@media (max-width: 767px) {
	.single-work-step {
		padding: 20px;
	}
}
.single-work-step h2 {
	font-family: "Canela";
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #275143;
}
.single-work-step p {
	font-family: "satoshi";
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	opacity: 0.7;
}
.single-work-step:last-child {
	margin-bottom: 0;
}

.work-number {
	display: inline-block;
	height: 50px;
	width: 50px;
	background: #275143;
	box-shadow: 0 4px 25px rgba(121, 119, 198, 0.5);
	border-radius: 8px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
}
@media (max-width: 767px) {
	.work-number {
		left: 0;
		top: 0;
		margin-bottom: 20px;
		position: relative;
	}
}
.work-number h3 {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
}

.work-steps {
	padding: 24px;
	background: url("../img/bg/bg-10.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 8px;
}
@media (max-width: 991px) {
	.work-steps {
		margin-top: 100px;
	}
}

.work-1-bg-1 {
	position: absolute;
	top: -5%;
	width: 130%;
	height: 130%;
	left: -18%;
	z-index: -1;
}
.work-1-bg-1 img {
	animation: upNdown 5s infinite linear alternate;
}

.work-1-bg-2 {
	position: absolute;
	width: 30px;
	top: 20%;
	left: -20px;
	z-index: 3;
}

.work-1-bg-4 {
	position: absolute;
	width: 30px;
	bottom: -30px;
	left: 20px;
	z-index: 3;
}

.work-1-bg-3 {
	position: absolute;
	width: 30px;
	right: -26px;
	top: 35%;
	z-index: 3;
}

.works7 {
	background: #f8f7ff;
}
.works7 .work7-boxs .work7-single-box {
	background: #fff;
	padding: 28px 20px;
	border-radius: 5px;
	display: flex;
	margin-top: 30px;
	transition: 0.4s;
}
.works7 .work7-boxs .work7-single-box .icon {
	background: #feebeb;
	height: 64px;
	width: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	transition: 0.4s;
}
.works7 .work7-boxs .work7-single-box .headding {
	padding-left: 20px;
}
.works7 .work7-boxs .work7-single-box .headding h4 a {
	color: #0a1317;
	font-family: "satoshi";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	display: inline-block;
	transition: 0.4s;
}
.works7 .work7-boxs .work7-single-box .headding p {
	color: #4b4e50;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	padding-top: 5px;
	transition: 0.4s;
}
.works7 .work7-boxs .work7-single-box:hover {
	background: #f4462f;
	transition: 0.4s;
	transform: translateY(-10px);
}
.works7 .work7-boxs .work7-single-box:hover .icon {
	background: #fff;
	transition: 0.4s;
}
.works7 .work7-boxs .work7-single-box:hover .headding h4 a {
	color: #fff;
	transition: 0.4s;
}
.works7 .work7-boxs .work7-single-box:hover .headding p {
	color: #fff;
	transition: 0.4s;
}
.works7 .hadding7 {
	padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.works7 .hadding7 {
		padding-left: 0;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.works7 .hadding7 {
		padding-left: 0;
		padding-top: 30px;
	}
}

.work8 {
	background-color: #ebeef5;
}
.work8 .work8-box {
	margin-top: 30px;
	padding: 0px 20px;
}
.work8 .work8-icon-area {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.work8 .work8-icon-area .work8-icon {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	background-color: #015cb5;
	text-align: center;
	line-height: 72px;
}
.work8 .work8-icon-area .shape {
	position: absolute;
	top: -9px;
	left: -9px;
}
.work8 .work8-icon-area .had {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	background-color: #fb8815;
	position: absolute;
	top: -3px;
	left: -2px;
	z-index: 9;
}
.work8 .work8-icon-area .had p {
	color: var(--d-white, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.work8 .work-area-shape {
	position: absolute;
	top: 57px;
	left: 189px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work8 .work-area-shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.work8 .work-area-shape {
		display: none;
	}
}

.work9 {
	background-color: #e2e3f2;
}
.work9 .work9-box {
	background: #fff;
	padding: 24px;
	position: relative;
	margin-top: 30px;
	transition: 0.4s;
}
.work9 .work9-box .headding9 a.learn {
	color: var(--relation-text-color-r, #0f0a23);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	display: inline-block;
	transition: 0.4s;
}
.work9 .work9-box .headding9 .number {
	font-family: "Domine", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d6cef6;
	position: absolute;
	bottom: 5px;
	right: 10px;
	transition: 0.4s;
}
.work9 .work9-box:hover {
	background-color: #755be2;
	transition: 0.4s;
	transform: translateY(-10px);
}
.work9 .work9-box:hover .headding9 h4 a {
	color: #fff;
}
.work9 .work9-box:hover .headding9 p {
	color: #fff;
}
.work9 .work9-box:hover .headding9 a.learn {
	color: var(--relation-text-color-r, #fff);
	font-family: "satoshi";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 100% */
	display: inline-block;
	transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.work9 .work9-main-img {
		display: none;
	}
}
@media (max-width: 767px) {
	.work9 .work9-main-img {
		display: none;
	}
}

.progress10 .progress10-wrap {
	margin-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress10 .progress10-wrap {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.progress10 .progress10-wrap {
		margin-top: 40px;
	}
}
.progress10 .progress-img-right {
	position: relative;
	margin-top: 30px;
}
.progress10 .progress-img-right .image img {
	border-radius: 8px;
}
.progress10 .progress-img-right .shape {
	position: absolute;
	top: -35px;
	left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress10 .progress-img-right .shape {
		left: 0;
	}
}
@media (max-width: 767px) {
	.progress10 .progress-img-right .shape {
		left: 0;
	}
}
.progress10 .progress-img-right .common-shape {
	position: absolute;
	bottom: -160px;
	right: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress10 .progress-img-right .common-shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.progress10 .progress-img-right .common-shape {
		display: none;
	}
}
.progress10 .progress-img-left {
	position: relative;
	margin-top: 30px;
}
.progress10 .progress-img-left .image img {
	border-radius: 8px;
}
.progress10 .progress-img-left .shape {
	position: absolute;
	top: -35px;
	right: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress10 .progress-img-left .shape {
		right: 0;
	}
}
@media (max-width: 767px) {
	.progress10 .progress-img-left .shape {
		right: 0;
	}
}
.progress10 .progress-img-left .common-shape {
	position: absolute;
	bottom: -160px;
	left: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.progress10 .progress-img-left .common-shape {
		display: none;
	}
}
@media (max-width: 767px) {
	.progress10 .progress-img-left .common-shape {
		display: none;
	}
}
.progress10 .headding10 {
	margin-top: 30px;
	padding-left: 30px;
	position: relative;
}
@media (max-width: 767px) {
	.progress10 .headding10 {
		padding-left: 0;
	}
}
.progress10 .headding10 span.number {
	color: var(--Short-bg, #ced4da);
	font-family: "PT Serif", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; /* 120% */
	display: inline-block;
	padding-bottom: 16px;
	transition: all 0.4s;
}
.progress10 .headding10 p {
	padding-top: 6px;
}
.progress10 .headding10:hover span.number {
	color: #259ea6;
	transition: all 0.4s;
}

@keyframes animation-1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1000deg);
	}
}
@keyframes animation-2 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(10px);
	}
}
@keyframes animation-3 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(10px);
	}
}
@keyframes animation-4 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(20px);
	}
}
.niceSelect {
	z-index: 2;
	position: relative;
}

.aniamtion-key-1 {
	position: relative;
	animation-name: animation-1;
	animation-duration: 44s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.aniamtion-key-2 {
	position: relative;
	animation-name: animation-2;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.aniamtion-key-3 {
	position: relative;
	animation-name: animation-3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.aniamtion-key-4 {
	position: relative;
	animation-name: animation-4;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.single-office {
	background: #ffffff;
	border-radius: 7px;
	padding: 24px 80px 24px 24px;
	margin-bottom: 30px;
	transition: all 0.3s;
	transform: translateY(0);
}
.single-office:hover {
	transition: all 0.3s;
	transform: translateY(-5px);
}

.single-office h3,
.single-office h3 a {
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	display: flex;
	align-items: center;
	letter-spacing: -1px;
	color: #275143;
}

.single-office p {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #000;
	margin-top: 16px;
}

.office-icon {
	background: #275143;
	box-shadow: 0px 4px 15px rgba(121, 119, 198, 0.5);
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.single-job {
	background: #ffffff;
	border: 1px solid rgba(22, 21, 64, 0.25);
	border-radius: 7px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	width: 100%;
}

.job-icon {
	width: 50px;
	height: 50px;
	background: #fdc24c;
	box-shadow: 0px 4px 15px rgba(253, 194, 76, 0.5);
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.job-desc {
	position: relative;
	z-index: 2;
	padding-left: 65px;
}

.job-desc h5 {
	font-family: "satoshi";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #275143;
	margin-bottom: 8px;
}

.job-desc h3 {
	font-family: "satoshi";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #275143;
	margin-bottom: 8px;
}

.job-desc p {
	font-family: "satoshi";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin-bottom: 0;
}

.tx-close {
	background: rgba(0, 0, 0, 0.04);
	border: 9px solid transparent;
	color: #777;
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.tx-close::before,
.tx-close::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	transform-origin: 50% 50%;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #1b1b1b;
}

.tx-close::before {
	-khtml-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tx-close::after {
	-khtml-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tx-close:hover::before,
.tx-close:hover::after {
	-khtml-transform: rotate(0);
	transform: rotate(0);
}

.slide-bar .tx-close {
	width: 45px;
	height: 45px;
	border-width: 14px;
}

.sidebar-info .sidebar-logo {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .sidebar-content {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .sidebar-menu {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .ct-content-wrap {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.sidebar-info .sidebar-socials-wrap {
	transition: 0.3s;
	transform: translateY(30px);
	opacity: 0;
}

.slide-bar.show .sidebar-info .sidebar-logo {
	transform: translateY(0);
	transition-delay: 0.2s;
	opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-content {
	transform: translateY(0);
	transition-delay: 0.3s;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-menu {
	transform: translateY(0);
	transition-delay: 0.4s;
	opacity: 1;
}

.slide-bar.show .sidebar-info .ct-content-wrap {
	transform: translateY(0);
	transition-delay: 0.5s;
	opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-socials-wrap {
	transform: translateY(0);
	transition-delay: 0.6s;
	opacity: 1;
	background: #fff;
}

.sidebar-content {
	max-width: 360px;
}

aside.slide-bar.show {
	background: #fff;
	width: 400px;
}

.sidebar-menu li a {
	font-size: 36px;
	text-transform: capitalize;
	color: var(--color-heading);
}

.sidebar-menu li a:hover {
	color: #18181b;
}

/* search css */
.header-search-container form input {
	outline: none;
	border: none;
	background: none;
	font-family: "Canela";
	font-weight: 500;
}

.header-search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
	z-index: 9999;
	background-color: #fff;
	transform: translate3d(0, -100%, 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
		visibility 0.8s step-end;
}

.header-search-form-wrapper.open {
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1),
		visibility 0.8s step-start;
	transform: translate3d(0, 0, 0);
}

.header-search-form-wrapper .search-form {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.header-search-form-wrapper .search-form input[type="search"] {
	height: 65px;
	line-height: 65px;
	font-size: 28px;
	background-color: transparent;
	text-align: left;
	color: #18181b;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	border-radius: 0;
	width: 100%;
	color: #000;
}

.header-search-form-wrapper
	.search-form
	input[type="search"]::-moz-placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.header-search-form-wrapper
	.search-form
	input[type="search"]:-ms-input-placeholder {
	color: #a4a4a4;
}

.header-search-form-wrapper
	.search-form
	input[type="search"]::-ms-input-placeholder {
	color: #a4a4a4;
}

.header-search-form-wrapper .search-submit {
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: 0;
	right: 0;
	background-color: transparent;
	color: #9f9f9f;
	font-size: 24px;
	border: none;
	color: #2b495a;
}

.header-search-form-wrapper .tx-search-close {
	background: rgba(204, 204, 204, 0.2705882353);
	width: 54px;
	height: 54px;
	border-width: 18px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.header-search-form-wrapper .tx-search-close::before,
.header-search-form-wrapper .tx-search-close::after {
	background-color: var(--color-black);
}

.header-search-container {
	width: 100%;
	height: 100%;
	max-width: 1170px;
	border: 0;
	padding: 0;
	background: 0 0;
	transform: translate3d(0, calc(100% - 100px), 0);
	transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
	margin: auto;
	opacity: 0;
	visibility: hidden;
}

.header-search-form-wrapper.open .header-search-container {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.consulting2 {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.consulting2:before {
	position: absolute;
	content: "";
	background-color: #dfe0d8;
	left: 50%;
	right: 0;
	top: 0;
	height: 24px;
	width: 1px;
}
.consulting2 a {
	font-size: 24px;
}
.consulting2 a svg {
	color: #0b1b23;
}

.sidebar-content p {
	font-family: "satoshi";
	font-size: 20px;
	line-height: 30px;
	margin-top: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.consulting2 .header__bar {
	margin-right: 0;
}

ul.sidebar-menu li {
	display: block;
	margin-bottom: 0;
	font-family: "satoshi";
	padding: 3px 0;
}
ul.sidebar-menu li a {
	font-size: 30px;
	font-family: "satoshi";
	color: #07060b;
	font-weight: 500;
}

.theme-btnarea a {
	font-family: "Canela";
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 16px 20px;
	background: #2b495a;
	display: inline-block;
	border-radius: 4px;
	width: 300px;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.theme-btnarea a:hover {
	transform: translateY(-5px);
	transition: all 0.4s ease-in-out;
}
.theme-btnarea a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
	border-radius: 5px;
}
.theme-btnarea a:hover:after {
	background: #0b1b23;
	height: 100%;
	width: 100%;
	transition: all 0.4s ease-in-out;
}

ul.social-links {
	margin-top: 20px;
	margin-bottom: 32px;
}
ul.social-links li {
	display: inline-block;
}
ul.social-links li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #18181b;
	border: 1px solid #dfe0d8;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}
ul.social-links li a:hover {
	background: #f4462f;
	color: #fff;
	transition: all 0.4s ease-in-out;
}
ul.social-links li a:hover {
	color: #fff;
	transition: all 0.4s ease-in-out;
}
ul.social-links span {
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	color: #18181b;
	margin-bottom: 20px;
	margin-top: 20px;
}

.sidebar-contact-header h1 {
	font-family: "Canela";
	font-size: 30px;
	color: #18181b;
	margin-bottom: 20px;
	font-weight: 600;
	margin-top: 30px;
}
.sidebar-contact-header .phone-side {
	margin-left: 12px;
}
.sidebar-contact-header .sidebar-author-area {
	display: flex;
	margin-bottom: 20px;
}
.sidebar-contact-header .sidebar-author-area a {
	font-family: "Canela";
	font-size: 18px;
	color: #18181b;
	font-weight: 600;
}

.slide-bar {
	padding: 50px 50px;
	height: 1000px;
}

.sidebar-info .single-footer {
	margin-top: 26px;
}
.sidebar-info .single-footer h3 {
	font-size: 20px;
	font-family: "satoshi";
	font-weight: 600;
}
.sidebar-info .new-btn1 {
	width: 100%;
	text-align: center;
	margin-top: 24px;
}

.mesonry-menu {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mesonry-menu li {
	font-family: "satoshi";
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #07060b;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 8px;
	transition: all 0.3s;
	cursor: pointer;
}
@media (max-width: 767px) {
	.mesonry-menu li {
		font-size: 12px;
		padding: 8px 12px;
	}
}

.mesonry-menu ul {
	background: rgba(121, 119, 198, 0.2);
	border-radius: 8px;
	padding: 8px 16px;
}

.mesonry-menu li.active,
.mesonry-menu li:hover {
	background: #275143;
	color: #ffffff;
	transition: all 0.3s;
}

span.menu-sticker {
	position: absolute;
	background: transparent;
	font-size: 9px;
	display: inline-block;
	padding: 0px 4px;
	border-radius: 4px;
	color: #275143;
	top: -5px;
	line-height: 16px;
	right: -5px;
	border: 1px solid #275143;
	animation: newColor linear infinite 5s;
}

li.newSticker {
	position: relative;
	z-index: 2;
}

@keyframes newColor {
	0% {
		color: #275143;
	}
	50% {
		color: #f23936;
	}
	100% {
		color: #f5d1a4;
	}
}
li.dropdown-parrent ul.multi-dropdown.theme-dropdown {
	left: 186px;
	top: 10px;
	transform: scale(0, 1);
	transform-origin: 0 0;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}

li.multi-dropdown-parrent {
	position: relative;
	z-index: 2;
}
li.multi-dropdown-parrent:hover > ul.multi-dropdown.theme-dropdown {
	visibility: visible;
	opacity: 1;
	top: 0;
	transform: scale(1);
	transition: all 0.3s;
}

.header .header-elements {
	position: relative;
	z-index: 2;
}
.header ul.theme-mega-menu {
	position: absolute;
	left: 0;
	width: 100%;
	top: 70px;
	background: #ffffff;
	border-radius: 8px;
	padding: 40px 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	transition: all 0.3s;
}
.header .mega-menu-parrent span.menu-arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	font-size: 16px;
	margin-top: -8px;
	line-height: 20px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.header .mega-menu-parrent:hover ul.theme-mega-menu {
	visibility: visible;
	opacity: 1;
	top: 59px;
	transition: all 0.3s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transform: scale(1);
}
.header .mega-menu-parrent:hover span.menu-arrow {
	visibility: visible;
	opacity: 1;
	right: 0;
	transition: all 0.3s;
}
.header .single-mega-menu li {
	display: block;
}
.header .single-mega-menu h3,
.header .single-mega-menu-contact h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 6px;
	padding: 10px;
}
.header li.mega-menu {
	display: flex;
	justify-content: space-between;
}
.header .single-mega-menu {
	padding-right: 40px;
}
.header .single-mega-menu li {
	padding: 0;
}
.header .single-mega-menu li a {
	position: relative;
	z-index: 2;
	padding: 10px;
	display: block;
}
.header .single-mega-menu li a::after {
	position: absolute;
	height: 5px;
	width: 5px;
	left: 0;
	top: 0;
	transition: all 0.3s;
	content: "";
	visibility: hidden;
	opacity: 0;
	background: #f23936;
	z-index: -1;
	border-radius: 4px;
}
.header .single-mega-menu li a:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
	height: 100%;
	width: 100%;
}
.header .single-mega-menu li a:hover {
	color: #ffffff !important;
}
.header .single-mega-menu {
	border-right: 1px solid #f1f1f1;
	width: 200px;
}
.header .single-mega-menu:last-child {
	border: none;
}

.header-4 .single-mega-menu li a::after {
	background: #275143;
}

.header-2 .single-mega-menu li a::after {
	background: #fdc24c;
}

.header-3 .single-mega-menu li a::after {
	background: #192533;
}

.mobile-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 17px 0;
	z-index: 9;
	background-color: #fff;
}

.mobile-header-elements {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-nav-icon {
	font-size: 23px;
	border: 1px solid;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	color: #000;
}

.mobile-sidebar {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #5c5b79;
	z-index: 99;
	padding: 40px 30px;
	left: -100%;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.mobile-sidebar .contact-icon {
	background: #fff;
}
.mobile-sidebar.mobile-menu-active {
	left: 0;
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}

.menu-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 25px;
	color: #ffffff;
	cursor: pointer;
}

.mobile-nav li a {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	padding: 10px 0;
	display: block;
}

ul.mobile-nav-list {
	margin-bottom: 40px;
	margin-top: 30px;
}

li.has-children {
	position: relative;
	z-index: 2;
}

span.mobile-nav-menu-icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
}

ul.mobile-menu-sub {
	display: none;
	position: relative;
	left: 0;
	padding-left: 10px;
	transition: all 0.3s;
}

ul.mobile-menu-sub.sub-menu-active {
	display: block;
	position: relative;
	transition: all 0.3s;
}

.mobile-nav li {
	position: relative;
	z-index: 2;
}

span.submenu-button {
	position: absolute;
	width: 100%;
	height: 44px;
	top: 0;
	left: 0;
	z-index: 3;
	transition: all 0.3s;
}

span.submenu-button:after,
span.submenu-button:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 2px;
	background: #ffffff;
	top: 12px;
	right: 9px;
	transition: all 0.3s;
}

span.submenu-button:before {
	height: 2px;
	width: 20px;
	right: 0px;
	top: 22px;
}

span.submenu-button.submenu-opened:after {
	visibility: hidden;
	opacity: 0;
}

.sub-menu {
	display: none;
	padding-left: 15px;
}

span.multi-drop-icon {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 100%;
	top: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

ul.mobile-nav-list {
	max-height: 500px;
	overflow-y: scroll;
}

.product-image {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 8px;
	height: 450px;
}
.product-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cart-btn {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 0;
	left: 30px;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
}

.product-content {
	padding: 24px 24px 0 24px;
	text-align: center;
}
.product-content p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #275143;
}
.product-content a {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #275143;
	margin: 9px 0;
	display: inline-block;
	transition: all 0.3s;
}
.product-content a:hover {
	transition: all 0.3s;
	color: #275143;
}

ul.reviews li {
	display: inline-block;
	color: #f2c94c;
	font-size: 16px;
}

.single-product {
	margin-bottom: 30px;
}

.cart-icons {
	position: absolute;
	top: 30px;
	right: -40px;
	transition: all 0.3s;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
}
.cart-icons li {
	margin-bottom: 8px;
}
.cart-icons li:last-child {
	margin-bottom: 0;
}
.cart-icons li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
	font-size: 16px;
	color: #275143;
	transition: all 0.3s;
}
.cart-icons li a:hover {
	background: #275143;
	transition: all 0.3s;
	color: #ffffff;
}

.single-prodcut:hover .cart-btn {
	visibility: visible;
	opacity: 1;
	bottom: 30px;
	transition: all 0.3s;
}

.single-product:hover .cart-icons {
	right: 30px;
	visibility: visible;
	opacity: 1;
}

.product-image:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #000;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s;
	visibility: hidden;
}

.single-product:hover .product-image:after {
	visibility: visible;
	opacity: 0.2;
	transition: all 0.3s;
}

.range-slider .number-group {
	flex: 1 0 auto;
	text-align: right;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	font-family: "satoshi";
	color: #275143;
}
.range-slider .number-group .number-input {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	font-family: "satoshi";
	color: #275143;
	border: 0;
}
.range-slider .number-group .number-input::-webkit-outer-spin-button,
.range-slider .number-group .number-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.range-slider .number-group .number-input:invalid,
.range-slider .number-group .number-input:out-of-range {
	border: 2px solid red;
}
.range-slider .range-group {
	position: relative;
	flex: 0 0 100%;
	height: 47px;
}
.range-slider .range-group .range-input {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	-webkit-appearance: none;
	width: 100%;
	border-bottom: 0;
}
.range-slider .range-group .range-input:focus {
	outline: 0;
}
.range-slider .range-group .range-input::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animation: 0.2s;
	background: #f2f1f9;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}
.range-slider .range-group .range-input::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #275143;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
}
.range-slider .range-group .range-input::-moz-range-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	animation: 0.2s;
	background: #3faffa;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}
.range-slider .range-group .range-input::-moz-range-thumb {
	z-index: 2;
	position: relative;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #275143;
	cursor: pointer;
}
.range-slider .range-group .range-input::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animation: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
.range-slider .range-group .range-input::-ms-fill-lower,
.range-slider .range-group .range-input::-ms-fill-upper {
	background: #3faffa;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}
.range-slider .range-group .range-input::-ms-thumb {
	z-index: 2;
	position: relative;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: #3faffa;
	cursor: pointer;
}

.filter-options {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.range-slider-output {
	display: flex;
	align-items: center;
}

.range-slider-output p {
	margin-bottom: 0;
	margin-right: 10px;
	font-weight: 700;
	font-size: 16px;
	font-family: "satoshi";
	line-height: 16px;
	text-align: right;
	color: #275143;
}

span.range-output-divider {
	display: inline-block;
	margin-right: 3px;
}

.product-slider-single {
	max-height: 700px;
	border-radius: 8px;
	overflow: hidden;
}

.single-product-slider-single img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
}

.single-product-slider-single {
	height: 700px;
	border-radius: 8px;
	overflow: hidden;
	padding: 0 7.5px;
}

.single-products-slider-nav img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	width: 100%;
	height: 100%;
}

.single-products-slider-nav {
	height: 150px;
	padding: 7.5px;
}

.single-products-slider-nav {
	position: relative;
	z-index: 2;
}
.single-products-slider-nav:after {
	position: absolute;
	content: "";
	height: calc(100% - 15px);
	width: calc(100% - 15px);
	background: #5c5b79;
	left: 7.5px;
	opacity: 0.4;
	top: 7.5px;
	z-index: 3;
	border-radius: 8px;
	transition: all 0.3s;
}
.single-products-slider-nav.slick-active.slick-current:after {
	left: 0;
	opacity: 0;
}

.single-review {
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.single-review p {
	margin: 0 0 0 10px;
}

.product-quantity {
	display: flex;
	align-items: center;
}

.qty-container {
	margin-right: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	border: 1px solid #e1e3e8;
	padding: 12px 20px;
	border-radius: 8px;
}

.qty-container input {
	text-align: center;
	width: 90px;
	border: none;
	font-size: 16px;
	color: #07060b;
	opacity: 0.7;
}

.qty-container button {
	background: none;
	border: none;
	font-size: 16px;
	color: #07060b;
	opacity: 0.7;
}

ul.product-sizes li {
	display: inline-block;
	width: 55px;
	height: 55px;
	border: 1px solid #e1e3e8;
	filter: drop-shadow(0px 4px 25px rgba(242, 57, 54, 0.15));
	border-radius: 7px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 55px;
	color: #07060b;
	margin-right: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
ul.product-sizes li.active {
	background: #275143;
	box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
	color: #ffffff;
	transition: all 0.3s;
}

ul.product-sizes li:last-child {
	margin-right: 0;
}

.product-size h4,
.product-color h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #275143;
	font-family: "satoshi";
	margin-bottom: 20px;
}

ul.product-colors li {
	width: 24px;
	height: 24px;
	background: #000;
	display: inline-flex;
	align-items: center;
	border-radius: 50%;
	border: 1px solid transparent;
}

ul.product-colors li.red {
	background: red;
}

ul.product-colors li.green {
	background: green;
}

ul.product-colors li.black {
	background: black;
}

ul.product-colors li.active {
	border-color: #275143;
	height: 28px;
	width: 28px;
}

.product-quantity-details p {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #275143;
	opacity: 0.7;
	margin-top: 20px;
}

.single-product-main-price h3 {
	font-weight: 700;
	font-size: 40px;
	display: flex;
	align-items: center;
	letter-spacing: -1px;
	color: #275143;
	font-family: "satoshi";
	margin: 0 0;
}

.cart-prodct img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 16px;
}

.cart-prodct {
	display: flex;
	align-items: center;
}

.cart-product-details p {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #275143;
	font-family: "satoshi";
	margin: 2px 0;
}

.cart-product-details a {
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	font-family: "satoshi";
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f23936;
}

tr.cart-head {
	background: #e7e8f4;
	overflow: hidden;
	border: none;
}
@media (max-width: 767px) {
	tr.cart-head {
		display: none;
	}
}

tr.cart-head th {
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	color: #275143;
	padding: 20px 0;
	font-family: "satoshi";
	font-family: "satoshi";
}

tr.cart-product-list td {
	vertical-align: middle;
	padding: 20px 0 20px 16px;
}

tr.cart-head th {
	padding-left: 16px;
}

th.first-th {
	width: 10%;
}

th.table-product {
	width: 25%;
}

th.table-price {
	width: 20%;
}

th.table-quantity {
	width: 30%;
}

th.table-subtotal {
	width: 20%;
}

td.cart-price {
	font-weight: 500;
	font-size: 20px;
	font-family: "satoshi";
	color: #275143;
}

@media (max-width: 767px) {
	tr.cart-product-list {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	tr.cart-product-list div {
		justify-content: center;
	}
	td.cart-prodct.cart-product-img {
		justify-content: center;
	}
	tr.cart-product-list {
		border: 1px solid #000;
		margin-bottom: 15px;
	}
	tr.cart-product-list:last-child {
		margin-bottom: 0;
	}
}
.cart-items {
	border-bottom: 2px solid #ececec;
}

.subtotal-price {
	background: #e7e8f4;
	border-radius: 5px;
	padding: 24px;
}

ul.subtotal-price-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	border-bottom: 1px solid #babadb;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #275143;
}

ul.subtotal-price-list li:last-child {
	border-bottom: none;
}

h4.empty-cart-text {
	display: block;
	text-align: center;
	padding: 20px 0 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	font-family: "satoshi";
	color: #275143;
}

.demo-sidebar {
	position: fixed;
	width: 95%;
	height: 100%;
	background: #ffffff;
	top: 0;
	right: -95%;
	z-index: 999;
	transition: all 0.7s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition-duration: 1s;
}
.demo-sidebar:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	background: #5c5b79;
	top: 0;
	right: 0;
	z-index: -2;
	opacity: 0.5;
	transition: all 1s;
	transition-duration: 1s;
	transition-delay: 1s;
}
.demo-sidebar:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #275143;
	top: 0;
	right: 0;
	z-index: -2;
	opacity: 0.5;
	transition: all 1s;
	transition-duration: 1s;
	transition-delay: 1s;
}
.demo-sidebar.active-sidebar {
	right: -5%;
	transition: all 1s;
	transition-duration: 1.5s;
	transition-delay: 1s;
}
.demo-sidebar.active-sidebar:after {
	transition: all 0.3s;
	width: 210%;
	transition-duration: 1s;
}
.demo-sidebar.active-sidebar:before {
	transition: all 0.3s;
	width: 210%;
	transition-duration: 0.5s;
}

.demo-sidebar-content {
	text-align: center;
}

.demo-sidebar-wrap {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: #fff;
}

.demo-sidebar-menu {
	position: absolute;
	padding: 10px;
	background: #fff;
	top: 50%;
	border-radius: 8px 0px 0 8px;
	left: -44px;
	margin-top: -41.5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.demo-sidebar-menu span,
.demo-sidebar-menu span a {
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 21px;
	font-size: 16px;
	margin: 5px 0px;
	border-radius: 8px;
	transition: all 0.3s !important;
	color: #275143;
}

.demo-sidebar-menu span:hover,
.demo-sidebar-menu span a:hover {
	color: #275143;
	transition: all 0.3s;
}

.demo-sidebar-content {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 95%;
	overflow-y: scroll;
	padding: 30px;
}

.demo-sidebar-items {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-flow: row wrap;
}

.demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
	width: calc(25% - 30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
		width: calc(50% - 30px);
	}
}
@media (max-width: 767px) {
	.demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
		width: calc(100% - 30px);
	}
}

.single-demo-sidebar-item {
	width: calc(33% - 30px);
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.single-demo-sidebar-item {
		width: calc(100% - 30px);
	}
}

.demo-sidebar-item-img {
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.demo-sidebar-buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}
.demo-sidebar-buttons a {
	display: block;
	margin: 0 8px;
}

.demo-item-content {
	margin-top: 15px;
}
.demo-item-content a {
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	color: #275143;
	margin-bottom: 0;
	transition: all 0.3s;
	display: block;
}
@media (max-width: 767px) {
	.demo-item-content a {
		font-size: 20px;
	}
}

.demo-sidebar-item-img {
	transition: all 0.3s;
	overflow: hidden;
	border-radius: 8px;
}
.demo-sidebar-item-img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.demo-sidebar-item-img:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #5c5b79;
	z-index: 2;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
	transform: scale(0.9);
	visibility: hidden;
	border-radius: 8px;
}
.demo-sidebar-item-img:hover:after {
	visibility: visible;
	opacity: 0.6;
	transform: scale(1);
	transition: all 0.3s;
}

.demo-sidebar-buttons {
	top: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	z-index: 4;
}

.demo-sidebar-item-img:hover .demo-sidebar-buttons {
	top: 0;
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}

.demo-sidebar-buttons a {
	background: #fff;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	display: inline-flex;
	color: #275143;
	transition: all 0.3s;
	transform: translateY(0);
	padding: 18px 30px;
}

.demo-sidebar-buttons a:hover {
	background: #f23936;
	color: #fff;
	transform: translateY(-5px);
	transition: all 0.3s;
}

.demosIcon svg {
	animation: spin linear infinite 3s;
}

.single-demo-sidebar-item.coming-soon .demo-sidebar-item-img:after {
	visibility: visible;
	opacity: 0.6;
	transform: scale(1);
}

.coming-son-text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.coming-son-text h4 {
	font-size: 40px;
	color: #fff;
	font-family: "satoshi";
}

a.up-arrow {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #ffffff;
	border: 1px solid #f23936;
	border-radius: 50%;
	color: #275143;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	z-index: 99;
	transition: all 0.3s;
	transform: scale(0);
}
a.up-arrow.active {
	transform: scale(1);
}
a.up-arrow:hover {
	background: #f23936;
	transition: all 0.3s;
	color: #ffffff;
	border-color: #ffffff;
}
a.up-arrow img {
	width: 20px;
	height: 20px;
}
a.up-arrow.up-2 {
	border-color: #243d31;
	color: #243d31;
}
a.up-arrow.up-2:hover {
	background: #243d31;
	border-color: #ffffff;
	color: #ffffff;
}
a.up-arrow.up-3 {
	border-color: #192533;
	color: #192533;
}
a.up-arrow.up-3:hover {
	background: #192533;
	border-color: #ffffff;
	color: #ffffff;
}
a.up-arrow.up-4 {
	border-color: #275143;
	color: #275143;
}
a.up-arrow.up-4:hover {
	background: #275143;
	border-color: #ffffff;
	color: #ffffff;
}

.down-arrow2 {
	border-top: 1px dashed #243d31;
	border-radius: 50%;
	padding: 10px;
	position: absolute;
	left: 50%;
	bottom: -53px;
	margin-left: -53px;
}
.down-arrow2 a {
	height: 100px;
	width: 100px;
	background: #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
}
.down-arrow2 img {
	width: 24px;
}

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	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);
	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: 46px;
	font-size: 18px;
	color: #000;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	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: 46px;
	font-size: 18px;
	opacity: 0;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #000;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

.sign-form-area {
	display: flex;
	min-height: 100%;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}

.sign-form {
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	padding: 50px 60px;
	margin-top: 30px;
}

.sign-form input {
	width: 100%;
	text-align: left;
	padding: 10px;
}

.sign-form input {
	background: #e7e8f4;
	border-radius: 5px;
	border: none;
	padding: 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #275143;
	margin-bottom: 20px;
	font-family: "satoshi";
}

.sign-form input::-moz-placeholder {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #275143;
	font-family: "satoshi";
}

.sign-form input::placeholder {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #275143;
	font-family: "satoshi";
}

.sign-form label {
	text-align: left;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #275143;
	font-family: "satoshi";
}

.sign-form form {
	text-align: left;
}

.check-box-wrap input {
	width: auto;
}

.form-heading h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -1px;
	color: #275143;
	font-family: "satoshi";
}

.form-heading p {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000;
	font-family: "satoshi";
	margin-bottom: 40px;
}

.form-heading {
	width: 65%;
	margin: 0 auto;
}

.sign-form h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #275143;
	font-family: "satoshi";
	margin: 10px 0 0 0;
}

.sign-form h4 a {
	color: #275143;
	font-family: "satoshi";
}

.check-box-wrap label {
	margin-bottom: 0;
	font-weight: 500;
}

.check-box-wrap {
	display: flex;
	align-items: center;
}

.check-box-wrap input[type="checkbox"] {
	position: relative;
	border: 1px solid #e1e3e8;
	border-radius: 3px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 0.6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: 0.5;
}

.check-box-wrap input[type="checkbox"]:hover {
	opacity: 1;
}

.check-box-wrap input[type="checkbox"]:checked {
	background-color: #275143;
	opacity: 1;
}

.check-box-wrap input[type="checkbox"]:before {
	content: "";
	position: absolute;
	right: 50%;
	top: 50%;
	width: 4px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

.theme-input-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.theme-input-group a {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000;
	font-family: "satoshi";
}

.rtl-version .quick_contact {
	padding-left: 0;
	padding-right: 60px;
}
.rtl-version .quick_contact_icon.bg-27 {
	left: auto;
	right: 0;
}
.rtl-version .btn-group a:nth-child(2) {
	margin-left: 0;
	margin-right: 20px;
}
.rtl-version .heading2 span.heilight-left:after {
	top: -31px;
	left: auto;
	right: -40px;
	transform: rotate(46deg);
}
.rtl-version .subscribe-from-wrap button {
	right: auto;
	top: 8px;
	left: 8px;
}
.rtl-version .subscribe-from-wrap button img {
	margin-left: 4px;
}
.rtl-version .heading2 span.heilight-right:after {
	top: -29px;
	right: auto;
	transform: rotate(30deg);
	left: -40px;
	transform: rotate(-12deg);
}
.rtl-version .single-contact {
	padding-left: 0;
	padding-right: 45px;
}
.rtl-version .contact-icon {
	left: auto;
	right: 0;
}
.rtl-version .logo {
	margin-right: 0;
	margin-left: 30px;
}
.rtl-version .heading2 small.heading-top img {
	margin-right: 0;
	margin-left: 10px;
}
.rtl-version .single-business {
	padding-left: 0;
	padding-right: 130px;
}
.rtl-version .single-business .business-icon {
	left: auto;
	top: 32px;
	right: 32px;
}
.rtl-version span.multi-drop-icon {
	right: auto;
	width: 20px;
	left: 4px;
}
.rtl-version li.dropdown-parrent ul.multi-dropdown.theme-dropdown {
	left: auto;
	right: 186px;
} /*# sourceMappingURL=master.css.map */
