*{padding: 0; margin: 0; font-family: Nunito Sans,sans-serif}
:root {
    --opacity: 1;
    --primary: #00C0F3;
    --secondary: #0077C0;
    --white: #fff;
    --black: #000;
    --light-blue: #F8FAFD;
    --text: #010101;
    --heading-color: #213654;
}
a{
    text-decoration: none;
}
.primary-heading{
    color: var(--secondary);
    font-size: 55px;
    font-weight: 800;
    line-height: 70px;
}
.primary-para{
    font-size: 20px;
}
.subheading{
    color: var(--heading-color);
    font-size: 21px;
    border-bottom: 1px solid var(--black);
    width: fit-content;
}
.mainheading{
    color: var(--heading-color);
    font-size: 42px;
    font-weight: 800;
}
/*Menu*/
header#StickyHeader{
    box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.15);
    padding: 10px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 0px 4px 2px #BC2E65!important;
}

.sticky + .content {
  padding-top: 100px;
}
header .nav-link{
  color: #fff;
}
.top-header~nav.navbar {
    border-block: 1px solid rgb(55, 64, 82, 32%);
}
.nav-item{
  margin: 0 20px;
}
/*.nav-item:not(:last-child) {
    margin: 0 20px;
}*/

.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
    max-height: 450px;
    padding: 50px 0;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-item a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
}
/*.sticky .navbar-expand-lg .navbar-nav .nav-item a{
    color: #fff;
}*/

.navbar-expand-lg .navbar-nav .dropdown-menu::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: .9;
    z-index: -1;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu a {
    color: #fff;
    text-decoration: none;
}

