@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #01fea9;
	--secondary-color: #020c31;
}
/*html, body{
		overflow-x: hidden;
	}*/

html,
body {
	font-family: "Roboto Condensed", sans-serif;
	background-image: url(../images/bady-bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--secondary-color);
}


/*header css*/


.logo-img {
	width: 100%;
	max-width: 250px;
}

.navbar-nav {
	gap: 28px !important;
}

.navbar-nav .nav-item {
	font-size: 22px;
}

.navbar-nav .nav-item:hover {
	color: var(--primary-color);
}

.navbar-toggler {
	font-size: 30px !important;
	border: 1px solid #fff;
}

/*hero section*/

.hero-section {
	padding: 50px 0px;
}

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

.hero-content {
	font-size: 24px;
	line-height: 30px;
}

.hero-content span {
	color: var(--primary-color);
}

.form-box {
	background-color: #019977;
	padding: 30px 20px;
	border-radius: 20px;
	border: 2px solid #004e7f;
}

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

.form-control {
	background-color: transparent;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 15px;
	padding: 12px;
	border: 2px solid var(--primary-color);
}

.form-control:focus {
	background-color: transparent;
	color: #fff;
}

.form-control::placeholder {
	color: #fff !important;
	opacity: 1;
}

.submit-btn {
	width: 100%;
	background-color: var(--primary-color);
	color: #000 !important;
	border: 1px solid var(--primary-color);
	padding: 15px;
	font-size: 20px;
	border-radius: 30px;
}

.submit-btn:hover {
	background-color: var(--secondary-color) !important;
	color: #fff !important;
}


/*section css*/
.about-section {
	background-color: var(--secondary-color);
	padding: 80px 0px;
}

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

.head-title2 span {
	color: var(--primary-color);
}

.section-text {
	font-size: 18px;
	line-height: 25px;
}

.head-title3 {
	font-size: 40px;
	line-height: 50px;
}

.head-title3 span {
	color: var(--primary-color);
}

.green-btn {
	background-color: var(--primary-color) !important;
	padding: 10px 200px;
	border-radius: 30px;
	font-size: 24px;
	color: var(--secondary-color);
	position: relative;
}

.green-btn:before {
	border: 3px solid var(--secondary-color);
	top: 2px;
	left: 3px;
	width: 99%;
	height: 94%;
	position: absolute;
	content: '';
	border-radius: 30px;
}

.green-btn:hover {
	background-color: #fff !important;
	color: var(--secondary-color) !important;
}

/*.green-btn2:hover{
	background-color: #fff !important;
	color: var(--secondary-color) !important;
}*/
.about-img {
	transition: all 0.5s;
}

.about-img:hover {
	transform: scale(0.95);
}

