.wpo-page-title {
  background-image: linear-gradient(90deg, rgba(124, 46, 212, 0.9) 0%, rgba(124, 46, 212, 0.75) 31.25%, rgba(124, 46, 212, 0.7) 48.96%, rgba(124, 46, 212, 0.75) 72.92%, rgba(124, 46, 212, 0.9) 100%), 
  url(../img/hero-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 360px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .wpo-page-title {
      min-height: 250px;
    }
  }
  
  .wpo-page-title .frame-shape-1 {
    position: absolute;
    left: -50px;
    bottom: -85px;
    z-index: -1;
  }
  
  @media (max-width: 1199px) {
    .wpo-page-title .frame-shape-1 {
      left: -40px;
      bottom: -65px;
    }
  }
  
  @media (max-width: 767px) {
    .wpo-page-title .frame-shape-1 {
      bottom: -30px;
      left: -30px;
    }
  }
  
  @media (max-width: 575px) {
    .wpo-page-title .frame-shape-1 {
      bottom: -25px;
      left: -15px;
    }
  }
  
  @media (max-width: 1199px) {
    .wpo-page-title .frame-shape-1 img {
      max-width: 300px;
    }
  }
  
  @media (max-width: 767px) {
    .wpo-page-title .frame-shape-1 img {
      max-width: 200px;
    }
  }
  
  @media (max-width: 575px) {
    .wpo-page-title .frame-shape-1 img {
      max-width: 120px;
    }
  }
  
  .wpo-page-title .frame-shape-2 {
    position: absolute;
    right: -50px;
    top: -85px;
    z-index: -1;
  }
  
  @media (max-width: 1199px) {
    .wpo-page-title .frame-shape-2 img {
      max-width: 300px;
    }
  }
  
  @media (max-width: 767px) {
    .wpo-page-title .frame-shape-2 img {
      max-width: 200px;
    }
  }
  
  @media (max-width: 575px) {
    .wpo-page-title .frame-shape-2 img {
      max-width: 120px;
    }
  }
  
  @media (max-width: 1199px) {
    .wpo-page-title .frame-shape-2 {
      right: -40px;
      top: -65px;
    }
  }
  
  @media (max-width: 767px) {
    .wpo-page-title .frame-shape-2 {
      top: -30px;
      right: -30px;
    }
  }
  
  @media (max-width: 575px) {
    .wpo-page-title .frame-shape-2 {
      top: -25px;
      right: -15px;
    }
  }
  
  .wpo-page-title .wpo-breadcumb-wrap {
    text-align: center;
  }
  
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 57px;
    color: #FFF;
    margin-bottom: 20px;
  }
  
  @media (max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap h2 {
      font-size: 30px;
      line-height: 55px;
      margin-bottom: 10px;
    }
  }
  
  .wpo-page-title .wpo-breadcumb-wrap ol {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    display: inline-block;
    padding: 0px 15px;
    color: #FFF;
    position: relative;
    font-size: 20px;
  }
  
  @media (max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li {
      font-size: 18px;
    }
  }
  
  @media (max-width: 575px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li {
      font-size: 16px;
      padding: 0 10px;
    }
  }
  
  .wpo-page-title .wpo-breadcumb-wrap ol li:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 50%;
  }
  
  .wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
    color: #cbd4fd;
  }
  
  .wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
    display: none;
  }
  
  .wpo-page-title .wpo-breadcumb-wrap ol li a {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  @media (max-width: 767px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li a {
      font-size: 18px;
    }
  }
  
  @media (max-width: 575px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li a {
      font-size: 16px;
    }
  }
  
  .wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
    color: var(--theme-color);
  }
  
  
  
/* 11.2 wpo-fun-fact-section */
.wpo-fun-fact-section {
  position: relative;
}

.wpo-fun-fact-section .container {
  position: relative;
}

@media (min-width: 1600px) {
  .wpo-fun-fact-section .container {
    max-width: 1400px;
  }
}

.wpo-fun-fact-section .wpo-fun-fact-grids {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 -130px;
}

@media (max-width: 1500px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    margin: 0 -100px;
  }
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    margin: 0 -70px;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    padding: 0;
    margin: 0 -30px;
  }
}

@media (max-width: 450px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    margin: 0 0px;
  }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(3), .wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(4) {
    margin-bottom: 0;
  }
}

.wpo-fun-fact-section .grid {
  position: relative;
}

.wpo-fun-fact-section .grid .flower {
  text-align: center;
  max-height: 80px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid .flower {
    max-width: 80px;
    margin: 0 auto;
    max-height: 60px;
  }
}

