@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root{
	--primary-color: #0091ff;
	--secondary-color: #396788;
}
html, body{
	font-family: "Amiri", serif;
	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{
	background-image: url(../images/hero-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px;
}
.hero-title{
	color: #0b2644;
	font-size: 50px;
	text-shadow: 0px 3px 2px #ccc, 0px 4px 5px rgba(0,0,0,0.15), 1px 3px 2px rgba(0, 0, 0, 0.93);
}
.hero-content{
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
}
.form-box{
	background-color: #0e2948;
	padding: 30px 20px;
}
.form-title{
	font-size: 40px;
}
.form-control {
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  margin-bottom: 15px;
  padding: 12px;
  border: 2px solid #fff;
}
.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);
 border: 1px solid #fff;
 padding: 15px;
 font-size: 20px;
}
.submit-btn:hover{
	background-color: var(--secondary-color) !important;
}


/*section css*/

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

.head-title2{
font-size: 60px;
}
.head-title2 span{
	color: var(--primary-color);
}
.section-text{
	font-size: 20px;
	line-height: 25px;
}

.head-title3{
font-size: 45px;
line-height: 50px;
}
.head-title3 span{
	color: var(--primary-color);
}
.blue-btn{
	background-color: var(--primary-color) !important;
	padding: 5px 100px;
	border-radius: 0px;
	font-size: 24px;
}
.blue-btn:hover{
	background-color: var(--secondary-color) !important;
}
.blue-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.png);
	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-img-box{
	width: 100%;
	max-width: 250px;
	height: 250px;
	margin: 0 auto;
}
.features-img{
	border-radius: 50%;
	width: 100%;
	transition: all 0.5s;
}
.features-img:hover{
	transform: scale(0.95);
}
.features-title{
	font-size: 45px;
}
.features-box p{
	font-size: 20px;
	line-height: 25px;
}
.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: 400px;
	height: 400px;
	margin: 0 auto;
}
.section-text2{
	font-size: 35px;
  line-height: 40px;
}
.blue-btn2{
	padding: 5px 150px !important;
}

/* footer css start */
		.footer {
			background: var(--primary-color);
			padding: 30px;
		}

		.footer p a {
			color: #fff;
		}

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

		.legal-link {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.foter-social-icons {
			grid-template-columns: repeat(2, 1fr);
		}

		/* footer css end */
		/* cta section start*/
		.cta-section {
			background: url(../images/cta-section.jpg);
			background-size: cover;
			padding: 80px 0px;

		}

		.cta-section span {
			color: var(--primary-color);
		}

		.cta-section h2 {
			color: #fff;
			font-size: 60px;
			font-weight: 600;
		}

		.cta-section p {
			color: #fff;
			font-size: 30px;
			font-weight: 600;
		}

		/* cta button end */
		/* faq section */
		.faq-section {
			background: #fff;
		}

		.faq-title-bg {
			background-color: var(--primary-color) !important;
		}

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

		.accordion {
			padding: 40px 0px;
		}

		.faq-bg-custom {
			background-color: var(--primary-color) !important;
		}

		.accordion-button {
			position: relative;
			background-color: var(--primary-color);
			color: white;
			font-weight: bold;
			box-shadow: none;
			padding: 5px 15px;
		}

		.accordion-button::after {
			display: none;
		}

		.accordion-button .toggle-icon {
			font-size: 35px;
		}

		.accordion-button.collapsed .toggle-icon::after {
			content: "+";
		}

		.accordion-button:not(.collapsed) .toggle-icon::after {
			content: "-";
		}

		.accordion .accordion-item h2 button {
			font-size: 35px;
		}

		.accordion .accordion-body {
			padding: 30px;
			font-size: 30px;
			line-height: 35px;
		}

		.accordion-item {
			box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
		}

		/* faq end */

		/* our clients start*/
		.our-clients {
			background: url(../images/cta-section.jpg);
			background-size: cover;
			padding: 80px 0px;
		}

		.clients-testimonails {
			width: 100%;
			max-width: 900px;
			margin: 0 auto;
		}
		.testimonial-card h6{
			font-size: 24px;
		}
		.testimonial-card p{
			font-size: 20px;
			line-height: 25px;
		}

		.testimonial-card {
			background: #ffffff;
			border: 3px solid var(--primary-color);
			border-radius: 12px;
			padding: 30px;
			transition: all 0.3s ease;
			opacity: 0.5;
			flex-direction: column;
			justify-content: space-between;
			height: 200px;
		}

		.testimonial-card img {
			width: 60px !important;
			height: 60px !important;
			object-fit: cover;
			border-radius: 50%;
			border: 2px solid var(--primary-color);
		}

		.owl-item.active.center .testimonial-card {
			opacity: 1;
			transform: scale(1);
			border-color: var(--primary-color);
		}

		.owl-nav {
			position: absolute;
			top: 40%;
			width: 100%;
			display: flex;
			justify-content: space-between;
		}

		.owl-nav button {
			font-size: 50px !important;
			color: #fff !important;
			margin-top: -20px;
		}

		.owl-nav button.owl-prev {
			margin-left: 70px;
		}

		.owl-nav button.owl-next {
			margin-right: 70px;
		}

.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;
}


@media(max-width: 768px){
	.navbar-nav {
  gap: 00px !important;
}
.hero-title{
	font-size: 36px;
}
.head-title2{
font-size: 40px;
}
.blue-btn , .blue-btn2 {
  padding: 5px 80px !important;
  margin-bottom: 20px;
}
.features-img-box1 {
  height: 100%;
}
.section-text2 {
  font-size: 24px;
  line-height: 30px;
}
.head-title3 {
  font-size: 35px;
  line-height: 45px;
}
.features-img-box1 {
  max-width: 300px;
  height: 100%;
}
.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;
			}

			.accordion .accordion-item h2 button {
				font-size: 20px;
			}

			.accordion .accordion-body {
				font-size: 20px;
				line-height: 25px;
			}

			.owl-nav button.owl-prev {
				margin-left: 10px;
			}

			.owl-nav button.owl-next {
				margin-right: 10px;
			}

			.testimonial-card {
				opacity: 1;
			}
			.inner-page-border {
  padding: 20px;
}
.testimonial-card {
height: 100%;
}
}