.dropdown-menu .h6 {
    font-weight: 800;
    color: var(--black);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    display: block;
    top: 100%;
    max-height: 0;
    left: 0;
    z-index: 4;
    padding: 0;
    overflow: hidden;
    background: var(--white);
    background-size: cover;
    border: 0;
    border-radius: 0;
    box-shadow: 0 6px 20px 0 #ffd54f29;
    transition: all .5s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

/* header style */
.offcanvas {
    --bs-offcanvas-width: 320px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    left: 0;
    top: 78%;
}

.mega-dropdown-menu ul.list-unstyled {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu ul.list-unstyled li a {
    display: inline-block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu ul.list-unstyled li a:hover,
.mega-dropdown-menu ul.list-unstyled li a:focus {
    text-decoration: none;
    color: #ffc107;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ffc107;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
    font-weight: 600;
}

header .container-fluid {
    width: 97%;
}

.navbar-brand img {
    max-width: 300px
}

.navbar-nav .nav-link {
    color: var(--bs-white);
    font-weight: 500;
}

.navbar-nav .nav-link.active {
    color: var(--theme-primary);
}

.mobile-menu-toggle {
    background: transparent;
    border: none;
}

.mobile-menu {
    width: 300px !important;
    background: #000 !important;
}

.mobile-menu .offcanvas-header .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.mobile-menu-wrap .mobile-menu-list {
    list-style: none;
    padding: 0;
}

.mobile-menu-wrap .mobile-menu-list li {
    list-style: none !important;
}

.mobile-menu-wrap .mobile-menu-list li .menu-link {
    padding: 0px 15px 15px 15px;
    display: flex;
    color: #fff;
    font-size: 17px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.mobile-menu-wrap .mobile-menu-list>li {
    margin-bottom: 10px;
    border-bottom: 1px solid #51565c52;
}

.mobile-menu-wrap .mobile-menu-list li:last-child {
    border-bottom: 0px;
}

.login-btn {
    padding: 15px;
}

.dropdown-mb-menu {
    display: none;

}

.dropdown-mb-menu ul {
    padding-left: 0px;
}

.dropdown-mb-menu ul li a {
    padding: 0px 15px 15px 25px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.dropdown-mb-menu ul li:last-child a {
    padding-bottom: 0;
}

.dropdown-mb-menu ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #51565c52;
}

.dropdown-mb-menu ul li:last-child {
    border-bottom: 0;
}

.toggler-icon {
    color: #000!important;
    font-size: 30px;

}
/*Menu*/

/*Footer*/
.footer-info p{
  font-size: 12px;
}
footer{
    padding: 80px 0;
    background: var(--light-blue);
}
.social-media-icon a {
    margin-right: 2%;
    font-size: x-large;
    color: var(--primary);
}
.social-media-icon{
    margin-top: 50px;
}
.footer-explore .footer-list li a{
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
}
.footer-explore .footer-list{
    list-style: none;
    padding: 0;
}
.hr-line{
    color: var(--primary);
}

.trading-excellence{
    background: url(../images/inner-hero-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
    padding: 80px 0;
    margin: 50px 0;
}
.cta_one{
    background: var(--primary);
    border-radius: 4px;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid var(--primary);
    transition-duration: 0.2s;
}
.cta_two{
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 15px 30px;
    border-radius: 4px;
    transition-duration: 0.2s;
}
.cta_one:hover{
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    transition-duration: 0.2s;
}
.cta_two:hover{
    background: var(--primary);
    color: var(--white);
    transition-duration: 0.2s;
}
.featured-on{
    padding: 50px 0;
    background: var(--light-blue);
}
.featured-on .subheading{
    
}
.featured-web{
    display: flex;
    gap: 50px;
    justify-content: center;
}
.featured-web img{
    width: 175px;
    height: 100%;
}
.featured-websites{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-content h1 span{
    color: var(--primary);
}
.banner{
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
}
.our-vision{
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: right;
}
.the-problem-section{
    padding: 80px 0;
    background: var(--light-blue);
}
.the-problem-section h3{
    color: var(--secondary);
    font-size: 30px;
    line-height: 40px;
}
.top-content{
    position: relative;
    margin-bottom: 24px;
}
.top-content .mobile {
    border-radius: 50% 0%;
}
.top-content .experience-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--light-blue);
    border-radius: 10px 10px 10px 0;
    padding: 41px 71px;
}
.top-content .experience-box .experience-body {
    gap: 30px;
}
.top-content .experience-box .experience-content h2 {
    font-family: var(--primary);
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
}
.top-content .experience-box .experience-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    line-height: 1.3;
}
.top-content .experience-box .experience-content p span {
    color: var(--black);
    opacity: .85;
    display: block;
}
.top-content .experience-box .experience-content {
    gap: 10px;
}
.bottom-content .our-expert-team-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 40px 30px 40px 37px;
    max-width: 360px;
    width: 100%;
    flex: none;
}
.our-expert-team-box .our-expert-team-box-inner {
    gap: 10px;
}
.our-expert-team-box .imgs1 img {
    width: 40px;
}
.our-expert-team-box .imgs img {
    display: block;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.our-expert-team-box .imgs img + img {
    margin-left: -12px;
}
.our-expert-team-box .our-expert-team-box-inner p {
    line-height: 1;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 0;
}
.our-expert-team-box .our-expert-team-box-inner p span {
    opacity: 0.85;
    color: var(--black);
}
.simple-shadow {
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    background: var(--light-blue);
    padding: 10px;
}
.hero-empowerment-right-content .bottom-content {
    gap: 24px;
}
 .bottom-content .google-reviews-box {
    display: flex;
    align-items: flex-start;
    padding: 40px 52px;
    gap: 20px;
}
.bottom-content .google-reviews-box .left span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: var(--dark2);
    margin-bottom: 12px;
}
.bottom-content .google-reviews-box .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
.bottom-content .google-reviews-box .stars {
    gap: 3px;
    margin-bottom: 14px;
    margin-top: -5px;
}
.bottom-content .google-reviews-box .stars i {
    color: #ffd600;
    font-size: 21px;
}
.our-solution-section{
    padding: 80px 0;
}
.our-solution-section .subheading, .supported-exchanges .subheading, .what-we-offer .subheading{
    margin: 0 auto 20px;
}
.our_solutions_list .nav-link{
    color: var(--primary);
    padding: 10px 15px;
    font-size: 20px;
}
.our_solutions_list .list_solutions{
    background: var(--light-blue);
    padding: 10px;
    border-radius: 10px;
}
.our_solutions_list .nav-pills .nav-link.active{
    background: var(--secondary);
    padding: 10px 15px;
}
.our_solutions_list #pills-tabContent {
    padding: 50px 0;
    border-radius: 10px;
    background: var(--light-blue);
}
.our_solutions_list #pills-tabContent img{
    width: 60%;
}
.supported-exchanges{
    padding: 80px 0;
    background: var(--light-blue);
}
.supported-exc li {
    float: left;
    display: grid;
    gap: 20px;
    width: 20%;
}
.supported-exc li img{
    margin: 0 auto;
}


.main {
  
  display:flex;
  flex-direction:row;
  width:1200px; 
  height:600px;
  
}

/*Device below 1024px, tablet/mobile*/
@media(max-width:1024px){
  
  .main {
  
  display:flex;
  flex-direction:column;
  width:100%;   
  height:auto;
  
} 
}

.column {
  
  width:25%;
  transition: width 0.5s;
  overflow: hidden;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  cursor:pointer;
  
}

.column:nth-child(1) {
  
  background-image: url('../images/img-1.jpg');
  background-size:cover;
  background-position:center center;
  border-radius: 10px 0px 0px 10px;
  
}

.column:nth-child(2) {
  
  background-image: url('../images/img-2.jpg');
  background-size:cover;
  background-position:center center;
  
}

