@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Consultar - Business Consulting Services HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 wpo-hero-slider
	3.2 wpo-features-section
	3.3 wpo-about-sections
	3.4 wpo-service-section
	3.5 wpo-pricing-section
	3.6 wpo-fun-fact-section
	3.7 wpo-gallery-section
	3.8 wpo-testimonial-section
	3.9 wpo-support-section
	3.10 wpo-blog-section

4. wpo-footer
       
5. Home-style-2
   5.1 wpo-service-section-s2

6. Home-style-3
	6.1 wpo-features-section-s2
	6.2 wpo-service-section-s3

7. wpo-service-single-section

8. wpo-project-section

9. wpo-project-single-section

10. wpo-blog-pg-section

11. wpo-blog-single-section

12. wpo-contact-pg-section

13. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&amp;display=swap");
@font-face {
  font-family: "Futura PT Demi";
  src: url("../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT Demi";
  src: url("../fonts/FuturaPT-DemiObl.woff2") format("woff2"), url("../fonts/FuturaPT-DemiObl.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-HeavyObl.woff2") format("woff2"), url("../fonts/FuturaPT-HeavyObl.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-LightObl.woff2") format("woff2"), url("../fonts/FuturaPT-LightObl.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-MediumObl.woff2") format("woff2"), url("../fonts/FuturaPT-MediumObl.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
head title,h2{
    font-size: 30px;
}
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #4f555a;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  Right: 80px;
  z-index: 999;
}

.whatsapp-float img {
  width: 80px;
  padding: 7px;
  height: 80px;
  margin:20px;
  /* object-fit: cover; */
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
  background-color: #278e30;
}


p {
  font-size: 16px;
  color: #4f555a;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232f4b;
  font-family: "Futura PT";
}

ul {
  padding-left: 0;
  margin: 0;
}

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

a:hover {
  text-decoration: none;
}

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

/* 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: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: red;
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #3757f7;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
.contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(55, 87, 247, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #3757f7;
  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: #3757f7;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  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: 9999 !important;
}

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

.wpo-section-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-section-title {
    margin-bottom: 40px;
  }
}
.wpo-section-title span {
  text-transform: uppercase;
  font-size: 20px;
  color: #3757f7;
  font-family: "Futura PT";
}
.wpo-section-title h2 {
  font-size: 50px;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  position: relative;
  text-transform: capitalize;
  font-family: "Futura PT Demi";
}
@media (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 330px) {
  .wpo-section-title h2 {
    font-size: 30px;
  }
}

.theme-btn, .view-cart-btn, .theme-btn-s3, .theme-btn-s4 {
  background: #f07c89;
  background: linear-gradient(to left, #f07c89, #2a4ed8);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 15px 45px;
  border: 0;
  border-radius: 6px;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-family: "Futura PT";
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.theme-btn:after, .view-cart-btn:after, .theme-btn-s3:after, .theme-btn-s4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(to left, #071e93, #3757f7);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn:active, .view-cart-btn:active, .theme-btn-s3:active, .theme-btn-s4:active {
  color: #fff;
}
.theme-btn:hover:after, .view-cart-btn:hover:after, .theme-btn-s3:hover:after, .theme-btn-s4:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn, .view-cart-btn, .theme-btn-s3, .theme-btn-s4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn, .theme-btn-s3, .theme-btn-s4 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #fff;
  color: #6e6e6e;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #3757f7;
  border-radius: 55px;
  text-transform: capitalize;
  box-shadow: 0 0 0 5px #c8eaf5;
  z-index: 1;
  position: relative;
}
.theme-btn-s2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #00ded8, #00a7d5);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  color: #fff;
}
.theme-btn-s2:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.theme-btn-s3, .theme-btn-s4 {
  background: #c968ff;
  box-shadow: 0 0 0 5px #f3e0fe;
  background: linear-gradient(left, #6168f3, #c968ff);
  z-index: 1;
  position: relative;
}
.theme-btn-s3:after, .theme-btn-s4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #c968ff, #6168f3);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn-s3:hover:after, .theme-btn-s4:hover:after {
  opacity: 1;
}
.theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn-s3:active, .theme-btn-s4:active {
  color: #fff;
}

.theme-btn-s4 {
  background: #f6d365;
  background: linear-gradient(left, #f6d365, #fda085);
  box-shadow: 0 0 0 5px #fcf5df;
  z-index: 1;
  position: relative;
}
.theme-btn-s4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #fda085, #f6d365);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn-s4:hover:after {
  opacity: 1;
}
.theme-btn-s4:hover, .theme-btn-s4:focus, .theme-btn-s4:active {
  color: #fff;
}

.view-cart-btn {
  display: block;
  margin-top: 20px;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #3757f7;
  -o-box-shadow: 0 0 5px 0 #6880f9;
  -ms-box-shadow: 0 0 5px 0 #6880f9;
  box-shadow: 0 0 5px 0 #6880f9;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.html) 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 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}
.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: #6880f9;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #3757f7;
}

.wpo-breadcumb-area {
  min-height: 40vh;       /* scales with viewport height */
  max-height: 70vh;       /* prevents banner from being too tall */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1;
}

/* Overlay */
.wpo-breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #506799;
  content: "";
  z-index: -1;
  opacity: 0.7;
}

