@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Poppins:wght@400;500;600&display=swap');

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Montserrat';
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	font-weight: 500;
	line-height: 1.2;
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}


.w-90 {
	width: 86%;
}

.w-100 {
	width: 100%;
}

.bg-1 {
	background: rgba(252, 174, 102, 0.15);
}

.bg-2 {
	background: rgba(84, 165, 239, 0.15);
}

.bg-3 {
	background: rgba(145, 147, 209, 0.15);
}

.bg-4 {
	background: rgba(109, 201, 139, 0.15);
}

.bg-5 {
	background: rgba(40, 48, 63, 0.1);
}

.container {
	max-width: 1056px;
}


.selector {
	position: relative;
	/* display: block; */
	text-align: left;
	margin-right: 15px;
}

.selector__toggle {
	display: block;
	/* background-color: #7090cd; */
	/* padding: 1em; */
	color: white;
	text-decoration: none;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.selector__toggle i {
	float: right;
	position: relative;
	top: 0.2em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.open .selector__toggle i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.selector__toggle:hover,
.selector__toggle:focus {
	background-color: #8eaeeb;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	color: white;
}

.selector__list {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #7090cd;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.open .selector__list {
	display: block;
}

.selector__list li a {
	min-width: 110px;
	display: block;
	color: white;
	text-decoration: none;
	padding: 1em;
	border-top: 1px solid #8eaeeb;
	background-color: #4a5f87;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.selector__list li:hover a,
.selector__list li:focus a,
.selector__list li.selected a {
	background-color: #038FDE;
}


.box-card.step-box,
.contact-area,
.news-branding,
.testimonial,
.top-features {
	background: #f5f5f5
}

.hero-section {
	background: url(images/hero-bg.png);
	width: 100%;
	height: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.header {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: all 0.35s ease;
}



#sticky_nav {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	z-index: 999;
	transition: all .5s ease
}


.navbar {
	display: flex;
	align-items: center;
}

.brand img {
	max-width: 160px;
}

.burger {
	position: relative;
	display: none;
	cursor: pointer;
	user-select: none;
	z-index: 1;
	width: 1.75rem;
	height: 1.5rem;
	border: none;
	outline: none;
	background: none;
	visibility: visible;
	transform: rotate(0deg);
	transition: 0.35s ease;
	padding: 10px;
}

.burger-line {
	position: absolute;
	display: block;
	top: 25px;
	right: 10px;
	width: 30px;
	height: 2px;
	border: none;
	outline: none;
	opacity: 1;
	transform: rotate(0deg);
	background-color: #fff;
	transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
	top: 0px;
	width: 20px;
}

.burger-line:nth-child(2) {
	top: 0.5rem;
}

.burger-line:nth-child(3) {
	top: 1rem;
	width: 25px;
}


.desk-menu ul li {
	display: inline-block;
	margin: 0px 10px;
}

.desk-menu ul li a {
	display: block;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}


.language-select {
	border: none;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-right: 20px;
	margin-left: 10px;
}

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


/* mobile menu */
.mobile-menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover {
	color: #038FDE;
}

.mobile-menu {
	display: none;
}


@media screen and (max-width:800px) {

	.header {
		padding: 15px 15px;
		display: flex;
		align-items: center;

	}

	.show-menu-btn,
	.hide-menu-btn,
	.burger {
		display: block;
	}

	.desk-menu,
	.lng-wrapper,
	.login-btn-wrapper {
		display: none;
	}

	.mobile-menu {
		display: block;
	}


	.nav a:hover::before {
		width: 0%;
	}

	.mobile-menu {
		position: fixed;
		width: 80%;
		height: 100%;
		background: #F5F5F5;
		top: 0;
		right: -100%;
		overflow: auto;
		text-align: center;
		line-height: normal;
		padding-top: 50px;
		font-size: 30px;
		transition: .7s;
		font-size: 16px;
		color: #28303F;
		font-weight: 500;
		font-family: 'Poppins', sans-serif;
		z-index: 2;

	}

	.mobile-menu-top {
		display: flex;
		align-items: center;
		position: absolute;
		top: 20px;
		left: 20px;
		right: 0;
	}

	.hide-menu-btn {
		position: absolute;
		right: 40px;
		font-size: 30px;
		font-weight: 400;
	}

	.mobile-menu ul li {
		display: block;
		float: none;
		padding-top: 35px;
	}

	.mobile-menu ul li a {
		color: #28303F;
	}

	.mobile-menu.is-active {
		right: 0;
	}

	.login-btn {
		color: #fff !important;

	}

	.selector__toggle {
		display: block;
		color: #000;
	}

	.mobile-menu .selector__list li {
		padding-top: 0px;
	}

	.mobile-menu .selector__list li a {
		min-width: 100px;
		display: block;
		color: white;
		text-decoration: none;
		padding: 0.2em;
		border-top: 1px solid #8eaeeb;
		background-color: #4a5f87;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
}


.lng-login {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-btn {
	font-family: 'Poppins', sans-serif;
	padding: 12px 30px;
	font-weight: 600;
	font-size: 16px;
	background: #28303F;
	border-radius: 10px;
	color: #fff;
	transition: all 1s ease-out;
	cursor: pointer;
}

.login-btn:hover {
	background-color: #0971e0;
	color: #fff;
}




/* Hero Content Wrapper Code Start Here */
.hero-content-wrapper {
	width: 100%;
}

.hero-content-top {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


.hero-content {
	width: 55%;
}

.hero-content h1 {
	font-style: normal;
	font-weight: 800;
	font-size: 2.3em;
	line-height: 1.3;
	color: #F5F5F5;
}

.hero-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	color: #F5F5F5;
	margin: 15px 0;
}

.text-line-br {
	display: block;
}

.highlight-color {
	color: #28303F;
}

.hero-content-img {
	width: 45%;
}

.hero-content-img img {
	max-width: 620px;
}


.myHeroSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myHeroSwiper .swiper-slide h1 {
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.text-purple {
	color: #9193D1;
}

.text-orange {
	color: #FCAE66;
}

.text-cyan {
	color: #48c4cc;
}

.text-medium-green {
	color: #6dc98b;
}

.text-blue {
	color: #54a5ef;
}

.client-title {
	font-style: normal;
	font-weight: 800;
	font-size: 1.7em;
	text-transform: capitalize;
	color: #545454;

}

.hero-main-btn-wrapper {
	padding: 20px 0;
}

.hero-main-btn-wrapper li {
	display: inline-block;
	margin: 0 5px;
}

.hero-main-btn-wrapper li a {
	display: block;
	padding: 16px 10px;
	text-align: center;
	width: 210px;
	height: 56px;
	line-height: 26px;
	background: #28303F;
	border-radius: 10px;
	color: #FFFFFF;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	transition: all .6s ease-in-out;
}

.try-it-out-btn {
	width: 180px !important;
	background: transparent !important;
	color: #28303F !important;
}

.hero-main-btn-wrapper li a:hover {
	transform: translateY(-10px);
	box-shadow: 0px 10px 25px -10px #038fde;

}

.try-it-out-btn:hover {
	transform: translateY(-10px);
}


.swiper-container {
	width: 100%;
	height: 300px;
	margin: 20px auto;
}

.swiper-slide img {
	width: 100%;
	object-fit: fill;
}

.swiper-slide-container {
	text-align: center;
	font-size: 18px;
	height: 100%;
	max-width: 650px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.news-branding {
	background: #F5F5F5;
}

.news-branding-swiper .swiper-slide {
	max-width: 400px;
	margin-right: 0.5rem;
}

.news-branding-swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}


.client-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}


/* Hero Content Wrapper Code End Here */


/* Top Features Area Css Start Here */

.section-py {
	padding: 70px 0px;
}

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

.section-title h1 {
	font-style: normal;
	font-weight: 800;
	font-size: 2.1em;
	text-align: center;
	text-transform: capitalize;
	color: #545454;
	margin-bottom: 36px;
}

.top-features {
	background: #F5F5F5;
}

.feature-box {
	border-radius: 20px;
	padding: 30px 25px;
	max-height: 250px;
	min-height: 230px;
	margin-bottom: 20px;
	display: none
}

.feature-box img {
	max-width: 48px;
	max-height: 48px;
	margin-bottom: 20px
}

.feature-content h4 {
	color: #28303f;
	font-weight: 600;
	margin-bottom: 10px
}

.feature-box {
	cursor: pointer;
	position: relative;

}

.feature-box * {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.feature-box .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	border-radius: 20px;
}

.feature-box .hover i {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f64747;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.feature-box:hover .hover {
	opacity: 1;
}

.feature-box:hover .hover i {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.video-src {
	display: none;
}

.load-more-wrapper {
	display: block;
	margin-top: 20px;
}


.box-img img {
	max-width: 290px;
	max-height: 240px;
}


.box-card {
	min-height: 395px;
	padding: 20px;
	background-color: #fff;
	border-radius: 24px;
}

.box-card.step-box {
	background: #F5F5F5;
	text-align: center;
	position: relative;
}

.step-number {
	position: absolute;
	left: 0;
	top: 8%;
	padding: 5px 30px;
	background: #038FDE;
	color: #fff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	border-radius: 0px 8px 8px 0px;
}

.box-card img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.box-content h4 {
	margin-top: 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 29px;
	color: #038FDE;
}

.box-content p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #545454;

}

.testimonial-card {
	width: 700px;
	display: flex;
	background-color: #fff;
	padding: 20px;
	border-radius: 24px;
	min-height: 180px;
	max-height: 200px
}

.test-img {
	max-width: 136px;
	max-height: 136px
}

.test-img img {
	object-fit: cover;
	width: 100px;
	border-radius: 11px
}

.test-content {
	margin-left: 20px;
	text-align: left
}

.test-content h3 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px
}

.test-content h5,
.test-content p {
	line-height: 20px;
	font-family: Montserrat;
	font-style: normal;
	font-size: 16px
}

.test-content h5 {
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fcae66
}

.test-content p {
	font-weight: 500;
	color: #8c8c8c
}


/* Counter Area Start Here */

.counters-area {
	background: #54A5EF;
}

#counter-stats {
	display: flex;
	justify-content: center;
}

.stats {
	text-align: center;
	color: #fff;
}

.stats span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 49px;
	display: inline-block;
}

.stats h5 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 29px;
}


/* Counter Area End Here */

.testimonial {
	background: #F5F5F5;
}


.designed-you-need {
	background: #D9D9D9;
}

.designed-left h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #28303F;
}

.line-break {
	display: block;
}

.toggler-switch-all {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	margin: 8px 0;
	max-width: 320px;
	background: #F5F5F5;
	border-radius: 10px;
}

.toggler-switch-all span {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #545454;
}


.toggler-switch-all input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
}

