/*globle color*/

:root {
  --primary: #5a9e3b;
  --secondary: #4a842f;
  --light: #e5e5e5;
  --dark: #000;
  --dark2: #161616;
  --black: #0d0d0d;
  --bg-light: #f9f9f9;
  --bg-white: #fff;
  /*    --bg-map:#E8F5E8;
    --dark_green: #D4A762;
    --light_green: #5a9e3b;
    --lighter_green:#51af70;
    --yellow: #d8a83d;  */
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

/*scrollbar css*/
body::-webkit-scrollbar {
  width: 6px;
  background-color: var(--light)
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to right, var(--secondary), var(--primary));
}

/* Styling for desktop view */
.dropdown:hover>.dropdown-menu {
  display: block;
  border-radius: 12px;
  background: #0D2D20;
  padding: 0px 30px;
  width: 550px !important;
}

.dropdown-hover:hover>.dropdown-menu-market {
  margin-left: -70px;
}

.dropdown-hover:hover>.dropdown-menu-promotion {
  margin-left: -160px;
}

.dropdown-hover:hover>.dropdown-menu-resources {
  margin-left: -280px;
}

.dropdown-hover:hover>.dropdown-menu-about {
  margin-left: -390px;
}

.accordion-button {

  color: rgb(255, 255, 255);
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem;
  position: relative;
  padding-left: 20px;
}

/*  */


/* Styling for mobile view */
@media (max-width: 768px) {

  .dropdown-menu {
    margin-left: 0 !important;
    width: auto;
    padding: 0px 30px;
  }



  .dropdown-hover:hover>.dropdown-menu-market,
  .dropdown-hover:hover>.dropdown-menu-promotion,
  .dropdown-hover:hover>.dropdown-menu-resources,
  .dropdown-hover:hover>.dropdown-menu-about {
    margin-left: 0 !important;
    width: auto;
    padding: 0px 30px;
  }
}



.accordion-button:not(.collapsed) {
  color: #fff;
  /* background-color: transparent; */
  background-color: #053f24;
  /* background-color: var(--primary); */
}

.accordion-button:not(.collapsed) {
  color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.list-group-item {
  background-color: transparent;

}

a.list-group-item.list-group-item-action {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  border: 0;
}

a.list-group-item.list-group-item-action:focus {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  border: 0;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: transparent;

}

hr {
  border: 1px solid var(--secondary);
}

/*footer menu css start*/

/*mobile view css*/
@media only screen and (max-width: 600px) {

  .accordion-item-footer,
  .accordion-menu-btn {
    background-color: transparent;
    color: var(--bg-white);
    border: 0px;
  }

  .list-group-flush {
    border-radius: 0;
    padding-left: 20px;
  }

  .accordion-menu-btn::after {
    background-image: url(../img/arrow-down.svg);
  }

  .accordion-menu-btn:not(.collapsed)::after {
    background-image: url(../img/arrow-down.svg);
  }

  .accordion-menu-btn:focus {
    box-shadow: none !important;
  }

  #accordion-menu-btn:not(.collapsed) {
    background-color: transparent !important;
    border: 0px;
  }
}

@media only screen and (max-width: 600px),
(max-width: 1024px) {

  .accordion-item-footer,
  .accordion-menu-btn {
    background-color: transparent;
    color: var(--bg-white);
    border: 0px;
  }

  .list-group-flush {
    border-radius: 0;
    padding-left: 20px;
  }

  .accordion-menu-btn::after {
    background-image: url(../img/arrow-down.svg);
  }

  .accordion-menu-btn:not(.collapsed)::after {
    background-image: url(../img/arrow-down.svg);
  }

  .accordion-menu-btn:focus {
    box-shadow: none !important;
  }

  #accordion-menu-btn:not(.collapsed) {
    background-color: transparent !important;
    border: 0px;
  }
}

.bg-according::after {
  background-image: url(../img/arrow-down.svg) !important;

}

.bg-according:not {
  background-image: url(../img/arrow-down.svg);

}

.bg-according:not(.collapsed) {
  background-color: var(--primary) !important;
  color: var(--bg-white) !important;
}

.bg-according {
  background-color: var(--primary) !important;
  color: var(--bg-white) !important;
}

.bg-according:focus {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*footer menu css end*/


/*up-down css start*/

.animation_up_down {
  animation: mover 1.4s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-7px);
  }
}

.animation_up_down_00 {
  animation: mover_00 1.4s infinite alternate;
}

@keyframes mover_00 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-11px);
  }
}

.animation_up_down_0 {
  animation: mover_0 1.5s infinite alternate;
}

@keyframes mover_0 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.animation_up_down_2 {

  animation: mover-2 1.6s infinite alternate;
}

@keyframes mover-2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-7px);
  }
}

.animation_up_down_3 {

  animation: mover-3 1.8s infinite alternate;
}

@keyframes mover-3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-7px);
  }
}

/*up-down css end*/

/*home page ccs start*/
.green {
  color: var(--primary);
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.sm_text {
  font-size: 10px;
}

.mt-lg-0 {
  margin-top: 0px;
}

.mob-view-set {
  display: none !important;
}

/*header css*/
.top-header-bar {
  position: relative;
  z-index: 9999;
}

.social-links-top {
  font-size: 18px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 7px;
  text-align: center;
  transition: 0.3s;
}

.social-links-top:hover {

  color: var(--primary);
  text-decoration: none;
}

/* home-video-page css start */
.home-video-bg {
  margin-top: -132px;
  overflow: hidden;
  background-color: rgb(0, 0, 0, .7);
}

.inner-home-video-bg {
  padding: 60px 0px 0px 0px;
}

#myVideoframe {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -9;
  width: 100%;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .inner-home-video-bg {
    padding: 40px 0px 0px 0px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .home-video-bg {
    margin-top: -151px;
    padding-bottom: 110px;
  }

  #myVideoframe {
    height: 1240px;
  }
}

/*home-video page css end */

/*slider css*/
.slider-img-set {
  pointer-events: none !important;
}

.main-slide {
  margin-top: -132px;
}

.slider-1 {
  background-image: url("../img/fsm-slider-1.jpg");
  height: 700px;
}

.slider-2 {
  background-image: url("../img/fsm-slider-2.jpg");
  height: 700px;
}

.slider-3 {
  background-image: url("../img/fsm-slider-3.jpg");
  height: 700px;
}


.page-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}

.home-candle-1,
.home-candle-2 {
  position: absolute;
}

.home-candle-2 {
  top: -30px;
  right: -110px;
  width: 15px;
}

.home-candle-1 {
  bottom: -0px;
  right: 78px;
  width: 10px;
}

/*button css*/
.btn {
  border: none;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 13px 40px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: all ease 300ms;
}

.live_btn {
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  color: var(--bg-white);
  border-radius: 50px;
  font-size: 16px;
  transition: .3s;
}

.live_btn:hover {
  background-image: linear-gradient(to right, var(--secondary), var(--primary));
  color: var(--light);
  text-decoration: none;
}

.demo_btn {
  background-image: linear-gradient(to right, var(--bg-white), var(--light));
  color: var(--dark2);
  border-radius: 50px;
  font-size: 16px;
  transition: .3s;

}

.demo_btn:hover {
  background-image: linear-gradient(to right, var(--light), var(--bg-white));

  /*background-color: var(--light);*/
  color: var(--dark2);
  text-decoration: none;

}

.btn_hover span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.btn_hover:hover span {
  padding-right: 25px;
}

.btn_hover span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}

.btn_hover:hover span:after {
  opacity: 1;
  right: 0;
}

.explore {
  color: var(--dark);
  transition: .3s;
}

.explore:hover {
  color: var(--primary);
}

.contact-header {
  background-color: var(--primary);
  padding: 4px 17px 6px 0px;
  border-radius: 50px;
  font-size: 13px;
  color: var(--bg-white);
}

