*{
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
a{
    text-decoration: none;
}
h1{
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #000000; 
}
h2{   
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}
h4{
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}
p{   
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
}
.primary-bg{
    background-color: #F7F9FB;
}
.bold-para{
    font-weight: 700;
    color: #001948;
}
.small-para{
    font-size: 15px;
}
.main-btn {
    background-color: #007AFF;
    color: #fff;
    padding: 12px 20px;
    min-width: 214px;
    text-align: center;
    text-transform: capitalize;
    transition: color .15s ease-in-out,;
    border-radius: 5px;
    display: inline-block;
}
.main-btn:hover img {
    margin-left: 14px;
}
.text-justify{
    text-align: justify;
}
.sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 9;
    width: 100%;
}
.main-btn:hover{
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0b5ed7;
}
.login-btn{
    background: #007AFF;
    border: 1.5px solid #007AFF;
    border-radius: 6px;
    padding: 7px 22px;
}
.bottom-header {
    padding: 15px 0;
    border: 1px solid #ddd;
}
.main-btn img{
    margin-left: 10px;
    width: 8px;
    margin-top: -2px;
}
.link{
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    line-height: 135%;
    color: #2370FE;
}
.link img{
    margin-left: 9px;
    width: 9px;
    transition: 0.2s ease-in-out;
    margin-top: -1px;
}
.link:hover img{
    margin-left: 15px;
}
.logo-text{
    color: #001948;
    font-size: 32px;
}

.top-header{
    background-color: #001948;
    padding: 12px 0;
}
.top-header a{
   color: #fff;
   font-weight: 500;
   text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
}



.top-header a:hover {
    text-decoration: underline;
}


.businesspartner-section,
.getstart-section,
.democontent-section,
.connect-section,
.faq-section{
    padding: 60px 0;
}

/* banner-section */
 .banner-section{
  padding: 50px 0 0;
  height: 533px;
} 

.banner-section.aboutus-banner {
    background-image: url(../img/about-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}
.banner-section.aboutus-banner p{
    max-width: 100%;
}
.banner-section.carrer-banner{
    background-image: url(../img/carrer-banner.png); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}
.banner-section.carrer-banner p{
    max-width: 100%;
}
.banner-section.faq-banner{
    background-image: url(../img/faq-banner.png); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}
.banner-section.faq-banner p{
    max-width: 100%;
}
.banner-section.contact-banner{
    background-image: url(../img/contact-banner.png); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}
.banner-section.contact-banner p{
    max-width: 100%;
}

/* .banner-section::after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
} */
.white-text h1,
.white-text p{
    color: #fff;
}

/* .banner-content{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
.banner-section h1{
    margin-bottom: 25px;
}
.banner-section p{
    max-width: 80%;
}
.banner-section .main-btn{
    margin-top: 40px;
}

/* democontent-section */
.demo-info{
    background: #FFFFFF;
    padding: 24px 18px;
    box-shadow: -1.60637px 6.42548px 25.7019px rgba(196, 196, 196, 0.5);
    border-radius: 10.8px;
    min-height: 185px;
}
.democontent-section {
    position: relative;
}
/* businesspartner-section */


/* getstart-section */
.getstart-section{
    background: #EBEFF6;
}
.getstart-section h3{
    margin-bottom: 60px;
}
.getstrat-info{
    padding: 0 15px;
}
.getstrat-info .number{
    width: 70px;
    height: 70px;
    background-color:#fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 45px;
}
.getstrat-info .number span{
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    color: #001948;
}
.getstrat-info p+p{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px; 
    color: rgba(81, 88, 98, 0.8);
}
.getstrat-info > p{
    margin-bottom: 22px;
}

/* connect-section */
.connect-info h4{
    margin-bottom: 20px;
    margin-top: 20px;
}
.mobile-app-section{
    margin: 20px 0;
}

/* faq-section */
.faq-section p{
    font-size: 16px;
}
.btn-bottom-box{
    margin-top: 40px;
}
.faq-section .main-btn{
    max-width: 150px;
}
.faq-section .accordion-item{
    margin-bottom: 20px;
    background: #F8F8F8;
    border-radius: 10px;
}
.faq-section h3{
    margin-bottom: 60px;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #001948;
    background-color: #f8f8f8;
    box-shadow: none;
}

.faq-section .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #001948;
    background-color: #f8f8f8;
}