/* Banner content wrapper */
.wpo-breadcumb-area .wpo-breadcumb-wrap {
  text-align: center;
  padding: 20px;
}

/* Fluid heading */
.wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
  font-size: clamp(28px, 6vw, 60px); /* min 28px, max 60px, scales in between */
  color: #fff;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

/* Breadcrumb list */
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  position: relative;
  font-size: clamp(14px, 2.5vw, 20px); /* scales smoothly */
  font-family: "Futura PT", sans-serif;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}

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

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a {
  color: #fff;
  font-size: inherit;
  transition: all 0.3s;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover {
  color: #3757f7;
}

.wpo-about-section.wpo-about-section-s2 {
  padding-top: 170px;
}

 #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .spinner {
      width: 60px;
      height: 60px;
      border: 6px solid #ddd;
      border-top: 6px solid #4630ed;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

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





/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #283a5e;
  padding: 0 130px;
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0;
  }
}
.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #e5e3e3;
  line-height: 1em;
}
@media (max-width: 991px) {
  .topbar ul li {
    padding: 15px 10px;
  }
}

.topbar .contact-info ul li a {
  color: #fff;
}

.topbar .contact-info ul li a:hover {
  color: #7db1f0;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact-intro ul {
  float: none;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }

  .topbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }

  .topbar .contact-info ul li {
    float: left;
  }

  .topbar ul {
    flex-wrap: wrap;
  }
}
.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

.topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 3px;
}

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

/* 2.2 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: #fff;
}

.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 #086ad84a;
}

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

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

@media (min-width: 991px) {
  .wpo-site-header {
    padding: 0 130px;
  }
}
.wpo-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 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: #3757f7;
}

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

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

  .wpo-site-header #navbar > ul > li > a {
    font-size: 20px;
    padding: 35px 20px;
    display: block;
    color: #232f4b;
    font-family: "Futura PT";
    font-weight: 500;
    position: relative;
  }

  .wpo-site-header #navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #3757f7;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 3px;
  }

  .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 .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 220px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }

  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 18px;
    font-size: 1.2rem;
    display: block;
    padding: 10px 20px;
    color: #232f4b;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-family: "Futura PT";
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 20px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #3757f7;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .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;
  }

  .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: "";
    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;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }

  .wpo-site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }

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

  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }

  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }

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

  .wpo-site-header .navbar-header button {
    background-color: #3757f7;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: -3px;
    z-index: 20;
  }

  .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-toggler {
    display: none;
  }

  .wpo-site-header #navbar {
    background: #fff;
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
  }
}
.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;
  }

  .wpo-site-header #navbar > ul {
    display: none;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    background-color: #fff;
    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: #3757f7;
  }
/* Reveal submenu on hover */
.wpo-site-header #navbar > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition: all 0.3s ease;
    
}
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  .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;
    display: none;
  }

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

  .wpo-site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }

  .wpo-site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }

  .wpo-site-header .slideInn {
    top: 76px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

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

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

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

  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
    
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
/* Navbar fixes for mobile */
@media (max-width: 576px) {
  .navbar {
    padding: 8px 12px;         /* consistent padding */
    background: #fff;          /* keep navbar white */
    position: relative;        /* avoid overlap */
    z-index: 1000;
  }

  .navbar-brand img {
    max-height: 36px;          /* smaller logo */
    width: auto;
  }

  .navbar-toggler {
    margin-left: auto;         /* push to right */
    padding: 4px 6px;
  }
}

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

  .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 {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

/* Style the dropdown submenu itself */
.wpo-site-header #navbar > ul > li > .sub-menu {
    background: linear-gradient(135deg, #4630ed,#675ad8,#d46666, #f37d7d );
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Style the links inside submenu */
.wpo-site-header #navbar > ul > li > .sub-menu li a {
    color: white;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
/* Hover effect */
.wpo-site-header #navbar > ul > li > .sub-menu li a:hover {
    background-color: #081ff3;
    color: #fafaf8;
}
.wpo-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

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

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

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

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
}

.wpo-site-header .header-right .search-toggle-btn {
  background-color: #dadffb;
  line-height: 0.66em;
  color: #232f4b;
  width: 55px;
  height: 50px;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .wpo-site-header .header-right .search-toggle-btn {
    width: 50px;
    height: 45px;
  }
}
@media (max-width: 375px) {
  .wpo-site-header .header-right .search-toggle-btn {
    display: none;
  }
}
.wpo-site-header .header-right .search-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;
  font-size: 2rem;
  color: #232f4b;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px #999999;
}
@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: 22px;
  font-size: 1.4666666667rem;
}
.cart-search-contact form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #3757f7;
}

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

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }

  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

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

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

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

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

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