.contact-header:hover {
  background-color: var(--secondary);
  color: var(--bg-white);
}

.contact-header span {
  background-color: var(--bg-white);
  border-radius: 50px;
  padding: 3px 7px 5px 7px;
}

.header_login_btn {
  background-color: transparent;
  padding: 5px 15px;
  font-size: 13px;
  color: var(--bg-white);
  border: 1px solid var(--primary);
  border-radius: 50px;
}

.header_login_btn:hover {
  color: var(--bg-white);

}

.header_account_btn {
  background-color: transparent;
  padding: 5px 15px;
  font-size: 13px;
  color: var(--bg-white);
  border: 1px solid var(--bg-white);
  border-radius: 50px;
}

.header_account_btn:hover {
  color: var(--bg-white);
}

.ml-lg-2 {
  margin-left: 10px;
}

.heading-1 {
  text-transform: uppercase;
  font-weight: normal;
}

.sub-heading {
  font-weight: lighter;

}

/*iframe css*/
.first-main-iframe-set {
  position: relative;
}

.main-iframe-set {
  position: absolute;
  top: 150px;
  left: 0px;
}

.iframe-set {
  background-color: rgb(0, 0, 0, 0.2) !important;
  padding: 5px;
  border-radius: 10px;
  border: solid 3px #ffffff1d;
  display: block;
}

/*experince-section css*/

.experince-section {
  background-image: url("../img/experince-bg.png");

}

.inner-experince-section {
  background-color: var(--bg-white);
  border-bottom: 5px solid var(--primary);
  padding: 30px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: .3s;
}

.inner-experince-section:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-bottom: 7px solid var(--secondary);

}

/*our-product section css*/
.our-product-bg {
  background-image: url("../img/our-product-bg.png");

}