.faq-section .accordion-body{
    padding-top: 0;
    font-size: 15px;
    font-size: 400;
}
.accordion-button{
    font-size: 18px;
    color: #001948;
}
.appblue-bg{
    background: linear-gradient(121.77deg, #2B7CFC 0%, #1359FF 100%);
    border-radius: 10px;
    margin: 0 0px;
    padding: 60px 30px 0px;
}
.appblue-bg h3{
    color: #fff;
}
.appblue-bg p{
    color: #EDEDED;
    font-weight: 400;
    max-width: 85%;
    font-size: 16px;
    margin: 0;
}

.contact-from form{
    background: #FBFBFB;
    border: 1px solid #E6E6E6;
    border-radius: 14.8846px;
    padding: 30px;
}
.contact-from .form-group{
    margin-bottom: 20px;
}
.contact-from h3{
    margin-bottom: 20px;
}
.contact-from label{
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #001948;
}
.contact-from input,
.contact-from textarea{
    background: #FFFFFF;
    border: 1px solid #E2E1E5;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    border-radius: 8px;
    padding: 12px 15px 10px;
}
.contact-from input::placeholder,
.contact-from textarea::placeholder{
    color: #D2D2D2;
}
.contact-from select{
    color: #D2D2D2;
}
.contact-section{
    padding: 100px 0;
}
.pd-100{
    padding: 100px 0;
}
.developer-info{
    background: #FBFBFB;
    padding: 30px;
    height: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 14.8846px;
    position: relative;
    transition: 0.2s ease ease-in-out;
}
.developer-info:hover {
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 35%);
}
.developer-info h4{
    margin-bottom: 15px;
}
.developer-info .link{
    right: 35px;
    bottom: 30px;
    font-weight: 400;
    color: #007AFF;
    font-size: 16px;
    position: absolute
}
.ecosystem-para ul li{
    font-size: 15px;
    font-weight: 300;
}
.developer-info .link img{
    width: 7px;
}
.vission-section{
    padding: 60px 0;
}
.vission-section h3{
    margin-bottom: 40px;
}
.ecosystem-para{
    background: #FFFFFF;
    padding: 10px 20px 25px;
    border: 1px solid #E6E6E6;
    border-radius: 14.8846px;
}
.ecosystem-para ul{
    padding-left: 17px;
}
.ecosystem-display{
    background: #FBFBFB;
    border: 1px solid #E6E6E6;
    border-radius: 14.8846px;
    padding: 40px;
}
.team-value-section,
.mission-section{
    padding: 60px 0;
}
.mission-section p{
    margin: 0;
}
.mt-100{
    margin-top: 100px;
}
.arrow-div {
    position: absolute;
    top: 50%;
}
.arrow-div.right {
    left: -93px;
}
.arrow-div.left {
    right: -93px;
}
.choose-info .small-para{
  margin-bottom: 30px;
}
.whychoose-section{
    padding: 60px 0;
}
.founder-msg{
    padding: 60px 0;
    background-color: #EBEFF6;
}
.founder-msg h3{
    margin-bottom: 40px;
}
.founder-msg .director-name{
    margin: 30px 0 0 0;
}
.founder-msg h6{
    margin-top: 40px;
}
.founder-msg .msg{
    margin: 20px 0 20px;
}
.founder-msg .linkedin{
   font-size: 25px;
   padding: 0 6px;
}
.founder-msg .email{
    font-size: 24px;
    padding: 0 6px;
}
.founder-msg .company{
  margin-bottom: 5px;
}
.choose-info i,
.team-info i {
    color: #007aff;
    position: absolute;
    left: -25px;
    top: 18%;
}
.whychoose-text{
    max-width: 560px;
}
.connectus{
    margin-top: 50px;
}
.connectus li {
    margin-bottom: 25px;
}
.connectus li a {
    color: #001948;
    display: flex;
}

.connectus .title-info {
    margin-left: 35px;
}
.faq-link a{
    font-size: 18px;
}
.faq-link span{
    color: #cecbcb;
}


