.main-header {
  margin-bottom: -83px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heder-menu ul li {
  display: inline-block;
  margin-right: 15px;
}

.heder-menu ul {
  display: inline-block;
}

.heder-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins";
  text-transform: capitalize;
  padding: 35px 0 20px;
  transition: .5s;

}

.heder-menu ul li a:hover {
  color: #FFBA00;
}

.header-icon {
  display: inline-block;
}

.header-icon a {
  display: inline-block;
  font-size: 15px;
  color: #FFB900;
  font-weight: 400;
}

.header-icon a i {
  display: inline-block;
  padding: 0 12px;
}

.menu-button {
  display: inline-block;
}

.menu-button a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Poppins';
  border: 1px solid #FFB900;
  padding: 10px 16px 10px;
  color: #FFB900;
  border-radius: 5px;
  transition: .5s;
}

.menu-button a:hover {
  color: #010716;
  background: #FFBA00;
}

/*<!-- ============================================================== -->
<!-- Start  slider-area   Css -->
<!-- ============================================================== -->*/
.slider-area {
  background: url(../../assets2/images/11.mp4);
  background-size: cover;

  background-position: center right !important;
  background-repeat: no-repeat;
  height: 700px;
}

@media only screen and (max-width: 600px) {
  .slider-area {
    background: url(../../assets2/images/Untitled-1.jpg);
    background-size: cover;

    background-position: center right !important;
    background-repeat: no-repeat;
    height: 511px !important;
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover {
      margin: auto;
      display: table;
      margin-top: 35px;
      width: 320px !important;
      height: 320px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover::before {
      width: 320px !important;
      height: 320px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {

    #earth-box,
    #earth-box span {
      width: 240px !important;
      height: 240px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover .earth-icons .icon-1 {
      width: 20px !important;
      height: 36px !important;
      top: 107px !important;
      left: 58px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover .earth-icons .icon-2 {
      width: 12px !important;
      height: 30px !important;
      top: 168px !important;
      right: 46px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover .earth-icons .icon-3 {
      top: 92px !important;
      right: 101px !important;
      width: 19px !important;
      height: 20px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover .earth-icons .icon-4 {
      top: 63px !important;
      left: 105px !important;
      width: 14px !important;
      height: 17px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover .earth-icons .icon-5 {
      top: 25px !important;
      right: 124px !important;
      width: 17px !important;
      height: 22px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover .earth-icons .icon-6 {
      width: 10px !important;
      height: 14px !important;
      top: 77px !important;
      right: 78px !important;
    }
  }

  @media (min-width: 30px) and (max-width: 767px) {
    #earth-box-cover .earth-icons .icon-7 {
      width: 34px !important;
      height: 34px !important;
      top: 196px !important;
      left: 117px !important;
    }
  }

  .single-slider-box {
    padding-top: 50px;
  }
}

.single-slider-box {
  margin-top: 0px;
}

.slider-title h3 {
  font-size: 18px;
  color: rgb(28, 195, 67);
  font-weight: 500;
  text-transform: uppercase;
  font-family: auto;
  letter-spacing: 1px;
}

.slider-title h3 span {
  color: #000616;
  border-radius: 50%;
  background: #FFBA00;
  padding: 0px 10px;
  margin-right: 15px;
  font-family: auto;
}

.slider-title h1 {
  font-size: 46px;
  font-weight: 600;
  font-family: auto;
  color: #ffffff;
  text-transform: capitalize;
}

.slider-title h1 span {
  color: #ffcc01;
  text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);

}

.slider-title p {
  font-size: 29px;
  color: #ffffff;
  font-weight: 500;
  font-family: revert;
  padding: 15px 0;
  line-height: 1.5;
}

.slider-button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins';
  text-transform: uppercase;
  color: #010716;
  background: #FFBA00;
  padding: 13px 20px;
  border-radius: 5px;
  float: left;
  z-index: 1;
  position: relative;
  margin-right: 18px;
  border: 1px solid #FFBA00;
}

.slider-button a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000616;
  transform: scale(0);
  transition: .5s;
  z-index: -1;
  border-radius: 5px;
}

.slider-button a:hover::before {
  transform: scale(1);
}

.slider-button a:hover {
  color: #FFBA00;
  border: 1px solid #FFBA00;
  background: none;
}

.slider-button a i {
  display: inline-block;
  padding-left: 8px;
}

.slider-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins';
  text-transform: uppercase;
  color: #FFBA00;
  border: 1px solid #FFBA00;
  padding: 12px 21px;
  border-radius: 5px;
  transition: .5s;
  z-index: 1;
  position: relative;
}

.slider-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: linear-gradient(180deg, #87C03D 0%, #D1651A 100%);
  transform: scale(0);
  transition: .5s;
  z-index: -1;
  border-radius: 5px;
}

.slider-btn a:hover::before {
  transform: scale(1);
}

.slider-btn a:hover {
  color: #010716;
  background: #FFBA00;
}

.slider-btn a i {
  display: inline-block;
  padding-left: 8px;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* bounce-animate */
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*<!-- ============================================================== -->
<!-- Start  about-area   Css -->
<!-- ============================================================== -->*/
.about-area {
  padding: 90px 0 70px;
  background: #000000;
}

.about-thumb-box {
  position: relative;
  z-index: 1;
}

.shap-img {
  position: absolute;
  right: -1%;
  bottom: -15%;
  z-index: -1;
  margin: auto;
}

.about-title h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: poppins;
  color: #ffba00;
  position: relative;
}

.about-title h4::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 239px;
  height: 2px;
  width: 80px;
  background: #FFB900;
  margin: 0 auto 0;
}

.about-title h4::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 239px;
  height: 2px;
  width: 50px;
  background: #FFB900;
  margin: 0 auto 0;
}

.about-title h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: auto;
  color: #fff;
}

/* .about-text {
    padding: 30px 0 0;
} */
.about-text p {
  font-size: 16px;
  font-weight: 400;
  font-family: poppins;
  color: #919191;
  line-height: 1.5;
}

.about-num span {
  font-size: 24px;
  padding: 6px 7px;
  background: #FFB900;
  border-radius: 100%;
  color: #000616;
  float: left;
  font-weight: 600;
  margin: 0 20px 20px 0;
  position: relative;
  border: 6px solid #FFB900;
  font-family: roboto;
}

.about-num span::before {
  position: absolute;
  content: "";
  outline: 5px solid #000616;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.about-num span::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 2px;
  top: 55px;
  left: 21px;
  background: #FFB900;
}

.about-num.upper span::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 2px;
  top: 53px;
  left: 21px;
  background: #FFB900;
}

.about-text h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: poppins;
  color: #fff;
}

/*<!-- ============================================================== -->
<!-- Start  why-choose-us   Css -->
<!-- ============================================================== -->*/
.why-choose-us {
  background: #000000;
  padding: 10px 0 80px;
}

.why-choose-us h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: poppins;
  color: #ffba00;
  position: relative;
}

/* .why-choose-us h4::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 197px;
  height: 2px;
  width: 80px;
  background: #FFB900;
  margin: 0 auto 0;
}

.why-choose-us h4::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 197px;
  height: 2px;
  width: 50px;
  background: #FFB900;
  margin: 0 auto 0;
} */

.why-choose-us h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: auto;
  color: #fff;
  padding-bottom: 8px;
}

.why-choose-us p {
  font-size: 16px;
  font-weight: 400;
  font-family: poppins;
  color: #919191;
  line-height: 1.5;
}