.features-section {
	padding: 100px 0px;
	background-image: url(../images/features-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.max-width-box {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.features-box {
	padding: 25px;
}

.features-box2 {
	padding: 30px;
}

.features-img-box {
	width: 100%;
	max-width: 300px;
	height: 300px;
	margin: 0 auto;
}

.features-img {
	width: 100%;
	transition: all 0.5s;
}

.features-img:hover {
	transform: scale(0.95);
}

.features-title {
	font-size: 42px;
	color: var(--primary-color);
}

.features-box p {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}

.number-count {
	background-color: var(--primary-color);
	position: absolute;
	top: 3%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	font-weight: bold;
	left: 5%;
}

.features-img-box1 {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.section-text2 {
	font-size: 35px;
	line-height: 40px;
}

.green-btn2 {
	padding: 5px 150px !important;
}

.line-box:after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #01fea9;
	position: absolute;
	top: 50%;
	right: -2%;
	border-radius: 50%;
}

.line-box:before {
	content: "";
	width: 8px;
	height: 300px;
	background-color: #01fea9;
	position: absolute;
	top: 60%;
	right: -1%;
}

.line-box.line-box2:before {
	top: 65%;
}

.padding-top-extra {
	padding-top: 70px;
}

.line-last:before {
	height: 200px;
}


/* footer css start */
.footer {
	background: #003967;
	padding: 30px;
	box-shadow: rgb(0, 57, 103) 0px 20px 40px 40px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

}

.footer p a {
	color: #fff;
}

.footer p {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
}

.foter-social-icons a {
	color: var(--primary-color);
}

/* footer css end */

/* faq section */
.faq-section {
	background: #020c31;
}

.faq-title-bg h2 {
	padding: 10px;
	font-size: 60px;
	color: #020c31;
}

.faq-title-bg {
	background: linear-gradient(to right, #010b2f -14%, #09d29c 60%, #010b2f 110%);
}

.faq-item {
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	background: linear-gradient(to left, rgba(0, 184, 212, 0), rgb(0, 187, 155));
	color: #020f33;
	padding: 10px 15px;
}

.faq-item p {
	line-height: 1.5;
	background: transparent;
	font-size: 24px;
	margin: 20px;
}

/* faq end */

/* our clients start*/
.client-title {
	font-size: 60px;
	line-height: 50px;
}

.client-paragraph {
	font-size: 36px;
	line-height: 34px;
}

.client-title span {
	color: var(--primary-color);
}


/* testimonails */
.our-clients {
	padding: 0px 0px 100px;
	background-image: url(../images/features-bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.our-clients-bg {
/*	padding: 160px 0px 130px;*/
	background-image: url(../images/our-clients-bg.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	mix-blend-mode: lighten;
	min-height: 615px;
  display: flex;
  align-items: center;
}


.min-container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.testimonials-box {
	background-color: var(--secondary-color);
	border: 4px solid var(--primary-color);
	border-radius: 15px;
	width: 100%;
}

.client-testimonials img {
	width: 80px;
	height: 80px;
}

.client-testimonials h5 {
	font-size: 25px;
}

.client-testimonials p {
	font-size: 18px;
}


/* end */

.inner-section {
	padding: 100px 0px;
}

.inner-section h2,
.inner-section h3 {
	font-weight: bold;
}

.inner-section h2 {
	font-size: 40px;
}

.inner-section h3 {
	font-size: 35px;
}

.inner-section p,
.inner-section ul li {
	font-size: 20px;
}

.inner-page-border {
	border: 2px solid #fff;
	padding: 40px;
	border-radius: 10px;
}
.after-img{
	position: absolute;
	top: -88px;
	width: 100% !important;
	left: 0px;
	z-index: 99;
	height: 200px;
}
.before-img{
	position: absolute;
	top: 15px;
	width: 100% !important;
	left: 0px;
	z-index: 99;
	height: 200px;
}
.faq-box{
	padding: 80px 0px;
}

/*.features-section:before{
		background-image: url(../images/after-img.png);
  content: "";
  top: -88px;
  width: 100% !important;
  left: 0px;
  z-index: 99;
  height: 200px;
  position: absolute;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
	}
	.faq-section:before{
		background-image: url(../images/before-img.png) !important;;
  content: "" !important;;
  top: 15px !important;;
  width: 100% !important;
  left: 0px;
  z-index: 99;
  height: 200px;
  position: absolute;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
	}*/

@media(max-width: 768px) {
	.navbar-nav {
		gap: 00px !important;
	}

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

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

	.green-btn,
	.green-btn2 {
		padding: 5px 80px !important;
		margin-bottom: 20px;
	}

	.section-text2 {
		font-size: 24px;
		line-height: 30px;
	}

	.head-title3 {
		font-size: 35px;
		line-height: 45px;
	}

	.features-img-box1 {
		max-width: 300px;
	}

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

	.hero-content {
		font-size: 24px;
		line-height: 28px;
	}

	.cta-section h2 {
		font-size: 40px;
	}

	.cta-section p {
		font-size: 20px;
	}

	.faq-title-bg h2 {
		font-size: 40px;
	}
	.faq-title {
		font-size: 26px;
	}
	.faq-item p{
		font-size: 22px;
	}

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

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

	.testimonial-card {
		opacity: 1;
	}

	.inner-page-border {
		padding: 20px;
	}

	.testimonial-card {
		height: 100%;
	}

	.line-box:after,
	.line-box:before {
		display: none;
	}

	.padding-top-extra {
		padding-top: 20px;
	}
	.after-img{
		top: -20px;
		height: 50px;
	}
	.before-img{
		top: 50px;
		height: 50px
	}
	.about-section{
padding: 80px 0px 50px;
	}
	.features-section{
padding: 100px 0px 50px;

	}
	html, body {
	background-position: left center;
}
}

@media (max-width: 768px) {
  .features-section:before {
    top: -35px !important;;
    height: 80px !important;;
  }
  .faq-section:before {
    top: 49px;
    height: 50px;
  }
  .hero-section {
	padding: 10px 0px;
}
}