#dl-menu {
  min-height: 50px;
  position: absolute;
  right: 0px;
  top: 22px;
  z-index: 11;
}

#dl-menu li a {
  color: #fff !important;
}
#dl-menu li a::after {
  color: #fff !important;
}
#dl-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}


.dl-menuwrapper li.dl-back:after {
  font-family: "themify";
  content: "";
  font-size: 10px;
}

.dl-menuwrapper button {
  background-color: #3757f7;
}

.dl-back::after {
  color: #fff !important;
}

#dl-menu ul {
  top: 65px;
  margin: 0;
  left: 0;
}
@media (max-width: 767px) {
  #dl-menu ul {
    top: 64px;
  }
}
@media (max-width: 375px) {
  #dl-menu ul {
    top: 60px;
  }
}
@media screen and (min-width: 992px) {
  #dl-menu {
    display: none;
  }
}
#dl-menu .dl-trigger {
  position: absolute;
  right: 10px;
  border-radius: 5px;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #1e2845;
}
.dl-menuwrapper li > a:not(:only-child)::after {
  font-family: "themify";
  content: ""; /* Right arrow */
  font-size: 10px;
  margin-left: 5px;
}


/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-section-1 {
  position: relative;
  height: 900px;
  background: #edf2f8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  padding-bottom: -20px;
}
.wpo-hero-section-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 67%;
  background: #edf2f8;
  -webkit-clip-path: polygon(0 0, 75% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 75% 0, 90% 100%, 0 100%);
}
.wpo-hero-section-1 .right-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 140%;
  width: 50%;
  z-index: -11;
  background: url(../images/sideimage.jpg) no-repeat right center;
}
@media (max-width: 1440px) {
  .wpo-hero-section-1 .right-img {
    top: -30px;
  }
}
@media (max-width: 1200px) {
  .wpo-hero-section-1 .right-img {
    top: 0px;
  }
}
.wpo-hero-section-1 .right-img2 {
  position: absolute;
  left: 60px;
  bottom: -1px;
  z-index: 1;
}
.wpo-hero-section-1 .right-img img {
  height: 100%;
  width: 100%;
}
.wpo-hero-section-1 .wpo-hero-title h2 {
  font-size: 70px;
  font-weight: 900;
  line-height: 90px;
  margin: 10px 0 25px;
}
.wpo-hero-section-1 .wpo-hero-title h1 span {
  color: #3757f7;
}
.wpo-hero-section-1 .wpo-hero-title-top span {
  font-size: 22px;
  color: #8188a9;
  font-family: "Futura PT";
}
.wpo-hero-section-1 .wpo-hero-subtitle p {
  font-size: 20px;
  color: #676767;
  font-family: "Futura PT";
  line-height: 35px;
  max-width: 595px;
  padding-left: 20px;
  border-left: 2px solid #676767;
  margin-bottom: 60px;
}