footer{
    background-color: #001948;
    padding: 80px 0 40px;
}
.ftr-about img{
    margin-bottom: 30px;
}
.ftr-about p{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
.ftr-link h5{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
.ftr-link a{
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
}
.ftr-link li{
    margin-bottom: 20px;
}
.ftr-link li a .title-head{
    width: 78px;
    font-weight: 600;
    display: inline-block;
}
.ftr-link li a .title-info{
    vertical-align: top;
    margin-left: 20px;
    font-weight: 400;
    color: #ffffffc7;
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
}
.social-media li a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    transition: 0.2s ease;
    color: #002E24;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.social-media li a:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.accordion-item:last-child(){
    margin-bottom: 0;
}
.social-media {
    margin-top: 50px;
}
.social-media li:not(:last-child){
  margin-right: 12px;
}
.ftr-link a:hover{
    text-decoration: underline;
}
.copyright{
    padding-top: 30px;
    border-top: 1px solid #fff;
    margin-top: 100px;
}
.copyright p{
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
.copyright p a{
    color: #fff;
}
.copyright p a:hover{
    color: #007AFF;
}
.connect-section h2{
    margin-bottom: 60px;
}
.carrier-info h1{
    margin-bottom: 25px;
}

.team-info h3 {
    margin-bottom: 30px;
}
.team-info .small-para{
    margin-bottom: 30px;
}
.team-info .bold-para{
    margin-bottom: 8px;
}

/*------- blog page css ------------*/

section.insight-section {
    padding-top: 5rem;
}
.insight-section .section-head{
   margin-bottom: 5rem;
}
.insight-section .card{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
}
.insight-section .card-body{
    background-color: #F9F9FE;
}
.insight-section .card a{
    color: #D799EB;
    font-size: 1.125rem;
    font-weight: 500;
}
.insight-section .card-title{
    font-size: 1.25rem;
    font-weight: 700;
    color:#050040;
    margin-bottom: 2rem;
}
.insight-section .card-body p{
    font-weight: 500;
    margin-bottom: 0.3rem;
}
.insight-btn-box .btn-main{
    position: relative;
    background-color: #fff;
    color: #fff;
}
.insight-btn-box .btn-main:hover{
    color: #00EDDD;
}
.input-group-prepend{
    cursor: pointer;
}
  .subscribe{
      margin-top: 3.75rem;
  }
  .subscribe .input-group{
     border: 1px solid rgba(0, 0, 0, 0.1);
     height: 60px;
     border-radius: 4.432rem;
     max-width: 500px;
     width: 500px;
  }
  .subscribe .form-control{
      height: 60px;
      border: none;
      padding: 0.375rem 1.5rem;
      background-color: transparent;
  }
  .subscribe .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: 0;
    outline: 0;
    box-shadow:none;
  }
  .subscribe .input-group-text{
    border-radius: 4.432rem;
    background: #007aff;
    color: #fff;
    padding: 1rem 2.5rem;
  }
  .insight-section .card:hover .card-img img {
    transform: scale(1.2);
    transition: 0.2s ease-in-out;
  }
.insight-section .card:hover .card-img img {
    transition: 0.2s ease-in-out;
}
.jobdetails-main {
    background: #EBEFF6;
    text-align: center;
    padding: 4rem 0;
}
.working-list li{
   padding: 0 10px;
}
.working-list li:not(:last-child){
    border-right: 1px solid;
}
.anyquestion{
    padding: 0 0 4rem 0;
}

/*-- tradeall-section --*/
.tradeall-section{
    padding: 80px 0;
}
.tradeall-section h3 span{
    color: #007aff;
}
.tradeall-inner p{
    font-size: 15px;
}

/* amotrade-tech-section */

.amotrade-tech-section{
  padding: 80px 0;
}
.amotrade-tech-section p{
    font-size: 15px;
    line-height: 22px;
}
.tech-img{
    position: relative;
    z-index: 1;
}
 .amotrade-tech-section .col:not(:last-child) .tech-img::after{
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #ddd;
    top: 32%;
} 

.landing-banner {
    position: absolute;
    right: 0;
}
.mt-80{
    margin-top: 80px;
}
.black-overlay-display {
    position: relative;
}
.black-overlay-display:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   border-radius: 15px;
   top: 0;
   left: 0;
   background: linear-gradient(359.97deg, rgba(0, 0, 0, 0.44) 17.51%, rgba(247, 249, 251, 0) 36.08%);
}
.black-overlay-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
.black-overlay-content h5,
.black-overlay-content h3{
   color: #fff;
   position: relative;
   margin: 0;
   z-index: 1;
}
.black-overlay-content h3{
    line-height: 46px;
}
.full-potensial-section{
    padding: 80px 0 0;
}

.accordion-flush .accordion-item:nth-child(n+7) {
    display: none;
}


@media only screen and (min-width: 992px) {
    .democontent-section{
        padding-top: 0;
        margin-top: -65px;
    }  
    .partner-content {
        padding-right: 50px;
        padding-top: 40px;
    }
    .partner-content p{
        margin-bottom: 20px;
    }
    .mb-80{
        margin-bottom: 80px;
    }
    .contact-text{
        margin-top: 30px;
    }
    .contact-text h1{
        margin-bottom: 30px;
    }
    .pd-right-50{
        padding-right: 50px;
    }
    .eco-light-bg{
        background: #F8F8F8;
        padding: 30px;
        border: 1px solid #E6E6E6;
        border-radius: 14.8846px;
    }
   
}
@media only screen and (max-width:992px){
  
    .ecosystem-para {
        margin-bottom: 20px;
    }
    .login-btn {
        margin-top: 10px;
    }
   
    .mt-100 {
        margin-top: 20px;
    }
    .eco-light-bg {
        margin: 75px 0;
    }
    .arrow-div{
        transform: rotate(-90deg)translate(-50%,-50%);
    }
    .arrow-div.left {
        left: 43%;
        right: unset;
        top: unset;
        bottom: -16%;
    }
    .arrow-div.right {
        left: 44%;
        top: -50%;
    }
    .arrow-div img {
        width: 70px;
    }
    .bottom-header li {
        padding: 0 25px;  
    }
    .bottom-header li:not(:last-child){
        margin-bottom: 20px;
    }
    .black-overlay-display img {
        width: 100%;
    }
    .app{
        margin-bottom: 20px;
    }
    .banner-section {
        padding: 50px 0 0;
        height: auto;
    }
    .banner-section .mt-80{
        margin: 0;
    }
    .tradeall-section,.amotrade-tech-section {
        padding: 50px 0;
    }
    .landing-banner {
        width: 60%;
    }
    
}

