@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Cleanar - Cleaning Services WordPress Theme
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 wpo-hero-area
	3.2 partners
	3.3 about-section
	3.4 wpo-service-section 
	3.5 wpo-choose-section
	3.6 wpo-work-section
	3.7 funfuct-section
	3.8 transforming-section
	3.9 wpo-cta-section
	3.10 wpo-faq-section
	3.11 wpo-testimonials-section
	3.12 wpo-contact-section
	3.13 wpo-booking-section
	3.14 wpo-blog-section

4. footer-section

5. Home-style-2
   5.1 wpo-work-section-s2
   5.2 about-section-s2
   5.3 wpo-service-section-s2
   5.4 wpo-team-section
   5.5 wpo-cta-section-s2
   5.6 wpo-testimonials-section-s2

6. Home-style-3
   6.1 about-section-s3
   6.2 wpo-team-section-s2

7. service-single-page

8. project-single-page

9. wpo-team-single

10. shop-page

11. shop-single-page

12. wpo-blog-pg-section

13. wpo-blog-single-section

14. wpo-contact-pg-section

15. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/


/* 1.1 Theme Reset Style */
html {
  font-size: 18px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Nunito";
  color: #032532;
  background-color: #fff;
  font-size: 15px;
  font-size: 0.8333333333rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 18px;
  color: #032532;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0E152B;
  font-family: "Parkinsans";
  font-weight: 500;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.box-style {
  max-width: 1691px;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .box-style {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

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

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

@media (max-width: 575px) {
  .section-padding {
    padding: 70px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.7777777778rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #42C652;
  display: inline-block;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {

  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(66, 198, 82, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #42C652;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #42C652;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  position: relative;
}

.rolling-text .text-wrapper {
  display: flex;
  flex-direction: column;
  transform: translateY(0%);
}

.rolling-text .text-line {
  display: block;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

.new_img-animet {
  visibility: hidden;
  overflow: hidden;
}

.middle-light {
  position: relative;
  overflow: hidden;
}

.middle-light::before {
  background: rgba(66, 198, 82, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 0.4s linear;
  z-index: 1;
}

.middle-light:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
}

.left-to-right-light {
  position: relative;
  overflow: hidden;
}

.left-to-right-light:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}

.left-to-right-light:hover:before {
  animation: lightltr 1s;
}

@keyframes lightltr {
  100% {
    left: 125%;
  }
}

.wow.LefttoRight.animated {
  animation-name: HxSkewIn;
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  backface-visibility: hidden;
}

@keyframes HxSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transform: translateX(20px);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}

.wow.RighttoLeft.animated {
  animation-name: HxSkewInRTL;
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  backface-visibility: hidden;
}

@keyframes HxSkewInRTL {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transform: translateX(-20px);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}

.moving-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}

.wpo-section-title,
.wpo-section-title-s2 {
  margin-bottom: 40px;
  text-align: center;
  margin-top: -15px;
}

@media (max-width: 767px) {

  .wpo-section-title,
  .wpo-section-title-s2 {
    margin-bottom: 30px;
  }
}

.wpo-section-title span,
.wpo-section-title-s2 span {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {

  .wpo-section-title span,
  .wpo-section-title-s2 span {
    justify-content: center;
  }
}

@media (max-width: 991px) {

  .wpo-section-title span,
  .wpo-section-title-s2 span {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {

  .wpo-section-title span,
  .wpo-section-title-s2 span {
    font-size: 18px;
    line-height: 35px;
  }
}

.wpo-section-title span i,
.wpo-section-title-s2 span i {
  line-height: unset;
  margin-right: 10px;
  position: relative;
  top: -4px;
  max-width: 35px;
}

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
  color: #0E152B;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.1px;
  margin-top: 0;
}

@media (max-width: 1399px) {

  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 1199px) {

  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {

  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {

  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.wpo-section-title-s2 {
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .wpo-section-title-s2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .wpo-section-title-s2 {
    margin-bottom: 25px;
  }
}

.wpo-section-title-s2 span {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .wpo-section-title-s2 span {
    justify-content: center;
  }
}

.wpo-section-title-s2 p {
  margin-bottom: 0;
  margin-top: 20px;
}

.theme-btn,
.view-cart-btn,
.theme-btn-s2,
.theme-btn-s3 {
  background: #FFD700;
  color: #000;
  display: inline-block;
  padding: 20px 50px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-family: "Nunito";
  font-size: 16px;
  border-radius: 11px;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: capitalize;
  overflow: hidden;
  padding-right: 72px;
}

.theme-btn::after,
.view-cart-btn::after,
.theme-btn-s2::after,
.theme-btn-s3::after {
  background-color: #e1be01;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: -1;
}

.theme-btn::before,
.view-cart-btn::before,
.theme-btn-s2::before,
.theme-btn-s3::before {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17.684px;
  height: 13.073px;
  transition: all 0.3s;
}

@media (max-width: 767px) {

  .theme-btn::before,
  .view-cart-btn::before,
  .theme-btn-s2::before,
  .theme-btn-s3::before {
    right: 18px;
  }
}

.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active {
  color: #000;
  outline: none;
  box-shadow: none;
}

.theme-btn:hover::before,
.view-cart-btn:hover::before,
.theme-btn:focus::before,
.view-cart-btn:focus::before,
.theme-btn:active::before,
.view-cart-btn:active::before,
.theme-btn-s2:hover::before,
.theme-btn-s2:focus::before,
.theme-btn-s2:active::before,
.theme-btn-s3:hover::before,
.theme-btn-s3:focus::before,
.theme-btn-s3:active::before {
  right: 37px;
}

@media (max-width: 767px) {

  .theme-btn:hover::before,
  .view-cart-btn:hover::before,
  .theme-btn:focus::before,
  .view-cart-btn:focus::before,
  .theme-btn:active::before,
  .view-cart-btn:active::before,
  .theme-btn-s2:hover::before,
  .theme-btn-s2:focus::before,
  .theme-btn-s2:active::before,
  .theme-btn-s3:hover::before,
  .theme-btn-s3:focus::before,
  .theme-btn-s3:active::before {
    right: 16px;
  }
}

.theme-btn:hover::after,
.view-cart-btn:hover::after,
.theme-btn-s2:hover::after,
.theme-btn-s3:hover::after {
  transform-origin: top right;
  transform: scale(1);
}

@media (max-width: 991px) {

  .theme-btn,
  .view-cart-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .view-cart-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    padding: 12px 18px;
    font-size: 14px;
    padding-right: 40px;
  }
}

.theme-btn-s2 {
  background-color: #42C652;
  color: #fff;
}

.theme-btn-s2::before {
  background-image: url(../images/right-arrow2.svg);
}

.theme-btn-s2::after {
  background-color: #37b747;
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  color: #fff;
}

.theme-btn-s3 {
  background: transparent;
  box-shadow: none;
  padding-left: 30px;
}

.theme-btn-s3:after {
  display: none;
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}

.view-cart-btn:after {
  display: none;
}
.view-cart-btn:before {
  display: none;
}

.view-cart-btn:hover {
  background-color: #34ab42;
}

.view-cart-btn.s1 {
  background: #ddd;
}

.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #42C652;
  -o-box-shadow: 0 0 5px 0 #69d276;
  -ms-box-shadow: 0 0 5px 0 #69d276;
  box-shadow: 0 0 5px 0 #69d276;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-moz-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #69d276;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #42C652;
}

.wpo-page-title {
  background: linear-gradient(110deg, rgba(255, 221, 158, 0.46) -0.4%, rgba(214, 226, 234, 0.46) 63.6%);
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title {
    min-height: 300px;
  }
}


.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
  justify-content: center;
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
  color: #0E152B;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  word-break: break-all;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ul {
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.wpo-page-title .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 15px;
  color: #333;
  position: relative;
  font-size: 18px;
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ul li {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ul li {
    font-size: 16px;
    padding: 0 10px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ul li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #42C652;
  border-radius: 50%;
}

.wpo-page-title .wpo-breadcumb-wrap ul li:last-child span {
  color: #333;
}

.wpo-page-title .wpo-breadcumb-wrap ul li:last-child:after {
  display: none;
}

.wpo-page-title .wpo-breadcumb-wrap ul li a {
  color: #333;
  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: #42C652;
}

.preloader {
  background-color: #0b7c18;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 111111111111111110000000;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader * {
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
    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: 1299px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media screen and (max-width: 1299px) {
  .blog-sidebar {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-sidebar {
    padding-left: 0px;
  }
}


@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 h3,
.blog-sidebar .widget h2 {
  font-size: 23px;
  color: #262626;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: 500;
}

.blog-sidebar .widget h3:before,
.blog-sidebar .widget h2:before {
  content: "";
  background-color: #42C652;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

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

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

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

.blog-sidebar .search-widget input {
  background-color: #F3F6F6;
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  -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(23, 114, 101, 0.1);
}

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

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #F3F6F6;
  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: 44px;
  background-color: #f1f1f1;
  border-radius: 50%;
}

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

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

.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;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
  padding: 20px;
  background: #F3F6F6;
  padding-left: 60px;
  position: relative;
  width: 100%;
}

@media (max-width: 1200px) {
  .blog-sidebar .category-widget ul a {
    padding: 10px;
    padding-left: 25px;
    font-size: 14px;
  }
}

.blog-sidebar .category-widget ul a:after {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e6af";
  font-family: "themify";
  transform: translateY(-50%);
  font-weight: 500;
}

@media (max-width: 1200px) {
  .blog-sidebar .category-widget ul a:after {
    left: 5px;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul a.active,
.blog-sidebar .category-widget ul li:hover:before {
  background: #779A65;
  color: #fff;
}

.blog-sidebar .category-widget ul li.current-menu-item a {
  background: #779A65;
  color: #fff;
}

.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;
  height: 80px;
  object-fit: cover;
}

.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: 17px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 0.3em;
  font-family: "Parkinsans";
}

@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;
  }
}

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

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #42C652;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #6e6e6e;
}

.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: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 15px 25px;
  color: #1E3446;
  background: #F3F6F6;
  border-radius: 0px;
}

@media (max-width: 1399px) {
  .blog-sidebar .tag-widget ul li a {
    padding: 15px 20px;
  }
}

@media (max-width: 1199px) {
  .blog-sidebar .tag-widget ul li a {
    padding: 8px 10px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #42C652;
  color: #fff;
}

.blog-sidebar .wpo-contact-widget h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}

.blog-sidebar.service-sidebar .wpo-contact-widget h2::after,
.blog-sidebar.service-sidebar .wpo-contact-widget h2::before {
  background: none;
}

.blog-sidebar.service-sidebar .wpo-contact-widget h2 {
  margin-bottom: 0;
}

.blog-sidebar.service-sidebar .wpo-contact-widget h5 {
  margin-bottom: 0;
  margin-top: 0;
}


@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;
  }
}

@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;
  }
}

.blog-sidebar .widget_media_gallery img {
  max-height: 90px;
  object-fit: cover;
}

.blog-sidebar .gallery-item {
  padding-bottom: 0;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #000B47;
  background: #ebf4fc;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #42C652;
  border-color: #42C652;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #FFD700;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .topbar {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .topbar .contact-info {
    text-align: center;
  }
}

.topbar .contact-info li {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .topbar .contact-info li {
    padding-bottom: 0;
  }
}

.topbar .contact-info li i {
  color: #42C652;
  padding-right: 7px;
}

.topbar .contact-info li:last-child i {
  font-size: 13px;
}

.topbar .contact-info li span {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.topbar .contact-info li+li {
  padding-left: 25px;
}

@media (max-width: 575px) {
  .topbar .contact-info li+li {
    padding-left: 0;
  }
}

.topbar .contact-info li a {
  display: inline-flex;
  align-items: center;
}

.topbar .contact-into {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 991px) {
  .topbar .contact-into {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .topbar .contact-into {
    flex-wrap: wrap;
  }
}

.topbar .pryment-selector {
  padding-left: 10px;
}

@media (max-width: 757px) {
  .topbar .pryment-selector {
    padding-left: 10px;
  }
}

@media (max-width: 575px) {
  .topbar .pryment-selector {
    padding-left: 0;
  }
}

.topbar .social-media {
  padding-left: 20px;
}

@media (max-width: 340px) {
  .topbar .social-media {
    padding-bottom: 10px;
    padding-left: 0;
  }
}

.topbar .social-media li {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .topbar .social-media li {
    font-size: 14px;
  }
}

.topbar .social-media li a {
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.72);
  transition: all 0.3s ease-in-out;
}

.topbar .social-media li a:hover {
  color: #ED6637;
}

.topbar .social-media li:last-child {
  padding-right: 0;
}

.topbar .language-selector {
  position: relative;
  display: inline;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .topbar .language-selector {
    font-size: 14px;
  }
}

.topbar .language-selector select {
  display: none;
}

.topbar .language-selector .custom-select {
  position: relative;
  display: flex;
  cursor: pointer;
  padding: 10px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
}

.topbar .custom-arrow {
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  padding-left: 5px;
  color: #000;
  font-size: 13px;
}

@media (max-width: 575px) {
  .topbar .custom-arrow {
    font-size: 14px;
    padding-left: 2px;
  }
}

.topbar .custom-arrow i {
  line-height: unset;
}

.topbar .language-selector .custom-select img {
  vertical-align: middle;
  margin-right: 5px;
}

.topbar .language-selector .custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 4px;
  z-index: 111111;
}

.topbar .language-selector .custom-options div {
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.topbar .language-selector .custom-options div img {
  margin-right: 5px;
}

.topbar .language-selector .custom-options div:hover {
  background-color: #f0f0f0;
}

.topbar .language-selector.active .custom-options {
  display: block;
}

.topbar .pryment-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
  padding-left: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  background: transparent;
  background-image: none;
  cursor: pointer;
  position: relative;
}

@media (max-width: 575px) {
  .topbar .pryment-selector select {
    font-size: 14px;
  }
}

.topbar .pryment-selector select:focus-visible {
  outline: 0px;
}

.topbar .pryment-selector select option {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .topbar .pryment-selector select option {
    font-size: 14px;
  }
}

.topbar .pryment-selector {
  position: relative;
  display: inline-block;
}

.topbar .pryment-selector::after {
  font-family: themify;
  content: "\e64b";
  color: #000;
  font-size: 15px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 13px;
}