.column:nth-child(3) {
  
  background-image: url('../images/img-3.jpg');
  background-size:cover;
  background-position:center center;
  
}

.column:nth-child(4) {
  
  background-image: url('../images/img-4.jpg');
  background-size:cover;
  background-position:center center;
}

.column:nth-child(5) {
  
  background-image: url('../images/img-5.jpg');
  background-size:cover;
  background-position:center center;
  border-radius: 0px 10px 10px 0px;
  
}
.expanded:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

/*Border Styling for device width below 1024px, Tablet/Mobile*/
@media(max-width:1024px){
  
  .column:nth-child(1) {
  
   border-radius: 10px 10px 0px 0px;
  
}
  
  .column:nth-child(4) {
  
   border-radius: 0px 0px 10px 10px;
}
}

/*Desktop Styling*/
@media screen and (min-width: 1025px) {
            
    /*Clicked column styling*/
    .expanded {
        
    width: 150% !important;
    
    }
    }
    
    .expanded:after {
        
        content: '';
        background: rgba(0,0,0,0.5);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        pointer-events:none;
        
    }
      
/*Tablet and mobile, below 1025px*/  
@media (max-width: 1024px) {
        
.column {
        
        width:100%;
        transition: height 0.5s;
        height: 120px;
        
}    
        
/*Clicked column styling*/
.expanded{
        
    height: 400px !important;         

    }
 }
    
/*Inner elements inside column container styling*/
.inner-element {
        
  opacity: 0;
  transition: opacity 0s;
  z-index: 2;
  padding:20px;
  background:transparent;
  position:absolute;
  left:0;
  bottom:100px;
      
}

.inner-element h2{
  
  color:white;
  font-family: rubik;
  font-size:24px;
  
}

.inner-element p{
  
  color:white;
  font-family: rubik;
  font-size:16px;
  font-weight:100;
  
}
    
/*Inner elements made visible on clicked column*/
.inner-element.active {
              
 opacity: 1; 
 transition: opacity 0.5s 0.4s;        
       
}

.icons {
  position:absolute;
  bottom:20px;
  left:18px;
/*  font-size:40px;*/
  padding:20px;
  background:white;
  z-index:2;
  border-radius:50%;
  height:40px;
  width:40px;
  display:flex;
  justify-content:center;
  align-items:center;
   
}

.DMmotionarts{
  
  position:absolute;
  width:200px;
  left:0;
  bottom:0;
  
}
.custom-pointers{
    padding: 80px 0;
}
.what-we-offer{
    padding: 80px 0;
}
.we-offer {
    background: var(--light-blue);
    border-radius: 16px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .18);
    padding: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    justify-content: space-between;
}
.what-we-offer .nav-link.active{
    background: var(--primary);
}
.what-we-offer .nav-link{
    padding: 15px 30px;
    border: 1px solid var(--primary);
    color: var(--primary);
}
.what-we-offer #v-pills-tab{
    position: sticky;
    top: 20px;
}
.pricing-section, .pricing-table{
    padding: 80px 0;
}
.pricing {
    background: var(--primary-light);
    padding: 40px 20px;
    border-radius: 8px;
    border: 1px solid var(--primary) !important;
    height: 100%;
    transition-duration: .3s;
}
.service_price_list {
    position: relative;
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}
.pricing_para.one {
    font-size: 35px;
    line-height: 45px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 800;
}
.btton-one {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #000;
    transition-duration: .3s;
}
.location-tag {
    background: linear-gradient(90deg, #00C0F3, #0077C0, #00C0F3);
    color: #fff;
}
.frame-parent1, .frame-parent4 {
    margin-top: 30px;
}
.tick-parent {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.btton {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #fff !important;
    border-radius: 8px;
    border: 1px solid #EBEBEF;
    transition-duration: .3s;
}
.pricing_para.one {
    font-size: 35px;
    line-height: 45px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 800;
}
.our_solutions_list #pills-tabContent img.tick-icon{
    width: auto;
}
.our_solutions_list #pills-tabContent img.arrow-icon{
    width: auto;
}
.pricing_para span{

color: #797878;
    font-size: clamp(.75rem, .617rem + .4255vw, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 2px;
}
.it-signup-input input, .it-signup-input select {
    border-radius: 5px;
    color: #0E2A46;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.it-signup-input input, .it-signup-input textarea, .it-signup-input select {
    border-radius: 5px;
    color: #0E2A46;
    font-size: 16px;
    font-style: normal;
    padding: 10px 20px;
    border: 0;
    width: 100%;
    font-weight: 400;
    line-height: 32px;
    /* text-transform: capitalize; */
}
.it-btn {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 54px;
    line-height: 54px;
    position: relative;
    transition: 0.4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--white);
    background-color: var(--primary);
}