a{
    text-decoration: none;
}

header.masthead{
     
    /* background: rgb(55,33,7);
    background: linear-gradient(90deg, rgba(55,33,7,1) 0%, rgba(225,133,28,1) 35%, rgba(255,182,24,1) 100%); */
    background: transparent;
    padding-top: 0;
    padding-bottom: 10px;
}

header.masthead h1{
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins';
    font-size: 51px;
    line-height: 70px !important;
    margin-bottom: 0;
}

header.masthead h1 span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typing 3s steps(20, end) forwards;
    height: 72px;
        color: #4A4A4A;
    font-size: 52px;
    font-weight: 900;
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

header.masthead p{
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
}

#mainNav{
    background: transparent;
    box-shadow: none !important;
}

.masthead a.anchor_btn{
    background: #000;
    color: #fff;
    display: block;
    width: 175px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    border-radius: 5px;
    transition: background 0.5s ease-in-out;
}

.masthead a.anchor_btn:hover{
    background: #333;
}

.background_banner01{
    background: url(../assets/img/banner-bg01.jpg);
    background-size: 100%;
}

.background_banner01 .navbar .container {
    background: rgba(255, 255, 255, 1);
    padding: 0px 0;
    border-radius: 55px;
    margin-top: 20px;
}

#products .col-lg-6.leftSec img{
    width: 100%;
}

section#products01{
    background-color: rgba(248, 161, 32, .1);
    padding-top: 50px;
    background: url(../assets/img/sec_bg01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align:center;
    
    
}

section#products01 h2{
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

section#products01 .container .row{
    padding-top: 30px;
}

section#products01 p{
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

section#products01 h3{
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

section#products01 .columne_list .col01 p{
    font-size: 14px;
    text-align: center;
}

section#products01 .btn-light {
    background: transparent;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 4px 25px;
    border-radius: 60px;
    transition: background 0.3s ease, color 0.3s ease;
    font-size: 14px;
    border: 1px solid #333;
    color: #000;
}
section#products01 .btn-light:hover{
    color: #333;
}
section#products01 .btn-light:hover {
    background: #8f0101;
    color: #fff;
    border: 1px solid #000;
}

section#products01 .columne_list .col01{
    text-align: center;
}

section#products01 i{
    /* background: linear-gradient(135deg, #ff6f61 0%, #ff9a8b 100%); */
    padding: 0 20px;
    border-radius: 100px;
    margin-bottom: 30px !important;
    clear: both;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    color: green;
    font-size: 34px;
    border: 2px solid green;
}

section#products{
    padding-top: 20px;
    padding-bottom: 20px;;
}

section#products .rightSec h2{
    font-family: poppins;
}

section#products .rightSec ul li{
    padding:5px 0
}

.logo_images_01{
    background: rgba(0, 0, 0, .01);
}

section#products01 .columne_list .col01{
    width: 415px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid green;
    margin-top: 30px;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .1); */
    border: 1px dashed green;
}

section#products01 .columne_list .col01:first-child{
    margin-left: 0;;
}

#businessPartner .container .left_sec{
    width:60%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#businessPartner .container .left_sec h2{
    font-size: 32px;
    font-family: poppins;
    line-height: 41px;
}

#businessPartner .container .left_sec p{
    line-height: 32px;
    line-height: 27px;;
}

#businessPartner .container .right_sec{
    width: 37%;
    display: inline-block;
    vertical-align: middle;
}

#businessPartner .container .right_sec .col01 h3{
    font-size: 15px;
    font-family: poppins;
    font-weight: 500;
    margin-bottom: 0;;
}

#businessPartner .container .right_sec .col01{
    font-weight: 400;
    font-family: poppins;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

#businessPartner .container .right_sec .col01:first-child{
    background:#c9e4de;
}

#businessPartner .container .right_sec .col01:nth-child(3){
    background:#f2c6de;
}

#businessPartner .container .right_sec .col01:nth-child(2){
    background:#f7d9c4;
}

#businessPartner .container .right_sec .col01 h3 i{
    display: inline-block;
    vertical-align: middle;
}

#businessPartner .container .right_sec .col01 h3 span{
    display: inline-block;
    width: 298px;
    margin-left: 15px;
    vertical-align: middle;
    line-height: 21px;
}

