.header-info {
  position: relative !important;
  background: #04060b !important;
}
.experience-sec {
  background: #f7f8f9;
  padding: 70px 0px;
}
.experience-sec .row {
  margin: 0px -22px;
}
.experience-sec [class*="col-"] {
  padding: 0px 22px;
}
.experience-block {
  border: 2px solid #000000;
  padding: 30px 30px;
  color: #fff;
  position: relative;
  height: 100%;
}
.experience-block figure {
  width: 80px;
  height: 80px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  text-align: right;
  background: #f7f8f9;
  margin-bottom: 0px;
  line-height: 80px;
}
.experience-block figure h4 {
  color: #8b0100;
  margin: 0px;
  font-weight: bold;
  font-size: 70px;
  text-align: center;
}
.experience-block h3 {
  color: #0e385f;
  font-size: 24px;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: 'Bodoni SvtyTwo OS ITC TT';
}
.experience-block h3::before {
  position: absolute;
  background: #bf8e5a;
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: auto;
  margin: auto;
}
.experience-block p {
  color: #222222;
  margin-bottom: 0px;
  font-size: 14px;
  padding-right: 40px;
}
.experience-sec h2 {
  color: #8b0100;
  font-size: 40px;
  margin-bottom: 30px;
}
.video-testimonials-block {
  width: 100%;
  position: relative;
  background: #000000;
  text-align: center;
  height: 100%;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}