/* 2.2 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  z-index: 99;
  position: relative;
}

.wpo-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.wpo-site-header .navigation>.container {
  position: relative;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 10px 0;
  }
}

.wpo-site-header #navbar {
  transition: all 0.5s;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
  text-decoration: none;
  color: #42C652;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }

  .wpo-site-header #navbar li {
    position: relative;
  }

  .wpo-site-header #navbar>ul>li>a:hover:before,
  .wpo-site-header #navbar>ul>li>a.active:before {
    opacity: 1;
    visibility: visible;
  }

  .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
    position: relative;
  }

  .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }

  .wpo-site-header #navbar>ul>li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.wpo-site-header .container-fluid {
  padding-right: 0;
  display: block;
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }

  .wpo-site-header .row {
    flex-wrap: nowrap;
  }

  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }

  .wpo-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .wpo-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}

.wpo-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar>ul {
    z-index: 101;
  }

  .wpo-site-header #navbar ul a {
    color: #000;
  }

  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #42C652;
  }

  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }

  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }

  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }

  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }

  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }

  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }

  .wpo-site-header .navbar-right {
    float: none;
  }

  .wpo-site-header .navbar-nav {
    float: none;
  }

  .wpo-site-header .navbar-nav>li {
    float: none;
  }
}

.wpo-site-header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
}

.wpo-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right>div {
  float: left;
  position: relative;
  margin-right: 8px;
}

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
  padding: 18px 45px;
  padding-right: 72px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

@media (max-width: 1500px) {

  .wpo-site-header .header-right .close-form .theme-btn,
  .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 18px 28px;
    padding-right: 72px;
  }
}

@media (max-width: 1399px) {

  .wpo-site-header .header-right .close-form .theme-btn,
  .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 18px 10px;
    padding-right: 42px;
  }
}

.wpo-site-header .header-right .close-form .theme-btn:before,
.wpo-site-header .header-right .close-form .view-cart-btn:before {
  right: 37px;
}

@media (max-width: 1399px) {

  .wpo-site-header .header-right .close-form .theme-btn:before,
  .wpo-site-header .header-right .close-form .view-cart-btn:before {
    right: 18px;
  }
}

@media (max-width: 450px) {
  .wpo-site-header .header-right>div {
    margin-right: 18px;
  }

  .wpo-site-header .header-right {
    right: -30px;
  }
}

.wpo-site-header .header-right>div:last-child {
  margin: 0 0 0 15px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-site-header .header-right>div:last-child {
    margin: 3px 0 0 10px;
  }
}

.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper i {
  font-size: 22px;
}

.wpo-site-header .header-right .header-search-form i {
  font-size: 22px;
}

@media (max-width: 450px) {
  .wpo-site-header .header-right .cart-toggle-btn {
    display: none;
  }
}

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #0E152B;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 1200px) {

  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {

  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.wpo-site-header .header-right .search-toggle-btn .fi,
.wpo-site-header .header-right .cart-toggle-btn .fi {
  font-size: 20px;
  line-height: unset;
}

@media (max-width: 991px) {

  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}

.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.cart-search-contact .fi {
  font-size: 30px;
}

.cart-search-contact>div {
  float: left;
  position: relative;
}

.cart-search-contact>div+div {
  margin-left: 12px;
}

.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}

@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}

@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}

@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
}

.cart-search-contact form div {
  position: relative;
}

.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}

.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #DFDFDF;
}

.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #42C652;
}

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1);
}

.mini-cart .cart-count {
  background: #42C652;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-size: 0.4444444444rem;
  line-height: 18px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}

@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}

.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}

.mini-cart-content p {
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 500;
  color: #0E152B;
  margin: 0;
  text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 600;
  text-align: left;
  color: #0E152B;
}

.mini-cart-content .mini-cart-item-des a:hover {
  color: #42C652;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.7222222222rem;
  color: #888;
  margin-top: 3px;
  display: flex;
  align-items: center;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.6666666667rem;
  color: #444;
  display: block;
  position: relative;
  right: -3px;
  top: 0;
}

.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.02;
  z-index: -1;
}

.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #0E152B;
  display: block;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #c79652;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.mini-cart-content .mini-cart-empty p {
  text-transform: capitalize;
  color: #687693;
  margin-bottom: 0;
}

.mini-cart-content .mini-cart-empty {
  padding-top: 80px;
  text-align: center;
}

.mini-cart-content .mini-cart-empty .cart-emty-icon i:before {
  font-size: 120px;
  color: #eee;
}

.mini-cart-content .mini-cart-empty a {
  display: inline-block;
}
@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }

  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}

.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.header-search-area input:focus {
  box-shadow: none;
  border-color: #42C652;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.wpo-site-header .navigation>.container {
  position: relative;
}

.wpo-site-header #navbar {
  transition: all 0.5s;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
  text-decoration: none;
  color: #42C652;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }

  .wpo-site-header #navbar li {
    position: relative;
  }

  .wpo-site-header #navbar>ul>li>a {
    font-size: 16px;
    padding: 35px 20px;
    display: block;
    color: #0E152B;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
  }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 35px 18px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar>ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 225px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
  }

  .wpo-site-header #navbar>ul>li .sub-menu a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    color: #0E152B;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    text-transform: capitalize;
  }

  .wpo-site-header #navbar>ul>li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #42C652;
    content: "";
    transition: all 0.3s;
    border-radius: 5px;
  }

  .wpo-site-header #navbar>ul>li .sub-menu a:hover,
  .wpo-site-header #navbar>ul>li .sub-menu a.active {
    color: #42C652;
  }

  .wpo-site-header #navbar>ul>li .sub-menu a:hover:after,
  .wpo-site-header #navbar>ul>li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }

  .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
    left: 110%;
    top: 0;
    transition: all 0.3s;
    transform: none;
    transform-origin: none;
    transition: all 0.3s ease-in-out 0s;
  }

  .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
    position: relative;
  }

  .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .wpo-site-header #navbar>ul>li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
  }

  .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.wpo-site-header #navbar>ul .menu-item-has-children i {
  display: none;
}

@media (max-width: 991px) {
  .wpo-site-header #navbar>ul>li a {
    display: block;
    font-size: 15px;
    font-size: 0.8333333333rem;
    color: #fff;
    font-weight: 600;
  }

  .wpo-site-header #navbar>ul>li a:hover,
  .wpo-site-header #navbar>ul>li a.active {
    color: #fff;
  }

  .wpo-site-header #navbar>ul .sub-menu>li:last-child {
    border-bottom: 0;
  }

  .wpo-site-header #navbar>ul>li>.sub-menu a {
    padding: 8px 15px 8px 45px;
  }

  .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }

  .wpo-site-header #navbar>ul .menu-item-has-children>a {
    position: relative;
    color: #ddd;
  }

  .wpo-site-header #navbar>ul .menu-item-has-children>a:hover,
  .wpo-site-header #navbar>ul .menu-item-has-children>a.active {
    color: #fff;
  }

  .wpo-site-header #navbar>ul .menu-item-has-children i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    display: block;
  }

  .wpo-site-header #navbar>ul .menu-item-has-children i.rotate {
    transform: rotate(90deg);
    top: 29%;
  }

  .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }

  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}

.wpo-site-header .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }

  .wpo-site-header .container {
    width: 100%;
  }

  .wpo-site-header .mobail-menu button {
    background-color: #42C652;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }

  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    box-shadow: none;
  }

  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }

  .wpo-site-header #navbar {
    background: #056e12;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }

  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }

  .wpo-site-header #navbar>ul {
    position: relative;
    z-index: 101;
  }

  .wpo-site-header #navbar ul a {
    color: #000;
  }

  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #42C652;
  }

  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }

  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }

  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }

  .wpo-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }

  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }

  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }

  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

.wpo-site-header .navbar-header .navbar-brand {
  display: block;
}

.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 170px;
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }

  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }

  .wpo-site-header .navbar-header {
    float: none;
  }

  .wpo-site-header .navbar-right {
    float: none;
  }

  .wpo-site-header .navbar-nav {
    float: none;
  }

  .wpo-site-header .navbar-nav>li {
    float: none;
  }
}

@media (max-width: 440px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}

@media (max-width: 370px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}

@media (max-width: 1500px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 30px 15px;
  }

  .wpo-site-header {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header {
    padding: 0;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 30px 10px;
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 30px 10px;
    font-size: 16px;
  }

  .wpo-site-header .header-right .theme-btn,
  .wpo-site-header .header-right .view-cart-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar>ul>li>a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .header-right .theme-btn,
  .header-right .view-cart-btn {
    padding: 20px 12px;
  }

  .wpo-site-header .header-right .close-form {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar>ul>li>a {
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {

  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}

.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 10px;
  }
}

/* header-s2 */
.header-s2,
.header-s3 {
  position: relative;
  z-index: 11;
}

.header-s2 .topbar,
.header-s3 .topbar {
  background: transparent;
}

.header-s2 .topbar .contact-info li span,
.header-s3 .topbar .contact-info li span {
  color: #fff;
}

.header-s2 .topbar .social-media,
.header-s3 .topbar .social-media {
  padding-left: 0px;
  margin-right: 5px;
  border-radius: 22px;
  background: rgba(217, 217, 217, 0.12);
  padding: 6px;
  padding-bottom: 2px;
}

.header-s2 .topbar .social-media li a,
.header-s3 .topbar .social-media li a {
  padding: 0 8px;
  color: #fff;
}

.header-s2 .topbar .social-media li a:hover,
.header-s3 .topbar .social-media li a:hover {
  color: #FFB302;
}

.header-s2 .topbar .pryment-selector,
.header-s3 .topbar .pryment-selector {
  padding-right: 10px;
}

.header-s2 .topbar .pryment-selector select,
.header-s3 .topbar .pryment-selector select {
  color: #fff;
  font-family: "Parkinsans";
}

.header-s2 .topbar .pryment-selector::after,
.header-s3 .topbar .pryment-selector::after {
  color: #fff;
  right: 5px;
  font-size: 12px;
}

.header-s2 .topbar .language-selector,
.header-s3 .topbar .language-selector {
  color: #fff;
  font-family: "Parkinsans";
}

.header-s2 .topbar .language-selector .custom-options div,
.header-s3 .topbar .language-selector .custom-options div {
  color: #000;
}

.header-s2 .topbar .custom-arrow,
.header-s3 .topbar .custom-arrow {
  color: #fff;
  font-size: 12px;
  top: 4px;
}

.header-s2 .topbar .language-selector .custom-select img,
.header-s3 .topbar .language-selector .custom-select img {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}

.header-s2 .wpo-site-header .navbar-header,
.header-s3 .wpo-site-header .navbar-header {
  display: block;
}

.header-s2 .wpo-site-header #navbar>ul>li>a,
.header-s3 .wpo-site-header #navbar>ul>li>a {
  color: #0E152B;
}

@media screen and (min-width: 1400px) {

  .header-s2 .wpo-site-header #navbar>ul>li>a,
  .header-s3 .wpo-site-header #navbar>ul>li>a {
    padding: 35px 18px;
  }
}

@media screen and (max-width: 1399px) {

  .header-s2 .wpo-site-header #navbar>ul>li>a,
  .header-s3 .wpo-site-header #navbar>ul>li>a {
    padding: 30px 9px;
  }
}

@media screen and (max-width: 1199px) {

  .header-s2 .wpo-site-header #navbar>ul>li>a,
  .header-s3 .wpo-site-header #navbar>ul>li>a {
    padding: 25px 5px;
  }
}

@media (max-width: 991px) {

  .header-s2 .wpo-site-header #navbar>ul>li>a,
  .header-s3 .wpo-site-header #navbar>ul>li>a {
    padding: 15px 30px;
    color: #fff;
  }
}

.header-s2 .wpo-site-header .navigation,
.header-s3 .wpo-site-header .navigation {
  border-radius: 0;
  background: transparent;
  padding: 0 50px;
  padding-right: 25px;
}

@media (max-width: 1400px) {

  .header-s2 .wpo-site-header .navigation,
  .header-s3 .wpo-site-header .navigation {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {

  .header-s2 .wpo-site-header .navigation,
  .header-s3 .wpo-site-header .navigation {
    padding: 0;
  }
}

.header-s2 .wpo-site-header .navigation::before,
.header-s3 .wpo-site-header .navigation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/header-shape.svg) center/cover no-repeat;
  z-index: -1;
}

@media (max-width: 991px) {

  .header-s2 .wpo-site-header .navigation::before,
  .header-s3 .wpo-site-header .navigation::before {
    background: #fff;
  }
}

.header-s2 .wpo-site-header .header-right .close-form .theme-btn,
.header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
.header-s3 .wpo-site-header .header-right .close-form .theme-btn,
.header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
  text-transform: capitalize;
  font-family: "Parkinsans";
  font-size: 16px;
}

@media (max-width: 1199px) {

  .header-s2 .wpo-site-header .header-right .close-form .theme-btn,
  .header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
  .header-s3 .wpo-site-header .header-right .close-form .theme-btn,
  .header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
    font-size: 12px;
    display: block;
  }
}

@media (max-width: 991px) {

  .header-s2 .wpo-site-header .header-right .close-form .theme-btn,
  .header-s2 .wpo-site-header .header-right .close-form .view-cart-btn,
  .header-s3 .wpo-site-header .header-right .close-form .theme-btn,
  .header-s3 .wpo-site-header .header-right .close-form .view-cart-btn {
    display: none;
  }
}

.header-s2 .wpo-site-header .header-right .search-toggle-btn,
.header-s3 .wpo-site-header .header-right .search-toggle-btn {
  background: #F2F5F9;
  color: #061408;
}

.header-s2 .wpo-site-header .header-right .cart-toggle-btn,
.header-s3 .wpo-site-header .header-right .cart-toggle-btn {
  color: #061408;
  line-height: 1px;
}

.header-s2 .wpo-site-header .header-right>div,
.header-s3 .wpo-site-header .header-right>div {
  margin-left: 20px;
}

@media (max-width: 450px) {

  .header-s2 .wpo-site-header .header-right>div,
  .header-s3 .wpo-site-header .header-right>div {
    margin: 0;
    margin-right: 5px;
  }
}

.header-s2 .wpo-site-header .header-right>div:last-child::before,
.header-s3 .wpo-site-header .header-right>div:last-child::before {
  left: -95px;
  background: rgba(112, 116, 128, 0.08);
}

@media (max-width: 991px) {

  .header-s2 .wpo-site-header .header-right,
  .header-s3 .wpo-site-header .header-right {
    right: -27px;
  }
}

@media (max-width: 767px) {

  .header-s2 .wpo-site-header .header-right,
  .header-s3 .wpo-site-header .header-right {
    right: -20px;
  }
}

/* header-s3 */
.header-s3 .topbar {
  background: #268A66;
}

.header-s3 .topbar .contact-info li i {
  color: #fff;
}

.header-s3 .topbar .social-media {
  margin-right: 0;
  margin-left: 10px;
  background: transparent;
  padding: 0px;
  padding-bottom: 0px;
}

.header-s3 .wpo-site-header {
  padding: 0 255px;
  background: #fff;
}

@media (max-width: 1799px) {
  .header-s3 .wpo-site-header {
    padding: 0 200px;
  }
}

@media (max-width: 1700px) {
  .header-s3 .wpo-site-header {
    padding: 0 100px;
  }
}

@media (max-width: 1500px) {
  .header-s3 .wpo-site-header {
    padding: 0 10px;
  }
}

.header-s3 .wpo-site-header .sticky-header.sticky-on {
  padding: 0 255px;
}

@media (max-width: 1799px) {
  .header-s3 .wpo-site-header .sticky-header.sticky-on {
    padding: 0 200px;
  }
}

@media (max-width: 1700px) {
  .header-s3 .wpo-site-header .sticky-header.sticky-on {
    padding: 0 100px;
  }
}

@media (max-width: 1500px) {
  .header-s3 .wpo-site-header .sticky-header.sticky-on {
    padding: 0 10px;
  }
}

.header-s3 .wpo-site-header .navigation {
  padding: 0;
  background: #fff;
}

.header-s3 .wpo-site-header .navigation::before {
  display: none;
}

.header-s3 .wpo-site-header .header-right>div {
  margin: 0 10px;
}

.header-s3 .wpo-site-header .header-right>div:last-child {
  margin-right: 0;
}

.header-s3 .wpo-site-header .header-right>div:last-child::before {
  display: none;
}

.admin-bar .wpo-site-header .sticky-header.navigation {
  top: 32px;
}

@media(max-width: 991px) {
  .admin-bar .wpo-site-header .sticky-header.navigation {
    top: 46px;
  }
}

@media(max-width: 600px) {
  .admin-bar .wpo-site-header .sticky-header.navigation {
    top: 0;
  }
}

/*-------------------------------------------
3.1 static-hero
--------------------------------------------*/
/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/* 3.1 wpo-hero-area */
.static-hero,
.static-hero-s2 {
  position: relative;
  background: url(../images/slider/bg-img.jpg) center/cover no-repeat;
  height: 759px;
  border-radius: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1199px) {

  .static-hero,
  .static-hero-s2 {
    height: 600px;
  }
}

@media (max-width: 991px) {

  .static-hero,
  .static-hero-s2 {
    height: 100%;
    padding: 100px 0;
  }
}

@media (max-width: 767px) {

  .static-hero,
  .static-hero-s2 {
    text-align: center;
  }
}

@media (max-width: 575px) {

  .static-hero,
  .static-hero-s2 {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {

  .static-hero,
  .static-hero-s2 {
    border: 1px solid #c5c5c5;
  }

  .static-hero:before,
  .static-hero-s2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 105%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.85);
    z-index: -1;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}

.static-hero .slide-title span,
.static-hero-s2 .slide-title span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}

@media (max-width: 575px) {

  .static-hero .slide-title span,
  .static-hero-s2 .slide-title span {
    font-size: 16px;
  }
}

.static-hero .slide-title span img,
.static-hero-s2 .slide-title span img {
  margin-top: -10px;
  margin-right: 8px;
  max-width: 35px;
}

.static-hero .slide-sub-title h2,
.static-hero-s2 .slide-sub-title h2 {
  position: relative;
  color: #0E152B;
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -0.66px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 1399px) {

  .static-hero .slide-sub-title h2,
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (max-width: 1199px) {

  .static-hero .slide-sub-title h2,
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 45px;
    line-height: 64px;
  }
}

@media (max-width: 991px) {

  .static-hero .slide-sub-title h2,
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 40px;
    line-height: 53px;
    max-width: 450px;
  }
}

