:root {
  --primary: #002E8B;
  --primary-light: #0151ef;
  --primary-dark: #002164;
  --secondary:#00B0F0;
  --white:#ffffff;
  --text-color:#414141;
  --gray-color:#b4b4b4;

    /* Primary Brand Color */
    --bs-primary: #002E8B;
    --bs-primary-rgb: 0, 46, 139;

    /* Secondary */
    --bs-secondary: #00B0F0;
    --bs-secondary-rgb: 0, 176, 240;

    /* Success */
    --bs-success: #2ECC71;
    --bs-success-rgb: 46, 204, 113;

    /* Danger */
    --bs-danger: #E74C3C;
    --bs-danger-rgb: 231, 76, 60;

    /* Warning */
    --bs-warning: #F39C12;
    --bs-warning-rgb: 243, 156, 18;

    /* Info */
    --bs-info: #3498DB;
    --bs-info-rgb: 52, 152, 219;

    /* Dark */
    --bs-dark: #1E272E;
    --bs-dark-rgb: 30, 39, 46;

    /* Light */
    --bs-light: #F5F6FA;
    --bs-light-rgb: 245, 246, 250;


    /* Body */
    --bs-body-bg: #ffffff;
    --bs-body-color: #2D3436;

    /* Border */
    --bs-border-color: #DFE6E9;

    /* Link */
    --bs-link-color: #002E8B;
    --bs-link-hover-color: #002164;
}

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

.label
 {
    display: inline-block;
    padding: .35em .8em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: normal;
    background-color: #b8b8b8;
    color: #fff;
    border-radius: .2rem;
}
.success {
    color: rgba(255, 255, 255, 0.87);
    background-color: #6cc788;
}
.danger {
    color: rgba(255, 255, 255, 0.87);
    background-color: #f44455;
}
.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87);
}

table {
    width: 100%;
    border-width: 0px;
    border-collapse: collapse;
    background: var(--white);
}

table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    text-color: var(--white);
    background-color: var(--secondary)  !important;


}

table td {
    font-size: 13px;
}

table tr {
    border-spacing: 0 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

table tbody tr:nth-child(odd) {
	background: #E9F1FF !important;
border-style: solid;
border-color: #E7E7E7;
}

/* Even rows */
table tbody tr:nth-child(even) {
	background: #ffffff;
border-style: solid;
border-color: #E7E7E7;
}

/* Optional hover effect */
table tbody tr:hover {
    background-color: #B4CDFF;
}

    .ui-switch input {
    position: absolute;
    opacity: 0;
}
.ui-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
    border-radius: 30px;
    background-color: #6cc788;
    margin: 0;
}


input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    margin: 3px 3px 3px 4px;
}

.ui-switch input:checked + i:before {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 5px;
    border-width: 0;
    border-radius: 5px;
}

.ui-switch i:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.ui-switch input:checked + i:after {
    margin-left: 15px;
}

.ui-switch i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 16px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}

.round {
	border-radius: 500px;
}
.m-b-sm {
    margin-bottom: 0.5rem !important;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20
}






/* STATUS BADGES */
.status-badge {
    display: inline-block;
    min-width: 104px;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    border: 1px solid;
}

/* PROCESSING */
.status-processing {
    color: #6b5b1e;
    background: #f5f0de;
    border-color: #d9cfaa;
}

/* SUCCESS */
.status-success {
    color: #2f5d50;
    background: #e0f0ea;
    border-color: #b8d7cc;
}

/* FAILED */
.status-failed {
    color: #7f1d1d;
    background: #f8e4e4;
    border-color: #e4a4a4;
}

/* PENDING */
.status-pending {
    color: #ffffff;
    background: #9e9e9e;
    border-color: #616161;
}

/* CANCELLED */
.status-cancelled {
    color: #9ca3af;
    background: #f7f7f7;
    border-color: #d1d5db;
}