.easy_integration{
    background: url(../assets/img/sec_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.easy_integration .container{
    
}

.easy_integration .container .left_img{
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.easy_integration .container .left_img img{
    width: 100%;
}

.easy_integration .container .right_content{
    display: inline-block;
    width: 56%;
    margin-left: 40px;
    vertical-align: middle;
}

.easy_integration .container .right_content h2{
        font-family: poppins;
        font-size: 36px;
}

.easy_integration .container .right_content h3{
    font-family: poppins;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 24px;
}

.easy_integration .container .right_content ul{
    margin:0;
    padding:0;
    list-style: none;
}

.easy_integration .container .right_content ul li{
    width: 90%;
    background: #fff;
    margin: 20px 10px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 0;
    line-height: 26px;
}

.easy_integration .container .right_content ul li i{
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.easy_integration .container .right_content ul li span{
    display: inline-block;
    width: 480px;
    vertical-align: middle;
    font-size: 15px;
}

.easy_integration .container .right_content a{
    display: block;
    color: #fff;
    background: #000;
    width: 150px;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 34px;
    text-decoration: none;
}

.easy_integration .container .right_content a i{
    margin-left: 4px;
}

.awesomeFeatures{
    background-color: transparent;
}

.awesomeFeatures .container h2{
    text-align: center;
    font-family: poppins;
}

.awesomeFeatures .container p{
    text-align: center;
    padding-bottom: 25px;
}

.awesomeFeatures .container .row01 .col01{
    display: inline-block;
    width: 360px;
    margin-left: 12px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
}

.awesomeFeatures .container .row01 .col01:first-child{
    margin-left: 0;;
}

.awesomeFeatures .container .row01 .col01 h3{
    font-family: poppins;
    font-size: 20px;;
}

.awesomeFeatures .container .row01 .col01 span i{
    font-size: 32px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.awesomeFeatures .container .row01.one .col01:first-child span i{
    background:#FFF2C6;
    color: #540C97;
}

.awesomeFeatures .container .row01.one .col01:nth-child(2) span i{
    background-color: #FEEBE5;
    color: #540C97;
}

.awesomeFeatures .container .row01.one .col01:nth-child(3) span i{
    background-color: #C8EEE1;
    color: #540C97;
}

.awesomeFeatures .container .row01.two .col01:nth-child(1) span i{
    background-color: #F2E6FD;
    color: #540C97;
}

.awesomeFeatures .container .row01.two .col01:nth-child(2) span i{
    background-color: #C8EEE1;
    color: #540C97;
}

.awesomeFeatures .container .row01.two .col01:nth-child(3) span i{
    background-color: #FFF2C6;
    color: #540C97;
}

footer{
    background: #000;
}

footer .top_bar{
    background-color: #eee;
}

footer .footer_wrap{
    padding:30px 0; 
}

footer .footer_wrap h6{
    color:#fff;
}

footer .footer_wrap p{
    color: #ccc;
}

footer .footer_wrap p  a:hover{
    text-decoration: none;
}

.digi_login_page_div{    
    background-color: #e1e7eb;
    padding:50px 0;
}

.digi_login_page_div .digi_login_wrap{
    width: 70%;
    margin:0 auto;
    padding:50px;    
    background-color: #fef5e8;
    border-radius: 10px;    
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.digi_loginLeft {
    float: left;
}

.login_form {
    width: 350px;
    background:#fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.digi_loginLeft .logo{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.digi_loginLeft .login_form .emailRow label{
    display: block;
    font-family: poppins;
    margin-bottom: 5px;
    font-size: 13px;
}

.digi_loginLeft .login_form .passwordRow label{
    display: block;
    font-family: poppins;
    margin-bottom: 5px;
    font-size: 13px;;
}

.forgot_remember_pass .rememberMe{
    float: left;
}

.forgot_remember_pass .forrgotPass{
    float: right;
}

.forgot_remember_pass .forrgotPass a{
    color: red;
    font-size: 14px;
    font-weight: 400;
}

.digi_loginLeft .login_form .emailRow input[type="text"]{
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
    border: none;
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
}

.digi_loginLeft .login_form .passwordRow input[type="password"] {
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
    border: none;
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
}

.digi_loginLeft .login_form input[type="submit"] {
    border: none;
    background-color: #333;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 35px;
    height: 35px;
    border-radius: 33px;
    font-size: 16px;
    font-family: 'Poppins';
}

.login_form h3{
    font-family: poppins;
    text-align: center;
    font-size: 24px;;
}

.login_form p{
    font-size: 15px;
    font-family: poppins;
    text-align: center;
}

.digi_loginRight{
    background: #f8a120;
    width: 390px;
    float: right;
    padding: 30px 30px;
    border-radius: 20px;
    padding-bottom: 10px;
    padding-top: 40px;
}

.digi_loginRight h2{
    font-size: 26px;
    font-family: poppins;
    color: #fff;
    text-align: center;
}

.digi_loginRight p{
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    font-family: poppins;
}

.digi_becomPartner_page_div {
    /* background-color:rgba(0, 0, 0, .04); */
    padding: 50px 0;
}

.digi_becomPartner_page_div .digi_becomePartner_wrap {
    width: 40%;
    margin: 0 auto;
    padding:20px 50px;
    background-color: #fef5e8;
    border-radius: 10px;
    /* box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); */
}

.become_Partner_form {
    /* width: 350px; */
    /* background: #fff; */
    padding: 30px 20px;
    /* border-radius: 10px;
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); */
    margin:0 auto;
}

.become_Partner_form h3 {
    font-family: poppins;
    text-align: center;
    font-size: 24px;
}

.become_Partner_form p {
    font-size: 15px;
    font-family: poppins;
    text-align: center;
}

.digi_becomeCenter .become_Partner_form .emailRow label, .digi_becomeCenter .become_Partner_form .nameRow label, .digi_becomeCenter .become_Partner_form .mobileRow label {
    display: block;
    font-family: poppins;
    margin-bottom: 0px;
    font-size: 13px;
}

.digi_becomeCenter .become_Partner_form .emailRow input[type="text"], .digi_becomeCenter .become_Partner_form .nameRow input[type="text"], .digi_becomeCenter .become_Partner_form .mobileRow input[type="text"] {
    /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
    border: none;
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
}

.digi_becomeCenter .become_Partner_form .messegeRow textarea{
    border: none;
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
    height:70px;
}

.digi_becomeCenter .become_Partner_form .messegeRow label{
    display: block;
    font-family: poppins;
    margin-bottom: 5px;
    font-size: 13px;
    
}

.digi_becomPartner_page_div .logo{
    text-align: center;
    margin-bottom: 20px;;
}

.digi_becomeCenter .become_Partner_form input[type="submit"] {
    border: none;
    background-color: #333;
    color: #fff;
    display: block;
    width: 100%;    
    height: 35px;
    border-radius: 33px;
    font-size: 16px;
    font-family: 'Poppins';
}

#navbarResponsive ul li{
    position: relative;
    padding:10px 0;
}

#navbarResponsive ul li ul{
    display: none;
}

#navbarResponsive ul li:hover ul{
    display: block;
}

#navbarResponsive ul li ul{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 240px;
    padding: 10px 20px;
    z-index: 999;
    left: 0;
    top: 55px;
    background: #fff;
    border-radius: 5px;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#navbarResponsive ul li ul{
    
}

#navbarResponsive ul li ul li {
    font-family: poppins;
    padding-bottom: 15px;;
}

#navbarResponsive ul li ul li a{
    text-decoration: none;
    color: #333;
}

#mainNav .navbar-nav .nav-item .one01{
    display: inline-block;
    vertical-align: top;
}

#mainNav .navbar-nav .nav-item .one01 li a i{
    /* background-color: #ffcb00; */
    border-radius: 100px;
    /* width: 40px; */
    /* height: 40px; */
    display: inline-block;
    font-size: 18px;
    text-align: center;
    /* line-height: 40px; */
    vertical-align: middle;
    margin-right: 10px;
    color: #ec901e;
}

#mainNav .navbar-nav .nav-item .one01 li a svg{
     display: inline-block;
    font-size: 18px;
    text-align: center;
    /* line-height: 40px; */
    vertical-align: middle;
    margin-right: 10px;
    color: #ec901e;
}

#mainNav .navbar-nav .nav-item .one01 li a{
    display: block;
}

#mainNav .navbar-nav .nav-item .one01 li a span{
    display: inline-block;
    width: 135px;
    vertical-align: middle;
    font-size: 14px;
}

