/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h1, h2 ,h3,h4,h5,h6{
  font-family: sans-serif;
}
body {

  font-family: 'Raleway', sans-serif;
}
.section-bg{
  background: #f0faff;
}
.section{
  padding: 60px 0px;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  background: #0d518900;
  z-index: 11;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.nav .nav-row{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.nav .search-icon1{
    margin-left: 12px;
}
.nav,
.nav .nav-links {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
 
}
.nav-links{
 padding: 0px;
}
.nav {
  justify-content: space-between;
  background: white;
}
a {
  color: #fff;
  text-decoration: none;
}
.nav .logo {
  font-size: 22px;
  font-weight: 500;
}
.logo img{
width: auto;
    height: 43px;
    transform: scale(1.2);
}
.nav .nav-links {
  column-gap: 20px;
  list-style: none;
}
.nav .nav-links a {
  transition: all 0.2s linear;
}
.nav.openSearch .nav-links a {
  opacity: 0;
  pointer-events: none;
}
.nav .search-icon {
  color: black;
  font-size: 20px;
  cursor: pointer;
}
.nav .search-box {
  position: absolute;
  right: 250px;
  height: 45px;
  max-width: 555px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}
.nav.openSearch .search-box {
  opacity: 1;
  pointer-events: auto;
}
.search-box .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  left: 15px;
  color: #4a98f7;
  transform: translateY(-50%);
}
.search-box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 15px 0 45px;
}

.nav .navOpenBtn,
.nav .navCloseBtn {
  display: none;
}

