:root {
  --primary: #002E8B;
  --primary-dark: #002164;
  --secondary:#00B0F0;
  --white:#ffffff;
  --text-color:#414141;
  --gray-color:#b4b4b4;
}
.btn-primary{
	background-color:var(--primary);
	border-radius: 4px;
	cursor: not-allowed;
	border-color:var(--primary) ;
	height:40px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.06em;
	color: var(--white);
}

.btn-primary:hover{
	background-color:var(--primary-dark);
	border-radius: 4px;
		border-color:var(--primary) ;

}

.btn-primary:active{
	background-color:var(--primary-dark);
	border-radius: 4px;
	border-color:var(--primary) ;

}

.nav-link {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	color: var(--primary);
}

.nav-link:hover{
	color: var(--primary-dark);
}

.nav-link:active{
	color: var(--primary-dark);
}
footer {
	height: 50px;
}
.nav-link-reverse {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	color: var(--white);
}

.nav-link-reverse:hover{
	color: var(--primary-dark);
}

.nav-link-reverse:active{
	color: var(--primary-dark);
}
.footer-text{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: var(--primary);

}
.copyright {
 margin-top: 8px;

}
.body-section {
	min-height: 500px;
}

.footer-list-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 14px;
color: var(--white);
}

.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0;
}

.footer-list-item{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
color: var(--white);

}

a {
	text-decoration:none;
	font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
color: var(--white);

}

.normal-text {
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
color: var(--text-color);

}

.normal-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 15px;
letter-spacing: 0.06em;
color: var(--primary);
}

section{
	
}

.section-title{
	margin-top: 24px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 32px;
/* or 80% */
color: var(--secondary);
text-align: center;

}
.about-underline{
	width: 15%;
}
.privacy-underline{
	width: 28%;
}
.faq-underline{
	width: 53%;
}
.why-choose-underline{
	width: 28%;
}

.pricing-underline{
	width: 12%;
}


.about-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 33px;
letter-spacing: 0.06em;

color: var(--primary);


}

.hero{
/*	background:url(/images/hero_img.png);*/
}

#section-underline{
height: 3px;
margin:auto;
display: block;
margin-top: 20px;
border-radius: 100px;
background-color: var(--primary);
}

.section-content{
		margin-top: 24px;

}
.content{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 28px;

color:var(--text-color);


}
.border-black{
	border-color:var(--gray-color);
}

.choose-img-image{
/* cheerful-delivery-man-with-parcels 1 */

width: 294px;
height: 380px;
left: 12px;
top: 144px;


border-radius: 20px;



}

.choose-img-placeholder{

width: 294px;
height: 380px;
left: 12px;
top: 144px;

background-color: var(--primary);

border-radius: 20px;



}

.choose-list-item-image-holder{
width: 48px;
height: 48px;
padding: 6px;
background: rgba(0, 46, 139, 0.08);
border-radius: 6px;

}

.choose-list-item-heading{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 33px;
/* identical to box height */
letter-spacing: 0.06em;
color: var(--text-color);
}

.choose-list-item-description{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 28px;
letter-spacing: 0.06em;
color: var(--text-color);
text-align: justify;
}

.about{

	background: linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)),url(/images/about_background.png) no-repeat center 50%;
  background-size: 400px 400px;

}
.pricing{

	height: 480px;
}


.hero{

	height: 480px;


}

.hero-title{
	/* We create solutions for your Business ! */
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 48px;
/* identical to box height, or 84% */
color: var(--primary);


}
.hero-sub-title{
	/* Our vision is to provide small vendors the opportunity to compete with the biggest MNC’s present with our technological enhancement services to enable our country’s growth. */

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 32px;
/* or 200% */
letter-spacing: 0.06em;
text-align: justify;


color: var(--text-color);


}
.hero-iframe{
	height: 100%;
	text-align: left;
}
.hero-iframe-video{
	text-align: center;
	vertical-align: middle;
	height: 120%;
}

.hero-text-layout{
	padding-left: 64px;
	padding-right: 20px;
	margin-top: 68px;
}

iframe{
	width: 90%;
	margin-top: 5%;
	height: 67.5%;

	text-align: right;
}