header.masthead .payment_Gateway_banner h1{
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-family: 'Poppins';
    font-size: 37px;
    line-height: 49px !important;
}

header.masthead .payment_Gateway_banner p{
    font-size: 18px;
    margin-bottom: 20px !important;
}

.banking_tab{
    position: relative;
}

#navbarResponsive ul li ul li ul.banking_services{
    display: none;  
    position: absolute;
    right: -239px;
    left: auto;
    top: 3px;
    border-radius: 10px;  
}

#navbarResponsive ul li.banking_tab:hover .banking_services{
    display: block;
    position: absolute;
    right: -239px;
    left: auto;
    top: 3px;
    border-radius: 10px;

}

.second_sec h2{
    font-size: 30px;
    font-family: poppins;
    text-align: center;
}

.second_sec p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;;
}

/* Custom CSS for columns */
.custom-column {
    background-color: #f0f0f0; /* Example background color */
    padding: 20px; /* Example padding */
    margin: 0 10px; /* Adjust left and right margin */
}

.services .service-item {
    position: relative;
    padding-top: 40px;
}

.services .service-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(255, 0, 0, 0.1);
}
.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 50px;
    line-height: 0;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: color-mix(in srgb, var(--accent-color), transparent 70%);
    border-radius: 50px;
    z-index: 1;
    bottom: -15px;
    right: -15px;
    transition: 0.3s;
}
.services .service-item .icon i {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}
.services .service-item .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #32353a;
    font-family: 'Poppins';
    line-height: 28px;
}

.services .service-item .description {
    line-height: 24px;
    font-size: 14px;
}
.services .service-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e84545;
    border-right: 5px solid #ffffff;
}

.services .service-item .title a {
    color: #32353a;
}

.paymentGatwayPage h2{
	text-align: center;
}

.paymentGatwayPage p{
	text-align: center;
    margin-bottom: 50px;
}

.paymentGatwayPage .row p{
    text-align: left;
    margin-bottom: 20px;;
}

.faq .faq-container .faq-item {
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 230px;
    display: inline-block;
    margin: 5px 5px;
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
   display: block;
    font-family: poppins;
}
.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
    font-size: 1rem;
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
    display: grid;
    transition: 0.3s ease-in-out;
}
.faq .faq-container .faq-item h3 span.float-end{
    color: #e84545;
}

.faq.section{
    background: rgba(0, 0, 0, .03);   
}

.faq.section .container .row .col-lg-4 h3{
    font-size: 28px;
    font-family: 'Poppins';
    line-height: 36px;
    margin-top: 30px    ;
}

.faq.section .container .row p{
    font-size: 11px;
    font-family: poppins;
    font-weight: 500;
    margin-top: 10px;
    line-height: 19px;
    margin-bottom: 0;;
}

.faq.section .container .row .col-lg-4 .content p{
    font-size: 16px;
    line-height: 30px;
}

.becomePartner_page header{
    background: rgb(228,118,4);
    background: linear-gradient(90deg, rgba(228,118,4,1) 0%, rgba(247,141,31,1) 0%, rgba(249,202,36,1) 100%);
}

.becomePartner_page header .navbar .container {
    background: rgba(255, 255, 255, 1);
    padding: 10px 0;
    border-radius: 55px;
    margin-top: 20px;
}

#dashboardSec .left_sec h2{
    font-size: 16px;
    font-family: poppins;
}

#dashboardSec .left_sec h3{
    font-size: 34px;
    font-family: poppins;
    font-weight: 600;
    line-height: 52px;
}

#dashboardSec .left_sec p{
    font-weight: normal;
    font-size: 16px;
}

#dashboardSec .left_sec a{
    padding: 5px 20px;
    margin-top: 15px;
}

#dashboardSec .right_sec .card {
    border:0;
}

#dashboardSec .right_sec .card span.icon{
    background-color: #fef3e4;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 100% !important;    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    backface-visibility: hidden;
}

#dashboardSec .right_sec .card span.icon span.number{
    color:#fab758;
    display: table-cell;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 700;
}

#dashboardSec .right_sec .card .card-body .d-flex.flex-row h4{
    font-family: poppins;
    margin-bottom: 8px !important;
    font-size: 18px;
}

#dashboardSec .right_sec .card .card-body .d-flex.flex-row p{
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

#dashboardSec .right_sec .card{
    width: 460px;
    margin-bottom: 30px;;
}

#dashboardSec .right_sec .card .card-body{
    padding:30px;
}

#dashboardSec .right_sec .card:nth-child(2){
    margin-left: 60px;
}

#dashboardSec .left_content h2{
    font-size: 16px;
    font-family: poppins;
}

#dashboardSec .left_content h3{
    font-size: 34px;
    font-family: poppins;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 30px;
}

.accordion-wrapper .card.plain {
    background: 0 0;
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 0;
}

.accordion-wrapper .card.plain .card-header {
    padding: 0 0 .8rem 0;
}
.accordion-wrapper .card-header {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    padding: .9rem 1.3rem .85rem;
}
.accordion-wrapper .card-header button {
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 1rem;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: .85rem;
    font-weight: 700;
    color: #fab758;
    transition: all 150ms ease-in-out;
    background: 0 0;
}


.accordion-wrapper .card-header button.collapsed {
    color: #343f52;
}
.accordion-wrapper .card.plain .card-header button {
    padding: 0 0 0 1.1rem;
}
.accordion-wrapper .card-header button, .collapse-link, .nav-tabs .nav-link {
    font-size: 18px;
}
.accordion-wrapper .card.plain .card-body {
    padding: 0 0 0 1.1rem;
}

button:focus, .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
}

#spacefromtop{
    padding-top: 80px;;
}

/* ----payout ---- */

.payoutSec01{
    padding-bottom: 0;
}

.payoutSec01 h2{
    font-size: 16px;
    font-family: poppins;
}

.payoutSec01 h3{
    font-size:32px;
    font-family: poppins;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 44px;
    
}

.sectionFIvePayout{
    padding-bottom: 0;
}

.payoutSec01 h4{
    font-size: 18px;
    font-family: poppins;
    color:#343f52;
}

.payoutSec01 .d-flex.flex-row p{
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
    color: #60697b;
    line-height: 26px;
}

.payoutSec01 .col-md-6.col-lg-4{
    margin-bottom: 40px;;
}

.payoutSec01 .col-md-6.col-lg-4 .d-flex.flex-row img{
    margin-right: 15px;;
}

