@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

.hero-header {
  /* background: url(../img/h-banner-bg.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-header-inner {
  background-position: center bottom -75px;
  background-size: 100%;
}

.hero-header-inner h1 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #0a0a0a;
}

.hero-header-inner p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #0a0a0a;
}

.header-head {
  width: 100%;
  padding: 50px 0;
}

.header-head h3 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #181818;
  text-transform: capitalize;
}

.header-head p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #0a0a0a;
}

.success-stories-wrap .header-head {
  padding-top: 0;
}

.success-stories-card {
  padding: 0 40px 40px;
}

.success-stories-card-img-box {
  margin-bottom: 30px;
  position: relative;
}

.success-stories-card-img-box img {
  width: 100%;
}

/* .success-stories-card-img-box .btn-play {
  position: absolute;
  top: 40%;
  left: 40%;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
} */

.success-stories-card-img-box .btn-play img {
  position: relative;
  z-index: 9;
}

.success-stories-card-content-box {
  width: 100%;
}

.success-stories-card-content-box p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #181818;
}

.success-stories-card-content-box-position {
  padding-top: 20px;
}

.success-stories-card-content-box-position h5 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #525252;
  margin-bottom: 0;
}

.success-stories-card-content-box-position small {
  font-family: Outfit;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #525252;
}

.success-stories-card-content-box-position .icon {
  background: linear-gradient(
    138.81deg,
    #f1f8ff 11.67%,
    rgba(255, 255, 255, 0.92) 80.07%
  );
  box-shadow: 0px 2px 12.51px rgb(141 141 141 / 10%),
    inset 0px 0px 100.739px rgb(0 0 0 / 2%);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-top: 15px;
}

