/*  7.2 About css
/*----------------------------------------*/
.tp-about-bg {
  padding-bottom: 152px;
}
.tp-about-thumb-wrapper {
  display: flex;
}
.tp-about-thumb-1 img {
  width: 100%;
}
.tp-about-thumb-2 {
  margin-left: -82px;
  margin-top: 75px;
}
.tp-about-thumb-2 img {
  width: 100%;
}
.tp-about-shape-1 {
  position: absolute;
  bottom: 50px;
  left: -55px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-shape-1 {
    bottom: 65px;
    left: -30px;
  }
}
.tp-about-shape-2 {
  position: absolute;
  left: -33px;
  top: 56px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-shape-2 {
    left: -25px;
  }
}
.tp-about-wrap {
  position: relative;
  z-index: 1;
  margin-top: 23px;
}
.tp-about-wrapper {
  margin-left: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-wrapper {
    margin-left: 0;
  }
}
.tp-about-wrapper .tp-section p {
  position: relative;
  padding-left: 22px;
}
@media only screen and (max-width: 767px) {
  .tp-about-wrapper .tp-section p {
    margin-left: 0;
  }
}
.tp-about-wrapper .tp-section p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 14px);
  width: 2px;
  background-color: var(--tp-theme-primary);
}
.tp-about-list {
  margin-left: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-list {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-list {
    margin-left: 0;
  }
}
.tp-about-list-icon {
  flex: 0 0 auto;
  margin-right: 20px;
}
.tp-about-list-icon span {
  display: inline-block;
  border-radius: 64px;
  border: 1px solid rgba(87, 89, 95, 0.1);
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
}
.tp-about-list-title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}
.tp-about-list-content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}
.tp-about-exprience {
  display: inline-block;
  position: absolute;
  right: -40px;
  bottom: 80px;
  padding: 7px 36px 20px 24px;
  border-radius: 6px;
  border: 1px solid rgba(1, 15, 28, 0.1);
  background: rgba(246, 244, 238, 0.6);
  backdrop-filter: blur(10px);
  min-width: 224px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-exprience {
    right: 0;
    bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-exprience {
    right: 0;
  }
}
.tp-about-exprience-text {
  align-items: end;
}
.tp-about-exprience-text p {
  color: var(--tp-theme-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
  margin-left: 6px;
}
.tp-about-exprience-count {
  margin-bottom: 0;
  color: var(--tp-theme-primary);
  font-size: 90px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -2.7px;
  line-height: 0.74;
}
.tp-about-year-bg {
  margin-top: -80px;
  background: linear-gradient(#9B030C, #B1040E);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-year-bg {
    padding-top: 140px;
  }
}
.tp-about-year-shape .shape-1 {
  position: absolute;
  top: 185px;
  left: 666px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-year-shape .shape-1 {
    display: none;
  }
}
.tp-about-year-shape .shape-2 {
  position: absolute;
  bottom: 22px;
  left: 404px;
}
@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), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-year-shape .shape-2 {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-year-shape .shape-2 {
    display: none;
  }
}
.tp-about-year-plr {
  overflow: hidden;
}
.tp-about-year-nav {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-year-nav {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-year-nav {
    margin-bottom: 40px;
  }
}
.tp-about-year-nav .slick-list {
  position: relative;
  padding: 74px 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-year-nav .slick-list {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-year-nav .slick-list {
    padding: 15px 0 !important;
  }
}
.tp-about-year-nav .slick-list::after {
  position: absolute;
  content: "";
  top: 0;
  left: 360px;
  height: 1px;
  width: calc(100% - 720px);
  background: rgba(255, 255, 255, 0.44);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-year-nav .slick-list::after {
    left: 300px;
    width: calc(100% - 580px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-year-nav .slick-list::after {
    content: none;
  }
}
.tp-about-year-nav .slick-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 360px;
  height: 1px;
  width: calc(100% - 720px);
  background: rgba(255, 255, 255, 0.44);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-year-nav .slick-list::before {
    left: 300px;
    width: calc(100% - 580px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-year-nav .slick-list::before {
    content: none;
  }
}
.tp-about-year-nav .slick-list .slick-track {
  left: 95px;
}
.tp-about-year-nav .slick-list .slick-slide.slick-center .tp-about-year-nav-title {
  font-weight: 600;
}
.tp-about-year-box .slick-list .slick-slide.slick-active .tp-about-year-thumb {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-about-year-box .slick-list .slick-slide.slick-active .tp-about-year-content {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-about-year-thumb {
  padding-left: 100px;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-year-thumb {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-year-thumb {
    padding-bottom: 30px;
  }
}
div.tp-about-year-thumb img {
  border-radius: 12px;
  filter: drop-shadow(14px 14px 14px rgba(50, 7, 16, 0.2));
}

.tp-about-year-content {
  animation-delay: 0.7s;
  animation-duration: 0.9s;
}
.tp-about-year-content-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.68px;
  color: var(--tp-common-white);
}
.tp-about-year-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.tp-about-year-nav-title {
  font-size: 200px;
  font-weight: 200;
  line-height: 120px;
  margin: 0;
  letter-spacing: -8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-year-nav-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-year-nav-title {
    font-size: 155px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-year-nav-title {
    font-size: 120px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-year-nav-title {
    font-size: 100px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-year-nav-title {
    font-size: 80px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-year-nav-title {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -3px;
  }
}
.tp-about-team-shape {
  position: absolute;
  left: 130px;
  bottom: -90px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .tp-about-team-shape {
    display: none;
  }
}
.tp-about-team-item:hover .tp-about-team-thumb img {
  transform: scale(1.2);
}
.tp-about-team-content {
  position: absolute;
  top: 40px;
  left: 35px;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-team-content {
    left: 20px;
  }
}
.tp-about-team-content p {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-about-team-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
  color: var(--tp-common-white);
}
.tp-about-team-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.tp-about-team-thumb img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
}
.tp-about-campus-shape .shape-1 {
  position: absolute;
  top: 120px;
  right: -25px;
}
.tp-about-campus-shape .shape-2 {
  position: absolute;
  top: auto;
  right: auto;
  left: 55px;
  bottom: 40px;
}
.tp-about-campus-tab .nav {
  display: inline-block;
  margin-bottom: 65px;
  border-bottom: 0;
  padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-campus-tab .nav {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-campus-tab .nav {
    margin-bottom: 50px;
  }
}
.tp-about-campus-tab .nav .nav-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.tp-about-campus-tab .nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  color: #3E4047;
  border-color: transparent;
  position: relative;
}
.tp-about-campus-tab .nav .nav-link:after {
  position: absolute;
  content: "";
  left: -75px;
  height: 1px;
  width: 0px;
  top: 50%;
  background: var(--tp-theme-4);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.tp-about-campus-tab .nav .nav-link.active {
  color: var(--tp-theme-primary);
  background-color: transparent;
}
.tp-about-campus-tab .nav .nav-link.active::after {
  width: 50px;
}
.tp-about-campus-heading {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-campus-heading {
    margin-bottom: 30px;
  }
}
.tp-about-campus-heading p {
  color: #3E4047;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.tp-about-campus-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -1.2px;
  color: var(--tp-heading-primary);
}
.tp-about-campus-box {
  padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-campus-box {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-campus-box {
    padding-left: 0;
  }
}
div.tp-about-campus-thumb img {
  width: 100%;
  border-radius: 10px;
}

.tp-about-campus-location {
  position: relative;
}
.tp-about-campus-location a {
  display: inline-block;
  width: 234px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 60px;
  color: var(--tp-text-body);
}
@media only screen and (max-width: 767px) {
  .tp-about-campus-location a {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-campus-location a {
    margin-bottom: 0;
    margin-left: 55px;
  }
}
.tp-about-campus-location span {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  border-radius: 44px;
  margin-right: 10px;
  border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-about-campus-location span svg {
  color: #B1040E;
}
.tp-about-campus-btn .tp-btn {
  color: var(--tp-theme-primary);
  background-color: transparent;
  padding: 6px 20px;
  border: 1px solid var(--tp-theme-primary);
}
.tp-about-campus-btn .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-red-2);
}
.tp-about-campus-content {
  position: absolute;
  bottom: 20px;
  left: 95px;
  right: 20px;
  margin: auto;
  border-radius: 8px;
  padding: 27px 30px 26px;
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-campus-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-campus-content {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-campus-content {
    position: static;
    flex-wrap: wrap;
  }
}

.tp-about-4-head {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.17;
  margin-bottom: 45px;
  letter-spacing: -1.2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-4-head {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-4-wrapper {
    margin-bottom: 40px;
  }
}
.tp-about-4-btn .tp-btn-3 {
  padding: 12px 44px;
}
.tp-about-4-video {
  display: inline-block;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .tp-about-4-video {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.tp-about-4-video a {
  display: inline-block;
  color: #B1040E;
  border-radius: 100px;
  background: #E8C4C2;
  height: 50px;
  width: 70px;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-about-4-video a span {
  display: inline-block;
  transform: translateX(2px);
}
.tp-about-4-video a:hover {
  background-color: #B1040E;
  color: var(--tp-common-white);
}
.tp-about-4-video > span {
  color: var(--tp-heading-primary);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-left: 12px;
}
.tp-about-4-thumb-1 img, .tp-about-4-thumb-2 img, .tp-about-4-thumb-3 img, .tp-about-4-thumb-4 img {
  max-width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .tp-about-pt {
    padding-top: 150px;
  }
}
.tp-about-bg-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-banner {
    margin-bottom: 60px;
  }
}
.tp-about-banner-bg {
  height: 660px;
}
.tp-about-banner span {
  font-size: 22px;
  font-weight: 300;
  color: #031F42;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: -0.44px;
}
.tp-about-banner-title {
  color: #031F42;
  font-size: 70px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1.4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-banner-title {
    font-size: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-banner-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-banner-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-banner-title br {
    display: none;
  }
}
.tp-about-banner-content {
  width: 510px;
  padding: 40px;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  border: 1px solid var(--tp-common-white);
  background: rgba(255, 255, 255, 0.9);
  margin-top: 177px;
  margin-left: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-banner-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-banner-content {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-banner-content {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-banner-content {
    width: 89%;
    margin-top: 60px;
  }
}
.tp-about-banner-content .span {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 12px;
  line-height: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background: var(--tp-dashboard-secondary);
}
.tp-about-banner-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #141820;
  margin-bottom: 30px;
}
.tp-about-banner-content a {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #141820;
  z-index: 2;
  text-transform: uppercase;
}
.tp-about-banner-content a span {
  margin-left: 2px;
  display: inline-block;
  height: 34px;
  width: 34px;
  color: #141820;
  text-align: center;
  line-height: 30px;
  border-radius: 34px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid rgba(20, 24, 32, 0.14);
}
.tp-about-banner-content a:hover {
  color: var(--tp-dashboard-secondary);
}
.tp-about-banner-content a:hover span {
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-secondary);
}
.tp-about-banner-content-year {
  position: absolute;
  bottom: 50px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .tp-about-banner-content-year {
    position: static;
  }
}
.tp-about-banner-content-year span {
  font-size: 220px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: 75%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-banner-content-year span {
    background-position: 55%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-banner-content-year span {
    background-position: 15%;
  }
}
.tp-about-banner-content-year p {
  font-size: 14px;
  font-weight: 500;
  color: #141820;
  margin: 0;
}
.tp-about-tutor-subtitle {
  margin-bottom: 15px;
}
.tp-about-tutor-subtitle span {
  display: inline-block;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  background: linear-gradient(180deg, rgba(81, 105, 241, 0.1) 0%, rgba(190, 200, 255, 0.1) 100%);
}
.tp-about-tutor-subtitle p {
  color: #57595F;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.4px;
}
.tp-about-tutor-title {
  font-size: 50px;
  font-weight: 600;
  color: #031F42;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-tutor-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-tutor-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-tutor-title br {
    display: none;
  }
}
.tp-about-tutor-content p {
  font-size: 18px;
  font-weight: 400;
  color: #686A6D;
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 767px) {
  .tp-about-tutor-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-tutor-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .tp-about-tutor-right {
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/

.tp-about-quran-thumb-wrap {
  position: relative;
}
.tp-about-quran-thumb {
  margin-right: 270px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-quran-thumb {
    margin-right: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-quran-thumb {
    margin-right: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-about-quran-thumb {
    margin-right: 0;
  }
}
.tp-about-quran-thumb-2 {
  margin-right: 14px;
  margin-left: 233px;
  margin-top: -330px;
}
@media only screen and (max-width: 767px) {
  .tp-about-quran-thumb-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-about-quran-thumb-2 img {
  border: 10px solid var(--tp-common-white);
}
.tp-about-quran-shape {
  position: absolute;
  bottom: 50px;
  left: -54px;
  z-index: -1;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}
.tp-about-quran-shape-2 {
  position: absolute;
  left: -50px;
  top: 60px;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}
@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), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-quran-shape-2 {
    left: 0;
  }
}
.tp-about-quran-counter {
  backdrop-filter: blur(20px);
  background: var(--tp-theme-11);
  width: 210px;
  padding-left: 24px;
  position: absolute;
  top: 45px;
  right: 24px;
}
.tp-about-quran-counter h2 {
  font-weight: 700;
  font-size: 70px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-about-quran-counter span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-white);
}
.tp-about-quran-wrapper {
  margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px) {
  .tp-about-quran-wrapper {
    margin-left: 0;
  }
}
.tp-about-quran-wrapper .tp-section p {
  margin-left: 0;
  color: #57595f;
}
.tp-about-quran-wrapper .tp-section p::before {
  background-color: var(--tp-theme-11);
}
.tp-about-quran-wrapper .tp-about-list {
  margin-left: 26px;
}
.tp-about-quran-wrapper .tp-about-list-title {
  margin-bottom: 7px;
}