#main-cnt {
  overflow-x: hidden;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_wrap,
.center_width {
  position: relative;
  overflow: hidden;
}
.f_align_center {
  -webkit-align-items: center;
  align-items: center;
}
.justify_content {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex_direction_bottom {
  flex-direction: column;
}
.height_full {
  height: 100%;
}
.center_width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.mt-auto {
  margin-top: auto;
}
.pt-30 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.plr-15 {
  padding: 0px 15px;
}
.cta-link {
  /* font-family: 'tungstenw05-medium', 'Oswald', sans-serif; */
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 35px;
  /* letter-spacing: 3px; */
  margin: 1.11rem 0;
  text-decoration: none;
  font-size: 22px;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase;
}
.cta-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-link:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.cta-link:hover:before {
  height: 600%;
}
.cta-link:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* black */
.cta-black {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.cta-black:before {
  background-color: #000;
}
.cta-black:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #fff;
}
.cta-black:focus {
  background-color: #000;
  color: #fff;
}

/* Topaz */
.topaz-d-cta {
  color: #2f1113;
  background-color: #f4e0c8;
  border: 1px solid #f4e0c8;
}
.topaz-d-cta:before {
  background-color: #2f1113;
}
.topaz-d-cta:hover {
  border: 1px solid #2f1113;
  background-color: transparent;
  color: #fff;
}
.topaz-d-cta:focus {
  background-color: #2f1113;
  color: #fff;
}

/* sapphire */
.topaz-d-cta {
  color: #fff;
  background-color: #007cc3;
  border: 1px solid #007cc3;
}
.topaz-d-cta:before {
  background-color: #061838;
}
.topaz-d-cta:hover {
  border: 1px solid #061838;
  background-color: transparent;
  color: #fff;
}
.topaz-d-cta:focus {
  background-color: #061838;
  color: #fff;
}

.relative {
  position: relative;
}
.overflow-hide {
  overflow: hidden;
}
.h2-heading {
  font-size: 60px;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.overlowhide {
  overflow-y: hidden;
}

/* banner section */
.overview {
  height: 100vh !important;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.top-line {
  top: 0;
}
.bottom-line {
  bottom: 0;
}
.v-line {
  display: block;
  background: #fff !important;
  width: 1px;
  height: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1;
}
.ovr-head-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #007cc3;
  /* background-color: #12405a; */
  mix-blend-mode: screen;
}
.overview-big-txt {
  margin: 0;
  font-size: 180px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  transform-origin: center center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-weight: 700;
  letter-spacing: -5px;
  width: 100%;
  letter-spacing: -11px;
}
.hero-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.second-block {
  line-height: 70px;
}
.home-video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.home-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
}
.ovr-para {
  transition: all 0.7s ease-in-out;
}
.overview-txt {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  transition: all 0.7s ease-in-out;
  padding: 40px;
  margin: 0;
}
.trapezoid-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: perspective(180px) rotateY(-42deg);
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
}
.ovr-head-txt {
  background-color: #fff;
}