.inner-our-pruduct-section-forex {
  background-color: #B2DF9E;
  color: var(--dark);
  border-radius: 18px;
  padding: 30px 40px;
  transition: .3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inner-our-pruduct-section-forex:hover {
  background-color: var(--primary);
  color: var(--bg-white);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.inner-our-pruduct-section-commodities {
  background-color: #EDEDED;
  border-radius: 18px;
  padding: 30px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 75px;
  color: var(--dark);
  transition: .3s;

}

.inner-our-pruduct-section-commodities:hover {
  background-color: var(--light);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.inner-our-pruduct-section-indices {
  background-color: #E8E3C5;
  border-radius: 18px;
  padding: 30px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 160px;
  color: var(--dark);
  transition: .3s;
}

.inner-our-pruduct-section-indices:hover {
  background-color: #edde8b;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.inner-our-pruduct-section-crypto {
  background-color: #EDEDED;
  border-radius: 18px;
  padding: 30px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--dark);
  transition: .3s;
}

.inner-our-pruduct-section-crypto:hover {
  background-color: var(--bg-light);
  color: var(--dark);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/*start fsm-market-section-bg */

.fsm-market-section-bg {
  background-image: url("../img/fsm-market-section-bg.jpg");

}

/*start trading-platform-section*/

.trading-platform-section {
  background-color: var(--light);
  border-radius: 18px;
  padding: 20px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.trading-platform-section-2 {
  background-color: #E8E3C5;
  border-radius: 18px;
  padding: 20px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--dark);
  transition: .3s;

}

.trading-platform-section-2:hover {
  background-color: #edde8b;
  color: var(--dark);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.trading-btn {
  background-color: transparent;
  padding: 8px 13px;
  color: var(--dark);
  border: 1px solid var(--dark);
  border-radius: 9px;
  transition: .3s;
}

.trading-btn:hover {
  color: var(--bg-white);
  background-color: var(--primary);
  border: 1px solid var(--dark);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.text-left {
  text-align: left;
}

.trading-platform-img {
  margin-top: -90px;
  width: 460px;
}

/*payment process section css*/

.bg_light {
  background-color: var(--bg-light);
  padding-bottom: 0px;
}

.payment-bg {
  background-color: var(--bg-white);
  border-radius: 18px;
  padding: 0px 40px 30px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: .3s;
}

.payment-bg:hover {
  padding: 0px 40px 30px 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.payment-img {
  width: 80px;
  margin-top: -40px;
}

.payment-text {
  margin-top: 12px;
  font-size: 25px;
  font-weight: 300px;
}

/*latest update section*/
.news-bg {

  border-radius: 18px;
  border: 1px solid var(--light);
  padding: 20px;
  color: var(--dark);
  transition: .3s;
}

.news-bg:hover {
  background-color: var(--primary);
  border-radius: 18px;
  border: 1px solid var(--light);
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--bg-white);
}

/*footer css start*/

.footer-bg {
  background-image: url("../img/footer-bg.png");
  background-position: left center;
}

.responsibly_text {
  color: var(--light);
  font-size: 13px;
}

.footer-border {
  padding: 10px 0;
  border-top: 1px solid rgb(255, 255, 255, .25);
  border-bottom: 1px solid rgb(255, 255, 255, .25);
}

.footer-icon {
  font-size: 16px !important;
  width: 32px !important;
  height: 32px !important;
  margin: -2px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .home-candle-2 {
    right: -180px;
  }

  .home-candle-1 {
    bottom: -50px;
    right: 52px;

  }
}


/*mobile view*/
@media only screen and (max-width: 600px) {

  /*pre-footer css*/

  .payment-icon {
    width: 45px;
  }

  /*pre-footer css*/

  .col-sm-6 {
    width: 50%;
  }

  .align_left {
    text-align: center;
  }

  .align_right {
    text-align: center;
  }

  .h1 {
    font-size: 30px;
  }

  .ml-lg-2 {
    margin-left: 0px;
  }

  .mt-sm-2 {

    margin-top: 20px;
  }

  .mt-sm-1 {

    margin-top: 5px;
  }

  .home-candle-2 {
    right: -34px;
  }

  .home-candle-1 {
    bottom: 50px;
    right: -60px;
  }

  .contact-header {
    max-width: 600px;
    text-align: center;
  }

  .contact-header span {
    background-color: transparent;
  }

  .contact-header span i {
    color: var(--bg-white);
    font-size: 19px !important;
  }

  .contact-header {
    color: var(--bg-white) !important;
    margin: 8px;
    justify-content: center !important;
  }

  .header_login_btn {
    margin: 8px;
    max-width: 700px;
    justify-content: center !important;
    text-align: center;

  }

  .header_account_btn {
    color: var(--primary) !important;
    margin: 8px;
    max-width: 700px;

    border: 1px solid var(--primary);
    justify-content: center !important;
  }

  .slider-1,
  .slider-2,
  .slider-3,
  .slider-bg {
    height: 900px;
  }

  .main-slide {
    margin-top: -195px;
  }

  .sub-top-header-bar {
    padding: 10px 0px;
  }

  .main-iframe-set {
    top: 90px;

  }

  .slider-inner {
    padding-top: 170px;
  }


  .inner-our-pruduct-section-commodities {

    margin-top: 20px;
  }

  .inner-our-pruduct-section-indices {

    margin-top: 20px;
  }

  .inner-our-pruduct-section-crypto {

    margin-top: 20px;
  }

  .payment-bg {
    margin-top: 20px;
    padding: 30px 40px 30px 40px;

  }

  .payment-img {
    margin-top: 0px;
  }

  .fsm-market-section-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .trading-platform-section-2 {
    margin-top: 20px;
  }

  .mob-view-set {
    display: block !important;
  }

  .dekstop-view-set {
    display: none;
  }

  .fsm-market-img {
    rotate: 90deg;
    width: 30%;
    margin-top: -130px;
  }

  .trading-platform-img {
    margin-top: 10px;
  }

  #footer .footer-top .footer-links ul li {
    display: block !important;
  }
}

/*home page ccs end*/

/*about us page css start*/

.about-bg {
  background-image: url("../img/about-us-bg.jpg");
  margin-top: -132px;
}

.main_img_set {
  position: relative;
}

.fsm-img-hero-about {
  position: absolute;
  top: 206px;
  left: -70px;
  width: 200px;
}

.fsm-img-hero-callback {
  position: absolute;
  top: -80px;
  left: 70px;
  width: 200px;
}

.fsm-img-hero-callback2 {
  position: absolute;
  top: -20px;
  left: 130px;
  width: 90px;
}

.fsm-img-hero-widthdrawal {
  position: absolute;
  top: -80px;
  left: 70px;
}

.fsm-img-hero-widthdrawal-card {
  position: absolute;
  top: 100px;
  left: 320px;
}

.fsm-img-hero-widthdrawal-clock {
  position: absolute;
  top: -100px;
  left: 180px;
}

.fsm-img-hero-widthdrawal-coin1 {
  position: absolute;
  top: 10px;
  left: 70px;
}

.fsm-img-hero-widthdrawal-coin2 {
  position: absolute;
  top: 110px;
  left: 90px;
}

.fsm-img-hero-widthdrawal-coin3 {
  position: absolute;
  top: -10px;
  left: 400px;
}

.fsm-img-hero-widthdrawal-coin4 {
  position: absolute;
  top: -90px;
  left: 430px;
}

.trusted-trader-img-hero-about {
  position: absolute;
  width: 210px;
  top: 45px;
  right: 25px;
}

.zero-img-hero-about {
  position: absolute;
  top: 200px;
  width: 215px;
  left: -76px;
}

.laptop-img-hero {
  padding-top: 200px;
  margin-bottom: -100px;
}

.fsm-img-hero-article {
  position: absolute;
  top: -60px;
  left: 160px;
}

.fsm-img-hero-article_glasses {
  position: absolute;
  top: 112px;
  left: 440px;
}

.fsm-img-hero-article_bulb {
  position: absolute;
  top: 15px;
  left: 40px;
}

.fsm-img-hero-article_stone {
  position: absolute;
  top: 58px;
  left: 416px;
}

.fsm-img-hero-article_stone2 {
  position: absolute;
  top: 80px;
  left: 120px;
}

.fsm-img-hero-career_hand {
  position: absolute;
  top: 0px;
  left: 190px;
}

.fsm-img-hero-career_arrow {
  position: absolute;
  top: 179px;
  left: 342px;
  width: 115px;
}

.fsm-img-hero-side_arrow {
  position: absolute;
  top: 243px;
  left: 250px;
}

.fsm-img-hero-side_arrow2 {
  position: absolute;
  top: 298px;
  left: 228px;
}

.fsm-img-hero-career_plus {
  position: absolute;
  top: 149px;
  left: 168px;
}

.fsm-img-hero-career_plus2 {
  position: absolute;
  top: 84px;
  left: 178px;
}

.fsm-img-hero-career_plus3 {
  position: absolute;
  top: 116px;
  left: 125px;
}

.fsm-img-hero-career_note {
  position: absolute;
  top: 0px;
  left: 50px;
}

.fsm-img-hero-career_tick {
  position: absolute;
  top: 236px;
  left: 455px;
}

.fsm-img-hero-career_arrowup1 {
  position: absolute;
  top: 120px;
  left: 323px;
}

.fsm-img-hero-career_arrowup2 {
  position: absolute;
  top: 142px;
  left: 297px;
}

.fsm-img-hero-career_arrowup3 {
  position: absolute;
  top: 142px;
  left: 357px;
}

.fsm-img-hero-career_man {
  position: absolute;
  top: 200px;
  left: 254px;
}

.fsm-img-hero-career_man2 {
  position: absolute;
  top: 200px;
  left: 300px;
}

.fsm-img-hero-career_man3 {
  position: absolute;
  top: 200px;
  left: 443px;
  width: 25px;
}

.fsm-img-hero-cashbackcard {
  position: absolute;
  top: 61px;
  left: 113px;
}

.fsm-img-hero-cashbackcash {
  position: absolute;
  top: -5px;
  left: 143px;
  width: 200px;

}

.fsm-img-hero-cashbackback {
  position: absolute;
  top: 57px;
  left: 153px;
  width: 200px;
}

.fsm-img-hero-cashbackarrow2 {
  position: absolute;
  top: 144px;
  left: 54px;
  width: 260px;
}

.fsm-img-hero-cashbackarrow {
  position: absolute;
  top: -7px;
  left: 106px;
  width: 300px;
}

.fsm-img-hero-cashbackcoin1 {
  position: absolute;
  top: 10px;
  left: 60px;
  width: 80px;
}

.fsm-img-hero-cashbackcoin2 {
  position: absolute;
  top: 60px;
  left: 49px;
  width: 100px;
}

.fsm-img-hero-contactman {
  position: absolute;
  top: 0px;
  left: 69px;
  width: 110px;

}

.fsm-img-hero-contactmail {
  position: absolute;
  top: 8px;
  left: 194px;
  width: 60px;
}

.fsm-img-hero-contactmsg {
  position: absolute;
  top: -67px;
  left: 130px;
  width: 60px;

}

.fsm-img-hero-contactphone {
  position: absolute;
  top: -24px;
  left: 38px;
  width: 60px;

}

.fsm-img-hero-Deposits1 {
  position: absolute;
  left: 60px;
  width: 70px;
}

.fsm-img-hero-Deposits2 {
  position: absolute;
  left: 39px;
  top: 141px;
  width: 70px;
}

.fsm-img-hero-Deposits3 {
  position: absolute;
  left: 103px;
  top: 170px;
  width: 70px;
}

.fsm-img-hero-Deposits4 {
  position: absolute;
  left: 174px;
  top: 198px;
  width: 70px;
}

.fsm-img-hero-Deposits5 {
  position: absolute;
  top: 120px;
  right: 100px;
  width: 90px;
}

.fsm-img-hero-Deposits6 {
  position: absolute;
  top: 153px;
  right: 200px;
  width: 60px;
}

.fsm-img-hero-Deposits7 {
  position: absolute;
  top: -100px;
  width: 260px;
  left: 129px;
}

.fsm-img-ultra {
  position: absolute;
  top: -220px;
  left: 60px;
  width: 350px;
}

.fsm-img-ultra2 {
  position: absolute;
  top: 140px;
  left: 220px;
  width: 280px;
}

.fsm-img-ultra3 {
  position: absolute;
  top: -98px;
  left: 203px;
  z-index: 2;
  width: 150px;
}

.fsm-img-ultra4 {
  position: absolute;
  top: -175px;
  left: 287px;
  width: 210px;
}

.account_mg {
  margin-left: -146px !important;
}


.fsm-img-hero-platform {
  position: absolute;
  top: -114px;
  width: 115px;
  left: -10px;
}

.fsm-img-hero-platform2 {
  position: absolute;
  top: -164px;
  left: 65px;
  width: 471px;
}

.fsm-img-hero-platform3 {
  position: absolute;
  left: 10px;
  width: 120px;
  top: 23px;
}

.about-us-2 {
  max-width: 400px;
  margin-left: -200px;
  margin-top: -100px;
}

.about-us-3 {
  margin-top: -50px;
}

.ceo-message {
  background-color: #f2f2f2;
  border-radius: 18px;
  padding: 20px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: var(--dark);
  transition: .3s;


}

.ceo-message:hover {
  background-color: #f3f3f3;
  color: var(--dark);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.lightboxContainer {
  position: relative;
  display: inline-block;
}

.lightboxContainer:after {
  content: url(../img/play.png);
  z-index: 9;
  position: absolute;
  top: 13%;
  left: 40%;

  opacity: 0.8;

}

.lightboxContainer:hover:after {
  content: url(../img/play-hover.png);
  opacity: 1;
}

/*our-product-bg css*/
.our-product-bg-1 {
  background-image: url("../img/our-product-bg-1.png");
  border-radius: 12px;
}

.sub-our-product-bg-1 {
  background-color: rgb(255, 255, 255, .5);
  padding: 14px;
  border-radius: 12px;
}

.our-product-text {
  font-size: 13px;
  line-height: 1.2;
}



.trading-platform-section-about-us {
  background-color: #98F2B4;
  border-radius: 18px;
  padding: 20px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

/*mobile view*/
@media only screen and (max-width: 600px) {
  .about-bg {
    margin-top: -151px;
    padding-top: 140px;
  }

  .about-us-2 {
    max-width: 307px;
    margin-left: -179px;
    margin-top: -71px;
  }

  .zero-img-hero-about {
    left: -41px;
    top: 25px;
  }

  .main_img_set {
    position: relative;
    padding: 100px;
  }

  .image_pad {
    padding: 40px;
  }


  .fsm-img-hero-about {
    top: 57px;
    left: -12px;
    width: 154px;
  }

  .fsm-img-hero-callback {
    position: absolute;
    top: 15px;
    left: 87px;
    width: 165px;
  }

  .fsm-img-hero-callback2 {
    position: absolute;
    top: 79px;
    left: 143px;
    width: 60px;
  }

  .fsm-img-hero-widthdrawal {
    position: absolute;
    top: 0px;
    left: 2px;
  }

  .fsm-img-hero-widthdrawal-card {
    position: absolute;
    top: 127px;
    left: 175px;
    width: 120px;
  }

  .fsm-img-hero-widthdrawal-clock {
    position: absolute;
    top: -43px;
    left: 59px;
  }

  .fsm-img-hero-widthdrawal-coin1 {
    position: absolute;
    top: 40px;
    left: 15px;
  }

  .fsm-img-hero-widthdrawal-coin2 {
    position: absolute;
    top: 100px;
    left: 35px;
  }

  .fsm-img-hero-widthdrawal-coin4 {
    position: absolute;
    top: -5px;
    left: 279px;
  }

  .fsm-img-hero-widthdrawal-coin3 {
    position: absolute;
    top: 50px;
    left: 240px;
  }

  .trusted-trader-img-hero-about {
    width: 201px;
    top: -18px;
    right: -3px;
  }

  .laptop-img-hero {
    padding-top: 100px;
    margin-bottom: -100px;
  }

  .fsm-img-hero-article {
    position: absolute;
    top: 0px;
    left: 44px;
    width: 220px;
  }

  .fsm-img-hero-article_bulb {
    position: absolute;
    top: 33px;
    left: -27px;
    width: 100px;
  }

  .fsm-img-hero-article_stone {
    position: absolute;
    top: 61px;
    left: 187px;
    width: 80px;
  }

  .fsm-img-hero-article_stone2 {
    position: absolute;
    top: 74px;
    left: 20px;
    width: 70px;
  }

  .fsm-img-hero-article_glasses {
    position: absolute;
    top: 105px;
    left: 210px;
    width: 65px;
  }

  .fsm-img-hero-cashbackcard {
    position: absolute;
    top: 156px;
    left: 88px;
  }

  .fsm-img-hero-cashbackcash {
    position: absolute;
    top: 99px;
    left: 111px;
    width: 200px;

  }

  .fsm-img-hero-cashbackback {
    position: absolute;
    top: 158px;
    left: 123px;
    width: 200px;
  }

  .fsm-img-hero-cashbackarrow2 {
    position: absolute;
    top: 240px;
    left: 27px;
    width: 260px;
  }

  .fsm-img-hero-cashbackarrow {
    position: absolute;
    top: 88px;
    left: 100px;
    width: 260px;
  }

  .fsm-img-hero-cashbackcoin1 {
    position: absolute;
    top: 107px;
    left: 30px;
    width: 80px;
  }

  .fsm-img-hero-cashbackcoin2 {
    position: absolute;
    top: 152px;
    left: 32px;
    width: 100px;
  }

  .fsm-img-hero-contactman {
    position: absolute;
    top: 90px;
    left: 92px;
    width: 110px;
  }

  .fsm-img-hero-contactmail {
    position: absolute;
    top: 106px;
    left: 211px;
    width: 60px;
  }

  .fsm-img-hero-contactmsg {
    position: absolute;
    top: 25px;
    left: 155px;
    width: 60px;

  }

  .fsm-img-hero-contactphone {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 60px;

  }


  .margin_article {
    margin-left: 50px;
  }

  .fsm-img-hero-Deposits1 {
    position: absolute;
    top: 115px;
    left: 0px;
  }

  .fsm-img-hero-Deposits2 {
    position: absolute;
    top: 260px;
    left: -3px;
  }

  .fsm-img-hero-Deposits3 {
    position: absolute;
    left: 60px;
    top: 285px;
  }

  .fsm-img-hero-Deposits4 {
    position: absolute;
    left: 121px;
    top: 310px;
  }

  .fsm-img-hero-Deposits5 {
    position: absolute;
    top: 218px;
    right: 0px;
  }

  .fsm-img-hero-Deposits6 {
    position: absolute;
    top: 230px;
    right: 100px;
  }

  .fsm-img-hero-Deposits7 {
    position: absolute;
    top: 0px;
    left: 60px;
  }

  .fsm-img-hero-career_hand {
    position: absolute;
    top: 88px;
    left: 141px;
  }

  .fsm-img-hero-career_arrow {
    position: absolute;
    top: 282px;
    left: 289px;
    width: 100px;
  }


  .fsm-img-hero-side_arrow {
    position: absolute;
    top: 328px;
    left: 192px;
  }

  .fsm-img-hero-side_arrow2 {
    position: absolute;
    top: 298px;
    left: 228px;
  }

  .fsm-img-hero-career_plus {
    position: absolute;
    top: 243px;
    left: 125px;
  }

  .fsm-img-hero-career_plus2 {
    position: absolute;
    top: 166px;
    left: 119px;
  }

  .fsm-img-hero-career_plus3 {
    position: absolute;
    top: 211px;
    left: 78px;
  }

  .fsm-img-hero-career_note {
    position: absolute;
    top: 64px;
    left: 20px;
  }

  .fsm-img-hero-career_tick {
    position: absolute;
    top: 236px;
    left: 455px;
  }

  .fsm-img-hero-career_arrowup1 {
    position: absolute;
    top: 176px;
    left: 275px;
  }

  .fsm-img-hero-career_arrowup2 {
    position: absolute;
    top: 222px;
    left: 246px;

  }

  .fsm-img-hero-career_arrowup3 {
    position: absolute;
    top: 222px;
    left: 314px;
  }

  .fsm-img-hero-career_man {
    position: absolute;
    top: 285px;
    left: 202px;
  }


  .fsm-img-hero-career_man2 {
    position: absolute;
    top: 285px;
    left: 256px;
  }

  .fsm-img-hero-career_man3 {
    position: absolute;
    top: 200px;
    left: 443px;
    width: 25px;
  }


  .fsm-img-ultra {
    position: absolute;
    top: -117px;
    left: -64px;
    width: 350px;
  }

  .fsm-img-ultra2 {
    position: absolute;
    top: 217px;
    left: 96px;
    width: 280px;
  }

  .fsm-img-ultra3 {
    position: absolute;
    top: -7px;
    left: 73px;
    z-index: 2;
    width: 150px;
  }

  .fsm-img-ultra4 {
    position: absolute;
    top: -77px;
    left: 158px;
    width: 210px;

  }

  .account_mg {
    margin-left: 0px !important;
  }

  .fsm-img-hero-platform {
    position: absolute;
        top: 43px;
        width: 86px;
        left: -12px;
  }

  .fsm-img-hero-platform2 {
    position: absolute;
    top: 16px;
    left: 28px;
    width: 300px;
  }

  .fsm-img-hero-platform3 {
    position: absolute;
    left: 11px;
    width: 90px;
    top: 148px;
  }



}

/*about us page css end*/


/*Market page css start*/

.market-bg {
  background-image: url("../img/market-hero-bg.jpg");
  margin-top: -132px;
}

.market-mob-img-hero {
  padding-top: 100px;
  margin-bottom: -50px;
}

.market-hero-1,
.market-hero-2,
.market-hero-3,
.market-hero-4,
.market-hero-5,
.market-hero-6,
.circle-1,
.circle-2,
.circle-3,
.circle-4 {
  position: absolute;
}

.market-hero-1 {
  top: 220px;
  left: 60px;
  width: 25px;
}

.market-hero-2 {
  top: 320px;
  left: 30px;
  width: 75px;
}

.market-hero-3 {
  top: 422px;
  left: 130px;
  width: 60px;
}

.market-hero-4 {
  top: 470px;
  left: 180px;
  width: 50px;
}

.market-hero-5 {
  top: 140px;
  right: 140px;
  width: 180px;
}

.market-hero-6 {
  top: 340px;
  right: 70px;
  width: 125px;
}

.market-bg-section-2 {
  background-image: url("../img/market-bg-2.jpg");
}

.circle-1 {
  width: 190px;
  top: 120px;
  left: 65px;
}

.circle-2 {
  width: 80px;
  top: 60px;
  right: 155px;
}

.circle-3 {
  width: 80px;
  top: 220px;
  right: 55px;
}

.circle-4 {
  width: 80px;
  bottom: 50px;
  right: 155px;
}

.market-tab-section {
  background-image: url("../img/market-bg-3.jpg");
}

.tab-pane-forex {
  backdrop-filter: blur(4px);
  background-color: rgb(255, 255, 255, .5);
  border: 1px solid var(--primary);
  border-radius: 7px;
  padding: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  z-index: 99;
}

.tab-img-setting {
  z-index: 89;
  width: 80%;
  position: relative;
  margin-top: -50px;
}

.tab-img-setting-2 {
  margin-top: -120px;
  z-index: 79;
  width: 80%;
  position: relative;
}

.tab-img-setting-3 {
  margin-top: -120px;
  z-index: 30;
  width: 80%;
  position: relative;
}

.tab-img-setting-4 {
  margin-top: -120px;
  z-index: 1;
  width: 80%;
  position: relative;
}

.market-bg-trading-platform {
  background-image: url("../img/market-bg-4.jpg");
}

/*large screen css*/
@media only screen and (min-width: 1400px) {

  .market-hero-5 {
    right: 185px;
  }

  .market-hero-6 {
    right: 122px;
  }

  .circle-1 {
    top: 155px;

  }

  .circle-2 {
    top: 78px;
    right: 184px;

  }

  .circle-3 {
    top: 260px;
    right: 60px;
  }

  .circle-4 {
    bottom: 60px;
    right: 185px;
  }

}

/*mobile view*/
@media only screen and (max-width: 600px) {
  .market-bg {
    margin-top: -152px;
  }

  .market-hero-1 {
    left: 0px;
  }

  .market-hero-2 {
    top: 358px;
    left: 0px;
  }

  .market-hero-3 {
    left: 60px;
    top: 440px;
  }

  .market-hero-4 {
    top: 487px;
    left: 110px;
  }

  .market-hero-5 {
    right: 40px;
  }

  .market-hero-6 {
    top: 314px;
    right: 10px;
  }

  .circle-1 {
    width: 101px;
    top: 101px;
    left: 33px;
  }

  .circle-2 {
    width: 60px;
    top: 46px;
    right: 111px;
  }

  .circle-3 {
    width: 60px;
    top: 154px;
    right: 41px;
  }

  .circle-4 {
    width: 60px;
    bottom: 24px;
    right: 105px;
  }

  .tab-img-setting-2 {
    margin-top: -79px;
  }

  .tab-img-setting-3 {
    margin-top: -79px;
  }

  .tab-img-setting-4 {
    margin-top: -79px;
  }
}

/*Market page css end*/

/*platform page css start*/
.platform-bg {
  background-image: url("../img/platform-hero-bg.png");
  background-position: bottom right;
  margin-top: -132px;

}

.platform-candle-1,
.platform-candle-2 {
  position: absolute;
}

.platform-candle-1 {
  top: 80px;
  right: 20px;
  width: 25px;
}

.platform-candle-2 {
  bottom: 130px;
  left: 60px;
  width: 12px;
}

.platform-bg-section-2 {
  background-image: url("../img/plaform-bg-2.png");
  background-position: top right;
}

.platform-mt-section {
  background-image: url("../img/plaform-bg-3.jpg");
}

/*mobile view css*/
@media only screen and (max-width: 600px) {
  .platform-bg {
    margin-top: -152px;
  }

  .platform-candle-1 {
    top: 101px;
    right: 3px;
  }

  .platform-candle-2 {
    bottom: 80px;
    left: 33px;
  }

  /*column-reverse css*/
  .column-reverse {
    flex-direction: column-reverse;
  }

}

/*platform page css end*/
.introducing-bg {
  background-image: url("../img/introducing-broker-hero-bg.jpg");
  margin-top: -132px;
}

.introducing-broker-bg-section-2 {
  background-image: url("../img/introducing-broker-trading-bg.jpg");
  background-position: bottom right;
}

.introducing-broker-live-chat {
  background-image: url("../img/live-chat-bg.png");
  border-radius: 60px;
  padding: 50px;
  border-radius: 126px;
}



.contact-btn-introducing-broker {
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  color: var(--bg-white);
  border-radius: 50px;
  font-size: 16px;
  transition: .3s;
}

.contact-btn-introducing-broker:hover {
  background-image: linear-gradient(to right, var(--secondary), var(--primary));
  color: var(--light);
  text-decoration: none;
}

.introducing-broker-how-to-trade {
  background-image: url("../img/introducing-broker-how-trade.png");
  border-radius: 15px;
  padding: 60px 20px 80px 20px;
  transition: .3;
}

.sub-how-tor-trade {
  background-color: rgb(15, 52, 1, .1);
  border-radius: 12px;
  border: 1px solid var(--primary);
  padding: 40px 25px;
  color: var(--bg-white);

}

.sub-how-tor-trade:hover {
  box-shadow: rgb(133 203 160 / 20%) 0px 7px 29px 0px;

}

.trade-now-btn {
  background-color: transparent;
  color: var(--bg-white);
  font-size: 16px;
  transition: .3s;
}

.trade-now-btn:hover {
  color: var(--primary);

}

/*Introducing-Broker page css end*/

/*mobile view css*/
@media only screen and (max-width: 600px) {
  .introducing-bg {
    margin-top: -151px;
  }


}

/*Introducing-Broker page css end*/


/*contact us page css start*/
.contact-bg {
  background-image: url("../img/contact-hero-bg.jpg");
  margin-top: -132px;
}

.withdrawal-bg {
  background-image: url("../img/contact-hero-bg.jpg");
  margin-top: -132px;
  padding: 150px 0px;
}

.deposit-bg {
  background-image: url("../img/contact-hero-bg.jpg");
  margin-top: -132px;
  padding-top: 100px;


}


.contact-text {
  color: var(--bg-white);
  font-size: 16px;
}

.contact-text:hover {
  color: var(--bg-white);
}

.contact-icon {
  color: var(--primary);
  background-color: rgb(38, 58, 60, .6);
  padding: 7px 10px;
  font-size: 22px;
  border-radius: 7px;
}

.inupt-set,
.textarea-set {
  background-color: rgb(38, 58, 60, .6);
  border: 1px solid #7b7c7c;
  color: var(--bg-white);
  padding: 14px !important;
}

.form-control:focus {
  color: #f3f3f3;
  background-color: #ffffff42;
  border-color: var(--secondary);
  outline: 0;
  box-shadow: rgb(133 203 160 / 20%) 0px 7px 29px 0px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--bg-light) !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--bg-light) !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--bg-light) !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--bg-light) !important;
}

/*mobile view css*/
@media only screen and (max-width: 600px) {
  .contact-bg {
    margin-top: -151px;
  }

  .deposit-bg {
    margin-top: -151px;


  }

  .withdrawal-bg {
    margin-top: -151px;

  }
}

/*contact us page css end*/


/*ib-promotions page css start*/
.ib-promotions-bg {
  background-image: url("../img/ib-promotions-hero-bg.jpg");
  margin-top: -132px;
}

.ib-promotions-candle-1,
.ib-promotions-candle-2 {
  position: absolute;
}

.ib-promotions-candle-1 {
  width: 10px;
  top: 309px;
  left: 10px;
}

.ib-promotions-candle-2 {
  width: 13px;
  top: 139px;
  right: 20px;
}

td:nth-child(even) {
  text-align: right;
}

.bg-account-inner {
  background-color: rgb(255, 255, 255, .3);
  border: 1px solid var(--bg-white);
  border-radius: 15px;
  padding: 20px !important;
  height: 100%;
}

.table-btn {
  font-size: 13px;
  padding: 12px 20px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .table-btn {
    font-size: 14px;
    padding: 13px 40px;
  }
}

@media only screen and (max-width: 600px) {
  .ib-promotions-bg {
    margin-top: -151px;
  }

  .ib-promotions-candle-1 {
    top: 209px;
    left: 5px;
  }

  .ib-promotions-candle-2 {
    top: 120px;
    right: 12px;
  }
}

/*ib-promotions page css end*/


/*why-us page css start*/
.why-us-bg {
  background-image: url("../img/why-us-hero-bg.jpg");
  background-position: bottom right;
  margin-top: -132px;
  padding: 160px 0px;
}

.why-us-bg-section-2 {
  background-image: url("../img/why-us-bg-2.jpg");
}

.why-us-trading-bg {
  background-image: url("../img/why-us-bg-3.jpg");
}

.why-us-mt4,
.why-us-mt5 {
  position: absolute;
}

.why-us-mt4 {
  width: 130px;
  top: 30px;
  right: 170px;
}

.why-us-mt5 {
  width: 80px;
  bottom: 40px;
  left: 99px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .why-us-mt4 {
    width: 150px;

    right: 190px;
  }

  .why-us-mt5 {
    width: 100px;
    left: 130px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .why-us-bg {
    margin-top: -151px;
  }
}

/*why-us page css end*/

/*forex page css start*/
.forex-bg {
  background-image: url("../img/forex-hero-bg.jpg");
  margin-top: -132px;

}

.forex-hero-2,
.forex-hero-3,
.forex-hero-4,
.forex-hero-5 {
  position: absolute;
}

.forex-hero-2 {
  bottom: -10px;
  left: 140px;
  width: 230px;
}

.forex-hero-3 {
  bottom: 85px;
  left: 100px;
  width: 260px;
}

.forex-hero-4 {
  top: 70px;
  left: 130px;
  width: 150px;
}

.forex-hero-5 {
  bottom: 200px;
  left: 60px;
  width: 220px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {

  .forex-hero-2 {
    left: 180px;
  }

  .forex-hero-3 {
    left: 140px;
  }

  .forex-hero-4 {

    left: 170px;

  }

  .forex-hero-5 {
    left: 100px;
  }


}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .forex-bg {
    margin-top: -151px;
  }

  .forex-hero-2 {
    left: 40px;
  }

  .forex-hero-3 {
    left: 10px;
  }

  .forex-hero-4 {

    left: 30px;

  }

  .forex-hero-5 {
    left: 0px;
  }


}

/*forex page css end*/

/*share page css start*/
.share-bg {
  background-image: url("../img/share-hero-bg.jpg");
  margin-top: -132px;

}


/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .share-bg {
    margin-top: -151px;
  }

}

/*share page css end*/

/*commodities page css start*/
.commodities-bg {
  background-image: url("../img/commodities-hero-bg.png");
  padding: 140px 0px;
  margin-top: -132px;

}

.commodities-hero-2,
.commodities-hero-3,
.commodities-hero-4,
.commodities-hero-5,
.commodities-hero-6 {
  position: absolute;
}

.commodities-hero-2 {
  width: 240px;
  top: -90px;
  left: 145px;
}

.commodities-hero-3 {
  width: 70px;
  top: -20px;
  left: 125px;
}

.commodities-hero-4 {
  width: 60px;
  top: 130px;
  left: 80px;
}

.commodities-hero-5 {
  width: 60px;
  top: 100px;
  left: 160px;
}

.commodities-hero-6 {
  width: 60px;
  top: 60px;
  right: 95px;
}

.introducing-broker-how-to-trade_2 {
  background-color: var(--primary);
  border-radius: 15px;
  padding: 60px 20px 80px 20px;
  transition: .3;
}

.sub-how-tor-trade_2 {
  background-color: rgb(15, 52, 1, .1);
  border-radius: 12px;
  border: 1px solid var(--bg-white);
  padding: 40px 25px;
  color: var(--bg-white);
}

.sub-how-tor-trade_2:hover {
  box-shadow: rgb(133 203 160 / 20%) 0px 7px 29px 0px;

}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .commodities-hero-2 {
    left: 185px;
  }

  .commodities-hero-3 {
    left: 165px;
  }

  .commodities-hero-4 {
    left: 120px;
  }

  .commodities-hero-5 {
    left: 200px;
  }

  .commodities-hero-6 {
    right: 135px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .commodities-bg {
    margin-top: -151px;
  }

  .commodities-hero-2 {
    left: 55px;
  }

  .commodities-hero-3 {
    left: 55px;
  }

  .commodities-hero-4 {
    left: 20px;
  }

  .commodities-hero-5 {
    left: 200px;
  }

  .commodities-hero-6 {
    right: 35px;
  }

  .commodities-imges-setting {
    padding-top: 120px;
  }
}

/*commodities page css end*/


/*crypto page css start*/
.crypto-bg {
  background-image: url("../img/crypto-hero-bg.png");
  padding: 120px 0px;
  margin-top: -132px;
}


/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .crypto-bg {
    margin-top: -151px;
  }

}

/*crypto page css end*/

/*crypto page css start*/
.indices-bg {
  background-image: url("../img/indices-hero-bg.png");
  padding: 60px 0px;
  margin-top: -132px;
}


/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .indices-bg {
    margin-top: -151px;
  }

}

