/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Fixaroo - Electricity Services HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 navigation 

3. content
	3.1 wpo-hero-slider
	3.2 wpo-about-section
	3.3 marquee-section
	3.4 wpo-service-section
	3.5 wpo-feature-section
	3.6 wpo-video-section
	3.7 wpo-odometer-section
	3.8 wpo-project-section
	3.9 wpo-history-section
	3.10 wpo-faq-section
	3.11 wpo-brand-partner-section
	3.12 text-marquee
	3.13 wpo-testimonial-section
	3.14 wpo-cta-section
	3.15 wpo-blog-section

4. wpo-footer

5. Home-style-2
   5.1 wpo-about-section-s2
   5.2 marquee-section-s2
   5.3 wpo-service-section-s2
   5.4 wpo-team-section
   5.5 wpo-project-section-s2
   5.6 wpo-brand-partner-section-s2
   5.7 wpo-blog-section-s2

6. Home-style-3
   6.1 wpo-about-section-s3
   6.2 wpo-service-section-s3
   6.3 wpo-project-section-s3
   6.4 wpo-odometer-section-s2
   6.5 wpo-odometer-section-s2

7. service-single-page

8. wpo-booking-section

9. shop-page

10. shop-single-page

11. cart-page-style

12. checkout-page-style

13. wpo-team-single

14. contact-page

15. blog-pg-section

16. blog-single-section

17. error-404-section


----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
/* 1.1 Theme Reset Style */
html {
  font-size: 18px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Satoshi";
  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: 700;
}

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;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1430px) {
  .container {
    max-width: 1430px;
  }
}

/* 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: 60px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
}
.contact-validation-active label.error,
.contact-validation-active label.error2 {
  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,
.contact-validation-active #loader2 {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i,
.contact-validation-active #loader2 i {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #3860D2;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #success2,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  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 #success2,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error,
  .contact-validation-active #error2 {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success,
.contact-validation-active #success2 {
  background-color: rgb(0, 153.5, 0);
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  background-color: rgb(255, 25.5, 25.5);
  border-left: 5px solid red;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}

@keyframes wave {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-20px);
  }
}
@keyframes margin {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-60px);
  }
}
@keyframes marginOdd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(56, 96, 210, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #3860D2;
  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: #3860D2;
}

.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: 999999;
}

.fancybox-wrap {
  z-index: 9999999;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  line-height: 16px;
  position: relative;
}

.rolling-text .text-wrapper {
  display: flex;
  flex-direction: column;
  transform: translateY(0%);
}

.rolling-text .text-line {
  display: block;
  height: 20px;
  line-height: 16px;
  white-space: nowrap;
  top: 4px;
  position: relative;
}

.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: shadeLf 1s;
}

.moving-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.wpo-section-title,
.wpo-section-title-s2 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -15px;
}
@media (max-width: 991px) {
  .wpo-section-title,
  .wpo-section-title-s2 {
    margin-bottom: 35px;
  }
}
.wpo-section-title span,
.wpo-section-title-s2 span {
  color: #3860D2;
  font-size: 24px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wpo-section-title span,
  .wpo-section-title-s2 span {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-section-title span,
  .wpo-section-title-s2 span {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-section-title span,
  .wpo-section-title-s2 span {
    font-size: 20px;
    line-height: 45px;
  }
}
@media (max-width: 425px) {
  .wpo-section-title span,
  .wpo-section-title-s2 span {
    font-size: 18px;
  }
}
.wpo-section-title span i,
.wpo-section-title-s2 span i {
  line-height: unset;
  margin-right: 10px;
  position: relative;
  top: -2px;
  max-width: 35px;
}
.wpo-section-title h2,
.wpo-section-title-s2 h2 {
  margin: 0;
  color: #0E152B;
  font-size: 60px;
  font-weight: 400;
  line-height: 89%;
}
@media (max-width: 1645px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 30px;
  }
}
.wpo-section-title p,
.wpo-section-title-s2 p {
  margin: 0;
  color: #444141;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  max-width: 730px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p {
    font-size: 17px;
    line-height: 27.8px;
    max-width: 690px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p {
    font-size: 16px;
    line-height: 26.8px;
    max-width: unset;
    padding-top: 10px;
  }
}

.wpo-section-title-s2 {
  text-align: left;
}
@media (max-width: 991px) {
  .wpo-section-title-s2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.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: 0;
  color: #032532;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
}
@media (max-width: 575px) {
  .wpo-section-title-s2 p {
    font-size: 16px;
    line-height: 26.8px;
    max-width: unset;
  }
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3 {
  background: #3860D2;
  color: #fff;
  display: inline-block;
  padding: 21px 50px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-family: "Satoshi";
  border-radius: 43px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  overflow: hidden;
  padding-right: 58px;
}
.theme-btn::after,
.theme-btn-s2::after,
.theme-btn-s3::after {
  background-color: rgb(38.7110655738, 73.1209016393, 171.1889344262);
  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,
.theme-btn-s2::before,
.theme-btn-s3::before {
  position: absolute;
  right: 45px;
  top: 52%;
  transform: translateY(-50%);
  content: "";
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 767px) {
  .theme-btn:hover::before, .theme-btn:focus::before, .theme-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: 25px;
  }
}
.theme-btn:hover::after,
.theme-btn-s2:hover::after,
.theme-btn-s3:hover::after {
  transform-origin: top right;
  transform: scale(1);
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    padding: 15px 30px;
    font-size: 14px;
    padding-right: 40px;
  }
}

.theme-btn-s2 {
  background-color: #3860D2;
  color: #fff;
}
.theme-btn-s2::before {
  content: "\e649";
  font-family: "themify";
  font-size: 10px;
  transition: all ease 0.4s;
}
@media (max-width: 767px) {
  .theme-btn-s2::before {
    right: 28px;
  }
}
.theme-btn-s2::after {
  background-color: rgb(40.5922131148, 76.6741803279, 179.5077868852);
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  color: #fff;
}
.theme-btn-s2:hover::before, .theme-btn-s2:focus::before, .theme-btn-s2:active::before {
  right: 40px;
}
@media (max-width: 767px) {
  .theme-btn-s2:hover::before, .theme-btn-s2:focus::before, .theme-btn-s2:active::before {
    right: 23px;
  }
}

.theme-btn-s3 {
  background: transparent;
  box-shadow: none;
  padding-left: 30px;
  color: #000;
}
.theme-btn-s3::before {
  background: url(../images/black-arrow.svg);
  width: 17.684px;
  height: 13.073px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 35px;
}
@media (max-width: 767px) {
  .theme-btn-s3::before {
    right: 18px;
  }
}
.theme-btn-s3:after {
  display: none;
}
.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  color: #000;
}
.theme-btn-s3:hover::before, .theme-btn-s3:focus::before, .theme-btn-s3:active::before {
  right: 31px;
}
@media (max-width: 767px) {
  .theme-btn-s3:hover::before, .theme-btn-s3:focus::before, .theme-btn-s3:active::before {
    right: 12px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: rgb(191.25, 191.25, 191.25);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: rgb(89.25, 89.25, 89.25);
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #3860D2;
  -o-box-shadow: 0 0 5px 0 rgb(97.5942622951, 129.2336065574, 219.4057377049);
  -ms-box-shadow: 0 0 5px 0 rgb(97.5942622951, 129.2336065574, 219.4057377049);
  box-shadow: 0 0 5px 0 rgb(97.5942622951, 129.2336065574, 219.4057377049);
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.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: rgb(97.5942622951, 129.2336065574, 219.4057377049);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #3860D2;
}

.breadcumb-area {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/page-title.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .breadcumb-area {
    min-height: 350px;
  }
}
@media (max-width: 575px) {
  .breadcumb-area {
    min-height: 300px;
  }
}
.breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(249deg, rgba(16, 40, 0, 0) -3.38%, rgba(16, 40, 0, 0.16) -6.18%, rgba(9, 32, 97, 0.85) 42.42%, #141635 66.17%);
  content: "";
  z-index: -1;
}
.breadcumb-area .breadcumb-wrap h2 {
  color: #5177e5;
  font-family: "Satoshi";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .breadcumb-area .breadcumb-wrap h2 {
    font-size: 17px;
    line-height: 28px;
  }
}
.breadcumb-area .breadcumb-wrap h3 {
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .breadcumb-area .breadcumb-wrap h3 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .breadcumb-area .breadcumb-wrap h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

.preloader {
  background-color: #0a3a52;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1111111111111111200;
  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;
  max-width: 55px;
}
.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 ***/
}
@media screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget h3 {
  color: #0E152B;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  padding-left: 10px;
}
.blog-sidebar .widget h3:before {
  content: "";
  background-color: #3860D2;
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget {
  background: #F4F6F8;
  padding: 40px 30px;
}
@media (max-width: 1200px) {
  .blog-sidebar .search-widget {
    padding: 35px 20px;
  }
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: #fff;
  height: 55px;
  font-size: 16px;
  padding: 6px 50px 6px 20px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(56, 96, 210, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #0E152B;
  background-color: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}
.blog-sidebar .about-widget {
  text-align: center;
  background: #F4F6F8;
  padding: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px 20px;
  }
}
.blog-sidebar .about-widget .img-holder {
  margin: 0 auto;
  margin-bottom: 25px;
  width: 140px;
  height: 140px;
}
.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
}
.blog-sidebar .about-widget ul {
  list-style: none;
  display: flex;
  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: 42px;
  height: 37px;
  line-height: 37px;
  background-color: transparent;
  color: #7D7E80;
  border: 1px solid #E8E8E8;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .about-widget ul li a:hover {
  background-color: #3860D2;
  border: 1px solid transparent;
  color: #fff;
}
.blog-sidebar .about-widget h4 {
  margin-bottom: 5px;
  color: #16171A;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-sidebar .about-widget span {
  color: #727A7D;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  display: block;
}
.blog-sidebar .about-widget p {
  color: #5E5F63;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  margin-bottom: 30px;
}
.blog-sidebar .about-widget a {
  font-family: "Parkinsans";
  font-size: 14px;
  color: #0E152B;
  text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
  color: #3860D2;
}
.blog-sidebar .category-widget {
  background: #F4F6F8;
  padding: 40px 30px;
}
@media (max-width: 1200px) {
  .blog-sidebar .category-widget {
    padding: 35px 20px;
  }
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 15px;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 20px;
}
.blog-sidebar .category-widget ul a {
  display: block;
  font-size: 16px;
  color: #445658;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 12px 15px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #F8F1EE;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before,
.blog-sidebar .category-widget ul li .active {
  color: #fff;
  background: #3860D2;
}
.blog-sidebar .recent-post-widget {
  background: #F4F6F8;
  padding: 40px 30px;
}
@media (max-width: 1200px) {
  .blog-sidebar .recent-post-widget {
    padding: 35px 20px;
  }
}
.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: 100px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
  width: 100%;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 100px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  margin: 0 0 0.3em;
  color: #0E152B;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
}
@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: #0E152B;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #3860D2;
}
.blog-sidebar .recent-post-widget .post .details .date {
  color: #4B5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
  color: #3860D2;
}
.blog-sidebar .wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.blog-sidebar .wpo-instagram-widget ul li {
  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 {
  background: #F4F6F8;
  padding: 40px 30px;
}
@media (max-width: 1200px) {
  .blog-sidebar .tag-widget {
    padding: 35px 20px;
  }
}
.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;
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 18px;
  color: #77787B;
  background: #FFF;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #3860D2;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-single-section.blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/**** 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: 0.8888888889rem;
  font-weight: 600;
  color: #0E152B;
  background: rgb(245, 250, 255);
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #3860D2;
  border-color: #3860D2;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 17px;
}

.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;
  }
}

.service-sidebar {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .service-sidebar {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 50px;
    max-width: 450px;
  }
}

.service-catagory ul li {
  margin-bottom: 13px;
}

.service-catagory ul li a {
  border-radius: 12px;
  background: rgba(98, 116, 255, 0.06);
  color: #0E152B;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575px) {
  .service-catagory ul li a {
    padding: 10px 20px;
  }
}
.service-catagory ul li a i {
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  color: #3860D2;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .service-catagory ul li a i {
    margin-right: 10px;
  }
}
.service-catagory ul li a::before {
  position: absolute;
  right: 40px;
  top: 33px;
  transform: translateY(-50%);
  content: "\f123";
  font-family: flaticon_fixaroo;
  transition: all 0.3s ease-in-out;
  color: #4B5563;
}
@media (max-width: 575px) {
  .service-catagory ul li a::before {
    right: 20px;
  }
}
.service-catagory ul li a:hover, .service-catagory ul li a.active {
  background: #3860D2;
  color: #fff;
}
.service-catagory ul li a:hover::before, .service-catagory ul li a.active::before {
  color: #fff;
}

.service-info {
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
  background: rgba(131, 136, 173, 0.06);
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
}
.service-info .icon {
  width: 88px;
  height: 76px;
  line-height: 76px;
  border-radius: 4px;
  background: #fff;
  color: #3860D2;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 30px;
}
.service-info h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  max-width: 244px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service-info span {
  font-family: "Parkinsans";
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.service-info .num span {
  border-radius: 24px;
  background: #3860D2;
  color: #fff;
  text-align: center;
  font-family: "Parkinsans";
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  padding: 8px 10px;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/* 2.1 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 ***/
}

.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: #0e1fb9;
}

@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 {
  display: block;
}
@media (max-width: 991px) {
  .wpo-site-header .container-fluid {
    padding-right: 0;
  }
}

@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 .header-right {
    right: 15px;
  }
}
@media (max-width: 991px) and (max-width: 425px) {
  .wpo-site-header .header-right {
    right: 0;
  }
}
@media (max-width: 991px) {
  .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: #3860D2;
  }
  .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;
}
@media (max-width: 1200px) {
  .wpo-site-header .header-right > div {
    margin-right: 0;
  }
}

.wpo-site-header .header-right .close-form .theme-btn-s2 {
  padding: 13px 35px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 24px;
  text-transform: lowercase;
}
@media (max-width: 1400px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 {
    padding: 10px 15px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 {
    padding: 12px 17px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 {
    padding: 12px;
    border-radius: 50%;
  }
}
@media (max-width: 425px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 span {
    display: none;
  }
}
.wpo-site-header .header-right .close-form .theme-btn-s2 i {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 i {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 i svg {
    width: 20px;
    height: 20px;
  }
}
.wpo-site-header .header-right .close-form .theme-btn-s2::before {
  display: none;
}

.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 15px;
  position: relative;
}

@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;
  }
}
.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: 55px;
  height: 55px;
  line-height: 55px;
  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: 44px;
    height: 44px;
    line-height: 44px;
  }
}
@media (max-width: 425px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.wpo-site-header .header-right .search-toggle-btn .fi,
.wpo-site-header .header-right .cart-toggle-btn .fi {
  font-size: 22px;
}
@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: 18px;
  }
}
@media (max-width: 425px) {
  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 20px;
  }
}
.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: 79px;
  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: 22px;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #DEDEDE;
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #3860D2;
}

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1);
}

.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: #3860D2;
}

