.slideshow__box-head img,
.our__box-head img,
.interest__box-head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-main {
  position: relative;
  padding-top: 220px;
  padding-bottom: 90px;
  background-color: #f6f5f2;
}

.single-main__bg {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-main__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  background-color: #f6f5f2;
}

.single-main__bg-corner {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  display: block;
  max-width: 100%;
  height: auto;
  right: 90px;
  max-width: 75px;
}

.single-main__bg-corner-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20%, 20%);
      -ms-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 104px;
}

.single-main__bg-corner-2 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(65%, -10%);
      -ms-transform: translate(65%, -10%);
          transform: translate(65%, -10%);
  display: block;
  max-width: 100%;
  height: auto;
}

.single-main__bg:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 245, 242, 0)), color-stop(36.39%, #f6f5f2), to(#f6f5f2));
  background: -webkit-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
  background: -o-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
  background: linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 36.39%, #f6f5f2 100%);
}

.single-main__wrapper {
  z-index: 2;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-main__wrapper > div {
  width: 100%;
  max-width: 660px;
  margin-right: auto;
}

.single-main__content h1 {
  margin: 0;
  padding-bottom: 50px;
  font-weight: bold;
  line-height: 0.93;
  letter-spacing: -0.01em;
  text-align: right;
  color: #090909;
  font-size: 31px;
}

.single-main__content p {
  font-size: 23px;
  line-height: 1.7;
  letter-spacing: 0.58px;
  text-align: right;
  color: #191919;
  font-size: 16px;
}

.single-main__content p + p {
  padding-top: 30px;
}

.slideshow {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
  background-color: #f6f5f2;
}

.slideshow__box {
  width: 100%;
  max-width: 710px;
}

.slideshow__box:hover .slideshow__box-head img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}

.slideshow__box-head {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
}

.slideshow__box-head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.slideshow__box-head img {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slideshow__box-body {
  padding-top: 15px;
}

.slideshow__box-body p {
  padding-bottom: 10px;
  font-size: 28px;
  letter-spacing: 0.62px;
  text-align: right;
  color: #000000;
}

.slideshow__box-body span {
  display: block;
  width: 100%;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.4px;
  text-align: right;
  color: #000000;
}

.slideshow__btn {
  z-index: 10;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 400px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slideshow__btn:hover {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slideshow__btn:hover.slideshow__prev {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.slideshow__btn:hover.slideshow__next {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.slideshow__btn.slideshow__prev {
  left: 0;
  padding-right: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f5f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
}

.slideshow__btn.slideshow__next {
  right: 0;
  padding-left: 50px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #f6f5f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
}

.slideshow__btn.slideshow__next img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slideshow #slideshowSwiper .swiper-slide {
  width: 710px !important;
}

.present {
  position: relative;
  padding-bottom: 140px;
}

.present__bg {
  z-index: 0;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-color: #2e2e2e;
}

.present__bg:before {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #f6f5f2;
}

.present__wrapper {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1667px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

[dir='rtl'] .present__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.present__wrapper-1 .present__wrapper-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-top: 50px;
  padding-left: 110px;
  text-align: left;
}

.present__wrapper-1 .present__wrapper-right .present__desc {
  margin-right: auto;
}

.present__wrapper-2 {
  top: -40px;
}

.present__wrapper-2 img {
  -webkit-box-shadow: 11px 10px 82px 0 rgba(0, 0, 0, 0.56);
          box-shadow: 11px 10px 82px 0 rgba(0, 0, 0, 0.56);
}

.present__wrapper-2 .present__wrapper-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-top: 50px;
  padding-right: 110px;
}

.present__wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.present__title {
  padding-bottom: 20px;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.97px;
  color: #41c6bc;
}

.present__title-1 {
  color: #41c6bc;
}

.present__title-2 {
  color: #c6415a;
}

.present__subtitle {
  padding-bottom: 15px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.37px;
  color: #ffffff;
}

.present__desc {
  width: 100%;
  max-width: 360px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: 0.99px;
  color: #dcdcdc;
}

.our {
  padding-bottom: 140px;
  background-color: #f6f5f2;
}

.our__line {
  width: 1px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-color: #54265a;
}

.our__wrapper {
  width: 100%;
  max-width: 1667px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.our__title {
  padding-bottom: 100px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.49px;
  text-align: center;
  color: #070707;
}

.our__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.our__box:hover {
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.our__box:hover .our__box-head img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}

.our__box-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.our__box-wrapper > div {
  width: 300px;
  margin: 0 40px 40px;
  height: 100%;
}

.our__box-wrapper > div .our__box {
  height: 100%;
}

.our__box-head {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 270px;
  -webkit-box-shadow: 1px 10px 23px 0 rgba(0, 0, 0, 0);
          box-shadow: 1px 10px 23px 0 rgba(0, 0, 0, 0);
}

.our__box-head img {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}

.our__box-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 50px;
  height: calc(100% - 380px);
}

.our__box-body .logos {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
  grid-gap: 20px;
}

.our__box-body .logos.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.our__box-body .logos.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.our__box-body .logos.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.our__box-body .logos.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.our__box-body .logos.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.our__box-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.61px;
  text-align: center;
  color: #000000;
}

.our__box-img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.our__box-desc {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.83;
  letter-spacing: 0.76px;
  text-align: center;
  color: #0d0d0d;
}

.our__box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 159px;
  height: 45px;
  border-radius: 71px;
  background-color: #c6415a;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.39;
  letter-spacing: -0.02px;
  text-align: center;
  margin-top: auto;
  color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.our__box-btn:hover {
  background-color: #41c6bc;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #41c6bc;
}

.help__title {
  padding-bottom: 30px;
  font-size: 26px;
  letter-spacing: 0.49px;
  text-align: center;
  color: #ffffff;
}

.help__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 208px;
  height: 43px;
  padding: 0 15px;
  border-radius: 71px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.help__btn:hover {
  background-color: #54265a;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.help__btn:hover span {
  color: #ffffff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.help__btn span {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.37px;
  text-align: center;
  color: #000000;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.testimonials {
  background-color: #54265a;
}

.testimonials__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

[dir='rtl'] .testimonials__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.testimonials__wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
}

.testimonials__wrapper-left img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonials__wrapper-right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

.testimonials__quote {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}

.testimonials #testimonialsSwiper {
  width: 100%;
  height: 100%;
  padding: 180px 150px 120px;
}