@media (max-width: 767px) {

  .static-hero .slide-sub-title h2,
  .static-hero-s2 .slide-sub-title h2 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {

  .static-hero .slide-sub-title h2,
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.static-hero .slide-sub-title h2::before,
.static-hero-s2 .slide-sub-title h2::before {
  display: none;
}

.static-hero .slide-sub-title h2 .text,
.static-hero-s2 .slide-sub-title h2 .text {
  color: #42C652;
  position: relative;
}

.static-hero .slide-sub-title h2 .text::before,
.static-hero-s2 .slide-sub-title h2 .text::before {
  position: absolute;
  left: 0;
  bottom: -100px;
  content: "";
  background: url(../images/service/liine.svg) no-repeat;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {

  .static-hero .slide-sub-title h2 .text::before,
  .static-hero-s2 .slide-sub-title h2 .text::before {
    bottom: -50px;
    display: none;
  }
}

.static-hero .slide-description,
.static-hero-s2 .slide-description {
  max-width: 450px;
}

@media (max-width: 767px) {

  .static-hero .slide-description,
  .static-hero-s2 .slide-description {
    margin: 0 auto;
  }
}

.static-hero .slide-description p,
.static-hero-s2 .slide-description p {
  margin-bottom: 0;
}

.static-hero .slide-btns,
.static-hero-s2 .slide-btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {

  .static-hero .slide-btns,
  .static-hero-s2 .slide-btns {
    justify-content: center;
  }
}

@media (max-width: 1199px) {

  .static-hero .slide-btns .theme-btn,
  .static-hero .slide-btns .view-cart-btn,
  .static-hero-s2 .slide-btns .theme-btn,
  .static-hero-s2 .slide-btns .view-cart-btn {
    padding: 20px 46px;
  }
}

@media (max-width: 757px) {

  .static-hero .slide-btns .theme-btn,
  .static-hero .slide-btns .view-cart-btn,
  .static-hero-s2 .slide-btns .theme-btn,
  .static-hero-s2 .slide-btns .view-cart-btn {
    padding: 12px 18px;
  }
}

.static-hero .slide-btns .theme-btn::after,
.static-hero .slide-btns .view-cart-btn::after,
.static-hero-s2 .slide-btns .theme-btn::after,
.static-hero-s2 .slide-btns .view-cart-btn::after {
  background: #268A66;
}

.static-hero .left-shape,
.static-hero-s2 .left-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1399px) {

  .static-hero .left-shape,
  .static-hero-s2 .left-shape {
    left: -85px;
  }
}

@media (max-width: 840px) {

  .static-hero .left-shape,
  .static-hero-s2 .left-shape {
    left: -150px;
  }
}

@media (max-width: 767px) {

  .static-hero .left-shape,
  .static-hero-s2 .left-shape {
    display: none;
  }
}

.static-hero .left-shape svg,
.static-hero-s2 .left-shape svg {
  width: 948px;
  height: 759px;
}

@media (max-width: 1199px) {

  .static-hero .left-shape svg,
  .static-hero-s2 .left-shape svg {
    height: 600px;
    width: 750px;
  }
}

@media (max-width: 767PX) {

  .static-hero .left-shape svg,
  .static-hero-s2 .left-shape svg {
    width: 100%;
    height: 100%;
  }
}

.static-hero .hero-line-shape,
.static-hero-s2 .hero-line-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.static-hero-s2 {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .static-hero-s2 {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 {
    display: block;
    height: auto;
    text-align: center;
    padding-top: 60px;
    border: 0;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 {
    padding-top: 30px;
  }
}

.static-hero-s2 .slide-sub-title h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
}

@media (max-width: 1399px) {
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 70px;
    line-height: 90px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .slide-sub-title h2 {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 450px) {
  .static-hero-s2 .slide-sub-title h2 {
    font-size: 32px;
    line-height: 58px;
  }
}

.static-hero-s2 .slide-sub-title h2 span {
  position: relative;
  color: #EAC605;
}

.static-hero-s2 .slide-sub-title h2 span i {
  position: absolute;
  right: 20px;
  top: -45px;
  line-height: unset;
}

@media (max-width: 1399px) {
  .static-hero-s2 .slide-sub-title h2 span i {
    right: 0;
    top: -35px;
    max-width: 32px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .slide-description {
    max-width: 330px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .slide-description {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .slide-btns {
    justify-content: center;
  }
}

.static-hero-s2 .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 51px 379.5px;
  z-index: -1;
}

@media (max-width: 991px) {
  .static-hero-s2 .left-shape {
    display: none;
  }
}

.static-hero-s2 .left-shape:before {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 566px;
  height: 584px;
  border-radius: 51px 379.5px;
  background: #F7FAEE;
  z-index: -1;
  content: "";
}

@media (max-width: 1500px) {
  .static-hero-s2 .left-shape:before {
    width: 466px;
    height: 484px;
    border-radius: 51px 354.5px;
    bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .left-shape:before {
    width: 366px;
    height: 384px;
    border-radius: 51px 254.5px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.static-hero-s2 .hero-img {
  position: absolute;
  z-index: 1;
  max-width: 814px;
  right: 105px;
  bottom: 0;
}

@media (max-width: 1800px) {
  .static-hero-s2 .hero-img {
    right: 15px;
  }
}

@media (max-width: 1500px) {
  .static-hero-s2 .hero-img {
    max-width: 614px;
    bottom: auto;
    top: 60px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .hero-img {
    max-width: 514px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .hero-img {
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.static-hero-s2 .hero-img:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 694px;
  height: 725px;
  content: "";
  border-radius: 379.5px 51px;
  background: #EDF0E1;
  z-index: -1;
}

@media (max-width: 1500px) {
  .static-hero-s2 .hero-img:before {
    width: 594px;
    height: 513px;
    top: 22px;
    border-radius: 330.5px 51px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .hero-img:before {
    width: 494px;
    height: 427px;
    top: 22px;
    border-radius: 250.5px 51px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .hero-img:before {
    border-radius: 280.5px 51px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .hero-img:before {
    width: 90%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 238.5px 51px;
  }
}

@media (max-width: 450px) {
  .static-hero-s2 .hero-img:before {
    border-radius: 150.5px 51px;
  }
}

.static-hero-s3 .wraper {
  padding: 70px 0 90px;
}

@media (max-width: 1199px) {
  .static-hero-s3 .wraper {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .wraper {
    padding: 40px 0 80px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .wraper {
    padding: 20px 0 50px;
  }
}

.static-hero-s3 .slide-sub-title h2 {
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: -0.75px;
  text-transform: capitalize;
}

@media (max-width: 1500px) {
  .static-hero-s3 .slide-sub-title h2 {
    font-size: 65px;
    line-height: 90px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .slide-sub-title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .slide-sub-title h2 {
    font-size: 50px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .slide-sub-title h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .slide-sub-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 450px) {
  .static-hero-s3 .slide-sub-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.static-hero-s3 .slide-sub-title h2 span {
  position: relative;
  color: #EAC605;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 110px;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  display: block;
}

@media (max-width: 1500px) {
  .static-hero-s3 .slide-sub-title h2 span {
    font-size: 70px;
    line-height: 90px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .slide-sub-title h2 span {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .slide-sub-title h2 span {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .slide-sub-title h2 span {
    font-size: 35px;
    line-height: 45px;
    display: inline-block;
  }
}

@media (max-width: 450px) {
  .static-hero-s3 .slide-sub-title h2 span {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .slide-description {
    max-width: 700px;
    margin: 0 auto;
  }
}

.static-hero-s3 .slide-btns {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .static-hero-s3 .slide-btns {
    justify-content: center;
  }
}

.static-hero-s3 .video-area {
  width: 100%;
}

.static-hero-s3 .video-area video {
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1399px) {
  .static-hero-s3 .video-area video {
    height: auto;
  }
}

/*--------------------------------------------------------------
4. footer-section
--------------------------------------------------------------*/
.footer-common,
.footer-section-s1 {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  padding: 40px;
  padding-top: 0;
}

@media (max-width: 991px) {

  .footer-common,
  .footer-section-s1 {
    padding: 15px;
    padding-top: 0;
  }
}

.footer-common .footer-wrap,
.footer-section-s1 .footer-wrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 14px;
  padding-bottom: 0;
  background: linear-gradient(110deg, rgba(255, 221, 158, 0.46) -0.4%, rgba(214, 226, 234, 0.46) 63.6%);
}

@media (max-width: 991px) {

  .footer-common .footer-wrap,
  .footer-section-s1 .footer-wrap {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {

  .footer-common .footer-wrap,
  .footer-section-s1 .footer-wrap {
    padding-top: 40px;
  }
}


.footer-common .footer,
.footer-section-s1 .footer {
  display: flex;
  align-items: start;
}

@media (max-width: 991px) {

  .footer-common .footer,
  .footer-section-s1 .footer {
    flex-wrap: wrap;
  }
}

.footer-common .item,
.footer-section-s1 .item {
  padding: 80px 0;
  border-top: 1px solid rgba(41, 41, 41, 0.11);
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {

  .footer-common .item,
  .footer-section-s1 .item {
    padding: 30px 0;
  }
}

.footer-common .item ul li,
.footer-section-s1 .item ul li {
  display: block;
}

.footer-section-s1 .item ul {
  padding-left: 0;
}

.footer-common .item ul li a,
.footer-section-s1 .item ul li a {
  color: #043460;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.footer-common .item ul li a:hover,
.footer-section-s1 .item ul li a:hover {
  color: #42C652;
}

.footer-common .item ul li+li,
.footer-section-s1 .item ul li+li {
  padding-top: 15px;
}

.footer-common .item:nth-child(2),
.footer-section-s1 .item:nth-child(2) {
  max-width: 350px;
  width: 100%;
  padding-left: 80px;
  border-left: 1px solid rgba(41, 41, 41, 0.11);
}

@media (max-width: 991px) {

  .footer-common .item:nth-child(2),
  .footer-section-s1 .item:nth-child(2) {
    padding-left: 20px;
    max-width: 100%;
    width: 50%;
    border-left: 0;
  }
}

@media (max-width: 767px) {

  .footer-common .item:nth-child(2),
  .footer-section-s1 .item:nth-child(2) {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    border-top: 0;
    padding-bottom: 30px;
  }
}

.footer-common .item:last-child,
.footer-section-s1 .item:last-child {
  max-width: 370px;
  width: 100%;
}

@media (max-width: 991px) {

  .footer-common .item:last-child,
  .footer-section-s1 .item:last-child {
    border-top: 0;
    padding-top: 0;
    max-width: 100%;
    width: 50%;
  }
}

@media (max-width: 767px) {

  .footer-common .item:last-child,
  .footer-section-s1 .item:last-child {
    width: 100%;
    padding-bottom: 30px;
  }
}

.footer-common .title,
.footer-section-s1 .title {
  color: #0E152B;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-top: 0;
}

.footer-common .widget-newsletter .newsletter .form-fild,
.footer-section-s1 .widget-newsletter .newsletter .form-fild {
  position: relative;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  border: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  background: #fff;
  padding: 18px 25px;
  max-width: 350px;
  width: 100%;
  color: #032532;
  z-index: 1;
}

@media (max-width: 1399px) {

  .footer-common .widget-newsletter .newsletter .form-fild .fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
    max-width: 280px;
    padding: 14px 25px;
  }
}

@media (max-width: 1199px) {

  .footer-common .widget-newsletter .newsletter .form-fild .fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
    max-width: 200px;
  }
}

@media (max-width: 991px) {

  .footer-common .widget-newsletter .newsletter .form-fild .fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
    max-width: 280px;
  }
}

@media (max-width: 450px) {

  .footer-common .widget-newsletter .newsletter .form-fild .fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
    max-width: 215px;
  }
}

@media (max-width: 350px) {

  .footer-common .widget-newsletter .newsletter .form-fild .fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .fild {
    max-width: 200px;
  }
}

.footer-common .widget-newsletter .newsletter .form-fild .fild:focus-visible,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild:focus-visible {
  outline: -webkit-focus-ring-color auto transparent;
  outline: 0;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild::-webkit-input-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild::-webkit-input-placeholder {
  color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild::-moz-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild::-moz-placeholder {
  color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild:-ms-input-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild:-ms-input-placeholder {
  color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild .fild:-moz-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .fild:-moz-placeholder {
  color: #032532;
}

.footer-common .widget-newsletter .newsletter .form-fild button,
.footer-section-s1 .widget-newsletter .newsletter .form-fild button {
  right: 0px;
  top: 10px;
  background: transparent;
  border: 0 solid transparent;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #42C652;
  transform: scaleX(-1);
  position: relative;
}

.footer-common .widget-newsletter .newsletter .terms,
.footer-section-s1 .widget-newsletter .newsletter .terms {
  margin-top: 30px;
}

.footer-common .widget-newsletter .newsletter .terms .checkbox-input,
.footer-section-s1 .widget-newsletter .newsletter .terms .checkbox-input {
  display: none;
}

.footer-common .widget-newsletter .newsletter .terms .custom-checkbox,
.footer-section-s1 .widget-newsletter .newsletter .terms .custom-checkbox {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: rgba(153, 107, 8, 0.09);
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  bottom: -6px;
}

.footer-common .widget-newsletter .newsletter .terms .checkbox-input:checked+.checkbox-label .custom-checkbox::before,
.footer-section-s1 .widget-newsletter .newsletter .terms .checkbox-input:checked+.checkbox-label .custom-checkbox::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #42C652;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}

.footer-common .widget-newsletter .newsletter .terms label,
.footer-section-s1 .widget-newsletter .newsletter .terms label {
  color: #032532;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 1399px) {

  .footer-common .widget-newsletter .newsletter .terms label,
  .footer-section-s1 .widget-newsletter .newsletter .terms label {
    margin-left: 5px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {

  .footer-common .widget-newsletter .newsletter .terms label,
  .footer-section-s1 .widget-newsletter .newsletter .terms label {
    font-size: 15px;
  }
}

.footer-common .footer-lower .row,
.footer-section-s1 .footer-lower .row {
  border-top: 1px solid rgba(41, 41, 41, 0.11);
  padding: 25px 0;
}

.footer-common .footer-lower .footer-nav-list,
.footer-section-s1 .footer-lower .footer-nav-list {
  text-align: end;
}

@media (max-width: 767px) {

  .footer-common .footer-lower .footer-nav-list,
  .footer-section-s1 .footer-lower .footer-nav-list {
    text-align: left;
  }
}

.footer-common .footer-lower .footer-nav-list ul,
.footer-section-s1 .footer-lower .footer-nav-list ul {
  display: flex;
  justify-content: end;
}

@media (max-width: 767px) {

  .footer-common .footer-lower .footer-nav-list ul,
  .footer-section-s1 .footer-lower .footer-nav-list ul {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: left;
  }
}

.footer-common .footer-lower .footer-nav-list ul li,
.footer-section-s1 .footer-lower .footer-nav-list ul li {
  padding: 12px 20px;
  list-style: none;
}

@media (max-width: 991px) {

  .footer-common .footer-lower .footer-nav-list ul li,
  .footer-section-s1 .footer-lower .footer-nav-list ul li {
    padding: 12px 10px;
  }
}

@media (max-width: 767px) {

  .footer-common .footer-lower .footer-nav-list ul li,
  .footer-section-s1 .footer-lower .footer-nav-list ul li {
    padding: 5px 7px;
  }
}

.footer-common .footer-lower .footer-nav-list ul li a,
.footer-section-s1 .footer-lower .footer-nav-list ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.footer-common .footer-lower .footer-nav-list ul li a i,
.footer-section-s1 .footer-lower .footer-nav-list ul li a i {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  color: #42C652;
}

.footer-common .footer-lower .footer-nav-list ul li a:hover i,
.footer-section-s1 .footer-lower .footer-nav-list ul li a:hover i {
  opacity: 1;
  visibility: visible;
}

/* footer-section-s1 */
.footer-section-s1 {
  z-index: 1;
  position: relative;
}

.footer-section-s1 .footer-topbar .wraper {
  padding: 0 60px;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 70px;
}

@media (max-width: 1399px) {
  .footer-section-s1 .footer-topbar .wraper {
    padding: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar .wraper {
    display: block;
    text-align: center;
  }
}

.footer-section-s1 .footer-topbar h2 {
  width: calc(100% - 175px);
  color: #0E152B;
  font-size: 42px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar h2 {
    width: 100%;
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 757px) {
  .footer-section-s1 .footer-topbar h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

.footer-section-s1 .footer-topbar h2 span {
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  line-height: 65px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar h2 span {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 757px) {
  .footer-section-s1 .footer-topbar h2 span {
    font-size: 20px;
  }
}

.footer-section-s1 .footer-topbar h2 .color {
  color: #666;
  font-style: normal;
  -webkit-text-decoration: underline 2px solid #666;
  text-decoration: underline 2px solid #666;
  font-size: 42px;
  font-weight: 700;
  line-height: 65px;
}

@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar h2 .color {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 757px) {
  .footer-section-s1 .footer-topbar h2 .color {
    font-size: 20px;
    line-height: 45px;
  }
}

.footer-section-s1 .footer-topbar .booking-btn a {
  width: 150px;
  height: 150px;
  background: #FFCC53;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  text-transform: capitalize;
  color: #0E152B;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .footer-section-s1 .footer-topbar .booking-btn a {
    width: 180px;
    height: 180px;
  }
}

.footer-section-s1 .footer-topbar .booking-btn a i {
  display: block;
  margin-bottom: 5px;
}

.footer-section-s1 .footer-topbar .booking-btn a small {
  display: block;
  max-width: 150px;
}

.footer-section-s1 .footer {
  padding: 0 60px;
}

@media (max-width: 1399px) {
  .footer-section-s1 .footer {
    padding: 0;
  }
}

.footer-section-s1 .item:first-child {
  max-width: 575px;
  width: 100%;
  padding-left: 0px;
}

@media (max-width: 991px) {
  .footer-section-s1 .item:first-child {
    max-width: 100%;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer-section-s1 .item:first-child {
    max-width: 100%;
    width: 100%;
  }
}

.footer-section-s1 .item:nth-child(2) {
  border-left: 1px solid rgba(41, 41, 41, 0.11);
  border-right: 1px solid rgba(41, 41, 41, 0.11);
}

@media (max-width: 991px) {
  .footer-section-s1 .item:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
}

.footer-section-s1 .item:last-child {
  padding-left: 80px;
}

@media (max-width: 991px) {
  .footer-section-s1 .item:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .footer-section-s1 .item:last-child {
    padding-left: 0;
  }
}

.footer-section-s1 .item:last-child ul {
  padding-left: 0;
}

.footer-section-s1 .item:last-child ul li {
  color: #043460;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-section-s1 .footer-lower .lower-footer-wrap {
  padding: 0 60px;
}

@media (max-width: 1399px) {
  .footer-section-s1 .footer-lower .lower-footer-wrap {
    padding: 0;
  }
}

.footer-section-s1 .footer-lower p {
  color: #0E152B;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1199px) {
  .footer-section-s1 .footer-lower p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .footer-section-s1 .footer-lower p {
    text-align: center;
    margin-bottom: 10px;
  }
}

.footer-section-s1 .footer-lower .copyright span {
  color: #FABF33;
}

.footer-section-s1 .widget-social {
  text-align: right;
  margin-top: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .footer-section-s1 .widget-social {
    text-align: center;
  }
}

.footer-section-s1 .widget-social li {
  display: inline !important;
  margin: 0 7px;
}

.footer-section-s1 .widget-social li:last-child {
  margin-right: 0;
}

.footer-section-s1 .widget-social li a {
  color: #032532;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(41, 41, 41, 0.11);
  border-radius: 100px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
}

.footer-section-s1 .widget-social li a:hover {
  color: #42C652;
}

.footer-section-s1 .f-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 220px;
}

@media (max-width: 1800px) {
  .footer-section-s1 .f-shape {
    max-width: 200px;
  }
}

@media (max-width: 1650px) {
  .footer-section-s1 .f-shape {
    max-width: 150px;
  }
}

@media (max-width: 1600px) {
  .footer-section-s1 .f-shape {
    display: none;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 1111;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 partners */
.partners-section {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .partners-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .partners-section {
    padding-bottom: 30px;
    padding-top: 70px;
  }
}

.partners-section h2 {
  text-align: center;
  color: #0E152B;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 0;
}

.partners-section ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

@media (max-width: 757px) {
  .partners-section ul li {
    height: 80px;
  }
}

.partners-section ul li img {
  width: auto;
  margin: 0 auto;
}

.partners-section ul .slick-slide {
  display: flex;
}

/* 3.3 about-section */
.about-section {
  position: relative;
  z-index: 1;
}

.about-section .about-title {
  margin-bottom: 56px;
}

@media (max-width: 991px) {
  .about-section .about-title {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about-section .about-title {
    margin-bottom: 30px;
  }
}

.about-section .main-title h2 {
  color: #0E152B;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.1px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .about-section .main-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .about-section .main-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .about-section .main-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.about-section .sub-title span {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .about-section .sub-title span {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .about-section .sub-title span {
    font-size: 20px;
    line-height: 35px;
  }
}

.about-section .sub-title span i {
  line-height: unset;
  margin-right: 10px;
  position: relative;
  top: -4px;
  max-width: 35px;
}

.about-section .about-wrap .about-left-side {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.about-section .about-wrap .about-left-side .about-left-img img {
  border-radius: 11px;
}

.about-section .about-wrap .about-left-side .about-left-client-box {
  width: 212px;
  height: 219.5px;
  background: #FFD700;
  margin-left: 25px;
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  padding: 28px 20px;
}

@media (max-width: 480px) {
  .about-section .about-wrap .about-left-side .about-left-client-box {
    padding: 28px 10px;
    height: 180px;
  }
}

@media (max-width: 450px) {
  .about-section .about-wrap .about-left-side .about-left-client-box {
    padding: 28px 5px;
    height: 170px;
    margin-left: 12px;
  }
}

@media (max-width: 370px) {
  .about-section .about-wrap .about-left-side .about-left-client-box {
    height: 130px;
  }
}

.about-section .about-wrap .about-left-side .about-left-client-box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .about-section .about-wrap .about-left-side .about-left-client-box h2 {
    font-size: 50px;
  }
}

@media (max-width: 450px) {
  .about-section .about-wrap .about-left-side .about-left-client-box h2 {
    font-size: 40px;
  }
}

@media (max-width: 370px) {
  .about-section .about-wrap .about-left-side .about-left-client-box h2 {
    font-size: 30px;
  }
}

.about-section .about-wrap .about-left-side .about-left-client-box h2 span {
  font-weight: 500;
  font-family: "Parkinsans";
}

.about-section .about-wrap .about-left-side .about-left-client-box p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}

@media (max-width: 370px) {
  .about-section .about-wrap .about-left-side .about-left-client-box p {
    font-size: 14px;
  }
}

.about-section .about-wrap .about-left-side-wrap {
  max-width: 552px;
}

@media (max-width: 991px) {
  .about-section .about-wrap .about-left-side-wrap {
    margin: 0 auto;
    text-align: center;
  }
}

.about-section .about-wrap .about-right-side {
  text-align: right;
  position: relative;
  max-width: 572px;
  margin-left: auto;
  margin-top: 110px;
}

@media (max-width: 991px) {
  .about-section .about-wrap .about-right-side {
    margin-left: 0;
    text-align: center;
    margin-top: 50px;
  }
}

.about-section .about-wrap .about-right-side .about-right-img {
  display: inline-block;
  position: relative;
}

.about-section .about-wrap .about-right-side .about-right-img img {
  border-radius: 11px;
}

.about-section .about-wrap .about-right-side .about-right-img .content-box {
  position: absolute;
  left: -117px;
  bottom: 47px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.02);
  width: 234px;
  height: 84px;
  line-height: 84px;
  text-align: center;
}

.about-section .about-wrap .about-right-side .about-right-img .content-box span {
  font-size: 22px;
  font-family: "Parkinsans";
}

@media (max-width: 991px) {
  .about-section .about-wrap .about-right-side .about-right-img .content-box {
    left: auto;
    right: -117px;
  }
}

@media (max-width: 767px) {
  .about-section .about-wrap .about-right-side .about-right-img .content-box {
    left: 0;
    right: auto;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    margin-top: -70px;
    height: 54px;
    line-height: 54px;
  }
}

.about-section .about-wrap .about-right-side .leaf-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .about-section .about-wrap .about-right-side .leaf-shape {
    left: auto;
    right: 0;
  }
}

.about-section .about-wrap .about-right-side .leaf-shape img {
  animation: leafAniamtion 12s ease-in infinite;
}

.about-section .shape-img {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}

@media (max-width: 991px) {
  .about-section .shape-img {
    display: none;
  }
}

.text-opacity-animation span {
  display: inline-block;
  opacity: 0.3;
  transition: opacity 0.6s ease-out;
}

/* 3.4 wpo-service-section */
.wpo-service-section {
  position: relative;
  z-index: 1;
}

.wpo-service-section .wpo-service-wrap {
  background: #F3F5EC;
  border-radius: 22px;
  position: relative;
  z-index: 1;
}

.wpo-service-section .wpo-service-wrap .service-slider,
.wpo-service-section .wpo-service-wrap .service-slider-s2 {
  margin: 0 -15px;
  padding-bottom: 50px;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #3C3C3C;
  text-align: center;
  border-radius: 50%;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li button,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li button {
  width: 37px;
  height: 37px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  color: #000;
  text-align: center;
  padding: 0;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li button:before,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li button:before {
  font-size: 0;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li.slick-active,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li.slick-active {
  border-color: #42C652;
}

.wpo-service-section .wpo-service-wrap .service-slider .slick-dots li.slick-active button,
.wpo-service-section .wpo-service-wrap .service-slider-s2 .slick-dots li.slick-active button {
  color: #42C652;
}

.wpo-service-section .wpo-service-wrap .wpo-service-slide-item {
  padding: 0 15px;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item {
  padding: 12px;
  background: #fff;
  border-radius: 23px;
  padding-bottom: 0;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img img {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  transform: scale(1);
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-img img {
    width: 100%;
  }
}

.wpo-service-section .wpo-service-wrap .wpo-service-item:hover .wpo-service-img img {
  transform: scale(1.3);
}

.wpo-service-section .wpo-service-wrap .wpo-service-item:hover .middle-light:before {
  left: 0;
  right: 0;
  opacity: 0;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text {
  padding-top: 17px;
  position: relative;
  padding-right: 60px;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text {
    padding-right: 30px;
  }
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .thumb {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 110px;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .thumb svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .thumb span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 a {
  color: #0E152B;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text h2 a:hover {
  color: #42C652;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #FFD700;
  text-align: center;
  border-radius: 50%;
  color: #000;
}

@media (max-width: 350px) {
  .wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow {
    top: 30%;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow i {
  line-height: unset;
}

.wpo-service-section .wpo-service-wrap .wpo-service-item .wpo-service-text .arrow:hover {
  background-color: #42C652;
  color: #fff;
}

.wpo-service-section .wpo-service-wrap .left-shape {
  position: absolute;
  left: -150px;
  bottom: 50px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .left-shape {
    display: none;
  }
}

.wpo-service-section .wpo-service-wrap .left-shape img {
  animation: bounceX 7s linear infinite;
}

.wpo-service-section .wpo-service-wrap .left-shape2 {
  position: absolute;
  left: 80px;
  top: 90px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .left-shape2 {
    left: 40px;
    top: 60px;
  }
}

@media (max-width: 575px) {
  .wpo-service-section .wpo-service-wrap .left-shape2 {
    left: 20px;
    top: 20px;
  }
}

.wpo-service-section .wpo-service-wrap .left-shape2 img {
  animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .left-shape2 img {
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .wpo-service-section .wpo-service-wrap .left-shape2 img {
    max-width: 40%;
  }
}

.wpo-service-section .wpo-service-wrap .right-shape {
  position: absolute;
  right: 80px;
  top: 90px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .right-shape {
    right: 40px;
    top: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-service-section .wpo-service-wrap .right-shape {
    right: 0px;
    top: 6px;
    text-align: center;
  }
}

.wpo-service-section .wpo-service-wrap .right-shape img {
  animation: bounceX 8s linear infinite;
}

@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .right-shape img {
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .wpo-service-section .wpo-service-wrap .right-shape img {
    max-width: 40%;
  }
}

/* 3.5 wpo-choose-section */
.wpo-choose-section .wpo-choose-wrap {
  max-width: 1350px;
  margin: 0 auto;
}

.wpo-choose-section .wpo-choose-left-side {
  position: relative;
}

@media (max-width: 991px) {
  .wpo-choose-section .wpo-choose-left-side {
    max-width: 568px;
    margin: 0 auto;
  }
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-img {
  border-radius: 17px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-img img {
  border-radius: 17px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box {
  padding: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-right-radius: 13px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .radius-shape {
  position: absolute;
  left: -2px;
  top: -34px;
  max-width: 38px;
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
  width: 179px;
  height: 174px;
  background: #FFD700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 28px 20px;
  text-align: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
    padding: 28px 10px;
    height: 180px;
  }
}

@media (max-width: 450px) {
  .wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
    padding: 28px 5px;
    height: 170px;
    margin-left: 12px;
  }
}

@media (max-width: 370px) {
  .wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box .wrap {
    height: 130px;
  }
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
    font-size: 50px;
  }
}

@media (max-width: 450px) {
  .wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
    font-size: 40px;
  }
}

@media (max-width: 370px) {
  .wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 {
    font-size: 30px;
  }
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box h2 span {
  font-weight: 500;
  font-family: "Parkinsans";
}

.wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}

@media (max-width: 370px) {
  .wpo-choose-section .wpo-choose-left-side .wpo-choose-left-box p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .wpo-choose-section .wpo-choose-right-side {
    margin-top: 60px;
    text-align: center;
  }
}

.wpo-choose-section .wpo-choose-right-side ul {
  padding-left: 0;
  list-style: none;
}

.wpo-choose-section .wpo-choose-right-side ul li+li {
  margin-top: 17px;
}

.wpo-choose-section .wpo-choose-right-side ul li span {
  border-radius: 20.5px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
  display: inline-block;
  font-size: 16px;
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  padding: 7px 25px;
  padding-left: 49px;
  position: relative;
}

@media (max-width: 575px) {
  .wpo-choose-section .wpo-choose-right-side ul li span {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .wpo-choose-section .wpo-choose-right-side ul li span {
    font-size: 13px;
  }
}

.wpo-choose-section .wpo-choose-right-side ul li span:before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  content: "\e64c";
  background: #F6F7F9;
  font-family: "themify";
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s;
}

.wpo-choose-section .wpo-choose-right-side ul li:hover span:before,
.wpo-choose-section .wpo-choose-right-side ul li.active span:before {
  background: #42C652;
  color: #fff;
}

/* 3.6 wpo-work-section */
.wpo-work-section {
  background: #3CA200;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 180px;
}

@media (max-width: 991px) {
  .wpo-work-section {
    padding-bottom: 120px;
  }
}

.wpo-work-section .wpo-work-wrap {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .wpo-work-section .wpo-work-wrap .row {
    justify-content: center;
  }
}

.wpo-work-section .wpo-section-title h2,
.wpo-work-section .wpo-section-title span {
  color: #fff;
}

.wpo-work-section .wpo-work-item {
  text-align: center;
}

.wpo-work-section .wpo-work-item .wpo-work-icon {
  min-height: 124px;
}

.wpo-work-section .wpo-work-item .wpo-work-text {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.wpo-work-section .wpo-work-item .wpo-work-text span {
  font-family: "Parkinsans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  padding: 10px 42px;
  display: inline-block;
  background: #FFD700;
  border-radius: 34px;
  margin-bottom: 30px;
  position: relative;
}

.wpo-work-section .wpo-work-item .wpo-work-text .line {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  width: 1px;
  width: 2px;
  height: 30.934px;
  background: #FFC813;
}

.wpo-work-section .wpo-work-item .wpo-work-text:before {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 100%;
  height: 1px;
  background: rgba(217, 217, 217, 0.19);
  content: "";
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-work-section .wpo-work-item .wpo-work-text:before {
    display: none;
  }
}

.wpo-work-section .wpo-work-item .wpo-work-text:after {
  position: absolute;
  left: 100%;
  top: 19px;
  width: 13px;
  height: 13px;
  background: #FFD700;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-work-section .wpo-work-item .wpo-work-text:after {
    display: none;
  }
}

.wpo-work-section .wpo-work-item .wpo-work-text h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  color: #fff;
}

.wpo-work-section .col:nth-child(1) .wpo-work-text span {
  transform: rotate(3.324deg);
}

.wpo-work-section .col:nth-child(2) .wpo-work-text span {
  transform: rotate(-6.185deg);
}

.wpo-work-section .col:nth-child(3) .wpo-work-text span {
  transform: rotate(8.444deg);
}

.wpo-work-section .col:nth-child(3) .wpo-work-text:before {
  display: none;
}

.wpo-work-section .col:nth-child(3) .wpo-work-text:after {
  display: none;
}

.wpo-work-section .left-images,
.wpo-work-section .right-images {
  position: absolute;
  left: -70px;
  top: 47%;
  transform: translateY(-50%);
  width: 480px;
}

@media (max-width: 1800px) {

  .wpo-work-section .left-images,
  .wpo-work-section .right-images {
    width: 400px;
    left: -50px;
  }
}

@media (max-width: 1700px) {

  .wpo-work-section .left-images,
  .wpo-work-section .right-images {
    width: 350px;
    left: -50px;
  }
}

@media (max-width: 1600px) {

  .wpo-work-section .left-images,
  .wpo-work-section .right-images {
    width: 300px;
    left: -50px;
  }
}

@media (max-width: 1500px) {

  .wpo-work-section .left-images,
  .wpo-work-section .right-images {
    display: none;
  }
}

.wpo-work-section .left-images img,
.wpo-work-section .right-images img {
  border-radius: 14px;
  max-width: 230px;
}

@media (max-width: 1600px) {

  .wpo-work-section .left-images img,
  .wpo-work-section .right-images img {
    max-width: 145px;
  }
}

.wpo-work-section .left-images .image-1,
.wpo-work-section .right-images .image-1 {
  margin-bottom: -45px;
  text-align: center;
}

@media (max-width: 1600px) {

  .wpo-work-section .left-images .image-1,
  .wpo-work-section .right-images .image-1 {
    margin-bottom: -35px;
  }
}

.wpo-work-section .left-images .image-2,
.wpo-work-section .right-images .image-2 {
  z-index: -1;
  position: relative;
}

.wpo-work-section .left-images .image-3,
.wpo-work-section .right-images .image-3 {
  text-align: right;
  margin-top: -87px;
}

@media (max-width: 1600px) {

  .wpo-work-section .left-images .image-3,
  .wpo-work-section .right-images .image-3 {
    margin-top: -57px;
  }
}

.wpo-work-section .right-images {
  left: auto;
  right: -70px;
}

@media (max-width: 1800px) {
  .wpo-work-section .right-images {
    left: auto;
    right: -50px;
  }
}

@media (max-width: 1700px) {
  .wpo-work-section .right-images {
    left: auto;
    right: -50px;
  }
}

@media (max-width: 1600px) {
  .wpo-work-section .right-images {
    left: auto;
    right: -50px;
  }
}

.wpo-work-section .right-images .image-2 {
  text-align: right;
}

.wpo-work-section .right-images .image-3 {
  text-align: left;
  margin-top: -87px;
}

@media (max-width: 1600px) {
  .wpo-work-section .right-images .image-3 {
    margin-top: -57px;
  }
}

/* 3.7 funfuct-section */
.funfuct-section {
  position: relative;
  z-index: 11;
}

.funfuct-section .top-content {
  text-align: center;
  margin-bottom: 30px;
}

.funfuct-section .top-content h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  text-transform: capitalize;
  margin-top: 0;
}

@media (max-width: 575px) {
  .funfuct-section .top-content h3 {
    font-size: 20px;
  }
}

.funfuct-section .funfact-wrap {
  border-radius: 30px;
  background: #FFF;
  margin-top: -75px;
  position: relative;
  z-index: 11;
  padding: 15px;
  padding-top: 50px;
}

@media (max-width: 575px) {
  .funfuct-section .funfact-wrap {
    padding: 10px;
    padding-top: 40px;
  }
}

.funfuct-section .funfact-wrap .item {
  position: relative;
  text-align: center;
}

.funfuct-section .funfact-wrap .item h2 {
  color: rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 89px;
  font-style: normal;
  font-weight: 500;
  line-height: 82%;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 575px) {
  .funfuct-section .funfact-wrap .item h2 {
    font-size: 75px;
  }
}

.funfuct-section .funfact-wrap .item h3 {
  color: #0E152B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  margin: 0;
}

@media (max-width: 1199px) {
  .funfuct-section .funfact-wrap .item h3 {
    font-size: 16px;
  }
}

/* 3.8 transforming-section */
.transforming-section {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .transforming-section {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .transforming-section {
    padding-top: 40px;
  }
}

.transforming-section .transforming-wrap .wpo-transforming-left-side {
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  border-radius: 15px;
  background: #fff;
}

.transforming-section .transforming-wrap .wpo-transforming-left-side .after,
.transforming-section .transforming-wrap .wpo-transforming-left-side .before {
  position: absolute;
  left: 17px;
  top: 17px;
  border-radius: 6px;
  background: #3CA200;
  padding: 5px 25px;
  font-family: "Parkinsans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  color: #fff;
  z-index: 1;
}

@media (max-width: 575px) {

  .transforming-section .transforming-wrap .wpo-transforming-left-side .after,
  .transforming-section .transforming-wrap .wpo-transforming-left-side .before {
    padding: 5px 15px;
    font-size: 18px;
    left: 8px;
    top: 8px;
  }
}

.transforming-section .transforming-wrap .wpo-transforming-left-side .before {
  background: #fff;
  left: auto;
  right: 17px;
  color: #000;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img {
  position: relative;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .slider:focus-visible~.transforming-slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-slider-button {
  position: absolute;
  background-color: #fff;
  color: #000;
  width: 86.729px;
  height: 86.729px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-family: "Parkinsans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .transforming-section .transforming-wrap .wpo-transforming-left-img .transforming-slider-button {
    width: 56.729px;
    height: 56.729px;
    font-size: 16px;
  }
}

.transforming-section .transforming-wrap .wpo-transforming-right-side {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .transforming-section .transforming-wrap .wpo-transforming-right-side {
    padding-left: 0;
    margin-top: 60px;
    text-align: center;
  }
}

.transforming-section .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 p {
  max-width: 466px;
}

@media (max-width: 991px) {
  .transforming-section .transforming-wrap .wpo-transforming-right-side .wpo-section-title-s2 p {
    margin: 0 auto;
  }
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul {
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li+li {
  margin-top: 17px;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li span {
  border-radius: 20.5px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
  display: inline-block;
  font-size: 16px;
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  padding: 7px 25px;
  padding-left: 49px;
  position: relative;
}

@media (max-width: 575px) {
  .transforming-section .transforming-wrap .wpo-transforming-right-side ul li span {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .transforming-section .transforming-wrap .wpo-transforming-right-side ul li span {
    font-size: 13px;
  }
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li span:before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  content: "\e64c";
  background: #F6F7F9;
  font-family: "themify";
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side ul li:hover span:before,
.transforming-section .transforming-wrap .wpo-transforming-right-side ul li.active span:before {
  background: #42C652;
  color: #fff;
}

.transforming-section .transforming-wrap .wpo-transforming-right-side .transforming-btns {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .transforming-section .transforming-wrap .wpo-transforming-right-side .transforming-btns {
    justify-content: center;
  }
}

/* 3.9 wpo-cta-section */
.wpo-cta-section .wpo-section-title-s2 h2 {
  font-size: 42px;
  line-height: 45px;
  letter-spacing: -0.84px;
}

@media (max-width: 1399px) {
  .wpo-cta-section .wpo-section-title-s2 h2 {
    font-size: 35px;
    line-height: 38px;
  }
}

@media (max-width: 1199px) {
  .wpo-cta-section .wpo-section-title-s2 h2 {
    font-size: 32px;
    line-height: 35px;
  }
}

.wpo-cta-section .wpo-cta-box {
  background: #F3F5EC;
  padding: 40px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-cta-section .wpo-cta-box {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section .wpo-cta-box {
    padding: 30px 15px;
    padding-top: 45px;
  }
}

.wpo-cta-section .wpo-cta-box .call {
  color: #42C652;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.wpo-cta-section .wpo-cta-box .call i {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .wpo-cta-section .wpo-cta-box .call {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section .wpo-cta-box .call {
    font-size: 20px;
  }
}

.wpo-cta-section .wpo-cta-box small {
  color: #1F1818;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

.wpo-cta-section .wpo-cta-box small a {
  color: #42C652;
}

@media (max-width: 991px) {
  .wpo-cta-section .wpo-cta-box.features {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .wpo-cta-section .wpo-cta-box.features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.wpo-cta-section .wpo-cta-box.features ul {
  padding-left: 0;
  list-style: none;
}

.wpo-cta-section .wpo-cta-box.features ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 7px 25px;
  padding-left: 40px;
  position: relative;
}

.wpo-cta-section .wpo-cta-box.features ul li+li {
  margin-top: 11px;
}

@media (max-width: 991px) {
  .wpo-cta-section .wpo-cta-box.features ul li {
    margin-top: 11px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section .wpo-cta-box.features ul li {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .wpo-cta-section .wpo-cta-box.features ul li {
    font-size: 13px;
  }
}

.wpo-cta-section .wpo-cta-box.features ul li:before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  line-height: 29px;
  content: "\e64c";
  background: #E1F0DD;
  font-family: "themify";
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s;
}

.wpo-cta-section .wpo-cta-box.features ul li:hover span:before,
.wpo-cta-section .wpo-cta-box.features ul li.active span:before {
  background: #42C652;
  color: #fff;
}

.wpo-cta-section .wpo-cta-box .r-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-cta-section .wpo-cta-box .r-shape {
    max-width: 230px;
  }
}

@media (max-width: 1199px) {
  .wpo-cta-section .wpo-cta-box .r-shape {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .wpo-cta-section .wpo-cta-box .r-shape {
    display: none;
  }
}

/* 3.10 wpo-faq-section */
.wpo-faq-section .wpo-section-title-s2 p {
  max-width: 466px;
}

@media (max-width: 991px) {
  .wpo-faq-section .wpo-section-title-s2 p {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .wpo-faq-section .wpo-faq-items {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-faq-section .wpo-faq-box {
    text-align: center;
  }
}

.wpo-faq-section .accordion-item {
  border: 0;
  border-radius: 17px;
  border: 1px solid #F5F3F3;
  padding: 5px 20px;
  margin-bottom: 23px;
}

.wpo-faq-section .accordion-item .accordion-header {
  margin-top: 0;
}

.wpo-faq-section .accordion-item:last-child {
  margin-bottom: 0;
}

.wpo-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .wpo-faq-section .accordion-item .accordion-body {
    padding-top: 0;
  }
}

.wpo-faq-section .accordion-item .accordion-body p {
  margin-bottom: 0;
  color: #6B7280;
}

.wpo-faq-section .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.wpo-faq-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #0E152B;
  font-family: "Parkinsans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .wpo-faq-section .accordion-item button {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wpo-faq-section .accordion-item button {
    font-size: 16px;
    padding: 15px 0;
  }
}

.wpo-faq-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  transform: rotate(0deg);
  font-weight: 700;
}

.wpo-faq-section .accordion-item button.collapsed {
  color: #373b3e;
}

.wpo-faq-section .accordion-item button.collapsed::after {
  content: "\e61a";
}

.wpo-faq-section .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #F5F3F3;
}

.wpo-faq-section .accordion-item .accordion-collapse {
  border: 0;
}

.wpo-faq-section .accordion-button {
  background: transparent;
}

/* 3.11 wpo-testimonials-section */
.wpo-testimonials-section {
  position: relative;
  z-index: 1;
}

.wpo-testimonials-section .wpo-testimonial-wrap {
  background: #F3F5EC;
  border-radius: 49px;
  position: relative;
  overflow: hidden;
  position: relative;
}

@media (max-width: 575px) {
  .wpo-testimonials-section .wpo-testimonial-wrap {
    border-radius: 29px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .top-shape {
  position: absolute;
  left: 50%;
  top: 36px;
  width: 210px;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .top-shape {
    top: 20px;
    width: 120px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-item {
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #42C652;
  background: #FFF;
  box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-item {
    padding: 20px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .t-logo {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .t-logo {
    margin-bottom: 20px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .t-logo img {
  width: auto;
}

.wpo-testimonials-section .wpo-testimonial-wrap p {
  font-family: "Parkinsans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}

@media (max-width: 1399px) {
  .wpo-testimonials-section .wpo-testimonial-wrap p {
    font-size: 20px;
    line-height: 38px;
  }
}

@media (max-width: 1199px) {
  .wpo-testimonials-section .wpo-testimonial-wrap p {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (max-width: 450px) {
  .wpo-testimonials-section .wpo-testimonial-wrap p {
    font-size: 16px;
    line-height: 30px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
  padding-right: 120px;
}

@media (max-width: 500px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info {
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-img {
  margin-right: 20px;
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-img img {
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-img {
    margin-right: 10px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text h5 {
    font-size: 16px;
    line-height: 19px;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .wpo-testimonial-info-text span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Parkinsans";
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating {
  position: absolute;
  right: 0;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating ul {
  display: flex;
  list-style: none;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating ul li+li {
  margin-left: 5px;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating ul li i {
  color: #cbab03;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating ul li span i {
  color: #eedc84;
}

.wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating img {
  width: unset;
}

@media (max-width: 500px) {
  .wpo-testimonials-section .wpo-testimonial-wrap .wpo-testimonial-info .rating {
    left: 0;
    bottom: 0;
  }
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-nav {
  display: none;
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-dots .owl-dot {
  background: #fff;
  border: 0;
  width: 10px;
  height: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.wpo-testimonials-section .wpo-testimonial-wrap .owl-dots .owl-dot.active {
  width: 20px !important;
  background-color: #42C652 !important;
}

/* 3.12 wpo-contact-section */
.wpo-contact-section .container-fluid,
.wpo-contact-section-s2 .container-fluid {
  padding: 0;
}

.wpo-contact-section .wpo-contact-img,
.wpo-contact-section-s2 .wpo-contact-img {
  position: relative;
}

@media (max-width: 991px) {

  .wpo-contact-section .wpo-contact-img img,
  .wpo-contact-section-s2 .wpo-contact-img img {
    width: 100%;
  }
}

@media (max-width: 991px) {

  .wpo-contact-section .wpo-contact-img,
  .wpo-contact-section-s2 .wpo-contact-img {
    margin-bottom: 40px;
  }
}

.wpo-contact-section .wpo-contact-img .bottom-logos,
.wpo-contact-section-s2 .wpo-contact-img .bottom-logos {
  width: 100%;
  max-width: 500px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 10px 40px;
  z-index: 1;
}

@media (max-width: 1399px) {

  .wpo-contact-section .wpo-contact-img .bottom-logos,
  .wpo-contact-section-s2 .wpo-contact-img .bottom-logos {
    max-width: 300px;
    padding: 10px 0px;
  }
}

.wpo-contact-section .wpo-contact-img .bottom-logos .bottom-logo-item,
.wpo-contact-section-s2 .wpo-contact-img .bottom-logos .bottom-logo-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpo-contact-section .wpo-contact-img .bottom-logos .b-logo,
.wpo-contact-section-s2 .wpo-contact-img .bottom-logos .b-logo {
  padding: 0 10px;
}

.wpo-contact-section .wpo-contact-img .left-shape,
.wpo-contact-section-s2 .wpo-contact-img .left-shape {
  width: 110px;
  position: absolute;
  left: -94px;
  top: -5px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1399px) {

  .wpo-contact-section .wpo-contact-img .left-shape,
  .wpo-contact-section-s2 .wpo-contact-img .left-shape {
    width: 80px;
    left: -60px;
    top: -4px;
  }
}

.wpo-contact-section .wpo-contact-img .left-shape svg,
.wpo-contact-section-s2 .wpo-contact-img .left-shape svg {
  max-width: 94px;
}

@media (max-width: 1399px) {

  .wpo-contact-section .wpo-contact-img .left-shape svg,
  .wpo-contact-section-s2 .wpo-contact-img .left-shape svg {
    max-width: 72px;
  }
}

.wpo-contact-section .wpo-contact-img .right-shape,
.wpo-contact-section-s2 .wpo-contact-img .right-shape {
  width: 110px;
  position: absolute;
  right: -100px;
  top: -5px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1399px) {

  .wpo-contact-section .wpo-contact-img .right-shape,
  .wpo-contact-section-s2 .wpo-contact-img .right-shape {
    width: 80px;
    right: -72px;
    top: -3px;
  }
}

.wpo-contact-section .wpo-contact-img .right-shape svg,
.wpo-contact-section-s2 .wpo-contact-img .right-shape svg {
  max-width: 94px;
}

@media (max-width: 1399px) {

  .wpo-contact-section .wpo-contact-img .right-shape svg,
  .wpo-contact-section-s2 .wpo-contact-img .right-shape svg {
    max-width: 72px;
  }
}

.wpo-contact-section .wpo-contact-form-area,
.wpo-contact-section-s2 .wpo-contact-form-area {
  position: relative;
  z-index: 1;
  padding: 92px 80px;
}

@media (max-width: 1399px) {

  .wpo-contact-section .wpo-contact-form-area,
  .wpo-contact-section-s2 .wpo-contact-form-area {
    padding: 55px 30px;
  }
}

@media (max-width: 767px) {

  .wpo-contact-section .wpo-contact-form-area,
  .wpo-contact-section-s2 .wpo-contact-form-area {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {

  .wpo-contact-section .wpo-contact-form-area,
  .wpo-contact-section-s2 .wpo-contact-form-area {
    padding: 55px 15px 30px;
  }
}

.wpo-contact-section .wpo-contact-form-area:before,
.wpo-contact-section-s2 .wpo-contact-form-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(110deg, #FFDD9E -0.4%, #D6E2EA 63.6%);
  opacity: 0.46;
  z-index: -1;
}

.wpo-contact-section .wpo-contact-form-area .col,
.wpo-contact-section-s2 .wpo-contact-form-area .col {
  padding: 0 7px;
}

.wpo-contact-section .wpo-contact-form-area .form-control,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control {
  width: 100%;
  height: 64px;
  margin-bottom: 16px;
  border: 0;
  border: none;
  background: #fff;
}

.wpo-contact-section .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}

.wpo-contact-section .wpo-contact-form-area .theme-btn-s2,
.wpo-contact-section-s2 .wpo-contact-form-area .theme-btn-s2 {
  width: 100%;
  padding: 20px 50px;
  margin-top: 32px;
}

@media (max-width: 991px) {

  .wpo-contact-section .wpo-contact-form-area .theme-btn-s2,
  .wpo-contact-section-s2 .wpo-contact-form-area .theme-btn-s2 {
    margin-top: 20px;
  }
}

.wpo-contact-section .wpo-contact-form-area .theme-btn-s2:before,
.wpo-contact-section-s2 .wpo-contact-form-area .theme-btn-s2:before {
  display: none;
}

.wpo-contact-section .wpo-contact-form-area .form-control::-moz-placeholder,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #0E152B;
}

.wpo-contact-section .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s2 .wpo-contact-form-area .form-control::placeholder {
  color: #0E152B;
}

.wpo-contact-section .wpo-contact-form-area select.form-control,
.wpo-contact-section-s2 .wpo-contact-form-area select.form-control {
  color: #0E152B;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.wpo-contact-section .wpo-contact-form-area .contact-validation-active label.error,
.wpo-contact-section-s2 .wpo-contact-form-area .contact-validation-active label.error {
  margin-top: -8px;
  margin-bottom: 20px;
}

.wpo-contact-section-s2 {
  z-index: 1;
  position: relative;
}

.wpo-contact-section-s2 .submit-area {
  text-align: center;
  margin-top: 20px;
}

.wpo-contact-section-s2 .wpo-contact-form-area {
  border-radius: 24px;
  overflow: hidden;
  background: #3CA200;
}

.wpo-contact-section-s2 .wpo-contact-form-area textarea.form-control {
  height: 130px;
}

.wpo-contact-section-s2 .wpo-contact-form-area::before {
  display: none;
}

.wpo-contact-section-s2 .wpo-contact-form-area .wpo-section-title h2 {
  color: #fff;
}

.wpo-contact-section .wpo-contact-form-area .wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.wpo-contact-section-s2 .left-shape2 {
  position: absolute;
  left: 80px;
  top: 90px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-contact-section-s2 .left-shape2 {
    left: 40px;
    top: 60px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s2 .left-shape2 {
    left: 20px;
    top: 20px;
  }
}

.wpo-contact-section-s2 .left-shape2 img {
  animation: zoom-in-zoom-out 2s ease infinite;
}

@media (max-width: 991px) {
  .wpo-contact-section-s2 .left-shape2 img {
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s2 .left-shape2 img {
    max-width: 40%;
  }
}

.wpo-contact-section-s2 .right-shape {
  position: absolute;
  right: 80px;
  bottom: 90px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-contact-section-s2 .right-shape {
    right: 40px;
    bottom: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s2 .right-shape {
    right: 0px;
    bottom: 6px;
    text-align: center;
  }
}

.wpo-contact-section-s2 .right-shape img {
  animation: bounceX 8s linear infinite;
}

@media (max-width: 991px) {
  .wpo-contact-section-s2 .right-shape img {
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s2 .right-shape img {
    max-width: 40%;
  }
}

/* 3.13 wpo-booking-section */
.wpo-booking-section {
  position: relative;
  z-index: 1;
  padding-bottom: 227px;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .wpo-booking-section {
    padding-bottom: 180px;
  }
}

.wpo-booking-section .wpo-section-title {
  position: relative;
  z-index: 11;
}

.wpo-booking-section .shape-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1399px) {
  .wpo-booking-section .shape-img {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .wpo-booking-section .shape-img {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-booking-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-booking-section {
    padding-bottom: 50px;
  }
}

.wpo-booking-section .booking-btn {
  margin-top: 48px;
  text-align: center;
  margin-bottom: -205px;
}

@media (max-width: 1500px) {
  .wpo-booking-section .booking-btn {
    margin-bottom: -180px;
  }
}

@media (max-width: 1199px) {
  .wpo-booking-section .booking-btn {
    margin-bottom: -100px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .wpo-booking-section .booking-btn {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.wpo-booking-section .booking-btn a {
  width: 215px;
  height: 215px;
  background: #42C652;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  text-transform: capitalize;
  color: #fff;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .wpo-booking-section .booking-btn a {
    width: 180px;
    height: 180px;
  }
}

.wpo-booking-section .booking-btn a i {
  display: block;
  margin-bottom: 5px;
}

.wpo-booking-section .booking-btn a small {
  display: block;
  max-width: 150px;
}

.wpo-booking-section .wpo-booking-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 40px;
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .wpo-booking-section .wpo-booking-wrap {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .wpo-booking-section .wpo-booking-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item {
    flex-basis: 50%;
    margin-bottom: 30px;
  }

  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item {
    flex-basis: 100%;
  }
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(1) {
  padding-bottom: 218px;
}

@media (max-width: 1199px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(1) {
    padding-bottom: 118px;
  }
}

@media (max-width: 991px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(1) {
    padding-bottom: 0;
  }
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(2) {
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(2) {
    order: 3;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(2) {
    flex-basis: 100%;
  }
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
    order: 4;
  }
}

@media (max-width: 575px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
    flex-basis: 100%;
    align-items: center;
  }
}

@media (max-width: 450px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) {
    display: block;
  }
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
  min-height: 370px;
  margin-right: -50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1500px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
    min-height: 250px;
  }
}

@media (max-width: 1199px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
    min-height: 200px;
  }
}

@media (max-width: 450px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-1 {
    margin: 0;
    margin-bottom: 30px;
  }
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(3) .img-2 {
  z-index: -1;
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(4) {
  padding-bottom: 116px;
}

@media (max-width: 1199px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(4) {
    padding-bottom: 86px;
  }
}

@media (max-width: 991px) {
  .wpo-booking-section .wpo-booking-wrap .wpo-booking-item:nth-child(4) {
    order: 2;
    padding-bottom: 0;
  }
}

.wpo-booking-section .wpo-booking-wrap .wpo-booking-item img {
  border-radius: 21px;
}

/* 3.14 wpo-blog-section */
.wpo-blog-section .wpo-blog-wrap {
  background: #F3F5EC;
  border-radius: 22px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-blog-section .wpo-blog-wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-section .wpo-blog-wrap {
    padding-bottom: 40px;
  }
}

.wpo-blog-section .wpo-blog-item {
  margin-bottom: 30px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img {
  border-radius: 10px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img img {
  width: 100%;
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.3s;
}

.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img {
  transform: scale(1.3);
}

.wpo-blog-section .wpo-blog-item:hover .middle-light:before {
  left: 0;
  right: 0;
  opacity: 0;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content .thumb {
  color: #42C652;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-top {
  padding: 20px;
}

@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-top {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-top {
    padding: 10px 0;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 {
  font-size: 22px;
  font-family: "Parkinsans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.66px;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content h2 {
    font-size: 20px;
    margin-top: 10px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a {
  color: #0E152B;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover {
  color: #42C652;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul {
  list-style: none;
  display: flex;
  padding: 20px;
  border-top: 1px solid rgba(0, 23, 38, 0.1);
  padding-bottom: 0;
}

@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content ul {
    padding: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content ul {
    padding: 10px 0 0;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li {
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #6B7280;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content ul li {
    font-size: 16px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a {
  color: #6B7280;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover {
  color: #42C652;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li i {
  margin-right: 10px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li+li {
  padding-left: 20px;
  margin-left: 20px;
}

@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content ul li+li {
    padding-left: 15px;
    margin-left: 10px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  background: rgba(0, 23, 38, 0.1);
  transform: translateY(-50%);
  border-radius: 50%;
}

/* 5. Home-style-2 */
/* 5.1 wpo-work-section-s2 */
.wpo-work-section.style-2 {
  background-color: #fff;
  padding-bottom: 120px;
}

@media (max-width: 1399px) {
  .wpo-work-section.style-2 {
    padding-top: 90px;
  }
}

@media (max-width: 1199px) {
  .wpo-work-section.style-2 {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .wpo-work-section.style-2 {
    padding-bottom: 90px;
  }
}

@media (max-width: 575px) {
  .wpo-work-section.style-2 {
    padding-bottom: 20px;
  }
}

.wpo-work-section.style-2 .wpo-section-title h2 {
  color: #0E152B;
}

.wpo-work-section.style-2 .wpo-work-wrap {
  max-width: 100%;
}

@media (max-width: 575px) {
  .wpo-work-section.style-2 .wpo-work-wrap {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-work-section.style-2 .wpo-work-item {
    margin-bottom: 40px;
  }
}

.wpo-work-section.style-2 .wpo-work-item .wpo-work-text h2 {
  color: #0E152B;
}

.wpo-work-section.style-2 .wpo-work-item .wpo-work-text:before {
  background-color: rgba(217, 217, 217, 0.5);
}

/* 5.2 about-section-s2 */
.about-section.style-2 .about-wrap,
.about-section.style-3 .about-wrap {
  max-width: 1340px;
  margin: 0 auto;
}

.about-section.style-2 .about-left-image-1,
.about-section.style-3 .about-left-image-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.about-section.style-2 .about-left-image-1 img,
.about-section.style-3 .about-left-image-1 img {
  border-radius: 11px;
}

@media (max-width: 1199px) {

  .about-section.style-2 .about-left-image-1 img,
  .about-section.style-3 .about-left-image-1 img {
    max-width: 310px;
  }
}

@media (max-width: 575px) {

  .about-section.style-2 .about-left-image-1 img,
  .about-section.style-3 .about-left-image-1 img {
    max-width: 100%;
    width: 100%;
  }
}

.about-section.style-2 .about-left-image-1 .leaf-shape,
.about-section.style-3 .about-left-image-1 .leaf-shape {
  margin-top: -80px;
  padding-right: 20px;
}

@media (max-width: 575px) {

  .about-section.style-2 .about-left-image-1 .leaf-shape,
  .about-section.style-3 .about-left-image-1 .leaf-shape {
    display: none;
  }
}

.about-section.style-2 .about-left-image-1 .leaf-shape img,
.about-section.style-3 .about-left-image-1 .leaf-shape img {
  animation: leafAniamtion 12s ease-in infinite;
  border-radius: 0;
}

.about-section.style-2 .about-left-side,
.about-section.style-3 .about-left-side {
  margin-top: -95px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {

  .about-section.style-2 .about-left-side,
  .about-section.style-3 .about-left-side {
    margin-top: -35px;
  }
}

@media (max-width: 767px) {

  .about-section.style-2 .about-left-side,
  .about-section.style-3 .about-left-side {
    margin-top: -70px;
  }
}

@media (max-width: 575px) {

  .about-section.style-2 .about-left-side,
  .about-section.style-3 .about-left-side {
    margin-top: 20px;
  }
}

.about-section.style-2 .about-left-side .about-left-client-box,
.about-section.style-3 .about-left-side .about-left-client-box {
  height: 200px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media (max-width: 480px) {

  .about-section.style-2 .about-left-side .about-left-client-box,
  .about-section.style-3 .about-left-side .about-left-client-box {
    height: 180px;
  }
}

@media (max-width: 450px) {

  .about-section.style-2 .about-left-side .about-left-client-box,
  .about-section.style-3 .about-left-side .about-left-client-box {
    height: 170px;
  }
}

@media (max-width: 370px) {

  .about-section.style-2 .about-left-side .about-left-client-box,
  .about-section.style-3 .about-left-side .about-left-client-box {
    height: 130px;
  }
}

.about-section.style-2 .about-right-content,
.about-section.style-3 .about-right-content {
  max-width: 661px;
  position: relative;
}

@media (max-width: 991px) {

  .about-section.style-2 .about-right-content,
  .about-section.style-3 .about-right-content {
    margin-top: 60px;
    text-align: center;
  }
}

.about-section.style-2 .about-right-content .wpo-section-title-s2 p,
.about-section.style-3 .about-right-content .wpo-section-title-s2 p {
  max-width: 519px;
}

@media (max-width: 991px) {

  .about-section.style-2 .about-right-content .wpo-section-title-s2 p,
  .about-section.style-3 .about-right-content .wpo-section-title-s2 p {
    margin: 0 auto;
  }
}

.about-section.style-2 .about-right-content ul,
.about-section.style-3 .about-right-content ul {
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}

.about-section.style-2 .about-right-content ul li+li,
.about-section.style-3 .about-right-content ul li+li {
  margin-top: 17px;
}

.about-section.style-2 .about-right-content ul li span,
.about-section.style-3 .about-right-content ul li span {
  border-radius: 20.5px;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.02);
  display: inline-block;
  font-size: 16px;
  font-family: "Parkinsans";
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  padding: 7px 25px;
  padding-left: 49px;
  position: relative;
}

@media (max-width: 575px) {

  .about-section.style-2 .about-right-content ul li span,
  .about-section.style-3 .about-right-content ul li span {
    font-size: 14px;
  }
}

@media (max-width: 450px) {

  .about-section.style-2 .about-right-content ul li span,
  .about-section.style-3 .about-right-content ul li span {
    font-size: 13px;
  }
}

.about-section.style-2 .about-right-content ul li span:before,
.about-section.style-3 .about-right-content ul li span:before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  content: "\e64c";
  background: #F6F7F9;
  font-family: "themify";
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s;
}

.about-section.style-2 .about-right-content ul li:hover span:before,
.about-section.style-2 .about-right-content ul li.active span:before,
.about-section.style-3 .about-right-content ul li:hover span:before,
.about-section.style-3 .about-right-content ul li.active span:before {
  background: #42C652;
  color: #fff;
}

.about-section.style-2 .about-right-content .leaf-shape2,
.about-section.style-3 .about-right-content .leaf-shape2 {
  position: absolute;
  right: 100px;
  bottom: 120px;
}

@media (max-width: 1199px) {

  .about-section.style-2 .about-right-content .leaf-shape2,
  .about-section.style-3 .about-right-content .leaf-shape2 {
    right: 60px;
  }
}

@media (max-width: 575px) {

  .about-section.style-2 .about-right-content .leaf-shape2,
  .about-section.style-3 .about-right-content .leaf-shape2 {
    right: 10px;
  }
}

.about-section.style-2 .about-right-content .leaf-shape2 img,
.about-section.style-3 .about-right-content .leaf-shape2 img {
  animation: leafAniamtion 12s ease-in infinite;
}

/* 5.3 wpo-service-section-s2 */
@media (max-width: 991px) {
  .wpo-service-section.style-2 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .wpo-service-section.style-2 {
    padding-top: 60px;
  }
}

/* 5.4 wpo-team-section */
.wpo-team-section {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-team-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-team-section {
    padding-bottom: 40px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img-wrap {
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0E152B;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 12px;
  z-index: 1;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  width: 100%;
  border-radius: 12px;
  transform: scale(1);
  transition: all 0.3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding-left: 0;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li {
  margin: 0 6px;
  transition: all 0.3s;
  margin-top: -40px;
  opacity: 0;
  visibility: hidden;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li:nth-child(2) {
  transition: all 0.4s;
  margin-top: -70px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li:nth-child(3) {
  transition: all 0.5s;
  margin-top: -100px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #0E152B;
  text-align: center;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a:hover {
  background: #42C652;
  color: #fff;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a i {
  line-height: unset;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding-top: 12px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.2px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
  transition: all 0.3s;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
    font-size: 22px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
  color: #0E152B;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
  color: #42C652;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img:before {
  opacity: 0.5;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
  transform: scale(1.2);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img ul li {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

/* 5.5 wpo-cta-section-s2 */
.wpo-cta-section.style-2 .wpo-cta-wrap {
  background: #F3F5EC;
  position: relative;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
}

.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
  padding: 80px 40px 80px 80px;
  background: none;
}

@media (max-width: 1199px) {
  .wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
    padding: 50px 20px 50px 50px;
  }
}

@media (max-width: 991px) {
  .wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
    padding: 40px;
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
    padding: 30px;
    padding-top: 50px;
  }
}

@media (max-width: 375px) {
  .wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-box {
    padding: 15px;
    padding-top: 50px;
  }
}

.wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-img {
  padding: 20px;
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .wpo-cta-section.style-2 .wpo-cta-wrap .wpo-cta-img {
    text-align: center;
  }
}

.wpo-cta-section.style-2 .wpo-cta-wrap:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: #FFD700;
  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1199px) {
  .wpo-cta-section.style-2 .wpo-cta-wrap:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* 5.6 wpo-testimonials-section-s2 */
.wpo-testimonials-section.style-2 .wpo-testimonial-wrap {
  background: none;
}

/* 6. Home-style-3 */
/* 6.1 about-section-s3 */
@media (max-width: 1399px) {
  .about-section.style-3 {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .about-section.style-3 {
    padding-bottom: 0px;
  }
}

.about-section.style-3 .about-left-side {
  margin: 0;
  position: relative;
}

.about-section.style-3 .about-left-side .about-left-client-box {
  margin: 0;
  position: absolute;
  left: -50px;
  top: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .about-section.style-3 .about-left-side .about-left-client-box {
    left: 0;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 450px) {
  .about-section.style-3 .about-left-side .about-left-client-box {
    width: 150px;
    height: 150px;
  }
}

.about-section.style-3 .about-left-side .leaf-shape {
  position: absolute;
  right: 60px;
  bottom: 50px;
}

@media (max-width: 450px) {
  .about-section.style-3 .about-left-side .leaf-shape {
    display: none;
  }
}

.about-section.style-3 .about-left-side .leaf-shape img {
  animation: leafAniamtion 12s ease-in infinite;
  border-radius: 0;
}

/* 6.2 wpo-team-section-s2 */
.wpo-team-section.style-2 .wpo-team-wrap .wpo-team-item .wpo-team-img-wrap {
  border-radius: 50%;
}

.wpo-team-section.style-2 .wpo-team-wrap .wpo-team-item .wpo-team-img-wrap .wpo-team-img {
  border-radius: 50%;
}

.wpo-team-section.style-2 .wpo-team-wrap .wpo-team-item .wpo-team-text {
  text-align: center;
}

/*7. service-single-page */
.wpo-service-section.style-3 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-service-section.style-3 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-service-section.style-3 {
    padding-bottom: 50px;
  }
}

.wpo-service-section.style-3 .wpo-service-wrap {
  background-color: #fff;
}

.wpo-service-section.style-3 .wpo-service-wrap .wpo-service-slide-item {
  padding: 0;
}

.wpo-service-section.style-3 .wpo-service-wrap .wpo-service-item {
  background: #F3F5EC;
  margin-bottom: 30px;
}

.wpo-service-section.style-3 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
  width: 100%;
}

.service-single-wrap .title-image {
  margin-bottom: 30px;
}

.service-single-wrap .title-image img {
  width: 100%;
  border-radius: 16px;
}

.service-single-wrap h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .service-single-wrap h2 {
    font-size: 26px;
  }
}

.service-single-wrap h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}

.service-single-wrap p {
  color: #6B7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 30.8px;
  max-width: 800px;
  margin-bottom: 40px;
}

.service-single-wrap .video-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .service-single-wrap .video-wrap {
    display: block;
  }
}

.service-single-wrap .video-img {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.service-single-wrap .video-btn {
  background: #fff;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-single-wrap .video-btn i {
  color: #42C652;
}

.service-single-wrap .video-content {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .service-single-wrap .video-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.service-single-wrap .video-content h2 {
  color: #0E152B;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
}

.service-single-wrap .video-content p {
  color: #6B7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 20px;
}

.service-single-wrap .video-content ul li {
  display: block;
  color: #5E5F63;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}

.service-single-wrap .video-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  font-family: flaticon !important;
  content: "\f128";
  text-align: center;
}

.service-single-wrap .quate {
  max-width: 850px;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 15px 70px 15px 25px;
  border-left: 4px solid #42C652;
  margin-bottom: 0;
  color: #0E152B;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .service-single-wrap .quate {
    padding: 15px 30px 15px 25px;
    font-size: 16px;
  }
}

.service-single-wrap .image-gallery h2 {
  display: block;
}

.service-single-wrap .image-gallery ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul {
    margin: -5px;
  }
}

.service-single-wrap .image-gallery ul li {
  flex: 37%;
  max-width: 37%;
  padding: 15px;
}

@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul li {
    flex: 50%;
    max-width: 50%;
    padding: 5px;
  }
}

@media (max-width: 575px) {
  .service-single-wrap .image-gallery ul li {
    flex: 100%;
    max-width: 100%;
  }
}

.service-single-wrap .image-gallery ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-single-wrap .image-gallery ul li:nth-child(1) {
  flex: 63%;
  max-width: 63%;
}

@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul li:nth-child(1) {
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .service-single-wrap .image-gallery ul li:nth-child(1) {
    flex: 100%;
    max-width: 100%;
  }
}

.service-single-wrap .image-gallery ul li:last-child {
  flex: 63%;
  max-width: 63%;
}

@media (max-width: 1199px) {
  .service-single-wrap .image-gallery ul li:last-child {
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .service-single-wrap .image-gallery ul li:last-child {
    flex: 100%;
    max-width: 100%;
  }
}

.service-single-wrap .accordion {
  margin-top: 50px;
}

.service-single-wrap .accordion-item {
  border: 1px solid rgba(4, 18, 31, 0.08);
  background: #FFF;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 14px 47px 0px transparent;
}

.service-single-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.service-single-wrap .accordion-item .accordion-header {
  text-align: left;
  padding: 30px 35px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  color: #222;
  font-family: "Parkinsans";
  font-size: 20px;
  font-weight: 500;
  background: transparent;
  position: relative;
}

@media (max-width: 1199px) {
  .service-single-wrap .accordion-item .accordion-header {
    padding: 15px 15px;
    font-size: 15px;
  }
}

.service-single-wrap .accordion-item .accordion-header::before {
  position: absolute;
  content: "\e64b";
  font-family: themify;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #0E152B;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .service-single-wrap .accordion-item .accordion-header::before {
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.service-single-wrap .accordion-item.active {
  border: 1px solid transparent;
  box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
}

.service-single-wrap .accordion-item.active .accordion-header::before {
  content: "\e648";
  color: #FFD700;
}

.service-single-wrap .accordion-content {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 35px 30px;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .service-single-wrap .accordion-content {
    padding: 15px 15px;
  }
}

.service-single-wrap .accordion-content p {
  color: #5A627D;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 650px;
}

.service-single-wrap .accordion-item.active .accordion-content {
  display: block;
  transition: all 0.3s ease-in-out;
}

.service-single-wrap .accordion-content {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

.service-single-wrap .accordion-item.active .accordion-content {
  display: block;
  transition: all 0.3s ease-in-out;
}

/* 8. project-single-page */
.wpo-project-section .wpo-project-item {
  background: #fff;
  border-radius: 23px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.wpo-project-section .wpo-project-item .wpo-project-img {
  border-radius: 16px;
}

.wpo-project-section .wpo-project-item .wpo-project-img img {
  border-radius: 16px;
  transform: scale(1);
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .wpo-project-section .wpo-project-item .wpo-project-img img {
    width: 100%;
  }
}

.wpo-project-section .wpo-project-item .middle-light:before {
  background: rgba(255, 215, 0, 0.2);
}

.wpo-project-section .wpo-project-item:hover .wpo-project-img img {
  transform: scale(1.3);
}

.wpo-project-section .wpo-project-item:hover .middle-light:before {
  left: 0;
  right: 0;
  opacity: 0;
}

.wpo-project-section .wpo-project-item:hover .wpo-project-text {
  left: 0;
}

.wpo-project-section .wpo-project-item .wpo-project-text {
  padding: 17px 80px 20px 20px;
  position: absolute;
  left: -100%;
  bottom: 20px;
  background: #fff;
  border-left: 3px solid #FFD700;
  border-radius: 0px 7px 7px 0px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  z-index: 11;
  transition: all 0.6s;
}

.wpo-project-section .wpo-project-item .wpo-project-text:before {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 8px;
  height: 10px;
  content: "";
  background: #FFD700;
  transform: rotate(45deg);
}

.wpo-project-section .wpo-project-item .wpo-project-text .thumb {
  position: relative;
  z-index: 1;
}

.wpo-project-section .wpo-project-item .wpo-project-text .thumb span {
  color: #42C652;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .wpo-project-section .wpo-project-item .wpo-project-text h2 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .wpo-project-section .wpo-project-item .wpo-project-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 450px) {
  .wpo-project-section .wpo-project-item .wpo-project-text h2 {
    font-size: 17px;
    line-height: 26px;
  }
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 a {
  color: #0E152B;
}

.wpo-project-section .wpo-project-item .wpo-project-text h2 a:hover {
  color: #42C652;
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #FFD700;
  text-align: center;
  border-radius: 50%;
  color: #000;
}

@media (max-width: 350px) {
  .wpo-project-section .wpo-project-item .wpo-project-text .arrow {
    top: 30%;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow i {
  line-height: unset;
}

.wpo-project-section .wpo-project-item .wpo-project-text .arrow:hover {
  background-color: #42C652;
  color: #fff;
}

.wpo-project-details-area .theme-accordion-s1 {
  margin-bottom: 0;
}

.wpo-project-details-area .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #0E152B;
  box-shadow: none;
}

.wpo-project-details-area .accordion-button:focus {
  box-shadow: none;
}

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

.wpo-project-details-area .accordion-item button {
  font-weight: 500;
  font-size: 18px;
  padding: 25px;
}

@media (max-width: 767px) {
  .wpo-project-details-area .accordion-item button {
    font-size: 16px;
    padding: 10px;
  }
}

.wpo-project-details-area .accordion-item:last-child {
  margin-bottom: 0;
}

.wpo-project-details-area .accordion-collapse {
  border-top: 1px solid #ebebeb;
}

.wpo-project-details-area .accordion-collapse p {
  font-size: 16px;
}

.wpo-project-details-area .theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

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

.wpo-project-details-area .theme-accordion-s1 .panel+.panel {
  margin-top: 15px;
}

.wpo-project-details-area .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) {
  .wpo-project-details-area .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 25px;
  }
}

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

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

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

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

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

.wpo-project-details-area .theme-accordion-s1 .panel-heading .collapsed:before {
  transform: rotate(0);
}

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

@media (max-width: 991px) {
  .wpo-project-details-area .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    padding: 20px 25px 10px;
    font-size: 16px;
  }

  .wpo-project-details-area .all-wpo-services {
    margin-top: 50px;
  }
}

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

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

.wpo-project-details-area .accordion-item .accordion-body {
  padding: 1rem 1.25rem;
}

@media (max-width: 767px) {
  .wpo-project-details-area .accordion-item .accordion-body {
    padding: 1rem 0.35rem;
  }
}

.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(66, 198, 82, 0.51);
}

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

.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 #0E152B;
  position: absolute;
  left: 50%;
  top: 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;
  animation: spineerb 2s infinite;
}

@keyframes spineerb {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 198, 82, 0.51);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(66, 198, 82, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(66, 198, 82, 0);
  }
}

.wpo-minimal-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

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

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

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

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

@media (max-width: 991px) {
  .wpo-project-details-list .row {
    justify-content: center;
  }
}

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

.wpo-project-details-text span,
.wpo-project-details-text-3 span {
  font-size: 16px;
  color: #fff;
  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;
}

@media (max-width: 575px) {
  .wpo-p-details-section h5 {
    font-size: 26px;
    margin-bottom: 22px;
  }
}

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

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

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

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

.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: #42C652;
}

.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: #42C652;
  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%;
  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 h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .wpo-faq-section h4 {
    font-size: 22px;
  }
}

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

@media (max-width: 1200px) {

  .wpo-project-details-text h2,
  .wpo-project-details-text-3 h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wpo-project-details-text-3 {
    border: none;
  }

  .wpo-project-details-list {
    padding-bottom: 10px;
    background: #3ea502;
  }
}

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

/*==========================================
9. wpo-team-single
===========================================*/
.team-info-img {
  padding: 25px;
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 991px) {
  .team-info-img {
    margin-bottom: 40px;
  }
}

.team-info-img img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .team-info-img img {
    height: 100%;
  }
}

.team-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}

.team-info-text {
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  padding: 52px 50px;
}

.team-info-text ul li {
  font-size: 17px;
  color: #1d2327;
  font-weight: 700;
  margin-bottom: 22px;
  list-style: none;
}

.team-info-text ul li:last-child {
  padding-bottom: 0;
}

.team-info-text ul li span {
  font-size: 16px;
  color: #8c8c8c;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 400;
}

.team-info-text ul li:last-child {
  margin-bottom: 0;
}

.at-progress {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px 0;
}

@media (max-width: 991px) {
  .at-progress {
    padding-bottom: 0;
  }
}

.team-info-text h2 {
  font-size: 27px;
  font-weight: 500;
  color: #1d2327;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  background: #eee;
  padding: 20px;
}

.team-info-wrap ul {
  padding-left: 0;
}


.wpo-contact-area {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .wpo-contact-area {
    padding-top: 20px;
  }
}

.wpo-contact-area .wpo-contact-title {
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.wpo-contact-area .quote-form {
  max-width: 890px;
  margin: 0 auto;
}

.wpo-contact-area .quote-form .form-control {
  height: 55px;
  border: 0;
  margin-bottom: 20px;
  padding: 15px;
  background: #ededed;
  color: #6B7280;
}

.wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #42C652;
}

.wpo-contact-area .quote-form textarea.form-control {
  height: 125px;
}

.wpo-contact-area .quote-form select.form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #ededed url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}

@media (max-width: 575px) {
  .half-col {
    width: 100%;
  }
}

.full-col {
  padding: 0 10px 5px;
}

.exprience-area {
  padding-top: 60px;
}

/*--------------------------------------------------------------
10. shop-page
--------------------------------------------------------------*/
.shop-section .shop-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .shop-section .shop-grids {
    margin: 0 -7px;
  }
}

.shop-section .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .shop-section .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}

@media (max-width: 550px) {
  .shop-section .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.shop-section .grid img {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.shop-section .details {
  text-align: center;
  padding: 35px 15px;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  overflow: hidden;
}

.shop-section .details h3 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin: 0 0 0.5em;
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-section .details h3 {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

.shop-section .details h3 a {
  color: #0E152B;
  text-transform: capitalize;
}

.shop-section .details h3 a:hover {
  color: #42C652;
}

.shop-section .details del {
  color: #6B7280;
}

.shop-section .details del+span {
  display: inline-block;
  padding-left: 20px;
}

.shop-section .add-to-cart {
  margin-top: 20px;
}

.shop-section .add-to-cart a {
  font-family: "Nunito";
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 600;
  color: #42C652;
  padding: 12px 20px;
  border: 2px solid #42C652;
  display: inline-block;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .shop-section .add-to-cart a {
    font-size: 12px;
    font-size: 0.6666666667rem;
    padding: 8px 18px;
  }
}

.shop-section .add-to-cart a:hover {
  background-color: #42C652;
  color: #fff;
}

.shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 0.8333333333rem;
  display: inline-block;
  padding-left: 5px;
}

.shop-section .grid:hover .add-to-cart a {
  background-color: #42C652;
  color: #fff;
}

/*--------------------------------------------------------------
11. shop-single-page
--------------------------------------------------------------*/
.shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}

.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav>i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav>i:hover {
  cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-single-section .product-details {
  padding: 15px 30px 80px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 10px 30px 15px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}

.shop-single-section .product-details h2 {
  font-size: 35px;
  font-size: 1.9444444444rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}

.shop-single-section .product-details .price {
  font-size: 25px;
  font-size: 1.3888888889rem;
  color: #42C652;
  margin: 7px 0 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}

.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  color: #a1a6b0;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1rem;
  }
}

.shop-single-section .product-details .product-rt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}

.shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
}

.shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-details ul {
  list-style: none;
}

.shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #42C652;
  content: "";
  border-radius: 50%;
}

.shop-single-section .product-details .product-option {
  margin-top: 30px;
}

.shop-single-section .product-details .tg-btm {
  margin-top: 25px;
}

.shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
}

.shop-single-section .product-details .tg-btm p span {
  font-weight: 700;
  color: #0E152B;
  margin-right: 5px;
}

.shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}

.shop-single-section .product-details .product-option .product-row {
  display: flex;
  align-items: center;
}

.shop-single-section .product-details .product-option .product-row>div {
  height: 35px;
  display: inline-block;
}

.shop-single-section .product-details .product-option .product-row>div+div {
  margin-left: 15px;
}

.shop-single-section .product-details .product-option .product-row>div+div .theme-btn,
.shop-single-section .product-details .product-option .product-row>div+div .view-cart-btn {
  border-radius: 0;
  border-width: 1px;
  height: 45px;
  padding: 0 18px;
  box-shadow: none;
}

.shop-single-section .product-details .product-option .product-row>div:first-child {
  width: 85px;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover,
.shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn:hover {
  background: #42C652;
  border-color: #42C652;
  color: #fff;
}

.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .view-cart-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.7777777778rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}

.shop-single-section .product-details .product-option .theme-btn:hover,
.shop-single-section .product-details .product-option .view-cart-btn:hover {
  background-color: #42C652;
  color: #fff;
  border-color: #42C652;
}

@media (max-width: 767px) {

  .shop-single-section .product-details .product-option .theme-btn,
  .shop-single-section .product-details .product-option .view-cart-btn {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}

.shop-single-section .product-details .product-option .theme-btn:before,
.shop-single-section .product-details .product-option .view-cart-btn:before {
  display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.8333333333rem;
}

.shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn,
.shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  color: #6B7280;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count:focus {
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
  display: block;
  padding: 3px 4px;
  font-size: 10px;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #42C652;
  color: #fff;
}

.shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

@media (max-width: 991px) {
  .shop-single-section .product-info {
    margin-top: 40px;
  }
}

.shop-single-section .product-info h4 {
  font-size: 18px;
  font-size: 1rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 500;
  margin-bottom: 10px;
}

.shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .nav-tabs {
  font-family: "Parkinsans";
  border: 0;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
}

.shop-single-section .product-info .nav-tabs a {
  font-size: 15px;
  font-size: 0.8333333333rem;
  color: #6B7280;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Nunito";
  position: relative;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.7777777778rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #42C652;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.shop-single-section .product-info .nav-tabs a:hover:before,
.shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #42C652;
}

.shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(66, 198, 82, 0.3);
  padding-top: 30px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}

.shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time>div,
.shop-single-section .product-info .client-rv .name-rating>div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
}

@media (max-width: 767px) {

  .shop-single-section .product-info .client-rv .name-rating-time>div,
  .shop-single-section .product-info .client-rv .name-rating>div {
    font-size: 12px;
    font-size: 0.6666666667rem;
    display: block;
  }
}

.shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  padding-left: 12px;
}

.shop-single-section .product-info .client-rv .rating i {
  color: #42C652;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

.shop-single-section .product-info .review-form {
  margin-top: 45px;
}

.shop-single-section .product-info .review-form h4 {
  font-size: 30px;
  font-weight: 500;
}

.shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
}

.shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}

.shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}

.shop-single-section .product-info .review-form .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}

.shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.shop-single-section .product-info .review-form .give-rating label:last-child {
  position: static;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
  z-index: 5;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
  z-index: 4;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
  z-index: 3;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
  z-index: 2;
}

.shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
  z-index: 1;
}

.shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}

.shop-single-section .product-info .review-form .give-rating label:last-child .icon {
  color: #ddd;
}

.shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked~.icon,
.shop-single-section .product-info .review-form .give-rating:hover label:hover input~.icon {
  color: #FFD400;
}

.shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked)~.icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  border: 1px solid #efefef;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-single-section .product-info .review-form form>div {
  margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form>div:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  box-shadow: none;
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #42C652;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 0.8333333333rem;
    padding: 0 20px;
  }
}

.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
12. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}

.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin-bottom: 30px;
  }
}

.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
  padding-left: 0;
}

.wpo-blog-pg-section .entry-meta ul li {
  font-size: 16px;
  float: left;
  text-transform: uppercase;
  color: #636893;
}

.wpo-blog-pg-section .entry-meta ul li a {
  color: #636893;
  font-weight: 500;
}


.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #42C652;
}

.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 14px;
}

.wpo-blog-pg-section .entry-meta ul li+li {
  margin-left: 20px;
  padding-left: 0px;
  position: relative;
}

.wpo-blog-pg-section .entry-meta ul li+li i {
  padding-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li+li+li i {
  top: 1px;
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  /*content: "";*/
  background: #42C652;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li+li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li+li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-pg-section .post h3 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
  margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
  }
}

.wpo-blog-pg-section .post h3 a {
  color: #232f4b;
}

.wpo-blog-pg-section .post h3 a:hover {
  color: #42C652;
}

.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
  }
}

.wpo-blog-pg-section .post a.read-more {
  color: #232f4b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #42C652;
}

.wpo-blog-pg-section .post a.read-more:hover {
  color: #0a58ca;
}

@media (max-width: 767px) {

  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.wpo-blog-pg-section .format-standard {
  position: relative;
}

.wpo-blog-pg-section .format-gallery {
  position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #42C652;
  color: #fff;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #42C652;
  transition: all 0.3s;
  border: 0;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
  font-size: 250px;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #42C652;
  background: linear-gradient(left, #1835c7, #42C652);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0.5;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #42C652;
}

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

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
13. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
}

.wpo-blog-single-section .entry-meta ul {
  list-style: none;
  padding-left: 0;
}

.wpo-blog-single-section .entry-meta ul li {
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  color: #636893;
}

.wpo-blog-single-section .entry-meta ul li a {
  color: #636893;
  font-weight: 500;
}

.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #42C652;
}

.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li i:before {
  font-size: 14px;
}

.wpo-blog-single-section .entry-meta ul li+li {
  margin-left: 20px;
  padding-left: 0px;
  position: relative;
}

.wpo-blog-single-section .entry-meta ul li+li i {
  padding-right: 4px;
}

.wpo-blog-single-section .entry-meta ul li+li+li i {
  position: relative;
  top: 0px;
}

.wpo-blog-single-section .entry-meta ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  /*content: "";*/
  background: #42C652;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li+li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li+li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta ul li {
    font-size: 12px;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-single-section .entry-media img {
  width: 100%;
}

.wpo-blog-single-section .post h2 {
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-weight: 600;
}

.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
  }
}

.wpo-blog-single-section .post blockquote {
  background-color: #f1f3ff;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 50px;
  margin-bottom: 40px;
  border: 0;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.wpo-blog-single-section .post blockquote:before {
  font-family: "themify";
  content: "\e67e";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #f4f8fc;
  background: #fff;
  color: #42C652;
  border-radius: 50%;
  transform: rotate(180deg)
}

.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.wpo-blog-single-section .post .gallery>div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.wpo-blog-single-section .post .gallery img {
  width: 100%;
}

.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
  margin: 75px 0 0;
  color: #232f4b;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share,
  .wpo-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
  float: left;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share ul li,
  .wpo-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share ul>li+li,
.wpo-blog-single-section .tag-share-s2 ul>li+li {
  margin-left: 10px;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share ul>li+li,
  .wpo-blog-single-section .tag-share-s2 ul>li+li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}

.wpo-blog-single-section .tag-share .tag>span,
.wpo-blog-single-section .tag-share-s2 .tag>span {
  color: #232f4b;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
  padding-left: 0;
}

.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}

.wpo-blog-single-section .post blockquote p strong {
  margin-top: 10px;
  display: block;
}

.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 15px;
  display: inline-block;
  padding: 5px 18px;
  color: #1d2327;
  background: #f5f5f5;
  border-radius: 15px;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .tag-share .tag a,
  .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 14px;
  }
}


.wpo-blog-single-section .tag-share-s2 {
  margin: 0;
  border-bottom: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag a {
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #627381;
  padding: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:first-child a {
  color: #3c5ba4;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:nth-child(2) a {
  color: #47a0d9;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:nth-child(3) a {
  color: #0073b1;
}

.wpo-blog-single-section .tag-share-s2 .tag ul>li:nth-child(4) a {
  color: #9c0343;
}


.wpo-blog-single-section .has-tag-share .tag a {
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #627381;
  padding: 0;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:first-child a {
  color: #3c5ba4;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:nth-child(2) a {
  color: #47a0d9;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:nth-child(3) a {
  color: #0073b1;
}

.wpo-blog-single-section .has-tag-share .tag ul>li:nth-child(4) a {
  color: #9c0343;
}

.wpo-blog-single-section .tag-share .tag ul li a:hover,
.wpo-blog-single-section .tag-share-s2 .tag ul li a:hover {
  color: #fff;
  background: #42C652;
}

.wpo-blog-single-section .author-box {
  margin: 50px 0 60px;
}

.wpo-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.wpo-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.wpo-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #232f4b;
}

.wpo-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.wpo-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  color: #232f4b;
}

.wpo-blog-single-section .author-box .social-link a:hover {
  color: #42C652;
}

.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}

.wpo-blog-single-section .more-posts>div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts>div {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .more-posts>div>a {
  display: inline-block;
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {

  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post>a>span,
.wpo-blog-single-section .more-posts .next-post>a>span {
  display: block;
}

.wpo-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  color: #6e6e6e;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.wpo-blog-single-section .more-posts .post-name {
  font-size: 18px;
  font-size: 1.2rem;
  color: #232f4b;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #42C652;
}

.wpo-blog-single-section .comments-area {
  margin-top: 70px;
}

.wpo-blog-single-section .comments-area li>div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li>div {
    padding: 35px 25px;
  }
}

.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.wpo-blog-single-section .comments-area ol>li:last-child div {
  border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 1em;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 18px;
  }
}

.wpo-blog-single-section .comments-area li>div {
  position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-size: 17px;
  color: #232f4b;
  font-weight: 700;
  margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #6e6e6e;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.wpo-blog-single-section .comments-area .comment-reply-link {
  font-size: 14px;
  font-weight: 600;
  color: #232f4b;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #EBB011;
}


.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 24px;
  margin: 0 0 1.1em;
  font-weight: 700;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
  }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #f9f9f9;
  width: 100%;
  height: 55px;
  border: 1px solid #E3E3E3;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0px;
  box-shadow: none;
  transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #42C652;
}

@media (max-width: 991px) {

  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-submit input {
  max-width: 185px;
  background-color: #42C652;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 0px;
  height: 55px;
  font-weight: 500;
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #333;
}

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


/*--------------------------------------------------------------
14. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
  padding-bottom: 0px;
}

.wpo-contact-pg-section .wpo-contact-title {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 25px;
  }

  .wpo-contact-pg-section .wpo-contact-title p {
    font-size: 17px;
  }
}

.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  position: relative;
  z-index: 99;
}

@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 20px;
  }
}


.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  box-shadow: none !important;
}

@media (max-width: 991px) {

  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    height: 45px;
  }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
  border-color: #bddbc0;
  background: #fafffa;
}

.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}

.wpo-contact-pg-section form .form-field {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .wpo-contact-pg-section form .form-field {
    width: calc(100% - 25px);
    float: none;
  }
}


.wpo-contact-pg-section form {
  overflow: hidden;
}

.wpo-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #6d6d6d;
}

.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #6d6d6d;
}

.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #6d6d6d;
}

.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #6d6d6d;
}

.wpo-contact-pg-section form select {
  display: inline-block;
  color: #6d6d6d;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

.wpo-contact-pg-section form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.wpo-contact-form-wrap {
  padding: 30px;
}

.wpo-contact-pg-section form .submit-area .theme-btn,
.wpo-contact-pg-section form .submit-area .theme-btn-s3,
.wpo-contact-pg-section form .submit-area .theme-btn-s4,
.wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 30px;
  /*font-family: "Nunito Sans", sans-serif;*/
  font-size: 16px;
  width: auto;
  background: #42C652;
  height: auto;
  border: 0;
}

.wpo-contact-pg-section form .submit-area .theme-btn:after,
.wpo-contact-pg-section form .submit-area .theme-btn-s3:after,
.wpo-contact-pg-section form .submit-area .theme-btn-s4:after,
.wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 30px;
}

.wpo-contact-pg-section form .wpo-contact-form-wrapper>div {
  width: calc(50% - 25px);
  float: left;
  margin: 0 12px 25px;
}

@media (max-width: 600px) {
  .wpo-contact-pg-section form .wpo-contact-form-wrapper>div {
    width: calc(100% - 25px);
    float: none;
    padding-left: 0;
  }
}

.wpo-contact-pg-section form .wpo-contact-form-wrapper .submit-area {
  width: 100%;
  margin-bottom: 23px;
}

.wpo-contact-pg-section form .col {
  margin-bottom: 30px;
}

.wpo-contact-pg-section form .submit-area .theme-btn {
  width: auto;
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  height: 55px;
  background: #42C652;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.wpo-contact-form-wrapper .wpcf7-spinner {
  display: block;
}

.wpo-contact-pg-section .wpcf7 .ajax-loader {
  display: block;
}


.wpo-contact-pg-section form .submit-area .theme-btn:hover {
  background: #21ad32;
}

.wpo-contact-pg-section form .wpo-contact-form-wrapper .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}


/* contact-info-section */
.contact-info-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-info-section .ct-shape {
  position: absolute;
  left: -3%;
  top: -20%;
  z-index: -1;
}


.contact-info-section .office-info .col {
  padding: 0 15px;
}

.contact-page .contact-info-section .office-info .col {
  padding: 0 15px;
}

@media (max-width: 1399px) {
  .contact-info-section .office-info .col {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .contact-info-section .office-info .col {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .contact-info-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .contact-info-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}

.contact-info-section .office-info .office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}

@media (max-width: 991px) {
  .contact-info-section .office-info .office-info-item {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .contact-info-section .office-info .office-info-item {
    padding: 30px;
  }
}

.contact-info-section {
  padding: 20px 0;
}

.contact-info-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.contact-info-section .office-info .office-info-item .office-info-icon img {
  max-width: 50px;
}

.contact-info-section .office-info .office-info-item .office-info-icon i:before {
  font-size: 35px;
}

.contact-info-section .office-info .office-info-item .office-info-text p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.contact-info-section .office-info .office-info-item .office-info-text span {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
  font-family: "Parkinsans";
  color: #000B47;
  margin-bottom: 10px;
  display: block;
}

/*--------------------------------------------------------------
#  shop-pg-section
--------------------------------------------------------------*/

.shop-pg-section .shop-grids {
  margin: 0 -15px;
}

.shop-pg-section .shop-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 550px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.shop-pg-section .grid:hover .cart-details li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.shop-pg-section .img-cart {
  position: relative;
  overflow: hidden;
  /*    z-index: 1;*/
}

.shop-pg-section .img-cart:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background: rgba(20, 33, 43, 0.4);
  transition: all 0.3s;
}

.shop-pg-section .img-cart:hover:before {
  height: 100%;
}

.shop-pg-section .cart-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.shop-pg-section .cart-details ul {
  overflow: hidden;
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
}

.shop-pg-section .cart-details li {
  float: left;
  margin: 7px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.shop-pg-section .cart-details li:last-child {
  transition: all 0.3s;
}

.shop-pg-section .details {
  text-align: center;
  padding: 30px 15px;
  background: rgba(214, 226, 234, 0.46);
}

.shop-pg-section .details h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 0.4em;
  font-family: "Parkinsans";
}

@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 20px;
  }
}

.shop-pg-section .details h4 a {
  color: #262b3e;
}

.shop-pg-section .details h4 a:hover {
  color: #42C652;
}

.shop-pg-section .details del {
  color: #aaa;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 14px;
  }
}

.shop-pg-section .details .price {
  color: #262b3e;
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 14px;
  }
}

.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}

.shop-pg-section .details ins {
  text-decoration: none;
  font-weight: 600;
}

.shop-pg-section .cart-details .theme-btn {
  background: #42C652;
  color: #fff;
  padding: 20px 50px;
}

@media(max-width:767px) {
  .shop-pg-section .cart-details .theme-btn {
    padding: 12px 18px;
  }

}

.shop-pg-section .cart-details .theme-btn:before {
  display: none;
}


/*--------------------------------------------------------------
15. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error h2 {
  font-size: 150px;
  margin: 0;
}

@media (max-width: 991px) {
  .error-404-section .error h2 {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error h2 {
    font-size: 100px;
  }
}


.error-404-section .error-message {
  margin-top: 0px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 0px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  max-width: 750px;
  margin: auto;
  margin-bottom: 1.8em;
}