/*crypto page css end*/

/*future page css start*/
.future-bg {
  background-image: url("../img/future-hero-bg.jpg");
  padding: 60px 0px;
  margin-top: -132px;
}

.future-hero-2 {
  position: absolute;
  bottom: 180px;
  left: 90px;
  width: 120px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .future-hero-2 {

    left: 140px;

  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .future-bg {
    margin-top: -151px;
  }

  .future-hero-2 {

    left: 0px;

  }
}

/*future page css end*/

/*career page css start*/
.career-bg {
  background-image: url("../img/career-hero-bg.jpg");
  padding: 160px 0px;
  margin-top: -132px;
}

.search {
  display: block;
  height: 40px;
  padding: 2rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark);
  background-color: transparent !important;
  border: 1px solid #ced4da;
  border-radius: 20px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-box-shadow: 33px 28px 79px -33px rgb(120 255 20 / 75%);
}

.search:focus {

  color: var(--dark);
}

.search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--dark) !important;
}

.categories {
  border-radius: 0px;
  display: block;
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}


.border-rad {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: var(--bg-white);
  background-color: var(--primary);
  border: 0px;
}

.border-rad:hover {

  background-color: var(--secondary);

}

/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .career-bg {
    margin-top: -151px;
    padding-bottom: 290px;
    padding-top: 90px;
  }
}