.testimonials #testimonialsSwiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials #testimonialsSwiper .swiper-slide > div {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials #testimonialsSwiper .swiper-slide h3 {
  width: 100%;
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 85px;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: -0.52px;
  text-align: center;
  color: #ffffff;
}

.testimonials #testimonialsSwiper .swiper-slide p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 1.1px;
  text-align: center;
  color: #ffffff;
}

.testimonials #testimonialsSwiper .swiper-slide span {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 0.95px;
}

.interest {
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}

.interest__line {
  width: 1px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-color: #b7b7b7;
}

.interest__title {
  padding-bottom: 85px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.12px;
  text-align: center;
  color: #ffffff;
}

.interest__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.interest__box:hover .interest__box-head img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}

.interest__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[dir='rtl'] .interest__box-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.interest__box-wrapper > div {
  width: 100%;
  max-width: calc((100% - 60px) / 3);
}

.interest__box-head {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 410px;
  -webkit-box-shadow: -3px 3px 84px rgba(0, 0, 0, 0.77);
          box-shadow: -3px 3px 84px rgba(0, 0, 0, 0.77);
}

.interest__box-head img {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.interest__box-body {
  padding-top: 43px;
}

.interest__box-body p {
  padding-bottom: 20px;
  font-size: 34px;
  letter-spacing: 1.12px;
  text-align: right;
  color: #ffffff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.interest__box-body p:hover {
  color: #4bf1ea;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.interest__box-body span {
  display: block;
  width: 100%;
  max-width: 495px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: 0.49px;
  text-align: right;
  color: #c5c5c5;
}

@media screen and (min-width: 300px) {
  .single-main__bg-corner {
    right: calc(90px + 230 * (100vw - 300px) / 1620);
  }

  .single-main__bg-corner {
    max-width: calc(75px + 400 * (100vw - 300px) / 1620);
  }

  .single-main__bg-corner-1 {
    max-width: calc(104px + 371 * (100vw - 300px) / 1620);
  }

  .single-main__wrapper {
    padding-left: calc(15px + 105 * (100vw - 300px) / 1620);
    padding-right: calc(15px + 105 * (100vw - 300px) / 1620);
  }

  .single-main__content h1 {
    font-size: calc(31px + 76 * (100vw - 300px) / 1620);
  }

  .single-main__content p {
    font-size: calc(16px + 5 * (100vw - 300px) / 1620);
  }
}

@media screen and (min-width: 1920px) {
  .single-main__bg-corner {
    right: 320px;
  }

  .single-main__bg-corner {
    max-width: 475px;
  }

  .single-main__bg-corner-1 {
    max-width: 475px;
  }

  .single-main__wrapper {
    padding-left: 120px;
    padding-right: 120px;
  }

  .single-main__content h1 {
    font-size: 107px;
  }

  .single-main__content p {
    font-size: 21px;
  }
}

@media screen and (max-width: 1919px) {
  .testimonials__quote {
    max-width: 155px;
  }
}

@media screen and (max-width: 1599px) {
  .present__wrapper-1 .present__wrapper-left {
    width: 100%;
    max-width: 50%;
  }

  .present__wrapper-1 .present__wrapper-right {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .present__wrapper-2 {
    top: 0;
  }

  .present__wrapper-2 .present__wrapper-right {
    width: 100%;
    max-width: 50%;
  }

  .our {
    padding-bottom: 100px;
  }

  .our__title {
    padding-bottom: 75px;
  }

  .our__box-body {
    padding: 30px 25px;
    height: calc(100% - 330px);
  }

  .interest__box-head {
    height: 355px;
  }

  .interest__box-body {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1535px) {
  .single-main {
    padding-top: 150px;
  }

  .single-main__bg-corner-2 {
    -webkit-transform: translate(38%, -20%);
        -ms-transform: translate(38%, -20%);
            transform: translate(38%, -20%);
  }

  .single-main__wrapper > div {
    max-width: 550px;
  }

  .slideshow__box-head {
    height: 350px;
  }

  .slideshow__btn {
    height: 350px;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 610px !important;
  }

  .testimonials__quote {
    max-width: 125px;
  }

  .interest {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1439px) {
  .single-main {
    padding-top: 130px;
  }

  .single-main__bg-corner-2 {
    -webkit-transform: translate(35%, -20%);
        -ms-transform: translate(35%, -20%);
            transform: translate(35%, -20%);
  }

  .present__subtitle {
    font-size: 31px;
  }

  .testimonials #testimonialsSwiper {
    padding: 150px 120px 90px;
  }

  .testimonials #testimonialsSwiper .swiper-slide h3 {
    font-size: 33px;
    padding-bottom: 55px;
  }

  .interest__title {
    padding-bottom: 55px;
  }

  .interest__box-head {
    height: 325px;
  }
}

@media screen and (max-width: 1365px) {
  .slideshow__box-head {
    height: 325px;
  }

  .slideshow__btn {
    height: 325px;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 510px !important;
  }

  .testimonials__wrapper-left {
    max-width: 500px;
  }

  .interest__box-body p {
    font-size: 30px;
  }

  .interest__box-body span {
    font-size: 17px;
  }
}

@media screen and (max-width: 1279px) {
  .single-main {
    padding-top: 100px;
  }

  .single-main__bg:before {
    width: 300px;
  }

  .single-main__bg-corner-2 {
    -webkit-transform: translate(10%, -20%);
        -ms-transform: translate(10%, -20%);
            transform: translate(10%, -20%);
  }

  .single-main__wrapper > div {
    max-width: 400px;
  }

  .slideshow__box-head {
    height: 300px;
  }

  .slideshow__box-body p {
    font-size: 24px;
  }

  .slideshow__box-body span {
    font-size: 16px;
  }

  .slideshow__btn {
    height: 300px;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 410px !important;
  }

  .present {
    padding-bottom: 100px;
  }

  .present__wrapper-1 .present__wrapper-right {
    padding-left: 50px;
  }

  .present__wrapper-2 .present__wrapper-left {
    padding-right: 50px;
  }

  .present__wrapper-2 .present__wrapper-left {
    padding-top: 0;
  }

  .present__title {
    font-size: 58px;
  }

  .present__subtitle {
    font-size: 29px;
  }

  .present__desc {
    font-size: 17px;
  }

  .our__box-head {
    height: 220px;
  }

  .our__box-body {
    padding: 20px 15px;
    height: calc(100% - 300px);
  }

  .our__box-desc {
    font-size: 16px;
  }

  .testimonials__wrapper-left {
    max-width: 400px;
  }

  .testimonials #testimonialsSwiper {
    padding: 120px 90px 60px;
  }

  .testimonials #testimonialsSwiper .swiper-slide h3 {
    font-size: 30px;
  }

  .testimonials #testimonialsSwiper .swiper-slide p {
    font-size: 20px;
  }

  .testimonials #testimonialsSwiper .swiper-slide span {
    font-size: 18px;
  }

  .interest__box-head {
    height: 300px;
  }

  .interest__box-body p {
    min-height: 105px;
  }
}