.success-stories-card-content-box-position .icon img {
  width: 25px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.success-stories-testimonial-wrap {
  width: 100%;
  margin: 80px 0 140px;
  margin-bottom: 0 !important;
}

.success-stories-testimonial-wrap .header-head {
  padding-top: 0;
}

.success-stories-testimonial-items {
  width: 100%;
}

.success-stories-testimonial-item {
  /* background: url(../img/success-stories-testimonial-item.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding: 50px 30px;
  margin-top: -80px;
}

.success-stories-testimonial-item .success-stories-testimonial-item-img-box {
  padding: 50px 0;
}

.success-stories-testimonial-item
  .success-stories-testimonial-item-img-box
  img {
  width: 100%;
}

.success-stories-testimonial-item
  .success-stories-testimonial-item-content-box {
  padding: 50px 15px;
}

.success-stories-testimonial-item
  .success-stories-testimonial-item-content-box
  p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #181818;
  padding-left: 50px;
  padding-top: 20px;
  position: relative;
}

.success-stories-testimonial-item
  .success-stories-testimonial-item-content-box
  p::before {
  background: url(../img/quote-gray.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
}

.success-stories-testimonial-item .user-position {
  padding-top: 0;
  padding-left: 50px;
  position: relative;
}

.success-stories-testimonial-item .user-position h5 {
  font-family: Outfit;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #181818;
  margin-bottom: 0;
}

.success-stories-testimonial-item .user-position small {
  font-family: Outfit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.16em;
  color: #181818;
}

.success-stories-testimonial-item .user-position .icon {
  background: linear-gradient(
    138.81deg,
    #f1f8ff 11.67%,
    rgba(255, 255, 255, 0.92) 80.07%
  );
  box-shadow: 0px 2px 12.51px rgb(141 141 141 / 10%),
    inset 0px 0px 100.739px rgb(0 0 0 / 2%);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-top: 15px;
}

.success-stories-testimonial-item .user-position .icon img {
  width: 25px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.success-stories-testimonial-item:nth-child(even) {
  /* background: url(../img/success-stories-testimonial-item-even.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding: 50px 30px;
}

.success-stories-testimonial-item:nth-child(even)
  .success-stories-testimonial-item-content-box {
  text-align: right;
}

.success-stories-testimonial-item:nth-child(even) .user-position .icon {
  position: absolute;
  right: 0;
}

.success-stories-testimonial-item:nth-child(even) .col-lg-3.col-sm-3 {
  order: 2;
}

.success-stories-testimonial-item:nth-child(even) .col-lg-9.col-sm-9 {
  order: 1;
}

/* .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #f5f7fa;
  background: #324ed4;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
} */

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media (min-width: 1800px) and (max-width: 2000px) {
  .success-stories-card {
    padding: 0 60px 40px;
  }

  .success-stories-card-content-box p,
  .success-stories-card-content-box-position h5 {
    font-size: 22px;
  }

  .success-stories-card-content-box-position small {
    font-size: 18px;
  }

  .success-stories-testimonial-item
    .success-stories-testimonial-item-content-box
    p {
    font-size: 20px;
    line-height: 30px;
  }

  .success-stories-testimonial-item .user-position h5 {
    font-size: 28px;
  }

  .success-stories-testimonial-item .user-position small {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .success-stories-card {
    padding: 0 0 40px;
  }

  .success-stories-testimonial-item {
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
  }

  .success-stories-testimonial-item:nth-child(even) {
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
  }

  .success-stories-testimonial-item
    .success-stories-testimonial-item-content-box {
    padding: 0 0 50px;
  }
}

/*LIGHTBOX STYLE*/
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.lightbox-video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.lightbox-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}

.lightbox-video img {
  display: block;
  margin: 0 auto;
}

.lightbox-close {
  position: absolute;
  display: block;
  top: -25px;
  right: -25px;
  color: #ffffff;
  font-size: 26px;
  height: 50px;
  width: 50px;
  background: linear-gradient(90deg, #3958ec -19.27%, #253ba2 100%);
  /* border: 3px solid #ffffff; */
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  z-index: 99;
  text-decoration: none;
}

.lightbox-close:hover {
  color: #ffffff;
}

.lightbox:hover {
  text-decoration: none;
}

.lightbox-container {
  max-width: 800px;
  margin: 100px auto 25px;
  position: relative;
}

@media (max-width: 767px) {
  .lightbox-close {
    top: -50px;
    right: 45%;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .lightbox-video {
    width: 94%;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
}

body {
  background: url(../img/Website_clipart_arts/art_design/1.png),
    url(../img/Website_clipart_arts/art_design/2.png),
    url(../img/Website_clipart_arts/art_design/3.png),
    url(../img/Website_clipart_arts/art_design/4.png),
    url(../img/Website_clipart_arts/art_design/6.png),
    url(../img/Website_clipart_arts/art_design/7.png),
    url(../img/Website_clipart_arts/art_design/8.png),
    url(../img/Website_clipart_arts/art_design/9.png),
    url(../img/Website_clipart_arts/art_design/10.png);
  background-repeat: no-repeat;
  background-position-y: 7%, 7%, 7%, 27%, 27%, 47%, 47%, 67%, 67% !important;
  background-position-x: left, center, right, left, right, left, center, right,
    left !important;
  background-size: 15%, 12%;
}

/* Extra CSS of Hex */

.Testimonial_container {
  margin-bottom: 120px !important;
}

.hex_img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hexagon-gallery {
  position: absolute;
  margin: auto;
  /* margin-top: 50px; */
  max-width: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 200px;
  grid-gap: 14px;
  padding-bottom: 50px;
  padding-left: 50px;
  /* filter: drop-shadow(25px 6px 5px rgba(50, 50, 0, 0.5)); */
  top: -45px;
  /* border: 5px solid #7083fe; */
}

.hex_1 {
  border: 5px solid #7083fe;
  display: flex;
  position: relative;
  width: auto;
  height: 300px;
  background-color: #424242;
  -webkit-clip-path: polygon(
    92.32051% 40%,
    93.79385% 43.1596%,
    94.69616% 46.52704%,
    95% 50%,
    94.69616% 53.47296%,
    93.79385% 56.8404%,
    92.32051% 60%,
    79.82051% 81.65064%,
    77.82089% 84.50639%,
    75.35575% 86.97152%,
    72.5% 88.97114%,
    69.3404% 90.44449%,
    65.97296% 91.34679%,
    62.5% 91.65064%,
    37.5% 91.65064%,
    34.02704% 91.34679%,
    30.6596% 90.44449%,
    27.5% 88.97114%,
    24.64425% 86.97152%,
    22.17911% 84.50639%,
    20.17949% 81.65064%,
    7.67949% 60%,
    6.20615% 56.8404%,
    5.30384% 53.47296%,
    5% 50%,
    5.30384% 46.52704%,
    6.20615% 43.1596%,
    7.67949% 40%,
    20.17949% 18.34936%,
    22.17911% 15.49361%,
    24.64425% 13.02848%,
    27.5% 11.02886%,
    30.6596% 9.55551%,
    34.02704% 8.65321%,
    37.5% 8.34936%,
    62.5% 8.34936%,
    65.97296% 8.65321%,
    69.3404% 9.55551%,
    72.5% 11.02886%,
    75.35575% 13.02848%,
    77.82089% 15.49361%,
    79.82051% 18.34936%
  );
  clip-path: polygon(
    92.32051% 40%,
    93.79385% 43.1596%,
    94.69616% 46.52704%,
    95% 50%,
    94.69616% 53.47296%,
    93.79385% 56.8404%,
    92.32051% 60%,
    79.82051% 81.65064%,
    77.82089% 84.50639%,
    75.35575% 86.97152%,
    72.5% 88.97114%,
    69.3404% 90.44449%,
    65.97296% 91.34679%,
    62.5% 91.65064%,
    37.5% 91.65064%,
    34.02704% 91.34679%,
    30.6596% 90.44449%,
    27.5% 88.97114%,
    24.64425% 86.97152%,
    22.17911% 84.50639%,
    20.17949% 81.65064%,
    7.67949% 60%,
    6.20615% 56.8404%,
    5.30384% 53.47296%,
    5% 50%,
    5.30384% 46.52704%,
    6.20615% 43.1596%,
    7.67949% 40%,
    20.17949% 18.34936%,
    22.17911% 15.49361%,
    24.64425% 13.02848%,
    27.5% 11.02886%,
    30.6596% 9.55551%,
    34.02704% 8.65321%,
    37.5% 8.34936%,
    62.5% 8.34936%,
    65.97296% 8.65321%,
    69.3404% 9.55551%,
    72.5% 11.02886%,
    75.35575% 13.02848%,
    77.82089% 15.49361%,
    79.82051% 18.34936%
  );
}

.Testimonial {
  margin-left: 11%;
  background-color: #cce0ff;
  /* min-height: 210px; */
}

.success-stories-testimonial-item-content-box p::before {
  background: url(../img/white_quotes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 20%;
  content: "";
}

.success-stories-testimonial-item-content-box p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #181818;
  padding-left: 25%;
  padding-top: 20px;
  position: relative;
}

.Testimonial .user-position {
  padding-top: 0;
  padding-left: 22%;
  position: relative;
}

.Testimonial .user-position h5 {
  font-family: Outfit;
  font-style: normal;
  font-weight: normal;
  font-size: x-large;
  color: #181818;
  margin-bottom: 10;
}

.Testimonial .user-position small {
  font-family: Outfit;
  font-style: normal;
  font-weight: normal;
  font-size: large;
  letter-spacing: 0.16em;
  color: #181818;
  margin-bottom: 100px !important;
}

.half_hex {
  height: 150px;
  position: absolute;
  right: 20%;
  top: 8rem;
  z-index: 1;
}

.bottom_hex {
  position: absolute;
  right: -52px;
  bottom: 10px;
}

.hexagon:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 30px solid #7083fe;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  position: absolute;
  top: -30px;
}

.hexagon {
  margin-top: 30px;
  width: 104px;
  height: 60px;
  background-color: #7083fe;
  position: relative;
}

.hexagon:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -30px;
  border-top: 30px solid #7083fe;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
}

@media (max-width: 1400px) {
  .success-stories-testimonial-item-content-box p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 1200px) {
  .success-stories-testimonial-item-content-box p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: 20px !important;
    line-height: 20px;
  }

  .hexagon-gallery {
    padding-left: 0;
  }

  .success-stories-testimonial-item-content-box p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: large !important;
    line-height: 35px;
    color: #181818;
    padding-left: 25%;
    padding-top: 20px;
    position: relative;
  }

  .success-stories-testimonial-item-content-box p::before {
    left: 19%;
  }
}

@media (max-width: 992px) {
  .hexagon-gallery {
    padding-left: 0;
    left: -40px;
  }

  .success-stories-testimonial-item-content-box p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: medium !important;
    line-height: 25px !important;
    color: #181818;
    padding-left: 30%;
    padding-top: 20px;
    position: relative;
  }

  .success-stories-testimonial-item-content-box p::before {
    left: 22%;
  }

  .Testimonial .user-position {
    padding-top: 0;
    padding-left: 22%;
    position: relative;
  }

  .Testimonial .user-position h5 {
    font-family: Outfit;
    font-style: normal;
    font-weight: normal;
    font-size: large;
    color: #181818;
    margin-bottom: 10;
  }

  .Testimonial .user-position small {
    font-family: Outfit;
    font-style: normal;
    font-weight: normal;
    font-size: medium;
    letter-spacing: 0.16em;
    color: #181818;
    margin-bottom: 100px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .bottom_hex {
    display: none !important;
  }

  .hexagon-gallery,
  .Testimonial,
  .user-position {
    position: relative;
  }

  .hex_1 {
    height: 200px;
  }

  .hexagon-gallery {
    top: -145px;
  }

  .Testimonial_container {
    max-width: 99% !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .success-stories-testimonial-item-content-box p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: medium !important;
    line-height: 25px !important;
    color: #181818;
    padding-left: 20%;
    padding-top: 20px;
    position: relative;
  }

  .success-stories-testimonial-item-content-box p::before {
    left: 10%;
  }
}

@media (max-width: 768px) {
  #TCI_extra_space {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .bottom_hex {
    display: none !important;
  }

  .hexagon-gallery,
  .Testimonial,
  .user-position {
    position: relative !important;
  }

  .Testimonial {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .success-stories-testimonial-item-content-box p {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-size: medium !important;
    line-height: 25px !important;
    color: #181818;
    padding-left: 0%;
    padding-top: 20px;
    position: relative;
  }

  .success-stories-testimonial-item-content-box p::before {
    background: none !important;
  }

  .Testimonial .user-position {
    padding-top: 0;
    padding-left: 0%;
    position: relative;
    margin-left: 3% !important;
  }

  .Testimonial_container {
    background-color: #cce0ff;
    margin-bottom: 50px !important;
  }

  .success-stories-testimonial-wrap {
    margin-bottom: 0 !important;
  }

  .hexagon-gallery {
    top: 0;
    left: 0;
    grid-template-columns: max-content;
    justify-content: right !important;
  }

  .hex_1 {
    height: 250px;
  }
}

@media (max-width: 992px) {
  .success-stories-testimonial-wrap {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .Testimonial_container {
    height: 350px !important;
  }
}
@media (max-width: 576px) {
  .Testimonial_container {
    height: auto !important;
  }
}

/* ---------------- Marqee Start-----------------------*/
.Marquee {
  width: 100%;
  box-sizing: border-box;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: flex;
  vertical-align: top;
  animation: marquee 50s linear infinite running;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  width: 380px;
  margin: 0 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.Marquee-tag:hover {
  cursor: pointer;
}

.success-stories-block {
  background: #ffffff;
  box-shadow: 0px -1.10127px 15.4178px rgba(191, 191, 191, 0.25);
  border-radius: 10px;
  padding: 10px;
  margin: 15px 0;
}

.success-stories-block .img-box {
  position: relative;
  width: 100%;
}

.success-stories-block .img-box img {
  width: 100%;
}

.success-stories-block .success-stories-icon {
  position: absolute;
  right: 15px;
  bottom: -20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    138.81deg,
    #f1f8ff 11.67%,
    rgba(255, 255, 255, 0.92) 80.07%
  );
  box-shadow: 0px 2px 12.51px rgba(141, 141, 141, 0.1),
    inset 0px 0px 100.739px rgba(0, 0, 0, 0.02);
  border-radius: 100%;
  text-align: center;
}

.success-stories-block .success-stories-icon img {
  width: 30px;
  margin: 12px auto;
}

.success-stories-block .content-box {
  width: 100%;
  text-align: center;
  min-height: 200px;
  padding: 20px 0 0;
}

.success-stories-block .content-box h6 {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: #525252;
}

.success-stories-block .content-box p {
  font-family: Outfit;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #0a0a0a;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}

/* ---------------- Marqee End-----------------------*/

@media (min-width: 1800px) and (max-width: 2000px) {
  .Marquee-tag {
    width: 500px;
  }

  .success-stories-block .content-box {
    min-height: 250px;
  }
}

.personal_learning_p {
  text-align: center;
  font-size: 30px;
  margin: 50px 0;
  font-weight: bold;
  color: rgb(51, 51, 107);
  padding-top: 10px !important;
}

@media (max-width: 772px) {
  .personal_learning_p {
    font-size: 20px;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-top: 50px !important;
  }
}

/* Get Free Guidance  */

@media (max-width: 991px) {
  .get_free_guidance_1 {
    margin-top: 15px !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }
  .get_free_guidance {
    padding: 10px !important;
    width: fit-content !important;
    font-size: 14px !important;
  }
}

.get_free_guidance {
  background: linear-gradient(90deg, #3958ec -19.27%, #253ba2 100%);
  border-radius: 10px;
  font-family: Outfit;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 15px;
  width: 250px;
  display: block;
  text-align: center;
}
.get_free_guidance_1 a {
  text-decoration: none !important;
  color: white;
}

/* ---------- 
Hexagon Image
------------- */

.hexagon_1 {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
  position: absolute;
  top: 17%;
  right: -50px;
}
.hexagon_2 {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
  position: absolute;
  top: 27%;
  right: -50px;
}
.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(https://tradingcafeindia.com/img/tci_logo.webp);
  opacity: 0.9;
  background-color: #eaeeff;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hexagon2 {
  width: 100px;
  height: 400px;
  margin: -80px 0 0 20px;
}
@media (max-width: 1413px) {
  .hexagon2 {
    width: 90px;
  }
  .hexagon_1 {
    position: absolute;
    top: 25px;
    right: -45px;
  }
  .hexagon_3 {
    position: absolute;
    top: 48px !important;
    right: -45px;
  }
  .hexagon_4 {
    position: absolute;
    top: 68px !important;
    right: -45px;
  }
}
@media (max-width: 1225px) {
  .hexagon2 {
    width: 80px;
  }
  .hexagon_1 {
    position: absolute;
    top: 25px;
    right: -35px;
  }
  .hexagon_3 {
    position: absolute;
    top: 55px !important;
    right: -45px;
  }
  .hexagon_4 {
    position: absolute;
    top: 75px !important;
    right: -45px;
  }
  .hexagon_2_4 {
    position: absolute;
    top: 55px !important;
    right: -45px;
  }
  .hexagon_3_7 {
    position: absolute;
    top: 73px !important;
    right: -40px;
  }
}
@media (max-width: 1025px) {
  .hexagon_1 {
    display: none !important;
  }
  .hexagon_2 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .get_free_guidance {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 18px !important;
  }
}

/* Extra Video Button */
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  color: #fff;
  background-color: #324ed4;
}
@media (max-width: 500px) {
  .video-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    color: #fff;
    background-color: #324ed4;
  }
  .video-btn > .fa-solid {
    font-size: 25px;
  }
}
.video-btn:hover {
  color: #fff;
}
.video-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #324ed4;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.video-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #324ed4;
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
  animation-delay: 1s;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