.why-choose-us-button {
  padding: 20px 0 0;
}

.why-choose-us-button a {
  display: inline-block;
  font-size: 18px;
  font-family: poppins;
  font-weight: 500;
  text-transform: uppercase;
  color: #010716;
  background: #FFB901;
  padding: 11px 21px;
  border-radius: 5px;
  border: 1px solid #FFB901;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.why-choose-us-button a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000616;
  transform: scale(0);
  transition: .5s;
  z-index: -1;
  border-radius: 5px;
}

.why-choose-us-button a:hover::before {
  transform: scale(1);
}

.why-choose-us-button a:hover {
  border: 1px solid #FFB901;
  color: #FFB901;
  background: #000616;
}

.why-choose-us-button a i {
  display: inline-block;
  padding-left: 5px;
}

.why-choose-us-thumb {
  position: relative;
  z-index: 1;
}

.shaps-imgs {
  position: absolute;
  top: 125px;
  /*left: 211px;*/
  margin: 0 auto 0;
}

/*<!-- ============================================================== -->
<!-- Start  service-area  Css -->
<!-- ============================================================== -->*/
.service-area {
  background: #000000;
  padding: 100px 0 70px;
}

.section-title {
  text-align: center;
}

.sub-title h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #ffba00;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.sub-title h5::before {
  position: absolute;
  content: "";
  top: 11px;
  left: -85%;
  height: 1px;
  width: 75%;
  background-image: linear-gradient(to right, #020A1F, #F6B301);
}

.sub-title h5::after {
  position: absolute;
  content: "";
  top: 11px;
  right: -84%;
  height: 1px;
  width: 75%;
  background-image: linear-gradient(to right, #F6B301, #020A1F);
  transition: .5s;
}

.main-title h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins';
  color: #ffffff;
  padding: 6px 0;
  position: relative;
  text-transform: capitalize;
}

.main-title p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  text-align: center;
  color: #919191;
  width: 64%;
  margin: auto;
  padding-bottom: 50px;
  line-height: 1.5;
}

.single-service-box {
  background: #17181a;
  box-shadow: inset 0 0 9px 5px #ffff;
  padding: 40px 2px 22px;
  height: 340px;
  margin: 0 0 30px;
  border-radius: 5px;
  position: relative;
  transition: .5s;
  line-height: 1.5;
  z-index: 1;
}

.single-service-box::before {
  position: absolute;
  bottom: 0;
  content: "";
  right: 0;
  height: 50px;
  width: 50px;
  background: #FFB900;
  border-radius: 45px 0 0 0;
  transition: .5s;
  z-index: -1;
}

.single-service-box:hover::before {
  height: 100%;
  width: 100%;
  opacity: 0.4;
  border-radius: inherit;
}

.single-service-box:hover .service-title p {
  color: #fff;
}

.single-service-box:hover .service-button a {
  color: #fff;
}

.service-img {
  text-align: center;
}

.service-img {
  font-size: 40px;
  color: #FFB900;
}

.service-title h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0 0;
}

.service-title p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  text-align: center;
  color: #919191;
}

.service-button {
  text-align: center;
}

.service-button a {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  font-family: 'Poppins';
  color: #ffba00;
}

/*<!-- ============================================================== -->
<!-- Start  token-area  Css -->
<!-- ============================================================== -->*/
.token-area {
  padding: 90px 0 70px;
  background: #000616;
}

.token-title h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #fff;
  text-transform: capitalize;
}

.token-title p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #919191;
  width: 85%;
}

.piechart_3d {
  background: transparent !important;

}

div#piechart_3d {
  background: transparent !important;
}

#skills {
  background: #1C3553;
  padding: 20px 15px 75px 15px;
  color: #fff;
}

.skills-text {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.skills-title {
  display: block;
  margin-bottom: 2rem;
}

.skills-title.underline::before {
  width: 40px;
}

.skills-list {
  overflow: hidden;
  position: relative;
  z-index: 10
}

dt.skill-name {
  padding-bottom: 10px;
  font-weight: 400;
}

.skill-name::after {
  background-color: #191F2D;
  content: '';
  display: block;
  height: 8px;
  position: relative;
  top: 6px;
  border-radius: 10px;
  width: 100%;
}

span.dash {
  margin: 0 0 0 340px;
  position: relative;
}

span.dash::before {
  position: absolute;
  content: "";
  right: 27px;
  top: 17px;
  width: 354px;
  border: 1px dashed #333;
  z-index: 1;
}

.skill-percent {
  font-size: 0;
  border-radius: 10px;
  height: 8px;
  position: relative;
  top: -.8rem;
  transition: 3s linear;
  width: 0;
}

/* SKILL BAR COLORS */

.skill-percent-html {
  background-color: #FFB901;
}

.skill-percent-css {
  background-color: #0664AE;
}

.skill-percent-jquery {
  background-color: #D70000;
}

.skill-percent-scss {
  background-color: #2C4765;
}

.skill-percent-javascript {
  background-color: #06928F;
}

/* Heading Underline */

.underline {
  display: inline-block;
  position: relative;
}

.underline::before {
  background-color: #fff;
  bottom: -15px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 110%;
}

/*<!-- ============================================================== -->
<!-- Start  token-area  Css -->
<!-- ============================================================== -->*/
.tokan-chart {
  background: #000616;
  padding: 0 0 90px;
}

.chart-title ul li {
  display: block;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #ffb900;
  border: 1px solid #191F2F;
  margin-bottom: 10px;
}

.chart-title ul li a {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #ffb900;
  margin-bottom: 10px;
  padding: 5px 12px;
  height: 31px;
  width: 160px;
}

.chart-title ul li span {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  padding: 8px 12px;
  border-left: 1px solid #191F2F;
  display: inline-block;
  color: #919191;
}

/*<!-- ============================================================== -->
<!-- Start feature-area Css -->
<!-- ============================================================== -->*/
.feature-area {
  padding: 90px 0 25px;
  background: #000000;
}

.custom-container {
  margin-left: 0;
  margin-right: 0;
  margin: auto;
  max-width: 1245px;
}

.single-features-box {
  position: relative;
}

.single-features-box.two .feature-thumb {
  text-align: right;
  float: inherit;
  margin-left: 0;
  top: 12px;
  right: 25px;
  position: relative;
  float: left;
}

.single-features-box.two .feature-content {
  overflow: hidden;
  margin-right: 0;
}

.single-features-box.two .single-features-box.upper {
  padding: 0;
  position: relative;
  left: 39px;
}

.single-feature-box {
  padding: 0 0 75px;
  margin-right: -30px;
  display: flex;
  justify-content: space-between;
}

/* .feature-thumb {
    text-align: right;
    float: right;
    margin-left: 0;
    top: 12px;
    right: -25px;
    position: relative;
} */
.feature-content {
  overflow: hidden;
  margin-right: 57px;
}

.feature-title h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins';
  text-transform: capitalize;
  color: #fff;
  text-align: right;
  margin: 0 0 6px;
}

.feature-title p {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
  font-family: 'Poppins';
  text-align: right;
  line-height: 1.5;
  margin: 0;
}

.single-tbm-box {
  padding: 0px 35px 0;
  text-align: center;
}

.feature-tbm {
  position: relative;
  z-index: 1;
}

.shaps-tmb {
  position: absolute;
  right: 25px;
  bottom: -73px;
  z-index: -1;
}

.single-features-box .feature-thumb {
  text-align: left;
}