@media screen and (max-width: 1023px) {
  .single-main {
    padding-top: 0;
  }

  .single-main__bg {
    position: relative;
    height: 300px;
  }

  .single-main__bg:before {
    display: none;
  }

  .single-main__bg-corner-2 {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    max-height: 100%;
  }

  .single-main__bg:after {
    height: 50%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 245, 242, 0)), color-stop(75%, #f6f5f2));
    background: -webkit-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 75%);
    background: -o-linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 75%);
    background: linear-gradient(rgba(246, 245, 242, 0) 0%, #f6f5f2 75%);
  }

  .single-main__wrapper > div {
    max-width: 100%;
    text-align: center;
  }

  .single-main__content h1 {
    text-align: center;
  }

  .single-main__content p {
    text-align: center;
  }

  .slideshow__btn {
    width: 150px;
  }

  .present__wrapper-1 .present__wrapper-right {
    padding-bottom: 0;
  }

  .our__line {
    height: 63px;
    margin-bottom: 10px;
  }

  .our__title {
    padding-bottom: 55px;
  }

  .testimonials__wrapper-left {
    max-width: 35%;
  }

  .testimonials__quote {
    max-width: 85px;
  }
}

@media screen and (max-width: 767px) {
  .single-main {
    padding-bottom: 55px;
  }

  .single-main__bg {
    height: 210px;
  }

  .single-main__content h1 {
    padding-bottom: 30px;
  }

  .slideshow {
    padding-bottom: 75px;
  }

  .slideshow__box-head {
    height: 225px;
  }

  .slideshow__box-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slideshow__btn {
    display: none;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 80% !important;
  }

  .present__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .present__wrapper-1 .present__wrapper-left {
    max-width: 100%;
  }

  .present__wrapper-1 .present__wrapper-right {
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 30px;
    text-align: center;
  }

  .present__wrapper-1 .present__wrapper-right .present__desc {
    margin-left: auto;
  }

  .present__wrapper-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .present__wrapper-2 .present__wrapper-left {
    padding-top: 30px;
    padding-right: 0;
    text-align: center;
  }

  .present__wrapper-2 .present__wrapper-right {
    max-width: 100%;
  }

  .present__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .our__box-head {
    height: auto;
  }

  .our__box-head img {
    position: relative;
  }

  .our__box-body {
    height: calc(100% - 200px);
  }

  .help {
    padding: 30px 15px 100px;
  }

  .help__title {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .help__btn {
    min-width: 238px;
    height: 55px;
  }

  .help__btn span {
    font-size: 19px;
    font-weight: 500;
  }

  .testimonials__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  [dir='rtl'] .testimonials__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .testimonials__wrapper-left {
    max-width: 100%;
  }

  .testimonials__quote {
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    max-width: 100px;
  }

  .testimonials #testimonialsSwiper {
    padding: 100px 30px 50px;
  }

  .testimonials #testimonialsSwiper .swiper-slide h3 {
    font-size: 29px;
  }

  .testimonials #testimonialsSwiper .swiper-slide p {
    font-size: 22px;
  }

  .testimonials #testimonialsSwiper .swiper-slide span {
    font-size: 19px;
  }

  .interest {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .interest__line {
    height: 65px;
    margin-bottom: 10px;
  }

  .interest__title {
    padding-bottom: 55px;
    font-size: 23px;
  }

  .interest__box-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .interest__box-wrapper > div {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .interest__box-head {
    height: 225px;
  }

  .interest__box-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .interest__box-body p {
    min-height: unset;
  }

  .interest__box-body span {
    color: #ffffff;
  }
}