/*career page css end*/


/*cashback page css start*/
.cashback-bg {
  background-image: url("../img/cashback-hero-bg.png");
  padding: 120px 0px !important;
  margin-top: -132px;
}

.cashback-bg-section-2 {
  background-image: url("../img/cashback-bg2.jpg");
}

/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .cashback-bg {
    margin-top: -151px;
  }

}

/*cashback page css end*/

/*classic account page css start*/
.classic-account-bg {
  background-image: url("../img/classic-account-hero-bg.jpg");
  padding: 60px 0px;
  margin-top: -132px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .classic-account-bg {
    margin-top: -151px;

  }

  .hero_main_content {
    padding-top: 30px;
  }

}

/*classic account page css end*/

/*call back page css start*/
.callback-input {
  height: 50px;
  padding: 2rem 1rem;
  line-height: 1.5;
  color: var(--dark);
  background-color: transparent !important;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-box-shadow: 33px 28px 79px -33px rgb(120 255 20 / 75%);
}

.textarea-callback {
  padding: 2rem 1rem;
  line-height: 1.5;
  color: var(--dark);
  background-color: transparent !important;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.textarea-callback::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--dark) !important;
}

.callback-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--dark) !important;
}

.categories-input {
  border-radius: 8px;

  display: block;
  height: 50px;
  color: var(--dark);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.callback-input:focus {

  color: var(--dark);
}

.textarea-callback:focus {

  color: var(--dark);
}

.categories-input:focus {

  color: var(--dark);
}

input[type="date"] {
  width: 356px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  input[type="date"] {
    width: 416px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  input[type="date"] {
    width: -webkit-fill-available;
  }
}

/*call back page css end*/

/*news page css start*/
.news-hero-bg {
  background-image: url("../img/news-hero-bg.jpg");
  padding: 160px 0px;
  margin-top: -132px;
}

.bg-blog {
  background-image: url(../img/article1.png);
  border-radius: 12px;
  padding: 30px;
  height: 270px;
}

.post_date {
  background-color: var(--dark);
  color: var(--bg-white);
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 12px;
}

.post_date:hover {
  color: var(--bg-white);
}

/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .news-hero-bg {
    margin-top: -151px;
  }

}

/*news page css end*/

/*articles css start*/
.articles-hero-bg {
  background-image: url("../img/articles-hero-bg.jpg");
  padding: 75px 0px;
  margin-top: -132px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .articles-hero-bg {
    padding: 90px 0px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .articles-hero-bg {
    margin-top: -151px;
  }

}

/*articles css end*/

/*articles-by-provider css start*/
.articles-by-provider-hero-bg {
  background-color: #E4EBE3;
  padding: 75px 0px;
  margin-top: -132px;
}

.by-article-1 {
  background-image: url("../img/by-article-1.jpg");
  padding: 200px 20px 20px 20px;
  color: white;
}

.by-article-2 {
  background-image: url("../img/by-article-2.jpg");
  padding: 200px 20px 20px 20px;
  color: white;
}

.by-article-3 {
  background-image: url("../img/by-article-3.jpg");
  padding: 200px 20px 20px 20px;
  color: white;
}

.by-article-4 {
  background-image: url("../img/by-article-4.jpg");
  padding: 200px 20px 20px 20px;
  color: white;
}

.by-article-5 {
  background-image: url("../img/by-article-5.jpg");
  padding: 200px 20px 20px 20px;
  color: white;
}

.btn-read-more {
  background-color: transparent;
  color: var(--bg-white);
  font-size: 12px;
  transition: .3s;
  padding: 10px 25px;
}

.btn-read-more:hover {
  background-image: linear-gradient(to right, var(--secondary), var(--primary));
  border-radius: 5px;
  color: var(--light);
  text-decoration: none;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .articles-by-provider-hero-bg {
    margin-top: -151px;

  }

  .col_sm_12 {
    min-width: 100%;
    margin-top: 20px;
  }
}

/*articles-by-provider css end*/


/*Latest News – by provider css start*/
.news-by-provider-hero-bg {
  background-image: url("../img/news-by-provider-hero-bg.jpg");
  padding: 75px 0px;
  margin-top: -132px;
}

.post_date_news {
  background-color: var(--primary);
  color: var(--bg-white);
  border-radius: 20px;
  padding: 5px 25px;
  font-size: 14px;
}

.post_date_news:hover {
  color: var(--bg-white);
}

.post_date:hover {
  color: var(--bg-white);
}

.news-read-more {
  background-color: transparent;
  color: var(--bg-white);
  font-size: 16px;
  transition: .3s;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid var(--bg-white);
}

.news-read-more:hover {
  background-image: linear-gradient(to right, var(--secondary), var(--primary));
  color: var(--light);
  text-decoration: none;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .news-by-provider-hero-bg {
    margin-top: -151px;
  }

}

/*Latest News – by provider css end*/


/*analysis page css start*/
.analysis-bg {
  background-image: url("../img/analysis-hero-bg.jpg");
  padding: 130px 0px;
  margin-top: -132px;
}

.analysis-hero-2,
.analysis-hero-3 {
  position: absolute;
}

.analysis-hero-2 {
  top: 30px;
  left: 70px;
  width: 160px;
}

.analysis-hero-3 {
  bottom: 85px;
  right: 30px;
  width: 160px;
}

.analysis-ifram {
  margin-left: -100px;
  margin-bottom: -100px;
}

.analysis-video-bg {
  background-image: url("../img/analysis-video-bg.png");
  padding: 60px 0px 230px 0px;
}

.view-all-btn {
  border: 1px solid var(--primary);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 5px;
  border-radius: 0px;
  color: var(--primary);
  font-size: 14px;
  background-color: transparent;
}

.view-all-btn:hover {
  border: 1px solid var(--primary);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;

  color: var(--primary);
  background-color: transparent;
}

.analysis-play-btn {
  position: relative;
  display: inline-block;
}

.analysis-play-btn:after {
  content: url(../img/analysis-play.png);
  z-index: 9;
  position: absolute;
  top: 37%;
  left: 43%;
  opacity: 1;
}

.analysis-play-box {
  position: absolute;
  margin-top: -41px;
  z-index: 9;
}

.height {
  height: 100px;
  background-color: var(--bg-light);
}

/*large screen css*/

@media only screen and (min-width: 1400px) {

  .analysis-hero-2 {
    left: 120px;
  }

  .analysis-hero-3 {
    right: 80px;
  }

}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .analysis-bg {
    margin-top: -151px;
  }

  .analysis-hero-2 {
    left: 0px;
  }

  .analysis-hero-3 {
    right: 0px;
  }

  .analysis-ifram {
    margin: 0px;
    margin-bottom: -200px;
    margin-top: 20px;
    z-index: 9;
    position: static;
  }

  .analysis-video-bg {

    padding-bottom: 150px;
  }

  .analysis-play-box {

    margin-top: 0px;

  }

  .analysis-play-btn:after {
    top: 29%;
    left: 39%;

  }

  .height {
    padding: 0px;
    height: 10px;
    background-color: var(--bg-light);
  }
}

/*analysis page css end*/


/*Leaders board css start*/
.leaders-board-bg {
  background-image: url("../img/leaders-board-hero-bg.jpg");
  padding: 80px 0px;
  margin-top: -132px;
}

.leaders-board-bg-section-2 {
  background-color: #071923;

}

/*large screen css*/

@media only screen and (min-width: 1400px) {}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .leaders-board-bg {
    margin-top: -151px;
  }

}