.toggler-switch-all label {
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.toggler-switch-all label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.toggler-switch-all input:checked+label {
	background: #038FDE;
}

.toggler-switch-all input:checked+label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.toggler-switch-all label:active:after {
	width: 25px;
}

.designed-right img {
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}


.want-more-features {
	background: #28303F;
}

.want-more-features .section-title {
	color: #fff;
}


.want-more-features .section-title h1 {
	color: #fff;
	margin-bottom: 10px;
}

.want-more-features .section-title p {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	text-align: center;
	color: #F5F5F5;
}


.pricing-box {
	position: relative;
	border: 1px solid rgba(18, 17, 39, 0.12);
	border-radius: 12px;
	padding: 20px 30px;
	min-height: 350px;
}

.pricing-box.non-masking-package {
	border: none;
	background: #54A5EF;
}

.pricing-box.non-masking-package h1,
.pricing-box.non-masking-package h3,
.pricing-box.non-masking-package p {
	color: #fff;
}

.pricing-box.pricing-box.non-masking-package .get-start-btn {
	background-color: #fff;
	color: #54A5EF;
}

.pricing-box.pricing-box.non-masking-package .get-start-btn:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}

.pricing-free-text {
	position: absolute;
	top: 10%;
	right: 0;
	background: #6DC98B;
	border-radius: 6px 0px 0px 6px;
	padding: 8px 36px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
}