.single-features-box .feature-title h4 {
  text-align: left;
}

.single-features-box .feature-title p {
  text-align: left;
}

.single-feature-box.upper {
  position: relative;
  right: 43px;
}

.single-features-box.upper {
  position: relative;
  left: 47px;
}

.single-features-box {
  padding: 0 0 75px;
  margin-left: -30px;
}

/*<!-- ============================================================== -->
<!-- Start road-map-area Css -->
<!-- ============================================================== -->*/
.road-map-area {
  padding: 100px 0 100px;
  background: #000616;
}

.road-map-box {
  border: 1px solid #252B39;
  padding: 25px 30px;
  border-radius: 5px;
  margin-right: 30px;
  position: relative;
  background: #01081B;
  transition: .5s;
  margin-top: 20px;
}

.road-map-box::before {
  position: absolute;
  content: "";
  top: 81px;
  right: -17px;
  height: 30px;
  width: 30px;
  background: #fff;
  z-index: -1;
  transform: rotate(45deg);
}

.road-map-box:hover {
  border: 1px solid #FFB900;
}

.road-map-box:hover::before {
  background: #FFB900;
}

.road-map-box.upper::before {
  position: absolute;
  content: "";
  top: 79px;
  left: -17px;
  height: 30px;
  width: 30px;
  background: #fff;
  z-index: -1;
  transform: rotate(45deg);
}

.road-map-box.upper:hover::before {
  background: #FFB900;
}

.row.map {
  position: relative;
  z-index: 1;
}

.road-map-box.upper {
  margin-left: 30px;
  margin-right: 0;
}

.road-map-title h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: 'Poppins';
  margin: 0;
  text-transform: capitalize;
}

.road-map-title span {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins';
  color: #ffba00;
  text-transform: capitalize;
}

.road-map-title p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #919191;
  line-height: 1.5;
  margin: 0;
  padding-top: 15px;
}

.road-button-box {
  padding: 95px 0;
}

.road-map-button {
  text-align: right;
  margin-right: 30px;
}

.road-maps-button {
  text-align: right;
  margin-right: 30px;
}

.road-map-button.upper {
  text-align: left;
  margin-left: 30px;
}

.road-map-button a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  display: inline;
  color: #fff;
  padding: 10px 30px;
  background: #01081B;
  border: 1px solid #252B39;
  position: relative;
  transition: .5s;

}

.road-map-button a:hover {
  border: 1px solid #FFB900;
  border-radius: 5px;
}

.road-map-button a:hover::before {
  background: #FFB900;
}

.road-maps-button a:hover {
  border: 1px solid #FFB900;
}

.road-maps-button a:hover::before {
  background: #FFB900;
}

.road-maps-button a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  display: inline;
  color: #fff;
  padding: 10px 30px;
  background: #01081B;
  border: 1px solid #252B39;
  position: relative;
}

.road-map-button a::before {
  position: absolute;
  content: "";
  top: 6px;
  left: -17px;
  height: 30px;
  width: 30px;
  background: #fff;
  z-index: -1;
  transform: rotate(45deg);
}

.road-maps-button a::before {
  position: absolute;
  content: "";
  top: 6px;
  right: -17px;
  height: 30px;
  width: 30px;
  background: #fff;
  z-index: -1;
  transform: rotate(45deg);
}

.shap_img {
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
}

/*<!-- ============================================================== -->
<!-- Start team-area Css -->
<!-- ============================================================== -->*/
.team-area {
  padding: 90px 0 0;
  background: #020A1F;
}

.team-title {
  text-align: center;
  background: #FFB900;
  border-radius: 5px;
  padding: 24px 0 13px;
  position: relative;
  top: -70px;
  margin: 26px;
  z-index: 11;
}

.team-thumb {
  position: relative;
  z-index: 1;
}

.team-thumb img {
  width: 100%;
}

.team-icon {
  position: absolute;
  top: 47px;
  left: -11px;
  opacity: 0;
  transition: .5s;

}

.single-team-box:hover .team-icon {
  opacity: 1;
  left: 69px;
}

.team-icon ul {
  display: inline-block;
  background: #FFB900;
  border-radius: 5px;
}

.team-icon ul li {
  display: block;
  list-style: none;
  padding: 1px 5px;
}

.team-icon ul li a {
  display: inline-block;
  font-size: 15px;
  color: #000614;
}

.shap_tmb {
  position: absolute;
  right: -61px;
  bottom: -42px;
  z-index: -1;
}

.team-title h3 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 600;
  text-align: center;
  color: #000616;
  text-transform: capitalize;
  margin: 0;
}

.team-title span {
  font-size: 16px;
  color: #000000;
  font-family: 'Poppins';
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
}

/*<!-- ============================================================== -->
<!-- Start  brandr-area   Css -->
<!-- ============================================================== -->*/
.brand-area {
  padding: 40px 0 110px;
  background: #000000;
}

.brand-area .single-brand-box {
  text-align: center;
  transition: .5s;
}

/*<!-- ============================================================== -->
<!-- Start  faq-area  Css -->
<!-- ============================================================== -->*/
.faq-area {
  padding: 90px 0 60px;
  background: #000000;
}

.faq-area .accordion {
  max-width: 560px;
  list-style: none;
}

.faq-area .accordion li {
  background: #191F2D;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  border-radius: 8px;
}

.faq-area .accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 16px;
  text-indent: 15px;
  user-select: none;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 30px;
}

.faq-area .accordion li a.active {
  color: #FEBA00;
  margin: 0 0 0 10px;
  border-radius: 5px;
}

.faq-area .accordion a::before {
  width: 15px;
  height: 6px;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 10px;
  content: " ";
  top: 24px;
  transform: rotateY(10deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-area .accordion a::after {
  width: 10px;
  height: 14px;
  border-right: 2px solid #fff;
  position: absolute;
  right: 16px;
  content: " ";
  top: 22px;
  transform: rotate(-1deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-area .accordion a.active::after {
  transform: rotate(1deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  width: 20px;
  height: 2px;
  top: 27px;
  right: 13px;
}

.faq-area .accordion a.active::before {
  display: none;
}

.faq-area .accordion p {
  display: none;
  padding: 0 25px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #919191;
  line-height: 1.5;
}

.faq-area .faq-box {
  background: #0D1323;
  padding: 30px;
  border-radius: 10px;
}

.faq-area .form_box {
  margin-bottom: 15px;
}

.faq-title h3 {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #fff;
  position: relative;
  margin-bottom: 55px;
}

.faq-title h3::before {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  height: 4px;
  width: 115px;
  background: #FEBA16;
}

.faq-area .form_box input {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  background: #17181a;
  transition: .5s;
  border: 0;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
}

.faq-area .form_box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid #F6F4EC;
  height: 100px;
  outline: 0;
  transition: .5s;
  background: #F6F4EC;
}

.faq-area .form_box input:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  border-color: #80bdff;
  outline: 0;
}

.faq-area .form_box textarea:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  border-color: #80bdff;
}

.faq-area input::placeholder {
  color: #94A9A8;
  text-transform: capitalize;
}

.faq-area .form-button {
  text-align: left;
}

.faq-area .form-button button {
  padding: 10px 30px;
  display: inline-block;
  background: #FFB900;
  color: #000616;
  text-transform: uppercase;
  border-radius: 5px;
  transition: .5s;
  border: 1px solid #FFB900;
  font-weight: 500;
}

.faq-area .form-button button:hover {
  background: none;
  color: #FFB900;
}

/*<!-- ============================================================== -->
<!-- Start  footer-area   Css -->
<!-- ============================================================== -->*/
.footer-area {
  background: #000000;
  padding: 70px 0 30px;
}

.footer-logo {
  padding-bottom: 15px;
}

.footer-title p {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
  font-family: 'Poppins';
  text-align: left;
  line-height: 1.7;
  padding-bottom: 20px;
}

.footer-logo img {
  margin-bottom: 20px;
}

.footer-title h5 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Poppins';
  margin-bottom: 20px;
  color: #FDB800;
  float: left;
  margin-right: 15px;
}

.single-footer-box {
  margin-bottom: 75px;
}

.footer-ico ul {
  display: inline-block;
  padding-left: 20px;
}

.footer-icon ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer-icon ul li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  transition: .5s;
}

