.site-content.is-full-width {
  width: 100%;
  max-width: 100%;
}

.ms-container {
  max-width: 1320px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.ms-container.ms-big-container {
  max-width: 1400px;
}
body.is-overflow {
  overflow: hidden;
}

p:empty {
  margin: 0 !important;
}

.ms-box-content-part::before {
  content: "";
  background-image: url(../images/18.svg);
  position: absolute;
  right: 0;
  width: 269px;
  height: 218px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  visibility: visible;
}

.ms-cta-section::before {
  content: "";
  background-image: url(../images/19.svg);
  position: absolute;
  left: 0;
  width: 269px;
  height: 218px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  visibility: visible;
}

.ms-main-wrapper::after {
  content: "";
  background-image: url(../images/Group-48095861.svg);
  position: absolute;
  right: 0;
  width: 541px;
  height: 322px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 131px;
  visibility: visible;
}

.speaker-video-box .poster-img .play-icon {
  background-image: url(../images/play.svg);
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
}

/* .ot-button-section::before{
    background-image: url(../images/arrow.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
} */

/*---------------------
    Testimonial
----------------------*/
.ms-modal-section {
  position: fixed;
  inset: 0;
  background-color: rgba(48, 63, 78, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: 400ms all ease;
}

.ms-modal-section.is-modal-show {
  display: flex;
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}

@media only screen and (max-width: 991px) {
  .ms-modal-section {
    transition: none;
  }
}
.ms-testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--bg-testimonial-color);
}
.ms-testimonial-section .ms-testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.ms-testimonial-section .ms-testimonial img {
  margin-bottom: 28px;
}
.ms-testimonial-section .ms-testimonial-title {
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 40px;
  line-height: 42px;
  color: #303f4e;
  margin-bottom: 30px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.ms-testimonial-section .ms-testimonial-title svg {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.ms-testimonial-section .ms-testimonial-positions {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  color: #808080;
}
.ms-testimonial-section .ms-testimonial-modal {
  text-decoration: none;
  display: block;
}
.ms-modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ms-modal-block {
  max-width: 948px;
  width: 100%;
  padding: 24px;
  height: calc(100vh - 50px);
  min-height: 300px;
  margin: 0 auto;
}

.ms-modal-block .ms-modal-head {
  padding: 40px 80px 32px 80px;
  background-color: #f47037;
  position: relative;
}
.ms-modal-block .ms-modal-head::before {
  content: "";
  background-image: url(../images/testimonial-shap.svg);
  position: absolute;
  right: 62px;
  width: 383px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}

.model-topic .ms-modal-block .ms-modal-head::before {
  background-image: url(../images/model-topic-shap.svg);
  width: 300px;
  right: 0;
}

.model-speakers .ms-modal-block .ms-modal-head::before {
  background-image: url(../images/model-team-shap.svg);
  bottom: 0;
  top: unset;
  width: 210px;
  right: 125px;
  height: 130px;
  background-size: 210px;
}

.model-speakers .ms-modal-head {
  margin-top: 50px;
}

.model-speakers .ms-modal-head:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  top: -50px;
  bottom: 0;
  width: 200px;
  background-position: bottom;
}

.ms-modal-block .ms-modal-title {
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-weight: 700 !important;
  margin: 0;
}

.model-video-box .ms-modal-block .ms-content-wrapper {
  padding: 0;
  /*height: 100%;
    display: flex;
    flex-direction: row;*/
}

.model-video-box .ms-content-video {
  /*height: 100%;
    width: 100%;
    display: flex;*/
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.model-video-box .ms-content-video video,
.model-video-box .ms-content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.model-video-box .ms-content-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.ms-modal-section.ms-global-model.model-video-box * {
  background: transparent;
}

.ms-modal-section.ms-global-model.model-video-box .ms-modal-head {
  padding: 0;
  margin-bottom: 32px;
}

.ms-modal-section.ms-global-model.model-video-box .ms-modal-head:before {
  display: none;
}

.ms-modal-section.ms-global-model.model-video-box .ms-modal-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ms-modal-section.ms-global-model.model-video-box .author-title p {
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 31.8px;
  text-align: left;
}

p.ms-modal-sub-title {
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 31.8px;
  text-align: left;
  color: #fff;
  margin: 0;
  margin-top: 8px;
}

.ms-modal-block .ms-content-wrapper {
  padding: 80px;
  background-color: #fff;
  /* height: calc(100vh - 200px);
    max-height: 700px; */
  overflow-y: auto;
}
.ms-modal-block .ms-content-wrapper .ms-content-desc,
.ms-modal-block .ms-content-wrapper .ms-content-desc p {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400 !important;
  color: #303f4e;
}

.ms-modal-block .ms-content-wrapper .ms-content-desc a {
  font-weight: 600 !important;
  color: #f47037;
  text-decoration: unset;
}

/* .ms-global-model-content {
    height: calc(100vh - 100px);
    overflow: auto;
    max-height: 800px;
} */

.ms-content-title,
.ms-content-title p {
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 31.8px;
  text-align: left;
  margin-bottom: 24px !important;
}

.ms-modal-block .ms-content {
  color: #303f4e;
}
.ms-modal-block .ms-footer-text {
  color: #808080;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 31.8px;
  margin-top: 30px;
}

.ms-modal-block .ms-footer-text:empty {
  margin: 0;
}
.ms-close,
svg {
  display: block;
}

.ms-close {
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 9999;
  cursor: pointer;
}
.ms-embed-video,
.ms-video-container {
  /* height: 100%;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #000; */

  height: 100%;
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  /* overflow: hidden; */
  /* background: #000;    */
}

.ms-embed-video iframe {
  width: 100%;
}
.ms-video-container {
  text-align: center;
}
.ms-video-container video {
  width: auto;
  height: 100%;
}

/*================*/
.ms-content-section {
  padding-top: 80px;
  padding-bottom: 120px;
}
.ms-content-section .ms-content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ms-content-section .ms-heading-block {
  max-width: 500px;
}
.ms-content-section .ms-content-block {
  max-width: 700px;
}
.ms-content-section .ms-title {
  font-size: 86px !important;
  line-height: 83px !important;
  color: #303f4e;
  text-transform: uppercase;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
}
.ms-content-section .ms-title span {
  color: #f47037;
  /* display: inline-block; */
}
.ms-content-section .ms-content-block ul,
.ms-content-section .ms-content-block ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.ms-content-section .ms-content-block ul li {
  display: flex;
  column-gap: 16px;
}
.ms-content-section .ms-content-block ul li .ms-svg {
  display: block;
  position: relative;
  top: 8px;
}
.ms-content-section .ms-content-block ul li .ms-svg svg {
  display: block;
}
.ms-content-section .ms-content-block ul li .text {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  color: #303f4e;
  font-weight: 400 !important;
}
.ms-content-section .ms-content-block ul li + li {
  margin-top: 16px !important;
}
.ms-content-section .ms-content-block ul li::before {
  display: none !important;
}
/*================*/
@media only screen and (min-width: 560px) and (max-width: 991px) {
  .model-video-box .ms-modal-block {
    max-width: 75%;
  }
}
@media only screen and (max-width: 1400px) {
  .ms-content-section .ms-content-block ul li .text br {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .ms-testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .ms-testimonial-section .ms-testimonial-wrapper {
    gap: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .ms-testimonial-section .ms-testimonial-title {
    font-size: 32px;
    line-height: 36px;
  }
  .ms-content-section .ms-title {
    font-size: 68px !important;
    line-height: 66px !important;
  }
  .ms-content-section {
    padding-bottom: 80px;
  }

  .ms-main-wrapper::after {
    height: 260px;
    width: 450px;
  }
  .ms-modal-block .ms-content-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .ms-content-section .ms-content-wrapper {
    flex-direction: column;
    row-gap: 32px;
  }
  .ms-content-section .ms-heading-block,
  .ms-content-section .ms-content-block {
    max-width: 100%;
  }
  .ms-modal-block .ms-modal-head {
    padding: 40px 60px 32px 60px;
  }
  .ms-modal-block .ms-content-wrapper {
    padding: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .ms-testimonial-section .ms-testimonial-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .ms-box-content-part::before {
    visibility: hidden;
  }
  .ms-content-section .ms-title {
    font-size: 48px !important;
    line-height: 46px !important;
  }
  .ms-content-section .ms-content-block ul li .text {
    font-size: 18px;
    line-height: 26px;
  }

  .ms-main-wrapper::after {
    visibility: hidden;
  }

  .ms-cta-section::before {
    visibility: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .ms-modal-block {
    max-width: 100%;
    max-height: 80vh;
    overflow-y: auto;
  }
  .ms-testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ms-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ms-testimonial-section .ms-testimonial-wrapper {
    grid-template-columns: 1fr;
  }
  .ms-modal-block .ms-modal-head {
    padding: 20px;
    margin-top: 0;
  }
  .ms-modal-block .ms-content-wrapper {
    padding: 20px;
  }
  .ms-modal-block .ms-modal-head::before,
  .ms-modal-block .ms-modal-head::after {
    display: none;
  }
  .ms-modal-block .ms-modal-title {
    font-size: 32px;
    line-height: 34px;
  }
  .ms-modal-block .ms-content-wrapper .ms-content-desc,
  .ms-modal-block .ms-content-wrapper .ms-content-desc p {
    font-size: 16px;
    line-height: 26px;
  }
  .ms-modal-block .ms-footer-text {
    text-align: left;
  }
  .ms-close {
    right: 20px;
    top: 20px;
  }
}

@media (min-width: 1200px) {
  .ms-content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ms-testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .speaker-section .heading-title {
    padding-top: 80px;
  }
  .speaker-video-section {
    padding-bottom: 80px !important;
  }

  .ot-wrapper .ot-heding-wrapper {
    padding-top: 80px !important;
  }
  .ot-container-section {
    padding-bottom: 80px !important;
  }
}

.ot-heding-wrapper h2 {
  color: #303f4e;
}

.ot-heding-wrapper h2 span,
.ot-heding-wrapper h2 b {
  color: #f47037;
}

h4 b{
	color: #f47037;
}