body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}
/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}
.mixed-waves-2 {
  background: url("../images/binance-clone-script/mixed_waves.webp") no-repeat
    right;
}
.link {
  color: #1468ef;
}
.h2tag {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h4tag {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 52px;
}
.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.h6tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.para {
  font-size: 18px;
}
.head {
  max-width: 60%;
  margin: 0 auto 15px;
  text-align: center;
}
.section {
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .para {
    font-size: 16px;
  }

  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 32px;
  }

  .h5tag {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .head {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .h2tag {
    font-size: 28px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }

  .head {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }

  .head h2 {
    margin-bottom: 10px !important;
  }

  .h3tag {
    font-size: 28px;
  }

  .h5tag {
    font-size: 18px;
    line-height: unset;
  }

  section {
    padding: 20px 0 !important;
    text-align: center;
  }
}
/* common styles ends  */
.banner_box {
  padding: 80px 50px;
  margin-top: -200px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.06);
}
.banner_box h3.h3tag {
  font-weight: 400;
  line-height: 60px;
  text-transform: capitalize;
}
.banner_box h3 span {
  display: block;
  font-weight: 700;
  background: rgb(255, 156, 13);
  background: linear-gradient(
    113deg,
    rgba(255, 156, 13, 1) 0%,
    rgba(229, 48, 178, 1) 25%,
    rgba(20, 104, 239, 1) 50%,
    rgba(0, 214, 138, 1) 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.white_box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(207, 224, 255, 0.8);
  padding: 50px;
  margin-bottom: 30px;
}
.about_section_2 {
  background: #f0f5ff;
}
.about_section_5 {
  padding-bottom: 60px !important;
  overflow: hidden;
}
.crew_slider_panel {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 100px;
}
.crew_slider_content {
  max-width: 60%;
}
.crew_slider_img {
  position: relative;
  z-index: 1;
}
.crew_slider_img::after {
  content: "";
  background: url("../images/about-us-2023/quote_img.webp") no-repeat top right;
  width: 305px;
  height: 305px;
  position: absolute;
  top: -40px;
  right: -180px;
  z-index: -1;
}
.crew_slider_subcontent {
  text-align: right;
}
.crew_slider_subcontent > div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 5px;
}
.crew_slider_subcontent p {
  color: #1468ef;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.crew_slider_subcontent small {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
.crew_slider_content p.para {
  font-size: 20px;
  line-height: 32px;
  color: #1e2237;
  margin-bottom: 30px;
}

.custom_slider .slick-next {
  right: -70px;
  left: 0;
}
.custom_slider .slick-prev {
  right: 0;
  left: -70px;
}
.custom_slider .slick-next,
.custom_slider .slick-prev {
  background: transparent;
  border: 1px solid rgb(156 156 156 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 auto;
  top: unset;
  bottom: 0;
  z-index: 1;
}
.custom_slider .slick-next::before {
  transform: rotate(180deg);
}
.custom_slider .slick-prev:before,
.custom_slider .slick-next::before {
  content: "" !important;
  background: url("../images/about-us-2023/slider_arrow.webp") no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  opacity: 1;
}
.custom_slider .slick-next:hover,
.custom_slider .slick-prev:hover {
  background: #9c9c9c;
}
.custom_slider .slick-next:hover::before,
.custom_slider .slick-prev:hover::before {
  filter: brightness(0) contrast(1) invert(1);
}
.pink_txt {
  color: #e530b2 !important;
}
.orange_txt {
  color: #c84f12 !important;
}
.green_txt {
  color: #00d68a !important;
}
.blue_txt {
  color: #0056ff !important;
}
.about_section_4 {
  background: #fff4e2;
}
.center_img {
  text-align: center;
  margin: 150px 0;
  position: relative;
  z-index: 1;
}
.testimonial_box_panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_box {
  border-radius: 20px;
  background: rgb(231, 239, 255);
  padding: 20px;
  width: 460px;
  text-align: left;
  position: absolute;
}
.testimonial_box_blue {
  background: #e7efff;
}
.testimonial_box_green {
  background: #c5ffea;
}
.testimonial_box_pink {
  background: #ffeaf9;
}
.testimonial_box_content {
  font-style: italic;
  line-height: 28px;
}
.testimonial_box_title {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial_box:nth-child(1) {
  left: -50px;
  top: -100px;
}
.testimonial_box:nth-child(2) {
  bottom: -70px;
  left: 0;
}
.testimonial_box:nth-child(3) {
  right: -70px;
  bottom: 80px;
}
.vector_smiley {
  position: absolute;
  top: -50px;
  right: 170px;
}
.testimonial_box:nth-child(1)::after {
  content: "";
  background: url("../images/about-us-2023/vector_02.webp") no-repeat;
  width: 68px;
  height: 63px;
  position: absolute;
  right: 40px;
  bottom: -30px;
}
.testimonial_box:nth-child(3)::before {
  content: "";
  background: url("../images/about-us-2023/vector_03.webp") no-repeat;
  width: 54px;
  height: 68px;
  position: absolute;
  left: -15px;
  bottom: -50px;
}
.kg-feature-content-box {
  display: block;
  width: 100%;
  margin-top: 80px;
}
.keep-going-tab-box {
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.keep-going-tab-box .kg-tab-left {
  flex: 1 1 auto;
  flex-basis: 50%;
  padding-right: 50px;
}
.keep-going-tab-box .kg-tab-right {
  flex: 1 1 auto;
  flex-basis: 50%;
}
.keep-going-tab-box .kg-tab-left ul {
  list-style: none;
  position: relative;
}
.keep-going-tab-box .kg-tab-left ul li {
  padding: 27px 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.keep-going-tab-box .kg-tab-left ul li:before {
  height: 0;
  content: "";
  display: block;
  width: 5px;
  background: #21d796;
  position: absolute;
  left: 0;
  top: 0;
}
.keep-going-tab-box .kg-tab-left ul li.is-active.load:before {
  height: 100%;
  transition: height 4s linear;
}
.keep-going-tab-box .kg-tab-left ul .active-bg {
  background: #dafff2;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  transition: top 0.35s ease-in, width 0.35s ease-in, height 0.35s ease-in;
}
.tab-screens {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tab-screens .tab-bg-screen {
  width: 100%;
}
.tab-screens .screen {
  opacity: 0;
  transform: translateY(30px);
  line-height: 0;
}
.tab-screens .screen.active-slide {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
}
.tab-screens .screen {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 10%;
}

.workplace_slider div {
  margin: 10px;
}
.workplace_slider img {
  border-radius: 20px;
}
.workplace_slider .slick-slide {
  opacity: 0.3;
  transition: 0.2s all;
}
.workplace_slider .slick-slide.slick-current {
  opacity: 1;
}
.custom_slider.workplace_slider .slick-next,
.custom_slider.workplace_slider .slick-prev {
  bottom: -80px;
}
.workplace_slider .slick-slide.slick-current ~ .slick-slide {
  transform: scale(0.9);
}

.about_section_7 {
  padding-top: 100px;
}
.about_section_7 .box {
  background: #ffebcb url("../images/about-us-2023/ctabg.webp") no-repeat center;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}
.about_section_7 .green_box {
  background: #CAF6E7 url("../images/about-us-2023/green_bg.webp") no-repeat center;
  background-size: cover;
  padding: 30px;
}
.about_section_7 .box ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
}
.about_section_7 .box ul a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #1e2237;
  border-radius: 50%;
}
.about_section_7 .box ul a:hover {
  border: 1.5px solid #e530b2;
}
.about_section_7 .box ul a:hover img {
  filter: invert(69%) sepia(88%) saturate(7450%) hue-rotate(296deg)
    brightness(93%) contrast(93%);
}
.about_section_7 .contact {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #1e2237;
  font-style: italic;
  margin-bottom: 5px;
}
.about_section_7 .box .cta_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.f-600 {
  font-weight: 600;
}
.advocate_txt {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 1399px) {
  .about_section_7 .box .cta_img {
    max-width: 47%;
  }
}

@media (max-width: 1199px) {
  .banner_box h3.h3tag {
    line-height: 48px;
  }
  .testimonial_box {
    transform: scale(0.7);
  }
}
@media (max-width: 991px) {
  .banner_section {
    margin-top: 70px;
  }
  .banner_box {
    margin-bottom: 15px;
  }
  .crew_slider_content p.para {
    font-size: 18px;
    line-height: 29px;
  }
  .keep-going-tab-box {
    display: none;
  }

  .about_section_7 .box .cta_img {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner_box {
    padding: 23px 10px;
    margin-top: -100px;
  }
  .about_section_7 .box {
    padding: 20px;
  }
  .crew_slider_img::after {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
  }
  .crew_slider_img img {
    max-width: 70%;
    margin: 0 auto;
  }
  .crew_slider_panel {
    gap: 10px;
    flex-direction: column;
  }
  .crew_slider_subcontent > div {
    align-items: center;
    justify-content: center;
  }
  .crew_slider_subcontent p {
    font-size: 18px;
  }
  .crew_slider_subcontent {
    text-align: center;
  }
  .crew_slider_panel {
    margin-top: 15px;
  }
  .crew_slider_content {
    max-width: 100%;
  }
  .custom_slider .slick-next,
  .custom_slider .slick-prev {
    bottom: -80px;
  }
  .about_section_3 {
    padding-bottom: 100px !important;
  }
  .testimonial_box_panel {
    position: unset;
  }
  .testimonial_box {
    position: unset;
    margin-bottom: 10px;
    transform: unset;
    width: unset;
  }
  .vector_smiley {
    position: unset;
  }
  .center_img {
    margin: 10px 0;
  }
  .center_img img {
    display: none;
  }
  .about_section_7 .box ul {
    justify-content: center;
  }
}
