@charset "utf-8";

*{margin:0px; padding:0px;}



html{overflow-x: hidden;}
body{overflow-x: hidden; font-size: 16px;  color:#0B091E; font-family: "Roboto", sans-serif; background-color: #FFFFFF ; font-weight: 500;}
a, a:active, a:focus, a:hover {outline: none; transition: all 0.5s ease; text-decoration: none;}
button, button:active, button:focus, button:hover {outline: none; transition: all 0.5s ease; text-decoration: none;}

.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000000;}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {content: ""; position: absolute; width: 50%; height: 100%; background: #fff; transition: 0.5s; transition-delay: 0.8s; }
.overlay .overlayDoor:before {left: 0; }
.overlay .overlayDoor:after {right: 0;}
.overlay.loaded .overlayDoor:before {left: -50%;}
.overlay.loaded .overlayDoor:after {right: -50%;}
.overlay.loaded .overlayContent {opacity: 0; margin-top: -15px;}
.overlay .overlayContent {position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;	transition: 0.5s}
.overlayContent img{width:180px;}



.pb-6 {padding-bottom: 4rem !important;}
.pt-6 {padding-top: 4rem !important;}
.pb-7 {padding-bottom: 5rem !important;}
.pt-7 {padding-top: 5rem !important;}
.pb-8 {padding-bottom: 6rem !important;}
.pt-8 {padding-top: 6rem !important;}

.max-200{max-width: 200px;}
.max-300{max-width: 300px;}
.max-350{max-width: 350px;}
.max-400{max-width: 400px;}
.max-450{max-width: 450px;}
.max-500{max-width: 500px;}
.max-550{max-width: 550px;}
.max-600{max-width: 600px;}
.max-600{max-width: 600px;}
.max-700{max-width: 700px;}
.max-800{max-width: 800px;}
.max-900{max-width: 900px;}
.max-1000{max-width: 1000px;}
.max-1100{max-width: 1100px;}
.max-1200{max-width: 1200px;}

.fs-7{font-size: 1rem !important;}
.fs-8{font-size: .8rem !important;}

.pointer{cursor: pointer;}

.opacity-10{opacity: .10;}
.opacity-20{opacity: .20;}
.opacity-30{opacity: .30;}

.icon-500{width: 500px;}
.icon-400{width: 400px;}
.icon-300{width: 300px;}
.icon-200{width: 200px;}
.icon-150{width: 150px;}
.icon-140{width: 140px;}
.icon-130{width: 130px;}
.icon-110{width: 110px;}
.icon-120{width: 120px;}
.icon-100{width: 100px;}
.icon-90{width: 90px;}
.icon-80{width: 80px;}
.icon-70{width: 70px;}
.icon-60{width: 60px;}
.icon-50{width: 50px;}
.icon-40{width: 40px;}
.icon-30{width: 30px;}
.icon-25{width: 25px;}
.icon-20{width: 20px;}
.icon-15{width: 15px;}
.icon-10{width: 10px;}
.icon-light{filter: brightness(0) invert(1);}
.icon-dark{filter: brightness(0) invert(0);}

.fw-300{font-weight: 300}
.fw-400{font-weight: 400}
.fw-500{font-weight: 500}
.fw-600{font-weight: 600}
.fw-700{font-weight: 700}
.fw-800{font-weight: 800}

.g-6 {--bs-gutter-y: 7rem;  --bs-gutter-x: 7rem;}


.color_9E3FFB{color: #9E3FFB;}
.color_3F8BFB{color: #3F8BFB;}
.color_63A200{color: #63A200;}
.color_B3E466{color: #B3E466;}
.color_3F8BFB{color: #3F8BFB;}
.color_opacity_one{color: rgba(11, 9, 30, 0.55);}

.bg_E2EDFF{background: #E2EDFF;}
.bg_F4FBE9{background: #F4FBE9;}
.bg_F0E2FF{background: #F0E2FF;}
.bg_F7F8FA{background: #F7F8FA;}
.bg_282365{background: #282365;}
.bg_9E3FFB{background: #9E3FFB !important;}
.bg_B3E466{background: #B3E466 !important;}
.bg_63A200{background: #63A200 !important;}

.bg_F2E5FF{background: #F2E5FF !important;}
.bg_E0EDFF{background: #E0EDFF !important;}
.bg_EBFFCC{background: #EBFFCC !important;}
.bg_3F8BFB{background: #3F8BFB !important;}
.bg_F3F7FF{background: #F3F7FF !important;}
.bg_FDF3FF{background: #FDF3FF !important;}
.bg_F4FFF3{background: #F4FFF3 !important;}
.bg_0B091E{background: #0B091E !important;}
.bg_f2f9ff{background: #f2f9ff !important;}

.bg_BDD4F3_border{border: 1px solid#BDD4F3;}

.header_padding{padding-top: 100px;}
.all_header_padding{padding-top: 50px;}
.btn {display: inline-block; padding: 7px 25px; border: none; border-radius: 2px; font-size: 16px; cursor: pointer;}
.btn-register { background-color: #3F8BFB; color: #fff; font-weight: 500; }
.btn-register:hover { background-color: #367ce6; color: #fff; }

.w-20{width: 20%;}


header{padding: 20px 0px; z-index: 11; position: fixed; left: 0; right: 0; top:0; background: #FFFFFF; border-bottom: 1px solid rgba(0, 0, 0, 0.20);}
header .navbar {padding: 0px 10px;}
.menu_fixed{background: #fff; box-shadow: -2px -1px 9px 2px rgba(0, 0, 0, 0.25); padding: 20px 0px;}
.brand-logo img{width: 160px;}
.mobile_menu_logo{width: 130px;}
header .sub-menu--item hr{margin: 10px 0px;}

.dark_logo{display: none;}

.menu_fixed .dark_logo{display: block;}
.menu_fixed .light_logo{display: none;}

.banner_bg{background: url(../img/home/banner-bg.avif) no-repeat; background-size: 100% 100%; overflow: hidden;}
.banner-img{max-width: 800px;}

.banner_heading h1{font-size: 48px; font-weight: 600; line-height: 65px;}
.banner_heading h1 span{color: #3F8BFB;}

.all_heading h2 {font-weight: 600; font-size: 42px;}

.medium_heading{font-size: 22px; font-weight: 600; }
.medium_para{font-size: 15px; font-weight: 400;}

 
.owl-theme .owl-nav [class*='owl-']:hover { background: #211425;  color: #FFF;  text-decoration: none; }
.owl-theme .owl-nav .disabled {cursor: default; display: none; opacity: .5;}
.owl-theme .owl-dots { display: flex; margin-top: 15px; align-items: center; justify-content: center;}
.owl-theme .owl-dots .owl-dot {display: inline-block; zoom: 1; display: inline; }
.owl-theme .owl-dots .owl-dot span {width: 10px; margin: 2px 3px; height:10px; border-radius: 10px; background-color:#ececec; display: block; -webkit-backface-visibility: visible;  transition: opacity 200ms ease; border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span {background: #1753E8;}
.dots_none .owl-dots{display: none;}
 
.owl-dots button{border: none; background: transparent;}
.owl-nav button{position: absolute; top: 43%; height: 50px; width: 50px; font-size: 27px; font-weight: 500; background: #ffffff4f; color: #fff; border: 1.2px solid #fff; border-radius: 50%;}
.owl-nav .owl-prev{left: 10px;}
.owl-nav .owl-next{right: 10px;}
.arrow_none .owl-nav button{display: none;}
.owl-stage {padding-left: 0px !important;}
.offset-left {margin-left: calc((100% - 1300px) / 2);}

.plan_dashed_border{background: #FCFCFC; border: 2px dashed #DFDFDF; padding: 20px; border-radius: 10px;}
.plan_bg{background: #fff; overflow: hidden; min-height: 200px; padding: 20px; border-radius: 10px; box-shadow: 0px 3px 9.1px 0px rgba(0, 0, 0, 0.15);}
.plan_icon_bg{padding: 10px; border-radius: 30px; width: 120px; margin: auto; display: block;}
.plan_one_bg{background: #DFBEFF;}
.plan_two_bg{background: #D5FF94;}
.plan_three_bg{background: #C6DDFF;}

.plan_bg .medium_heading {transition: all 0.3s ease-out 0s;}

.plan_para{font-weight: 400; font-size: 14px; margin: 0; position: absolute; height: 0; left: 15px;  transition: all 0.3s ease-out 0s; right: 15px;  bottom: 0px; background: #fff;}
.plan_bg:hover .plan_para{display: block; height: 55%;  }
.row_20 .col-md-3{width: 20%;}

#tabWidget .tab{position:relative; flex-grow: 1; border-radius:8px; background:transparent; border:none; cursor:pointer; outline:none}
#tabWidget .progress{height:100%; width:0%; transform-origin:left center; transition:width linear}
#tabWidget .panel{display:none;}
#tabWidget .panel[aria-hidden="false"]{display:block}
#tabWidget .tab .mini-progress{position:absolute; left:5px; right:5px; height:8px; background:#d9d9d9; border-radius:6px; overflow:hidden}
#tabWidget .tab .mini-progress > i{display:block; height:100%; width:0%; border-radius: 15px; background:#3F8BFB}
 
.check_list{padding: 0px; margin: 0px; list-style: none;}
.check_list li{position: relative; padding-left: 30px; margin-bottom: 5px;}
.check_list li::before{content: "\f26a"; font-family: bootstrap-icons; color: #000; position: absolute; left: 0; top: 0;}
.check_list li:last-child{margin-bottom: 0px;}

header .check_list li::before{color: #3F8BFB;}

.check_list.industrie_ul{display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}

.focus_area_box{position: relative; border-radius: 15px; overflow: hidden; z-index: 1;}
.focus_area_box::before{content: ""; background: #000000a3; position: absolute; left: 0; right: 0; top:0; bottom: 0;}
.focus_area_box::after { position: absolute; content: ""; width: 100%; left: 0; bottom: 0; height: 100%; transition: height 0.5s ease-out; background-image: linear-gradient(to bottom, transparent 42%, #000 100%);}
.focus_area_box_content{ position: absolute; z-index: 1; color: #fff; left: 20px; right: 20px; bottom: 20px;}

.future_img_one{max-width: 238px; margin: auto; display: block;}
.future_img{max-width: 260px; margin: auto; display: block;}
.future_dashed_one{height: 550px; width: 550px; background: #B3D2FF; border-radius: 50%; position: absolute; left: -18px; right: 0; bottom: -240px; margin: auto; z-index: -1; border: 2px dashed #1481A5;}
.future_dashed_two{height: 400px; width: 400px; background: #C1F175; border-radius: 50%; position: absolute; right: -104px; bottom: -85px; margin: auto; z-index: -1; border: 2px dashed #63A200;}
.future_dashed_three{height: 400px; width: 400px; background: #D3A7FF; border-radius: 50%; position: absolute; right: -104px; bottom: -85px; margin: auto; z-index: -1; border: 2px dashed #9E3FFC;}

.best_choice_img{max-width: 350px; margin: auto; display: block;}
.promotion_img{max-width: 500px;}

.support_icon_bg{height: 70px; width: 70px; border-radius: 50%; background: #fff;}

.support_btn { border:1px solid #fff; color: #fff; font-weight: 500; }
.support_btn:hover { background: #fff; color: #000; font-weight: 500; }
.responsive_btn { border:1px solid #000; color: #000; font-weight: 500; }
.responsive_btn:hover { background: #000; color: #fff; font-weight: 500; }

.user_button {background: #000; color: #fff; font-weight: 500; }
.user_button:hover {background: #fff; color: #000; font-weight: 500; }

.responsive_img{max-width: 330px; position: absolute; bottom: 0px; right: 20px;}

.counter{font-weight: 600; font-size: 42px; text-align: center;}
.about_counter{font-weight: 600; font-size: 42px; text-align: center;}
.about_display{display: none;}

.count_bg_position{position: absolute; left: 0; right: 0; bottom: 0;}
.count_rotate_one{rotate: -12deg; margin-left: -10px;}
.count_rotate_two{rotate: 12deg; margin-left: -20px;}

.about_feature_icon_bg_one{height: 60px; width: 60px; border-radius: 10px; background: #9E3FFB;}
.about_feature_icon_bg_two{height: 60px; width: 60px; border-radius: 10px; background: #3F8BFB;}
.about_feature_icon_bg_three{height: 60px; width: 60px; border-radius: 10px; background: #63A200;}

.big_tab_box .nav-tabs{border: 2px dashed #DFDFDF; padding: 10px; border-radius: 50px;}
.big_tab_box .nav-link{background: #F5F5F5; border: 1px solid #F5F5F5; padding: 18px 10px; border-radius: 30px; color: #9D9D9D;}
.big_tab_box .nav-link.active{box-shadow: 0px 0px 9px 1px #ccc; background: #fff;}
.big_tab_box .nav-link.tab_blue.active{color: #3f8bfb; border: 1px solid #3f8bfb;}
.big_tab_box .nav-link.tab_green.active{color: #63a200; border: 1px solid #63a200;}
.big_tab_box .nav-link.tab_violet.active{color: #9e3ffb; border: 1px solid #9e3ffb;}

.border_right{border-right: 1px solid rgba(0, 0, 0, 0.25);}

.logos {white-space: nowrap; position: relative;}
.logo_items {display: inline-flex; animation: 30s slides infinite linear;}
.logo_items div{margin: 0px 35px; text-align: center; width: 90px;}
.logo_items div p{margin-bottom: 0; margin-top: 15px; white-space: break-spaces; font-size: 14px;}
.logo-icon{width: 100%; border-radius: 10px; box-shadow: 0px 0px 9px 1px #ccc;}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.mlm_banner_img{max-width: 700px; margin-left: 120px;}
.height_400{min-height: 400px;}
.banner_margin_left{margin-left: 150px;}

.user_features_bg{background-image: linear-gradient(to bottom, #ACC7E4, #F7F8FA);}
.user_features_bg h2{color: rgba(255, 255, 255, 0.5); font-weight: 700; font-size: 73px; white-space: nowrap;}
.user_kyc_img{max-width: 500px; position: absolute; bottom: 0; right: 20px;}
.user_logo{max-width: 360px; position: absolute; top: 17px; left: -85px;}
.user_round_tree{max-width: 360px; position: absolute; top: 10px; right: 10px;}

.contact_bg{background: #FFFFFF; box-shadow: 0px 0px 9px -6px #000; border-radius: 20px; padding: 30px;}
.contact_icon_bg{background: rgba(255, 255, 255, 0.18) ; height: 30px; width: 30px; border-radius: 20px; margin-right: 15px; display: flex; align-items: center; justify-content: center;}
.contact_no{color: #fff; font-weight: 400; margin: 0px;}
.contact_icon_bg i{color: #fff ; font-size: 16px;}


.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.form-group { flex: 1; display: flex; flex-direction: column; }
.form-group input,
.form-group textarea { border: none; border: 1px solid #999999; border-radius: 5px; padding: 8px; font-size: 14px; outline: none; resize: none; background: transparent; color: #000;  }
.form-group textarea::placeholder{color: rgba(0, 0, 0, 0.8);}
.form-group input::placeholder{color: rgba(0, 0, 0, 0.8);}

.faq_bg{width: 100%; position: absolute; top: 0; z-index: -1;}

.accordion_border_main{margin: auto;  max-width: 1000px;}
.plusminus{position: absolute; color: #fff; z-index: 1; display: flex; align-items: center; justify-content: center;  font-size: 20px; font-weight: 700; right: 0px; top: -2px; height: 30px; text-align: center; background: #000; width: 30px; border-radius: 50%;}

.accordion_head {cursor: pointer; font-size: 17px; color: #0B091E; position: relative; padding-right: 34px !important; font-weight: 500; padding: 0px;}
.faq_point{position: absolute; left: 0; top:0}
.accordion_border{position: relative; background: #fff; overflow: hidden; margin-bottom: 25px; box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.15); border-radius: 10px; padding: 15px;}
.accordion_body{display:none; padding-top: 15px;}
.accordion_body p{margin-bottom: 0px; color: #0B091E; font-weight: 400; width: 100%;}
.faq_open{display: block;}
.accordion_border_main .active {background: #E0EDFF;}

.service_accordion_border_main{margin: auto;  max-width: 100%;}
.service_accordion_border_main .accordion_border.active {background: #0B091E; color: #fff;}
.service_accordion_border_main .active .accordion_head, .service_accordion_border_main .active .accordion_body {color: #fff;}
.service_accordion_border_main .accordion_border {background: #E6E6E6; padding: 20px 30px;}
.service_accordion_border_main .accordion_border .accordion_head{font-size: 22px;}
.service_accordion_border_main .plusminus {background: #fff; color: #000;}
.service_accordion_border_main .bi-dash::before { content: "\f144";}
.service_accordion_border_main .bi-plus::before { content: "\f144";}
.service_accordion_border_main .accordion_border.active .plusminus {background: #3f8bfb; color: #fff;}

.service_ul{list-style: none; display: flex; gap:20px; margin: 0px; padding: 0px; flex-wrap: wrap;}
.service_ul li{background: rgba(255, 255, 255, 0.1); padding: 8px 30px; border-radius: 24px; font-weight: 400;}

.contract_card{padding: 15px; border-radius: 15px; background: #fff;}
.contract_icon_bg{height: 55px; width: 55px; border-radius: 50%; background: #3F8BFB;}
.contract_icon_bg img{filter: brightness(0) invert(1);}

.contract_card:hover{background: #3F8BFB;}
.contract_card:hover .contract_icon_bg{background: #fff;}
.contract_card:hover .contract_icon_bg img{filter: unset}
.contract_card:hover h6{color: #fff;}
.contract_card:hover p{color: #fff;}
.works_icon_bg{background: #3F8BFB; box-shadow: 0px 0px 52px -1px rgba(63, 139, 251, 0.40); height: 55px; width: 55px; border-radius: 10px;}
.works_icon_bg_green{background: #63A200; box-shadow: 0px 0px 52px -1px rgba(99, 162, 0, 0.40); height: 55px; width: 55px; border-radius: 10px;}
.contract_slide{max-width: 200px; position: absolute; top: 20px; right: -92px;}

.successs{text-align: center;}
.successs img{margin-top:80px;width: 150px;}
.successs p{font-size: 40px; color: #3F8BFB; margin-top: 30px;}

.footer_logo {width: 180px;}
.footer_media {list-style: none; margin-bottom: 0px; display: flex; gap: 8px; padding: 0px;}
.footer_media li {display: inline-block;}
.footer_media li a {color: #fff; font-size: 16px; width: 35px; height: 35px; background: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.footer_menu{list-style: none; padding-left: 0px;}
.footer_menu li{font-weight: 400; font-size: 16px; padding: 5px 0px;}
.footer_menu li a{color: #000; }
.footer_menu li a:hover{color: #3F8BFB; }
.policy-menu{padding: 0px; margin: 0px; list-style: inside;}
.policy-menu li{margin-bottom: 0; position: relative; margin-right: 15px; display: inline-block;}
.policy-menu li a{color: #000; text-decoration: none; font-size: 14px; font-weight: 400;}
.policy-menu li a:hover{color: #3F8BFB;}
.policy-menu li::before{content: ""; background: #000; width: 2px; position: absolute; right: -11px; top: 4px; bottom: 4px;}
.policy-menu li:last-child::before{display: none;}