.footer-icon ul li a:hover {
  color: #FFB900;
}

.footer-ico ul li a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.footer-ico ul li a::before {
  position: absolute;
  content: "";
  top: 13px;
  left: -27px;
  height: 1px;
  width: 15px;
  background: #fff;
  z-index: -1;
}

.footer-ico ul li a:hover {
  color: #FFB900;
}

.footer-ico ul li a:hover::before {
  background: #FFB900;
}

.footer-title h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.footer-ico ul li {
  list-style: none;
  padding: 8px 0 0 0;
}

.footer-ico ul li a {
  color: #919191;
  display: inline-block;
}

.footer-icons p {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
  font-family: 'Poppins';
  text-align: left;
  line-height: 1.7;
}

.footer-area .form_box input {
  font-size: 14px;
  height: 40px;
  padding: 0px 6px;
  width: 60%;
  background: inherit;
  margin: auto;
  border: 1px solid #353A4D;
  border-radius: 3px;
  text-transform: capitalize;
  color: #fff;
}

.footer-area .form_box {
  margin-top: 45px;
  position: relative;
}

.footer-area .form_box input::placeholder {
  color: #7A8281;
}

.footer-area .form-button {
  /* position: absolute; */
  top: 93px;
  right: 0;
}

.footer-area .form-button button {
  background: #FFB900;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  height: 41px;
  padding: 0 18px;
  margin: 17px 0 0;
  border: 0;
  border-radius: 0px 5px 5px 0px;
  text-transform: uppercase;
}

.footers-logo img {
  border: 1px solid #353A4D;
  padding: 23px;
  border-radius: 5px;
  float: left;
  margin-right: 35px;
  margin-top: 7px;
}

.footer-right-text p {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #919191;
  line-height: 1.5;
  margin: 0;
}

.footers-logo {
  margin-top: 27px;
  border-top: 1px solid #353A4D;
  padding: 10px 0 0;
}

.row.footer-bottom {
  border-top: 1px solid #353A4D;
}

.copy-left-box {
  padding: 27px 0 0;
}

.copy-right-box {
  padding: 23px 0 0;
}

.copy-left-title h3 {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #919191;
  text-align: left;
}

.copy-right-title ul li {
  list-style: none;
  display: inline-block;
  margin-right: 31px;
}

.copy-right-title {
  text-align: right;
}

.copy-right-title ul li a {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #919191;
  display: inline-block;
}




/* rotateme*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}





/* Search Box */
/*** 
====================================================================
  Search Popup
====================================================================
***/

/* .search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.90);
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
} */

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-box-btn.search-box-outer {
  display: inline-block;
}

.search-box-btn.search-box-outer i {
  display: inline-block;
  cursor: pointer;
  color: #FFB900;
  padding: 0 15px 0 0;
}

.sticky-nav .search-box-btn.search-box-outer i {
  color: #fff;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #FFBA00;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #333;
  display: inline;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #FFBA00;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/*===========================scroll strat===========================  
 ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 60px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #FFD600;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #000616 !important;
  z-index: 9999 !important;
  animation-name: slideInDown;
  padding: 0 50px 11px;
}

a.main_sticky {
  display: none;
}

.sticky-nav .header-menu ul li a {
  color: #fff !important;
}

.sticky-nav a.main_sticky {
  display: inline-block !important;
}

.sticky-nav .header-logo a {
  display: none;
}

.sticky-nav ul.sub-menu li a {
  display: inline-block;
  margin: 6px 0px 6px 21px;
  color: #6e7673 !important;
  transition: .5s;
}

.sticky-nav .header-con i {
  color: #fff;
}

.header-menu ul .sub-menu li {
  display: block;
  margin-right: 0;
  transition: .5s;
}

ul.sub-menu li:hover {
  background: #87C03D;
}

ul.sub-menu li a:hover {
  color: #fff !important;
}

.sticky-nav ul.sub-menu li:hover {
  background: #87C03D;
}

.sticky-nav ul.sub-menu li a:hover {
  color: #fff !important;
}


.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}

.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .97);
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: all .3s;
  -moz-transform: all .3s;
  -ms-transform: all .3s;
  -o-transform: all .3s;
  transform: all .3s;
  pointer-events: none;
}

.pieTip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, .95);
  line-height: 0;
}

.chart path {
  cursor: pointer;
}


/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FF3C00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}


/*----====token info css-----*/
.tokenomics_section {
  padding: 100px 0 115px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1f232c;
}

.tokenomics_section .sections-title {
  text-align: center;
  margin-bottom: 60px;
}

.tokenomics_section .sections-title h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Montserrat';
  line-height: 1.3;
  margin: 12px 0 20px;
  text-align: center;
}

.infoSection .contractAddress {
  margin-bottom: 22px;
}

.infoSection .contractAddress h1 {
  color: #ddb775;
  font-size: 21px;
}

.infoSection .contract_field {
  display: flex;
}

.infoSection .contract_field input {
  background-color: #f9e6c4;
  padding: 5px 15px;
  font-weight: 400;
  height: 37px;
  border-radius: 5px 0 0 5px;
  color: #000;
}

.infoSection .contract_field button {
  background-color: #f9e6c4;
  padding: 5px 15px;
  font-weight: 400;
  height: 37px;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #464444;
}

.detail_container .col_50_flex {
  display: flex;
  justify-content: space-between;
  padding: 10px 13px;
  border-bottom: 1px solid;
  border-color: #8d8a86;
  margin: 8px 0;
}

.detail_container .col_50 h2 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.detail_container .col_50_flex:nth-child(1) {
  border-top: 1px solid;
  border-color: #8d8a86;
}

.detail_container .col_50 {
  width: 50%;
}

.coinImg img {
  max-width: 100%;
}

.pt_pb {
  padding: 170px 0 100px 0;
}

.cryptoItems {
  margin: 15px 0;
}

.cryptoItems h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.cryptoSection {
  padding: 23px 0 23px;
  background-color: #1f232c;
}

.cryptoSection .cryptoIcon {
  background-color: #f3e8d5;
  border-radius: 6px;
  min-height: 80px;
  text-align: center;
  padding: 13px;
  margin: 10px 0;
}

.cryptoSection .cryptoIcon img {
  padding: 11px 0px 0px 0px;
  height: 67px;
}

@media (max-width: 768px) {
  .coinImg {
    margin-bottom: 30px;
  }

}


/*----====token info css end-----*/
@media (max-width: 768px) {
  .slider-thumb {
    margin-top: 50px;
  }
}


#earth-box-cover {
  position: relative;
  width: 590px;
  height: 590px;
}