.forward_arrow {
  width: 100px !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.f_left {
  left: 0px;
}
.f_right {
  right: 0px;
}
.signup-sec {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.video-sec {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.video-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-sec video,
.vidyard-player-embed {
  object-fit: cover;
}
/* .signup-img.fixed {
  position: fixed;
  top: 0;
  width: 100%;
} */
/* .signup_wrap {
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  align-items: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zIndex0 {
  z-index: 0 !important;
} */
/* .signup_wrap_inner {
  width: 100%;
  height: 100vh;
} */
.signup-box {
  padding: 30px;
  max-width: 500px;
  width: 100%;

  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.signup-title {
  font-size: 80px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.signup-para {
  font-size: 20px;
  font-weight: 400;
}

.next-knowledge-title {
  font-size: 70px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.nex-knowledge-para {
  font-size: 20px;
  font-weight: 400;
}

#next_know {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.next_knowledge .next-knowledge-wrap {
  /* background-color: #92D1FF; */
  background: rgba(96, 149, 165);
  background: linear-gradient(
    343deg,
    rgba(96, 149, 165, 1) 10%,
    rgba(196, 219, 227, 1) 100%
  );
}
.next-knowledge-inner {
  padding: 30px;
  padding-left: 60px;
}
.next_knowledge.owl-theme .owl-dots .owl-dot span::after {
  background-color: #df9926;
}
.next_knowledge.owl-theme .owl-dots .owl-dot span {
  margin: 0px;
  background-color: #869791;
}
.next_knowledge.owl-theme .owl-dots {
  bottom: -40px;
}

.get-updates-title {
  font-size: 70px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.get-updates-para {
  font-size: 20px;
  font-weight: 400;
}
.get-img {
  padding: 30px;
  background: rgba(235, 188, 48);
  background: radial-gradient(
    circle,
    rgba(235, 188, 48, 1) 10%,
    rgba(223, 153, 38, 1) 68%
  );
}

.refresh-card {
  padding: 15px;
  padding-bottom: 60px;
  height: 100%;
}
.refresh-card-title {
  font-size: 40px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin-bottom: 20px;
}
.refresh_learnings.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.refresh-card-label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
.refresh-card-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #ccc;
  bottom: 0;
}
.refresh-card-bottom a {
  font-size: 20px;
  color: inherit;
  font-weight: 600;
  margin-bottom: 0;
  padding: 15px 20px;
  display: block;
  text-transform: uppercase;
}
.refresh-card-bottom .fa {
  padding-left: 10px;
  font-size: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.refresh-card-bottom a:hover .fa {
  padding-left: 25px;
}
.refresh_learnings.owl-carousel .item {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.refresh_learnings.owl-theme .owl-dots .owl-dot span::after {
  background-color: #df9926;
}
.refresh_learnings.owl-theme .owl-dots .owl-dot span {
  margin: 0px;
  background-color: #869791;
}
.refresh_learnings.owl-theme .owl-dots {
  bottom: -40px;
}
.refresh_learnings .owl-prev,
.refresh_learnings .owl-next {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px;
  background-color: transparent !important;
}
.refresh_learnings .owl-nav .owl-next {
  right: -50px;
  background-image: url("../images/right-arrow.svg");
}
.refresh_learnings .owl-nav .owl-prev {
  left: -50px;
  background-image: url("../images/left-arrow.svg");
}

.knowledge_bites.owl-carousel .owl-item img {
  border-radius: 5px;
}
.knowledge_bites.owl-theme .owl-dots .owl-dot span::after {
  background-color: #df9926;
}
.knowledge_bites.owl-theme .owl-dots .owl-dot span {
  margin: 0px;
  background-color: #869791;
}
.knowledge_bites.owl-theme .owl-dots {
  bottom: -40px;
}
.knowledge_bites .owl-prev,
.knowledge_bites .owl-next {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 40px;
  background-color: transparent !important;
}
.knowledge_bites .owl-nav .owl-next {
  right: 22%;
  background-image: url("../images/right-arrow.svg");
}
.knowledge_bites .owl-nav .owl-prev {
  left: 22%;
  background-image: url("../images/left-arrow.svg");
}

.video_popup {
  padding: 0 !important;
}
.video_popup .modal-content {
  height: 100%;
  overflow-y: scroll;
  border-radius: 0;
  background-color: #382262;
}
.video_popup .modal-header {
  border: 0;
  padding: 15px;
}
.video_popup .close {
  font-size: 50px;
  font-weight: 300;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 9;
  opacity: 1;
  text-shadow: none;
  color: #fff !important;
}

.faqs-sec [class*="col-"] {
  margin-bottom: 20px;
}
.faqs-wrap {
  padding: 30px;
  border-radius: 5px;
}
.faqs-wrap ol {
  padding-left: 15px;
}
.faqs-wrap ol li {
  font-size: 22px;
  font-weight: 600;
}
.faqs-wrap p {
  font-size: 20px;
  font-weight: 400;
  padding-left: 15px;
}
#loadmore {
  font-size: 20px;
  padding: 10px 35px;
  margin-bottom: 0px;
}

.spin_wrap {
  padding: 30px;
}
.spin-wheel-title {
  font-size: 60px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.spin-wheel-para {
  font-size: 20px;
  font-weight: 400;
}
.slider,
#hero_slider,
.repeated-css {
  height: 100vh !important;
}
.video_popup .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
.video_popup .modal-body {
  padding-top: 50px;
}

@media only screen and (min-width: 1600px) {
  .knowledge_bites .owl-nav .owl-next {
    right: 12%;
  }
  .knowledge_bites .owl-nav .owl-prev {
    left: 12%;
  }
}
@media only screen and (min-width: 1400px) {
  .knowledge_bites .owl-nav .owl-next {
    right: 17%;
  }
  .knowledge_bites .owl-nav .owl-prev {
    left: 17%;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-head {
    font-size: 100px;
  }
  .h2-heading {
    font-size: 50px;
  }
  .overview-big-txt {
    font-size: 150px;
  }
  .signup-title {
    font-size: 50px;
  }
  .next-knowledge-title {
    font-size: 40px;
  }
  .get-updates-title {
    font-size: 50px;
  }
  .spin-wheel-title {
    font-size: 40px;
  }
  .spin-wheel-para {
    font-size: 20px;
  }

  .refresh_learnings .owl-nav .owl-next {
    right: -40px;
  }
  .refresh_learnings .owl-nav .owl-prev {
    left: -40px;
  }
  .knowledge_bites .owl-nav .owl-next {
    right: 22%;
  }
  .knowledge_bites .owl-nav .owl-prev {
    left: 22%;
  }
}

@media only screen and (max-width: 992px) {
  .knowledge_bites {
    margin: 0 auto;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .knowledge_bites {
    margin: 0 auto;
    width: 96%;
  }
  .forward_arrow {
    display: none !important;
  }
  .faqs-sec [class*="col-"] {
    margin-bottom: 10px;
  }
  .overview-big-txt {
    font-size: 100px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .hero-head {
    font-size: 60px;
  }
  .h2-heading {
    font-size: 40px;
  }
  .signup-title {
    font-size: 40px;
  }
  .next-knowledge-title {
    font-size: 40px;
  }
  .get-updates-title {
    font-size: 40px;
  }
  .faqs-sec {
    padding: 0px 10px;
  }
  .owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 660px) and (min-width: 600px) {
  .signup-box {
    padding: 10px;
  }
  .cta-link {
    margin-top: 0px;
  }
  .signup-sec .cta-link {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .next-knowledge-inner {
    padding: 10px;
  }
  .spin_wrap {
    padding: 20px;
  }
  .spin_wrap .cta-link {
    font-size: 20px;
  }
  .overview-big-txt {
    font-size: 90px;
  }
  .signup-box {
    margin: 0 auto;
    padding: 30px;
    max-width: 100%;
    width: 92%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 420px) {
  .overview-big-txt {
    font-size: 70px;
  }
}
