nav {
	position: fixed;
	z-index: 99;
	width: 100%;
	backdrop-filter: blur(10px);
	padding: 20px 0;
	transition: .5s;
}

header.fixed nav {
	top: 0;
	transition: .5s;
}

.logo {
	width: 200px;
}

nav .wrapper {
	position: relative;
	max-width: 95%;
	padding: 0;
	height: 70px;
	line-height: 20px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrapper .logo a {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
}

.wrapper .nav-links {
	display: inline-flex;
	margin-bottom: 0;
}

.nav-links li {
	list-style: none;
	position: relative;
}

.nav-links>li>a {
	margin: 9px 25px;
	padding: 20px 0;
}

.nav-links li a {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
	border-radius: 5px;
}

.nav-links .sub-menu {
	background: #242526;
	width: 180px;
	line-height: 45px;
	top: 55px;
	box-shadow: 0 6px 10px rgba(0,0,0,.15);
}

.nav-links li:hover .mega-box, .nav-links li:hover .sub-menu {
	transition: .3s;
	top: 60px;
	opacity: 1;
	visibility: visible;
}

nav .wrapper .btn {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.wrapper .btn.close-btn {
	position: absolute;
	right: 0;
	top: 10px;
	display: none;
}

.nav-links li a:before, header {
	position: absolute;
	right: 0;
	left: 0;
}

.nav-links .inner-menu li a {
	line-height: 20px;
	align-items: flex-start;
}

.nav-links li a {
	background-image: linear-gradient(to right,#05b178,#05b178 50%,#201d1d 50%);
	background-size: 200% 100%;
	background-position: -100%;
	display: flex;
	line-height: 25px;
	color: #201d1d !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .3s ease-in-out;
	align-items: center;
}

.nav-links>li>a {
	font-weight: 600;
}

.nav-links li a.has-submenu svg {
	margin-left: 5px;
}

.nav-links li a:before {
	content: '';
	background: #05b178;
	display: block;
	bottom: -3px;
	margin: 0 auto;
	width: 0;
	height: 3px;
	transition: .3s ease-in-out;
}

.nav-links li a:hover {
	background-position: 0;
}

ul.inner-menu {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.nav-links li a span {
	margin-right: 8px;
}

.hero-section {
	background-color: #f8f7f4;
	padding-top: 70px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.hero-section .container {
	position: relative;
	min-height: 550px;
	display: flex;
}

.btn-check:checked+.btn, .btn-primary, .btn-secondary:hover, .btn.active, .btn.show, .btn:first-child:active, .btn:focus-visible, :not(.btn-check)+.btn:active {
	background: #05b178;
	background: linear-gradient(90deg, rgba(5,177,120,1) 0%, rgba(2,168,255,1) 100%);
	transition: .5s;
}

.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, .btn:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
	box-shadow: 0 0 0 .25rem rgba(193,41,60,.5);
}

.btn-primary:hover, .btn-secondary {
	background-color: #232831;
	border-color: #232831;
	transition: .5s;
}

.btn {
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 16px;
	border: none !important;
}

.btn-big {
	padding: 15px 30px;
}

nav input, nav .wrapper .btn.menu-btn {
	display: none;
}

.text-yellow {
	color: #fab41d;
}

.text-green {
	color: #05b178;
}

.text-purple {
	color: #8d34c0;
}

.hero-sec {
	width: 60%;
	z-index: 9;
	display: flex;
	align-items: self-start;
	flex-direction: column;
}

.hero-text span {
	display: block;
	line-height: 90px;
	font-size: 97px;
	font-weight: 900;
}

.fs-17 {
	font-size: 17px;
}

.font-semibold {
	font-weight: 600;
}

.hero-bottom-text {
	bottom: 20px;
	position: absolute;
	color: #403d3d;
}

.shap-01 {
	position: absolute;
	top: 170px;
	left: 50%;
	height: 100px;
	width: 100px;
	background: #ffb013;
	border-radius: 8px;
}

.shap-02 {
	position: absolute;
	top: -4%;
	left: 45%;
	height: 100px;
	width: 100px;
	background: #2467ec;
	border-radius: 8px;
	z-index: -1;
}

.shap-03 {
	position: absolute;
	top: -7%;
	left: -7%;
	z-index: -1;
}

.shap-04 {
	position: absolute;
	bottom: -9%;
	left: 33%;
	z-index: -1;
}

.shap-05 {
	position: absolute;
	bottom: 41%;
	right: -35%;
	z-index: -1;
}

.shap-07 {
	position: absolute;
	bottom: 15%;
	right: -20%;
	z-index: -1;
}

.shap-06 {
	position: absolute;
	top: -160px;
	right: -43%;
	z-index: -2;
}

.choose-thumb {
	margin-top: 37px;
}

.about-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

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

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

.our-mission {
	background: #e9f5ff;
	padding: 100px 0;
}

.our-mission h2 {
	text-align: center;
	margin-bottom: 70px;
}

.why-exist {
	background: #ffffff;
	padding: 50px 50px;
	border-radius: 0 120px 0 80px;
}

.why-img {
	width: 70px;
}

.the-feature {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

ul.bullets-arrow {
	list-style: none;
	margin-top: 20px;
}

ul.bullets-arrow li {
	margin-bottom: 10px;
	background: url(../images/arrow.svg) no-repeat center left;
	padding-left: 30px;
	font-size: 20px;
}

.we-love {
	padding: 100px 0;
}

.we-love .container {
	margin: 0 auto;
}

.we-love-block {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(21%,1fr));
	margin-top: 80px;
}

.we-love-block > div {
	border-radius: 20px;
	padding: 30px 30px;
	text-align: center;
}

.we-love-block > div h4 {
	margin: 20px auto;
	font-size: 28px;
	width: 90%;
}

.we-love-block p {
	margin-bottom: 0;
}

.we-love-block > div:first-child {
	border: 1px solid #fab41d;
	background-color: #fff8e8;
}

.we-love-block > div:nth-child(2) {
	border: 1px solid #1249d4;
	background-color: #f0f4ff;
}

.we-love-block > div:nth-child(3) {
	border: 1px solid #a2e633;
	background-color: #f4fee4;
}

.we-love-block > div:nth-child(4) {
	border: 1px solid #bf45b7;
	background-color: #fdecfb;
}

.bg-sand {
	background-color: #f5ede8;
}

.bg-sand-dark {
	background-color: #f0e6e0;
}

.different-blocks {
	padding: 200px 20px 60px 20px;
	display: flex;
}

.different-blocks ul {
	list-style: none;
	margin: 15px 0;
	padding: auto;
}

.different-blocks ul li {
	background-color: #ffffff;
	margin: 15px 0;
	padding: 20px;
	border: 1px solid #b5c5f3;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 500;
	width: 500px;
}

.make-different h2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 80px;
}

.make-different {
	position: relative;
}

.services {
	padding: 100px 0 0 0;
}

.services h2 {
	text-align: center;
}

.services p {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

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

.services-blocks {
	margin-top: 60px;
}

.service-block {
	display: flex;
	align-items: center;
}

.service-block ul.bullets-arrow li span {
	font-weight: 700;
	display: block;
	color: #201d1d;
	font-size: 22px;
}

.text-white .service-block ul.bullets-arrow li span {
	color: #fff;
}

.service-block ul.bullets-arrow li {
	background: url(../images/arrow.svg) no-repeat 0px 10px;
	font-size: 15px;
}

.service-content {
	padding-left: 20px;
	width: 50%;
}

.service-block .star img {
	width: 30px;
}

.service-block .star {
	margin-bottom: 20px;
}

.service-img {
	width: 50%;
}

.bg-cream {
	background-color: #efebd7;
}

.bg-green {
	background-color: #05b178;
}

.white-block .service-block ul.bullets-arrow li {
	background: url(../images/arrow-white.svg) no-repeat 0px 10px;
}

.bg-blue {
	background-color: #0583b1;
}

.bg-lightcream {
	background-color: #f9efe7;
}

.need-seo .container {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.need-seo .container p {
	width: 60%;
	margin: 0 auto;
}

.need-seo {
	background: #eefdfa;
	padding: 80px 0;
}

.ready-go {
	position: relative;
}

.ready-go-block {
	width: 750px;
	border: 1px solid #9ebdff;
	background: rgba(255,255,255,0.30);
	text-align: center;
	padding: 60px;
	border-radius: 40px;
	margin: 70px auto;
	position: relative;
}

.ready-to-go-icon {
	position: absolute;
	bottom: -70px;
	left: -90px;
}

.shadow-image {
	width: 50%;
	position: absolute;
	height: 180px;
	display: block;
	filter: blur(190px);
	background-color: #a1d8ff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 0;
	content: '';
	right: 0;
}

footer {
	background-color: #fafafa;
	padding: 80px 0 20px 0;
	border-top: 1px solid #d3d3d3;
	text-align: center;
}

.connect-on {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}

.connect-on > div {
	margin: 0 10px;
}

.copyright {
	color: #424040;
}

@media screen and (max-width: 970px) {
	.wrapper .btn.close-btn, nav .wrapper .btn.menu-btn {
		display: block;
	}

	.wrapper .nav-links {
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 350px;
		top: 0;
		left: -100%;
		background: #242526;
		display: block;
		padding: 50px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0 15px 15px rgba(0,0,0,0.18);
		transition: 0.3s;
	}

	#menu-btn:checked~.nav-links {
		left: 0;
	}

	#menu-btn:checked~.btn.menu-btn, .nav-links .desktop-item, ul.inner-menu .menu-footer {
		display: none;
	}

	.nav-links li {
		margin: 15px 10px;
	}

	.nav-links li a {
		padding: 0;
		display: block;
		font-size: 15px;
	}

	.nav-links .sub-menu {
		padding-left: 20px;
		width: 100%;
		box-shadow: none;
	}

	.nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 16px;
		font-weight: 500;
		padding-left: 14px;
		cursor: pointer;
		line-height: 25px;
		border-radius: 5px;
		transition: 0.3s;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav-links .mobile-item:hover {
		background: #3a3b3c;
		padding: 10px 15px;
	}
}

.top-peding{    padding-top: 130px;}
.inner-header{background:#f8f7f4;padding-bottom:120px;}
.margin-auto{margin: 0 auto;}
.bg-green{background-color: #05B178;color: #fff;}
.contact-us .connect-on{display: block;}
.contact-us .connect-on > div {
    margin-bottom: 10px;
}
.contact-us {
    border-radius: 30px;
    padding: 40px;
}
.contact-us p {
    font-size: 16px;
}
.get-touch{margin-top:-110px;margin-bottom: 60px;}
.get-touch .container .row {
    display: flex;align-items: self-start;
    justify-content: space-around;
}
.contact-us-form {
    background-color: #f9f3d7;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #dbd8c6;
}