#earth-box-cover:before {
  width: 589px;
  height: 589px;
  background: url(../images/mercury-earth-cover.png) 0 0 repeat;
  background-size: 100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#earth-box-cover .earth-icons {
  width: 100%;
  height: 100%;
  position: absolute;
}

#earth-box-cover .earth-icons .icon-1 {
  background: url(../images/earth-icon-1.png) no-repeat scroll 0px 0px / cover;
  width: 28px;
  height: 47px;
  position: absolute;
  top: 205px;
  left: 115px;
  z-index: 1;
  animation: zoomfade 2s linear infinite;
}

#earth-box-cover .earth-icons .icon-2 {
  background: url(../images/earth-icon-2.png) no-repeat scroll 0px 0px / cover;
  width: 21px;
  height: 52px;
  position: absolute;
  top: 312px;
  right: 85px;
  z-index: 1;
  animation: zoomfade 1.5s linear infinite;
}

#earth-box-cover .earth-icons .icon-3 {
  background: url(../images/earth-icon-3.png) no-repeat scroll 0px 0px / cover;
  width: 34px;
  height: 35px;
  position: absolute;
  top: 171px;
  right: 187px;
  z-index: 1;
  animation: zoomfade 900ms linear infinite;
}

#earth-box-cover .earth-icons .icon-4 {
  background: url(../images/earth-icon-4.png) no-repeat scroll 0px 0px / cover;
  width: 25px;
  height: 33px;
  position: absolute;
  top: 117px;
  left: 193px;
  z-index: 1;
  animation: zoomfade 1.3s linear infinite;
}

#earth-box-cover .earth-icons .icon-5 {
  background: url(../images/earth-icon-5.png) no-repeat scroll 0px 0px / cover;
  width: 26px;
  height: 33px;
  position: absolute;
  top: 51px;
  right: 229px;
  z-index: 1;
  animation: zoomfade 1.7s linear infinite;
}

#earth-box-cover .earth-icons .icon-6 {
  background: url(../images/earth-icon-6.png) no-repeat scroll 0px 0px / cover;
  width: 16px;
  height: 24px;
  position: absolute;
  top: 144px;
  right: 145px;
  z-index: 1;
  animation: zoomfade 950ms linear infinite;
}

#earth-box-cover .earth-icons .icon-7 {
  background: url(../images/gold-animation-icon.png) no-repeat scroll 0px 0px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 364px;
  left: 218px;
  z-index: 1;
  background-size: 100%;
  background-position: center;
  animation: zoomfade 2s linear infinite;
}

#earth-box {
  width: 400px;
  height: 400px;
  background: url(../images/mercury-earth.png) 0 0 repeat;
  background-size: 100%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#earth-box span {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  transition: transform 200ms linear;
  animation: rotate 8s linear infinite;
  color: #000;
  border-radius: 50%;
  background: url(../images/mercury-earth-map.png) 0 0 repeat;
  background-size: 730px;
  box-shadow: inset 20px 0 80px 6px rgba(0, 0, 0, 1);
  transform-style: preserve-3d;
  display: block;
}

.go {
  position: absolute;
  height: inherit;
  width: inherit;
  background: url(../images/mercury-earth-map.png) 0 0 repeat;
  border-radius: 50%;
  box-shadow: inset 15px 0px 25px 1px black;
  background-size: 350px;
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: rotate(-10deg);
}

@keyframes rotate {
  from {
    background-position: 0px;
  }

  to {
    background-position: 350px;
  }
}

.ic {
  background-color: #17181a;
  margin-right: 10px;
  padding: 10px;
  border-radius: 5px;


}

.mt-10 {
  margin-top: 15px;
}

/* new Start */
#home::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000082;
  z-index: 1;
}

#home #myVideo {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#home .single-slider-box {
  position: relative;
  z-index: 1;
}

.bk1 {
  /* background-image: url(../images/right.png); */
  /* background-position: bottom right; */
  /* background-repeat: no-repeat; */
  /* background-size: 23% auto; */
}

.bk {
  background-image: url(../images/casino.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 23% auto;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* why Ai Tack Section Start */
.whyAitracksection .section-header {
  margin-bottom: 55px;
}

.whyAitracksection .section-header__title {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 50px;
}

.whyAitracksection .game-item {
  text-align: center;
  padding: 35px 0px;
  border-radius: 10px;
  background: #350b2d;
  height: 100%;
  position: relative;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  overflow: hidden;
  z-index: 1;
}

.whyAitracksection .game-item:hover {
  box-shadow: -4.828px -4.828px 12px 0px rgba(255, 200, 39, 0.4), 3px 5px 15px 0px rgba(255, 82, 1, 0.2);
}

.whyAitracksection .game-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #120d1c;
  opacity: .9;
}

.whyAitracksection .game-item .game-inner {
  position: relative;
  z-index: 1;
}

.whyAitracksection .game-item .ball {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: rotate(45deg);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.whyAitracksection .game-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/bgs.png);
  border-radius: 10px;
  z-index: -1;
  overflow: hidden;
}

.whyAitracksection .game-item__thumb {
  width: 100%;
}

.whyAitracksection .game-item__thumb img {
  height: 100%;
  /* width: 30%; */
  max-width: 100%;
  object-fit: contain;
  transition: all ease .3s;
}

.whyAitracksection .game-item__content {
  padding: 15px;
}

.whyAitracksection .game-item__content .title {
  margin-bottom: 15px;
  font-size: 24px;
  margin-top: -4px;
  font-weight: 500;
}

.whyAitracksection .game-item__content p {
  font-size: 15px;
  text-transform: uppercase;
}

.fs-14 {
  font-size: 14px;
}

.rotating-image {
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* newcss AI teck io*/
.service-area .heading {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: white;
  gap: 0.5rem;
  letter-spacing: 4px;
}

.service-area .heading span {
  width: 70px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-area .headingcardsection {
  background-image: url(../images/line.png);
  height: 300px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.service-area .headingcardsection .headinglp {
  font-size: 43px;
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
  padding-top: 35px;
}

.service-area .headingcardsection p {
  font-size: 22px;
  color: white;
  width: 50%;
  margin-top: 20px;
  line-height: 31px;
}

.service-area a {
  font-size: 24px;
}

.service-area .imagemain {
  width: 200px;
  height: 300px;
  margin: auto;
  animation: rotEffect 3s infinite;
}

@keyframes rotEffect {

  0%,
  100% {
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000;
    color: #fff;
    transform: rotate(0deg);
  }

  25% {
    text-shadow: 4px 4px 0 #000, -4px -4px 0 #000;
    color: #666;
    transform: rotate(-5deg);
  }

  50% {
    text-shadow: 6px 6px 0 #000, -6px -6px 0 #000;
    color: #333;
    transform: rotate(5deg);
  }

  75% {
    text-shadow: 4px 4px 0 #000, -4px -4px 0 #000;
    color: #999;
    transform: rotate(-3deg);
  }
}

@media (min-width: 320px) and (max-width: 560px) {
  .service-area .heading {
    font-size: 28px;
    gap: 0.5rem;
    letter-spacing: 4px;
  }

  .service-area .heading span {
    width: 60px;
    height: 70px;
  }

  .service-area .headingcardsection {
    background-image: unset;
    height: auto;
  }

  .service-area .headingcardsection .headinglp {
    font-size: 30px;
    padding-top: 35px;
  }

  .service-area .headingcardsection p {
    font-size: 18px;
    width: 100%;
    margin-top: 20px;
    line-height: 31px;
  }

  .service-area a {
    font-size: 18px;
  }

  .single-feature-box.upper {
    right: 0px;
  }
}


.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #11101d;
  z-index: 100;
  transition: all 0.5s ease;
}

.sidebar.close {
  width: 78px;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}

.sidebar .logo-details i {
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}

.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links {
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}

.sidebar .nav-links li:hover {
  background: #1d1b31;
}

.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link {
  display: block
}

.sidebar .nav-links li i {
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
  display: none;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidebar .nav-links li a .link_name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}

.sidebar .nav-links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details {
  background: none;
}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}

.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
  padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}