.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: #3860D2;
}
@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: 40px 30px;
    display: block;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  .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: #3860D2;
    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: #3860D2;
  }
  .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;
  }
}
@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 > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    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: #3860D2;
    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: 4px;
  }
  .wpo-site-header .mobail-menu button span.first-angle {
    margin-top: 2px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header .mobail-menu button .sr-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar {
    background: #0b2672;
    display: block;
    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: #3860D2;
  }
  .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 #navbar.slideInn {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .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;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .wpo-site-header .navbar-header .navbar-brand {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-header .navbar-brand {
    padding-left: 0;
  }
}
.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 145px;
}
@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: 425px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 130px;
  }
}
.wpo-site-header {
  padding-left: 135px;
  padding-right: 30px;
}
@media (max-width: 1700px) {
  .wpo-site-header {
    padding-left: 70px;
  }
}
@media (max-width: 1399px) {
  .wpo-site-header {
    padding: 0 10px;
  }
}

@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header {
    padding: 0;
  }
}
@media (max-width: 1700px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 32px 18px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-right .theme-btn {
    padding: 20px 12px;
  }
}
@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 80px;
}
@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 30px;
  }
}

@media (max-width: 1700px) {
  .wpo-site-header .sticky-header .navigation.sticky-header {
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0;
  }
}
/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-section {
  background: url(../images/hero/hero-bg.jpg) no-repeat right;
  position: relative;
  height: 860px;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .wpo-hero-section {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section {
    margin-left: 30px;
    padding: 70px 0;
  }
}
.wpo-hero-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(258deg, rgba(239, 239, 240, 0) 20%, rgba(239, 239, 240, 0.4) 40%, rgba(239, 239, 240, 0.7) 60%, #EFEFF0 80%, #EFEFF0 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-hero-section::before {
    background: linear-gradient(258deg, rgba(239, 239, 240, 0) 15%, rgba(239, 239, 240, 0.3) 35%, rgba(239, 239, 240, 0.6) 55%, #EFEFF0 75%, #EFEFF0 100%);
  }
}
.wpo-hero-section .hero-wapper .hero-side-left {
  position: absolute;
  left: -280px;
  top: 315px;
}
@media (max-width: 1199px) {
  .wpo-hero-section .hero-wapper .hero-side-left {
    left: -265px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-side-left {
    top: 260px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-side-left {
    left: -217px;
    top: 250px;
  }
}
.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items {
  transform: rotate(90deg);
}
.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul {
  display: flex;
}
.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 75%;
  text-transform: capitalize;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li {
    font-size: 15px;
    line-height: 65%;
  }
}
.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li a {
  color: #000;
  display: flex;
}
.wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li a i {
  padding-right: 5px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-side-left .hero-side-left-items ul li a i {
    font-size: 16px;
  }
}
.wpo-hero-section .hero-wapper .hero-content {
  position: relative;
  z-index: 1;
  padding-left: 200px;
}
@media (max-width: 1199px) {
  .wpo-hero-section .hero-wapper .hero-content {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content {
    text-align: center;
    padding-left: 0;
  }
}
.wpo-hero-section .hero-wapper .hero-content .hero-title span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-title span {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 {
  color: #000;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  max-width: 790px;
  padding-top: 12px;
}
@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 {
    font-size: 60px;
    line-height: 70px;
    max-width: 410px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 {
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 {
    font-size: 41px;
    line-height: 48px;
  }
}
.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
  font-weight: 300;
  font-size: 80px;
}
@media (max-width: 767px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
    font-size: 41px;
    line-height: 48px;
  }
}
.wpo-hero-section .hero-wapper .hero-content .hero-btns {
  display: flex;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-btns {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-btns {
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-btns {
    display: block;
  }
}
@media (max-width: 767px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-btns .theme-btn-s2 {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-btns .theme-btn-s2::before {
    top: 50%;
  }
}
@media (max-width: 418px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-btns .theme-btn-s2::before {
    top: 52%;
  }
}
.wpo-hero-section .hero-wapper .hero-content .hero-content-shape {
  position: absolute;
  top: -47px;
  left: 150px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-content-shape {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-content-shape {
    display: none;
  }
}
.wpo-hero-section .shape-2 {
  position: absolute;
  bottom: 63px;
  left: -64px;
}
@media (max-width: 1199px) {
  .wpo-hero-section .shape-2 {
    left: -51px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section .shape-2 {
    display: none;
  }
}
.wpo-hero-section .shape-2 img {
  animation: wave 6s ease-in-out infinite;
}

/* hero style 2*/
.hero-slider {
  width: 100%;
  height: 840px;
  position: relative;
  z-index: 1;
  background: #EFEFF0;
}
@media (max-width: 991px) {
  .hero-slider {
    height: 650px;
  }
}
.hero-slider .slide-inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-slider .slide-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 34, 125, 0.4);
    z-index: -1;
  }
}
.hero-slider .slide-inner .bottom-shape {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero-slider .slide-content {
    padding: 30px 15px;
  }
}
.hero-slider .slide-content .slide-title {
  position: absolute;
  right: 250px;
}
@media (max-width: 1600px) {
  .hero-slider .slide-content .slide-title {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-content .slide-title {
    position: unset;
    padding-top: 90px;
    text-align: center;
  }
}
.hero-slider .slide-content .slide-title p {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 413px;
}
@media (max-width: 575px) {
  .hero-slider .slide-content .slide-title p {
    font-size: 18px;
    line-height: 26px;
    max-width: 413px;
  }
}
.hero-slider .slide-content .slide-title .hero-btn {
  padding-top: 30px;
}
@media (max-width: 575px) {
  .hero-slider .slide-content .slide-title .hero-btn {
    padding-top: 20px;
  }
}
.hero-slider .slide-content .slide-title .hero-btn .theme-btn {
  padding: 15px 54px;
  background-color: #fff;
  color: #000;
}
.hero-slider .slide-content .slide-title .hero-btn .theme-btn:hover {
  color: #fff;
}
.hero-slider .slide-content .slide-sub-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-slider .slide-content .slide-sub-title {
    bottom: 55px;
  }
}
.hero-slider .slide-content .slide-sub-title h2 {
  text-align: center;
  margin: 0;
  color: #FFF;
  font-size: 140px;
  font-weight: 600;
  line-height: 180px;
  letter-spacing: -4.2px;
  text-transform: capitalize;
}
@media (max-width: 1845px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 120px;
    line-height: 170px;
  }
}
@media (max-width: 1600px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 105px;
    line-height: 150px;
  }
}
@media (max-width: 1399px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 90px;
    line-height: 130px;
  }
}
@media (max-width: 1199px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 75px;
    line-height: 110px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 61px;
    line-height: 95px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 425px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
.hero-slider .slide-content .hero-circle {
  position: absolute;
  left: 250px;
  top: 200px;
}
@media (max-width: 991px) {
  .hero-slider .slide-content .hero-circle {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-slider .slide-content .hero-circle .circle-content {
  width: 160px;
  height: 160px;
  position: relative;
  background: rgba(1, 19, 71, 0.4);
  border: 1px solid #3860D2;
  padding: 5px;
  box-shadow: 0 2px 12px rgba(4, 0, 52, 0.06);
  font-family: "DM Sans";
  font-size: 11px;
  letter-spacing: 6.5px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 100%;
  color: #fff;
}
.hero-slider .slide-content .hero-circle .circle-content .rotate-anm {
  animation: roted 30s linear infinite;
}
.hero-slider .slide-content .hero-circle .circle-content svg textPath {
  fill: #fff;
}
.hero-slider .slide-content .hero-circle .circle-content .arrows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  stroke-width: 0.818px;
  width: 82px;
  height: 82px;
  line-height: 79px;
  border-radius: 82px;
  text-align: center;
}

.hero-slider .swiper-slide {
  overflow: hidden;
}

.hero-slider .swiper-container,
.hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner,
.hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #3860D2;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 25px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  color: #fff;
  background: #fff;
  width: 10px;
  height: 10px;
}

.hero-slider .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}

.hero-slider .swiper-slide {
  position: relative;
  z-index: 11;
}

@keyframes rotateAniamtion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* hero style 3*/
.wpo-hero-section-s3 {
  position: relative;
  height: 900px;
  background: #f5f8fe;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-hero-section-s3 {
    height: auto;
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section-s3 {
    padding: 70px 0;
  }
}
.wpo-hero-section-s3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 60%;
  background: #f5f8fe;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
}
.wpo-hero-section-s3 .hero-right-content .hero-title span {
  color: #3860D2;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .wpo-hero-section-s3 .hero-right-content .hero-title span {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-section-s3 .hero-right-content .hero-title span {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-section-s3 .hero-right-content .hero-title span {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-section-s3 .hero-right-content .hero-title span {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
  margin: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 85px;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  padding-top: 20px;
}
@media (max-width: 1399px) {
  .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
    font-size: 70px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
    font-size: 55px;
    line-height: 60px;
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 span {
  color: #3860D2;
}
.wpo-hero-section-s3 .hero-right-content .hero-discription {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-hero-section-s3 .hero-right-content .hero-discription {
    padding-top: 10px;
  }
}
.wpo-hero-section-s3 .hero-right-content .hero-discription p {
  margin: 0;
  color: #032532;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}
@media (max-width: 575px) {
  .wpo-hero-section-s3 .hero-right-content .hero-discription p {
    font-size: 16px;
    line-height: 26.8px;
  }
}
.wpo-hero-section-s3 .hero-right-content .hero-btns {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .wpo-hero-section-s3 .hero-right-content .hero-btns {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section-s3 .hero-right-content .hero-btns {
    gap: 20px;
  }
}
.wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #FFF;
  background: #fff;
  animation: spineerb 2s infinite;
}
@media (max-width: 575px) {
  .wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn {
    width: 50px;
    height: 50px;
  }
}
.wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 575px) {
  .wpo-hero-section-s3 .hero-right-content .hero-btns .hero-btn-video .video-btn svg {
    width: 20px;
    height: 20px;
  }
}
.wpo-hero-section-s3 .hero-image .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 900px;
  width: 55%;
  z-index: -11;
  background: url(../images/hero/slide-3.jpg) no-repeat right center;
}
@media (max-width: 991px) {
  .wpo-hero-section-s3 .hero-image .image {
    display: none;
  }
}

/*--------------------------------------------------------------
4. footer-section
--------------------------------------------------------------*/
.footer-common,
.footer-section-s1 {
  position: relative;
  background: #dddddd;
  overflow: hidden;
  z-index: 1;
  padding-top: 0;
  background-color: #000;
}
@media (max-width: 991px) {
  .footer-common,
  .footer-section-s1 {
    padding-top: 0;
  }
}
.footer-common .footer,
.footer-section-s1 .footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-top: 1px dashed #2C2E34;
}
@media (max-width: 991px) {
  .footer-common .footer,
  .footer-section-s1 .footer {
    flex-wrap: wrap;
  }
}
.footer-common .item,
.footer-section-s1 .item {
  padding: 60px 0;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer-common .item,
  .footer-section-s1 .item {
    padding: 50px 0;
  }
}
@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;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .footer-common .item ul li,
  .footer-section-s1 .item ul li {
    font-size: 15px;
  }
}
.footer-common .item ul li a,
.footer-section-s1 .item ul li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-common .item ul li a:hover,
.footer-section-s1 .item ul li a:hover {
  color: #3860D2;
}
.footer-common .item ul li + li,
.footer-section-s1 .item ul li + li {
  padding-top: 15px;
}
.footer-common .item:first-child,
.footer-section-s1 .item:first-child {
  max-width: 550px;
  width: 100%;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .footer-common .item:first-child,
  .footer-section-s1 .item:first-child {
    max-width: 100%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-common .item:first-child,
  .footer-section-s1 .item:first-child {
    max-width: 100%;
    width: 100%;
  }
}
.footer-common .item:nth-child(2),
.footer-section-s1 .item:nth-child(2) {
  max-width: 240px;
  width: 100%;
  padding-left: 95px;
  border-left: 1px solid #2C2E34;
}
@media (max-width: 1399px) {
  .footer-common .item:nth-child(2),
  .footer-section-s1 .item:nth-child(2) {
    padding-left: 60px;
  }
}
@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:nth-child(3),
.footer-section-s1 .item:nth-child(3) {
  max-width: 180px;
  width: 100%;
  padding-left: 35px;
}
@media (max-width: 1399px) {
  .footer-common .item:nth-child(3),
  .footer-section-s1 .item:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .footer-common .item:nth-child(3),
  .footer-section-s1 .item:nth-child(3) {
    padding-left: 0;
    border-top: 0;
    padding-top: 0;
    max-width: 100%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-common .item:nth-child(3),
  .footer-section-s1 .item:nth-child(3) {
    width: 100%;
    padding-bottom: 30px;
  }
}
.footer-common .item:last-child,
.footer-section-s1 .item:last-child {
  max-width: 180px;
  width: 100%;
  padding-left: 0;
}
@media (max-width: 991px) {
  .footer-common .item:last-child,
  .footer-section-s1 .item:last-child {
    padding-left: 20px;
    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-left: 0;
    padding-bottom: 30px;
  }
}
.footer-common .title,
.footer-section-s1 .title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer-common .widget-newsletter h2,
.footer-section-s1 .widget-newsletter h2 {
  color: #FFF;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  max-width: 381px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .footer-common .widget-newsletter h2,
  .footer-section-s1 .widget-newsletter h2 {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .footer-common .widget-newsletter h2,
  .footer-section-s1 .widget-newsletter h2 {
    font-size: 27px;
  }
}
.footer-common .widget-newsletter .newsletter .form-fild,
.footer-section-s1 .widget-newsletter .newsletter .form-fild {
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  .footer-common .widget-newsletter .newsletter .form-fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild {
    gap: 5px;
  }
}
.footer-common .widget-newsletter .newsletter .form-fild .input-items,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items {
  max-width: 335px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-items,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items {
    max-width: 280px;
  }
}
.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  border: transparent;
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 14px 25px;
  width: 100%;
  z-index: 1;
  border: 1.2px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #F3F4F6;
}
@media (max-width: 1199px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-items .fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild {
    padding: 14px 17px;
  }
}
@media (max-width: 767px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-items .fild,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild {
    max-width: 280px;
    padding: 12px 17px;
  }
}
.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild:focus-visible,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild:focus-visible {
  outline: -webkit-focus-ring-color auto transparent;
  outline: 0;
}
.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild::-webkit-input-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild::-webkit-input-placeholder {
  color: #032532;
}
.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild::-moz-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild::-moz-placeholder {
  color: #032532;
}
.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild:-ms-input-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild:-ms-input-placeholder {
  color: #032532;
}
.footer-common .widget-newsletter .newsletter .form-fild .input-items .fild:-moz-placeholder,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-items .fild:-moz-placeholder {
  color: #032532;
}
.footer-common .widget-newsletter .newsletter .form-fild .input-btn,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn {
  max-width: 210px;
  width: 100%;
}
@media (max-width: 1199px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-btn,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn {
    max-width: 140px;
  }
}
@media (max-width: 425px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-btn,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn {
    max-width: 113px;
  }
}
.footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2 {
  padding: 17px 46px;
  padding-right: 68px;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2 {
    padding: 17px 20px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2::before,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2::before {
    right: 27px;
  }
}
.footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before,
.footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before {
  right: 45px;
}
@media (max-width: 1199px) {
  .footer-common .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before,
  .footer-section-s1 .widget-newsletter .newsletter .form-fild .input-btn .theme-btn-s2:hover::before {
    right: 24px;
  }
}
.footer-common .widget-newsletter .newsletter p,
.footer-section-s1 .widget-newsletter .newsletter p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding-top: 30px;
  max-width: 316px;
}
@media (max-width: 991px) {
  .footer-common .widget-newsletter .newsletter p,
  .footer-section-s1 .widget-newsletter .newsletter p {
    font-size: 14px;
    padding-top: 20px;
  }
}
.footer-common .widget-newsletter .newsletter p a,
.footer-section-s1 .widget-newsletter .newsletter p a {
  color: #3860D2;
  text-decoration: underline;
}

/* footer-section-s1 */
.footer-section-s1 .footer-topbar {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .footer-section-s1 .footer-topbar {
    padding: 25px 0;
  }
}
.footer-section-s1 .footer-topbar .wraper .marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.5rem 0;
}
@media (max-width: 1610px) {
  .footer-section-s1 .footer-topbar .wraper .marquee {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar .wraper {
    display: block;
    text-align: center;
  }
}
.footer-section-s1 .footer-topbar .booking-btn a {
  width: 180px;
  height: 180px;
  background: #3860D2;
  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: #036C5F;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar .booking-btn a {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .footer-section-s1 .footer-topbar .booking-btn a {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.footer-section-s1 .footer-topbar .booking-btn a small {
  display: block;
  max-width: 121px;
  color: #fff;
}
@media (max-width: 575px) {
  .footer-section-s1 .footer-topbar .booking-btn a small {
    max-width: 100px;
  }
}
.footer-section-s1 .footer-topbar:hover .booking-btn a {
  visibility: visible;
  opacity: 1;
}
.footer-section-s1 .footer-topbar .marquee-s2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.footer-section-s1 .footer-topbar .marquee-s2::before, .footer-section-s1 .footer-topbar .marquee-s2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.footer-section-s1 .footer-topbar .marquee-s2::before {
  left: 0;
  background: linear-gradient(to right, #000 0%, transparent 100%);
}
.footer-section-s1 .footer-topbar .marquee-s2::after {
  right: 0;
  background: linear-gradient(to left, #000 0%, transparent 100%);
}
.footer-section-s1 .footer-topbar h2 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .footer-section-s1 .footer-topbar h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .footer-section-s1 .footer-topbar h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.footer-section-s1 .footer-topbar h2 small {
  display: block;
  margin: 0 5px;
}
.footer-section-s1 .footer-lower .row {
  border-top: 1px solid #2C2E34;
  padding: 25px 0;
}
.footer-section-s1 .footer-lower p {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
@media (max-width: 991px) {
  .footer-section-s1 .footer-lower p {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer-section-s1 .footer-lower p {
    font-size: 15px;
  }
}
.footer-section-s1 .footer-lower p a {
  color: #D1D1D1;
  transition: all ease 0.4s;
}
.footer-section-s1 .footer-lower p a:hover {
  color: #3860D2;
}
.footer-section-s1 .widget-social {
  text-align: right;
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer-section-s1 .widget-social {
    text-align: center;
  }
}
.footer-section-s1 .widget-social li {
  display: inline;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .footer-section-s1 .widget-social li {
    margin: 0 5px;
  }
}
.footer-section-s1 .widget-social li:last-child {
  margin-right: 0;
}
.footer-section-s1 .widget-social li a {
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .footer-section-s1 .widget-social li a {
    font-size: 15px;
    line-height: 22px;
  }
}
.footer-section-s1 .widget-social li a:hover {
  color: #3860D2;
}

.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 wpo-about-section*/
.wpo-about-section {
  padding: 110px 0;
  padding-bottom: 230px;
}
@media (max-width: 991px) {
  .wpo-about-section {
    padding: 80px 0;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-title-left {
    text-align: center;
  }
}
.wpo-about-section .about-title-left span {
  color: #3860D2;
  font-size: 24px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .wpo-about-section .about-title-left span {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .about-title-left span {
    font-size: 20px;
    line-height: 35px;
  }
}
.wpo-about-section .about-title-left span i {
  line-height: unset;
  margin-right: 10px;
  position: relative;
  top: -2px;
  max-width: 35px;
}
.wpo-about-section .about-title-right {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-title-right {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .about-title-right {
    margin-bottom: 30px;
  }
}
.wpo-about-section .about-title-right h2 {
  color: #0E152B;
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: -1.1px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-title-right h2 {
    font-size: 43px;
    line-height: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-title-right h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-title-right h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section .about-title-right h2 {
    font-size: 23px;
    line-height: 33px;
  }
}
.wpo-about-section .about-title-right h2 span {
  font-size: 55px;
  font-weight: 300;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-title-right h2 span {
    font-size: 43px;
    line-height: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-title-right h2 span {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-title-right h2 span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section .about-title-right h2 span {
    font-size: 25px;
    line-height: 35px;
  }
}
.wpo-about-section .about-max .about-wrap {
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wpo-about-section .about-max .about-wrap {
    flex-wrap: wrap;
  }
}
.wpo-about-section .about-max .about-wrap .about-items {
  max-width: 571px;
  width: 100%;
  border-radius: 41px;
  text-align: center;
  padding: 80px 116px 65px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-max .about-wrap .about-items {
    padding: 40px 70px 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-max .about-wrap .about-items {
    padding: 25px 40px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-max .about-wrap .about-items {
    padding: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 429px) {
  .wpo-about-section .about-max .about-wrap .about-items {
    padding: 40px 10px;
  }
}
.wpo-about-section .about-max .about-wrap .about-items .items-image img {
  border-radius: 41px;
}
.wpo-about-section .about-max .about-wrap .about-items .about-text {
  padding-top: 45px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text {
    padding-top: 20px;
  }
}
.wpo-about-section .about-max .about-wrap .about-items .about-text h3 {
  margin: 0;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 35px;
  text-transform: capitalize;
  padding-bottom: 60px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text h3 {
    padding-bottom: 40px;
    font-size: 45px;
    line-height: 33px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text h3 {
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text h3 {
    font-size: 35px;
    line-height: 27px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text h3 {
    padding-bottom: 25px;
  }
}
@media (max-width: 429px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text h3 {
    font-size: 29px;
  }
}
.wpo-about-section .about-max .about-wrap .about-items .about-text ul li + li {
  margin-top: 17px;
}
.wpo-about-section .about-max .about-wrap .about-items .about-text 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-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  padding: 7px 25px;
  padding-left: 49px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text ul li span {
    font-size: 15px;
  }
}
@media (max-width: 429px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text ul li span {
    font-size: 13px;
    padding: 6px 17px;
    padding-left: 40px;
  }
}
.wpo-about-section .about-max .about-wrap .about-items .about-text 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;
}
@media (max-width: 429px) {
  .wpo-about-section .about-max .about-wrap .about-items .about-text ul li span:before {
    width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
  }
}
.wpo-about-section .about-max .about-wrap .about-items .about-text ul li:hover span:before, .wpo-about-section .about-max .about-wrap .about-items .about-text ul li.active span:before {
  background: #3860D2;
  color: #fff;
}
.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
  background: #3860D2;
  transform: rotate(-10.459deg);
  position: relative;
  left: 30px;
  top: 14px;
  padding: 80px 70px 65px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
    padding: 40px 70px 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
    padding: 25px 40px 30px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
    transform: none;
    top: 0;
    padding: 40px;
  }
}
@media (max-width: 429px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
    transform: none;
    top: 0;
    padding: 40px 10px;
  }
}
.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text h3 {
  color: #fff;
}
.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text ul li span {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text ul li span:before {
  color: #000;
}
.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text li:hover span:before {
  background: #3860D2;
  color: #fff;
}
.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.62);
  -webkit-backdrop-filter: blur(51.5px);
          backdrop-filter: blur(51.5px);
  position: relative;
  margin-left: -190px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
    margin-left: -210px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
    margin-left: -260px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
    margin-left: 0;
    background-color: rgba(233, 233, 233, 0.62);
  }
}
.wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
  padding: 0;
  transform: rotate(10.847deg);
  position: relative;
  z-index: -1;
  top: 14px;
  margin-left: -226px;
}
@media (max-width: 1430px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
    right: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
    right: 0;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
    transform: none;
    top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}


/*3.4 wpo-service-section*/
.wpo-service-section {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 190px;
  background: #061D61;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}
@media (max-width: 991px) {
  .wpo-service-section {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section {
    padding: 60px 0;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section {
    padding-bottom: 100px;
  }
}
.wpo-service-section .wpo-section-title span {
  color: white;
}
.wpo-service-section .wpo-section-title h2 {
  color: white;
}
.wpo-service-section .wpo-section-title p {
  color: white;
}
.wpo-service-section .service-wrap {
  display: flex;
  overflow: hidden;
  height: 540px;
  gap: 20px;
}
@media (max-width: 991px) {
  .wpo-service-section .service-wrap {
    flex-direction: column;
    height: 650px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-wrap {
    flex-direction: column;
    height: 500px;
    gap: 10px;
  }
}
.wpo-service-section .service-wrap .service-items {
  overflow: hidden;
  flex: 1;
  color: #0b1f4b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  writing-mode: vertical-rl;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #FFF;
}
@media (max-width: 991px) {
  .wpo-service-section .service-wrap .service-items {
    writing-mode: horizontal-tb;
  }
}
.wpo-service-section .service-wrap .service-items .service-default .service-bg {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 11;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .wpo-service-section .service-wrap .service-items .service-default .service-bg {
    writing-mode: horizontal-tb;
    transform: rotate(0);
  }
}
.wpo-service-section .service-wrap .service-items .service-default .service-bg h3 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 63px;
  text-transform: capitalize;
  padding-top: 7px;
}
@media (max-width: 1199px) {
  .wpo-service-section .service-wrap .service-items .service-default .service-bg h3 {
    font-size: 25px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-wrap .service-items .service-default .service-bg h3 {
    font-size: 16px;
    line-height: 40px;
  }
}
.wpo-service-section .service-wrap .service-items .service-default .service-bg img {
  transform: rotate(89.445deg);
}
@media (max-width: 1199px) {
  .wpo-service-section .service-wrap .service-items .service-default .service-bg img {
    width: 100%;
    max-width: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section .service-wrap .service-items .service-default .service-bg img {
    transform: rotate(0);
    max-width: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-wrap .service-items .service-default .service-bg img {
    max-width: 40px;
  }
}
.wpo-service-section .service-wrap .service-items .service-expanded {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.wpo-service-section .service-wrap .service-items .service-expanded .service-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wpo-service-section .service-wrap .service-items .service-expanded .service-content {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 40px;
  width: 400px;
}
@media (max-width: 1399px) {
  .wpo-service-section .service-wrap .service-items .service-expanded .service-content {
    left: 15px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section .service-wrap .service-items .service-expanded .service-content {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section .service-wrap .service-items .service-expanded .service-content {
    bottom: 20px;
    width: 100%;
  }
}
.wpo-service-section .service-wrap .service-items .service-expanded .service-content h4 {
  margin: 0;
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  line-height: 63px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wpo-service-section .service-wrap .service-items .service-expanded .service-content h4 {
    font-size: 25px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-wrap .service-items .service-expanded .service-content h4 {
    font-size: 20px;
    line-height: 40px;
  }
}
.wpo-service-section .service-wrap .service-items .service-expanded .service-content h4 a {
  color: #FFF;
}
.wpo-service-section .service-wrap .service-items .service-expanded .service-content p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  max-width: 394px;
}
@media (max-width: 575px) {
  .wpo-service-section .service-wrap .service-items .service-expanded .service-content p {
    font-size: 15px;
    line-height: 20.8px;
    max-width: 263px;
  }
}
.wpo-service-section .service-wrap .service-items .service-expanded .service-content .arrow {
  position: relative;
  top: 0;
  bottom: auto;
  right: 0;
}
.wpo-service-section .service-wrap .active {
  flex: 3;
  writing-mode: horizontal-tb;
  padding: 20px;
  border: 0;
  border-radius: 30px;
}
.wpo-service-section .service-wrap .active::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.55%, rgba(0, 0, 0, 0) 37.62%, rgba(20, 35, 77, 0.37) 47.76%, rgba(31, 53, 116, 0.55) 60.64%, #3860D2 71.95%);
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-service-section .service-wrap .active::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.55%, rgba(0, 0, 0, 0) 30.62%, rgba(20, 35, 77, 0.37) 40.76%, rgba(31, 53, 116, 0.55) 50.64%, #3860D2 67.95%);
  }
}
.wpo-service-section .service-wrap .service-items.active .service-default {
  display: none;
}
.wpo-service-section .service-items.active .service-expanded {
  display: flex;
}
.wpo-service-section .shape {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.wpo-service-section .shape svg {
  width: 481px;
  height: 121px;
}
@media (max-width: 767px) {
  .wpo-service-section .shape svg {
    height: 90px;
  }
}
.wpo-service-section .service-btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .wpo-service-section .service-btn {
    bottom: -30px;
  }
}
@media (max-width: 500px) {
  .wpo-service-section .service-btn {
    max-width: 300px;
    width: 100%;
    text-align: center;
  }
}
.wpo-service-section .box {
  position: absolute;
  background-color: #fff;
  width: 105px;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-service-section .box {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .box {
    display: none;
  }
}
.wpo-service-section .box-2 {
  position: absolute;
  background-color: #00CC83;
  width: 105px;
  height: 100px;
  bottom: 100px;
  left: 105px;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-service-section .box-2 {
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .box-2 {
    display: none;
  }
}

/*3.5 wpo-feature-section*/
@media (max-width: 425px) {
  .wpo-feature-section .wpo-section-title h2 {
    font-size: 30px;
  }
}
@media (min-width: 991px) {
  .wpo-feature-section .owl-item:nth-child(even) .feature-items {
    transform: translateY(0);
    animation: margin 10s linear infinite;
  }
}
@media (min-width: 991px) {
  .wpo-feature-section .owl-item:nth-child(odd) .feature-items {
    transform: translateY(0);
    animation: marginOdd 10s linear infinite;
  }
}
.wpo-feature-section .owl-stage-outer {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .wpo-feature-section .owl-stage-outer {
    padding-top: 0;
  }
}
.wpo-feature-section .feature-max {
  max-width: 1815px;
  margin: 0 auto;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items {
  text-align: center;
  border-radius: 6px;
  border: 1px solid #EBEBEE;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 33px 19px 45px;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items .icon {
  border-radius: 50%;
  width: 165px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(56, 96, 210, 0.06);
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .wpo-feature-section .feature-max .feature-wrap .feature-items .icon {
    width: 140px;
    height: 140px;
  }
}
.wpo-feature-section .feature-max .feature-wrap .feature-items .icon img {
  max-width: 90px;
  width: 100%;
}
@media (max-width: 1399px) {
  .wpo-feature-section .feature-max .feature-wrap .feature-items .icon img {
    max-width: 70px;
  }
}
.wpo-feature-section .feature-max .feature-wrap .feature-items .text {
  padding: 20px 0;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin: 0 auto;
  max-width: 240px;
}
@media (max-width: 1826px) {
  .wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 {
    font-size: 18px;
    max-width: 190px;
  }
}
@media (max-width: 500px) {
  .wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 {
    font-size: 20px;
    max-width: 225px;
  }
}
.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 a {
  color: #0E152B;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items .arrow-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #000;
  border-radius: 50%;
  margin: 0 auto;
  transition: all ease-in-out 0.3s;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items .icon-hover {
  display: none;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items:hover .icon-active {
  display: none;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items:hover .icon-hover {
  display: block;
}
.wpo-feature-section .feature-max .feature-wrap .feature-items:hover .arrow-icon {
  background-color: #3860D2;
  border: 1px dashed #3860D2;
}
.wpo-feature-section .feature-max .feature-wrap .owl-nav {
  display: none;
}


/*3.7 wpo-odometer-section*/
.wpo-odometer-section,
.wpo-odometer-section-s2 {
  padding: 120px 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-odometer-section,
  .wpo-odometer-section-s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-odometer-section,
  .wpo-odometer-section-s2 {
    padding-top: 60px;
  }
}
.wpo-odometer-section .odometer-title,
.wpo-odometer-section-s2 .odometer-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .wpo-odometer-section .odometer-title,
  .wpo-odometer-section-s2 .odometer-title {
    margin-bottom: 30px;
  }
}
.wpo-odometer-section .odometer-title h2,
.wpo-odometer-section-s2 .odometer-title h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 37px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .wpo-odometer-section .odometer-title h2,
  .wpo-odometer-section-s2 .odometer-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-odometer-section .odometer-content,
.wpo-odometer-section-s2 .odometer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-odometer-section .odometer-content,
  .wpo-odometer-section-s2 .odometer-content {
    flex-wrap: wrap;
  }
}
.wpo-odometer-section .odometer-content .odometer-items,
.wpo-odometer-section-s2 .odometer-content .odometer-items {
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .wpo-odometer-section .odometer-content .odometer-items,
  .wpo-odometer-section-s2 .odometer-content .odometer-items {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .wpo-odometer-section .odometer-content .odometer-items,
  .wpo-odometer-section-s2 .odometer-content .odometer-items {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.wpo-odometer-section .odometer-content .odometer-items h2,
.wpo-odometer-section-s2 .odometer-content .odometer-items h2 {
  margin: 0;
  color: rgba(0, 0, 0, 0.08);
  font-size: 89px;
  font-weight: 500;
  line-height: 82%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .wpo-odometer-section .odometer-content .odometer-items h2,
  .wpo-odometer-section-s2 .odometer-content .odometer-items h2 {
    font-size: 75px;
  }
}
.wpo-odometer-section .odometer-content .odometer-items h2 .small,
.wpo-odometer-section-s2 .odometer-content .odometer-items h2 .small {
  font-size: 89px;
  font-weight: 500;
  line-height: 82%;
  position: relative;
  top: 6px;
}
@media (max-width: 575px) {
  .wpo-odometer-section .odometer-content .odometer-items h2 .small,
  .wpo-odometer-section-s2 .odometer-content .odometer-items h2 .small {
    font-size: 75px;
    top: 5px;
  }
}
.wpo-odometer-section .odometer-content .odometer-items h3,
.wpo-odometer-section-s2 .odometer-content .odometer-items h3 {
  margin: 0;
  text-align: center;
  color: #010101;
  font-size: 20px;
  text-transform: lowercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .wpo-odometer-section .odometer-content .odometer-items h3,
  .wpo-odometer-section-s2 .odometer-content .odometer-items h3 {
    font-size: 18px;
  }
}

/* 3.8 wpo-project-section*/
.wpo-project-section {
  padding: 170px 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-project-section {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section {
    padding-top: 50px;
  }
}
.wpo-project-section .title-btn-right {
  text-align: right;
}
@media (max-width: 991px) {
  .wpo-project-section .title-btn-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wpo-project-section .project-slider {
  position: relative;
}
.wpo-project-section .project-slider .owl-stage {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 200px;
}
@media (max-width: 1199px) {
  .wpo-project-section .project-slider .owl-stage {
    margin-left: 2px;
  }
}
.wpo-project-section .project-slider .owl-item {
  max-width: 510px;
}
.wpo-project-section .project-slider .owl-nav {
  display: none;
}
.wpo-project-section .project-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-project-section .project-slider .owl-dots {
    display: none;
  }
}
.wpo-project-section .project-slider .owl-dots button {
  margin: 5px;
  border: 1px solid #3860D2;
  width: 10px;
  height: 14px;
  border-radius: 100px;
}
.wpo-project-section .project-slider .owl-dots button.active {
  background: #3860D2;
}
.wpo-project-section .project-wrapper {
  max-width: 1830px;
  margin: 0 auto;
}
.wpo-project-section .project-wrapper .project-card {
  position: relative;
  z-index: 1;
}
.wpo-project-section .project-wrapper .project-card .image img {
  border-radius: 16px;
  max-width: 510px;
  width: 100%;
}
.wpo-project-section .project-wrapper .project-card .image .content {
  width: 100%;
  max-width: 395px;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.13);
  padding: 40px 33px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(51.5px);
          backdrop-filter: blur(51.5px);
}
@media (max-width: 1399px) {
  .wpo-project-section .project-wrapper .project-card .image .content {
    max-width: 340px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section .project-wrapper .project-card .image .content {
    max-width: 240px;
    padding: 15px;
  }
}
.wpo-project-section .project-wrapper .project-card .image .content h2 {
  margin-bottom: 0;
  max-width: 185px;
  font-family: "Parkinsans";
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.84px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .wpo-project-section .project-wrapper .project-card .image .content h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section .project-wrapper .project-card .image .content h2 {
    font-size: 18px;
    max-width: 140px;
  }
}
.wpo-project-section .project-wrapper .project-card .image .content h2 a {
  color: #0E152B;
  transition: all ease-in 0.4s;
}
.wpo-project-section .project-wrapper .project-card .image .content h2 a:hover {
  color: #3860D2;
}
.wpo-project-section .project-wrapper .project-card .image .content .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3860D2;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 1399px) {
  .wpo-project-section .project-wrapper .project-card .image .content .icon {
    top: 22px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section .project-wrapper .project-card .image .content .icon {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.wpo-project-section .project-wrapper .project-card .image .content .icon a img {
  max-width: 20px;
  width: 100%;
}
.wpo-project-section .project-wrapper .project-card .image:hover .content {
  visibility: visible;
  opacity: 1;
}

/* 3.9 wpo-history-section*/
.wpo-history-section,
.wpo-history-section-s2 {
  position: relative;
  z-index: 1;
}
.wpo-history-section::before,
.wpo-history-section-s2::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(246, 247, 251, 0) 0%, #F4F6FF 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 425px) {
  .wpo-history-section .wpo-section-title span,
  .wpo-history-section-s2 .wpo-section-title span {
    font-size: 19px;
    line-height: 36px;
  }
}
@media (max-width: 425px) {
  .wpo-history-section .wpo-section-title h2,
  .wpo-history-section-s2 .wpo-section-title h2 {
    font-size: 29px;
  }
}
.wpo-history-section .history-item,
.wpo-history-section-s2 .history-item {
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-history-section .history-item,
  .wpo-history-section-s2 .history-item {
    margin-bottom: 40px;
  }
}
.wpo-history-section .history-item h2,
.wpo-history-section-s2 .history-item h2 {
  margin: 0;
  color: #3860D2;
  font-size: 180px;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  line-height: 170px;
}
@media (max-width: 1199px) {
  .wpo-history-section .history-item h2,
  .wpo-history-section-s2 .history-item h2 {
    font-size: 155px;
    line-height: 140px;
  }
}
@media (max-width: 991px) {
  .wpo-history-section .history-item h2,
  .wpo-history-section-s2 .history-item h2 {
    font-size: 120px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .wpo-history-section .history-item h2,
  .wpo-history-section-s2 .history-item h2 {
    font-size: 95px;
    line-height: 90px;
  }
}
@media (max-width: 425px) {
  .wpo-history-section .history-item h2,
  .wpo-history-section-s2 .history-item h2 {
    font-size: 80px;
    line-height: 85px;
  }
}
.wpo-history-section .history-item .text,
.wpo-history-section-s2 .history-item .text {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-history-section .history-item .text,
  .wpo-history-section-s2 .history-item .text {
    padding-top: 0;
  }
}
.wpo-history-section .history-item .text h3,
.wpo-history-section-s2 .history-item .text h3 {
  margin: 0;
  color: #032532;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
}
@media (max-width: 1399px) {
  .wpo-history-section .history-item .text h3,
  .wpo-history-section-s2 .history-item .text h3 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .wpo-history-section .history-item .text h3,
  .wpo-history-section-s2 .history-item .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-history-section .history-item .text h3,
  .wpo-history-section-s2 .history-item .text h3 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wpo-history-section .history-item .text h3,
  .wpo-history-section-s2 .history-item .text h3 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .wpo-history-section .col:last-child .history-item,
  .wpo-history-section-s2 .col:last-child .history-item {
    margin-bottom: 0;
  }
}

/* 3.10 wpo-faq-section*/
.wpo-faq-section {
  padding: 170px 0;
  padding-bottom: 140px;
  border-radius: 33px;
  background: #122354;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-faq-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section {
    padding: 60px 0;
  }
}
.wpo-faq-section .wpo-section-title-s2 span {
  color: #fff;
}
.wpo-faq-section .wpo-section-title-s2 h2 {
  color: #fff;
}
.wpo-faq-section .wpo-section-title-s2 p {
  max-width: 466px;
  color: #fff;
}
@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: 0;
  border-top: 1px solid rgba(243, 243, 243, 0.1);
  padding: 5px 20px;
  background-color: transparent;
  padding-left: 0;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item {
    padding: 0 10px;
  }
}
.wpo-faq-section .accordion-item:last-child {
  margin-bottom: 0;
}
.wpo-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}
@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: #fff;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-faq-section .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.wpo-faq-section .accordion-item button {
  padding: 25px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Parkinsans";
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.42px;
}
@media (max-width: 1399px) {
  .wpo-faq-section .accordion-item button {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-faq-section .accordion-item button {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item button {
    line-height: 25px;
    padding: 12px 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: #fff;
}
.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;
}
.wpo-faq-section .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #3860D2;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-faq-section .shape-1 {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section .shape-1 {
    width: 30px;
    height: 30px;
  }
}
.wpo-faq-section .shape-2 {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: 100px;
  height: 100px;
  background: #FFF;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-faq-section .shape-2 {
    width: 40px;
    height: 40px;
    left: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section .shape-2 {
    width: 30px;
    height: 30px;
    left: 60px;
  }
}
.wpo-faq-section .shape-3 {
  position: absolute;
  bottom: 100px;
  left: 100px;
  width: 100px;
  height: 100px;
  background-color: #E7FCAF;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-faq-section .shape-3 {
    width: 40px;
    height: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section .shape-3 {
    width: 30px;
    height: 30px;
    bottom: 30px;
    left: 30px;
  }
}


/* 3.12 text-marquee*/
.text-marquee {
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.29);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.29);
}
@media (max-width: 991px) {
  .text-marquee {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .text-marquee {
    padding: 20px 0;
  }
}
.text-marquee .wraper .marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.5rem 0;
}
@media (max-width: 1610px) {
  .text-marquee .wraper .marquee {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .text-marquee .wraper {
    display: block;
    text-align: center;
  }
}
.text-marquee .booking-btn a {
  width: 180px;
  height: 180px;
  background: #3860D2;
  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: #036C5F;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .text-marquee .booking-btn a {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .text-marquee .booking-btn a {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.text-marquee .booking-btn a small {
  display: block;
  max-width: 121px;
  color: #fff;
}
@media (max-width: 575px) {
  .text-marquee .booking-btn a small {
    max-width: 100px;
  }
}
.text-marquee:hover .booking-btn a {
  visibility: visible;
  opacity: 1;
}
.text-marquee .marquee-s2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.text-marquee .marquee-s2::before, .text-marquee .marquee-s2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.text-marquee .marquee-s2::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.text-marquee .marquee-s2::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.text-marquee h2 {
  text-align: center;
  color: #000;
  font-size: 100px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .text-marquee h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .text-marquee h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.text-marquee h2 small {
  display: block;
  margin: 0 5px;
}

/*5.13 wpo-testimonial-section*/
.wpo-testimonial-section {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section {
    padding: 60px 0;
  }
}
.wpo-testimonial-section .testimonial-wrap {
  background: transparent;
  box-shadow: 0px 4px 31px 0px transparent;
  padding: 0 70px 52px 70px;
  display: flex;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-wrap {
    display: block;
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .content {
    padding-bottom: 50px;
  }
}
.wpo-testimonial-section .content p {
  color: #222;
  font-size: 30px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.9px;
  margin-bottom: 40px;
  max-width: 725px;
}
@media (max-width: 1399px) {
  .wpo-testimonial-section .content p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .content p {
    font-size: 25px;
    line-height: 30px;
  }
}
.wpo-testimonial-section .content .client-name {
  border-top: 1px solid rgba(24, 24, 94, 0.1);
  padding-top: 50px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .content .client-name {
    padding-top: 30px;
  }
}
.wpo-testimonial-section .content .client-name h4 {
  margin: 0;
  display: inline;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.66px;
}
.wpo-testimonial-section .content .client-name span {
  display: inline;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}
.wpo-testimonial-section .slick-list {
  overflow: visible;
}
.wpo-testimonial-section .image {
  width: 428px;
  display: inline-block;
}
@media (max-width: 767px) {
  .wpo-testimonial-section .image {
    width: 100%;
  }
}
.wpo-testimonial-section .image .item {
  position: relative;
}
.wpo-testimonial-section .image .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-testimonial-section .image .feedback {
  text-align: center;
  color: #3860D2;
  position: absolute;
  right: 136px;
  top: -27px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .image .feedback {
    right: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .image .feedback {
    display: none;
  }
}
.wpo-testimonial-section .image .feedback i {
  font-size: 45px;
  color: #3860D2;
}
.wpo-testimonial-section .image .item ul {
  border-radius: 22px;
  background: #FFF;
  width: 189px;
  text-align: center;
  position: absolute;
  left: 35%;
  bottom: -80px;
  transform: translateX(-50%);
  border-radius: 22.5px;
  border: 1px solid #E1E1E1;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .image .item ul {
    left: 45%;
  }
}
@media (max-width: 449px) {
  .wpo-testimonial-section .image .item ul {
    left: 50%;
    bottom: -75px;
  }
}
.wpo-testimonial-section .image .item ul::before {
  position: absolute;
  content: "";
  left: 43%;
  top: -17px;
  width: 25px;
  height: 22px;
  background: #fff;
  z-index: -1;
  background: url(../images/testimonial/shape.svg);
}
.wpo-testimonial-section .image .item ul li {
  display: inline-block;
}
.wpo-testimonial-section .image .item ul li i {
  font-size: 16px;
  color: #FF8C22;
  padding: 9px 3px;
  display: block;
}
.wpo-testimonial-section .image .item img {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background: #D9D9D9;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .image .item img {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .image {
    width: 340px;
  }
}
.wpo-testimonial-section .content-wrap {
  width: calc(100% - 460px);
  padding-left: 0;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .content-wrap {
    width: calc(100% - 340px);
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .content-wrap {
    width: 100%;
    display: block;
    margin-top: 100px;
  }
}
.wpo-testimonial-section .slick-arrow {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -30px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .slick-arrow {
    bottom: -45px;
  }
}
.wpo-testimonial-section .slick-arrow.slick-prev, .wpo-testimonial-section .slick-arrow.slick-next {
  right: 80px;
}
.wpo-testimonial-section .slick-arrow.slick-prev::after, .wpo-testimonial-section .slick-arrow.slick-next::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f10c";
  font-family: flaticon_fixaroo;
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.wpo-testimonial-section .slick-arrow.slick-prev::before, .wpo-testimonial-section .slick-arrow.slick-next::before {
  display: none;
}
.wpo-testimonial-section .slick-arrow.slick-next {
  right: 0;
}
.wpo-testimonial-section .slick-arrow.slick-next::after {
  content: "\f10d";
}
.wpo-testimonial-section .slick-arrow.slick-next::before {
  display: none;
}
.wpo-testimonial-section .slick-arrow:hover {
  background: #3860D2;
}
.wpo-testimonial-section .slick-arrow:hover::after {
  color: #fff;
}

/*3.14 wpo-cta-section*/
.wpo-cta-section {
  background: url(../images/cta.jpg) no-repeat right;
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 150px;
  margin: 0 40px;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .wpo-cta-section {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section {
    padding: 60px 0;
    margin: 0;
  }
}
.wpo-cta-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(258deg, rgba(239, 239, 240, 0) 36.38%, rgba(239, 239, 240, 0.31) 41.51%, rgba(239, 239, 240, 0.56) 45.53%, #EFEFF0 51.07%, #EFEFF0 60.52%, #EFEFF0 71.12%, #EFEFF0 94.37%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
}
.wpo-cta-section .cta-content {
  position: relative;
  z-index: 1;
  padding-left: 215px;
}
@media (max-width: 1199px) {
  .wpo-cta-section .cta-content {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content {
    padding-left: 0;
    text-align: center;
  }
}
.wpo-cta-section .cta-content .cta-title span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-content .cta-title span {
    font-size: 17px;
    line-height: 25px;
  }
}
.wpo-cta-section .cta-content .cta-sub-title h2 {
  margin: 0;
  color: #000;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 50px;
    line-height: 55px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 29px;
    line-height: 40px;
  }
}
.wpo-cta-section .cta-content .cta-sub-title h2 span {
  font-weight: 300;
  font-size: 60px;
}
@media (max-width: 767px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 span {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 span {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 span {
    font-size: 29px;
    line-height: 40px;
  }
}
.wpo-cta-section .cta-content .cta-btns {
  display: flex;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content .cta-btns {
    justify-content: center;
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-section .cta-content .cta-btns {
    display: block;
  }
}
@media (max-width: 767px) {
  .wpo-cta-section .cta-content .cta-btns .theme-btn-s2 {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content .cta-btns .theme-btn-s2::before {
    top: 50%;
  }
}
@media (max-width: 418px) {
  .wpo-cta-section .cta-content .cta-btns .theme-btn-s2::before {
    top: 52%;
  }
}
.wpo-cta-section .cta-content .cta-content-shape {
  position: absolute;
  top: -53px;
  left: 170px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-cta-section .cta-content .cta-content-shape {
    left: 55px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-content .cta-content-shape {
    display: none;
  }
}
.wpo-cta-section .booking-btn a {
  width: 245px;
  height: 245px;
  background: #3860D2;
  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;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .wpo-cta-section .booking-btn a {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .booking-btn a {
    width: 150px;
    height: 150px;
    font-size: 16px;
  }
}
.wpo-cta-section .booking-btn a i {
  display: block;
  margin-bottom: 5px;
}
.wpo-cta-section .booking-btn a small {
  display: block;
  max-width: 150px;
}
.wpo-cta-section:hover .booking-btn a {
  visibility: visible;
  opacity: 1;
}

/*3.15 wpo-blog-section*/
@media (max-width: 991px) {
  .wpo-blog-section.section-padding {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section.section-padding {
    padding: 60px 0;
    padding-bottom: 30px;
  }
}
.wpo-blog-section .title-btn-right {
  text-align: right;
}
@media (max-width: 991px) {
  .wpo-blog-section .title-btn-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card {
    margin-bottom: 30px;
  }
}
.wpo-blog-section .blog-card .blog-image {
  position: relative;
  overflow: hidden;
  transform: scale(1);
}
.wpo-blog-section .blog-card .blog-image img {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section .blog-card .blog-image::before {
  position: absolute;
  top: 0;
  left: -79%;
  z-index: 2;
  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(-30deg);
}
.wpo-blog-section .blog-card .blog-image:hover img {
  transform: scale(1.1);
}
.wpo-blog-section .blog-card .blog-image:hover::before {
  animation: shine 0.95s;
}
.wpo-blog-section .blog-card .blog-text {
  padding-top: 35px;
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-text {
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text {
    padding-top: 10px;
  }
}
.wpo-blog-section .blog-card .blog-text h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  max-width: 505px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-text h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 376px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text h2 {
    font-size: 17px;
    line-height: 22px;
  }
}
.wpo-blog-section .blog-card .blog-text h2 a {
  color: #043460;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section .blog-card .blog-text h2 a:hover {
  color: #4d60bd;
}
.wpo-blog-section .blog-card .blog-text h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 34px;
  max-width: 603px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-text h3 {
    font-size: 30px;
    line-height: 30px;
    max-width: 510px;
  }
}
@media (max-width: 574px) {
  .wpo-blog-section .blog-card .blog-text h3 {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text h3 {
    font-size: 17px;
    line-height: 23px;
  }
}
.wpo-blog-section .blog-card .blog-text h3 a {
  color: #043460;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section .blog-card .blog-text h3 a:hover {
  color: #4d60bd;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom {
  padding-top: 20px;
}
@media (max-width: 425px) {
  .wpo-blog-section .blog-card .blog-text .blog-bottom {
    padding-top: 10px;
  }
}
.wpo-blog-section .blog-card .blog-text .blog-bottom .more-btn {
  position: relative;
  color: #095091;
  text-decoration: underline;
  transition: all ease 0.4s;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom .ti {
  position: relative;
  top: 3px;
  color: #095091;
  transition: all ease 0.4s;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom:hover .more-btn {
  color: #4d60bd;
}
.wpo-blog-section .blog-card .blog-text .blog-bottom:hover .ti {
  color: #4d60bd;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 wpo-about-section-s2*/
.wpo-about-section-s2,
.wpo-about-section-s3 {
  padding: 120px 0;
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 757px) {
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding: 60px 0;
  }
}
.wpo-about-section-s2 .wpo-section-title-s2,
.wpo-about-section-s3 .wpo-section-title-s2 {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-section-title-s2,
  .wpo-about-section-s3 .wpo-section-title-s2 {
    margin-bottom: 30px;
  }
}
.wpo-about-section-s2 .wpo-section-title-s2 span,
.wpo-about-section-s3 .wpo-section-title-s2 span {
  color: #3860D2;
}
.wpo-about-section-s2 .wpo-section-title-s2 h3,
.wpo-about-section-s3 .wpo-section-title-s2 h3 {
  margin: 0;
  font-size: 20px;
  max-width: 750px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-section-title-s2 h3,
  .wpo-about-section-s3 .wpo-section-title-s2 h3 {
    padding-top: 10px;
  }
}
.wpo-about-section-s2 .about-left .about-image,
.wpo-about-section-s3 .about-left .about-image {
  position: relative;
}
.wpo-about-section-s2 .about-left .about-image .about-list,
.wpo-about-section-s3 .about-left .about-image .about-list {
  position: absolute;
  bottom: -82px;
  right: -40px;
  border: 1px solid #E4E4E4;
  padding: 45px 28px 55px;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.62);
  -webkit-backdrop-filter: blur(51.5px);
          backdrop-filter: blur(51.5px);
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-left .about-image .about-list,
  .wpo-about-section-s3 .about-left .about-image .about-list {
    right: -10px;
    bottom: -130px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-left .about-image .about-list,
  .wpo-about-section-s3 .about-left .about-image .about-list {
    position: unset;
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-left .about-image .about-list,
  .wpo-about-section-s3 .about-left .about-image .about-list {
    padding: 30px 10px 30px;
  }
}
.wpo-about-section-s2 .about-left .about-image .about-list .icon img,
.wpo-about-section-s3 .about-left .about-image .about-list .icon img {
  max-width: 66px;
  width: 100%;
}
.wpo-about-section-s2 .about-left .about-image .about-list .about-text,
.wpo-about-section-s3 .about-left .about-image .about-list .about-text {
  padding-left: 10px;
}
.wpo-about-section-s2 .about-left .about-image .about-list .about-text h3,
.wpo-about-section-s3 .about-left .about-image .about-list .about-text h3 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
  text-transform: capitalize;
  padding-bottom: 15px;
  padding-top: 10px;
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-left .about-image .about-list .about-text h3,
  .wpo-about-section-s3 .about-left .about-image .about-list .about-text h3 {
    font-size: 34px;
    line-height: 35px;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.wpo-about-section-s2 .about-left .about-image .about-list ul li,
.wpo-about-section-s3 .about-left .about-image .about-list ul li {
  margin-top: 10px;
}
.wpo-about-section-s2 .about-left .about-image .about-list ul li span,
.wpo-about-section-s3 .about-left .about-image .about-list ul li span {
  box-shadow: none;
  background-color: transparent;
}
.wpo-about-section-s2 .about-right,
.wpo-about-section-s3 .about-right {
  padding-top: 50px;
  padding-left: 75px;
}
@media (max-width: 1450px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
}
.wpo-about-section-s2 .about-right .about-title-right h2,
.wpo-about-section-s3 .about-right .about-title-right h2 {
  margin: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1.1px;
  max-width: 535px;
}
@media (max-width: 1450px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    font-size: 47px;
    line-height: 60px;
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    font-size: 40px;
    line-height: 55px;
    max-width: 399px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-right .about-title-right h2,
  .wpo-about-section-s3 .about-right .about-title-right h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.wpo-about-section-s2 .about-right .about-title-right p,
.wpo-about-section-s3 .about-right .about-title-right p {
  margin: 0;
  color: #032532;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  max-width: 480px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right .about-title-right p,
  .wpo-about-section-s3 .about-right .about-title-right p {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-right .about-title-right p,
  .wpo-about-section-s3 .about-right .about-title-right p {
    padding-top: 10px;
    font-size: 17px;
    line-height: 26.8px;
  }
}
.wpo-about-section-s2 .about-right .about-list .about-text,
.wpo-about-section-s3 .about-right .about-list .about-text {
  padding-top: 30px;
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-right .about-list .about-text,
  .wpo-about-section-s3 .about-right .about-list .about-text {
    padding-top: 15px;
  }
}
.wpo-about-section-s2 .about-right .about-btn,
.wpo-about-section-s3 .about-right .about-btn {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-right .about-btn,
  .wpo-about-section-s3 .about-right .about-btn {
    padding-top: 20px;
  }
}
.wpo-about-section-s2 .about-right .about-btn .theme-btn,
.wpo-about-section-s3 .about-right .about-btn .theme-btn {
  padding: 18px 52px;
  color: #fff;
  border-radius: 30px;
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.12) inset;
}
.wpo-about-section-s2 .about-list,
.wpo-about-section-s3 .about-list {
  max-width: 390px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-list,
  .wpo-about-section-s3 .about-list {
    margin: 0 auto;
  }
}
.wpo-about-section-s2 .about-list ul li + li,
.wpo-about-section-s3 .about-list ul li + li {
  margin-top: 17px;
}
.wpo-about-section-s2 .about-list ul li span,
.wpo-about-section-s3 .about-list 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-about-section-s2 .about-list ul li span,
  .wpo-about-section-s3 .about-list ul li span {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-list ul li span,
  .wpo-about-section-s3 .about-list ul li span {
    font-size: 13px;
    padding: 7px 16px;
    padding-left: 44px;
  }
}
.wpo-about-section-s2 .about-list ul li span:before,
.wpo-about-section-s3 .about-list 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-about-section-s2 .about-list ul li:hover span:before, .wpo-about-section-s2 .about-list ul li.active span:before,
.wpo-about-section-s3 .about-list ul li:hover span:before,
.wpo-about-section-s3 .about-list ul li.active span:before {
  background: #3860D2;
  color: #fff;
}

/* 5.2 marquee-section-s2*/
.marquee-section-s2 .marquee_container {
  background-color: #3860D2;
}

/* 5.3 wpo-service-section-s2*/
@media (max-width: 991px) {
  .wpo-service-section-s2.section-padding,
  .wpo-service-section-s3.section-padding {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s2.section-padding,
  .wpo-service-section-s3.section-padding {
    padding: 60px 0;
    padding-bottom: 40px;
  }
}
.wpo-service-section-s2 .service-wrap,
.wpo-service-section-s3 .service-wrap {
  border-radius: 28px;
  background: #F3F5FC;
  padding: 60px 40px 0;
  position: relative;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1399px) {
  .wpo-service-section-s2 .service-wrap,
  .wpo-service-section-s3 .service-wrap {
    padding: 60px 25px 0;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap,
  .wpo-service-section-s3 .service-wrap {
    padding: 60px 20px 0;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-wrap,
  .wpo-service-section-s3 .service-wrap {
    margin-bottom: 30px;
  }
}
.wpo-service-section-s2 .service-wrap .service-item,
.wpo-service-section-s3 .service-wrap .service-item {
  padding-bottom: 55px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap .service-item,
  .wpo-service-section-s3 .service-wrap .service-item {
    padding-bottom: 35px;
  }
}
.wpo-service-section-s2 .service-wrap .service-item h3,
.wpo-service-section-s3 .service-wrap .service-item h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .wpo-service-section-s2 .service-wrap .service-item h3,
  .wpo-service-section-s3 .service-wrap .service-item h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap .service-item h3,
  .wpo-service-section-s3 .service-wrap .service-item h3 {
    font-size: 20px;
  }
}
.wpo-service-section-s2 .service-wrap .service-item h3 a,
.wpo-service-section-s3 .service-wrap .service-item h3 a {
  color: #000;
  transition: all ease-in-out 0.4s;
}
.wpo-service-section-s2 .service-wrap .service-item p,
.wpo-service-section-s3 .service-wrap .service-item p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  max-width: 400px;
  padding-top: 15px;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .service-wrap .service-item p,
  .wpo-service-section-s3 .service-wrap .service-item p {
    padding-top: 0;
    font-size: 17px;
    line-height: 26.8px;
  }
}
.wpo-service-section-s2 .service-wrap .image,
.wpo-service-section-s3 .service-wrap .image {
  overflow: hidden;
  position: relative;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-wrap .image,
  .wpo-service-section-s3 .service-wrap .image {
    bottom: 1px;
  }
}
.wpo-service-section-s2 .service-wrap .image img,
.wpo-service-section-s3 .service-wrap .image img {
  transform: scale(1);
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-service-section-s2 .service-wrap .icon a,
.wpo-service-section-s3 .service-wrap .icon a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  background-color: #DFE3F0;
  position: absolute;
  top: 25px;
  right: 30px;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1399px) {
  .wpo-service-section-s2 .service-wrap .icon a,
  .wpo-service-section-s3 .service-wrap .icon a {
    top: 15px;
  }
}
.wpo-service-section-s2 .service-wrap:hover, .wpo-service-section-s2 .service-wrap.active,
.wpo-service-section-s3 .service-wrap:hover,
.wpo-service-section-s3 .service-wrap.active {
  background-color: #3860D2;
}
.wpo-service-section-s2 .service-wrap:hover img, .wpo-service-section-s2 .service-wrap.active img,
.wpo-service-section-s3 .service-wrap:hover img,
.wpo-service-section-s3 .service-wrap.active img {
  transform: scale(1.1);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.wpo-service-section-s2 .service-wrap:hover .service-item h3 a, .wpo-service-section-s2 .service-wrap.active .service-item h3 a,
.wpo-service-section-s3 .service-wrap:hover .service-item h3 a,
.wpo-service-section-s3 .service-wrap.active .service-item h3 a {
  color: #fff;
}
.wpo-service-section-s2 .service-wrap:hover .service-item p, .wpo-service-section-s2 .service-wrap.active .service-item p,
.wpo-service-section-s3 .service-wrap:hover .service-item p,
.wpo-service-section-s3 .service-wrap.active .service-item p {
  color: #fff;
}
.wpo-service-section-s2 .service-wrap:hover .icon a, .wpo-service-section-s2 .service-wrap.active .icon a,
.wpo-service-section-s3 .service-wrap:hover .icon a,
.wpo-service-section-s3 .service-wrap.active .icon a {
  background-color: #fff;
}

/* wpo-service-section style-3*/
.wpo-service-section.style-3 {
  background: #fff;
  padding: 120px 0;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-service-section.style-3 {
    padding: 90px 0;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section.style-3 {
    padding: 60px 0;
    padding-bottom: 50px;
  }
}
.wpo-service-section.style-3 .wpo-section-title span {
  color: #3860D2;
}
.wpo-service-section.style-3 .wpo-section-title h2 {
  color: #0E152B;
}
.wpo-service-section.style-3 .wpo-section-title p {
  color: #444141;
}
.wpo-service-section.style-3 .service-wrap {
  padding: 20px;
}
.wpo-service-section.style-3 .service-wrap .service-items {
  background: #fff;
  box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
}

/* 5.4 wpo-team-section*/
.wpo-team-section {
  padding: 120px 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-team-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-team-section .wpo-section-title h2 {
    font-size: 34px;
  }
}
.wpo-team-section .team-wrap {
  max-width: 1734px;
  margin: 0 auto;
}
.wpo-team-section .team-wrap .team-card {
  padding-bottom: 30px;
}
.wpo-team-section .team-wrap .team-card .image {
  overflow: hidden;
  transform: scale(1);
  border-radius: 27px;
  position: relative;
}
.wpo-team-section .team-wrap .team-card .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 14, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.wpo-team-section .team-wrap .team-card .image img {
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-team-section .team-wrap .team-card .image .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.wpo-team-section .team-wrap .team-card .image .social-links li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  transform: translateY(-100px);
  transition: all 0.5s ease 0s;
}
.wpo-team-section .team-wrap .team-card .image .social-links li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: #fff;
  top: 0;
  left: 5px;
  right: 0;
  margin: 0 auto;
}
.wpo-team-section .team-wrap .team-card .image .social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 43px;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  color: #000;
  margin-top: 50px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.wpo-team-section .team-wrap .team-card .image .social-links li a:hover {
  color: #3860D2;
}
.wpo-team-section .team-wrap .team-card .text {
  text-align: center;
  margin-top: 20px;
  border-radius: 20px;
  background: #FFF;
  padding: 35px 0;
  border-radius: 20px;
  border: 1px solid #132869;
  background: #FFF;
}
@media (max-width: 991px) {
  .wpo-team-section .team-wrap .team-card .text {
    padding: 20px 0;
  }
}
.wpo-team-section .team-wrap .team-card .text h2 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
  padding-bottom: 3px;
}
@media (max-width: 1399px) {
  .wpo-team-section .team-wrap .team-card .text h2 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .wpo-team-section .team-wrap .team-card .text h2 {
    font-size: 23px;
    margin-bottom: 4px;
  }
}
.wpo-team-section .team-wrap .team-card .text h2 a {
  color: #0E152B;
  transition: all ease-in-out 0.4s;
}
.wpo-team-section .team-wrap .team-card .text h2 a:hover {
  color: #3860D2;
}
.wpo-team-section .team-wrap .team-card .text span {
  color: #095091;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .wpo-team-section .team-wrap .team-card .text span {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .wpo-team-section .team-wrap .team-card .text span {
    font-size: 14px;
  }
}
.wpo-team-section .team-wrap .team-card:hover .image::after {
  opacity: 1;
}
.wpo-team-section .team-wrap .team-card:hover .image img {
  transform: scale(1.1);
}
.wpo-team-section .team-wrap .team-card:hover .image .social-links li {
  transform: translateY(0);
}
.wpo-team-section .team-wrap .team-card:hover .image .social-links li a {
  opacity: 1;
}
.wpo-team-section .team-wrap .team-card:hover .social-links li:nth-child(odd) {
  transition-delay: 0.5s;
}
.wpo-team-section .team-wrap .team-card:hover .social-links li:nth-child(even) {
  transition-delay: 0.8s;
}

/* 5.5 wpo-project-section-s2*/
.wpo-project-section-s2 .project-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .wpo-project-section-s2 .project-wrap {
    gap: 10px;
  }
}
.wpo-project-section-s2 .project-wrap .project-items {
  width: 32%;
}
@media (max-width: 1199px) {
  .wpo-project-section-s2 .project-wrap .project-items {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s2 .project-wrap .project-items {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .wpo-project-section-s2 .project-wrap .project-items {
    width: 100%;
  }
}
.wpo-project-section-s2 .project-wrap .project-items .project-image {
  position: relative;
  overflow: hidden;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: linear-gradient(353deg, #00081E -26.71%, rgba(0, 66, 255, 0) 56.71%), rgba(2, 34, 125, 0.2);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image img {
  width: 100%;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 29px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 {
    font-size: 19px;
  }
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 a {
  color: #fff;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image .project-text h3 a:hover {
  color: #00CC83;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image:hover::before {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.wpo-project-section-s2 .project-wrap .project-items .project-image:hover .project-text {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

/* wpo-project-section style-3*/
.wpo-project-section.style-3 {
  padding: 120px 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-project-section.style-3 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section.style-3 {
    padding-top: 60px;
  }
}

/* 5.6 wpo-brand-partner-section-s2*/
.wpo-brand-partner-section-s2 .client-wrap .owl-stage-outer {
  padding-top: 1px;
  margin: -1px;
}
.wpo-brand-partner-section-s2 .client-wrap .grid {
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .wpo-brand-partner-section-s2 .client-wrap .grid {
    height: 80px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-brand-partner-section-s2 .client-wrap .grid {
    padding: 20px;
  }
}
.wpo-brand-partner-section-s2 .client-wrap .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.wpo-brand-partner-section-s2 .client-wrap .owl-nav {
  display: none;
}
.wpo-brand-partner-section-s2 .client-wrap .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-brand-partner-section-s2 .client-wrap .owl-dots {
    display: none;
  }
}
.wpo-brand-partner-section-s2 .client-wrap .owl-dots button {
  margin: 5px;
  border: 1px solid #3860D2;
  width: 10px;
  height: 14px;
  border-radius: 100px;
}
.wpo-brand-partner-section-s2 .client-wrap .owl-dots button.active {
  background: #3860D2;
}

/* 5.7 wpo-blog-section-s2*/
.wpo-blog-section-s2 {
  padding: 120px 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-blog-section-s2 {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section-s2 {
    padding: 60px 0;
    padding-bottom: 40px;
  }
}
.wpo-blog-section-s2 .title-btn-right {
  text-align: right;
}
@media (max-width: 991px) {
  .wpo-blog-section-s2 .title-btn-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wpo-blog-section-s2 .blog-card {
  border-radius: 16px;
  box-shadow: 0px 10px 60px 0px rgba(174, 174, 174, 0.2);
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.wpo-blog-section-s2 .blog-card .image {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  border-radius: 16px 16px 0 0;
}
.wpo-blog-section-s2 .blog-card .image img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section-s2 .blog-card .image::before {
  position: absolute;
  top: 0;
  left: -79%;
  z-index: 2;
  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(-30deg);
}
.wpo-blog-section-s2 .blog-card .image:hover img {
  transform: scale(1.1);
}
.wpo-blog-section-s2 .blog-card .image:hover::before {
  animation: shine 0.95s;
}
.wpo-blog-section-s2 .blog-card .date {
  min-width: 70px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #3860D2;
  border-radius: 6px;
  position: absolute;
  right: 25px;
  top: -30px;
}
.wpo-blog-section-s2 .blog-card .date h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-blog-section-s2 .blog-card .date h3 {
    font-size: 20px;
  }
}
.wpo-blog-section-s2 .blog-card .date span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.wpo-blog-section-s2 .blog-card .content {
  background: #fff;
  border-radius: 0 0 16px 16px;
  position: relative;
}
.wpo-blog-section-s2 .blog-card .content .text {
  padding: 30px;
  padding-top: 35px;
  position: relative;
}
@media (max-width: 1430px) {
  .wpo-blog-section-s2 .blog-card .content .text {
    padding: 15px;
    padding-top: 30px;
  }
}
.wpo-blog-section-s2 .blog-card .content .text::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  content: "";
  background: rgba(0, 23, 38, 0.1);
}
.wpo-blog-section-s2 .blog-card .content .text span {
  color: #3860D2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
.wpo-blog-section-s2 .blog-card .content .text h2 {
  margin: 0;
  font-family: "Parkinsans";
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.66px;
  padding-top: 10px;
}
@media (max-width: 1430px) {
  .wpo-blog-section-s2 .blog-card .content .text h2 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section-s2 .blog-card .content .text h2 {
    font-size: 19px;
    line-height: 33px;
  }
}
.wpo-blog-section-s2 .blog-card .content .text h2 a {
  color: #0E152B;
  transition: all 0.3s ease-in-out;
}
.wpo-blog-section-s2 .blog-card .content .text h2 a:hover {
  color: #3860D2;
}
.wpo-blog-section-s2 .blog-card .content .comment {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1430px) {
  .wpo-blog-section-s2 .blog-card .content .comment {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section-s2 .blog-card .content .comment {
    padding: 15px;
    flex-direction: column;
    align-items: start;
  }
}
.wpo-blog-section-s2 .blog-card .content .comment li {
  display: flex;
  align-items: center;
}
.wpo-blog-section-s2 .blog-card .content .comment li i {
  color: #4D4B4B;
  font-size: 18px;
}
.wpo-blog-section-s2 .blog-card .content .comment li span {
  color: #4D4B4B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.32px;
  padding-left: 7px;
}
.wpo-blog-section-s2 .blog-card .content .comment li span a {
  color: #4D4B4B;
  transition: all 0.3s ease-in-out;
}
.wpo-blog-section-s2 .blog-card .content .comment li span a:hover {
  color: #3860D2;
}

/*======================================
6. Home-style-3
 =======================================*/
/* 6.1 wpo-about-section-s3*/
.wpo-about-section-s3 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s3 {
    padding: 60px 0;
  }
}
.wpo-about-section-s3 .about-left .about-image {
  position: relative;
}
.wpo-about-section-s3 .about-left .about-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
  z-index: 1;
  border: 2px solid #fff;
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn {
    width: 70px;
    height: 70px;
  }
}
.wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn .fi::before {
  font-size: 35px;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-left .about-image .video-wrap .video-btn .fi::before {
    font-size: 27px;
  }
}
.wpo-about-section-s3 .about-title-right span {
  color: #3860D2;
  font-size: 24px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-title-right span {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-title-right span {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-title-right span {
    font-size: 20px;
    line-height: 35px;
  }
}
.wpo-about-section-s3 .about-title-right span i {
  line-height: unset;
  margin-right: 10px;
  position: relative;
  top: -2px;
  max-width: 35px;
}
.wpo-about-section-s3 .about-right {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-right {
    padding-left: 0;
  }
}

/* 6.2 wpo-service-section-s3*/
.wpo-service-section-s3 .service-wrap {
  padding: 35px 30px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .service-wrap {
    padding: 25px 20px;
  }
}
.wpo-service-section-s3 .service-wrap .service-item {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .wpo-service-section-s3 .service-wrap .service-item {
    padding-top: 15px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
.wpo-service-section-s3 .service-wrap .service-item p {
  max-width: 375px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .service-wrap .service-item p {
    max-width: 210px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s3 .service-wrap .service-item p {
    max-width: 400px;
    font-size: 17px;
  }
}
.wpo-service-section-s3 .service-wrap .icon a {
  top: auto;
  bottom: 50px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .service-wrap .icon a {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s3 .service-wrap .icon a {
    margin-top: 10px;
    position: unset;
  }
}

/* 6.3 wpo-project-section-s3*/
@media (max-width: 991px) {
  .wpo-project-section-s3.section-padding {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-project-section-s3.section-padding {
    padding-top: 50px;
  }
}
.wpo-project-section-s3 .title-btn-right {
  text-align: right;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .title-btn-right {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wpo-project-section-s3 .project-wrap {
  margin: 0 30px;
}
.wpo-project-section-s3 .project-card-s2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.wpo-project-section-s3 .project-card-s2:hover .content {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.wpo-project-section-s3 .project-card-s2 .content {
  display: flex;
  align-items: center;
  margin: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -30%;
  bottom: 5px;
  background: #fff;
  padding: 35px 30px;
  max-width: 384px;
  width: 100%;
  border-left: 2px solid #3860D2;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .project-card-s2 .content {
    padding: 25px 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s3 .project-card-s2 .content {
    padding: 25px 15px;
  }
}
.wpo-project-section-s3 .project-card-s2 .content::before {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateX(-50%);
  content: "";
  width: 15px;
  height: 14px;
  background: #3860D2;
  z-index: 1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.wpo-project-section-s3 .project-card-s2 .content .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3860D2;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 40px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .project-card-s2 .content .icon {
    width: 45px;
    height: 45px;
    top: 25px;
    right: 15px;
  }
}
.wpo-project-section-s3 .project-card-s2 .content .icon i {
  color: #fff;
}
.wpo-project-section-s3 .project-card-s2 .content h2 {
  margin-bottom: 0;
  font-family: "Satoshi";
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 200px;
}
@media (max-width: 1399px) {
  .wpo-project-section-s3 .project-card-s2 .content h2 {
    font-size: 20px;
    max-width: 160px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section-s3 .project-card-s2 .content h2 {
    font-size: 17px;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .project-card-s2 .content h2 {
    font-size: 20px;
    max-width: 180px;
  }
}
.wpo-project-section-s3 .project-card-s2 .content h2 a {
  color: #0E152B;
  transition: all ease 0.4s;
}
.wpo-project-section-s3 .project-card-s2 .content h2 a:hover {
  color: #3860D2;
}
.wpo-project-section-s3 .project-card-s2 .content .icon {
  transform: rotate(0);
}

/* 6.4 wpo-odometer-section-s2*/
.wpo-odometer-section-s2 {
  padding: 120px 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-odometer-section-s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-odometer-section-s2 {
    padding-top: 60px;
  }
}

/* 6.5 wpo-odometer-section-s2*/
.wpo-history-section-s2 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wpo-history-section-s2 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-history-section-s2 {
    padding-top: 40px;
  }
}

/*wpo-faq-section style-2*/
.wpo-faq-section.style-2 {
  background: #FFF;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-faq-section.style-2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section.style-2 {
    padding: 60px 0;
  }
}
.wpo-faq-section.style-2 .wpo-section-title-s2 span {
  color: #3860D2;
}
.wpo-faq-section.style-2 .wpo-section-title-s2 h2 {
  color: #0E152B;
}
.wpo-faq-section.style-2 .wpo-section-title-s2 p {
  color: #444141;
}
.wpo-faq-section.style-2 .accordion-item button {
  color: #000;
}
.wpo-faq-section.style-2 .accordion-item {
  border-top: 1px solid #D9D9D9;
}
.wpo-faq-section.style-2 .accordion-item .accordion-body p {
  color: #4B5563;
}

/*======================================
8. project-single-page
=======================================*/
.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 .wpo-faq-section .accordion-item {
  background-color: #fff;
}
@media (max-width: 575px) {
  .wpo-project-details-area .wpo-faq-section .accordion-item {
    padding: 7px 5px;
  }
}
.wpo-project-details-area .wpo-faq-section {
  padding: 0;
  background-color: transparent;
}
.wpo-project-details-area .wpo-faq-section .accordion-item button.collapsed {
  color: #0E152B;
}
.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: 22px;
  padding: 25px;
  color: #0E152B;
}
@media (max-width: 767px) {
  .wpo-project-details-area .accordion-item button {
    font-size: 18px;
    padding: 10px;
  }
}
.wpo-project-details-area .accordion-item:last-child {
  margin-bottom: 0;
}
.wpo-project-details-area .wpo-faq-section .accordion-item .accordion-body p {
  color: #4B5563;
}
.wpo-project-details-area .accordion-collapse {
  border-top: 1px solid #ebebeb;
}
.wpo-project-details-area .accordion-collapse p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .wpo-project-details-area .accordion-collapse p {
    font-size: 15px;
  }
}
.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, 97, 198, 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: #122354;
}

.wpo-project-details-text-3 {
  text-align: center;
  padding: 40px;
  background: #021549;
}

.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: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .wpo-p-details-section h5 {
    font-size: 25px;
    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: 600;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .wpo-p-details-section .process-wrap .process-item h3 {
    font-size: 18px;
  }
}
.wpo-p-details-section .process-wrap .process-item p {
  font-size: 16px;
  margin-bottom: 0;
  color: #4B5563;
}
.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: #3860D2;
}

.wpo-p-details-section p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #4B5563;
}
@media (max-width: 575px) {
  .wpo-p-details-section p {
    font-size: 17px;
  }
}
.wpo-p-details-section p:nth-child(2) {
  margin-bottom: 20px;
}

.wpo-p-details-quote {
  padding: 40px;
  background: #3860D2;
  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: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .wpo-faq-section h4 {
    font-size: 23px;
  }
}
.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%;
  }
}
/*--------------------------------------------------------------
8. wpo-booking-section
--------------------------------------------------------------*/
.wpo-booking-section .wpo-contact-form-area {
  padding: 75px 70px;
  max-width: 1196px;
  margin: 0 auto;
  background: #F1F4EF;
  border-radius: 20px;
  border-radius: 6px;
  border: 1px solid #EBEBEE;
  background: #FFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 1399px) {
  .wpo-booking-section .wpo-contact-form-area {
    padding: 55px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-booking-section .wpo-contact-form-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-booking-section .wpo-contact-form-area {
    padding: 45px 20px 30px;
  }
}
.wpo-booking-section .wpo-contact-form-area .col {
  padding: 0 7px;
}
.wpo-booking-section .wpo-contact-form-area .form-control {
  width: 100%;
  height: 64px;
  margin-bottom: 16px;
  border: 0;
  border: none;
  border-radius: 9px;
  background: rgba(131, 136, 173, 0.06);
  color: #0E152B;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 575px) {
  .wpo-booking-section .wpo-contact-form-area .form-control {
    height: 55px;
  }
}
.wpo-booking-section .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-booking-section .wpo-contact-form-area .theme-btn {
  width: 100%;
  padding: 20px 50px;
  margin-top: 24px;
  border-radius: 11px;
  background: #3860D2;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.12) inset;
}
.wpo-booking-section .wpo-contact-form-area .theme-btn:before {
  display: none;
}
.wpo-booking-section .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #0E152B;
}
.wpo-booking-section .wpo-contact-form-area .form-control::placeholder {
  color: #0E152B;
}
.wpo-booking-section .wpo-contact-form-area textarea.form-control {
  height: 130px;
}
@media (max-width: 575px) {
  .wpo-booking-section .wpo-contact-form-area textarea.form-control {
    height: 105px;
  }
}
.wpo-booking-section .wpo-contact-form-area select.form-control {
  color: #0E152B;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: rgba(131, 136, 173, 0.06) url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-booking-section .wpo-contact-form-area .contact-validation-active label.error {
  margin-top: -8px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
9. 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;
  background: #f1f2f8;
}
.shop-section .details h3 {
  font-size: 22px;
  font-size: 1.2222222222rem;
  margin: 0 0 0.5em;
  font-weight: 700;
}
@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: #3860D2;
}
.shop-section .details del {
  color: #4B5563;
}
.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: "Satoshi";
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 600;
  color: #3860D2;
  padding: 12px 20px;
  border: 2px solid #3860D2;
  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: #3860D2;
  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: #3860D2;
  color: #fff;
}

/*--------------------------------------------------------------
10. 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: 33px;
  font-size: 1.8333333333rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
  font-weight: 700;
  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: #3860D2;
  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: #4B5563;
  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: #3860D2;
  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;
  font-weight: 400;
}
.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 {
  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 {
  background: #3860D2;
  border-color: #3860D2;
  color: #fff;
}
.shop-single-section .product-details .product-option .theme-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 {
  background-color: #3860D2;
  color: #fff;
  border-color: #3860D2;
}
@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.shop-single-section .product-details .product-option .theme-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 {
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  color: #4B5563;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.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: rgb(229.5, 229.5, 229.5);
  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: #3860D2;
  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: 700;
  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: #8188a9;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Satoshi";
  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: #3860D2;
  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: #3860D2;
}
.shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(56, 96, 210, 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: #3860D2;
}
@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: rgb(178.5, 178.5, 178.5);
  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: 700;
}
.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-s2 {
  outline: 0;
  box-shadow: none;
}
@media screen and (min-width: 767px) {
  .shop-single-section .product-info .review-form form .theme-btn-s2 {
    font-size: 15px;
    font-size: 0.8333333333rem;
    padding: 16px 55px;
  }
}
.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*===============================
12. checkout-page-style
================================*/
.checkout-area .checkout-wrap {
  background: #fff;
}
.checkout-area .checkout-wrap ul {
  list-style: none;
}
.checkout-area #open2 {
  display: block;
}
.checkout-area #open3 {
  display: none;
}
.checkout-area #open4 {
  display: none;
}
.checkout-area .create-account p {
  margin-bottom: 15px;
}
.checkout-area .create-account {
  display: none;
  padding: 20px;
}
.checkout-area .create-account span {
  margin-bottom: 20px;
  display: block;
}
.checkout-area .input-wrap {
  position: relative;
}
.checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-left: 20px;
  border-radius: 40px;
}
.checkout-area .create-account input:focus {
  outline: none;
}
.checkout-area .create-account button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.checkout-area .create-account button:hover {
  background: #3860D2;
}
.checkout-area .coupon {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  background: #fff;
}
.checkout-area .coupon:before {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\e64b";
  font-family: "themify";
}
.checkout-area .coupon span {
  position: absolute;
  right: 30px;
  top: 30px;
}
.checkout-area .coupon label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #0F0F0F;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 4px solid #3860D2;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-area .coupon label {
    font-size: 15px;
  }
}
.checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.checkout-area .active-border {
  transition: all 0.3s;
}
.checkout-area .s1.active-border .coupon-active label,
.checkout-area .s3.coupon-2 .coupon-3 label {
  border-left: none;
  border-top: 4px solid #3860D2;
  border-bottom: 1px solid #79a1ee;
}
.checkout-area .s2 .coupon-3 {
  border-top: 4px solid #3860D2;
}
.checkout-area .s2.coupon-2 .coupon-3 {
  border-top: 0;
}
.checkout-area .s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #79a1ee;
}
.checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #3860D2;
  border-bottom: 0;
}
.checkout-area .billing-adress .form-style input,
.checkout-area .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.checkout-area .billing-adress .form-style input:focus,
.checkout-area .billing-adress .form-style select:focus {
  outline: none;
  box-shadow: none;
}
.checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.checkout-area .billing-adress {
  padding: 30px;
}
.checkout-area .note-area textarea {
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}
.checkout-area .note-area textarea:focus {
  outline: none;
}
.checkout-area .biling-item-2 {
  margin-top: 20px;
}
.checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}
.checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}
.checkout-area .payment-name ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .checkout-area .payment-name ul {
    flex-wrap: wrap;
  }
}
.checkout-area .payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.checkout-area .payment-name ul li input {
  margin-right: 0;
}
.checkout-area .payment-name ul li {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .checkout-area .payment-name ul li {
    margin-bottom: 10px;
  }
}
.checkout-area .payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.checkout-area .payment-select {
  padding: 40px 0;
}
.checkout-area .payment-select ul {
  display: flex;
}
@media (max-width: 575px) {
  .checkout-area .payment-select ul {
    flex-wrap: wrap;
  }
}
.checkout-area .payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #5B5B5B;
}
.checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .checkout-area .payment-select label {
    font-size: 14px;
  }
}
.checkout-area .payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}
.checkout-area .payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}
.checkout-area .payment-area {
  width: 100%;
}
.checkout-area .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}
.checkout-area .payment-name ul li input:checked ~ label {
  border: 1px solid #ff493c;
}
.checkout-area .payment-name label {
  width: 100%;
  border: 1px solid transparent;
}
.checkout-area .payment-name .visa label {
  border: 1px solid #0057A0;
}
.checkout-area .payment-name .mas label {
  border: 1px solid #CC0000;
}
.checkout-area .payment-name .ski label {
  border: 1px solid #691A5F;
}
.checkout-area .payment-name .pay label {
  border: 1px solid #019CDE;
}
.checkout-area .payment-option {
  padding: 30px;
}
.checkout-area .payment-name {
  display: none;
}
.checkout-area .payment-name.active {
  display: block;
}
.checkout-area .payment-option.active .payment-name {
  display: none;
}
.checkout-area .payment-area .form-style input,
.checkout-area .payment-area .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.checkout-area .payment-area .form-style input:focus,
.checkout-area .payment-area .form-style select:focus {
  outline: none;
}
.checkout-area .payment-area .contact-form {
  margin-top: 40px;
}
.checkout-area .cout-order-area {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.checkout-area .cout-order-area .oreder-item ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}
.checkout-area .cout-order-area .oreder-item ul li.s-total {
  font-weight: 400;
}
.checkout-area .cout-order-area .oreder-item ul .o-header {
  color: #0F0F0F;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}
.checkout-area .cout-order-area .oreder-item ul .o-middle {
  border-bottom: 1px solid #ebebeb;
}
.checkout-area .cout-order-area .oreder-item ul .o-bottom {
  border-top: 1px solid #ebebeb;
  color: #3860D2;
  font-weight: 600;
}
.checkout-area .create-account.active {
  display: block;
}
.checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.checkout-area .contact-form input,
.checkout-area .contact-form select {
  margin-top: 10px;
}
.checkout-area .submit-btn-area {
  margin-top: 20px;
}
.checkout-area .submit-btn-area .theme-btn {
  text-transform: capitalize;
}

/*===========================
11. cart-page-style
===========================*/
.cart-area .cart-wrapper {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper table {
    width: 1022px;
  }
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  text-align: center;
  font-weight: 400;
  color: #414141;
}
.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
  list-style: none;
}
.cart-area .cart-wrap th {
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding: 40px 0;
}
.cart-area .cart-wrap thead {
  background: #fff;
  color: #505050;
  padding: 40px;
}
.cart-area .cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}
.cart-area .cart-wrap .product {
  width: 15%;
}
.cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
}
.cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
}
.cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}
.cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}
.cart-area .cart-wrap .product a:hover {
  color: #3860D2;
}
.cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
}
.cart-area .cart-wrap td {
  padding: 40px 25px;
}
.cart-area .cart-wrap td.action ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}
.cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}
.cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}
.cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}
.cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}
.cart-area .cart-wrap .name {
  width: 15%;
}
.cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}
.cart-area .cart-wrap .action a:hover {
  background: #3860D2;
}
.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.cart-area .cart-wrap .action li.c-btn a {
  background-color: #3860D2;
}
.cart-area .order-wrap {
  padding: 0;
}
.cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}
.cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}
.cart-area .quantity input {
  width: 105px;
  padding: 0px 35px;
  text-align: center;
  height: 36px;
  position: relative;
  background: #f2f2f5;
  border: none;
  border-radius: 40px;
}
.cart-area .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  background: #fafaff;
  border-radius: 30px;
}
.cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}
.cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}
.cart-area .submit-btn-area {
  padding: 40px;
}
.cart-area .submit-btn-area ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 500px) {
  .cart-area .submit-btn-area ul {
    text-align: center;
    display: block;
  }
}
.cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .cart-area .submit-btn-area ul li:last-child {
    margin-left: 0;
  }
}
.cart-area .submit-btn-area button {
  border: none;
  transition: all 0.3s;
  outline: none;
  padding: 15px 45px;
}
.cart-area .submit-btn-area button:hover {
  background: #3860D2;
}
@media (max-width: 767px) {
  .cart-area .submit-btn-area .theme-btn-s2 {
    padding: 17px 30px;
    padding-right: 40px;
  }
}
.cart-area .submit-btn-area .theme-btn {
  padding: 20px 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .cart-area .submit-btn-area .theme-btn {
    padding: 17px 30px;
  }
}
.cart-area .cart-product-list ul {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding-top: 20px;
  list-style: none;
}
.cart-area .cart-product-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  padding-bottom: 30px;
}
.cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  color: #3860D2;
  padding-top: 30px;
  font-weight: 600;
}

/*==========================================
13. wpo-team-single
===========================================*/
.team-pg-area {
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .team-pg-area {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .team-pg-area {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .team-pg-area {
    padding: 70px 0;
  }
}

.team-single-wrap {
  background: #fff;
  padding: 100px;
  padding-top: 0;
  box-shadow: 0 2px 12px 2px rgba(4, 0, 52, 0.1);
  border-radius: 22px;
}
@media (max-width: 1199px) {
  .team-single-wrap {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .team-single-wrap {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .team-single-wrap {
    padding: 15px;
  }
}

.team-info-img {
  margin-top: -100px;
  max-width: 480px;
}
@media (max-width: 1199px) {
  .team-info-img {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .team-info-img {
    max-width: 100%;
  }
}
.team-info-img img {
  width: 100%;
}

.team-info-text {
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .team-info-text {
    padding-left: 0;
  }
}
.team-info-text h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 55px;
  color: #0E152B;
  margin-top: 0;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .team-info-text h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
.team-info-text ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #001635;
  margin-bottom: 15px;
  list-style: none;
  font-family: "Parkinsans";
}
@media (max-width: 575px) {
  .team-info-text ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
.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-family: "Satoshi";
}
.team-info-text ul li:last-child {
  margin-bottom: 0;
}
.team-info-text .certificates-wrap {
  margin-top: 40px;
}
.team-info-text .certificates-wrap h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 37px;
}
.team-info-text .certificates-wrap .certificates-items {
  display: flex;
}
.team-info-text .certificates-wrap .certificates-items .certificates-item + .certificates-item {
  margin-left: 20px;
}

.team-widget {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #D9D9D9;
}
.team-widget h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .team-widget h2 {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.team-exprience-area .exprience-wrap {
  max-width: 560px;
}
.team-exprience-area .education-area {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .team-exprience-area .education-area {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.team-exprience-area .education-area .education-area {
  max-width: 600px;
}
.team-exprience-area .education-area ul {
  list-style: none;
}
.team-exprience-area .education-area ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4B5563;
}
.team-exprience-area .education-area ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\e661";
  font-family: "themify";
  font-size: 14px;
}
.team-exprience-area .education-area .ex-wiget {
  padding-top: 60px;
}
.team-exprience-area .education-area .ex-wiget h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.skills-area {
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .skills-area {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single {
  margin-bottom: 30px;
  position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #525252;
  font-family: "Satoshi";
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .wpo-progress-single h5 {
    font-size: 18px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
  margin-bottom: 0;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress {
  background: #edf1ff;
  height: 6px;
  position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
  background-color: #3860D2;
}
.skills-area .wpo-skill-progress .progress-number {
  position: absolute;
  right: 0;
  top: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #525252;
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .progress-number {
    font-size: 18px;
    top: -5px;
  }
}

.exprience-wrap p {
  color: #5d5851;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .exprience-wrap p {
    margin-bottom: 15px;
  }
}

.exprience-wrap {
  padding-bottom: 40px;
}

.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 .theme-btn-s2 {
  border-radius: 11px;
}

.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;
  background: #f4f4f4;
  color: #4B5563;
}
.wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #3860D2;
}

.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: #f4f4f4 url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
  color: #4B5563;
}

.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;
}

/*======================================
7. service-single-page
=======================================*/
.service-single-wrap .title-image {
  margin-bottom: 30px;
}
.service-single-wrap .title-image img {
  width: 100%;
}
.service-single-wrap h2 {
  font-size: 32px;
  font-weight: 600;
  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: 27px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.service-single-wrap p {
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.8px;
  max-width: 800px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-single-wrap p {
    font-size: 17px;
    line-height: 28.8px;
  }
}
.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: #3860D2;
}
.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 p {
  margin-bottom: 20px;
}
.service-single-wrap .video-content ul li {
  display: block;
  color: #4B5563;
  font-size: 17px;
  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: 25px;
  height: 25px;
  line-height: 25px;
  background: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  font-family: "themify";
  content: "\e64c";
  text-align: center;
  font-size: 17px;
}
.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 #3860D2;
  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: #0E152B;
  font-family: "Parkinsans";
  font-size: 20px;
  font-weight: 600;
  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: #0e1fb9;
}
.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: #4B5563;
  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;
}

/*--------------------------------------------------------------
14. contact-page
--------------------------------------------------------------*/
.office-info {
  padding-bottom: 120px;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .office-info {
    margin: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.office-info .office-info-item {
  text-align: center;
  padding: 40px;
  margin: 0 10px;
  border-radius: 8px;
  border: 1px solid #FFF;
  box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
  overflow: hidden;
  background: transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .office-info .office-info-item {
    margin: 0px;
    padding: 30px;
  }
}
.office-info .office-info-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #3860D2;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
}
.office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 50px;
  color: #3860D2;
  transition: all 0.3s ease-in-out;
}
.office-info .office-info-item .office-info-text h2 {
  margin: 20px 0;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  color: #636776;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .office-info .office-info-item .office-info-text p {
    font-size: 17px;
  }
}
.office-info .office-info-item.active::before, .office-info .office-info-item:hover::before {
  opacity: 0.95;
  visibility: visible;
}
.office-info .office-info-item.active .office-info-icon .icon .fi:before, .office-info .office-info-item:hover .office-info-icon .icon .fi:before {
  color: #fff;
}
.office-info .office-info-item.active .office-info-text h2, .office-info .office-info-item:hover .office-info-text h2 {
  color: #fff;
}
.office-info .office-info-item.active .office-info-text p, .office-info .office-info-item:hover .office-info-text p {
  color: #fff;
}

.contact-left {
  max-width: 518px;
  text-align: left;
}
@media (max-width: 1199px) {
  .contact-left {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .contact-left {
    margin-bottom: 30px;
  }
}
.contact-left h2 {
  color: #0A1222;
  font-size: 44px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-left h2 {
    font-size: 35px;
  }
}
.contact-left p {
  color: #636776;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
.contact-left .map {
  max-width: 550px;
  height: 470px;
}
.contact-left .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.contact-right {
  max-width: 484px;
}
.contact-right .title h2 {
  color: #212121;
  font-size: 44px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-right .title h2 {
    font-size: 35px;
  }
}
.contact-right .title p {
  color: #636776;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
}

.contact-form .input-item {
  position: relative;
  margin-bottom: 40px;
}
.contact-form .input-item .fild {
  padding-bottom: 20px;
  padding-left: 30px;
  color: #636776;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}
.contact-form .input-item .fild:focus-visible {
  outline: 0;
}
.contact-form .input-item i {
  position: absolute;
  left: 0;
  top: -2px;
  color: #212121;
  font-size: 20px;
}
.contact-form .input-item .textarea {
  height: 120px;
}
.contact-form .submitbtn {
  margin-bottom: 0;
  width: 222px;
  height: 63px;
  position: relative;
}
.contact-form .submitbtn .fild {
  border: 0;
  padding: 0;
  background: #3860D2;
  height: 63px;
  line-height: 67px;
  color: #fff;
}
.contact-form .submitbtn label {
  position: absolute;
  left: 30px;
  top: 54%;
  transform: translateY(-50%);
}
.contact-form .submitbtn label i {
  color: #fff;
  font-size: 23px;
}
.contact-form ::-webkit-input-placeholder {
  color: #636776;
}
.contact-form ::-moz-placeholder {
  color: #636776;
}
.contact-form :-ms-input-placeholder {
  color: #636776;
}
.contact-form :-moz-placeholder {
  color: #636776;
}

/*--------------------------------------------------------------
15. blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section .blog-content .post {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 40px;
  }
}
.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}
.blog-pg-section .entry-meta ul {
  list-style: none;
}
.blog-pg-section .entry-meta ul li {
  font-weight: 400;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
}
.blog-pg-section .entry-meta ul li a {
  color: #0E152B;
}
.blog-pg-section .entry-meta ul li a:hover {
  color: #3860D2;
}
.blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
  top: 2px;
}
.blog-pg-section .entry-meta ul li i:before {
  font-size: 16px;
  line-height: 15px;
  color: #3860D2;
}
.blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #676A7D;
  width: 9px;
  height: 1px;
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .entry-meta ul li {
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.blog-pg-section .post h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
}
@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 24px;
  }
}
.blog-pg-section .post h3 a {
  color: #0E152B;
}
.blog-pg-section .post h3 a:hover {
  color: #3860D2;
}
.blog-pg-section .post p {
  margin-bottom: 2em;
  color: #4B5563;
}
@media (max-width: 767px) {
  .blog-pg-section .post p {
    font-size: 17px;
  }
}
.blog-pg-section .post a.read-more {
  text-align: center;
  position: relative;
  padding-right: 45px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: #0E152B;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}
.blog-pg-section .post a.read-more::before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-family: flaticon_fixaroo;
  content: "\f137";
  color: #060606;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.blog-pg-section .post a.read-more::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  border: 1px solid #1f2122;
  width: 23px;
  height: 23px;
  transition: all 0.3s ease-in-out;
}
.blog-pg-section .post a.read-more:hover {
  color: #3860D2;
}
.blog-pg-section .post a.read-more:hover::before {
  color: #3860D2;
  right: 2px;
}
.blog-pg-section .post a.read-more:hover::after {
  border: 1px solid #3860D2;
}
.blog-pg-section .entry-media {
  position: relative;
}
.blog-pg-section .entry-media span {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  background: #3860D2;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .blog-pg-section .entry-media span {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-pg-section .entry-media img {
  width: 100%;
}

@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 .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
16. blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    margin: 25px 0;
  }
}
.blog-single-section .entry-meta ul {
  list-style: none;
}
.blog-single-section .entry-meta ul li {
  font-weight: 400;
  float: left;
  text-transform: capitalize;
  font-size: 16px;
}
.blog-single-section .entry-meta ul li a {
  color: #0E152B;
}
.blog-single-section .entry-meta ul li a:hover {
  color: #3860D2;
}
.blog-single-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.blog-single-section .entry-meta ul li i:before {
  font-size: 16px;
  line-height: 15px;
  color: #3860D2;
}
.blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #676A7D;
  width: 9px;
  height: 1px;
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-single-section .entry-meta ul li {
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.blog-single-section .post h3 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
}
@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 24px;
  }
}
.blog-single-section .post p {
  margin-bottom: 2em;
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 767px) {
  .blog-single-section .post p {
    font-size: 17px;
  }
}
.blog-single-section blockquote {
  background-color: #F4F6F8;
  padding: 40px 34px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  position: relative;
  color: #0E152B;
  font-family: "Parkinsans";
  font-size: 22px;
  font-weight: 600;
  line-height: 43px;
}
@media (max-width: 767px) {
  .blog-single-section blockquote {
    padding: 35px 25px;
    font-size: 18px;
    line-height: 30px;
  }
}
.blog-single-section blockquote:before {
  font-family: flaticon_aidu;
  content: "\f12a";
  font-size: 35px;
  color: #3860D2;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.blog-single-section blockquote span {
  color: #16171A;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 30px;
}
.blog-single-section blockquote span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 2px;
  content: "";
  background: #191515;
  transform: translateY(-50%);
}
.blog-single-section .post-team-content {
  margin-bottom: 60px;
}
.blog-single-section .post-team-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-single-section .post-team-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.blog-single-section .post-team-content ul li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 24px;
  color: #4B5563;
}
.blog-single-section .post-team-content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-single-section .post-team-content ul li:last-child {
    margin-bottom: 24px;
  }
}
.blog-single-section .post-team-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  background: #FFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  content: "\f128";
  font-family: flaticon_aidu;
  text-align: center;
}
.blog-single-section .post-team-content ul li:hover::before {
  background: #3860D2;
  color: #fff;
}
.blog-single-section .post-team-content img {
  width: 100%;
}
.blog-single-section .im-1 {
  margin-bottom: 30px;
}
.blog-single-section p {
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 767px) {
  .blog-single-section p {
    font-size: 17px;
  }
}
.blog-single-section .tag-share-wrap {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F6F6F6;
}
@media (max-width: 991px) {
  .blog-single-section .tag-share-wrap {
    margin-top: 30px;
  }
}
.blog-single-section .tag-share,
.blog-single-section .tag-share-s2 {
  color: #0E152B;
}
.blog-single-section .tag-share ul,
.blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.blog-single-section .tag-share ul li,
.blog-single-section .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share ul li,
  .blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}
.blog-single-section .tag-share ul > li + li,
.blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li,
  .blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.blog-single-section .tag-share .tag,
.blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}
.blog-single-section .tag-share .tag > span,
.blog-single-section .tag-share-s2 .tag > span {
  font-family: "Parkinsans";
  display: inline-block;
  padding-right: 15px;
  text-transform: capitalize;
  color: #0E152B;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.blog-single-section .tag-share .tag ul,
.blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.blog-single-section .tag-share .tag li,
.blog-single-section .tag-share-s2 .tag li {
  position: relative;
}
.blog-single-section .tag-share .tag a,
.blog-single-section .tag-share-s2 .tag a {
  display: inline-block;
  padding: 2px 15px;
  text-transform: capitalize;
  color: #4B5563;
  text-align: center;
  font-family: "Parkinsans";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  border: 1px solid #F6F3EE;
  background: #FFF;
}
@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a,
  .blog-single-section .tag-share-s2 .tag a {
    font-size: 14px;
  }
}
.blog-single-section .tag-share .tag a:hover,
.blog-single-section .tag-share-s2 .tag a:hover {
  color: #fff;
  background: #3860D2;
}
.blog-single-section .tag-share-s2 {
  margin: 0;
  border-bottom: 0;
}
.blog-single-section .tag-share-s2 .tag {
  justify-content: end;
}
@media (max-width: 991px) {
  .blog-single-section .tag-share-s2 .tag {
    margin-top: 20px;
    justify-content: left;
  }
}
.blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  background: #F2F6F7;
  color: #020626;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 400;
}
.blog-single-section .item-img img {
  width: 100%;
}
.blog-single-section img {
  width: 100%;
}
.blog-single-section .comments-area {
  margin-top: 70px;
}
.blog-single-section .comments-area .comment-wrapper {
  position: relative;
}
.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-section .comments-area ol ul {
  padding-left: 100px;
  list-style-type: none;
}
@media (max-width: 991px) {
  .blog-single-section .comments-area ol ul {
    padding-left: 40px;
  }
}
.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
  margin-bottom: 40px;
  text-transform: capitalize;
  color: #0E152B;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
  }
}
.blog-single-section .comments-area li > div {
  position: relative;
}
.blog-single-section .comments-area .comment-theme {
  position: absolute;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.blog-single-section .comments-area .comment-main-area {
  margin-bottom: 40px;
}
.blog-single-section .comments-area .comment-main-area {
  padding-left: 110px;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}
.blog-single-section .comments-area .comments-meta h4 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  color: #666;
  font-weight: normal;
  text-transform: none;
  display: block;
  font-family: "Satoshi";
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.blog-single-section .comment-respond {
  background: #F8F8F9;
  padding: 60px 40px 80px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .blog-single-section .comment-respond {
    padding: 40px 20px 40px;
  }
}
.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  text-transform: capitalize;
  color: #0E152B;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 24px;
  }
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #fff;
  color: #4B5563;
  width: 100%;
  height: 65px;
  padding: 6px 15px;
  margin-bottom: 33px;
  outline: 0;
  transition: all 0.3s;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
}
@media (max-width: 575px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    margin-bottom: 25px;
  }
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #3860D2;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}
.blog-single-section .comment-respond form textarea {
  padding: 15px;
  height: 280px;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}
.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}
.blog-single-section .comment-respond .form-inputs > div {
  width: 50%;
  float: left;
  padding: 0 9px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > div {
    width: 100%;
    float: none;
  }
}
.blog-single-section .comment-respond .form-textarea {
  padding: 0 9px;
  position: relative;
}
.blog-single-section .comment-respond .form-submit input {
  max-width: 240px;
  border: 0;
  outline: 0;
  background: #3860D2;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 991px) {
  .blog-single-section .comment-respond .form-submit input {
    height: 50px;
  }
}
.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #1b3683;
  color: #fff;
}
.blog-single-section .comment-respond .terms {
  margin-bottom: 40px;
  margin-left: 9px;
}
.blog-single-section .comment-respond .terms .checkbox {
  width: 20px;
  height: 0;
  padding: 0;
  margin: 0;
}
.blog-single-section .comment-respond .terms input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border: 1px solid #949392;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border: 1px solid #949392;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 0 0px 0px 0;
  transform: rotate(180deg);
  position: absolute;
  top: -11px;
  left: 3px;
  transition: all 0.2s linear;
}
.blog-single-section .comment-respond .terms input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #00CC83;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 3px;
}
.blog-single-section .comment-respond .terms label {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #838383;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .blog-single-section .comment-respond .terms label {
    margin-left: 5px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .blog-single-section .comment-respond .terms label {
    margin-left: 25px;
    position: relative;
    margin-top: -25px;
  }
}
.blog-single-section .error-message {
  color: red;
  font-size: 0.9em;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 9px;
}
.blog-single-section #loading {
  margin-top: 10px;
  color: blue;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
17. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  text-align: center;
  font-size: 55px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .error-404-section .error-message h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

/* Multicolor Text Effect */
.multicolor-text {
  background: linear-gradient(45deg, #3860D2, #0E152B, #032532, #3860D2, #0E152B);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
  font-weight: 700;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Blue Text Styling */
.blue-text {
  color: #3860D2;
  font-weight: 700;
}

/* Multicolor Text Effect */
.multicolor-text {
  background: linear-gradient(45deg, #3860D2, #0E152B, #032532, #3860D2, #0E152B);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
  font-weight: 700;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Blue Text Styling */
.blue-text {
  color: #3860D2;
  font-weight: 700;
}

/* Multicolor Text Effect */
.multicolor-text {
  background: linear-gradient(45deg, #3860D2, #0E152B, #032532, #3860D2, #0E152B);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
  font-weight: 700;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Blue Text Styling */
.blue-text {
  color: #3860D2;
  font-weight: 700;
}