.wpo-fun-fact-section .grid h3 {
  font-style: normal;
  font-size: 80px;
  font-weight: 400;
  color: var(--theme-color);
  margin: 0 0 0.1em;
  font-family: "monallesia";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-fun-fact-section .grid h3 span {
  font-family: "monallesia";
  line-height: 75px;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3 span {
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.wpo-fun-fact-section .grid h3 + p {
  font-size: 20px;
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  color: #707070;
  font-family: var(--font-monsterat);
  text-align: center;
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid h3 + p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 + p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}


/* 3.5 wpo-portfolio-section*/
.wpo-portfolio-section,
.wpo-portfolio-section-s2,
.wpo-portfolio-section-s3 {
  overflow: hidden;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section,
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section,
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3 {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .wpo-portfolio-section .gallery-side-img,
  .wpo-portfolio-section-s2 .gallery-side-img,
  .wpo-portfolio-section-s3 .gallery-side-img {
    margin-bottom: 30px;
  }
}

.wpo-portfolio-section .gallery-side-img .img-holder,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder {
  position: relative;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  border-radius: 140px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .gallery-side-img .img-holder,
  .wpo-portfolio-section-s2 .gallery-side-img .img-holder,
  .wpo-portfolio-section-s3 .gallery-side-img .img-holder {
    border-radius: 0;
  }
}

.wpo-portfolio-section .gallery-side-img .img-holder img,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder img,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder img {
  border-radius: 140px;
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .gallery-side-img .img-holder img,
  .wpo-portfolio-section-s2 .gallery-side-img .img-holder img,
  .wpo-portfolio-section-s3 .gallery-side-img .img-holder img {
    border-radius: 0;
  }
}

.wpo-portfolio-section .gallery-side-img .img-holder a,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a {
  display: block;
  position: relative;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content span,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content span,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content span {
  color: #707070;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content h4,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content h4,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content h4 a {
  color: #242424;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content h4 a:hover {
  color: #B5A2BD;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content i,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content i,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content i {
  font-size: 30px;
  color: #242424;
}

.wpo-portfolio-section .gallery-side-img .img-holder a:before,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a:before,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 140px;
}

.wpo-portfolio-section .portfolio-grids,
.wpo-portfolio-section-s2 .portfolio-grids,
.wpo-portfolio-section-s3 .portfolio-grids {
  margin: 0 -7.5px;
}

.wpo-portfolio-section .portfolio-grids .grid img,
.wpo-portfolio-section-s2 .portfolio-grids .grid img,
.wpo-portfolio-section-s3 .portfolio-grids .grid img {
  width: 100%;
}

.wpo-portfolio-section .grid,
.wpo-portfolio-section-s2 .grid,
.wpo-portfolio-section-s3 .grid {
  margin-bottom: 30px;
}

.wpo-portfolio-section .grid .img-holder,
.wpo-portfolio-section-s2 .grid .img-holder,
.wpo-portfolio-section-s3 .grid .img-holder {
  position: relative;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  width: 100%;
}

.wpo-portfolio-section .grid .img-holder a,
.wpo-portfolio-section-s2 .grid .img-holder a,
.wpo-portfolio-section-s3 .grid .img-holder a {
  display: block;
  position: relative;
}

.wpo-portfolio-section .grid .img-holder a .hover-content,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}

.wpo-portfolio-section .grid .img-holder a .hover-content span,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content span,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content span {
  color: #707070;
}

.wpo-portfolio-section .grid .img-holder a .hover-content h4,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content h4,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.wpo-portfolio-section .grid .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content h4 a {
  color: #242424;
}

.wpo-portfolio-section .grid .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content h4 a:hover {
  color: #B5A2BD;
}

.wpo-portfolio-section .grid .img-holder a .hover-content i,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content i,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content i {
  font-size: 30px;
  color: #242424;
}

.wpo-portfolio-section .grid .img-holder a:before,
.wpo-portfolio-section-s2 .grid .img-holder a:before,
.wpo-portfolio-section-s3 .grid .img-holder a:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.wpo-portfolio-section .grid:nth-child(1), .wpo-portfolio-section .grid:nth-child(3),
.wpo-portfolio-section-s2 .grid:nth-child(1),
.wpo-portfolio-section-s2 .grid:nth-child(3),
.wpo-portfolio-section-s3 .grid:nth-child(1),
.wpo-portfolio-section-s3 .grid:nth-child(3) {
  min-height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder,
.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder,
.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder {
  border-radius: 200px 200px 0px 0px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(2) .img-holder,
  .wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder,
  .wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder a:before,
.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder a:before,
.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder a:before {
  border-radius: 200px 200px 0px 0px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(2) .img-holder a:before,
  .wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder a:before,
  .wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder a:before {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder img,
.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder img,
.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder img {
  border-radius: 200px 200px 0px 0px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(2) .img-holder img,
  .wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder img,
  .wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder img {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder,
.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder,
.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder {
  border-radius: 0px 0px 200px 200px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(5) .img-holder,
  .wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder,
  .wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder a:before,
.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder a:before,
.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder a:before {
  border-radius: 0px 0px 200px 200px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(5) .img-holder a:before,
  .wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder a:before,
  .wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder a:before {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder img,
.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder img,
.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder img {
  border-radius: 0px 0px 200px 200px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(5) .img-holder img,
  .wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder img,
  .wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder img {
    border-radius: 0;
  }
}

.wpo-portfolio-section .img-holder:hover a .hover-content,
.wpo-portfolio-section-s2 .img-holder:hover a .hover-content,
.wpo-portfolio-section-s3 .img-holder:hover a .hover-content {
  opacity: 1;
}

.wpo-portfolio-section .img-holder:hover a:before,
.wpo-portfolio-section-s2 .img-holder:hover a:before,
.wpo-portfolio-section-s3 .img-holder:hover a:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}



/* 11.5 wpo-testimonial-section */
.wpo-testimonial-section {
  overflow: hidden;
  background: #ffe3e3;
  padding-bottom: 90px;
}

@media (max-width: 1700px) {
  .wpo-testimonial-section {
    padding: 120px 30px;
  }
}

@media (max-width: 991px) {
  .wpo-testimonial-section {
    padding: 90px 30px 30px;
  }
}

@media (max-width: 767px) {
  .wpo-testimonial-section {
    padding: 80px 0px 20px;
  }
}

@media (max-width: 575px) {
  .wpo-testimonial-section {
    padding: 50px 0px 20px;
  }
}

/* .wpo-testimonial-section .wpo-testimonial-active {
  padding-bottom: 100px;
} */

.wpo-testimonial-section .col {
  padding: 0;
}

@media (max-width: 1440px) {
  .wpo-testimonial-section .col {
    padding: 0 15px;
  }
}

.wpo-testimonial-section .wpo-testimonial-items {
  text-align: center;
  position: relative;
  z-index: 1;
}

.wpo-testimonial-section .wpo-testimonial-items i {
  color: var(--theme-color);
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
}

.wpo-testimonial-section .wpo-testimonial-items p {
  font-size: 25px;
  font-style: normal;
  font-family: var(--title-font);
  font-weight: 400;
  margin-bottom: 40px;
  color: #787878;
}

@media (max-width: 1399px) {
  .wpo-testimonial-section .wpo-testimonial-items p {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-items p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wpo-testimonial-section .wpo-testimonial-items p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 160%;
  color: var(--theme-color);
  font-family: var(--font-monallesia);
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
    font-size: 20px;
  }
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  font-family: var(--sail-font);
  color: #6b6b6b;
}

.wpo-testimonial-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.wpo-testimonial-section .slick-dots {
  text-align: center;
  bottom: 0px;
}

.wpo-testimonial-section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}

.wpo-testimonial-section .slick-dots li.slick-active button:before {
  color: var(--theme-color);
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer,
.wpo-site-footer-s2,
.wpo-site-footer-s3,
.wpo-site-footer-s4,
.wpo-site-footer-s5 {
  background: #A290AA;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1400px) {
  .wpo-site-footer .container,
  .wpo-site-footer-s2 .container,
  .wpo-site-footer-s3 .container,
  .wpo-site-footer-s4 .container,
  .wpo-site-footer-s5 .container {
    max-width: 1220px;
  }
}

.wpo-site-footer ul,
.wpo-site-footer-s2 ul,
.wpo-site-footer-s3 ul,
.wpo-site-footer-s4 ul,
.wpo-site-footer-s5 ul {
  list-style: none;
}

.wpo-site-footer p,
.wpo-site-footer-s2 p,
.wpo-site-footer-s3 p,
.wpo-site-footer-s4 p,
.wpo-site-footer-s5 p {
  color: #fff;
}

.wpo-site-footer li,
.wpo-site-footer-s2 li,
.wpo-site-footer-s3 li,
.wpo-site-footer-s4 li,
.wpo-site-footer-s5 li {
  color: #fff;
}

.wpo-site-footer .container,
.wpo-site-footer-s2 .container,
.wpo-site-footer-s3 .container,
.wpo-site-footer-s4 .container,
.wpo-site-footer-s5 .container {
  position: relative;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-s2 .wpo-upper-footer,
.wpo-site-footer-s3 .wpo-upper-footer,
.wpo-site-footer-s4 .wpo-upper-footer,
.wpo-site-footer-s5 .wpo-upper-footer {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer,
  .wpo-site-footer-s3 .wpo-upper-footer,
  .wpo-site-footer-s4 .wpo-upper-footer,
  .wpo-site-footer-s5 .wpo-upper-footer {
    padding: 80px 0px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer,
  .wpo-site-footer-s3 .wpo-upper-footer,
  .wpo-site-footer-s4 .wpo-upper-footer,
  .wpo-site-footer-s5 .wpo-upper-footer {
    padding: 40px 0 0px 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col,
  .wpo-site-footer-s3 .wpo-upper-footer .col,
  .wpo-site-footer-s4 .wpo-upper-footer .col,
  .wpo-site-footer-s5 .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col,
  .wpo-site-footer-s3 .wpo-upper-footer .col,
  .wpo-site-footer-s4 .wpo-upper-footer .col,
  .wpo-site-footer-s5 .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
  .wpo-site-footer .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s2 .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s3 .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s4 .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s5 .wpo-upper-footer .col:last-child {
    margin-bottom: 30px;
  }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title,
.wpo-site-footer-s3 .widget-title,
.wpo-site-footer-s4 .widget-title,
.wpo-site-footer-s5 .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wpo-site-footer .widget-title,
  .wpo-site-footer-s2 .widget-title,
  .wpo-site-footer-s3 .widget-title,
  .wpo-site-footer-s4 .widget-title,
  .wpo-site-footer-s5 .widget-title {
    margin-bottom: 20px;
  }
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3,
.wpo-site-footer-s3 .widget-title h3,
.wpo-site-footer-s4 .widget-title h3,
.wpo-site-footer-s5 .widget-title h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "monallesia";
}

@media (max-width: 991px) {
  .wpo-site-footer .widget-title h3,
  .wpo-site-footer-s2 .widget-title h3,
  .wpo-site-footer-s3 .widget-title h3,
  .wpo-site-footer-s4 .widget-title h3,
  .wpo-site-footer-s5 .widget-title h3 {
    font-size: 30px;
  }
}

.wpo-site-footer .about-widget,
.wpo-site-footer-s2 .about-widget,
.wpo-site-footer-s3 .about-widget,
.wpo-site-footer-s4 .about-widget,
.wpo-site-footer-s5 .about-widget {
  text-align: center;
}

.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo,
.wpo-site-footer-s3 .about-widget .logo,
.wpo-site-footer-s4 .about-widget .logo,
.wpo-site-footer-s5 .about-widget .logo {
  font-size: 35px;
  font-family: "monallesia";
  color: #fff;
  line-height: 40px;
  margin-bottom: 0;
  margin-left: -25px;
}

@media (max-width: 991px) {
  .wpo-site-footer .about-widget .logo,
  .wpo-site-footer-s2 .about-widget .logo,
  .wpo-site-footer-s3 .about-widget .logo,
  .wpo-site-footer-s4 .about-widget .logo,
  .wpo-site-footer-s5 .about-widget .logo {
    font-size: 40px;
  }
}

.wpo-site-footer .about-widget .logo span,
.wpo-site-footer-s2 .about-widget .logo span,
.wpo-site-footer-s3 .about-widget .logo span,
.wpo-site-footer-s4 .about-widget .logo span,
.wpo-site-footer-s5 .about-widget .logo span {
  position: relative;
}

.wpo-site-footer .about-widget .logo span i,
.wpo-site-footer-s2 .about-widget .logo span i,
.wpo-site-footer-s3 .about-widget .logo span i,
.wpo-site-footer-s4 .about-widget .logo span i,
.wpo-site-footer-s5 .about-widget .logo span i {
  position: absolute;
  left: 1px;
  top: 3px;
  font-size: 13px;
}

.wpo-site-footer .about-widget,
.wpo-site-footer-s2 .about-widget,
.wpo-site-footer-s3 .about-widget,
.wpo-site-footer-s4 .about-widget,
.wpo-site-footer-s5 .about-widget {
  max-width: 400px;
  margin: 0 auto;
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p,
.wpo-site-footer-s3 .about-widget p,
.wpo-site-footer-s4 .about-widget p,
.wpo-site-footer-s5 .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child,
.wpo-site-footer-s3 .about-widget p:last-child,
.wpo-site-footer-s4 .about-widget p:last-child,
.wpo-site-footer-s5 .about-widget p:last-child {
  margin-bottom: 0;
}

.wpo-site-footer .about-widget ul,
.wpo-site-footer-s2 .about-widget ul,
.wpo-site-footer-s3 .about-widget ul,
.wpo-site-footer-s4 .about-widget ul,
.wpo-site-footer-s5 .about-widget ul {
  overflow: hidden;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-s2 .about-widget ul li,
.wpo-site-footer-s3 .about-widget ul li,
.wpo-site-footer-s4 .about-widget ul li,
.wpo-site-footer-s5 .about-widget ul li {
  font-size: 22px;
  float: left;
}

.wpo-site-footer .about-widget ul li a,
.wpo-site-footer-s2 .about-widget ul li a,
.wpo-site-footer-s3 .about-widget ul li a,
.wpo-site-footer-s4 .about-widget ul li a,
.wpo-site-footer-s5 .about-widget ul li a {
  color: #CAA6C7;
  width: 45px;
  height: 45px;
  line-height: 49px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: 255, 255, 255, 0.1;
  color: #fff;
}

.wpo-site-footer .about-widget ul li a:hover,
.wpo-site-footer-s2 .about-widget ul li a:hover,
.wpo-site-footer-s3 .about-widget ul li a:hover,
.wpo-site-footer-s4 .about-widget ul li a:hover,
.wpo-site-footer-s5 .about-widget ul li a:hover {
  background: #B5A2BD;
  color: #fff;
}

.wpo-site-footer .about-widget ul li + li,
.wpo-site-footer-s2 .about-widget ul li + li,
.wpo-site-footer-s3 .about-widget ul li + li,
.wpo-site-footer-s4 .about-widget ul li + li,
.wpo-site-footer-s5 .about-widget ul li + li {
  margin-left: 25px;
}

@media screen and (max-width: 1600px) {
  .wpo-site-footer .about-widget ul li + li,
  .wpo-site-footer-s2 .about-widget ul li + li,
  .wpo-site-footer-s3 .about-widget ul li + li,
  .wpo-site-footer-s4 .about-widget ul li + li,
  .wpo-site-footer-s5 .about-widget ul li + li {
    margin-left: 10px;
  }
}

.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget,
.wpo-site-footer-s3 .link-widget,
.wpo-site-footer-s4 .link-widget,
.wpo-site-footer-s5 .link-widget {
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget,
  .wpo-site-footer-s4 .link-widget,
  .wpo-site-footer-s5 .link-widget {
    text-align: center;
  }
}

.wpo-site-footer .link-widget .link-wrap,
.wpo-site-footer-s2 .link-widget .link-wrap,
.wpo-site-footer-s3 .link-widget .link-wrap,
.wpo-site-footer-s4 .link-widget .link-wrap,
.wpo-site-footer-s5 .link-widget .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .wpo-site-footer .link-widget .link-wrap,
  .wpo-site-footer-s2 .link-widget .link-wrap,
  .wpo-site-footer-s3 .link-widget .link-wrap,
  .wpo-site-footer-s4 .link-widget .link-wrap,
  .wpo-site-footer-s5 .link-widget .link-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-site-footer .link-widget .link-wrap ul + ul,
.wpo-site-footer-s2 .link-widget .link-wrap ul + ul,
.wpo-site-footer-s3 .link-widget .link-wrap ul + ul,
.wpo-site-footer-s4 .link-widget .link-wrap ul + ul,
.wpo-site-footer-s5 .link-widget .link-wrap ul + ul {
  margin-left: 50px;
}

.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer-s3 .link-widget ul li,
.wpo-site-footer-s4 .link-widget ul li,
.wpo-site-footer-s5 .link-widget ul li {
  position: relative;
}

.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a,
.wpo-site-footer-s3 .link-widget ul li a,
.wpo-site-footer-s4 .link-widget ul li a,
.wpo-site-footer-s5 .link-widget ul li a {
  color: #fff;
  font-size: 18px;
}

.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover,
.wpo-site-footer-s3 .link-widget ul li a:hover,
.wpo-site-footer-s4 .link-widget ul li a:hover,
.wpo-site-footer-s5 .link-widget ul li a:hover {
  text-decoration: underline;
}

.wpo-site-footer .link-widget ul li + li,
.wpo-site-footer-s2 .link-widget ul li + li,
.wpo-site-footer-s3 .link-widget ul li + li,
.wpo-site-footer-s4 .link-widget ul li + li,
.wpo-site-footer-s5 .link-widget ul li + li {
  padding-top: 15px;
}

.wpo-site-footer .wpo-service-link-widget,
.wpo-site-footer-s2 .wpo-service-link-widget,
.wpo-site-footer-s3 .wpo-service-link-widget,
.wpo-site-footer-s4 .wpo-service-link-widget,
.wpo-site-footer-s5 .wpo-service-link-widget {
  text-align: center;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-service-link-widget,
  .wpo-site-footer-s2 .wpo-service-link-widget,
  .wpo-site-footer-s3 .wpo-service-link-widget,
  .wpo-site-footer-s4 .wpo-service-link-widget,
  .wpo-site-footer-s5 .wpo-service-link-widget {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-service-link-widget,
  .wpo-site-footer-s2 .wpo-service-link-widget,
  .wpo-site-footer-s3 .wpo-service-link-widget,
  .wpo-site-footer-s4 .wpo-service-link-widget,
  .wpo-site-footer-s5 .wpo-service-link-widget {
    text-align: center;
  }
}

.wpo-site-footer .contact-ft,
.wpo-site-footer-s2 .contact-ft,
.wpo-site-footer-s3 .contact-ft,
.wpo-site-footer-s4 .contact-ft,
.wpo-site-footer-s5 .contact-ft {
  margin-top: 20px;
}

@media (max-width: 1500px) {
  .wpo-site-footer .contact-ft,
  .wpo-site-footer-s2 .contact-ft,
  .wpo-site-footer-s3 .contact-ft,
  .wpo-site-footer-s4 .contact-ft,
  .wpo-site-footer-s5 .contact-ft {
    padding-right: 0px;
  }
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-s2 .contact-ft ul li,
.wpo-site-footer-s3 .contact-ft ul li,
.wpo-site-footer-s4 .contact-ft ul li,
.wpo-site-footer-s5 .contact-ft ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #B5A2BD;
  font-size: 16px;
}

.wpo-site-footer .contact-ft ul li i,
.wpo-site-footer-s2 .contact-ft ul li i,
.wpo-site-footer-s3 .contact-ft ul li i,
.wpo-site-footer-s4 .contact-ft ul li i,
.wpo-site-footer-s5 .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-s2 .contact-ft ul li .fi:before,
.wpo-site-footer-s3 .contact-ft ul li .fi:before,
.wpo-site-footer-s4 .contact-ft ul li .fi:before,
.wpo-site-footer-s5 .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer,
.wpo-site-footer-s3 .wpo-lower-footer,
.wpo-site-footer-s4 .wpo-lower-footer,
.wpo-site-footer-s5 .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: #A290AA;
  z-index: -1;
  border-top: 1px solid #B4A1BC;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row,
.wpo-site-footer-s3 .wpo-lower-footer .row,
.wpo-site-footer-s4 .wpo-lower-footer .row,
.wpo-site-footer-s5 .wpo-lower-footer .row {
  padding: 35px 0;
  position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright,
.wpo-site-footer-s3 .wpo-lower-footer .copyright,
.wpo-site-footer-s4 .wpo-lower-footer .copyright,
.wpo-site-footer-s5 .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a,
.wpo-site-footer-s3 .wpo-lower-footer .copyright a,
.wpo-site-footer-s4 .wpo-lower-footer .copyright a,
.wpo-site-footer-s5 .wpo-lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright,
  .wpo-site-footer-s2 .wpo-lower-footer .copyright,
  .wpo-site-footer-s3 .wpo-lower-footer .copyright,
  .wpo-site-footer-s4 .wpo-lower-footer .copyright,
  .wpo-site-footer-s5 .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}

.wpo-site-footer .ft-shape-1,
.wpo-site-footer-s2 .ft-shape-1,
.wpo-site-footer-s3 .ft-shape-1,
.wpo-site-footer-s4 .ft-shape-1,
.wpo-site-footer-s5 .ft-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-site-footer .ft-shape-1,
  .wpo-site-footer-s2 .ft-shape-1,
  .wpo-site-footer-s3 .ft-shape-1,
  .wpo-site-footer-s4 .ft-shape-1,
  .wpo-site-footer-s5 .ft-shape-1 {
    display: none;
  }
}

.wpo-site-footer .ft-shape-2,
.wpo-site-footer-s2 .ft-shape-2,
.wpo-site-footer-s3 .ft-shape-2,
.wpo-site-footer-s4 .ft-shape-2,
.wpo-site-footer-s5 .ft-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-site-footer .ft-shape-2,
  .wpo-site-footer-s2 .ft-shape-2,
  .wpo-site-footer-s3 .ft-shape-2,
  .wpo-site-footer-s4 .ft-shape-2,
  .wpo-site-footer-s5 .ft-shape-2 {
    display: none;
  }
}

.wpo-site-footer-s2 {
  background: #96A4BC;
}

.wpo-site-footer-s2 .wpo-lower-footer {
  background: #96A4BC;
  border-color: #a1b3d3;
}

.wpo-site-footer-s3 {
  background: #515A44;
}

.wpo-site-footer-s3 .wpo-lower-footer {
  background: #515A44;
  border-color: #5f6852;
}

.wpo-site-footer-s4 {
  background: #7E78B2;
}

.wpo-site-footer-s4 .wpo-lower-footer {
  background: #7E78B2;
  border-color: #9690c9;
}

.wpo-site-footer-s5 {
  background-color: #CBA195;
}

.wpo-site-footer-s5 .wpo-lower-footer {
  background-color: #CBA195;
  border-color: #ddaea1;
}


/*=====================================================
17. wpo-service-single
======================================================*/
@media (min-width: 1440px) {
  .wpo-service-details-area .container {
    max-width: 1320px;
  }
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.accordion-button {
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #242424;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  margin-bottom: 30px;
  border: 0;
}

.accordion-item h3 {
  font-family: var(--font-monsterat);
  font-weight: 500;
}

.accordion-collapse {
  border-top: 1px solid #ebebeb;
}

.accordion-collapse p {
  font-size: 15px;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #999;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #242f6c;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .all-wpo-services {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.wpo-minimal-wrap {
  position: relative;
  margin-bottom: 50px;
}

.wpo-minimal-wrap .minimals-img img {
  width: 100%;
}

.minimals-img img {
  width: 100%;
}

.wpo-minimal-wrap .video-holder {
  position: relative;
  text-align: center;
}

.wpo-minimal-wrap .video-holder:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 67, 149, 0.51);
}

.wpo-minimal-wrap .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 83px;
  height: 83px;
  border-radius: 83px;
  display: inline-block;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  z-index: 9;
}

.wpo-minimal-wrap .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #242424;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-minimal-wrap .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
}

.wpo-minimal-wrap .video-holder a,
.video-holder a {
  background-color: #fff;
  -webkit-animation: spineerb 2s infinite;
  animation: spineerb 2s infinite;
}

@-webkit-keyframes spineerb {
  0% {
    -webkit-box-shadow: 0 0 0 0 #a9a5f8;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes spineerb {
  0% {
    -webkit-box-shadow: 0 0 0 0 #a9a5f8;
    box-shadow: 0 0 0 0 #a9a5f8;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

.wpo-service-details-text {
  text-align: center;
  padding: 40px;
  background: #CAA6C7;
}

.wpo-service-details-text-3 {
  text-align: center;
  padding: 40px;
  background: #c096bd;
}

.wpo-service-details-list .col {
  padding: 0;
}

.wpo-service-details-list .row {
  margin: 0 0px;
}

.wpo-service-details-text h2,
.wpo-service-details-text-3 h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}

.wpo-service-details-text span,
.wpo-service-details-text-3 span {
  font-size: 16px;
  color: #fafafa;
  display: block;
  margin-bottom: 10px;
}

.wpo-p-details-section {
  margin-top: 50px;
}

.wpo-p-details-section ul {
  list-style: none;
}

.wpo-p-details-section h5 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: var(--font-monsterat);
}

.wpo-p-details-section .process-wrap {
  margin-top: 50px;
}

.wpo-p-details-section .process-wrap .process-item {
  margin-bottom: 30px;
  padding: 26px;
  border: 1px solid #ebebeb;
}

.wpo-p-details-section .process-wrap .process-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--font-monsterat);
}

.wpo-p-details-section .process-wrap .process-item p {
  font-size: 15px;
}

.wpo-p-details-section .process-wrap .process-item .process-icon {
  margin-bottom: 10px;
}

.wpo-p-details-section .process-wrap .process-item .process-icon .fi:before {
  font-size: 45px;
  color: #B5A2BD;
}

.wpo-p-details-section p {
  margin-bottom: 30px;
  font-size: 16px;
}

.wpo-p-details-section p:nth-child(2) {
  margin-bottom: 20px;
}

.wpo-p-details-quote {
  padding: 40px;
  background: #B5A2BD;
  margin-top: 30px;
  padding-left: 80px;
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.wpo-p-details-quote:before {
  font-family: "Flaticon";
  content: "\f109";
  font-size: 40px;
  color: #fafafa;
  margin-left: 0;
  position: absolute;
  left: 5%;
  top: 22%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-p-details-img {
  margin-bottom: 30px;
}

.wpo-p-details-img img {
  width: 100%;
}

.wpo-p-details-quote p {
  color: #fff;
  margin-bottom: 20px;
}

.wpo-p-details-quote span {
  color: #fddada;
  text-decoration: underline;
}

.wpo-faq-section {
  padding-top: 60px;
}

.wpo-faq-section h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: var(--font-monsterat);
  font-weight: 500;
}

.wpo-faq-section p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .wpo-service-details-text h2,
  .wpo-service-details-text-3 h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wpo-service-details-text h2,
  .wpo-service-details-text-3 h2 {
    margin-bottom: 30px;
  }
  .wpo-service-details-text-3 {
    border: none;
  }
  .wpo-service-details-list {
    padding-bottom: 10px;
    background: #242424;
  }
}

@media (max-width: 530px) {
  .wpo-p-details-quote:before {
    left: 12%;
    top: 17%;
  }
}

/*=======================================================
8. wpo-service-single-section
========================================================*/
.wpo-service-sidebar .all-wpo-services {
  background-color: #f8f8f8;
  padding: 60px 30px;
}

.wpo-service-sidebar .all-wpo-services ul {
  list-style: none;
}

.wpo-service-sidebar .widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1em;
  padding-bottom: 17px;
  text-transform: capitalize;
  position: relative;
}

.wpo-service-sidebar .widget h3:before {
  content: "";
  background-color: var(--theme-color);
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.wpo-service-sidebar .widget h3:after {
  content: "";
  background-color: #e4e1e1;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.wpo-service-sidebar .all-wpo-services ul a {
  margin-top: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
}

.wpo-service-sidebar .all-wpo-services ul a:hover,
.wpo-service-sidebar .all-wpo-services ul li.current a {
  color: #B5A2BD;
}

.wpo-service-sidebar .all-wpo-services ul > li:last-child a {
  border: 0;
  padding: 0;
}

.wpo-service-sidebar > .widget + .widget {
  margin-top: 55px;
}

.wpo-service-sidebar .contact-widget {
  background: #242424;
  padding: 60px 15px;
  text-align: center;
  position: relative;
}

.wpo-service-sidebar .contact-widget h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #dad9d9;
  margin: 0;
  margin-bottom: 30px;
}

.wpo-service-sidebar .contact-widget h4 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0.5em 0 0;
  color: #fff;
}

.wpo-p-details-section h4 {
  font-size: 40px;
  color: #121127;
  margin-bottom: 30px;
}

.wpo-p-details-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-service-sidebar {
    margin-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .wpo-service-sidebar .contact-widget h4 {
    font-size: 25px;
  }
  .wpo-service-sidebar .contact-widget h5 {
    font-size: 16px;
  }
  .wpo-p-details-section h4 {
    font-size: 35px;
  }
}

.wpo-minimal-img img {
  width: 100%;
  border-radius: 15px;
}

.wpo-portfolio-section-s3.tb-padding {
  padding: 120px 0 110px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s3.tb-padding {
    padding: 90px 0 80px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s3.tb-padding {
    padding: 70px 0 60px;
  }
}


/*=======================================================
8. wpo-service-single-section
========================================================*/
.wpo-service-sidebar .all-wpo-services {
  background-color: #f8f8f8;
  padding: 60px 30px;
}

.wpo-service-sidebar .all-wpo-services ul {
  list-style: none;
}

.wpo-service-sidebar .widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1em;
  padding-bottom: 17px;
  text-transform: capitalize;
  position: relative;
}

.wpo-service-sidebar .widget h3:before {
  content: "";
  background-color: var(--theme-color);
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.wpo-service-sidebar .widget h3:after {
  content: "";
  background-color: #e4e1e1;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.wpo-service-sidebar .all-wpo-services ul a {
  margin-top: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
}

.wpo-service-sidebar .all-wpo-services ul a:hover,
.wpo-service-sidebar .all-wpo-services ul li.current a {
  color: var(--theme-color);
}

.wpo-service-sidebar .all-wpo-services ul > li:last-child a {
  border: 0;
  padding: 0;
}

.wpo-service-sidebar > .widget + .widget {
  margin-top: 55px;
}

.wpo-service-sidebar .contact-widget {
  background: #242424;
  padding: 60px 15px;
  text-align: center;
  position: relative;
}

.wpo-service-sidebar .contact-widget h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #dad9d9;
  margin: 0;
  margin-bottom: 30px;
}

.wpo-service-sidebar .contact-widget h4 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0.5em 0 0;
  color: #fff;
}

.wpo-p-details-section h4 {
  font-size: 40px;
  color: #121127;
  margin-bottom: 30px;
}

.wpo-p-details-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-service-sidebar {
    margin-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .wpo-service-sidebar .contact-widget h4 {
    font-size: 25px;
  }
  .wpo-service-sidebar .contact-widget h5 {
    font-size: 16px;
  }
  .wpo-p-details-section h4 {
    font-size: 35px;
  }
}

.wpo-minimal-img img {
  width: 100%;
}

.wpo-portfolio-section-s3.tb-padding {
  padding: 120px 0 110px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s3.tb-padding {
    padding: 90px 0 80px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s3.tb-padding {
    padding: 70px 0 60px;
  }
}


/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget-blog h3 {
  font-size: 23px;
  font-size: 1.53333rem;
  color: #242424;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: var(--font-monsterat);
  padding-bottom: 20px;
  font-weight: 600;
}

.blog-sidebar .widget-blog h3:before {
  content: "";
  background-color: var(--theme-color);
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar .widget-blog h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar > .widget-blog + .widget-blog {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #f9f7f6;
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(181, 162, 189, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color:var(--theme-color);
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #f9f7f6;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: var(--font-monsterat);
}

.blog-sidebar .about-widget p {
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-family: "monallesia";
  font-size: 14px;
  font-size: 0.93333rem;
  color: #242424;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: var(--theme-color);
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f9f7f6;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: var(--theme-color);
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: var(--font-monsterat);
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #242424;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: var(--theme-color);
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #707070;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .wpo-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 16px;
  font-size: 1.06667rem;
  display: inline-block;
  padding: 5px 18px;
  color: #242424;
  background: #f9f7f6;
  border-radius: 5px;
  text-transform: capitalize;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: var(--theme-color);
  color: #fff;
}

.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 30px 40px;
}

.blog-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}

@media (max-width: 1200px) {
  .blog-sidebar .wpo-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.blog-sidebar .wpo-contact-widget h2::before {
  left: 28px;
  background: url(../images/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

.wpo-p-details-section .process-wrap .process-item .process-icon {
  margin-bottom: 10px;
}

.wpo-p-details-section .process-wrap .process-item .process-icon i {
  font-size: 45px;
  color: var(--theme-color);
}


/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider {
    height: 400px;
  }
}

.wpo-hero-slider .swiper-slide {
  overflow: hidden;
}

.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-button-prev {
  left: 25px;
}

.wpo-hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.wpo-hero-slider .swiper-button-next {
  right: 25px;
}

.wpo-hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 25px 0 !important;
}

.wpo-hero-slider .swiper-pagination {
  right: 50px;
  top: 60%;
  left: auto;
  width: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .wpo-hero-slider .swiper-pagination {
    right: 20px;
    top: 55%;
  }
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet {
  text-align: center;
  line-height: 12px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  display: block;
  background: none;
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  position: relative;
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  left: -55px;
  top: 50%;
  width: 50px;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

/* 7.4 wpo-screenshot-area */
.wpo-portfolio-section-s3 {
  padding-left: 0;
  padding-right: 0;
}

.wpo-portfolio-section-s3 .swiper-main .grid .img-holder {
  border-radius: 0;
}

.wpo-portfolio-section-s3 .swiper-main .grid .img-holder img {
  border-radius: 0;
}

.wpo-portfolio-section-s3 .swiper-container {
  padding-bottom: 60px;
  padding-top: 10px;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .wpo-portfolio-section-s3 .swiper-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wpo-portfolio-section-s3 .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpo-portfolio-section-s3 .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #515A44;
  background: transparent;
}

.wpo-portfolio-section-s3 .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #515A44;
}

.wpo-portfolio-section-s3 .swiper-container .color-p .swiper-pagination-bullet {
  background: #adadad;
  border: 0px;
  opacity: 1;
}

.wpo-portfolio-section-s3 .swiper-container .color-p .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #515A44;
}

.wpo-portfolio-section-s3 .swiper-container-3d .swiper-slide-shadow-left {
  background: none;
}

.wpo-portfolio-section-s3 .swiper-container-3d .swiper-slide-shadow-right {
  background: none;
}

.wpo-portfolio-section-s3 .screenshot_area_three .display_table {
  display: table;
}

.wpo-portfolio-section-s3 .screenshot_area_three .display_table .table_cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.wpo-portfolio-section-s3 .swiper-slide {
  text-align: center;
  margin: 0 auto;
}

.wpo-portfolio-section-s3 .swiper-slide img {
  margin: 0 auto;
}

.hidden{
  display: none;
}


/*--------------------------------------------------------------
24. wpo-portfolio-single-section
--------------------------------------------------------------*/
.wpo-portfolio-single-section .portfolio-single-img-wrap {
  padding-right: 50px;
}

@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-img-wrap {
    padding-right: 0px;
  }
}

.wpo-portfolio-single-section .portfolio-single-img-wrap .portfolio-single-img {
  margin-bottom: 30px;
}

.wpo-portfolio-single-section .portfolio-single-sitebar {
  min-height: 100%;
}

.wpo-portfolio-single-section .portfolio-single-sitebar .portfolio-single-text {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-text {
    padding-top: 40px;
  }
}

.wpo-portfolio-single-section .portfolio-single-text h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 130.5%;
  margin-bottom: 30px;
  font-family: var(--font-monallesia);
}

@media (max-width: 550px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 20px;
  }
}

.wpo-portfolio-single-section .portfolio-single-text span {
  color: #5880a2;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 550px) {
  .wpo-portfolio-single-section .portfolio-single-text span {
    margin-bottom: 20px;
  }
}

.wpo-portfolio-single-section .portfolio-single-text p {
  margin-bottom: 30px;
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des {
  /* max-width: 380px; */
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  font-family: var(--title-font)
}

@media (max-width: 1200px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
  }
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul {
  list-style: none;
  margin-top: 40px;
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  color: #707070;
  font-weight: 400;
  margin-bottom: 0;
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:first-child {
  padding-top: 0;
}

.wpo-portfolio-single-section .pagi {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .wpo-portfolio-single-section .pagi {
    padding-top: 30px;
  }
}

.wpo-portfolio-single-section .pagi ul {
  overflow: hidden;
  list-style: none;
}

.wpo-portfolio-single-section .pagi ul li {
  width: 50%;
  float: left;
  text-align: center;
  border: 1px solid #d8e0f1;
}

.wpo-portfolio-single-section .pagi ul li i {
  margin: 0 10px;
}

.wpo-portfolio-single-section .pagi ul > li:last-child {
  margin-left: -1px;
}

.wpo-portfolio-single-section .pagi ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  color: #707070;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-portfolio-single-section .pagi ul a:hover {
  background-color: #B5A2BD;
  color: #fff;
}

.wpo-portfolio-single-section .project-content .pagi {
  padding-top: 0;
}

.rr-about-shap {
  position: absolute;
  left: 0;
  animation: upDown 1.3S infinite alternate;
  top: -5px;
}
.rr-about-shap-2 {
  position: absolute;
  right: 0;
  top:120px;
  animation: upDown 1.3S infinite alternate;
}

.rr-service-shap {
  position: absolute;
  left: 0;
  animation: upDown 1.3S infinite alternate;
  bottom: 0;
}

.rr-service-shap img {
  width: 100%;
  max-width: 300px;
}

.rr-service-shap-2 {
  position: absolute;
  right: 0;
  animation: upDown 1.3S infinite alternate;
  bottom: 0;
}

.rr-service-shap-2 img {
  width: 100%;
  max-width: 300px;
}


.rr-blog-shap {
  position: absolute;
  left: 0;
  animation: upDown 1.3S infinite alternate;
  bottom: 0;
}

.rr-blog-shap img {
  width: 100%;
  max-width: 300px;
}

.rr-blog-shap-2 {
  position: absolute;
  right: 0;
  animation: upDown 1.3S infinite alternate;
  bottom: 0;
}

.rr-blog-shap-2 img {
  width: 100%;
  max-width: 300px;
}

.pt-60{
  padding-top: 60px;
}

.fix{
  overflow: hidden;
}

.p-relative{
  position: relative;
}

.pb-100{
  padding-bottom: 100px;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
.upDown-top {
  -webkit-animation: upDown 1S infinite alternate;
  animation: upDown 1S infinite alternate;
}
