*{
margin: 0px;	
padding: 0px;
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif;
 overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
a{
text-decoration: none;	
}
li{
list-style: none;	
}
img{
max-width: 100%;	
}
.topnav_bar {
background-color: #f6b02d;
padding-top: 12px;
padding-bottom: 12px;
}
.top_bar_left ul.topbar_information {
padding-left: 0px;
margin-bottom: 0px;
}
.top_bar_left ul.topbar_information li {
display: inline-block;
font-size: 14px;
position: relative;
margin-right: 20px;
}
.top_bar_left ul.topbar_information li a {
color: #fff;
}
.top_bar_left ul.topbar_information li a:hover {
color: #4ab421;
transition: all 0.3s;
}
.top_bar_left ul.topbar_information li a i {
margin-right: 5px;
font-size: 15px;
}
.top_bar_left ul.topbar_information li:before {
content: "";
position: absolute;
width: 1px;
background: #fff;
height: 16px;
right: -14px;
top: 2px;
}
.fixed-top.scrolled {
background-color: #fff !important;
transition: background-color 200ms linear;
}
.fixed-top {
    position: sticky !important;
}
.top_bar_right ul.topbar_action {
padding-right: 0px;
margin-bottom: 0px;
}
.top_bar_right ul.topbar_action li {
display: inline-block;
font-size: 14px;
text-transform: capitalize;
margin-right: 20px;
position: relative;
}
.top_bar_right ul.topbar_action li:before {
content: "";
width: 1px;
height: 14px;
background: #fff;
position: absolute;
top: 2px;
right: -14px;
}
.top_bar_right {
text-align: right;
}
.top_bar_right ul.topbar_action li a {
color: #fff;
font-size: 16px;
}
.top_bar_right ul.topbar_action li a:hover {
color: #4ab421;
transition: all 0.3s;
}
.top_bar_right ul.topbar_action li:last-child:before {
display: none;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.menu_bar li a {
text-transform: uppercase;
font-weight: 600;
padding: 0px 5px;
color: #f6b02d;
font-size: 14px;
display: inline-block;
vertical-align: middle;
position: relative;
}
nav.navbar.navbar-expand-lg.top_navbar {
box-shadow: rgb(100 100 111 / 20%) 0px 2px 4px 0px;
padding: 0px;
background: #fff;
}
.navbar-brand{
  margin: 0px;  
  padding: 0px;
}
nav.navbar.navbar-expand-lg.top_navbar img {
    width: 120px;
    height: 80px;
    object-fit: contain;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.menu_bar li {
padding: 15px 10px;
}
.login a {
padding: 8px 20px;
color: #4ab421;
border: solid 2px #4ab421;
border-radius: 3px;
font-weight: 600;
font-size: 14px;
text-transform: capitalize;
display: inline-block;
}
.login a:hover {
background: #4ab421;
color: #fff;
border: solid 2px #4ab421;
transition: all 0.5s;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.menu_bar li a:hover {
color: #5cd612;
}
a.nav-link.active {
color: #4ab421 !important;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.menu_bar li a:before {
content: "";
width: 20%;
position: absolute;
background: #5cd612;
height: 2px;
bottom: -20px;
opacity: 0;
transition: all 0.3s;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.menu_bar li a:hover:before {
opacity: 1;
width: 100%;
transition: all 0.3s;
}
section.reliable_area {
padding: 50px 0px;
}
.app_download {
text-align: center;
padding-top: 10px;
}
.reliable_left img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
/*.reliable_right {
padding-top: 100px;
}*/
.reliable_right span {
color: #90006f;
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
display: inline-block;
text-transform: capitalize;
}
.reliable_right h3 {
font-size: 32px;
line-height: 1.4;
margin-bottom: 15px;
font-weight: 700;
color: #f46a29;
text-transform: capitalize;
}
.reliable_right p {
color: #62676e;
margin: 0px;
font-size: 14px;
font-weight: 400;
text-align: justify;
}
.reliable_right ul.reliable_list {
padding: 0px;
margin: 15px 0px;
}
.reliable_right ul.reliable_list li {
color: #62676e;
font-size: 15px;
text-transform: capitalize;
font-weight: 400;
margin-bottom: 10px;
}
.reliable_right ul.reliable_list i {
color: green;
font-size: 18px;
margin-right: 5px;
}
.aboutus-left .aboutus-lef-title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 700;
    color: #f46a29;
    text-transform: capitalize;
}

.aboutus-left p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

section.aboutus {
    padding: 50px 0px;
}

.aboutus-right img {
    width: 450px;
    object-fit: cover;
    float: right;
    max-width: 100%;
    height: auto;
}
section.global {
background-color: #fafafb;
padding: 50px 0px;
}
.global_title {
text-align: center;
max-width: 585px;
margin: 0 auto 40px;
}
.global_title span {
color: #90006f;
font-size: 16px;
font-weight: 400;
margin-bottom: 15px;
display: block;
text-transform: capitalize;
}
.global_title h2 {
font-size: 32px;
line-height: 1.4;
margin-bottom: 15px;
font-weight: 700;
color: #2a3f65;
}
.single_global_card {
padding: 25px;
border-radius: 0;
border: 1px solid #e5e5e5;
position: relative;
text-align: center;
transition: 1s ease-in-out;
cursor: pointer;
}
.single_global_card h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
line-height: 1.4;
color: #2a3f65;
}
.single_global_card p {
color: #62676e;
margin-bottom: 15px;
font-size: 13px;
font-weight: 400;
line-height: 22px;
}
.global_icon {
line-height: 1px;
margin-bottom: 20px;
text-align: center;
}
.single_global_card:hover {
background-color: #fff;
-webkit-box-shadow: 2px 4px 30px rgb(1 123 113 / 6%);
box-shadow: 2px 4px 30px rgb(1 123 113 / 6%);
border-radius: 5px;
border: 1px solid #e5e5e5;
transform: translateY(-30px);
}
.paiement_right img {
height: 400px;
width: 400px;
float: right;
object-fit: cover;
}
section.paiement{
padding: 50px 0px;	
}
.paiement_left{
padding: 0px;
}
section.your_benefits {
background-color: #4ab421;
padding: 50px 0px;
}
.benfits_title span {
color: #fff;
}
.benfits_title h2 {
color: #fff;
}
.benefits_content_card {
background-color: #fff;
box-shadow: 2px 4px 30px rgb(1 123 113 / 6%);
padding: 30px;
border-radius: 5px;
margin-bottom: 25px;
border: 1px solid #fff;
min-height: 200px;
}
.benefits_content {
position: relative;
padding-left: 95px;
}
.benefits_content .benefits_image {
margin-bottom: 20px;
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
/*.benefits_content .benefits_image:before {
position: absolute;
content: "";
left: 0;
right: 0;
height: 70px;
width: 70px;
background-color: transparent;
border: 1px dashed #cdd6e0;
z-index: -1;
border-radius: 50px;
}*/
.benefits_content .benefits_image img {
   max-width: 60px;
    position: relative;
    top: 14px;
    left: 4px;
}
.benefits_content_card .benefits_content h3 {
font-size: 22px;
line-height: 1.4;
margin-bottom: 15px;
font-weight: 700;
color: #f46a29;
}
.benefits_content_card .benefits_content p {
color: #62676e;
margin: 0px;
font-size: 14px;
font-weight: 400;
text-align: justify;
}
section.our_review {
background-color: #f4f5f5;
padding: 50px 0px;
}
.review_card {
margin-bottom: 25px;
background-color: #fff;
border: 1px solid #e5e5e5;
padding: 30px;
position: relative;
}
.review_card .review_rating {
padding-left: 0;
margin-bottom: 15px;
}
.review_card .review_rating li {
display: inline-block;
margin-right: 2px;
}
.review_card .review_rating li i {
color: #f9bb4b;
font-size: 20px;
}
.review_card p {
color: #62676e;
margin: 0px;
font-size: 14px;
font-weight: 400;
text-align: justify;
line-height: 30px;
}
.review_card .review-info {
margin-top: 25px;
position: relative;
padding-left: 65px;
}
.review_card .review-info img {
display: inline-block;
width: auto;
border-radius: 50px;
position: absolute;
left: 0;
top: 0;
max-width: 50px;
}
.review_card .review-info h3 {
color: #2a3f65;
font-size: 18px;
margin-bottom: 0px;
font-weight: 500;
}
.review_card .review-info span {
display: inline-block;
margin-top: 8px;
font-size: 14px;
}
.review_card .reviewquote-image {
position: absolute;
bottom: 45px;
right: 45px;
}
.owl-nav {
display: none;
}
.owl-dots {
display: none;
}
section.download_app {
padding: 50px 0px;
}
footer.manim_footer {
background-color: #fafafb;
padding: 50px 0px;
box-shadow: rgb(100 100 111 / 20%) 0px 12px 11px 14px;
}
.footer_content .social_media_icon {
padding: 0px;
position: relative;
}
.footer_content .social_media_icon li {
display: inline-block;
}
.footer_content .social_media_icon li i {
color: #0d6efd;
font-size: 20px;
background: #fff;
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
}
.footer_content .social_media_icon li i:hover {
    color: #f6b02d;
}
.footer_content .info {
padding-left: 0px;
color: #62676e;
}
.footer_content .info li {
    margin-top: 10px;
}
.footer_content .info li a {
color: #62676e;
font-size: 13px;
}
.footer_content .info li a i {
margin-right: 6px;
font-size: 18px;
}
.footer_content {
position: relative;
}
ul.quick_links li {
margin-bottom: 18px;
}
ul.quick_links {
padding: 0px;
margin-bottom: 0px;
}
.footer_wizer h3 {
font-size: 20px;
font-weight: 700;
color: #f46a29;
}
ul.quick_links li a {
color: #62676e;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
}
.footer_logo {
margin-top: -20px;
} 

.scroll-button{
background: #f6b02d;
border: none;
font-size: 20px;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
transition: all 0.3s;
}
.scroll-button:hover{
background: #4ab421;
transition: all 0.3s;
}

.copyright {
    text-align: center;
    font-size: 13px;
    border-top: solid 1px #000;
    margin-top: 10px;
    padding-top: 10px;
    color: #000;
}