.pricing-box h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 20px 0;
	color: #545454;
}

.pricing-box p {
	font-weight: 500;
	font-size: 16px;
	line-height: 180%;
	color: rgba(18, 17, 39, 0.48);
}

.pricing-box h1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	margin: 10px 0;
	color: #545454;
}


.pricing-box h1 span {
	font-size: 16px;
}

.get-start-btn {
	margin-top: 15px;
	padding: 16px 24px;
	background: #545454;
	border-radius: 6px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}


.contact-area {
	background: #F5F5F5;
}


.form-control {
	padding: 8px 10px;
	font-size: 14px;
	height: 40px;
	background-color: rgba(52, 58, 64, 0.01);
	border: 1px solid rgba(155, 155, 174, 0.3);
}

.form-group {
	margin-bottom: 1rem;
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

textarea.form-control {
	height: auto;
}

.btn {
	border-radius: 3px;
	padding: 12px 30px;
	font-size: 15px !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn.btn-primary {
	background: -webkit-gradient(linear, left top, right top, from(#3956de), to(#657be5));
	background: linear-gradient(to right, #3956de 0%, #657be5 100%);
	border: none;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgb(57 86 222 / 15%);
	box-shadow: 0 4px 20px rgb(57 86 222 / 15%);
}

.contactUsEdutechs .section-title h1 {
	margin-bottom: 10px !important;
}

.ms-contact-information {
	display: none;
}

.contact-information {
	text-align: right;
	position: relative;
	width: 100%;
	height: 100%;

}

.contact-information:after {
	width: 100%;
	height: 50%;
	content: '';
	position: absolute;
	top: 15%;
	left: 10%;
	border-right: 3px solid #545454;
	opacity: .7;
}

.contact-information h4,
.ms-contact-information h4 {
	margin-bottom: 10px;
}

.contact-information h4,
.ms-contact-information h4 .contact-information h4 a,
.ms-contact-information h4 a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.015em;
	color: #545454;

}


.contact-information h4 span {
	margin-left: 10px;
}

@media (min-width: 1200px) {

	.h4,
	h4 {
		font-size: 1.4rem;
	}
}


.location span {
	margin-left: 20px;
}

.location {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.contact-message {
	margin-left: 15%;
}

.contact-message label {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.015em;
	color: #545454;
	margin-bottom: 8px;
}

.contact-input {
	border: none;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 15px;
}

.contact-input:focus {
	outline: none;
}

.send-btn {
	padding: 8px 48px;
	background: #038FDE;
	border-radius: 8px;
	border: none;
	/* font-family: 'Poppins'; */
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}


/* Footer css start here */

.footer-area {
	background: #28303F;
	color: #fff;
	padding: 70px 0px 20px 0px;
}

.footer-brand-about img {
	max-width: 300px;
}

.footer-brand-about p {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	text-align: justify;
	color: #8C8C8C;
	padding-right: 10px;
	margin: 20px 0;
}


.social-links {
	display: flex;
}

.social-links a {
	display: flex;
	width: 36px;
	height: 36px;
	background-color: #909090;
	border-radius: 20px;
	margin-right: 7px;
	align-items: center;
	justify-content: center;
}

.social-links a i {
	padding: 12px 11px;
	font-size: 20px;
	color: #fff;
}


.footer-link-wrapper {
	margin-top: 20px;
}

.footer-link-wrapper h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.015em;
	color: #D9D9D9;
	margin-bottom: 15px;
}

.footer-link-wrapper ul li a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.015em;
	color: #54A5EF;
}

.footer-copyright {
	margin-top: 50px;
}


.testimonialSwiper1 .swiper-slide,
.testimonialSwiper2 .swiper-slide {
	width: 700px !important;
}

#bottomToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99;
	font-size: 26px;
	border: none;
	outline: none;
	background-color: #474848;
	color: white;
	cursor: pointer;
	padding: 2px 10px;
	border-radius: 4px;
	transition: 2s ease-in-out;
}

#myBtn:hover {
	background-color: #000;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	.hero-content-wrapper {
		width: 100%;
		height: auto;
	}


	.hero-content-top {
		margin-top: 10%;
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		text-align: center;
	}

	.hero-content {
		width: 90%;
		margin: 0 auto;
	}

	.hero-content h1 {
		font-size: 30px;
	}

	.hero-content p {
		font-size: 18px;
	}

	.hero-content-img {
		width: 100%;
	}

	.hero-text-br {
		display: inline-block;
	}

	.hero-main-content p {
		font-size: 16px;
	}

	.hero-main-btn-wrapper li {
		display: block;
		margin: 15px 5px;
	}


	.hero-main-btn-wrapper li a {
		padding: 16px 25px;
		width: 100%;
		height: 47px;
		color: #FFFFFF;
		font-style: normal;
		font-size: 16px;
		line-height: 15px;
	}

	.try-it-out-btn {
		border: 2px solid #28303F;
		width: 100% !important;
		background: transparent !important;
		color: #28303F !important;
	}

	.client-title {
		font-style: normal;
		font-weight: 800;
		font-size: 30px;
		text-transform: capitalize;
		color: #545454;
		text-align: center;
		margin-bottom: 20px;
	}

	.text-line-br {
		display: inline-block;
	}

	.feature-box {
		border-radius: 10px;
		padding: 14px 20px;
		max-height: 160px;
		min-height: 160px;
		margin-bottom: 20px;
	}


	.feature-box img {
		max-width: 36px;
		max-height: 36px;
	}

	.feature-content h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.feature-content p {
		font-size: 12px;
	}




	.hero-content-img img {
		max-width: 100%;
	}

	.swiper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}

	.swiper-slide-container {
		margin: 0 auto;
	}

	.swiper-slide img {
		display: block;
		height: auto !important;
		object-fit: fill;
	}


	.client-container {
		flex-direction: column;
	}

	.client-item {
		margin: 10px auto;
	}

	.client-item img {
		max-width: 300px
	}


	.box-card {
		max-width: 340px;
		margin: 0 auto;
		min-height: 390px;
		padding: 20px;
		background-color: #fff;
		border-radius: 24px;
	}

	.section-py {
		padding: 40px 0px;
	}


	.section-title h1 {
		font-size: 30px;
	}


	.stats {
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
	}

	.stats span {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 800;
		font-size: 36px;
		line-height: 36px;
		display: inline-block;
	}

	.get-start-br {
		display: block;
	}

	.box-card.step-box {
		margin-bottom: 20px;
	}

	.testimonialSwiper1 .swiper-slide,
	.testimonialSwiper2 .swiper-slide {
		width: 540px !important;
	}


	.testimonial-card {
		max-width: 550px;
		display: flex;
		background-color: #fff;
		padding: 15px;
		border-radius: 24px;
		max-height: 180px;

	}


	.testimonial-card p {
		font-size: 13px;
	}


	.p-px {
		padding: 0px 15px;
	}


	.toggler-switch-all {
		min-width: 100%
	}

	.designed-right {
		margin-top: 20px;
	}


	.pricing-box {
		margin-bottom: 20px;
	}


	.ms-contact-information {
		display: block;
	}

	.contact-information {
		display: none;

	}

	.ms-contact-information .location span {
		margin-left: 0px;
	}

	.ms-contact-information .location {
		display: flex;
		align-items: center !important;
		/* justify-content: flex-start; */
	}

	.ms-contact-information .line-break {
		display: inline-block;
	}

	.contact-message {
		margin-top: 30px;
		margin-left: 0px;
	}


	#bottomToTopBtn {
		display: none;
		position: fixed;
		bottom: 15px;
		left: 20px;
		z-index: 99;
		font-size: 26px;
		border: none;
		outline: 0;
		background-color: #474848;
		color: #fff;
		cursor: pointer;
		padding: 2px 10px;
		border-radius: 4px;
		transition: 2s ease-in-out
	}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-content-wrapper {
		width: 100%;
	}

	.hero-content-top {
		width: 100%;
		height: 30vh;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		padding: 10px 20px;
		margin-top: 0;
	}

	.hero-main-content h1 {
		font-weight: 800;
		font-size: 26px;
	}

	.hero-main-content p {
		font-size: 16px;
	}

	.hero-main-btn-wrapper li {
		display: inline-block;
		margin: 10px 10px;
	}


	.hero-main-btn-wrapper li a {
		padding: 16px 35px;
		width: 230px;
		height: 46px;
		color: #FFFFFF;
		font-style: normal;
		font-size: 16px;
		line-height: 15px;
	}

	.swiper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}


	.client-item {
		margin: 10px auto;
	}


	.box-card {
		max-width: 340px;
		margin: 0 auto;
		min-height: 390px;
		padding: 20px;
		background-color: #fff;
		border-radius: 24px;
	}


}