.sidebar .profile-details .job {
  font-size: 12px;
}

.home-section {
  position: relative;
  background: #E4E9F7;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}

.sidebar.close~.home-section {
  left: 78px;
  width: calc(100% - 78px);
}

.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}

.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}

.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 400px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }

  .sidebar {
    width: 78px;
  }

  .sidebar.close {
    width: 0;
  }

  .home-section {
    left: 78px;
    width: calc(100% - 78px);
    z-index: 100;
  }

  .sidebar.close~.home-section {
    width: 100%;
    left: 0;
  }
}

.bordermain {
  border: 2px solid #f89d1e;
  padding: 20px;
  border-radius: 10px;
}

.maonbtnjoin {
  display: flex;
  border-radius: 10px;
  ;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  color: black;
  background: linear-gradient(90deg, #c37763 0%, #c37763 7.69%, #c37763 15.38%, #c37763 23.08%, #c37763 30.77%, #c37763 38.46%, #c37763 46.15%, #c37763 53.85%, #c37763 61.54%, #c37763 69.23%, #F89D1E 76.92%, #F89D1E 84.62%, #F89D1E 92.31%, #F89D1E 100%), linear-gradient(45deg, #c37763 0%, #F89D1E 100%);
}





/* Css start new Desigend */
.Herosection {
  height: 100vh;
  background: linear-gradient(135deg, rgba(78,255,182,1) 0%, rgba(1,168,255,1) 100%);
  position: relative;
  border-radius: 0px 0px 50px 50px;
  margin-bottom: 50px;
}

/* .Herosection::after {
  position: absolute;
  content: "";
  background-image: url(../../NewDesigen/Heros-04.png);
  background-size: 100% 100%;
  width: 47%;
  top: 0;
  height: 100%;
  right: 11px;

} */
.cont input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.cont input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.cont input[type=submit]:hover {
  background-color: #45a049;
}

.Herosection .Heading {
  font-size: 50px;
  font-weight: 900;
  color: #000000;
  line-height: 70px;
}

.Herosection .Heading span {
  color: #0314ff;
}

.Herosection .Herobtn {
  background: #028bc8;
  box-shadow: inset 0px 0px 5px 2px #000000;
  height: 47px;
  border-radius: 6px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  font-size: 14px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 5px 20px;
}

.Herosection .listuser {
  display: flex;
  align-items: center;
  list-style: none;
}

.Herosection .textlist {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.Herosection .textlist li {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-left: -14px;
}

.Herosection .textlist li img {
  border-radius: 50%;
}
.logincss{
  margin-left: 50px;
}
.Herosection .textlist p {
  font-size: 20px;
  color: #000;
}

/*  imagesection css */
.imagesection {
  background-color: #c0ffea;
  padding-top: 50px;
  padding-bottom: 50px;
}

.imagesection .heading {
  font-size: 20px;
  color: black;
  text-align: center;
}

.imagesection .list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.imagesection .list li {
  width: 20%;
  height: 85px;
}

/* Our Services page */
.Our_Services {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.Our_Services .container-fluid {
  background: radial-gradient(at top center, #0E3B43 0%, #05180C 100%);
  border-radius: 30px;
}

.Our_Services .heading {
  background: #10505C;
  padding: 7px 25px 7px 25px;
  border-radius: 8px 8px 8px 8px;
  width: fit-content;
  color: white;
  font-size: 14px;
  margin: auto;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
}

.Our_Services .Subheading {
  font-size: 50px;
  font-weight: 800;
  color: white;
  line-height: 60px;
  text-align: center;
}

.Our_Services .Subheading span {
  color: #2fffb9;
}

.Our_Services .card {
  border: 1px solid #2fffb942;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
  padding-top: 30px;
  padding-bottom: 30px;
}

.Our_Services .card:hover {
  background: linear-gradient(180deg, #10505C 0%, #f2295b00 100%);
  transition: all 0.5s ease-in-out;
}

.Our_Services .card .card-heading {
  font-size: 18px;
  color: #2FFFB9;
  text-align: center;
  margin-bottom: 15px;
}
 .card-image1 img {
  width: 60%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    border: 15px solid #028bc8;
    margin-top: 15px;
    font-weight: 600;
}
.Our_Services .card .card-image {
  width: 104PX;
  height: 94PX;
  margin: auto;
  margin-top: 15px;
  font-weight: 600;
}

.Our_Services .card .card-subheading {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 35px;
}

.Our_Services .card .pero {
  color: #b2b2b2;
  font-size: 20px;
  text-align: center;
}

.Our_Services .card .Link {
  font-size: 20px;
  font-weight: 600;
  color: #2FFFB9;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 10px;
}

/* Communitysection css */
.Communitysection {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}

.Communitysection .heading {
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
  color: black;

}
.hes{color: #028bc8 !important;}
.Communitysection p {
  font-size: 21px;
  color: #000000;
  line-height: 33px;
}

.Communitysection .Herobtn {
  background-image: linear-gradient(247deg, #2FFFB9 0%, #C5FF7C 100%);
  height: 47px;
  border-radius: 6px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  font-size: 14px;
  margin-bottom: 10px;
  width: 40%;
  padding: 5px 20px;
  margin-top: 25px;
}

/* trading-learning  section */
.trading-learning {
  background-color: white;
}

.trading-learning .heading {
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
  color: #0E3B43;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.trading-learning .card {
  box-shadow: 0px 0px 15px 0px #5757571a;
  transition: all 0.5s ease-in-out;
  border: 1px solid;
  border-color: white;
}

.trading-learning .card:hover {
  border-color: #5D5D5D;
  background-color: #fafafa;
  transition: all 0.5s ease-in-out;
}

.trading-learning .card .card-heading {
  font-size: 25px;
  color: #0E3B43;
  margin-bottom: 15px;
}

.trading-learning .card p {
  font-size: 18px;
  color: #000000b3;
  line-height: 33px;
}

.trading-learning .card .Anker {
  color: #0E3B43;
  margin-bottom: 30px;

}

.trading-learning .card .smallimagre {
  width: 50px;
  height: 50px;
  margin-left: auto;

}

/* Benefits of joining our course css page section */
.Benefits_section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ECFAF1;
}

.Benefits_section .Heading {
  text-align: center;
  font-size: 50px;
  color: #0e3b43;
  font-weight: 800;
  line-height: 70px;
}

.SubHeading {
  text-align: center;
  font-size: 20px;
  color: #5d5d5d;
  font-weight: 400;
  margin-bottom: 15px;
}

.Benefits_section .card {}

.Benefits_section .card .iconcard {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E3B43;
  color: #2FFFB9;
}

.Benefits_section .card .iconcard i {
  font-size: 26px;
}

.Benefits_section .card .headingcard {
  font-size: 35px;
  color: #000;
  font-weight: 600;
}

.Benefits_section .card .headingcard sup {
  font-size: 26px;
  color: #000;
  font-weight: 800;
}

.Benefits_section .card p {
  color: #05180C;
  font-size: 14px;
  margin-top: 20px;
}

.Benefits_section .bigcard {
  background: linear-gradient(320deg, #05180C 0%, #0E3B43 100%);
  border-radius: 15px;
  padding: 30px;
  position: relative;
}

.Benefits_section .bigcard .heading {
  font-size: 30px;
  width: 50%;
  line-height: 38px;
  font-weight: 700;
  color: white;
  position: relative;
  z-index: 9;
}

.Benefits_section .bigcard p {
  font-size: 20px;
  font-weight: 400;
  color: white;
  position: relative;
  z-index: 9;
}

.Benefits_section .bigcard .Anker {
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  z-index: 9;
}

.Benefits_section .bigcard .Anker:hover {
  color: #2FFFB9;
}

.Benefits_section .bigcard.card1::before {
  background: linear-gradient(320deg, #3e3f3f8c 0%, #4c4c4c5e 100%), url(../.././NewDesigen/Icon-015-1.png);
  background-size: 100% 100%;
  position: absolute;
  content: "";
  height: 100%;
  width: 60%;
  z-index: 1;
  right: 0;
  border-radius: 15px;
}

.Benefits_section .bigcard.card2::before {
  background: linear-gradient(320deg, #3e3f3f8c 0%, #4c4c4c5e 100%), url(../.././NewDesigen/Icon-016-1.png);
  background-size: 100% 100%;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 15px;
}

.Benefits_section .bigcard.card3::before {
  background: linear-gradient(320deg, #3e3f3f8c 0%, #4c4c4c5e 100%), url(../.././NewDesigen/Icon-017.png);
  background-size: 100% 100%;
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 15px;
}

/* Our best trading courses */
.Courses_Section {
  background-color: white;
}

.Courses_Section .container-fluid {
  background: radial-gradient(at top center, #0E3B43 0%, #05180C 100%);
  border-radius: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.Courses_Section .subheading {
  background: #10505C;
  padding: 7px 25px 7px 25px;
  border-radius: 8px 8px 8px 8px;
  width: fit-content;
  color: white;
  font-size: 14px;
  margin: auto;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
}

.Courses_Section .Heading {
  font-size: 50px;
  font-weight: 800;
  color: white;
  line-height: 60px;
  text-align: center;
}

.Courses_Section .Heading span {
  color: #2fffb9;
}

.Courses_Section .card {
  border-radius: 15px;
  background: #0d4046;
  padding: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  border-color: #0d4046;
}

.Courses_Section .card:hover {
  border-color: #06928F;
}

.Courses_Section .card .card-body {
  padding: 30px 30px;
}

.Courses_Section .card .card-image img {
  border-radius: 15px 15px 0px 0px;
}

.Courses_Section .card .card-heading {
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.Courses_Section .card p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff80;
  padding-bottom: 20px;
}

.Courses_Section .card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border-top: 1px solid;
  padding-top: 20px;
}

.Courses_Section .card .card-footer .subh {
  color: white;
  font-size: 14px;
}

.Courses_Section .card .card-footer .payment {
  color: #2FFFB9;
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
}

.Courses_Section .card .card-footer button {
  background-image: linear-gradient(247deg, #2FFFB9 0%, #C5FF7C 100%);
  border-radius: 14px;
  font-size: 18px;
  color: black;
  font-weight: 600;
  padding: 13px 18px 13px 18px;
}

/* What our members section */
.our_members {
  background: radial-gradient(at top center, #0E3B43 0%, #05180C 165%);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}

.our_members .subheading {
  background: #10505C;
  padding: 7px 25px 7px 25px;
  border-radius: 8px 8px 8px 8px;
  width: fit-content;
  color: white;
  font-size: 14px;
  margin: auto;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
}

.our_members .Heading {
  font-size: 50px;
  font-weight: 800;
  color: white;
  line-height: 60px;
  text-align: center;
}

.our_members .Heading span {
  color: #2fffb9;
}

.our_members .small {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff80;
  margin-top: 15px;
}

.our_members .testimonialcard {
  background-color: #2b4c4d;
  border-radius: 20px;
}

.our_members .testimonialcard p {
  font-size: 16px;
  color: white;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 20px;
}

.our_members .testimonialcard .startlist {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.our_members .testimonialcard .startlist li {}

.our_members .testimonialcard .startlist li i {
  font-size: 25px;
  color: #FFBB59;
}

.our_members .testimonialcard .usernameimage {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.our_members .testimonialcard .usernameimage .userimage {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.our_members .testimonialcard .usernameimage .userimage img {
  border-radius: 50%;
}

.our_members .testimonialcard .usernameimage .username {
  font-size: 25px;
  color: white;
  font-weight: 700;
  margin-bottom: 10px;
}

.our_members .testimonialcard .usernameimage .usersub {
  font-size: 20px;
  color: #C5FF7C;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Latest_Articles */
.Latest_Articles {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background-color: white;
}

.Latest_Articles .heading {
  font-size: 50px;
  font-weight: 800;
  color: #05180C;
}

.Latest_Articles .card {
  padding: 0;
  height: 100%;
}

.Latest_Articles .card .card-body .cardimage {
  position: relative;
}

.Latest_Articles .card .card-body .cardimage .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
  height: 40px;
  color: black;
  font-size: 15px;
  background: white;
  border-radius: 0px 5px 0px 0px;
}

.Latest_Articles .card .card-body .card-image {
  height: 250px;
}

.Latest_Articles .card .card-body .card-image img {
  border-radius: 10px;

}

.Latest_Articles .card .card-body .card-Heading {
  font-size: 30px;
  color: #0E3B43;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}

.Latest_Articles .card .card-body p {
  font-size: 18px;
  color: #9a9a9a;
}

/* Frequently Asked Questions */
.Frequently {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}

.Frequently .subheading {
  padding: 7px 15px 7px 15px;
  background-color: #2FFFB957;
  border-radius: 8px 8px 8px 8px;
  width: fit-content;
  color: black;
  font-size: 14px;
  margin: auto;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
}

.Frequently .Heading {
  font-size: 50px;
  font-weight: 800;
  color: #05180c;
  line-height: 60px;
  text-align: center;
}

.Frequently .pero {
  font-size: 18px;
  color: #323232;
}

.Frequently .accordion {
  background-color: transparent;
}

.Frequently .accordion .accordion-item {
  background-color: transparent;
  border: 0;
}

.Frequently .accordion .accordion-item {
  background-color: transparent;
  border-bottom: 0.5px solid gray;
}

.Frequently .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  color: #05180C;
  box-shadow: none;
}

.Frequently .accordion .accordion-item .accordion-body {
  font-size: 14px;
  color: rgb(80, 80, 80);
}

.Frequently .faqbtn {
  background-color: #05180C;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}



/* ApplyJoin css */
.ApplyJoin {
  background: white;
}

.ApplyJoin .card {
  background-image: url(../.././NewDesigen/Traderoom-jpg-07.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.ApplyJoin .card .card-body {
  padding: 40px;
}

.ApplyJoin .card .card-body .card-heading {
  font-size: 50px;
  color: white;
  font-weight: 800;
  line-height: 60px;
}

.ApplyJoin .card .card-body .textlist {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ApplyJoin .card .card-body .textlist p {
  font-size: 17px;
  color: white;
}

.ApplyJoin .card .card-body .listuser {
  display: flex;
  align-items: center;
}

.ApplyJoin .card .card-body .listuser li {
  width: 60px;
  height: 60px;
  margin-left: -10px;
}

.ApplyJoin .card .card-body .listuser li img {
  border-radius: 50%;
}

.ApplyJoin .card .card-body .Herobtn {
  background-image: linear-gradient(247deg, #2FFFB9 0%, #C5FF7C 100%);
  height: 47px;
  border-radius: 6px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  font-size: 14px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 5px 20px;
}

/* footer css start */
footer {
  background-image: radial-gradient(at top center, #0E3B43 -40%, #05180C 200%) !important;
  border-radius: 30px 30px 0px 0px;
  position: unset !important;
  margin-left: 0px !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footerlogo {
  width: 100px;
  height: 100px;
  margin: auto;
}

footer .footerp {
  font-size: 20px;
  color: white;
  text-align: center;
}

footer .inputbuttongroup {
  background-color: white;
  height: 60px;
  color: black;
  border-radius: 10px;
  padding-left: 10px;
  position: relative;
}

footer .inputbuttongroup input {
  border: 0;
  color: black;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  border-radius: 10px;
}

footer .inputbuttongroup .btninput {
  position: absolute;
  height: 50px;
  border-radius: 0px 10px 10px 0px;
  background-color: #05180C;
  color: white;
  right: 0;
  font-weight: 500;
  transform: translate(-8px, 5px);
}

footer .footerliheading {
  font-size: 22px;
  color: white;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 25px;
}

footer ul {
  list-style: none;
  display: flex;
  align-items: start;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: start;
  padding-left: 25px;
}

footer ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  color: rgb(176, 176, 176);
  transition: all 0.3s ease-in-out;
}

footer ul li a:hover {
  color: white;
}


/* Media Query new Desigend */
/* For devices with widths from 320px to 575.99px */
/* Styles for small devices, like mobile phones */
@media (min-width: 320px) and (max-width: 575.99px) {
  .Herosection {
    padding-top: 40px;
    height: 100%;
    padding-bottom: 40px;
  }

  .Herosection::after {
    background-image: unset;
  }

  .Herosection .textlist {
    flex-direction: column;
  }

  .Herosection .textlist p {
    font-size: 17px;
  }

  .imagesection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .imagesection .list {
    flex-wrap: wrap;
  }

  .imagesection .list li {
    width: 50%;
  }

  .Our_Services .Subheading {
    font-size: 25px;
    line-height: 34px;
  }

  .Our_Services .card .card-subheading {
    font-size: 20px;
    line-height: 28px;
  }

  .Our_Services .card .pero {
    font-size: 17px;
  }

  .Our_Services .card .Link {
    font-size: 17px;
  }

  .Communitysection .heading {
    font-size: 25px;
    line-height: 34px;
  }

  .Communitysection p {
    font-size: 17px;
    line-height: 25px;
  }

  .Communitysection .Herobtn {
    width: fit-content;
  }

  .trading-learning .heading {
    font-size: 25px;
    line-height: 34px;
  }

  .trading-learning .card .card-heading {
    font-size: 20px;
  }

  .trading-learning .card p {
    font-size: 14px;
    line-height: 20px;
  }

  .trading-learning .card {
    margin-bottom: 10px;
  }

  .Benefits_section .Heading {
    font-size: 25px;
    line-height: 34px;
  }

  .SubHeading {
    font-size: 15px;
  }

  .Benefits_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .Benefits_section .bigcard {
    padding: 15px;
    height: auto;
  }

  .Benefits_section .bigcard .heading {
    font-size: 20px;
    width: 100%;
    line-height: 30px;
  }

  .Benefits_section .bigcard p {
    font-size: 15px;
    margin-top: 10px;
  }

  .Benefits_section .bigcard .Anker {
    font-size: 15px;
  }

  .Courses_Section .Heading {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .Courses_Section .card .card-heading {
    font-size: 20px;
  }

  .Courses_Section .card .card-body {
    padding: 15px 15px;
  }
  .Courses_Section .container-fluid{
    padding-left: 10px;
    padding-right: 10px;
  }
  .Courses_Section .card p {
    font-size: 15px;
  }
  .Courses_Section .card .card-footer{
    flex-direction: column;
    gap: 1rem;
    padding: 10px 0px 10px 0px;
  }
  .Courses_Section .card .card-footer button{
    font-size: 15px;
  }
  section .container-fluid{
    padding-left: 10px;
    padding-right: 10px;
  }
  .our_members .Heading{
    font-size: 25px;
    line-height: 34px;
  }
  .our_members .small{
    font-size: 17px;
  }
  .card .card-body{
    padding: 15px !important;
  }
  .our_members .testimonialcard .usernameimage .username{
    font-size: 16px;
  }
  .our_members .testimonialcard .usernameimage .userimage{
    width: 40px;
    height: 40px;
  }
  .our_members .testimonialcard .usernameimage .usersub{
    font-size: 14px;
  }
  .Latest_Articles .heading{
    font-size: 25px;
    line-height: 34px;
  }
  .Latest_Articles .card .card-body .card-Heading{
    font-size: 20px;
  }
  .Latest_Articles .card .card-body p{
    font-size: 14px;
  }
  .Latest_Articles .card{
    margin-top: 15px;
  }
  .Latest_Articles{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .Frequently{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .Frequently .Heading{
    font-size: 25px;
    line-height: 34px;
  }
  .Frequently .accordion .accordion-item .accordion-header .accordion-button{
    font-size: 16px;
  }
  .Frequently .pero{
    font-size: 16px;
  }
  .ApplyJoin .card .card-body .card-heading{
    font-size: 20px;
    line-height: 36px;
  }
  .ApplyJoin .card .card-body .textlist{
    flex-direction: column;
  }
  footer .footerp{
    font-size: 16px;
  }
  footer .footerliheading{
    font-size: 16px;
    padding-left: 0;
  }
  footer ul{
    font-size: 14px;
    padding-left: 0;
  }
}

/* For devices with widths from 576px to 767.99px */
/* Styles for medium-small devices, like larger phones or small tablets */
@media (min-width: 576px) and (max-width: 767.99px) {
  .Herosection .Heading{
    font-size: 40px;
    line-height: 50px;
    width: 60%;
  }
  .Herosection .textlist p{
    position: relative;
    z-index: 5;
    font-size: 17px;
  }
  .imagesection{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .imagesection .list{
    flex-wrap: wrap;
  }
  .imagesection .list li{
    width: 33%;
  }
  .Our_Services .container-fluid{
    padding-top: 30px !important;
  }
  .Our_Services .Subheading{
    font-size: 35px;
    line-height: 45px;
  }
  .Communitysection .heading{
    font-size: 35px;
    line-height: 45px;
  }
  .trading-learning .heading{
    font-size: 35px;
    line-height: 45px;
  }
  .Benefits_section .Heading{
    font-size: 35px;
    line-height: 45px;
  }
  .Benefits_section .bigcard{
    margin-bottom: 40px;
  }
  .Courses_Section .Heading{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .our_members .Heading{
    font-size: 35px;
    line-height: 45px;
  }
  .Latest_Articles .heading{
    font-size: 35px;
    line-height: 45px;
  }
  .ApplyJoin .card .card-body .card-heading{
    font-size: 35px;
    line-height: 45px;
  }
}

/* For devices with widths from 768px to 991.99px */
/* Styles for medium devices, like tablets */
@media (min-width: 768px) and (max-width: 991.99px) {}