.video-testimonials-sec .coman-col {
  margin-bottom: 30px;
}
.video-testimonials-block figure {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
.video-testimonials-block figure img {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
.video-testimonials-block .play-btn {
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 90px;
  height: 90px;
  border-radius: 90px;
  line-height: 90px;
  text-align: center;
  margin-top: 10px;
}
.video-testimonials-block .play-btn i {
  color: #000000;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  position: relative;
  border-radius: 65px;
  font-size: 22px;
}
.video-testimonials-block .play-btn i:after {
  background: #ffc200;
  -webkit-box-shadow: 0px 0px 0px 13px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 0px 0px 13px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 0px 13px rgba(255, 255, 255, 0.15);
  animation: pulse-i 2s infinite;
  transform: scale(1);
  border-radius: 90px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.video-testimonials-block .play-btn:after {
  -webkit-box-shadow: 0px 0px 0px 13px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 13px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 13px rgba(255, 255, 255, 0.1);
  animation: pulse-button 2s infinite;
  transform: scale(1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: -3px;
  margin: auto;
  z-index: -1;
  border-radius: 90px;
}
.video-testimonials-block h3 {
  color: #fff;
  font-weight: bold;
  font-family: 'Bodoni SvtyTwo OS ITC TT';
  font-size: 24px;
  margin-bottom: 2px;
}
.video-testimonials-block p {
  color: #ffc200;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.video-testimonials-block .video-testimonials-block-det {
  padding: 22px 0px;
}
.wistia_embed {
  display: unset !important;
}
wistia_embed {
  display: unset !important;
}
@keyframes pulse-button {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-i {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
.super-landing-info {
  text-align: center;
}
.super-landing-benner-sec {
  padding: 70px 0px;
}
.super-landing-info h1 {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.45);
}
.super-landing-info h2 {
  color: #fff;
  font-size: 90px;
  font-weight: bold;
  font-family: 'Bodoni SvtyTwo OS ITC TT';
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.super-landing-info h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: normal;
}
.super-landing-info h3 b {
  color: #fff;
}
.super-landing-info h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 0px !important;
  font-weight: normal;
}
.super-landing-info .call-btn-shortcode .coman-btn-one, .super-landing-info .call-btn-shortcode .coman-btn-second {
  width: auto !important;
  height: 70px;
  line-height: 70px;
  font-size: 19px;
  padding: 0px 50px !important;
  margin: 10px !important;
}
.super-landing-info .coman-btn-one img {
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.defualt-content-info h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.defualt-content-info h2::before {
  width: 146px !important;
  right: auto;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: #0e385f;
  content: "";
}
@media (max-width: 1900px) {
  .super-landing-info h2 {
    font-size: 85px;
  }
  .super-landing-info h4 {
    font-size: 27px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    padding: 0px 35px !important;
    font-size: 17px;
  }
}
@media (max-width: 1800px) {
  .super-landing-info h2 {
    font-size: 75px;
  }
  .super-landing-info h4 {
    font-size: 26px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    padding: 0px 35px !important;
    font-size: 17px;
  }
}
@media (max-width: 1700px) {
  .super-landing-info h2 {
    font-size: 65px;
  }
  .super-landing-info h4 {
    font-size: 25px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    padding: 0px 35px !important;
    font-size: 17px;
  }
  .super-landing-benner-sec {
    padding: 65px 0px;
  }
}
@media (max-width: 1600px) {
  .experience-block {
    padding: 25px;
  }
  .experience-sec h2 {
    font-size: 38px;
  }
  .experience-block figure h4 {
    font-size: 65px;
  }
  .experience-block figure {
    width: 75px;
    height: 75px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 17px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 23px;
  }
  .video-testimonials-block p {
    font-size: 13px;
  }
  .super-landing-info h2 {
    font-size: 60px;
  }
  .super-landing-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 24px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 67px;
    line-height: 67px;
    font-size: 17px;
    padding: 0px 35px !important;
  }
  .super-landing-benner-sec {
    padding: 60px 0px;
  }
}
@media (max-width: 1500px) {
  .experience-block h3 {
    font-size: 24px;
  }
  .experience-block {
    padding: 35px;
  }
  .experience-block {
    padding: 25px;
  }
  .experience-sec h2 {
    font-size: 37px;
  }
  .experience-block figure h4 {
    font-size: 60px;
  }
  .experience-block figure {
    width: 70px;
    height: 70px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 17px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 23px;
  }
  .video-testimonials-block p {
    font-size: 13px;
  }
  .super-landing-info h2 {
    font-size: 60px;
  }
  .super-landing-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 23px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    padding: 0px 30px !important;
  }
  .super-landing-benner-sec {
    padding: 55px 0px;
  }
}
@media (max-width: 1400px) {
  .experience-sec .row {
    margin: 0px -15px;
  }
  .experience-sec [class*="col-"] {
    padding: 0px 15px;
  }
  .experience-block h3 {
    font-size: 23px;
  }
  .experience-block {
    padding: 25px;
  }
  .experience-block p {
    font-size: 14px;
    padding-right: 60px;
  }
  .experience-sec h2 {
    font-size: 36px;
  }
  .experience-block figure h4 {
    font-size: 55px;
  }
  .experience-block figure {
    width: 65px;
    height: 65px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 15px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 21px;
  }
  .video-testimonials-block p {
    font-size: 12px;
  }
  .super-landing-info h2 {
    font-size: 55px;
  }
  .super-landing-info h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 22px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    margin: 6px !important;
    padding: 0px 30px !important;
  }
  .super-landing-benner-sec {
    padding: 50px 0px;
  }
}
@media (max-width: 1300px) {
  .experience-sec .row {
    margin: 0px -15px;
  }
  .experience-sec [class*="col-"] {
    padding: 0px 15px;
  }
  .experience-block h3 {
    font-size: 23px;
  }
  .experience-block {
    padding: 23px;
  }
  .experience-block p {
    font-size: 14px;
    padding-right: 60px;
  }
  .experience-sec h2 {
    font-size: 35px;
  }
  .experience-block figure h4 {
    font-size: 55px;
  }
  .experience-block figure {
    width: 65px;
    height: 65px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 15px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 22px;
  }
  .video-testimonials-block p {
    font-size: 12px;
  }
  .super-landing-info h2 {
    font-size: 50px;
  }
  .super-landing-info h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 21px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 57px;
    line-height: 57px;
    font-size: 13px;
    margin: 6px !important;
    padding: 0px 24px !important;
  }
  .super-landing-benner-sec {
    padding: 45px 0px;
  }
}
@media (max-width: 1200px) {
  .experience-sec .row {
    margin: 0px -12px;
  }
  .experience-sec [class*="col-"] {
    padding: 0px 12px;
  }
  .experience-block h3 {
    font-size: 23px;
  }
  .experience-block {
    padding: 20px;
  }
  .experience-block p {
    font-size: 14px;
    padding-right: 60px;
  }
  .experience-sec h2 {
    font-size: 34px;
  }
  .experience-block figure h4 {
    font-size: 50px;
  }
  .experience-block figure {
    width: 60px;
    height: 60px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 15px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 22px;
  }
  .video-testimonials-block p {
    font-size: 12px;
  }
  .super-landing-info h1 {
    font-size: 15px;
  }
  .super-landing-info h2 {
    font-size: 45px;
  }
  .super-landing-info h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 20px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    margin: 6px !important;
    padding: 0px 20px !important;
  }
  .super-landing-benner-sec {
    padding: 40px 0px;
  }
}
@media (max-width: 1100px) {
  .experience-sec .row {
    margin: 0px -10px;
  }
  .experience-sec [class*="col-"] {
    padding: 0px 10px;
  }
  .experience-block h3 {
    font-size: 23px;
  }
  .experience-block {
    padding: 20px;
  }
  .experience-block p {
    font-size: 13px;
    padding-right: 60px;
  }
  .experience-sec h2 {
    font-size: 32px;
  }
  .experience-block figure h4 {
    font-size: 50px;
  }
  .experience-block figure {
    width: 60px;
    height: 60px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 13px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 21px;
  }
  .video-testimonials-block p {
    font-size: 12px;
  }
  .super-landing-info h1 {
    font-size: 15px;
  }
  .super-landing-info h2 {
    font-size: 40px;
  }
  .super-landing-info h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 19px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 6px !important;
    padding: 0px 20px !important;
  }
  .super-landing-benner-sec {
    padding: 35px 0px;
  }
}
@media (max-width: 991px) {
  .experience-sec {
    padding: 50px 0px 20px 0px;
  }
  .experience-sec .row {
    margin: 0px -15px;
  }
  .experience-sec [class*="col-"] {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .experience-block h3 {
    font-size: 22px;
  }
  .experience-block {
    padding: 20px;
  }
  .experience-block p {
    font-size: 13px;
    padding-right: 60px;
  }
  .experience-sec h2 {
    font-size: 30px;
  }
  .experience-block figure h4 {
    font-size: 45px;
  }
  .experience-block figure {
    width: 55px;
    height: 55px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 10px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 20px;
  }
  .video-testimonials-block p {
    font-size: 11px;
  }
  .super-landing-info h1 {
    font-size: 14px;
  }
  .super-landing-info h2 {
    font-size: 35px;
  }
  .super-landing-info h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 18px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    margin: 5px !important;
    padding: 0px 18px !important;
  }
  .super-landing-benner-sec .coman-form {
    margin-top: 30px !important;
  }
  section.super-landing-benner-sec.bg {
    padding-top: 63% !important;
    background-position: top center !important;
    background-size: 100% auto !important;
    background-color: #000000 !important;
    padding-bottom: 40px !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 767px) {
  .experience-sec {
    padding: 50px 0px 20px 0px;
  }
  .experience-sec .row {
    margin: 0px -12px;
  }
  .experience-sec [class*="col-"] {
    padding: 0px 12px;
    margin-bottom: 30px;
  }
  .experience-block h3 {
    font-size: 21px;
  }
  .experience-block {
    padding: 15px;
  }
  .experience-block p {
    font-size: 13px;
    padding-right: 60px;
  }
  .experience-sec h2 {
    font-size: 32px;
  }
  .experience-block figure h4 {
    font-size: 40px;
  }
  .experience-block figure {
    width: 50px;
    height: 50px;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 10px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 20px;
  }
  .video-testimonials-block p {
    font-size: 11px;
  }
  .video-testimonials-block .play-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .video-testimonials-block .play-btn {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    line-height: 75px;
  }
  .video-testimonials-block .play-btn::after {
    top: -2px;
  }
  .super-landing-info h1 {
    font-size: 14px;
  }
  .super-landing-info h2 {
    font-size: 35px;
  }
  .super-landing-info h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 18px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin: 5px !important;
    padding: 0px 15px !important;
  }
}
@media (max-width: 576px) {
  .experience-block {
    padding: 20px !important;
    height: auto;
  }
  .experience-sec h2 {
    font-size: 30px;
  }
  .experience-block figure h3 {
    font-size: 22px;
  }
  .experience-block figure h4 {
    font-size: 40px;
  }
  .experience-block figure {
    width: 50px;
    height: 50px;
  }
  .experience-sec {
    padding: 50px 0px 30px 0px !important;
  }
  .wistia_click_to_play {
    width: 100% !important;
  }
  .video-testimonials-block .video-testimonials-block-det {
    padding: 10px 0px;
  }
  .video-testimonials-block h3 {
    font-size: 20px;
  }
  .video-testimonials-block p {
    font-size: 11px;
  }
  .video-testimonials-block .play-btn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .video-testimonials-block .play-btn {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    line-height: 75px;
  }
  .video-testimonials-block .play-btn::after {
    top: -2px;
  }
  .super-landing-info h1 {
    font-size: 14px;
  }
  .super-landing-info h2 {
    font-size: 35px;
  }
  .super-landing-info h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .super-landing-info h4 {
    font-size: 18px;
  }
  .super-landing-info .call-btn-shortcode .coman-btn-second, .super-landing-info .call-btn-shortcode .coman-btn-one {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0px 21px !important;
    margin: 5px 5px !important;
    width: 280px !important;
  }
}