.wpo-hero-section-text {
  position: relative;
}
.wpo-hero-section-text .video-holder {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-hero-section-text .video-holder a {
  display: block;
  width: 84px;
  height: 84px;
  background: #fff;
  text-align: center;
  line-height: 90px;
  color: #3757f7;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
}
.wpo-hero-section-text .video-holder a:before {
  content: " ";
  width: 130%;
  height: 130%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -12px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  z-index: -1;
}
.wpo-hero-section-text .video-holder a .fi {
  font-size: 25px;
}

/*--------------------------------------------------------------
hero slider s2
--------------------------------------------------------------*/
.wpo-hero-section-1.wpo-hero-section-2 {
  background: #fff;
  height: 100vh; /* full screen height */
  min-height: 800px; /* safety for smaller screens */
  height: 900px;
  padding-top: 0%;
  margin-top: 0%;
  bottom: 0%;
  padding-bottom: 150px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .wpo-hero-section-1.wpo-hero-section-2 {
    background: #edf2f8;
  }
}
.wpo-hero-section-1.wpo-hero-section-2:before {
  display: none;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec {
  z-index: 1;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img {
  position: absolute;
  z-index: -11;
  background: none;
}
@media (max-width: 991px) {
  .wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img {
    display: block;
    position: relative;
    height: unset;
  }
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .r-img {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .r-img {
    display: block !important;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .wpo-hero-section-1.wpo-hero-section-2 .right-vec {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
}


.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img img {
  width: 100%;
  height: unset;
  bottom: 0;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .video-holder a {
  display: block;
  width: 84px;
  height: 84px;
  background: #fff;
  text-align: center;
  line-height: 90px;
  color: #3757f7;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .video-holder a:before {
  content: " ";
  width: 130%;
  height: 130%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -12px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  z-index: -1;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .video-holder a .fi {
  font-size: 25px;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .wpo-happy-client {
  position: absolute;
  left: -30px;
  bottom: 20%;
  padding: 30px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 1px 20px 0px rgba(242, 242, 245, 0.1);
  display: flex;
  align-items: center;
  z-index: 99;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .wpo-happy-client h3 {
  font-size: 52px;
  font-family: "Futura PT Demi";
  margin-bottom: 0px;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .wpo-happy-client p {
  margin-bottom: 0;
  font-size: 22px;
  color: #838383;
  font-family: "Futura PT Demi";
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .wpo-happy-client .wpo-happy-client-slide {
  max-width: 216px;
  margin-left: 25px;
  list-style: none;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .wpo-happy-client .wpo-happy-client-slide .owl-nav {
  display: none;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .wpo-happy-client .wpo-happy-client-slide li {
  width: 55px;
  height: 55px;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .right-img .wpo-happy-client .wpo-happy-client-slide li img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.wpo-hero-section-1.wpo-hero-section-2 .right-vec .svg-shape {
  position: absolute;
  bottom: -10%;
  width: 100%;
  right: 100px;
  z-index: -111;
}

.wpo-hero-section-1.wpo-hero-section-2 .right-vec .svg-shape svg {
  width: 100%;
}
@media (max-width: 1440px) {
  .wpo-hero-section-1.wpo-hero-section-2 .right-vec .svg-shape {
    bottom: -20%;
  }
}

.wpo-hero-slider {
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .wpo-hero-slider {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider {
    height: 500px;
  }
}
.wpo-hero-slider .swiper-slide {
  overflow: hidden;
}
.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content {
    padding-bottom: 0;
  }
}
.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s;
}
.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next {
    display: none;
  }
}
.wpo-hero-slider .swiper-button-prev {
  left: 25px;
}
.wpo-hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "";
  font-size: 20px;
  color: #fff;
}
.wpo-hero-slider .swiper-button-next {
  right: 25px;
}
.wpo-hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "";
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next {
    display: none;
  }
}
.wpo-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .wpo-hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.wpo-hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom, .wpo-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider {
    height: 680px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider {
    height: 500px;
  }
}
.wpo-hero-slider .gradient-overlay {
  background: linear-gradient(left, #232f4b 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
}
.wpo-hero-slider .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}
.wpo-hero-slider .swiper-slide {
  position: relative;
  z-index: 11;
}
.wpo-hero-slider .wpo-hero-title-top span {
  font-size: 22px;
  color: #e4e4e4;
  font-family: "Futura PT";
}
@media (max-width: 767px) {
  .wpo-hero-slider .wpo-hero-title-top span {
    font-size: 15px;
  }
}
.wpo-hero-slider .slide-title {
  max-width: 655px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .slide-title {
    max-width: 555px;
  }
}
.wpo-hero-slider .slide-title h2 {
  font-size: 70px;
  font-weight: 900;
  line-height: 90px;
  margin: 10px 0 25px;
  color: #fff;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .slide-title h2 {
    font-size: 50px;
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-title h2 {
    font-size: 40px;
    font-size: 2.6666666667rem;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-title h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 36px;
  }
}
.wpo-hero-slider .slide-text {
  max-width: 520px;
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-text {
    max-width: 500px;
  }
}
.wpo-hero-slider .slide-text p {
  font-size: 25px;
  color: #676767;
  font-family: "Futura PT";
  line-height: 35px;
  max-width: 595px;
  padding-left: 20px;
  border-left: 2px solid #e2e2e2;
  margin-bottom: 60px;
  color: #e2e2e2;
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-text p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-text p {
    font-size: 16px;
    font-size: 1.0666666667rem;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-btns {
    max-width: 400px;
  }
}
.wpo-hero-slider .slide-btns .hero-video-btn {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-btns .hero-video-btn {
    margin-left: 20px;
  }
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: #1e2845;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}
.wpo-site-footer ul {
  list-style: none;
}
.wpo-site-footer p {
  color: #fff;
}
.wpo-site-footer li {
  color: #fff;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  font-family: "Futura PT Demi";
}
.wpo-site-footer .widget-title business-hours {
  
  font-family: "Futura PT Demi";
}
@media (max-width: 991px) {
  .wpo-site-footer .widget-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.wpo-site-footer .about-widget .logo {
  max-width: 180px;
}
.wpo-site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}
.wpo-site-footer .about-widget p:last-child {
  margin-bottom: 0;
}
.wpo-site-footer .about-widget ul {
  overflow: hidden;
  padding-top: 10px;
}
.wpo-site-footer .about-widget ul li {
  font-size: 22px;
  float: left;
}
.wpo-site-footer .about-widget ul li a {
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.wpo-site-footer .about-widget ul li a:hover {
  color: #232f4b;
  background: #fff;
}
.wpo-site-footer .about-widget ul li + li {
  margin-left: 25px;
}
.wpo-site-footer .wpo-service-link-widget {
  padding-left: 70px;
}
.wpo-site-footer .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .wpo-site-footer .link-widget {
    padding-left: 75px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer .link-widget {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .link-widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .link-widget ul li {
  position: relative;
}
.wpo-site-footer .link-widget ul li a {
  color: #fff;
  font-size: 17px;
}
.wpo-site-footer .link-widget ul li a:hover {
  text-decoration: underline;
}
.wpo-site-footer .link-widget ul li + li {
  padding-top: 15px;
}
.wpo-site-footer .contact-ft {
  margin-top: 20px;
}
.wpo-site-footer .contact-ft ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #e5e3e3;
  font-size: 17px;
}
.wpo-site-footer .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-site-footer .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}
.wpo-site-footer .business-hours p{
  font-family: Arial, sans-serif;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  color: white;
}

.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: #141d37;
}
.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}
.wpo-site-footer .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.wpo-site-footer .instagram ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.wpo-site-footer .instagram ul li img {
  width: 100%;
}

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

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

/* 3.2	wpo-features-section */
/* Features Section Base */
.wpo-features-section {
  margin-top :0%;   /* reduced default spacing */
  position: relative;
  z-index: 1;
  margin-bottom: 0%;
}

@media (max-width: 1200px) {
  .wpo-features-section {
    border-top: 0.2px solid #ebebeb;
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .wpo-features-section {
    border-top: 0;
    margin-top: 80px;
  }
}

@media (max-width: 576px) {
  .wpo-features-section {
    margin-top: 60px; /* tighter on mobile */
  }
}

/* Feature Item */
.wpo-features-section .wpo-features-item {
  text-align: center;
  padding: 20px 15px;
  margin-top: 0;
}

/* Icon Box */
.wpo-features-section .wpo-features-item .wpo-features-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px auto;  /* add spacing below */
  border-radius: 50%;        /* optional: rounded icons */
  background: #f5f7fa;       /* subtle background */
  transition: all 0.3s ease;
  
}

.wpo-features-section .wpo-features-item .wpo-features-icon:hover {
  background: #3757f7;       /* hover highlight */
}

.wpo-features-section .wpo-features-item .wpo-features-icon svg,
.wpo-features-section .wpo-features-item .wpo-features-icon img {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.wpo-features-section .wpo-features-item .wpo-features-icon:hover img {
  filter: brightness(0) invert(1); /* make icon white on hover */
}

/* Text */
.wpo-features-section .wpo-features-item .wpo-features-text h2 {
  font-size: clamp(20px, 2.5vw, 28px); /* fluid size */
  font-weight: 500;
  margin: 15px 0 10px 0;
}

.wpo-features-section .wpo-features-item .wpo-features-text h2 a {
  color: #232f4b;
  transition: color 0.3s;
}

.wpo-features-section .wpo-features-item .wpo-features-text h2 a:hover {
  color: #3757f7;
}

.wpo-features-section .wpo-features-item .wpo-features-text p {
  font-size: clamp(14px, 1.6vw, 16px);
  color: #555;
  margin: 0 auto;
  max-width: 450px; /* keeps text readable */
}

/* Carousel full height */
/* ==============================
   Common Carousel Styling
================================= */
/* Default (Laptop/Desktop) */
.wpo-breadcumb-area {
  min-height: 60vh;       /* scales with viewport height */
  max-height: 120vh;       /* prevents banner from being too tall */
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1;
  
}

/* Overlay */
.wpo-breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #66789e;
  content: "";
  z-index: -1;
  opacity: 0.7;
}

/* Banner content wrapper */
.wpo-breadcumb-area .wpo-breadcumb-wrap {
  text-align: center;
  padding: 20px;
}

/* Fluid heading */
.wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
  font-size: clamp(28px, 6vw, 60px); /* min 28px, max 60px, scales in between */
  color: #fff;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

/* Breadcrumb list */
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  position: relative;
  font-size: clamp(14px, 2.5vw, 20px); /* scales smoothly */
  font-family: "Futura PT", sans-serif;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}

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

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a {
  color: #fff;
  font-size: inherit;
  transition: all 0.3s;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover {
  color: #3757f7;
}


/* 3.3	wpo-about-sections */
.wpo-about-section {
  padding: 80px 0 155px;
  margin-top: 0px;

}
.wpo-about-section .wpo-about-wrap .wpo-about-img {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 595px;
  margin: 0 auto;
  display:inline-block;
  overflow: hidden;
  
}
.wpo-about-section .wpo-about-wrap .wpo-about-img img {
  width: 100%;
  
}
/* top border */
.wpo-about-section .wpo-about-wrap .wpo-about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px; /* thickness */
  background: linear-gradient(90deg, #a005f3,#a221e7,#d4a0f0);
  animation: borderMoveX 3s linear infinite;
}

/* bottom border */
.wpo-about-section .wpo-about-wrap .wpo-about-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e9519d,#e437be,#e7479f);
  animation: borderMoveX 3s linear infinite;
}

/* right border */
.wpo-about-section .wpo-about-wrap .wpo-about-img .right-border {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg,#a006f3,#a623ec,#ba60eb);
  animation: borderMoveY 3s linear infinite;
}

/* left border */
.wpo-about-section .wpo-about-wrap .wpo-about-img .left-border {
  content: "";
  position: absolute;
  top: -100%;
  Right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #e9519d,#e437be,#f54c60);
  animation: borderMoveY 3s linear infinite;
}

/* Keyframes */
@keyframes borderMoveX {
  0%   { left: -100%; }
  50%  { left: 0; }
  100% { left: 100%; }
}

@keyframes borderMoveY {
  0%   { top: -100%; }
  50%  { top: 0; }
  100% { top: 100%; }
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-ab-shape-1 {
  position: absolute;
  left: -60px;
  top: -60px;
  z-index: -1;
  
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-ab-shape-2 {
  position: absolute;
  right: -35px;
  bottom: -35px;
  z-index: 11;
}
.wpo-about-section .wpo-about-text {
  max-width: 595px;
}
.wpo-about-section .wpo-about-text .wpo-about-icon {
  width: 50px;
  height: 50px;
  background: #f3f6fe;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
}
.wpo-about-section .wpo-about-text .wpo-about-icon img {
  width: 30px;
  line-height: 30px;
  height: 30px;
  
}
.wpo-about-section .wpo-about-text .wpo-about-icon-content p{
 font-size:16px;
 text-align: justify;
}


.wpo-about-section .wpo-about-text h2 {
  font-size: 30px;
  font-family: "Futura PT Demi";
  margin: 10px 0;
 
}
.wpo-about-section .wpo-about-text .wpo-about-text h2 {
  color: #3757f7;
}
.wpo-about-section .wpo-about-text .wpo-about-icon-content ul{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wpo-about-section .wpo-about-text .wpo-about-icon-content ul li{
 font-size:16px;
 margin-left:20%;
 color: rgb(4, 16, 63);
 font-family: "Futura PT Demi";
 line-height: 1.4em;
}

/* 3.4	wpo-service-section */
.wpo-service-section {
  background: #f4f8fc;
  padding-bottom: 70px;
  padding-top: 0.2%;
  
}
.service-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

/* Make service item hover work */
.wpo-service-item {
  background: #fff;
  padding: 50px;
  margin-bottom: 30px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.wpo-service-item:hover {
  background-color: #6a75d8;
  color: white;
}
.wpo-service-item p:hover {
  background-color: #6a75d8;
  color: white;
}

/* Make text white on hover */

.wpo-service-item:hover .wpo-service-text p {
  color: white;
}


/* Optional: Smooth icon zoom on hover */
.wpo-service-item:hover .icon img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.wpo-service-section .wpo-service-item:hover{

  background-color: #6a75d8;
  color: white;
}
.wpo-service-section .wpo-service-item .wpo-service-icon {
  width: 82px;
  height: 82px;
  background: rgba(240, 237, 237, 0.8);
  line-height: 82px;
  text-align: center;
  border-radius: 6px;
}
.wpo-service-section .wpo-service-item .wpo-service-icon a{

  background: rgba(240, 237, 237, 0.8);

}
.wpo-service-section .wpo-service-item .wpo-service-icon a:hover{

  background-color: #081ff3;
}
.wpo-service-section .wpo-service-item .wpo-service-icon img {

  width: 60px;
  line-height: 60px;
  height: 60px;
  
}
.wpo-service-section .wpo-service-item .wpo-service-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
}
.wpo-service-section .wpo-service-item .wpo-service-text h2 a {
  color: #232f4b;
}
.wpo-service-section .wpo-service-item .wpo-service-text h2 a:hover {
  color: #f1f1f2;
}
.wpo-service-section .wpo-service-item .wpo-service-text p {
  margin-bottom: 0;
  
}

/* 3.8	wpo-testimonial-section */
.wpo-testimonial-section {
  padding-top: 90px;
  padding-bottom: 40px;
  bottom: 0%;
}
.wpo-testimonial-section.style-2 {
  padding-top: 90px;
}
@media (max-width: 1200px) {
  .wpo-testimonial-section.style-2 {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section.style-2 {
    padding-top: 100px;
    padding-bottom: 0%;
   
  }
}
.wpo-testimonial-section .wpo-testimonial-title {
  margin-bottom: 40px;
}
.wpo-testimonial-section .wpo-testimonial-title h2 {
  max-width: 500px;
  font-size: 50px;
  position: relative;
  padding-left: 112px;
  font-family: "Futura PT Demi";
}
.wpo-testimonial-section .wpo-testimonial-title h2 span {
  color: #071e93;
}
.wpo-testimonial-section .wpo-testimonial-title h2 i {
  width: 112px;
  height: 112px;
  line-height: 128px;
  text-align: center;
  background: #3757f7;
  background: linear-gradient(to left, #f07c89, #2a4ed8);
  color: #fff;
  display: inline-block;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: -60px;
}
.wpo-testimonial-section .wpo-testimonial-items {
  position: relative;
}
.wpo-testimonial-item { 
      padding: 30px; 
      min-height: 260px; 
      box-sizing: border-box;
      display:flex; flex-direction:column; justify-content:space-between;
      background:#fff; border-radius:6px;
    
    }
    .owl-stage-outer { padding: 20px 0; }
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-item {
  padding: 50px 60px;
  /* box-shadow: 0px 3px 12px 0px rgba(62, 65, 159, 0.08); */
  overflow: hidden;
  min-height: 280px; /* adjust as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-item {
    padding: 40px 20px;
  }
}
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-item:before {
  font-family: "Flaticon";
  content: "";
  font-size: 60px;
  font-size: 3.75rem;
  color: #eaedfd;
  position: absolute;
  right: 40px;
  top: -28px;
}
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-item .wpo-testimonial-text span b{
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #071e93;
  font-size: 20px;

}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-item .wpo-testimonial-text p{
  text-align: justify;
  text-indent: 5%;
  line-height: 1.6em;
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-item .wpo-testimonial-text-btm {
  margin-top: 20px;
}
.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-item .wpo-testimonial-text-btm h3 {
  font-size: 20px;
  font-family: "Futura PT Demi";
  color: #071e93;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border: 1px solid #b7b7b7;
  color: #6e6e6e;
  padding: 0;
  font-size: 20px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s;
  z-index: 1;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-nav [class*=owl-]:before {
  right: -3px;
  bottom: -3px;
  border-right: 3px solid #3757f7;
  border-bottom: 3px solid #3757f7;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-nav [class*=owl-]:hover:before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 100px) {
  .wpo-testimonial-section .wpo-testimonial-items .owl-nav [class*=owl-] {
    display: none;
    bottom: 0px;
  }
}
.wpo-testimonial-section .wpo-testimonial-items .owl-dots {
  text-align: center;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-dots button.active {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  background-color: #f1efef;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-dots button.active {
  background-color: #3757f7;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-next {
  position: absolute;
  top: -120px;
  right: 0;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-prev {
  position: absolute;
  top: -120px;
  right: 70px;
}
.wpo-testimonial-section .wpo-testimonial-items .owl-prev:before {
  left: -3px;
  bottom: -3px;
  border-right: 0 !important;
  border-left: 3px solid #3757f7;
  border-bottom: 3px solid #3757f7;
}
.wpo-testimonial-section .owl-item {
  padding: 1px;
}

.testimonial-cta {

  padding: 50px 20px;
  background: #f5f6f8;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(20, 20, 20, 0.05);
}

.testimonial-cta h2 {
  font-size: 28px;
  color: #0d0e13;
  margin-bottom: 20px;
  margin-top: 15px; 
}

.testimonial-cta .theme-btn {
  padding: 12px 30px;
  font-size: 16px;
  background-color: #3757f7;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.testimonial-cta .theme-btn:hover {
  background-color: #2a4ed8;
}

/*--------------------------------------------------------------
5. Home-style-2
--------------------------------------------------------------*/
/* 5.1	wpo-service-section-s2 */
.wpo-service-section.wpo-service-section-s2 .wpo-service-item {
  padding: 50px 40px;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .wpo-service-section.wpo-service-section-s2 .wpo-service-item {
    padding: 50px 30px;
  }
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item .wpo-service-text h2 {
  font-size: 25px;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 10px;
  content: "";
  background: transparent;
  transition: all 0.3s;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:hover::before {
  width: 100%;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item .wpo-service-icon {
  width: unset;
  height: unset;
  line-height: unset;
  background: none;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item .wpo-service-icon::before {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 60px;
  height: 60px;
  content: "";
  background: #fff;
  z-index: -1;
  border-radius: 50%;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item .wpo-service-icon .fi:before {
  font-size: 60px;
  color: #232f4b;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(1):before {
  background: #a5e2f3;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(1) .wpo-service-icon::before {
  background: #a5e2f3;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(2):before {
  background: #fff1b9;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(2) .wpo-service-icon::before {
  background: #fff1b9;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(3):before {
  background: #ffb8b8;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(3) .wpo-service-icon::before {
  background: #ffb8b8;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(4):before {
  background: #defcf2;
}
.wpo-service-section.wpo-service-section-s2 .wpo-service-item:nth-child(4) .wpo-service-icon::before {
  background: #defcf2;
}
.wpo-service-section.wpo-service-section-s2 .owl-nav {
  display: none;
}
.wpo-service-section.wpo-service-section-s2 .owl-dots {
  text-align: center;
}
.wpo-service-section.wpo-service-section-s2 .owl-dots button {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  background-color: #d6d6d6;
}
.wpo-service-section.wpo-service-section-s2 .owl-dots button.active {
  background-color: #3757f7;
}

.wpo-fun-fact-section.wpo-fun-fact-section-s2 {
  background: none;
}
.wpo-fun-fact-section.wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
  padding: 90px 70px;
  border-radius: 20px;
  box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
}
@media (max-width: 767px) {
  .wpo-fun-fact-section.wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
    padding: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section.wpo-fun-fact-section-s2 {
    padding-bottom: 0;
  }
}

/*--------------------------------------------------------------
6. Home-style-3
--------------------------------------------------------------*/
/* 6.1	wpo-features-section-s2 */
.wpo-features-section.wpo-features-section-s2 {
  margin-top: -60px;
  z-index: 11;
  position: relative;
  border: 0;
}
@media (min-width: 991px) {
  .wpo-features-section.wpo-features-section-s2 {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .wpo-features-section.wpo-features-section-s2 {
    margin-top: 0;
  }
}
.wpo-features-section.wpo-features-section-s2 .wpo-features-item {
  padding: 60px;
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
@media (max-width: 1200px) {
  .wpo-features-section.wpo-features-section-s2 .wpo-features-item .wpo-features-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 1600px) {
  .wpo-features-section.wpo-features-section-s2 .wpo-features-item {
    padding: 60px 40px;
  }
}
@media (max-width: 1200px) {
  .wpo-features-section.wpo-features-section-s2 .wpo-features-item {
    padding: 30px;
  }
}
.wpo-features-section.wpo-features-section-s2 .wpo-features-item .wpo-features-icon {
  border-radius: 50%;
}
 /* 6.2	wpo-service-section-s3 */ *
.wpo-service-section.wpo-service-section-s3 .wpo-service-item {
  padding: 50px 40px;
  text-align: center;
  position: relative;
}
.wpo-service-section.wpo-service-section-s3 .wpo-service-item .wpo-service-text h2 {
  font-size: 25px;
}
.wpo-service-section.wpo-service-section-s3 .wpo-service-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 10px;
  content: "";
  background: #3757f7;
  transition: all 0.3s;
}
.wpo-service-section.wpo-service-section-s3 .wpo-service-item:hover::before {
  width: 100%;
}
.wpo-service-section.wpo-service-section-s3 .wpo-service-item .wpo-service-icon {
  width: 90px;
  height: 90px;
  line-height: 108px;
  background: #a5e2f3;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 50%;
}
.wpo-service-section.wpo-service-section-s3 .wpo-service-item .wpo-service-icon .fi {
  font-size: 50px;
}
.wpo-service-section.wpo-service-section-s3 .wpo-service-item .wpo-service-icon .fi:before {
  color: #3757f7;
}
.wpo-service-section.wpo-service-section-s3 .owl-nav {
  display: none;
}
.wpo-service-section.wpo-service-section-s3 .owl-dots {
  text-align: center;
}
.wpo-service-section.wpo-service-section-s3 .owl-dots button {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 5px;
  background-color: #d6d6d6;
}
.wpo-service-section.wpo-service-section-s3 .owl-dots button.active {
  background-color: #3757f7;
}