/*Leaders board css end*/

/*open account css start*/

.open-account-hero-2,
.open-account-hero-3,
.open-account-hero-4 {
  position: absolute;
}

.open-account-hero-2 {
  width: 60px;
  bottom: 200px;
  left: -40px;
}

.open-account-hero-3 {
  width: 70px;
  bottom: 170px;
  left: 50px;
}

.open-account-hero-4 {
  width: 60px;
  bottom: 140px;
  left: 160px;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .open-account-hero-2 {
    bottom: 250px;
  }

  .open-account-hero-3 {
    bottom: 220px;
  }

  .open-account-hero-4 {
    bottom: 190px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .leaders-board-bg {
    margin-top: -151px;
  }

  .open-account-hero-2 {
    top: 50px;
    left: 0px;
  }

  .open-account-hero-3 {
    bottom: 70px;
    left: 0px;
  }

  .open-account-hero-4 {
    bottom: 90px;
    left: 90px;
  }
}

/*open account css end*/

/*Regulation css start*/
.regulation-bg {
  background-image: url("../img/regulation-hero-bg.jpg");
  padding: 100px 0px;
  margin-top: -132px;
}


/*large screen css*/

@media only screen and (min-width: 1400px) {
  .regulation-bg {
    padding: 130px 0px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .regulation-bg {
    margin-top: -151px;
  }

}

/*Regulation css end*/

/*components css start */

.btn_success {
  background-image: linear-gradient(to right, #198754, #053f24);
  color: var(--bg-white);
}

.btn_success:hover {
  background-image: linear-gradient(to right, #053f24, #198754);
  color: var(--bg-white);
}

.btn_danger {
  background-image: linear-gradient(to right, #dc3545, #c21b2b);
  color: var(--bg-white);
}

.btn_danger:hover {
  background-image: linear-gradient(to right, #c21b2b, #dc3545);
  color: var(--bg-white);
}

.btn_info {
  background-image: linear-gradient(to right, #0dcaf0, #0db1d2);
  color: var(--bg-white);
}

.btn_info:hover {
  background-image: linear-gradient(to right, #0db1d2, #0dcaf0);
  color: var(--bg-white);
}

.btn_warning {
  background-image: linear-gradient(to right, #ffcd39, #fabf12);
  color: var(--bg-white);
}

.btn_warning:hover {
  background-image: linear-gradient(to right, #fabf12, #ffcd39);
  color: var(--bg-white);
}

.btn_success_1 {
  background-color: transparent;
  border: 1px solid #198754;
}

.btn_success_1:hover {
  background-image: linear-gradient(to right, #053f24, #198754);
  color: var(--bg-white);
}

.btn_danger_1 {
  background-color: transparent;
  border: 1px solid #dc3545;
}

.btn_danger_1:hover {
  background-image: linear-gradient(to right, #c21b2b, #dc3545);
  color: var(--bg-white);
}

.btn_info_1 {
  background-color: transparent;
  border: 1px solid #0dcaf0;
}

.btn_info_1:hover {
  background-image: linear-gradient(to right, #0db1d2, #0dcaf0);
  color: var(--bg-white);
}

.btn_warning_1 {
  background-color: transparent;
  border: 1px solid #ffcd39;
}

.btn_warning_1:hover {
  background-image: linear-gradient(to right, #fabf12, #ffcd39);
  color: var(--bg-white);
}

.btn_primary {
  background-image: linear-gradient(to right, #0d6efd, #0048b1);
  color: var(--bg-white);
}

.btn_primary:hover {
  background-image: linear-gradient(to right, #0048b1, #0d6efd);
  color: var(--bg-white);
}

.btn_secondary {
  background-image: linear-gradient(to right, #6c757d, #565656);
  color: var(--bg-white);
}

.btn_secondary:hover {
  background-image: linear-gradient(to right, #565656, #6c757d);
  color: var(--bg-white);
}

.tabs_set {

  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  color: var(--bg-white);
  border-radius: 12px;
  margin: 3px 4px;
  transition: .3s;
}

.tabs_set:hover,
.tabs_set:active,
.tabs_set:focus {
  background-image: linear-gradient(to right, var(--secondary), var(--primary));
  color: var(--light);
  text-decoration: none;
}

.components-slider {
  height: 310px;
}

@media only screen and (max-width: 600px) {
  .components-slider {
    height: 500px;
  }
}

/*components css end */

/*index 2 page css start */

.index-2-bg {
  margin-top: -132px;
  overflow: hidden;
  background-color: rgb(0, 0, 0, .7);
}

.inner-index-2-bg {
  padding: 60px 0px 0px 0px;
}

#myVideo {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -9;
  width: 100%;
}

/*large screen css*/

@media only screen and (min-width: 1400px) {
  .inner-index-2-bg {
    padding: 40px 0px 0px 0px;
  }
}

/*mob-view-*/
@media only screen and (max-width: 600px) {
  .index-2-bg {
    margin-top: -151px;
    padding-bottom: 110px;
  }

  #myVideo {
    height: 1240px;
  }
}

/*index 2 page css end */

/*coming soon page css start*/
.coming-soon-bg {
  background-image: url("../img/contact-hero-bg.jpg");
  height: 100vh;
  margin-top: -132px;
}

/*mobile view css*/
@media only screen and (max-width: 600px) {
  .coming-soon-bg {
    margin-top: -151px;
  }

}

/*coming soon page css end*/

/*Legal page css start*/


/* Sidebar */
.sidebar {
  left: 0;
  top: 0;
  z-index: 99;
  position: relative;
  height: 100vh;
  padding: 48px 0px;
  box-shadow: 10px 0 20px -20px rgba(115, 115, 115, 0.75);
  width: 280px;
}

.sidebar_num {
  background-image: linear-gradient(var(--primary), var(--secondary));
  width: 20px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-right: 6px;
  color: #fff;

}


@media only screen and (max-width: 600px) {
  .sidebar_section {
    padding: 10px !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: -60px !important;
    top: 0 !important;
    left: 0;
  }

  .menutoggle {
    display: none !important;
  }

  .box-button-footer {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}


.sidebar_main_section {
  position: relative;
}

.sidebar_section {
  margin-bottom: -600px;
  padding-left: 320px;
  width: 100%;
  padding-top: 0 !important;
  transition: .5s;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  top: -650px;
  left: 0;
}

.menutoggle {
  background-color: transparent;
  color: var(--primary) !important;
  cursor: pointer;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: right;
  margin-right: 5px;
}

.sidebar {
  overflow: auto;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: 1s ease;
}

.sidebar.open {
  width: 0%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.position-sticky-opne {
  display: none;
}

.sidebar_section-opne {
  transition: 1s ease;
  padding-left: 0px;
}

.mob_menutoggle {
  display: none;
  background-color: transparent;
  color: var(--primary) !important;
  cursor: pointer;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}

.social-btn-mob {
  display: inline;
}

@media only screen and (max-width: 600px) {
  .social-widget-set {

    margin-top: 0px;
  }

  .social-btn-mob {
    display: block;
  }

  .mob_menutoggle {
    display: block;
  }
}

.list-group-item.active {
  background-image: linear-gradient(var(--primary), var(--secondary));
  color: white;
  border: transparent;
  border-radius: 15px;

}

/*modal Left*/
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  max-width: 100%;
  height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
  padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
  left: 0;
}

.modal.modal-right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
  right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
  border-radius: 0;
  border: none;
  background-color: rgb(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
  width: 330px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
  width: 500px;
}


/*Legal page css end*/


/* home-video-yt-page*/
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Ensures the video is behind other content */
  overflow: hidden;
  /* Prevents overflow */
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 177.77777778vh;
  /* width: 100%;  */
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
  background-size: cover;
  background: no-repeat center;
  pointer-events: none;
  user-select: none;
  z-index: -1;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust opacity as needed */
  z-index: 0;
}

.main-slide-video {
  margin-top: -240px !important;
}

.margin_widget {
  margin-top: -100px !important;
}

@media (max-width: 768px) {
  .iframe-set {
    display: none;
    /* Hide iframe sets on mobile */
  }

  .slider-inner {
    padding-top: 170px;
    margin-top: -50px;
    padding-bottom: 70px;
  }

}

.no-scroll {
  overflow: hidden;
}