.introductionBlock {
  padding-top: 75px;
}
.introductionBlock .circle {
  width: 113px;
  height: 113px;
  border-radius: 50%;
}
.introductionBlock .circle img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.introductionBlock h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
}

.quoteSection .greenLayer {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.quoteSection .quoteText {
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  text-transform: capitalize;
  font-family: "Roboto-Regular";
  font-weight: 800;
}

.bgImgAboslute {
  width: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.videoSection svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 2;
}
.videoSection .layer {
  background: rgba(0, 0, 0, 0.21);
  top: 0;
  z-index: 1;
}
.videoSection .pointer {
  cursor: pointer;
}
.videoSection .bgImg {
  height: 543px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sliderSections .swiper {
  overflow: visible;
}
.sliderSections .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #39A69D;
  position: relative;
  background-color: #39A69D;
}
.sliderSections .circle i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  color: #fff;
  text-align: center;
}
.sliderSections .circle.swiper-button-disabled {
  background: white;
  opacity: 0.6;
}
.sliderSections .circle.swiper-button-disabled i {
  color: #39A69D;
}

#videoModal .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}
#videoModal .btn-close {
  filter: invert(1);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.textCancel p {
  margin-bottom: 10px;
}
.textCancel p:last-child {
  margin-bottom: 0px;
}

.regular {
  font-family: "Roboto-Regular";
}

.marginTop {
  margin-top: 60px;
}

.marginBottom {
  margin-bottom: 60px;
}

.paddingTop {
  padding-top: 60px;
}

.paddingBottom {
  padding-bottom: 60px;
}

.bgGrey, .bg-grey {
  background: #F2F2F2;
}

.textNormal {
  line-height: 21px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .quoteSection .greenLayer {
    width: 100%;
  }
  .introductionBlock h1 {
    font-size: 33px;
    line-height: normal;
  }
  .marginTop {
    margin-top: 40px;
  }
  .marginBottom {
    margin-bottom: 40px;
  }
  .paddingTop {
    padding-top: 40px;
  }
  .paddingBottom {
    padding-bottom: 40px;
  }
  .bgGrey, .bg-grey {
    background: #F2F2F2;
  }
  .quoteSection .quoteText {
    font-size: 18px;
    line-height: normal;
  }
  .bgImgAboslute {
    width: 100%;
    position: relative;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .introductionBlock {
    padding-top: 35px;
  }
  body.rtl .introductionBlock {
    padding-top: 85px;
  }
  .videoSection .bgImg, .bgImgAboslute {
    height: 290px;
  }
}

/*# sourceMappingURL=blocks.css.map */
