/*  8.8 Success Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-success-area {
    margin-bottom: 0;
  }
}
.crp-success-big-img {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 10px);
  width: 58.1%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-big-img {
    width: 49.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-success-big-img {
    position: static;
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.crp-success-big-img img {
  height: 100%;
  object-fit: cover;
}
.crp-success-big-img .anim-zoomin-wrap {
  height: 100%;
}
.crp-success-item {
  height: 100%;
  overflow: hidden;
}
.crp-success-item-shape-1 {
  position: absolute;
  top: -25px;
  right: 0;
  transform-origin: top right;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-success-item-shape-1 {
    transform: scale(0.5);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .crp-success-item-shape-1 {
    transform: scale(0.3);
  }
}
.crp-success-item-shape-2 {
  position: absolute;
  bottom: -1px;
  right: 0;
  transform-origin: right bottom;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-success-item-shape-2 {
    transform: scale(0.6);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .crp-success-item-shape-2 {
    transform: scale(0.4);
  }
}
.crp-success-item.about-us {
  background-size: cover;
  background-position: 0px 30px;
}
.crp-success-item.about-us .crp-about-us-item-wrap {
  padding-top: 160px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .crp-success-item.about-us .crp-about-us-item-wrap {
    padding-top: 100px;
    padding-bottom: 45px;
  }
}
.crp-success-item.about-us .crp-about-us-item-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
  color: #F9F4E8;
  font-family: var(--tp-ff-mango-light);
}
.crp-success-item.about-us .crp-about-us-item-icon {
  display: inline-block;
  margin-bottom: 14px;
}
.crp-success-item.about-us .crp-about-us-item-icon span {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background-color: #323234;
}
.crp-success-item.about-us .crp-about-us-item-btn-box {
  display: flex;
  padding: 80px 30px 0;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-success-item.about-us .crp-about-us-item-btn-box {
    padding: 25px 10px 0;
  }
}
.crp-success-item.about-us .crp-about-us-item-btn-box span {
  color: #F9F4E8;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 26px;
  border-radius: 70px;
  display: inline-block;
  text-shadow: 0px 14px 14px rgba(8, 29, 49, 0.03);
  background: rgba(255, 255, 255, 0.1);
  -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;
}
.crp-success-item.about-us .crp-about-us-item-btn-box span svg {
  margin-left: 4px;
}
.crp-success-item.about-us .crp-about-us-item-btn-box a:hover span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.crp-success-item.about-us-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .crp-success-item.about-us-img .crp-about-us-item-img {
    padding: 50px 0;
  }
}
.crp-success-item.about-us .crp-success-video {
  line-height: 1;
}
.crp-success-item.about-us .crp-success-video video {
  width: 475px;
  height: 475px;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-item.about-us .crp-success-video video {
    height: 302px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-success-item.about-us .crp-success-video video {
    width: 100%;
  }
}
.crp-success-content {
  height: 100%;
}
.crp-success-content-wrap {
  height: 100%;
  padding: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-content-wrap {
    padding: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .crp-success-content-wrap {
    padding: 30px;
  }
}
.crp-success-content p {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.05px;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
.crp-success-content > span {
  font-weight: 500;
  font-size: 120px;
  line-height: 0.7;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-content > span {
    font-size: 100px;
  }
}
.crp-success-content > span i {
  font-style: normal;
}
.crp-success-yellow-box .crp-success-content p {
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  color: #2a4c3a;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-success-yellow-box .crp-success-content p {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-success-yellow-box .crp-success-content p {
    font-size: 40px;
  }
}
.crp-success-img {
  height: 100%;
}
.crp-success-img .anim-zoomin-wrap {
  height: 100%;
}
.crp-success-img img {
  height: 100%;
}

.crp-success-about-us-big-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.7%;
  height: calc(100% - 10px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-success-about-us-big-img {
    position: static;
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.crp-success-about-us-big-img .anim-zoomin-wrap {
  height: 100%;
}
.crp-success-about-us-big-img img {
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