@media only screen and (max-width:767px){
    h1 {
        font-size: 28px;
        line-height: 42px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-section .main-btn {
       margin-top: 25px;
    }
    .banner-section {
        height: auto;
    }
    .businesspartner-section, .getstart-section, .democontent-section, .connect-section, .faq-section {
       padding: 40px 0;
    }
    .banner-section{
        text-align: center;
    }
    .mobile-app-content{
        text-align: center;
    }
    .mb-80{
        margin-bottom: 30px;
    }
    .mt-80 {
        margin-top: 40px;
    }
    h2 {
        font-size: 24px;
        line-height: 38px;
    }
    h3 {
        font-size: 21px;
        line-height: 34px;
    }
    .app{
        width: 200px;
        margin-top: 20px;
    }
    .appblue-bg {
        border-radius: 0;
        padding: 40px 20px 0px;
    }
    .copyright {
        padding-top: 20px;
        margin-top: 30px;
    }
    footer {
        padding: 50px 0 30px;
    }
    .social-media {
        margin-top: 40px;
    }
    .ftr-link li {
        margin-bottom: 10px;
    }
    .mobile-app-section {
        margin: 0;
    }
    .col {
        width: 50%;
        flex-basis: 50%;
    }
    .getstrat-info .number {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
    }
    .getstart-section h3,
    .connect-section h2{
        margin-bottom: 30px;
    }
    .top-header a {
        font-size: 13px;
    }
    .bottom-header {
        padding: 5px 0;
    }
    .main-btn {
        min-width: 175px;
        font-size: 14px;
    }
    .link {
        font-size: 14px;
    }
    .link img {
        width: 7px;
    }
    .vission-section,
    .whychoose-section,
    .founder-msg {
        padding: 40px 0;
    }
    .mt-100 {
        margin-top: 30px;
    }
    .pd-100 {
        padding: 50px 0;
    }
    .team-value-section, .mission-section {
        padding: 40px 0;
    }
    .contact-section {
        padding: 50px 0;
    }
    .connectus {
        margin-top: 30px;
    }
    .ecosystem-display {
        padding: 20px 20px 30px;
    }
    .connect-info img {
        height: 475px;
        width: 100%;
    }
    .ftr-link h5 {
        margin-top: 15px;
        margin-bottom: 16px;
    }
    h4 {
        font-size: 20px;
    }
    .developer-info{
        padding: 30px;
    }
    .mt-100 {
        margin-top: 20px;
    }
    .choose-info h4{
        margin-top: 30px;
    }
    
    .dropdown-menu{
        border: none;
    }
    .amotrade-tech-section .col:not(:last-child) .tech-img::after{
        border: none;
    }
    section.mobile-app-section {
        padding: 40px 0;
    }
    .landing-banner{
        display: none;
    }
    .appblue-bg p{
        max-width: 100%;
    }
    .full-potensial-section {
        padding: 40px 0 0;
    }
    .banner-section.contact-banner,
    .banner-section.carrer-banner,
    .banner-section.aboutus-banner,
    .banner-section.faq-banner {
        height: 300px; 
    }
    .developer-info .link {
        right: 0;
        bottom: 0;
        margin-top: 20px;
        display: inline-block;
        position: relative;
    }
}

@media only screen and (max-width:560px){
    .banner-section h1 {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .banner-section p {
        max-width: 100%;
    }
    h2 {
        font-size: 21px;
        line-height: 30px;
    }
    .faq-section .accordion-button {
        font-size: 15px;
    }
    .faq-section .accordion-body {
        font-size: 12px;
    }
    .col {
        width: 100%;
        flex-basis: 100%;
    }
    .vission-section, .whychoose-section, .founder-msg {
        padding: 30px 0;
    }
    .gy-3.mt-100{
        margin: 0;
    }
    .app {
        width: 150px;
        margin-top: 20px;
    }
    .working-list li {
        font-size: 12px;
        padding: 0 5px;
    }
    .black-overlay-content h5 {
        margin: 0;
        font-size: 14px;
    }
    .appblue-bg h3 {
        font-size: 18px;
        line-height: 28px;
    }
}