*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.bg_color {
	background-color: transparent ;
}
.remove_color {
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(42 38 49 / 3%);
}
.bgcolor__black {
    background-color: #222222;
}
.btn-primary{
    background: #405189 !important;
    border-radius: 2px !important;
    border-color: #405189 !important;
    padding: 10px 18px;
}
:focus-visible {
    outline:0;
}

.ff_petrona{
    font-family: 'Petrona', serif;
}
.ff_sans{
    font-family: 'Noto Sans', sans-serif;

}
.color_primary{
    color: #405189;
}
.color_gray{
    color: #777777;
}
.fs-35{
    font-size: 35px;
    line-height: 50px;
}
.fs-20{
    font-size: 20px;
    line-height: 28px;
}
.fs-18{
    font-size: 18px;
    line-height: 26px;
}
.fs-14{
    font-size: 14px;
    line-height: 20px;
}
.fw_600{
    font-weight: 600;
}
.fw_500{
    font-weight: 500;
}
.fw_400{
    font-weight: 400;
}
/* ====== Hero Section Start ====== */
.hero{
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}
/* ====== Header Section Start ====== */
.hero .header {
    position: fixed;
    z-index: 999;
    width: 100%;
}
.hero .header .navbar .navbar-inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
.hero .header .navbar .navbar-brand.logo img{
    width: 100%;
    height: 100%;
    max-width: 80px;
}
.hero .header .navbar .navbar-nav .nav-item{
    padding: 0 20px;
    font-weight: 500 !important;
}
.hero .header .navbar  .navbar-nav {
    font-weight: 500 !important;
}
.hero .header .navbar .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-family:'Noto Sans';
}
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
/* ====== Hero inner Section Start ====== */
.hero .hero-inner{
    background-image: url("../image/shop_bg-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
.hero .hero-inner .hero-card{
    background: rgba(255, 255, 255, 0.4);
    padding: 50px;
    width: 100%;
    max-width: 723px;
}
.hero .hero-inner .hero-card h3{
    font-size: 35px;
    line-height: 50px;
    font-family: 'Petrona';
}
.hero .hero-inner .hero-card .hero-title{
    width: 100%;
    max-width: 420px;
}
.hero .hero-inner .hero-card .btn-primary{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}
.hero .hero-inner .hero-card .btn-primary i{
    font-size: 15px;
}
.hero .hero-inner .bg-image1{
    margin-top: 160px;
    margin-right: 50px;
}
/* ======  E-Commerce Solution  Start ====== */
.ecommerce_solution .ecommerce_solution-inner{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}
.ecommerce_solution .ecommerce_solution-inner .card{
    width: 100%;
    max-width: 360px;
    height: 100%;
    margin: 0 auto;
    border: 0;
    font-family: 'Noto Sans';
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner{
    padding: 35px;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 80px;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner p{
    /* text-align: justify; */
    font-family:'Noto Sans';
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .solution-inner{
    position: absolute;
    background-color: transparent;
    top: -40px;
    left: -40px;
    width: 100%;
    height: 100%;
    max-width: 95px;
    max-height: 95px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .solution-inner::before{
    position: absolute;
    content: "";
    left: -16px;
    bottom: -16px;
    width: 100%;
    max-width: 30px;
    height: 100%;
    max-height: 30px;
    border-radius: 5px;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner.marketplace{
    background: #F4F6FF;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .marketplace-inner{
    border: 2px dashed #C7CCE9;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .marketplace-color{
    color: #7884CF;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .marketplace-inner::before{
    background: #E3E5F1;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner.classified{
    background: #FFFBF2;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .classified-color{
    color: #EFC57A;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .classified-inner{
    border: 2px dashed #FBD797;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .classified-inner::before{
    background: #FFEBC7;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner.bidding{
    background: #F3F9FB;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .bidding-inner{
    border: 2px dashed #CCE8F1;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .bidding-color{
    color: #B2D4DF;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .bidding-inner::before{
    background: #E9F5F9;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner.sell{
    background: #FFF8F8;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .sell-inner{
    border: 2px dashed #F8CCCC;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .sell-color{
    color: #EFB6B6;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .sell-inner::before{
    background: #FBF2F2;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner.physical{
    background:  #F5FFFD;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .physical-inner{
    border: 2px dashed #C0E4DD;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .physical-color{
    color: #ABEBDF;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .physical-inner::before{
    background:  #EBFBF8;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner.license{
    background:  #FFF6F3;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .license-inner{
    border: 2px dashed #E7D7CC;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .license-color{
    color: #EFB6B6;
}
.ecommerce_solution .ecommerce_solution-inner .card .card-inner .license-inner::before{
    background:   #FBF2F2;
}
/* ======  E-Commerce Solution  Start ====== */
.multilingual {
    background-image: url("../image/rlt_support_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

/* ======  Responsive Design  Start ====== */
.responsive{
    background-image: url("../image/responsive_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.responsive .responsive-contact{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.responsive .responsive-contact p{
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
/* ======  Advanced Admin  Start ====== */
.advanced-admin{
    background-image: url("../image/admin-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
.advanced-admin .admin-inner{
    border-top-width: 15px; 
    border-right-width: 50px;
    border-bottom-width: 15px;
    border-left-width: 30px;
    border-style: solid;
    border-color: black;
    border-radius: 30px;
} 
.advanced-admin .admin-inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.advanced-admin .admin-inner::after{
    position: fixed;
    content: "";
    background-image: url("../image/tab-btn.png");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    left: 70px;
    top: -5px;
}
.advanced-admin .admin-inner::before{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #000;
    right: -42px;
    top: 47%;
    border: 2px solid #fff;
    border-radius: 50%;
}
.advanced-admin .admin-inner .link-image img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.advanced-admin .admin-inner .link-image{
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 500px;
    max-height: 500px;
}
.advanced-admin .admin-link iframe{
    height: 100%;
    max-width: 100%;
    
}
.advanced-admin .advanced-contact p{
    width: 100%;
    max-width: 672px;
}
.advanced-admin .advanced-contact .advanced-contac-inner li{
    position: relative;
    font-weight: 400;
    color: #222222;
    margin-bottom: 20px;
    list-style: none;
}
.advanced-admin .advanced-contact .advanced-contac-inner li::after{
    position: absolute;
    left: -30px;
    top: 5px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    max-width: 18px;
    max-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    font-size: 12px;
    line-height: 30px;
}

/* ======  Multi-Vendor System  Start ====== */
.vender-system{
    background-image: url("../image/vendor_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
.vender-system .vender-contact{
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}
.vender-system .vender-contact p{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
/* ======  Seller Panel  Start ====== */
.seller-panel{
    background-image: url("../image/seller_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.seller-panel .seller-contact p{
    width: 100%;
    max-width: 679px;
}
/* ======  Membership Packages System  Start ====== */
.membership{
    background-image: url("../image/membership-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.membership-contact{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding:50px 30px;
}
.membership-contact p{
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}
/* ======  Product List Start ====== */
.product-list{
    background-image: url("../image/product_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.product-list .product-contact p{
    width: 100%;
    max-width: 679px;
}
/* ======  Blog List Start ====== */
.blog-list{
    background-image: url("../image/blog-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.blog-list .blog-image .blog-mobile-img{
    padding-top: 100px;
    padding-left: 20px;
}
/* ======  Checkout Start ====== */
.checkout{
    background-image: url("../image/checkout-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.checkout .checkout-contact{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.checkout-contact-inner {
    padding: 50px 50px;
}
.checkout .checkout-payment{
    padding-top: 170px;
    position: relative;
}
.checkout .checkout-payment::before{
    position: absolute;
    content: "";
    background-image: url("../image/left-aerow.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 169px;
    right: -269px;
}
.checkout .checkout-billing{
    position: relative;
}
.checkout .checkout-billing img{
    padding-left: 50px;
}
.checkout .checkout-billing::before{
    position: absolute;
    content: "";
    background-image: url("../image/right-aerow.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 14px;
    right: 58px;
}
/* ======  Payment Details Start ====== */
.payment-details{
    background-image: url("../image/payment-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}
.payment-details .payment-img{
    border: 1.5px dashed #98AAE6;
    border-radius: 10px;    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    width: 100%;
    height: 100%;
}
/* ======  Important Features Start ====== */
.important-features{
    background-image: url("../image/features-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}
.important-features-inner{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.important-features .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(130, 150, 174, 0.25);
    border-radius: 7px;
    border: transparent;
}
.important-features .card .features-inner .features-img{
    border: 1px dashed #AAB2CE;
    border-radius: 5px;
    padding: 10px;
}
.important-features .card .features-inner .features-img img{
    width: 100%;
    max-width: 40px;
}
.features-contact p{
    font-size: 18px;
    line-height: 26px;
    color: #555555;
}
/* ====== FAQ Start ====== */
.faq{
    background-image: url("../image/features-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}
.faq-inner{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.faq .faq-inner .faq-default:first-child {
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq .faq-inner .faq-default:first-child .faq-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faq .faq-inner .faq-default>.faq-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.faq .faq-inner .faq-default>.faq-heading a[aria-expanded="true"] {
    color: #555555;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgb(34 34 34 / 10%);
}
.faq .faq-inner .faq-default>.faq-heading a {
    display: flex;
    align-items: center;
    padding: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(130, 150, 174, 0.25);
    border-radius: 7px;
    text-decoration: none;
}
.faq .faq-inner .faq-default>.faq-heading a p{
    padding-left: 40px;
    color: #555555;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0 !important;
}
.faq .faq-inner .faq-default>.faq-heading a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.faq .faq-inner .faq-default>.faq-heading a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.faq .faq-inner .faq-default>.faq-heading a::before {
    content: "";
    position: relative;
    top: 0px;
    left: 9px;
    font-size: 22px;
    display: inline-block;
    font-weight: bolder;
    line-height: 1;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.faq .faq-inner .faq-default>.faq-heading a[aria-expanded="false"]::before {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 11px;
    top: 1px;
    color: #555555;
}
.faq .faq-inner .faq-default>.faq-heading a[aria-expanded="true"]::before {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 3px;
    left: 10px;
    color: #555555;
}
.faq .faq-inner .border{
    position: absolute;
    left: 12px;
    border: 1px dashed #AAB2CE !important;
    border-radius: 5px;
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .faq-inner  .faq-body {
    padding: 20px 30px 45px;
    background: #FBFBFB;
    box-shadow: 0px 1px 4px rgba(130, 150, 174, 0.25);
    border-radius: 0px 0px 7px 7px;
}
.faq .faq-inner .faq-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: start;
    width: 100%;
    max-width: 100%;
    color: #777777;
}
/* ====== Footer Start ====== */
.footer .footer__logo img {
    height: 100%;
    max-height: 68px;
}
.footer .footer_contact {
    font-weight: 400;
    line-height: 22px;
    color: #DDDDDD;
    font-size: 16px;
}
.footer .footer__info .footer__link a.nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #DDDDDD;
}