.payoutSecRow03 p{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.payoutSecRow03 .process-wrapper .col-md-4 p{
    font-size: 14px;
    line-height: 26px;
}

.process-wrapper .col-md-4 h4{
    font-size: 16px;
    font-family: poppins;
    line-height: 24px;
}

.wrapper.bg-soft-primary{
    background-color: #fef4f2;
    padding-bottom: 200px;;
}

.payoutRowOneSecFourLeft h3{
    padding-right: 10px !important;
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 600;
}

.payoutRowOneSecFourLeft p{

 }   

.payoutRowOneSecFourLeft p{

}

.counter-wrapper img{
    height: 55px;;
}

.counter-wrapper h3{
        font-size: 24px;
        color:#343f52;
        margin-top: 10px;
}

.counter-wrapper p{
    color:#60697b;
    font-size: 18px;
    font-weight: normal;
}

.row.isotope{
    margin-top: -16rem !important;
}
.border-soft-primary {
    border-color: #fddcd6 !important;
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}


.card-border-bottom:after {
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom-width: 4px;
    border-top-width: calc(.4rem - 4px);
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-color: inherit;
    border-top-color: transparent;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
}
.card-border-bottom[class*=border-soft-]:after {
    border-bottom-width: 6px;
    border-top-width: calc(.4rem - 6px);
}

.ratings {
    display: inline-block;
    position: relative;
    width: 5rem;
    height: .8rem;
    font-size: .9rem;
    line-height: 1;
}
blockquote.icon {
    position: relative;
    border: 0;
    padding: 0;
}

blockquote.icon:before {
    content: "\201d";
    position: absolute;
    top: -1.5rem;
    left: -.9rem;
    color: rgba(52, 63, 82, .05);
    font-size: 10rem;
    line-height: 1;
    z-index: 1;
}

[class*=card-border-]:after {
    content: "";
    position: absolute;
}

.card {
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    border: 0;
    color: inherit;
}

blockquote.icon p{
    font-size: 17px;
    color:#60697b;
    font-weight: normal;
    line-height: 32px;
}

#spacefromtop{
    background: #fef4f2;
    border-radius: 20px;
    padding: 40px 40px;
    padding-top: 60px;
    margin-top: 50px;
}

.faq.section.aeps .faq-item{
    width: 48%;
}

.our_services_digiFin{
  padding:40px 0;
}

.our_services_digiFin .card.card-body{
     padding: 30px 10px !important;
    margin: 10px 0;
}

.our_services_digiFin .card.card-body h5 a {
    color: #000;
}

.our_services_digiFin .card.card-body figure{
    color: green;
}

header.masthead .payment_Gateway_banner h3{
    color:#fff;
}

.ngg_abouUs_page h2{
   
}

.ngg_abouUs_page p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.aboutUs_banner{
    text-align: center;
    margin-top: 20px;
}