/* responsive */
@media screen and (max-width: 1160px) {
  .nav {
    padding: 15px 100px;
  }
  .nav .search-box {
    right: 150px;
  }
}
@media screen and (max-width: 950px) {
  .nav {
    padding: 15px 50px;
  }
  .nav .search-box {
    right: 100px;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navOpenBtn,
  .nav .navCloseBtn {
    display: block;
  }
  .nav {
    padding: 15px 20px;
  }
  .nav .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    max-width: 300px;
    width: 100%;
    padding-top: 100px;
    row-gap: 30px;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 100;
  }
  .nav.openNav .nav-links {
    left: 0;
  }
  .nav .navOpenBtn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .nav .navCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: black;
    font-size: 20px;
    cursor: pointer;
  }
  .nav .search-box {
    top: calc(100% + 10px);
    max-width: calc(100% - 20px);
    right: 50%;
    transform: translateX(50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
.nav a{
  color: black;
}
.nav-links li{
  position: relative;
}
.mega-menu {
    padding-left: 0px;
    background: white;
    width: max-content;
    padding: 20px;
    /* border: 1px solid grey; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* display: none; */
    /* visibility: hidden; */
    width: 680px;
    padding: 30px;
    border-radius: 15px;
}
.mega-menu-main{
  position: absolute;
   top: 40px;
 opacity: 0;
     transition: 0.5s all;
     z-index: -11;
       height: 0px;
    overflow: hidden;
}
.mega-menu li{
  list-style: none;
}
 /* CTA Section */
        .cta-section {
            padding: 6rem 5%;
            background: linear-gradient(135deg, #007a71, #48c375);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,128L48,138.7C96,149,192,171,288,165.3C384,160,480,128,576,138.7C672,149,768,203,864,202.7C960,203,1056,149,1152,128C1248,107,1344,117,1392,122.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            background-position: bottom;
            opacity: 0.1;
        }
        
        .cta-content {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }
        
        .cta-section p {
            max-width: 700px;
            margin: 0 auto 2.5rem;
            font-size: 1.2rem;
            opacity: 0.9;
        }
        
        .cta-button {
            background-color: white;
            color: #007a71;
            border: none;
            padding: 1.2rem 3rem;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            font-size: 1.1rem;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        
        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        .mega-menu1{
              width: max-content!important;
          .mega-menu-inner {
    width: 100%!important;
}
        }
@media (min-width: 767px) and (max-width: 4000px) {
 .nav-links li:hover .mega-menu-main{
  /* display: inline-block; */
  /* visibility: visible; */
  opacity: 1;
  top: 31px;
     z-index: 1;
     height: auto;
             overflow: visible;
  
}
}
.mega-menu-inner li h6{
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #007a71;
    padding-bottom: 8px;
    color: #007a71;
    margin-bottom: 15px;
  
}
.nav-links > li{
  padding: 5px 0px;
}
.mega-menu-inner li a{
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    color: #343434;
}

/* hero-section */
.main-home{
  margin-top: -63px;
}
.mega-menu-inner li a i{
  transition: 0.5s all;
}
.mega-menu-inner li a:hover i{
  margin-right: 2px;
}
.section-hero h1{
  font-size: 70px;
  position: relative;
  color: #007a71;
  font-weight: 700;
}
.section-hero h1 span{
  position: relative;
  color: #48c375;
  font-weight: 400;
  font-style: italic;
}
.icon-he1{
  position: absolute;
  top: -15px;
  width: 99px;
    display: none;
}

.icon-he2{
  position: absolute;
  /* top: -15px; */
  width: 99px;
  bottom: -5px;
  right: 0px;
  display: none;
}
.section-hero{
  /* background-image: url(../img/banner-hero.jpg); */
  background-size: cover;
  width: 100%;
    height: auto;
padding: 100px 0px !important;
    padding-top: 217px !important;
    background: radial-gradient(#95d1ff1c 23%, rgb(255 203 87 / 0%) 67% 100%) 385px -24px, radial-gradient(#48c6ef00 0, rgba(255, 51, 61, 0) 60% 100%) -940px 290px, radial-gradient(#90e0ff00 10%, rgba(144, 224, 255, 0) 60% 100%) -120px 250px, radial-gradient(#48c6ef00 40%, rgba(255, 51, 61, 0) 57% 100%) 495px -44px, radial-gradient(#09b1ff00 30%, rgba(169, 96, 238, 0) 67% 100%) 122px -120px, radial-gradient(#4891ce00 10%, rgba(169, 96, 238, 0) 60% 100%) -420px 120px, radial-gradient(#90ffd12b 15%, rgba(144, 224, 255, 0) 50% 100%) -620px 0, radial-gradient(#456cf800 25%, rgba(144, 224, 255, 0) 50% 100%) 520px -250px, #ffffff;
}
.section-hero  .container{
  height: 100%;
}
.section-hero  .row{
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#menu_toggle {
  display: none;
}
.hero-content p{
  margin-top: 15px;
  padding: 0px 100px;
  color: grey;
}
.hero-content{
  .ul-nav{
    justify-content: center;
  }
}
/* Reponsive */
@media (width < 860px) {
  
}

@media (width < 600px) {
  .hero {
    padding-top: 80px;
  }
  .hero .row h2 {
    font-size: 26px;
  }
  .buttons {
    justify-content: center;
  }
  .btn {
    padding: 10px 16px;
  }
}
/* main {
  background: #0d5189;
} */

/* =====header==== */
.main-header{
    background-image: url(../img/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 150px 0px;
    margin-top: 63px;
}
.main-header-content {
    color: white;
    max-width: 501px;
    text-align: center;
    margin: auto;
}
.main-header-content a{
    background: white;
    color: #0d5189;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin: auto;
}

/* ===footer===== */
.content1{
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}
.content1 .text{
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}
.content1 .p{
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}
footer{
  padding-top: 40px;
  width: 100%;
  background: #111;
}
.main-content{
  display: flex;
  max-width: 1400px;
  margin: auto;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #d9d9d9;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: linear-gradient(90deg,rgba(0, 122, 113, 1) 0%, rgba(72, 195, 117, 1) 100%);
  top: -10px;
}
.box .content li a{color: white!important; font-size: 13px;}
.left .content p{
  /* text-align: justify; */
  color: #d9d9d9;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #f12020;
}
.center .content .fas{
  font-size: 1.4375rem;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover{
  background: #f12020;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
  color: #d9d9d9;
}
.center .content .phone{
  margin: 15px 0;
}
.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #d9d9d9;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btn{
  margin-top: 10px;
}
.right form .btn button{

  border: none;
  outline: none;
  background: #ffffff;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.right form .btn button:hover{
  background: #000;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
.content ul li{
  list-style: none;
  margin-bottom: 10px;
}
.content ul{
  padding-left: 0px;
}
.content h5{
  color: #d9d9d9;
}
.place p{
  color: #d9d9d9;
}
.content form .btn{
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}

/* ===client== */
.cleint{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cleint img{
  max-width: 279px;
  object-fit: contain;
  height: 100px;
  margin-bottom: 40px;
}
.section-client{
  background: #FFA500;
}
.section-client h1{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
/* ===why */
.why-col1{
  padding: 30px;
  background-color: #f2f1f1;
}
.why-col1 h1{
  font-size: 63px;
  font-weight: bold;
  color: #262f3d;
}
.why-col1 h1 span{
  color: #48c375;
  /* font-style: italic; */
}
.getstrated{
     background: linear-gradient(90deg,rgba(0, 122, 113, 1) 0%, rgba(72, 195, 117, 1) 100%);

    color: white!important;
    padding: 7px 17px;
    font-size: 15px;
    border-radius: 110px;
        display: flex
;
    align-items: center;
    gap: 6px;
}
.requestdemo{
   background: #ffffff;
    color: #48c375!important;
    padding: 7px 17px;
    border: 1px solid #48c375;
    font-size: 15px;
    border-radius: 110px;
        display: flex
;
    align-items: center;
    gap: 6px;
}
.ul-nav{
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  gap: 10px;
  padding: 0px;
  li{
    list-style: none;
  }
}
.why-col2{
  background-color: #f8f8f8;
  padding: 7%;
  padding-top: 3%;
  padding-bottom: 3%;
}
.why-col2 h2{
  font-weight: bold;
  color: #262f3d;
  font-size: 42px;
}
.why-col2 .p-i{
  margin-top: 20px;
  margin-bottom: 30px;
  color: black;

}
.why-col2 p{
  color:#666;
}
.why-col2 h2::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: red;
  margin-top: 10px;
}
.why-col2 a{
  color: black;
  font-size: 25px;
  font-weight: bold;
}
.why-col3{
  background-color: #eeeeee;
}

.protfolio{
  padding: 60px 0px;
  background-image: url(../img/parallax-4.jpg);
  background-size: cover;
  background-attachment: fixed;
  width:100%
}
.WORK-P h2{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
.WORK-P a{
  background-color: #0d5189;
  padding: 10px 45px;
  display: block;
  margin: auto;
  width: fit-content;
  margin-top: 25px;
}
.WORK-P a:hover{
  color: white;
}
/* ==news */
.news-heading {
  padding: 30px;
  /* background-color: #f2f1f1; */
      position: sticky;
    top: 100px;
    height: fit-content;
}
.news-heading h1 span {
  color: #48c375;
}
.news-heading h1{
  font-size: 63px;
  font-weight: bold;
  color: #262f3d;
}
.news-heading p{
  color: grey;
  margin-top: 20px;
}
.news-blog{
  padding: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
        background: #f9fffb;
}
.news-blog a.btn-news{
  color: #007a71;
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  line-height: 30px;
  margin-bottom: 20px;
}
.news-blog a.re-new{
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.check-btn{

  padding: 30px 10px;

  background-color:#f2f1f1;
}
.check-btn a{
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
}
.check-btn a span i{
  color:green;
}
/* 
owlrev */
.items-owl h2::after{
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: green;
  margin-top: 10px;
}
.revie-section{
  padding-top: 100px;
}
.items-owl h2{
  font-weight: bold;
  font-size: 50px;
}
.owl-reviews .owl-dots{
  display: none;
}
.owl-reviews .owl-prev , .owl-reviews .owl-next{
  background: #0d5189!important;
    color: white!important;
    /* padding: 10px !important; */
    width: 40px!important;
    height: 40px!important;
    font-size: 36px!important;
}
.owl-reviews .owl-prev span , .owl-reviews .owl-next span{
  position: relative;
  top: -7px;
}
.owl-reviews.owl-theme .owl-nav{
  margin-top: 10px;
  position: absolute;
  top: -65px;
  right: 0px;

}

.vision-section{
  padding: 60px 0px;
}
.img--svg img{
  display: block;
  margin: auto;
  width: 70%;
}
.heading-h{
  margin-bottom: 30px;
}
.heading-h h2{
  font-size: 42px;
  color: #262f3d;
  font-weight: 600;
  
  
  
  
  
  
  
  
  
  span{
    color: #48c375;
    font-weight: 400;
    /* font-style: italic; */
  }
}
.vsion--s h3{
      font-size: 29px;
      /* font-weight: bold; */
      color: #007a71;
}
.vsion--s p{
      font-size: 16px;
      color: grey;
}
.box-v{
  margin-bottom: 20px;
  padding: 20px;
  background: #eefff230;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.box-v-b{
  background-color: white;
  width: 25%;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
}
.icpn svg{
    width: 20px;
    margin-bottom: 0px;
    color: #007a71;
}
.box-v-b h4{
  font-size: 24px;
  color: #007a71;
}
.box-v-b p{
  font-size: 16px;
}
.box-v.vsion--s h3{
  margin-bottom: 30px;
}
.icpn{
      background: aliceblue;
    width: fit-content;
    width: 34px;
    height: 34px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 4px;
}
.box-v-bm{
  display: flex;
  gap: 12px;
}
.img--svg img {
  animation: floatScale 3s ease-in-out infinite;
  transform-origin: center;
}

@keyframes floatScale {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.02) translateY(-6px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

.left.box img{
  width: 150px;
  filter: brightness(0) invert(1);
}
.trading-h h2{
      font-size: 42px;
      color: #262f3d;
      font-weight: 600;
      
    span{
              color: #48c375;
        font-weight: 400;
    }
}
.card-trading{
      background: linear-gradient(90deg, rgba(0, 122, 113, 1) 0%, rgba(72, 195, 117, 1) 100%);
    padding: 27px;
    border-radius: 20px;
    h4{
      color: white;
    }
    p
    {
          color: #e7e7e7;
    font-size: 15px;
    }
}
.trading-section{
  padding: 60px 0px;
  position: relative;
}
.Line-elements{
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.1;
}
.trading-section .container{
  position: relative;
}
.trading-h p{
      color: grey;
    margin-top: 22px;
    font-style: italic;
}
.ul--new-b{
  padding-left: 0px;
}
.ul--new-b li{
      list-style: none;
      display: flex;
      gap: 9px;
      color: grey;
      margin-bottom: 10px;
}
.ul--new-b li i{
      /* border-bottom: 1px solid #c1c1c1; */
      color: #3d96fc;
    position: relative;
    top: 2px;
}
.section-whii{
      background: linear-gradient(90deg, rgb(0 122 113 / 5%) 0%, rgb(72 195 117 / 6%) 100%);
}
.section-premium{
  padding: 60px 0px;
      background: #f9fffb;
}
.premium-box{
  background-color: white;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 10px 12px;
  border-radius: 20px;
}
.premium-box h4{
      color: #007a71;
      margin-bottom: 20px;
}
.premium-box p{
  color: grey;
}
.process-vistior{
  padding: 60px 0px;
}
.process-main-div{
display: flex;
gap: 10px;
}
.div-process1{
  /* background-color: #007a71; */
  width: 33%;
    /* height: 400px; */
}
.div-process2{
  width: 33%;
    /* height: 400px;
  background-color: #007a71; */
}
.div-process3{
  width: 33%;
  /* height: 400px;
  background-color: #007a71; */
}
.process-vistor-h{
  text-align: center;
  p{
    color: grey;
  }
}
.process-vistor-h h2{
  font-size: 42px;
  color: #262f3d;
  font-weight: 600;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    span{
              color: #48c375;
              font-weight: 400;
    }
}
.process-vistor-h-row{
  justify-content: center;
}
.rowprocess{
  margin-top: 40px;
}
.div-process1-1 h5{
  color: #007a71;
    font-weight: bold;
}
.div-process1-1 p{
      font-size: 15px;
    color: grey;
}
.icon-v {
    background: linear-gradient(90deg, rgba(0, 122, 113, 1) 0%, rgba(72, 195, 117, 1) 100%);
    color: white !important;
    width: fit-content;
    padding: 5px 25px;
    font-size: 13px;
    border-radius: 102px;
    margin-bottom: 10px;
}
.div-process1-1 {
    margin-bottom: 35px;
    background: #f5f5f54f;
    padding: 20px;
    height: 183px;
    border-radius: 20px;
}
.div-process1 .div-process1-1{
  text-align: end;
  
  
  
  
  .icon-v{
    margin-left: auto;
  }
}
.div-process2{
  img{
    display: block;
    margin: auto;
    width: 80%;
  }
}
.div-process2 {
    display: flex;
}
.process-vistor-h{
 
}
.section-pricing{
 padding: 60px 0px;
      background: #f9fffb;
}
.pricing-div{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: white;
    padding: 20px;
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 79px;
    height: 100%;
    position: relative;
  h4{
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        border-bottom: 2px solid #dadada;
        padding-bottom: 6px;
        color: #007a71;
  }
}
.btn-pricing {
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0px;
}
.price-d{
     text-align: center;
     padding-top: 8px;
     padding-bottom: 8px;
     height: 75px;
     border-bottom: 2px solid #dadada;
    h3{
     margin-bottom: 0px;
     font-weight: bold;
     font-size: 24px;
    }
    p{
      font-size: 14px;
      margin: 0px;
    }
    
}
.point-pricing{
  padding-top: 20px;
}
.btn-pricing a{
      background: #fff500;
    color: #262f3d!important;
    padding: 9px 25px;
    border-radius: 31px;
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 30px;
}
.point-pricing ul li{
  margin-bottom: 10px;
  color: grey;
}
.professional.pricing-div{
    border: 2px solid #007a71;
}
.row--pricinf{
  margin-top: 30px;
}
.faq-section{
  padding: 60px 0px;
}
.faq-h h2{
      font-size: 42px;
    color: #262f3d;
    font-weight: 600;
    margin-bottom: 20px;
    span{
              color: #48c375;
        font-weight: 400;
    }
}
.faq-h p{
          color: grey;
}
.accordion-button:focus{
  box-shadow: none!important;
}
.accordion-item{
      border: none;
    border-bottom: 1px solid #f2f2f2;
}
.accordion-button:not(.collapsed) {
    color: #2c2c2c;
    background-color: #f8f8f8;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: bold;
}
.accordion-item {
    background-color: #f8f8f8;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border: none;
    /* border-bottom: 1px solid #f2f2f2; */
    /* margin-bottom: 20px; */
    border-radius: 15px !important;
    overflow: hidden;
}
.faq-h img{
  width: 100%;
  margin-top: 20px;
}
.accordion-button:not(.collapsed) {
    color: #007a71;
    /* background-color: #e7f1ff; */
    /* box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125); */
}
.accordion-button{
  font-weight: bold;
}
.accordion-button:not(.collapsed){
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)!important;
}
.mega-menu-inner{
  width: 48%;
}

.menu-open{
  display: none;
}
.hweo-inner{
  padding-top: 150px!important;
      .hero-content p {
        margin-top: 15px;
        padding: 0px 10px;
        color: #ffffff;
    }
}
@media (max-width: 767px) {
  .modal-content1{
    flex-direction: column;
  }
  .modal-container{
        max-height: none;
  }
  .row--pricinf{
    row-gap: 20px;
  }
  .cta-section h2{
    font-size: 25px;
  }
  .hero-img img{
    margin-top: 20px!important;
  }
  .hero-content h1{
    margin-top: 35px!important;
  }
  .mega-menu{
    flex-direction: column;
    width: 100%;
    padding: 0px;
    box-shadow: none;
  }
  .mega-menu-inner {
    width: 100%;

}

.nav-links > li {
width: 100%;
        padding: 5px 25px;
                border-bottom: 1px solid #d9d9d9;
}
  .mega-menu-main.active {
    position: inherit;
    opacity: 1;
    overflow: visible;
    height: auto;
    z-index: 1;
    top: 10px;
    margin-bottom: 15px;
}
.mega-menu-inner li h6{
  font-size: 17px;
}
.mega-menu-inner li a{
  font-size: 14px;
}
  ul.nav-links.active {
    right: 0px;
    height: 100vh;
    overflow: auto;
    row-gap: 4px;
            padding-top: 52px;
}
.menu-open i{
  cursor: pointer;
}
  .requestdemo-m{
  display: none;
}
.menu-open{
  display: block;
}
.menu-open i{
  font-size: 28px;
}
 #menu_toggle {
    display: block;
  }
  .nav {
    padding: 10px 20px;
    background-color: #fff;
  }

  .menu_items {
    position: fixed;
    top: 0;
    width: 260px;
    background-color: #fff;
    height: 100%;
    left: -100%;
    padding: 50px 30px 30px;
    flex-direction: column;
    transition: all 0.5s ease;
  }
  .showMenu .menu_items {
    left: 0;
  }
  a {
    color: #333;
  }
  #menu_toggle {
    width: 20px;
    cursor: pointer;
  }
  .menu_items #menu_toggle {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .hero {
    padding-top: 130px;
  }
  .hero .row {
    flex-direction: column;
    padding: 0 20px;
    justify-content: center;
  }
  .hero .row .column {
    width: 100%;
  }
  .section-hero h1{
    font-size: 40px;
  }
  .hero-content p {
    margin-top: 15px;
    padding: 0px 10px;
    color: grey;
}
.heading-h h2 {
    font-size: 35px;
    color: #262f3d;
    font-weight: 600;
}
.vsion--s h3{
  font-size: 25px;
}
.box-v-bm{
  flex-direction: column;
}
.box-v-b{
  width: 100%;

}
.news-heading h1{
  font-size: 35px;
}
.news-heading{
  position: inherit;
}
.trading-h h2 {
    font-size: 35px;
    color: #262f3d;
    font-weight: 600;
}
.why-col1 h1{
  font-size: 35px;
}
.why-col2 h2{
  font-size: 30px;
}
.process-main-div{
  flex-direction: column;
}
.div-process1 , .div-process2 , .div-process3{
  width: 100%;
}
.hweo-inner{
      .hero-content p {
        margin-top: 15px;
        padding: 0px 10px;
        color: #ffffff;
    }
}
}

@media (min-width: 475px) {
  .logo img{
        height: 30px;
  }
  .getstrated{
        padding: 5px 14px;
    font-size: 13px;
  }
}
@media (min-width: 600px) {}