.aboutUs_banner img{
    margin-bottom: 0 auto;
    width: 900px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.section-title h2:before {
    margin: 0 15px 10px 0;
}
.section-title h2:before, .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #e84545;
    display: inline-block;
    margin-bottom: 9px;
    margin-left: 10px;
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.features .features-item img {
    border: 6px solid #ffffff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.features .features-item .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1 / span 8;
    margin-top: 20%;
    width: 100%;
    z-index: 2;
}

.features .features-item .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.features .features-item .image-stack .stack-back {
    grid-column: 4 / -1;
    grid-row: 1;
    width: 100%;
    z-index: 1;
}

.features .features-item+.features-item {
    margin-top: 100px;
}

.features .features-item {
    color: color-mix(in srgb, #212529, transparent 20%);
}

.features .features-item .btn-get-started {
    background-color: #e84545;
    color: #ffffff;
    padding: 8px 30px 10px 30px;
    border-radius: 4px;
}

.contact_getInTouch .address_01, .contact_getInTouch .callUs_01, .contact_getInTouch .emailUs_01{
    background: rgba(0, 0, 0, .04);
    padding:20px 0;
    border-radius: 5px;
}

.address_01 p strong{
    display: inline-block;
}

.address_01 p span{
    display: inline-block;
    width: 430px;
    vertical-align: top;
    font-size: 16px;
    margin-left: 10px;
}

.contact_getInTouch .address_01 p, .contact_getInTouch .callUs_01 p, .contact_getInTouch .emailUs_01 p{
    margin-bottom: 0;
}

.contact_getInTouch form .row .col-md-6 input{
    border-radius: 4px;
}

.contact_getInTouch form .row .col-md-12 input{
    border-radius: 4px;
}

.lets_talk_form h3{
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.lets_talk_form{
    margin-left: 30px;
}

.digi_button_submit .submit_01  {
    background: black;
    color: #fff;
    border: none;
    margin-top: 10px;
    float: right;
    width: 120px;
    height: 33px;
    border-radius: 5px;
    font-size: 18px;
}
}

.terms_conditions{
    padding-top: 30px;
}

.container.terms_conditions{
    padding-top: 60px;
}

.terms_conditions h1{
    font-size: 26px;
    font-family: poppins;
}

.terms_conditions ul li{
   font-size: 13px;
    font-family: poppins;
    margin: 10px 0;
}


.terms_conditions h3{
    font-size: 22px;
    font-family: poppins;
}

.terms_conditions h2{
   font-family: poppins;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.terms_conditions p{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.masthead .masthead-device-mockup img{
    width: 100%;
}


/*--- secrvice page ----*/

.about-us {
    padding: 100px 0;
}
.about-us-images {
    position: relative;
    padding: 0 250px 210px 0;
}
.about-img-1 {
    position: relative;
}

.about-img-1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 70px);
    width: 130px;
    height: 40px;
    background: url(../assets/img/about-img-bg.svg) no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.about-img-1 figure, .about-img-2 figure {
    display: block;
    border-radius: 20px;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.about-img-1 img, .about-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: translate(0px, 0px);
}

.about-img-1 img {
    aspect-ratio: 1 / 1.18;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about-img-2 {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-circle {
    position: absolute;
    top: 30px;
    right: 50px;
    animation: infiniterotate 30s infinitelinear;
}
.contact-circle img {
    max-width: 150px;
}

.about-us-content {
    margin-left: 30px;
}

.section-title1 {
    margin-bottom: 40px;
}
.section-title1 h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #040303;
    padding-left: 34px;
    visibility: visible;
    animation-name: fadeInUp;
    margin-bottom: 15px;
}

.section-title1 h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.section-title1 p {
    margin-top: 20px;
    margin-bottom: 0;
}

.about-goal-box {
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.about-goal-box .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f78d1f;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.about-goal-box .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #040303;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.about-goal-box .icon-box img {
    position: relative;
    max-width: 30px;
    z-index: 1;
}
.about-goal-box-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-goal-box-content p {
    margin: 0;
}

.about-contact-box {
    display: flex;
    align-items: center;
}

.about-contact-box .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    background: #f78d1f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.about-contact-box .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #040303;
    border-radius: 100px;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.about-contact-box .icon-box img {
    position: relative;
    max-width: 24px;
    z-index: 1;
}

.about-contact-box .about-contact-content {
    width: calc(100% - 60px);
}

.about-contact-content p {
    color: #040303;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.about-contact-content p a {
    color: inherit;
}

.about-author-box {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 30px;
}

.about-info-box {
    display: flex
;
    align-items: center;
    margin-bottom: 50px;
}

.about-info-box figure, .about-info-box img {
    max-width: 50px;
    border-radius: 5px;
    margin-right: 10px;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}

.about-info-box figure, .about-info-box img {
    max-width: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about-author-content {
    width: calc(100% - 60px);
}

.about-author-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.about-author-content p {
    text-transform: capitalize;
    margin: 0;
}

.about-info-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-info-list ul li {
    position: relative;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-left: 0px;
}

.about-info-list ul li i{
    color: orange;
    margin-right: 10px;
}
/*.about-info-list ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    color: #f78d1f;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}*/


/* --- ---- */

..our-services {
    background: #F4F4F4;
    padding: 100px 0;
}
.our-service-content {
    position: sticky;
    top: 20px;
}

.section-title2 {
    margin-bottom: 20px;
}

.section-title2 h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #040303;
    padding-left: 34px;
    margin-bottom: 15px;
}

.section-title2 h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../assets/img/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.section-title2 h2 {
    font-size: 46px;
    font-weight: 700;
/*    letter-spacing: -0.02em;*/
    margin-bottom: 0;
    perspective: 400px;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: #f78d1f;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 18px 70px 18px 30px;
    border: none;
    overflow: hidden;
    transition: all 0.5sease-in-out;
    z-index: 1;
}

.our-service-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    overflow: hidden;
}

.service-item1 {
    position: relative;
    width: 50%;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    padding: 40px;
    overflow: hidden;
}

.service-item1:nth-child(odd) {
    border-bottom: none;
}


.service-item1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f78d1f;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.service-no {
    position: absolute;
    right: 40px;
    bottom: -40px;
    z-index: 1;
}

.service-no h2 {
    font-size: 100px;
    letter-spacing: 0.03em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    stroke-width: 10px;
    -webkit-text-stroke-color: #F3F3F3;
    stroke: var(--divider-color);
    transition: all 0.4s ease-in-out;
}

.service-item1:hover .service-no h2, .service-item1.active .service-no h2 {
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
}

.service-content-box {
    display: flex
;
}

.service-item1 .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f78d1f;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
}

.service-item1 .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #040303;
    border-radius: 5px;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.service-item1:hover .icon-box:before, .service-item1.active .icon-box::before{
    top:auto;
    height: 100%;
}

.service-item1 .icon-box img {
    position: relative;
    z-index: 1;
    max-width: 30px;
}
.service-item-content {
    position: relative;
    width: calc(100% - 70px);
    z-index: 1;
}

.service-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.service-item1:hover .service-item-content h3, .service-item1.active .service-item-content h3, .service-item:hover .service-item-content p, .service-item1.active .service-item-content p {
    color: #fff;
}
.service-item-content p {
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}

.service-btn {
    position: relative;
    width: 56px;
    height: 32px;
    background: #f78d1f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.service-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #040303;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.service-btn img {
    position: relative;
    max-width: 20px;
    z-index: 1;
    margin-bottom: 0 !important;
}

.service-item1:nth-child(even) {
    border-left: none;
    border-bottom: none;
}

.service-item1:nth-child(odd) {
    border-bottom: none;
}

.service-item1:nth-child(even) {
    border-left: none;
    border-bottom: none;
}
.service-item1:nth-child(odd) {
    border-bottom: none;
}

.service-item1:hover::before, .service-item1.active::before {
    top: auto;
    height: 100%;
}

.service-footer {
    margin-top: 40px;
}

.service-footer p {
    margin-bottom: 0;
}

.service-footer p a {
    font-weight: 700;
    text-decoration: underline;
    color: #f78d1f;
    transition: all 0.3s ease-in-out;
}

.service-item1:hover .service-item-content h3, .service-item1.active .service-item-content h3, .service-item1:hover .service-item-content p, .service-item1.active .service-item-content p{
    color: #fff;
}

.our-services {
    background: #F4F4F4;    
    padding: 100px 0;
}

.our-feature {
    padding: 100px 0;
    background-color: #004050;
    background-image: url(../images/our-feature-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-row {
    margin-bottom: 30px;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #040303;
    padding-left: 34px;
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.section-btn {
    text-align: end;
}

.btn-default::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #040303;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../assets/img/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: translate(-30px, -50%);
    transition: all 0.4s ease-in-out;
}

.our-feature-list {
    display: flex;
    flex-wrap: wrap;
}
.our-feature-item:nth-child(odd) {
    background: #FFFFFF1A;
}
.our-feature-item {
    width: 33.33%;
    padding: 40px;
    border-radius: 20px;
}

.our-feature-item:nth-child(odd) .icon-box {
    background: #004050;
}
.our-feature-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #FFFFFF1A;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.our-feature-item .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #040303;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.our-feature-item .icon-box img {
    position: relative;
    max-width: 30px;
    z-index: 1;
}

.feature-item-content h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.feature-item-content p {
    color: #FFFFFF;
    opacity: 80%;
    margin: 0;
}

.our-feature-item:nth-child(odd) .icon-box {
    background: #004050;
}

.our-feature .section-title1{
    margin-bottom: 20px;
}

.our-feature .section-title1 h2{
    color: #fff;
}

.our-feature .section-title1 p{
    color:#fff;
}

.about-info-list h4{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
}

.our-pricing {
    background-color: #fff;
    padding: 100px 0;
}

/*-----------------------------------------------------*/


.pricing-box {
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px;
}

.pricing-header {
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.pricing-header h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.pricing-header h2 {
    font-size: 46px;
    color: orange;
}

.pricing-body {
    margin-bottom: 30px;
}
.pricing-list-title {
    margin-bottom: 20px;
}

.pricing-list-title h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.pricing-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-list ul li {
    position: relative;
    text-transform: capitalize;
    padding-left: 0px;
    margin-bottom: 10px;
}

.pricing-list ul li i{
    color: orange;
    margin-right: 10px;
}

.pricing-btn .btn-default {
    width: 100%;
    text-align: center;
}
.btn-default.btn-highlighted {
    padding: 18px 30px;
}

.pricing-box.highlighted-box {
    position: relative;
    background-color:#004050;
    overflow: hidden;
}

.pricing-box.highlighted-box .pricing-header {
    border-color: #FFFFFF1A;
    padding: 0 60px 30px 0;
}

.pricing-header sup {
    font-size: 30px;
    top: -6px;
}

.pricing-header sub {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #808080;
    bottom: 0;
}

.pricing-body {
    margin-bottom: 30px;
}

.pricing-list-title {
    margin-bottom: 20px;
}

.pricing-list-title h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.pricing-box.highlighted-box .pricing-btn .btn-default {
    background:#FFFFFF;
    color: #004050;
}



.pricing-box.highlighted-box .pricing-header h3, .pricing-box.highlighted-box .pricing-header h2, .pricing-box.highlighted-box .pricing-header h2 sub, .pricing-box.highlighted-box .pricing-list-title h3, .pricing-box.highlighted-box .pricing-list ul li, .pricing-box.highlighted-box .pricing-list ul li, .pricing-box.highlighted-box .pricing-list ul li::before {
    color: #fff;
}

.btn-default:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.btn-default:hover {
    background-color: transparent;
     color: #fff;
}

/*a:hover {
    --bs-link-color-rgb: 10,88,202;
}*/

.pricing-box.highlighted-box .pricing-btn .btn-default:hover::before {
    background: #00CC61;
}

.pricing-benefit-list {
    margin-top: 30px;
}

.pricing-benefit-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
}

.pricing-benefit-list ul li {
    color: #040303;
    display: inline-flex;
    align-items: center;
}

.pricing-benefit-list ul li img {
    max-width: 20px;
    margin-right: 15px;
}

.our-pricing .section-title2 p{
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 0;
}

.our-pricing .section-title2{
    margin-bottom: 0;
}

.services_banner_btn ul{
    margin:0;
    padding:0;
}

.services_banner_btn ul li{
    display: inline-block;
    width: 110px;
    height: 45px;
    border: 2px #FFF;
    text-align: center;
    margin-bottom: 20px;
    line-height: 45px;
    border-radius: 52px;
    margin: 10px 7px;
    color: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.services_banner_btn ul li:nth-child(1){
    background:   #ff6b6b  ;
}

.services_banner_btn ul li:nth-child(2){
    background:   #0578f9  ;
}

.services_banner_btn ul li:nth-child(3){
    background:   #ffab00  ;
}

.services_banner_btn ul li:nth-child(4){
    background:   #389355  ;
}

header.masthead.service_page h1{
    font-size: 56px !important;
    line-height: 68px !important;
}

.product_sec_one img.rounded{
    border-radius: 0.313rem !important;
    width: 100%;
}

.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.heading-color {
    color: #202124 !important;
}

.product_sec_two h2{
    color: #fff;
    font-size: 2.75rem;
}

.product_sec_two .container .row .cardOne{
    background-color: #292a2d !important;
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.product_sec_two .container .row .cardOne .card-footer{
    background-color:#292a2d !important;
}

.product_sec_two .container .row .cardOne .icon-lg i{
    color: rgb(9, 184, 80);
}

.product_sec_two .container .row .cardOne h5 a{
    color: #fff;
}

.product_sec_two .container .row .cardOne p{
    color: #c4c5c7;
}

.product_sec_two .container .row .cardOne .card-footer a{
    color: rgb(9, 184, 80);
}

.product_sec_one01 .bg-primary{
    background: orange !important;
}

.icon-xxl {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    font-size: 2.5rem;
}

.mb-n7{
    margin-bottom: -4rem !important;
}

.working-exp h6{
    font-size: 1.2rem;
}

.uk-basedEnterprise h3{
    font-size: 2.38rem;
}

.product_sec_one01{
    background: rgba(0, 0, 0, .02);
}

.bg-primary{
    background: orange !important;
}

.text-primary{
    color: orange !important;
}

.step-process > *::before {
    content: "";
    border: 1px dashed #dce0e5;
    width: 92%;
    position: absolute;
    top: 60px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: -1;
    display: none;
}

.step-process > * {
    position: relative;
}

@media (min-width: 992px) {
    .step-process > *:not(:last-child):before {
        display: block;
    }
}

@media (min-width: 1200px) {
    .mt-xl-n7 {
        margin-top: -4rem !important;
    }
}

.row.step-process .card{
    box-shadow: none;
}

.easy_steps01{
    padding-bottom: 30px;
}

.easy_steps01 h2{
font-size: 2.75rem;
}

.w-250px {
    width: 250px !important;
}
.h-250px {
    height: 250px !important;
}

.w-200px {
    width: 200px !important;
}
.h-200px {
    height: 200px !important;
}

.loan_sec02{
    color: #fff;
}

.loan_sec02 h3{
    font-size: 2.38rem;
}

.loan_sec02 h4{
    font-size: 2rem;
}

.loan_sec02 .bg-light{
    background-color: #292a2d !important;
}


.loan_sec03 .opacity-1 {
    opacity: 0.1 !important;
}
.loan_sec03 .rotate-270 {
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
}
.loan_sec03 .text-uppercase {
    text-transform: uppercase !important;
}

.loan_sec03 h2{
        font-size: 2.75rem;
}

.loan_sec03 .icon-md {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 0.8rem;
    background: rgba(239, 174, 14, .2);
}

.products_banner_sec01 h2{
    text-align: center;
    color: #fff;
}

.products_banner_sec01 ul {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    font-size: 20px;
    padding-top: 10px;
}

.products_banner_sec01 ul li{
    display: inline-block;
    color: #fff;
    margin:0 5px;
}

.products_banner_sec01 h2{
    color: #fff;
    font-size: 52px;
    padding-top: 50px;
}

/*---------------------------------------*/

.our_products01{
    background: #F4F4F4;
    padding: 100px 0;
}

.our_products01 .service-item:nth-child(odd) {
    border-bottom: none;
}
.our_products01 .service-item {
    position: relative;
    width: 50%;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    padding: 40px;
    overflow: hidden;
    cursor: pointer;
}

.our_products01 .service-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f78d1f;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.our_products01 .service-item:hover::before, .our_products01 .service-item.active::before {
    top: auto;
    height: 100%;
}

.our_products01 .service-item:hover .service-item-content h3, .our_products01 .service-item.active .service-item-content h3, .our_products01 .service-item:hover .service-item-content p, .our_products01 .service-item.active .service-item-content p{
    color: #fff;
}

.our_products01 .service-item:hover .service-btn::before, .our_products01 .service-item.active .service-btn::before {
    top: auto;
    bottom: 0;
    height: 100%;
}

.our_products01 h2{
    padding-top: 30px;
    padding-bottom: 10px;
}

.loan_sec04 .card{
    box-shadow: none;
}

.loan_sec04{
    background: #F4F4F4;
}

@keyframes slowRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.slow-rotating-img {
    animation: slowRotate 160s linear infinite;
}

.bubble {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(173, 216, 230, 0.7);
    border-radius: 50%;
    opacity: 0.7;
    animation: moveBubbles 5s infinite ease-in-out alternate;
}

/* Different sizes for bubbles */
.bubble:nth-child(2) { width: 15px; height: 15px; animation-duration: 6s; }
.bubble:nth-child(3) { width: 25px; height: 25px; animation-duration: 4s; }
.bubble:nth-child(4) { width: 18px; height: 18px; animation-duration: 7s; }

/* Bubbles movement animation */
@keyframes moveBubbles {
    0% { transform: translate(0, 0); opacity: 0.6; }
    50% { transform: translate(30px, -50px); opacity: 1; }
    100% { transform: translate(-30px, -100px); opacity: 0.6; }
}

.our_products01.creditCard_type .our-service-list .service-item:nth-child(1){
    background: rgb(203,84,45);
background: radial-gradient(circle, rgba(203,84,45,1) 0%, rgba(140,40,31,1) 100%);
}

.our_products01.creditCard_type .our-service-list .service-item:nth-child(2){
    background: rgb(0,0,0);
background: linear-gradient(79deg, rgba(0,0,0,1) 44%, rgba(103,14,52,1) 66%, rgba(144,19,73,1) 73%, rgba(0,0,0,1) 100%);
}

.our_products01.creditCard_type .service-item-content p{
    color: #fff;
}

.our_products01.creditCard_type .service-item-content img{
    margin-bottom: 20px;
}

.our_products01.creditCard_type .our-service-list .service-item:nth-child(3){
    background: rgb(4,69,135);
    background: linear-gradient(79deg, rgba(4,69,135,1) 0%, rgba(0,125,194,1) 29%, rgba(0,81,161,1) 66%, rgba(9,48,108,1) 100%);
}

.our_products01.creditCard_type .our-service-list .service-item:nth-child(4){
    background: rgb(0,90,48);
background: linear-gradient(79deg, rgba(0,90,48,1) 0%, rgba(0,23,0,1) 100%);
}

.our_products01.creditCard_type .our-service-list .service-item:nth-child(6){
    background: rgb(31,48,88);
    background: linear-gradient(79deg, rgba(31,48,88,1) 0%, rgba(20,97,168,1) 100%);
}

.our_products01.creditCard_type .our-service-list .service-item:nth-child(5){
    background: #09223d;/*
background: linear-gradient(79deg, rgba(31,48,88,1) 0%, rgba(20,97,168,1) 100%);*/
}


.loan_sec03.whyChooseUs01 .d-flex.align-items-center{
    width: 190px;
    padding: 20px 20px;
    background: rgba(0, 0, 0, .03);
    float: left;
    margin: 10px;
    height: 121px;
    border-radius: 5px;
    box-shadow: 5px 9px 7px rgba(0, 0, 0, .09);
}

.loan_sec03.whyChooseUs01 .d-flex.align-items-center h6{
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 23px;
    font-family: poppins;
}

/*-------------------------products single starts--------------------------*/


.service-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 20px;
}

.service-catagery-list {
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 60px;
}

.service-catagery-list h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #00CC61;
    margin-bottom: 30px;
}

.service-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-catagery-list ul li {
    margin-bottom: 20px;
}

.service-catagery-list ul li a {
    position: relative;
    display: block;
    color: gray;
    background-color: #fff;
    border-radius: 10px;
    text-transform: capitalize;
    padding: 16px 50px 16px 20px;
    transition: all 0.4s ease-in-out;
}

.service-catagery-list ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url(../assets/img/arrow-text.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    transition: all 0.4s ease-in-out;
}

.sidebar-cta-box {
    position: relative;
    background: url(../assets/img/cta-box-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 40px;
}

.cta-box-content, .cta-contact-info {
    position: relative;
    z-index: 1;
}

.cta-box-content img {
    max-width: 160px;
    margin-bottom: 20px;
}

.cta-box-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.cta-contact-info {
    position: relative;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #04030380;
}

.cta-contact-info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 20%;
    border-radius: 10px;
    z-index: 0;
}

.cta-info-item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF1A;
    z-index: 1;
}

.cta-info-item p {
    color: #fff;
    opacity: 80%;
    margin-bottom: 5px;
}

.cta-info-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.service-featured-image {
    margin-bottom: 40px;
}

.service-featured-image figure {
    display: block;
    border-radius: 20px;
}

.service-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.55;
    object-fit: cover;
    border-radius: 20px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.service-entry {
    margin-bottom: 40px;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-list-video {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin: 40px 0;
}

.service-list-video .service-entry-list {
    width: calc(52% - 15px);
}

.service-entry-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.service-entry-list ul li {
    width: calc(33.33% - 13.33px);
    position: relative;
    text-transform: capitalize;
}

.service-list-video .service-entry-list ul li {
    width: 100%;
}

.service-entry-list ul li i{   
    font-size: 20px;
    color: orange;
    display: inline-block;
    margin-right: 5px;
   
}

.service-image-video {
    position: relative;
    width: calc(48% - 15px);
}

.service-image-video .video-image a {
    display: block;
/*    cursor: none;*/
}

.service-image-video .video-image figure {
    display: block;
    border-radius: 20px;
}

/*.service-image-video .video-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #040303;
    opacity: 40%;
}*/

.service-image-video .video-image img {
    width: 100%;
    aspect-ratio: 1 / 0.647;
    object-fit: cover;
    border-radius: 20px;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.service-image-video .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.video-play-button {
    display: flex
;
    align-items: center;
    justify-content: center;
}


.video-play-button a {
    height: 50px;
    width: 50px;
    border: 2px solid #;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    cursor: none;*/
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}
.service-image-video .video-play-button a {
    border: none;
    background-color: orange;
    width: 50px;
    height: 50px;
    margin: 0;
}

.service-image-video .video-play-button a:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 160%;
    height: 160%;
    border: 50px solid #fff
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinitelinear;
}

.service-image-video .video-play-button a:after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 160%;
    height: 160%;
    border: 50px solid #fff;
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinitelinear;
    animation-delay: .3s;
}

.service-image-video .video-play-button a i {
    font-size: 20px;
    color: #fff;
}
.service-guidance, .services-steps {
    margin-bottom: 20px;
}

.service-guidance-item {
    width: calc(33.33% - 20px);
}

.service-guidance-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.service-guidance-content .icon-box {
    position: relative;
    width: 30px;
    height: 30px;
    background: orange;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    overflow: hidden;
}

.service-guidance-content .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#040303;
    border-radius: 5px;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.service-guidance-content .icon-box svg{
    color: #fff;
}

.service-guidance-content .icon-box i {
    position: relative;
    max-width: 24px;
    z-index: 1;
    color: #fff;
}

.service-guidance-title {
    width: calc(100% - 60px);
}

.service-guidance-title h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.service-guidance-img figure {
    display: block;
    border-radius: 20px;
}

.service-guidance-img img {
    width: 100%;
    aspect-ratio: 1 / 0.89;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.service-guidance-box {
    margin-top: 40px;
    display: flex
;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.service-entry h2{
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-steps-box {
    background-color: #004050;
    border-radius: 20px;
    padding: 60px;
    margin-top: 40px;
}

.service-step-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid #FFFFFF1A;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.service-step-item {
    width: calc(33.33% - 20px);
}

.service-step-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #FFFFFF1A;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.service-step-item .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #040303;
    border-radius: 5px;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.service-step-item .icon-box i {
    position: relative;
    max-width: 30px;
    z-index: 1;
    color: #fff;
    font-size: 22px;
}

.service-step-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.service-entry p:last-child {
    margin-bottom: 0;
}
.service-step-item-content p {
    color: #FFFFFF;
    opacity: 80%;
    margin-bottom: 30px;
}

.faq-accordion {
    padding-top: 20px;
}

.faq-accordion .accordion-item {
    border: 1px solid #F3F3F3;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.accordion-header {
    margin-bottom: 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #004050;
    color: #fff;
    border-bottom: 1px solid #FFFFFF1A;
}
.faq-accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 16px 45px 16px 20px;
    transition: all 0.3s ease-in-out;
}


.faq-accordion .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f068';
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    color: #fff
    position: absolute;
    right: 16px;
    top: 50%;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: translate(0px, -10px);
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-body {
    background-color: #004050;
    padding: 16px 45px 16px 20px;
}

.faq-accordion .accordion-item .accordion-body p {
    color: #fff;
    opacity: 80%;
    margin: 0;
}

.service-steps-box .service-entry-list ul li, .service-steps-box .service-entry-list ul li::before {
    color: #fff;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.service-guidance-item:hover .service-guidance-img img {
    transform: scale(1.1);
}

.page-service-single {
    padding: 100px 0px;
}
.image-anime {
    position: relative;
    overflow: hidden;
}

.aeps_software h2{
    font-size: 28px;
}   


/*-----------------------------------------------------------*/


.unified-platform-content.ml-30 {
    margin-left: 30px;
}

.unified-platform-content .top-title {
    color: #ee6a3e;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.unified-platform-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-family: poppins;
}

.unified-platform-content p {

}

p:last-child {
    margin-bottom: 0;
}

.single-unified-platform {
    margin-bottom: 30px;
}

.single-unified-platform i {
    font-size: 30px;
    color: #141414;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}

.single-unified-platform i::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f7b22c;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    z-index: -1;
}

.single-unified-platform h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: poppins;
}

.bg-color-fff9f8 {
    background-color: #fff9f8;
}

.fast-secure-content {
    margin-right: 50px;
}

.fast-secure-content .top-title {
    color: #ee6a3e;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.fast-secure-content h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

.fast-secure-content p {
    margin-bottom: 30px;
}

.fast-secure-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.fast-secure-content ul li {
    position: relative;
    margin-bottom: 15px;
/*    padding-left: 25px;*/
}

.fast-secure-content ul li i {
    color: #ee6a3e;
    position: absolute;
    top: 1px;
    left: 0;
}

.fast-secure-content .default-btn {
    margin-top: 15px;
}
.default-btn {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: allease 0.5s;
    transition: allease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -ms-inline-grid;
    display: inline-grid;
    padding: 12px 40px;
    background-color: #ee6a3e;
    border-radius: 5px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-color-ee6a3e {
    background: #ee6a3e;
}

.started-bg {
    background-color: #ee6a3e;
    border-radius: 12px;
    position: relative;
}

.started-bg .started-content {
    max-width: 920px;
    margin: auto;
    text-align: center;
    padding: 100px;
}

.started-bg .started-content h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.started-bg .started-content p {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 30px;
}

.started-bg .started-content .started-btn .default-btn {
    background-color: #f7b22c;
    margin-right: 20px;
}
.default-btn.active {
    background-color: #f7b22c;
    color: #ffffff;
}
.started-bg .started-content .started-btn .default-btn {
    background-color: #f7b22c;
    margin-right: 20px;
}

.started-bg .started-content .started-btn .default-btn:last-child {
    margin-right: 0;
}

.started-bg .started-content .started-btn .default-btn.active {
    background-color: #141414;
}

.started-bg .shape.shape-1 {
    position: absolute;
    top: 50px;
    left: 50px;
    -webkit-animation: rotation 50s infinitelinear;
    animation: rotation 50s infinitelinear;
}

.started-bg .shape.shape-2 {
    position: absolute;
    bottom: 100px;
    left: 100px;
    -webkit-animation: rotation 50s infinitelinear;
    animation: rotation 50s infinitelinear;
}
.started-bg .shape.shape-3 {
    position: absolute;
    bottom: 30%;
    right: -50px;
}

