
@import url("css2.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@font-face {
  font-family: '../font/iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "../font/iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input, textarea, select {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 15px;
}

input {
  height: 50px;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
  font-family: "Lexend", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #54595F;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #54595F;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color:#ffe100;
    color:#000;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
}

.thm-btn:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color:#fff;
    opacity: 0.1;
    content: "";
    border-radius: 32px;
    transform: scale(1);
    transition: 500ms ease;
}

.thm-btn:hover {
    color: #333;
}

.thm-btn:hover::before {
    width: 100%;
    opacity: 1;
    transform: scale(1.5);
    border-radius: 0;
    background-color:#fff;
}

.thm-btn span {
    position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap .header-top .header-top-left .contact-info li span, .hero-wrap .hero-content .hero-btn .play-video .video-icon, .counter-card-wrap.style2 .counter-card .counter-icon, .counter-card-wrap.style3 .counter-card .counter-icon, .service-card.style2 .service-info .service-icon, .service-card.style3 .service-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .contact-item .contact-icon, .pricing-card.style1 .pricing-header, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap, .hero-wrap.style2 .hero-slide-item .hero-img-wrap, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .about-wrap .about-promo-box, .about-wrap.style1 .about-img-wrap, .project-card .project-info, .product-card .product-info .product-purchase, .checkbox-item, .pricing-card.style2 .pricing-header, .testimonial-card.style1 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .cart-total .cart-total-wrap .cart-total-item, .single-product-details .single-product-title .ratings, .wp-block-quote, .footer-wrap .footer-widget .social-link, .hero-wrap.style1 .hero-slide-item .hero-img-wrap, .owl-carousel .owl-nav, .pp-post-item, .counter-card-wrap, .testimonial-card.style1, .testimonial-card.style2, .checkout-details .select-payment-method, .post-author, .comment-item-wrap .comment-item, .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap .header-top .header-top-left .contact-info li span, .hero-wrap .hero-content .hero-btn .play-video .video-icon, .counter-card-wrap.style2 .counter-card .counter-icon, .counter-card-wrap.style3 .counter-card .counter-icon, .service-card.style2 .service-info .service-icon, .service-card.style3 .service-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-card.style1 .pricing-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap, .hero-wrap.style2 .hero-slide-item .hero-img-wrap, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .about-wrap .about-promo-box, .about-wrap.style1 .about-img-wrap, .project-card .project-info, .product-card .product-info .product-purchase, .checkbox-item, .pricing-card.style2 .pricing-header, .testimonial-card.style1 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .cart-total .cart-total-wrap .cart-total-item, .single-product-details .single-product-title .ratings, .wp-block-quote, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap, .hero-wrap.style2 .hero-slide-item .hero-img-wrap, .about-wrap.style1 .about-img-wrap, .checkbox-item, .pricing-card.style2 .pricing-header, .cart-total .cart-total-wrap .cart-total-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
.main-slider .swiper-slide{position: relative; background-color: var(--moniz-black, #1e1e22);}
.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--moniz-black-rgb, 30, 30, 34), .5);
    z-index: 2;
}
.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '\f132';
  font-family: "flaticon" !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #000;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader div {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  display: inline-block;
  -webkit-animation: bouncing 1.4s linear infinite;
          animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background: rgba(1, 148, 70, 0.9);
}

.loader div:nth-child(2) {
  background: rgba(1, 148, 70, 0.7);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background: rgba(1, 148, 70, 0.5);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translateY(80px) scale(1.5, 0.5);
            transform: translateY(80px) scale(1.5, 0.5);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  55% {
    -webkit-transform: translateY(80px) scale(1, 1);
            transform: translateY(80px) scale(1, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 11px 30px 11px;
  border-radius: 0;
  color: #000;
  border: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
}

.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: #ffe100;
}

.btn.style1:after, .btn.style1:before {
  background: #ECF0F2;
}

.btn.style1:hover {
  color: #ffe100;
  border-color: rgba(0, 0, 0, 0.09);
}

.btn.style2 {
  background-color: #fff;
  color: #051145;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

.btn.style2:after, .btn.style2:before {
  background: #000;
}

.btn.style2:hover {
  color: #fff;
}

.btn.style3 {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.style3:after, .btn.style3:before {
  background: #fff;
}

.btn.style3:hover {
  color: #ffe100;
  border-color: transparent;
}

.btn.style4 {
  background-color: #fff;
  color: #ffe100;
}

.btn.style4:after, .btn.style4:before {
  background: #000;
}

.btn.style4:hover {
  color: #fff;
}

.link {
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #ffe100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #ffe100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link.style1 {
  color: #000;
}

.link.style1:hover {
  color: #ffe100;
}

.link.style2 {
  color: #ffe100;
  font-weight: 600;
}

.link:hover {
  color: #ffe100;
}

.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link:hover i {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 16px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 0px;
  color: #051145;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #ffe100;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 18px;
  height: 7px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  width: 30px;
  background: #ffe100;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 36px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin: 12px 0 0;
}


.section-title.style2 span,
.content-title.style2 span {
  color: #fff;
}

.section-title.style2 h2,
.content-title.style2 h2 {
  color: #fff;
}

.section-para {
  margin-bottom: 0;
}

.content-wrapper {
  margin-top: 96px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-athens {
  background-color: #F5F6FA;
}

.bg-albastor {
}

.bg-mystic {
  background-color: #ECF0F2;
}

.bg-selago {
  background-color: #F1F7FD;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3000ms infinite ease-in-out;
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

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

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #ffe100;
}

.social-profile.style1 li a, .social-profile.style2 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
  color: #ffe100;
}

.social-profile.style1 li a:hover {
  background-color: #ffe100;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #ffe100;
}

.social-profile.style2 li a i {
  color: #ffe100;
}

.social-profile.style2 li a:hover {
  background-color: #ffe100;
  border-color: transparent;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
  color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
  text-align: center;
  margin-top: 15px;
}

.page-nav li {
  margin: 0 5px;
  display: inline-block;
}

.page-nav li:first-child a i {
  left: -2px;
}

.page-nav li:last-child a i {
  right: -2px;
}

.page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  -webkit-box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.08);
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a i {
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-nav li a.active, .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #ffe100;
}

.page-nav li a.active i, .page-nav li a:hover i {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap .header-top .header-top-left .contact-info li span, .hero-wrap .hero-content .hero-btn .play-video .video-icon, .counter-card-wrap.style2 .counter-card .counter-icon, .counter-card-wrap.style3 .counter-card .counter-icon, .service-card.style2 .service-info .service-icon, .service-card.style3 .service-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .contact-item .contact-icon, .pricing-card.style1 .pricing-header, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap, .hero-wrap.style2 .hero-slide-item .hero-img-wrap, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .about-wrap .about-promo-box, .about-wrap.style1 .about-img-wrap, .project-card .project-info, .product-card .product-info .product-purchase, .checkbox-item, .pricing-card.style2 .pricing-header, .testimonial-card.style1 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .cart-total .cart-total-wrap .cart-total-item, .single-product-details .single-product-title .ratings, .wp-block-quote, .footer-wrap .footer-widget .social-link, .hero-wrap.style1 .hero-slide-item .hero-img-wrap, .owl-carousel .owl-nav, .pp-post-item, .counter-card-wrap, .testimonial-card.style1, .testimonial-card.style2, .checkout-details .select-payment-method, .post-author, .comment-item-wrap .comment-item, .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap .header-top .header-top-left .contact-info li span, .hero-wrap .hero-content .hero-btn .play-video .video-icon, .counter-card-wrap.style2 .counter-card .counter-icon, .counter-card-wrap.style3 .counter-card .counter-icon, .service-card.style2 .service-info .service-icon, .service-card.style3 .service-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap, .hero-wrap.style2 .hero-slide-item .hero-img-wrap, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .about-wrap .about-promo-box, .about-wrap.style1 .about-img-wrap, .project-card .project-info, .product-card .product-info .product-purchase, .checkbox-item, .pricing-card.style2 .pricing-header, .testimonial-card.style1 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .cart-total .cart-total-wrap .cart-total-item, .single-product-details .single-product-title .ratings, .wp-block-quote, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: 0px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky.style3 {
  background-color: #ffe100;
}

.header-wrap.sticky.style1:after {
  height: 0;
}

.header-wrap.sticky.style1 .header-bottom {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap .header-top {
  padding: 15px 0;
}

.header-wrap .header-top .header-top-left .contact-info li {
  margin-right: 25px;
  position: relative;
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-info li span {
  position: relative;
  top: -1px;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li span i {
  font-size: 14px;
  line-height: 0.8;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 0;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-right .social-profile {
  text-align: right;
  margin-left: 15px;
  position: relative;
  padding-left: 15px;
}

.header-wrap .header-top .header-top-right .social-profile:before {
  position: absolute;
  top: 50%;
  left: -2px;
  content: "";
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-wrap .header-top .header-top-right .social-profile li a {
  width: 30px;
  height: 30px;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
  font-size: 14px;
}

.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.01);
          box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.01);
}

.header-wrap .header-bottom .container {
  position: relative;
}

.header-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 67%;
  background-color: #ffe100;
}

.header-wrap.style1 .header-bottom {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  -webkit-box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.01);
          box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.01);
}

.header-wrap.style1 .header-bottom .search-area {
  right: 0;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span, .header-wrap.style2 .header-top .header-top-left .contact-info li span {
  background-color: #fff;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span i, .header-wrap.style2 .header-top .header-top-left .contact-info li span i {
  color: #051145;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li:hover span, .header-wrap.style2 .header-top .header-top-left .contact-info li:hover span {
  color: #ffe100;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li a, .header-wrap.style1 .header-top .header-top-left .contact-info li p, .header-wrap.style2 .header-top .header-top-left .contact-info li a, .header-wrap.style2 .header-top .header-top-left .contact-info li p {
  color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .select-lang i, .header-wrap.style2 .header-top .header-top-right .select-lang i {
  color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span, .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span {
  color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before, .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
  color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a i, .header-wrap.style2 .header-top .header-top-right .social-profile li a i {
  color: #051145;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover, .header-wrap.style2 .header-top .header-top-right .social-profile li a:hover {
  background-color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i, .header-wrap.style2 .header-top .header-top-right .social-profile li a:hover i {
  color: #ffe100;
}

.header-wrap.style2 .header-top {
  background-color: #333; 
}

.header-wrap.style2 .header-bottom {
  padding: 0;
  background-color: #fff;
}

.header-wrap.style2 .header-bottom .btn {
  border-radius: 0;
}

.header-wrap.style3 .header-top {
  background-color: #f9f9f9;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li span {
  background-color: rgba(28, 114, 97, 0.09);
}

.header-wrap.style3 .header-top .header-top-left .contact-info li span i {
  color: #ffe100;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li:hover span {
  background-color: #ffe100;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li:hover span i {
  color: #fff;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li a, .header-wrap.style3 .header-top .header-top-left .contact-info li p {
  color: #051145;
}

.header-wrap.style3 .header-top .header-top-right .select-lang i {
  color: #ffe100;
}

.header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span {
  color: #051145;
}

.header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
  color: #051145;
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a {
  background-color: rgba(28, 114, 97, 0.09);
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a i {
  color: #ffe100;
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a:hover {
  background-color: #ffe100;
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a:hover i {
  color: #fff;
}

.header-wrap.style3 .header-top .header-top-right .social-profile:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.header-wrap.style3 .header-bottom {
  background-color: transparent;
  padding: 5px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchbtn {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  top: 4px;
}

.searchbtn i {
  font-size: 20px;
  line-height: 1;
}

.shopcart {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.shopcart i {
  font-size: 21px;
  line-height: 0.8;
  color: #000;
  position: relative;
  top: 2px;
}

.shopcart span {
  position: absolute;
  top: -4px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffe100;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 19px;
}

.search-area {
  position: absolute;
  top: 85px;
  right: 12px;
  background-color: #fff;
  padding: 15px 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 320px;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  visibility: visible;
  opacity: 1;
  top: 78px;
}

.search-area input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  background-color: transparent;
  color: #000;
}

.search-area button {
  position: absolute;
  top: 35px;
  right: 22px;
  border: none;
  background-color: transparent;
}

.search-area button i {
  font-size: 20px;
  opacity: 0.5;
  line-height: 0.8;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #ffe100;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 0px;
  right: -2px;
  content: "\EA4E";
  font-family: "remixicon";
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left:-100px;
  right: auto;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important;
  }
  .header-wrap.sticky {
    top: -179px;
  }
  .header-wrap.style1:after {
    height: 87%;
  }
  .header-wrap .header-top {
    padding: 15px 0;
  }
  .header-wrap .header-top .header-top-left {
    margin-bottom: 10px;
  }
  .header-wrap .header-top .header-top-left .contact-info {
    width: 100%;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .header-wrap .header-top .header-top-left .contact-info li:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-wrap .header-top .header-top-left .contact-info li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-wrap .header-top .header-top-left .contact-info li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0px;
    width: 28px;
    height: 28px;
  }
  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrap .header-top .header-top-right .select-lang i {
    top: 4px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 28px;
    height: 28px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 13px;
  }
  .search-area {
    width: 100%;
    right: 0;
  }
  .search-area.open {
    top: 67px;
  }
  .search-area input {
    height: 52px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .search-area button {
    top: 32px;
  }
  .search-area button i {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap.sticky {
    top: -50px;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 15px;
  }
  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 13px;
  }
  .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
    font-size: 13px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 26px;
    height: 26px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 12px;
  }
  .header-wrap .header-bottom .navbar .navbar-brand img {
    max-width: 120px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    margin-right: 15px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    margin: 0 7px !important;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    font-size: 15px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    font-size: 14px;
    top: 3px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
    font-size: 14px;
  }
  .header-wrap .header-bottom .navbar .other-options .option-item {
    margin: 0 0 0 15px;
  }
  .header-wrap .header-bottom .navbar .other-options .option-item .btn {
    font-size: 14px;
    padding: 10px 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: -90px;
  }
  .header-wrap .header-top {
    padding: 12px 0;
  }
  .header-wrap .header-top .header-top-left {
    margin-bottom: 15px;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 15px;
    padding-left: 28px;
  }
  .header-wrap .header-top .header-top-left .contact-info li span {
    top: 0px;
    width: 25px;
    height: 25px;
  }
  .header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
    font-size: 13px;
  }
  .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
    font-size: 14px;
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 25px;
    height: 24px;
  }
  .header-wrap .header-top .header-top-left,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-wrap.style1:after {
    height: 78%;
  }
  .header-wrap .search-area.open {
    top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap .header-bottom .container .search-area.open {
    top: 76px;
  }
  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #ffe100;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
    display: inline-block;
    padding: 10px 30px 10px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
    display: inline-block;
    top: 6px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;padding:0px; line-height: 40px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #ffe100;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap.style1 .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-wrap.style3 .searchbtn i {
    color: #fff;
  }
  .header-wrap.style3 .shopcart i {
    color: #fff;
  }
  .header-wrap.style3 .shopcart span {
    background-color: #ECF0F2;
    color: #ffe100;
  }
  .header-wrap.style3 .mobile-menu a {
    background-color: #ECF0F2;
  }
  .header-wrap.style3 .mobile-menu a i {
    color: #ffe100;
  }
  .shopcart {
    margin-left: 15px;
  }
  .searchbtn {
    top: 2px;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 25px;
  }
  .mobile-menu {
    text-align: right;
    margin-left: 15px;
    display: inline-block;
    position: relative;
    top: -5px;
  }
  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 62% 38% 46% 54% / 60% 63% 37% 40%;
    text-align: center;
    background-color: #ffe100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 18px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #ffe100;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 992px) {
  .menu-expand i {
    display: none;
  }
  .header-wrap .navbar {
    padding: 0;
  }
  .header-wrap .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  .header-wrap .navbar .navbar-nav {
    margin-right: 25px;
  }
  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 8px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-weight: 400;
    padding: 30px 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #ffe100;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
.header-wrap .navbar .navbar-nav .nav-item div.nav_sj{margin-left: 20px;}
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 280px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500; color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #ffe100;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ffe100;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    height: 16px;
    visibility: visible;
    opacity: 1;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }
  .header-wrap .navbar .other-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .header-wrap .navbar .other-options:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.18);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-wrap .navbar .other-options .option-item {
    margin: 0 0 0 25px;
  }
  .header-wrap.style3 .navbar .navbar-nav > .nav-item > a {
    color: #fff;
    font-weight: 400;
  }
  .header-wrap.style3 .navbar .navbar-nav > .nav-item > a:after {
    position: absolute;
    bottom: 22px;
    left: 50%;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header-wrap.style3 .navbar .navbar-nav > .nav-item > a:hover:after, .header-wrap.style3 .navbar .navbar-nav > .nav-item > a:focus:after, .header-wrap.style3 .navbar .navbar-nav > .nav-item > a.active:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .header-wrap.style3 .navbar .other-options:before {
    background-color: rgba(255, 255, 255, 0.35);
  }
  .header-wrap.style3 .navbar .other-options .option-item .searchbtn i {
    color: #fff;
  }
  .header-wrap.style3 .navbar .other-options .option-item .shopcart i {
    color: #fff;
  }
  .header-wrap.style3 .navbar .other-options .option-item .shopcart span {
    background-color: #fff;
    color: #ffe100;
  }
}

@media only screen and (min-width: 1400px) {
	.header-wrap .navbar .navbar-nav li.on a{color: #ffe100; }
  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .header-wrap .navbar .navbar-nav .nav-item.has-child {
    position: relative;
    top: -2px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 16px;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 19px;
    top: 5px;
  }
  .header-wrap .header-top .header-top-left .contact-info li p, .header-wrap .header-top .header-top-left .contact-info li a {
    font-size: 14px;
    margin-left: 13px;
  }
  .header-wrap.style1 .header-bottom {
    padding: 8px 29px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1540px;
  }
}

@media only screen and (min-width: 1920px) {
  .header-wrap .container {
    max-width: 1660px;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.breadcrumb-wrap {
  position: relative;
  width: 100%;
  padding: 150px 0 110px;
  overflow: hidden;
  background-color: #ECF0F2;
}

.breadcrumb-wrap .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-wrap .container .br-shape-one,
.breadcrumb-wrap .container .br-shape-two,
.breadcrumb-wrap .container .br-shape-three,
.breadcrumb-wrap .container .br-shape-four {
  position: absolute;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-wrap .container .br-shape-one {
  top: 50%;
  left: 0;
}

.breadcrumb-wrap .container .br-shape-two {
  top: 0;
  left: 200px;
}

.breadcrumb-wrap .container .br-shape-three {
  top: 50%;
  right: 200px;
}

.breadcrumb-wrap .container .br-shape-four {
  top: 0;
  right: 0;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.breadcrumb-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 6px;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  color: #54595F;
  font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -9px;
  content: "/";
  font-size: 16px;
  background-color: transparent;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #fff;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #ffe100;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img img {
  display: block;
  margin-left: auto;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #ffe100;
  font-size: 20px;
  line-height: 0.8;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-header {
  margin: 0 0 25px;
}

.login-header h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.login-form-wrap {
  padding: 40px 40px 30px;
  margin-bottom: 25px;
  background-color: #ECF0F2;
}

.login-form-wrap .login-form .form-group {
  margin: 0 0 20px;
}

.login-form-wrap .login-form .form-group input {
  background: transparent;
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
}

.login-form-wrap .login-form .btn {
  padding: 15px 35px;
}

.login-form-wrap .login-form .btn.btn-fb {
  background-color: #3B5999;
  color: #fff;
}

.login-form-wrap .login-form .btn.btn-fb:hover {
  color: #ffe100;
}

.login-form-wrap .login-form .btn.btn-gg {
  background-color: #EA4235;
  color: #fff;
}

.login-form-wrap .login-form .btn.btn-gg:hover {
  color: #ffe100;
}

.login-form-wrap .link.style1 {
  color: #ffe100;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 18px;
  z-index: 9;
}

.or-text .btn.fb i {
  color: #3B5999 !important;
}

.or-text .btn.google i {
  color: #FF3838 !important;
}

.or-text:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #f9f9f9;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  border-radius: 50%;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}

.sidebar .sidebar-widget.style2 {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffe100;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 24px;
  height: 3px;
  content: "";
  background: #ffe100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

.search-box .form-group input:focus {
  border-color: #888888;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #ffe100;
}

.search-box .form-group button i {
  color: #fff;
  font-size: 20px;
  position: relative;
}

.search-box.style2 .form-group {
  position: relative;
}

.search-box.style2 .form-group input {
  background: #ECF0F2;
  border: none;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box.style1 li {
  display: block;
  margin-bottom: 12px;
}

.category-box.style1 li:last-child {
  margin: 0;
}

.category-box.style1 li a {
  display: block;
  padding: 18px 25px;
  -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box.style1 li a:hover {
  background-color: #ffe100;
  color: #fff;
}

.category-box.style1 li a i {
  float: right;
  font-size: 13px;
  line-height: 0.8;
  position: relative;
  top: 7px;
}

.category-box.style2 li {
  position: relative;
}

.category-box.style2 li a {
  color: #54595F;
  padding: 8px 10px 8px 20px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box.style2 li a:before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffe100;
}

.category-box.style2 li a span {
  float: right;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 16px;
  color: #54595F;
}

.category-box.style2 li a:hover {
  color: #ffe100;
  padding-left: 20px;
}

.category-box.style2 li:first-child a {
  padding-top: 0;
}

.category-box.style2 li:first-child a:before {
  top: 8px;
}

.category-box.style2 li:last-child a {
  padding-bottom: 0;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
  margin-top: -12px;
}

.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 20px;
  color: #54595F;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-list ul li a:hover {
  background-color: #ffe100;
  color: #fff;
  border-color: transparent;
}

.tag-list.style2 li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background: transparent;
}

.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 85px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
}

.pp-post-item .pp-post-info h6 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}

.pp-post-item .pp-post-info span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
  color: #888888;
  margin-bottom: 8px;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: #ffe100;
}

/*-------------------------------
    Hero Section CSS
-------------------------------*/
.hero-bg-1 {
  background-image: url(../images/hero-bg-1.jpg);
}

.hero-wrap .hero-content span {
  display: block;
  margin-bottom: 6px;
}

.hero-wrap .hero-content h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.hero-wrap .hero-content p {
  margin-bottom: 35px;
}

.hero-wrap .hero-content .hero-btn .play-video span {
  display: inline-block;
  color: #54595F !important;
  font-weight: 500;
}

.hero-wrap .hero-content .hero-btn .play-video span:nth-child(1) {
  margin-right: 10px;
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
          box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
  margin-right: 15px !important;
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon i {
  font-size: 30px;
  line-height: 0.8;
  margin: 0 auto;
  color: #ffe100;
}

.hero-wrap .hero-content .hero-btn .btn:nth-child(1) {
  margin-right: 25px;
}

.hero-wrap.style1 {
  background-color: #ECF0F2;
  position: relative;
  z-index: 1;
}

.hero-wrap.style1 .hero-shape-three,
.hero-wrap.style1 .hero-shape-four,
.hero-wrap.style1 .hero-shape-five {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
  top: 190px;
  right: 0;
}

.hero-wrap.style1 .hero-shape-four {
  bottom: 120px;
  right: 50px;
}

.hero-wrap.style1 .hero-shape-five {
  bottom: 0;
  left: 0;
}

.hero-wrap.style1 .hero-slide-item {
  padding: 250px 0 180px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap {
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-one,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-two {
  width: calc(50% - 10px);
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-two {
  position: relative;
  top: 100px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-two img {
  margin-top: 100px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one {
  position: absolute;
  top: 55%;
  left: 55%;
  z-index: -1;
  opacity: 0.1;
  max-width: 500px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-two {
  position: absolute;
  top: 30px;
  right: 80px;
  z-index: -1;
  max-width: 150px;
}

.hero-wrap.style1 .hero-slide-item .hero-content {
  position: relative;
  z-index: 1;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-six,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-seven {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-six {
  bottom: -20px;
  right: -20px;
  max-width: 120px;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-seven {
  top: -20px;
  right: 20px;
  max-width: 60px;
}

.hero-wrap.style1 .hero-slide-item .hero-content span {
  color: #ffe100;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .btn {
  border-radius: 0;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .play-video {
  color: #051145;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap {
  margin-top: 60px;
  max-width: 90%;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-client-img {
  margin-left: 15px;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-client-img a {
  display: inline-block;
  margin-left: -18px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-client-img a img {
  border-radius: 50%;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-text {
  width: 55%;
  margin-left: 25px;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-text p {
  margin: 0;
  padding: 0;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-text p .link {
  text-decoration: underline;
}

.hero-wrap.style2 {
  background-color: #F1F7FD;
}

.hero-wrap.style2 .hero-slide-item {
  padding: 220px 0 170px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap {
  position: relative;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-one,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-two {
  width: calc(50% - 10px);
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-one img,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-two img {
  display: block;
  margin: 20px 0;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  font-size: 38px;
  line-height: 85px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffe100;
  border: 10px solid #fff;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now i {
  color: #fff;
  position: relative;
  left: -2px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now .ripple:after,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now .ripple:before,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now .ripple {
  width: 100px;
  height: 100px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-one,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-two,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-three,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-four {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-one {
  top: 128px;
  left: -66px;
  max-width: 140px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-two {
  bottom: 0;
  right: -35px;
  max-width: 100px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-three {
  top: -28px;
  right: -40px;
  max-width: 110px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-four {
  bottom: 120px;
  left: 70px;
  max-width: 160px;
}

.hero-wrap.style2 .hero-slide-item .hero-content span {
  color: #ffe100;
}

.hero-wrap.style3 {
  position: relative;
  z-index: 1;
}

.hero-wrap.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(28, 114, 97, 0.95);
  z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
  position: absolute;
  bottom: 100px;
  left: 45%;
}

.hero-wrap.style3 .hero-shape-two {
  position: absolute;
  top: 220px;
  right: 25px;
}

.hero-wrap.style3 .hero-slide-item {
  padding: 175px 0 60px;
}

.hero-wrap.style3 .hero-slide-item .hero-content h1 {
  color: #fff;
}

.hero-wrap.style3 .hero-slide-item .hero-content p {
  color: #fff;
}

.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .link.style3 {
  color: #fff;
  font-weight: 500;
}

.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .link.style3:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.7);
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap img {
  display: block;
  margin: 0 auto;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: 65px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  right: 65px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev, .hero-slider-two.owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  border: 2px solid white;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev i, .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}





/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;margin-top:85px;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--moniz-black, #1e1e22);
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--moniz-black-rgb, 30, 30, 34), .5);
    z-index: 2;
}

.main-slider-shape-1 {
    position: absolute;
    top: 262px;
    left: -213px;
    border-radius: 50%;
    width: 304px;
    height: 304px;
    background-color: var(--moniz-primary, #bd1821);
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

}

.main-slider-shape-2 {
    position: absolute;
    top: 435px;
    left: -200px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 415px;
    height: 415px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


.main-slider-shape-3 {
    position: absolute;
    top: -123px;
    right: -300px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 750px;
    height: 750px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider-shape-4 {
    position: absolute;
    top: 160px;
    right: -343px;
    border-radius: 50%;
    background-color: rgb(252, 101, 60);
    width: 543px;
    height: 543px;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider .container {
    padding-top: 280px;
    padding-bottom: 280px;
}

.main-slider__content {
    position: relative;
    display: block;
}

.main-slider p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 21px;
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 36px;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 64px;
    line-height: 100px;
}

.main-slider .thm-btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease,
        background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease,
        -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
        background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
        background 500ms ease, -webkit-transform 2000ms ease;
}


.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active .thm-btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.slider-bottom-box {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    min-height: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-slider__nav {
    position: relative;
    float: left;
    width: 150px;
    z-index: 100;
    display: flex;
    align-items: flex-start;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    margin: 0 5px;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
    background-color: rgba(var(--moniz-base-rgb, 0, 0, 0), .20);
}
.main-slider__nav .swiper-button-next i,
.main-slider__nav .swiper-button-prev i{font-size: 20px;}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color:#fff;
    background-color:#ffe100;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
}

#main-slider-pagination {
    z-index: 10;
    width: 150px;
    text-align: right;
    position: relative;
    margin-left: auto;
    float: right;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), .80);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--moniz-base, #ffffff);
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/


.main-slider-two-shape-1 {
    position: absolute;
    bottom: 125px;
    left: -375px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 750px;
    height: 750px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider-two-shape-2 {
    position: absolute;
    top: 180px;
    left: -337px;
    border-radius: 50%;
    background-color: rgb(252, 101, 60);
    width: 755px;
    height: 755px;
    z-index: 2;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}


@keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

.main-slider-two .container {
    padding-top: 255px;
    padding-bottom: 260px;
}

.main-slider-two #main-slider-pagination {
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 45px;
}

/*-------------------------------
    Promo & counter Section CSS
-------------------------------*/
.promo-wrap.style3 {
  position: relative;
  z-index: 1;
  background-color: #ECF0F2;
}

.promo-wrap.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 38%;
  z-index: -1;
  background-color: #fff;
}

.promo-card {
  margin-bottom: 25px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-card p {
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-card.style1 {
  padding: 25px;
  -webkit-box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.08);
}

.promo-card.style1 .promo-icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #ecf0f2;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ffe100;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-card.style1 .promo-icon i {
  font-size: 43px;
  line-height: 86px;
  margin: 0 auto;
  color: #ffe100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-card.style2 {
  position: relative;
}

.promo-card.style2 .promo-info {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: calc(100% - 50px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 25px;
  text-align: center;
}

.promo-card.style2 .promo-info:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #ffe100;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.promo-card.style2:hover .promo-info:after {
  width: 100%;
  opacity: 1;
}

.promo-card.style2:hover .promo-info h3 {
  color: #fff;
}

.promo-card.style2:hover .promo-info p {
  color: rgba(255, 255, 255, 0.8);
}

.promo-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.promo-card:hover .promo-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.promo-card:hover .promo-icon i {
  color: #fff;
}

.counter-card-wrap.style1 {
  background-color: #fff;
  padding: 50px 30px 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: -100px 0 0;
  position: relative;
  z-index: 1;
}

.counter-card-wrap.style2 {
  background-color: #fff;
  padding: 45px 30px 20px 45px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
          box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
}

.counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card {
  width: 25%;
  position: relative;
  margin-bottom: 25px;
}

.counter-card-wrap.style2 .counter-card .counter-icon, .counter-card-wrap.style3 .counter-card .counter-icon {
  width: 60px;
  z-index: 1;
  position: relative;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card-wrap.style2 .counter-card .counter-icon i, .counter-card-wrap.style3 .counter-card .counter-icon i {
  display: inline-block;
  line-height: 0.8;
  color: #000;
  font-size: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card-wrap.style2 .counter-card .counter-icon:after, .counter-card-wrap.style3 .counter-card .counter-icon:after {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  content: "";
  z-index: -1;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card-wrap.style2 .counter-card .counter-text, .counter-card-wrap.style3 .counter-card .counter-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.counter-card-wrap.style2 .counter-card .counter-text h2, .counter-card-wrap.style3 .counter-card .counter-text h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
}

.counter-card-wrap.style2 .counter-card .counter-text h2 .target, .counter-card-wrap.style3 .counter-card .counter-text h2 .target {
  font-size: 34px;
  line-height: 0.8;
  position: relative;
  top: 1px;
  left: -4px;
}

.counter-card-wrap.style2 .counter-card .counter-text p, .counter-card-wrap.style3 .counter-card .counter-text p {
  margin-bottom: 0;
  line-height: 1;
}

/*-------------------------------
    About Section CSS
-------------------------------*/
.ny-wrap{background:#f9f9f9;}
.about-wrap{background:#ffe100;}
.about-wrap .about-promo-box {
  min-width: 290px;
  padding: 25px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
}

.about-wrap .about-promo-box i {
  font-size: 52px;
  line-height: 0.8;
  color: #ffe100;
  margin-right: 20px;
  position: relative;
  top: 1px;
}

.about-wrap .about-promo-box h2 {
  width: calc(100% - 72px);
  font-size: 16px;
  font-weight: 300;
  color: #54595F;
  margin: 0;
}

.about-wrap .about-promo-box h2 span {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  display: block;
  color: #051145;
}

.about-wrap .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap .about-content {
  position: relative;
  z-index: 1; text-align: center;
}
.about-wrap .about-content .btn.style1{background:#d2b900;}
.about-wrap .about-content .content-title {
  margin-bottom: 25px;
}

.about-wrap.style1 .about-img-wrap .about-img-two {
  width: calc(57% - 11px);
}

.about-wrap.style1 .about-img-wrap .about-img-one {
  width: calc(43% - 11px);
}

.about-wrap.style1 .about-img-wrap .about-shape-two {
  z-index: -1;
}

.about-wrap.style1 .about-img-wrap .about-promo-box {
  position: absolute;
  bottom: 45px;
  left: 80px;
}

.about-wrap.style1 .about-content .about-shape-two {
  position: absolute;
  bottom: -50px;
  right: 30%;
  z-index: -1;
}

.about-wrap.style1 .about-content .counter-card-wrap {
  margin-bottom: 30px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card {
  width: 33.33%;
  padding-right: 6px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  margin-bottom: 5px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card h2 .target {
  line-height: 0.8;
  position: relative;
  top: 3px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card p {
  margin-bottom: 0;
}

.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.about-wrap.style2 .about-img-wrap .about-promo-box {
  position: absolute;
  bottom: 0;
  left: 42%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-wrap.style2 .about-img-wrap .about-shape-one {
  position: absolute;
  top: 85px;
  right: 0;
  z-index: -1;
}

.about-wrap.style2 .about-img-wrap .about-img-one {
  width: calc(100% - 100px);
  margin-right: auto;
}

.about-wrap.style2 .about-img-wrap .about-img-two {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 100px;
  right: 0;
}

.about-wrap.style2 .about-img-wrap .about-img-two img {
  border-radius: 50%;
}

.about-wrap.style2 .about-content .progressbar-wrap, .about-wrap.style3 .about-content .progressbar-wrap {
  margin: 5px 0 38px;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
}

.about-wrap.style3 .about-img-wrap .about-img-one {
  width: calc(100% - 100px);
  margin-right: auto;
}

.about-wrap.style3 .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-wrap.style3 .about-img-wrap .promo-box {
  position: absolute;
  left: 75px;
  bottom: 55px;
}

.progressbar-wrap .progress-bar {
  margin: 0 0 20px;
  overflow: hidden;
  background: transparent;
}

.progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}

.progressbar-wrap .progress-bar .progress-content-outter {
  height: 3px;
  background-color: #D9D9D9;
}

.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  height: 3px;
  background-color: #ffe100;
  width: 0%;
}

.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  margin: 0;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  font-weight: 500;
  position: relative;
}





/*-------------------------------
   Service  Section  CSS
-------------------------------*/
.service-wrap.style1 {
  position: relative;
  z-index: 1;
}

.service-wrap.style1 .service-shape-one {
  position: absolute;
  top: 40%;
  left: 30px;
  z-index: 0;
}

.service-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  z-index: -1;
  background-color: #ECF0F2;
}

.service-card {
  margin-bottom: 25px;
}

.service-card h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.service-card h3:hover a {
  color: #ffe100;
}

.service-card .newsnr{
  margin: 0 0 15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}

.service-card.style1 {
  position: relative;
  z-index: 1;
}

.service-card.style1 .service-info {
  padding: 22px 25px 22px;
  -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
          box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
  width: calc(100% - 50px);
  margin: -95px auto 0;
  background-color: #fff;
  z-index: 3;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1 .service-info i {
  position: absolute;
  bottom: 20px;
  right: 22px;
  font-size: 44px;
  line-height: 0.8;
  color: #ffe100;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1:hover .service-info {
  margin: -115px auto 0;
}

.service-card.style1:hover .service-info i {
  opacity: 0.5;
}

.service-card.style2 {
  -webkit-box-shadow: 0px 6px 15px rgba(5, 17, 69, 0.06);
          box-shadow: 0px 6px 15px rgba(5, 17, 69, 0.06);
}

.service-card.style2 .service-info {
  background-color: #fff;
  padding: 0 25px 25px;
}

.service-card.style2 .service-info .service-icon {
  width: 120px;
  padding: 10px 10px;
  margin: -30px 0 23px;
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}

.service-card.style2 .service-info .service-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ffe100;
  visibility: hidden;
  opacity: 0;
  z-index: -1;color:#000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2:hover .service-info .service-icon:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.service-card.style2:hover .service-info .service-icon {
  color: #000;
}

.service-card.style3 {
  padding: 25px;
  background-color: #000;
  -webkit-box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
}

.service-card.style3 .service-icon {
  width: 90px;
  text-align: center;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #ffe100;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
}

.service-card.style3 .service-icon:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  content: "";
  background-color: rgba(28, 114, 97, 0.08);
}

.service-card.style3 .service-icon:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: 0;
  border-radius: 50%;
  content: "";color:#fff;
  background-color: #ffe100;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}




.service-card.style3:hover .service-icon:after {
  height: calc(100% - 10px);
  visibility: visible;
  opacity: 1;
}

.service-slider-one {
  margin-bottom: -15px;
}

.service-slider-one .service-card.style1 {
  margin-bottom: 15px;
}

.service-slider-one .service-card.style2 {
  margin: 15px 5px;
}

.service-slider-one.style1.owl-carousel .owl-nav button.owl-prev, .service-slider-one.style1.owl-carousel .owl-nav button.owl-next {
  -webkit-box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.04);
}

.service-slider-one.style2.owl-carousel {
  margin: -15px -5px;
}

.service-slider-one.style2.owl-carousel .owl-nav button.owl-prev, .service-slider-one.style2.owl-carousel .owl-nav button.owl-next {
  -webkit-box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.09);
          box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.09);
}

.promo-bg-1 {
  background-image: url(../images/promo-bg.jpg);
}

.promo-bg-2 {
  background-image: url(../images/promo-bg-2.jpg);
}

.promo-bg-3 {
  background-image: url(../images/promo-bg-3.jpg);
}

.promo-video-wrap {
  position: relative;
  z-index: 0;
  padding: 300px 0 0;
  margin-top: -300px;
  position: relative;
}

.promo-video-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(27, 114, 97, 0.9);
  z-index: -1;
}

.promo-video-wrap .content-title {
  position: relative;
  z-index: 10;
}

.promo-video-wrap .content-title h2 {
  color: #fff;
  margin-bottom: 30px;
}

.promo-video {
  height: 585px;
  z-index: 2;
  position: relative;
}

.promo-video .play-now {
  width: 100px;
  height: 100px;
  top: 50%;
  font-size: 38px;
  line-height: 98px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.promo-video .play-now i {
  color: #ffe100;
  position: relative;
  left: -2px;
}

.promo-video .play-now .ripple:after,
.promo-video .play-now .ripple:before,
.promo-video .play-now .ripple {
  width: 100px;
  height: 100px;
}

.promo-video.style1 {
  height: 535px;
}

.promo-video.style1 .play-now {
  width: 70px;
  height: 70px;
  font-size: 35px;
  line-height: 70px;
}

.promo-video.style1 .play-now .ripple:after,
.promo-video.style1 .play-now .ripple:before,
.promo-video.style1 .play-now .ripple {
  width: 70px;
  height: 70px;
}

.register-form {
  background-color: #fff;
  padding: 32px 42px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.register-form .reg-shape {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: -1;
}

.register-form h5 {
  margin: 0 0 15px;
}

.register-form .form-group {
  margin-bottom: 15px;
}

.register-form .form-group label {
  display: block;
  color: #000;
  margin: 0  0 10px;
}

.register-form .form-group input, .register-form .form-group select {
  height: 50px;
}

.register-form .form-group select {
  color: #54595F;
}

.register-form p {
  font-size: 15px;
}

.register-form p a {
  font-weight: 600;
}

/*-------------------------------
   Project  Section  CSS
-------------------------------*/
.project-card {
  position: relative;
  margin-bottom: 25px;
}

.project-card .project-info {
  width: calc(100% - 50px);
  margin: -60px auto 0;
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.08);
}

.project-card .project-info .project-title {
  width: calc(100% - 50px);
  margin-right: auto;
}

.project-card .project-info .project-title h3 {
  font-size: 22px;
  margin: 0 0;
}

.project-card .project-info .project-title h3:hover a {
  color: #ffe100;
}

.project-card .project-info .project-title p {
  margin: 0;
}

.project-card .project-info .project-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card .project-info .project-link i {
  font-size: 18px;
  font-weight: 800;
  line-height: 50px;
  color: #333;
  position: relative;
  right: -2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card .project-info .project-link:hover {
  background-color: #ffe100;
}

.project-card .project-info .project-link:hover i {
  color: #fff;
}

.project-slider-one,
.project-slider-two {
  margin: -10px -5px;
}

.project-slider-one .project-card,
.project-slider-two .project-card {
  margin: 10px 5px;
}

.testimonial-slider-two.owl-carousel .owl-dots,
.project-slider-one.owl-carousel .owl-dots,
.project-slider-two.owl-carousel .owl-dots {
  margin: 20px 0 10px;
  text-align: center;
}

.project-slider-one,
.project-slider-two {
  margin: 0 0 -10px 0;
}

.project-slider-one .project-card,
.project-slider-two .project-card {
  margin: 0 0 10px 0;
}

/*-------------------------------
   Product  Section  CSS
-------------------------------*/
.product-wrap .container {
  position: relative;
}

.product-wrap .container .product-shape-one {
  position: absolute;
  top: 95px;
  left: -28px;
  z-index: -1;
  max-width: 100px;
}

.product-wrap .container .product-shape-two {
  position: absolute;
  bottom: -24px;
  right: -24px;
  z-index: -1;
  max-width: 100px;
}

.product-card {
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
}

.product-card .product-img {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ECF0F2;
}

.product-card .product-img img {
  max-width: 205px;
  display: block;
  margin: 0 auto;
}

.product-card .product-img .product-option {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-card .product-img .product-option li {
  display: block;
  margin: 10px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.product-card .product-img .product-option li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card .product-img .product-option li:nth-child(2) {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card .product-img .product-option li:nth-child(3) {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.product-card .product-img .product-option li:last-child {
  margin-right: 0;
}

.product-card .product-img .product-option li button, .product-card .product-img .product-option li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card .product-img .product-option li button i, .product-card .product-img .product-option li a i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: #ffe100;
}

.product-card .product-img .product-option li button:hover, .product-card .product-img .product-option li a:hover {
  background-color: #ffe100;
}

.product-card .product-img .product-option li button:hover i, .product-card .product-img .product-option li a:hover i {
  color: #fff;
}

.product-card .product-info h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.product-card .product-info h3:hover a {
  color: #ffe100;
}

.product-card .product-info .product-price {
  margin: 0 0 12px;
  color: #051145;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-family: "Lexend", sans-serif;
}

.product-card .product-info .product-price .discount {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  text-decoration: line-through;
  margin-left: 15px;
  font-size: 15px;
  position: relative;
  top: -2px;
}

.product-card .product-info .product-purchase .btn {
  margin-right: 25px;
}

.product-card .product-info .product-purchase .rating i {
  color: #FFC422;
  line-height: 0.8;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.product-card .product-info p {
  margin-bottom: 20px;
}

.product-card.style1 {
  padding: 20px;
}

.product-card.style1 .product-img {
  padding: 30px 15px;
}

.product-card.style1 .product-info {
  padding: 25px 0 0;
}

.product-card.style1:hover .product-img .product-option li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-card.style2 {
  padding: 0;
}

.product-card.style2 .ratings {
  margin-bottom: 12px;
}

.product-card.style2 .ratings li {
  display: inline-block;
}

.product-card.style2 .ratings li i {
  color: #EBA400;
}

.product-card.style2 .product-info {
  padding: 25px;
}

.product-card.style2 .product-img {
  background-color: #F1F7FD;
  padding: 30px 0;
}

.product-card.style2 .product-img .product-option {
  left: 50%;
  top: auto;
  bottom: 25px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-card.style2 .product-img .product-option li {
  display: inline-block;
  margin: 0 6px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.product-card.style2:hover .product-img .product-option li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-card:hover .product-img .product-option li {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-slider-one {
  margin: -10px -10px;
  position: relative;
  z-index: 1;
}

.product-slider-one .product-card {
  margin: 10px 10px;
}

.search-box.style2 .form-group input {
  background-color: #ECF0F2;
}

.filter-item-num select,
.filter-item-cat select {
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  color: #393939;
  background-color: #ECF0F2;
  font-size: 14px;
  height: 55px;
  border: none;
}

.checkbox-item {
  margin-bottom: 15px;
}

.checkbox-item:last-child {
  margin-bottom: 0;
}

/*-------------------------------
   Team Section  CSS
-------------------------------*/
.bg-1 {
  background-image: url(../images/re.jpg); background-attachment: fixed;
}

.team-wrap.style2 {
  position: relative;
  z-index: 1;
}

.team-wrap.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

.team-card {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
          box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card .team-member-img {
  text-align: center;
}

.team-card .team-member-img img {
  display: block;
  margin: 0 auto;
}

.team-card .team-member-info {
  background-color: #fff;
  padding: 25px;
}

.team-card .team-member-info h3 {
  font-size: 22px;
  margin: 0 0 5px;
}

.team-card .team-member-info span {
  color: #54595F;
}

.team-card.style1 .team-member-img {
  text-align: center;
}

.team-card.style1 .team-member-img img {
  display: block;
  margin: 0 auto;
}

.team-card.style1 .team-member-img .member-social {
  position: relative;
  top: -23px;
  float: right;
  width: 45px;
  height: 45px;
  margin-right: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffe100;
}

.team-card.style1 .team-member-img .member-social i {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 44px;
  margin: 0 auto;
  cursor: pointer;
}

.team-card.style1 .team-member-img .member-social .social-profile {
  position: absolute;
  bottom: 0;
  left: 6px;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style1 .team-member-img .member-social .social-profile li {
  display: block;
  margin: 10px 0;
}

.team-card.style1 .team-member-img .member-social .social-profile li:last-child {
  margin-bottom: 0;
}

.team-card.style1 .team-member-img .member-social .social-profile li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
}

.team-card.style1 .team-member-img .member-social .social-profile li a i {
  color: #ffe100;
  font-size: 17px;
  margin: 0 auto;
}

.team-card.style1 .team-member-img .member-social:hover .social-profile {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 15px);
}

.team-card.style2 {
  -webkit-box-shadow: 0px 5px 15px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 5px 15px rgba(5, 17, 69, 0.08);
}

.team-card.style2 .team-member-info {
  text-align: center;
  padding: 25px 25px 28px;
}

.team-card.style2 .team-member-info .social-profile {
  margin: 20px 0 0;
}

.team-card.style2 .team-member-info .social-profile li a {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
}

.team-card.style2 .team-member-info .social-profile li a i {
  font-size: 22px;
}

.team-card.style3 .team-member-info {
  text-align: center;
}

.team-card.style3 .team-member-img {
  position: relative;
}

.team-card.style3 .team-member-img .social-profile {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style3 .team-member-img .social-profile li {
  display: inline-block;
}

.team-card.style3 .team-member-img .social-profile li a {
  width: 45px;
  height: 45px;
}

.team-card.style3 .team-member-img .social-profile li a i {
  font-size: 24px;
}

.team-card.style3:hover .team-member-img .social-profile {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}

.team-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.team-card:hover .member-social {
  background-color: #ffe100;
}

.team-card:hover .member-social i {
  color: #fff;
}

.team-card:hover .member-social .social-profile {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 15px);
}

/*-------------------------------
    Instagram Section CSS
-------------------------------*/
.insta-item {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 25px;
}

.insta-item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(5, 17, 69, 0.3);
  content: "";
  opacity: 0;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.insta-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffe100;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.insta-item span i {
  color: #fff;
  font-size: 22px;
  line-height: 44px;
  display: block;
  margin: 0 auto;
}

.insta-item:hover:after {
  width: 100%;
  opacity: 1;
}

.insta-item:hover span {
  visibility: visible;
  opacity: 1;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
  -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
          box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-img {
  overflow: hidden;
  position: relative;
}

.blog-card .blog-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card .blog-info {
  position: relative;
  padding: 25px;
}

.blog-card .blog-info .blog-metainfo {
  margin-bottom: 10px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-card .blog-info .blog-metainfo li:after {
  position: absolute;
  top: -1px;
  right: -15px;
  content: "/";
  font-size: 16px;
  color: #54595F;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 14px;
  color: #54595F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-card .blog-info .blog-metainfo li a:hover {
  color: #ffe100;
}

.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: #ffe100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-card .blog-info .blog-metainfo li i.ri-wechat-line {
  font-size: 17px;
}

.blog-card .blog-info h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}

.blog-card .blog-info h3:hover a {
  color: #ffe100;
}

.blog-card .blog-info p {
  margin-bottom: 15px;
}

.blog-card .blog-date {
  font-size: 14px;
  background-color: #ffe100;
  padding: 5px 17px 7px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-card .blog-date span {
  display: block;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  line-height: 28px;
  font-weight: 700;
}

.blog-card.style1 {
  position: relative;
  background-color: #fff;
}

.blog-card.style1 .blog-info .blog-date {
  position: absolute;
  top: -30px;
  right: 25px;
}

.blog-card.style2 {
  position: relative;
  background-color: #fff;
}

.blog-card.style2 .blog-img {
  position: relative;
}

.blog-card.style2 .blog-img .blog-date {
  position: absolute;
  bottom: 25px;
  left: 25px;
  min-width: 58px;
}

.blog-card.style2 .blog-info h3 {
  margin-bottom: 12px;
}

.blog-card.style2 .blog-info p {
  margin: 0 0 12px;
}

.blog-card.style3 {
  background-color: #fff;
}

.blog-card.style3 .blog-img {
  position: relative;
}

.blog-card.style3 .blog-img .blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  min-width: 58px;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-card:hover .blog-info .blog-date {
  background-color: #ffe100;
}

.blog-slider-one {
  margin: -10px -10px;
}

.blog-slider-one .blog-card.style1 {
  margin: 10px 10px;
}

.team-slider-one {
  margin-bottom: -10px;
}

.team-slider-one .team-card.style1, .team-slider-one .team-card.style2 {
  margin-bottom: 10px;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev, .service-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -65px;
}

.service-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -65px;
}

/*-------------------------------
    Pricing  Section  CSS
-------------------------------*/
.pricing-bg-1 {
  background-image: url(../images/pricing-bg-1.jpg);
}

.pricing-bg-2 {
  background-image: url(../images/pricing-bg-2.jpg);
}

.pricing-bg-3 {
  background-image: url(../images/pricing-bg-3.jpg);
}

.pricing-bg-4 {
  background-image: url(../images/pricing-bg-4.jpg);
}

.pricing-bg-5 {
  background-image: url(../images/pricing-bg-5.jpg);
}

.pricing-card {
  -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card .pricing-header h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}

.pricing-card .pricing-header h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.pricing-card .pricing-header h2 span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.pricing-card .pricing-features li {
  margin-bottom: 18px;
}

.pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-card .pricing-features li i {
  float: right;
  font-size: 20px;
  line-height: 0.8;
  position: relative;
  top: 5px;
}

.pricing-card.style1 {
  padding: 25px;
}

.pricing-card.style1 .pricing-header {
  position: relative;
  padding: 20px 20px 15px;
  height: 200px;
  z-index: 1;
}

.pricing-card.style1 .pricing-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.25%, rgba(5, 17, 69, 0.2)), to(#051145));
  background: linear-gradient(180deg, rgba(5, 17, 69, 0.2) 30.25%, #051145 100%);
  opacity: 0.8;
  z-index: -1;
}

.pricing-card.style1 .pricing-header h5 {
  color: #fff;
}

.pricing-card.style1 .pricing-header h2 {
  color: #fff;
}

.pricing-card.style1 .pricing-features {
  margin: 30px 0;
}

.pricing-card.style2 {
  background-color: #fff;
  padding: 0 0 25px;
}

.pricing-card.style2 .pricing-header-bg {
  height: 240px;
}

.pricing-card.style2 .pricing-header {
  margin: 25px 25px 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-card.style2 .pricing-header .pricing-header-left h5 {
  font-size: 24px;
  margin: 0 0 8px;
}

.pricing-card.style2 .pricing-header .pricing-header-left h2 {
  font-size: 36px;
  margin: 0;
}

.pricing-card.style2 .pricing-header .pricing-header-left h2 span {
  font-size: 16px;
  color: #051145;
  font-weight: 400;
  margin-left: 5px;
}

.pricing-card.style2 .pricing-header .pricing-header-right {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card.style2 .pricing-header .pricing-header-right i {
  font-size: 60px;
  opacity: 0.4;
  color: #ffe100;
  line-height: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card.style2 .pricing-features {
  padding: 0 30px 30px;
}

.pricing-card.style2 .btn {
  margin: 0 30px;
}

.pricing-card .btn {
  padding: 12px 40px;
}

.pricing-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.pricing-card:hover .pricing-header .pricing-header-right i {
  color: #ffe100;
  opacity: 1;
}

.subtitle {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.partner-item {
  padding: 0 20px;
}

.partner-item img {
  max-width: 70px;
  -webkit-filter: brightness(0.1) invert(0);
          filter: brightness(0.1) invert(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.partner-item:hover img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.ratings li {
  display: inline-block;
}

.ratings li i {
  font-size: 18px;
  color: #FFC422;
  line-height: 0.8;
}

.testimonial-wrap {
  position: relative;
  z-index: 1;
}

.testimonial-wrap.style1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #ffe100;
  z-index: -1;
}

.testimonial-card {
  background-color: #fff;
  margin: 0 0 25px;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
          box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
  z-index: 1;
}

.testimonial-card .ratings li i {
  color: #EBA400;
}

.testimonial-card .client-info h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card .client-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card.style1 {
  padding: 25px;
}

.testimonial-card.style1 .client-img {
  width: 100px;
  width: 100px;
  border-radius: 50%;
}

.testimonial-card.style1 .client-img img {
  border-radius: 50%;
}

.testimonial-card.style1 .client-info-area {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.testimonial-card.style1 .client-info-wrap .client-info {
  width: calc(100% - 45px);
}

.testimonial-card.style1 .client-info-wrap .quote-icon {
  width: 44px;
}

.testimonial-card.style1 .client-info-wrap .quote-icon i {
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 44px;
  line-height: 0.8;
  color: #ffe100;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card.style1 .ratings {
  margin: 0 0 12px;
}

.testimonial-card.style1 .client-quote {
  margin: 0 0  18px;
}

.testimonial-card.style1 .client-info-wrap, .testimonial-card.style2 .client-info-wrap {
  width: 100%;
}

.testimonial-card.style1 .client-info-wrap .client-info, .testimonial-card.style2 .client-info-wrap .client-info {
  margin-right: auto;
}

.testimonial-card.style2 {
  padding: 25px 25px 25px;
  margin-left: 55px;
}

.testimonial-card.style2 .client-img {
  width: 100px;
  width: 100px;
  margin-left: -80px;
  border-radius: 50%;
}

.testimonial-card.style2 .client-img img {
  border-radius: 50%;
}

.testimonial-card.style2 .client-info-wrap {
  width: 100%;
  margin-bottom: 18px;
}

.testimonial-card.style2 .client-info-wrap .client-info {
  width: calc(100% - 110px);
  margin-right: auto;
}

.testimonial-card.style2 .client-info-wrap .ratings {
  width: 110px;
  text-align: right;
}

.testimonial-card.style2 .client-info-area {
  width: calc(100% - 55px);
  margin-left: 20px;
}

.testimonial-card.style2 .client-quote {
  margin: 0;
}

.testimonial-card.style3 {
  padding: 25px 25px 22px;
  -webkit-box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
}

.testimonial-card.style3 .client-info-wrap {
  margin-bottom: 20px;
}

.testimonial-card.style3 .client-info-wrap .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-card.style3 .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card.style3 .client-info-wrap .client-info {
  width: calc(100% - 140px);
  margin-left: 20px;
  margin-right: auto;
}

.testimonial-card.style3 .client-info-wrap .quote-icon {
  width: 45px;
  text-align: right;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card.style3 .client-info-wrap .quote-icon i {
  font-size: 45px;
  line-height: 0.8;
  color: #ffe100;
}

.testimonial-card.style3 .client-quote {
  margin-bottom: 18px;
}

.testimonial-card.style3:hover .client-info-wrap .quote-icon {
  opacity: 1;
}

.testimonial-slider-one .testimonial-card.style1 {
  margin: 0;
}

.testimonial-slider-one .testimonial-card.style2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonial-slider-one.owl-carousel .owl-nav {
  top: -82px;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  border-color: transparent;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after, .testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover:after {
  background-color: #14467B;
}

.testimonial-slider-one.owl-carousel.style2 {
  margin: -10px 0;
}

.testimonial-slider-one.owl-carousel.style2 .owl-nav {
  top: -82px;
}

.testimonial-slider-one.owl-carousel.style2 .owl-nav button.owl-prev, .testimonial-slider-one.owl-carousel.style2 .owl-nav button.owl-next {
  -webkit-box-shadow: 0px 6px 15px rgba(17, 17, 17, 0.07);
          box-shadow: 0px 6px 15px rgba(17, 17, 17, 0.07);
}

.testimonial-slider-two {
  margin: -15px -10px;
}

.testimonial-slider-two .testimonial-card.style3 {
  margin: 15px 10px;
}

.testimonial-slider-two.owl-carousel .owl-dots {
  margin-top: 5px;
  margin-bottom: 15px;
}

/*-------------------------------
Appointment Section  CSS
-------------------------------*/
.promo-box {
  padding: 20px 25px 25px 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
}

.promo-box .promo-icon {
  position: absolute;
  top: -25px;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffe100;
  text-align: center;
}

.promo-box .promo-icon i {
  font-size: 34px;
  line-height: 66px;
  margin: 0 auto;
  color: #fff;
}

.promo-box p {
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}

.promo-box p span {
  font-family: "Lexend", sans-serif;
  font-size: 36px;
  color: #051145;
  font-weight: 700;
  line-height: 46px;
  display: block;
}

.appointment-wrap .appointment-content .content-title {
  margin-bottom: 30px;
}

.appointment-wrap.style1 .appointment-img-wrap {
  position: relative;
  padding-bottom: 200px;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-one,
.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-two {
  position: absolute;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-img-one {
  width: calc(100% - 140px);
  margin-left: auto;
  display: block;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-img-two {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 380px;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-two {
  top: 80px;
  left: 20px;
  z-index: -1;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-one {
  bottom: 50px;
  right: 10px;
  z-index: 1;
}

.appointment-wrap.style2 .appoint-img-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
}

.appointment-wrap.style2 .appoint-img-wrap .insta-item {
  margin-bottom: 0;
}

.appointment-wrap.style3 .promo-box {
  position: absolute;
  top: 50px;
  left: 25px;
}

.appointment-wrap.style3 .appointment-img-wrap {
  position: relative;
  padding-bottom: 180px;
}

.appointment-wrap.style3 .appointment-img-wrap .appoint-img-one {
  width: calc(100% - 140px);
  margin-left: auto;
  display: block;
}

.appointment-wrap.style3 .appointment-img-wrap .appoint-img-two {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 380px;
}

.appointment-wrap.style3 .about-content .content-title {
  margin-bottom: 25px;
}

.appointment-wrap.style3 .about-content .progressbar-wrap {
  margin: 0 0 38px;
}

.appointment-form .form-group {
  margin-bottom: 20px;
}

.appointment-form .form-group input, .appointment-form .form-group textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 15px;
  background-color: transparent;
}

.appointment-form .form-group textarea {
  height: 180px;
  resize: none;
}

.appointment-form button.btn {
  margin-top: -5px;
}

/*------------------------------
        Cart CSS
-------------------------------*/
.cart-table table {
  margin: 0;
}

.cart-table table thead tr {
  border: none;
}

.cart-table table thead tr th {
  padding: 15px 10px 15px;
  text-align: center;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #051145;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-table table tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.cart-table table tbody tr {
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-table table tbody tr td {
  padding: 10px 10px 10px;
  background: #fff;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-table table tbody tr td:first-child {
  text-align: left;
}

.cart-table table tbody tr td button.style1 {
  font-size: 16px;
}

.cart-table table tbody tr td button.style2 {
  padding: 12px 25px 11px;
  font-size: 16px;
}

.cart-table table tbody tr td .product-img {
  background-color: #f9f9f9;
  padding: 5px 0;
  max-width: 45px;
  margin: 0 auto;
}

.cart-table table tbody tr td .product-img img {
  max-width: 32px;
  display: block;
  margin: 0 auto;
}

.cart-table table tbody tr td .cart-item {
  font-weight: 500;
  text-align: center;
  color: #54595F;
}

.cart-table table tbody tr td .cart-item:hover {
  color: #ffe100;
}

.cart-table table tbody tr td .cart-item-price {
  font-size: 16px;
  text-align: center;
}

.cart-table table tbody tr td p {
  margin: 0;
}

.cart-table table tbody tr td button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 20px;
}

.cart-table table tbody tr td button i {
  color: #ffe100;
}

.cart-table table tbody tr td button span {
  font-size: 18px;
  line-height: 30px;
}

.product-quantity {
  width: 144px;
  margin-right: 10px;
  border-radius: 5px;
}

.product-quantity .qtySelector {
  position: relative;
  height: 42px;
}

.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}

.product-quantity .qtySelector span.increaseQty {
  right: 0;
}

.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  left: 48px;
  position: relative;
  height: 42px;
  text-align: center;
  color: #000;
  border-radius: 0;
}

.cart-qty .product-quantity {
  margin: 0 auto;
}

.cart-qty .product-quantity input {
  left: 0 !important;
}

.coupon-code {
  position: relative;
}

.coupon-code input {
  width: 100%;
  background: transparent;
  padding: 10px 50px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.coupon-code button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 22px;
  border-radius: 0;
  background-color: #ffe100;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
}

.cart-total {
  padding: 25px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-total.style2 {
  background-color: #ECF0F2;
  border: none;
}

.cart-total .cart-box-title {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffe100;
}

.cart-total .cart-total-wrap .cart-total-item {
  padding: 25px 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-total .cart-total-wrap .cart-total-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-total .cart-total-wrap .cart-total-item p,
.cart-total .cart-total-wrap .cart-total-item span {
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.cart-total .cart-total-wrap .cart-total-item p b,
.cart-total .cart-total-wrap .cart-total-item span b {
  color: #000;
}

.cart-total .btn {
  margin-top: 30px;
}

.cart-total .btn.style2 {
  padding: 18px 10px 17px;
}

.cart-coupon {
  padding: 15px 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
  text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
  margin: 0 auto;
}

.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}

.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
}

.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
  height: 120px;
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-promobox {
  background: #ECF0F2;
  padding: 15px;
  margin: 0 0 25px;
}

.checkout-promobox i {
  color: #ffe100;
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 5px;
}

.checkout-form {
  margin: 0 0 25px;
  padding: 25px;
  background-color: #ECF0F2;
}

.checkout-form .checkout-box-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

.checkout-form .form-group {
  margin: 0 0 15px;
}

.checkout-form .form-group label {
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.checkout-form .form-group input,
.checkout-form .form-group textarea {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  width: 100%;
  padding: 13px 15px 13px 20px;
}

.checkout-form .form-group input::-webkit-input-placeholder,
.checkout-form .form-group textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.checkout-form .form-group input:-ms-input-placeholder,
.checkout-form .form-group textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.checkout-form .form-group input::-ms-input-placeholder,
.checkout-form .form-group textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
  opacity: 0.5;
}

.checkout-form .form-group textarea {
  height: 180px;
  resize: none;
}

.checkout-form .form-group select {
  border: none;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 10px 15px 10px 20px;
  cursor: pointer;
  opacity: 0.9;
  color: #54595F;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% 50%;
}

.checkout-details {
  margin: 0 0 25px;
  padding: 25px;
  background-color: #ECF0F2;
}

.checkout-details .checkout-box-title {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffe100;
}

.checkout-details .form-group input {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #F5F6FA;
}

.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
}

.checkout-details .select-payment-method {
  margin: 15px 0 0;
}

.checkout-details .select-payment-method div {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}

.checkout-details .select-payment-method div label {
  padding-left: 23px !important;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.checkout-details .select-payment-method div p {
  margin: 0 0 0 28px;
  color: #54595F;
}

.select-payment-method [type="radio"]:checked,
.select-payment-method [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-payment-method [type="radio"]:not(:checked) + label::before,
.select-payment-method [type="radio"]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
}

.select-payment-method [type="radio"]:not(:checked) + label::before {
  border: 1px solid #ffe100;
}

.select-payment-method [type="radio"]:checked + label::before {
  border: 1px solid #ffe100;
}

.select-payment-method [type="radio"]:checked + label::after,
.select-payment-method [type="radio"]:not(:checked) + label::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffe100;
  top: 6px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select-payment-method [type="radio"]:not(:checked) + label::after {
  background: transparent;
}

.select-payment-method [type="radio"]:checked + label::after {
  background: #ffe100;
}

.checkout-footer .btn {
  margin-top: 15px;
  padding: 15px 15px;
}

/*-------------------------------
    Product Details CSS
-------------------------------*/
.single-product-gallery {
  background-color: #ECF0F2;
  padding: 25px;
}

.single-product-gallery img {
  display: block;
  margin: 0 auto;
}

.single-product-details .single-product-title {
  position: relative;
}

.single-product-details .single-product-title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 15px;
}

.single-product-details .single-product-title h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  margin: 7px 0 13px;
}

.single-product-details .single-product-title h3 .discount {
  margin-left: 15px;
  font-size: 14px;
  opacity: 0.5;
  position: relative;
  top: -3px;
  text-decoration: line-through;
}

.single-product-details .single-product-title .ratings ul {
  position: relative;
  top: 1px;
}

.single-product-details .single-product-title .ratings ul li {
  display: inline-block;
}

.single-product-details .single-product-title .ratings ul li i {
  color: #EBA400;
}

.single-product-details .single-product-title .ratings span {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.single-product-details .single-product-desc {
  margin: 12px 0 15px;
}

.product-tablist {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.product-tablist .nav-item {
  border-radius: 0;
  margin-right: 35px;
  border: none;
}

.product-tablist .nav-item:last-child {
  margin: 0;
}

.product-tablist .nav-item .nav-link {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 15px;
  text-align: center;
  position: relative;
}

.product-tablist .nav-item .nav-link.active {
  color: #ffe100;
}

.product-tab-content {
  margin: 20px 0 0;
  padding: 30px;
  background-color: #fff;
}

.product-tab-content .product_desc p:last-child {
  margin-bottom: 0;
}

.product-tab-content .product_features {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-content .product_features li {
  margin-bottom: 10px;
  padding: 12px 15px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-content .product_features li:last-child {
  margin: 0;
  border-bottom: none;
}

.product-tab-content .product_features li b {
  min-width: 150px;
  display: inline-block;
  color: #000;
}

.client-review-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.client-review-header h2 {
  margin-bottom: 12px;
}

.client-review-header p {
  margin: 10px 0 0;
}

.client-review .comment-item-wrap .comment-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.client-review .comment-item-wrap .comment-item .comment-author-img {
  width: 60px;
  height: 60px;
  top: -1px;
}

.client-review .comment-item-wrap .comment-item .comment-text {
  margin-top: 20px;
}

.client-review .comment-item-wrap .comment-item .comment-text p {
  margin-bottom: 0;
}

.client-review .comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .reply-btn {
  position: relative;
  top: 15px;
  font-size: 17px;
  color: #ffe100;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  text-decoration: underline;
}

.client-review #cmt-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.client-review #cmt-form .form-group {
  margin-bottom: 15px;
}

.client-review #cmt-form .form-group input {
  height: 60px !important;
}

.client-review #cmt-form .form-group input,
.client-review #cmt-form .form-group textarea {
  border: none !important;
  background-color: #ECF0F2 !important;
}

.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 25px;
}

.single-product-option a:nth-child(1) {
  margin-right: 15px;
}

.product-more-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 18px;
}

.product-more-option-item:last-child {
  margin: 0;
}

.product-more-option-item h5 {
  margin: 0 12px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.product-more-option-item span, .product-more-option-item a {
  font-size: 16px;
  position: relative;
  color: #54595F;
  font-weight: 500;
}

.product-large-img {
  max-width: 350px;
  margin: 0 auto;
}

.add-cart button {
  margin-right: 10px;
  font-weight: 400 !important;
}

.add-cart button i {
  margin-right: 10px;
  top: 1px !important;
}

.add-cart button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}

.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}

.product-description-box .product-desc p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}

.additional-info li:last-child {
  margin-bottom: 0;
}

.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

/*-------------------------------------
   Service & Project Details  CSS
----------------------------------------*/
.service-desc .single-service-img {
  margin: 10px 0 30px;
  display: block;
}

.single-project-img {
  margin: 10px 0 30px;
  display: block;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.service-desc p,
.project-desc p,
.terms-wrap p {
  margin-bottom: 20px;
}

article p strong,
.service-desc p strong,
.project-desc p strong,
.terms-wrap p strong {
  color: #000;
}

article p a,
.service-desc p a,
.project-desc p a,
.terms-wrap p a {
  color: #ffe100;
}

article p a:hover,
.service-desc p a:hover,
.project-desc p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #ffe100;
}

article h1,
.service-desc h1,
.project-desc h1,
.terms-wrap h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

article h2,
.service-desc h2,
.project-desc h2,
.terms-wrap h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

article h3,
.service-desc h3,
.project-desc h3,
.terms-wrap h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

article h4,
.service-desc h4,
.project-desc h4,
.terms-wrap h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

article h5,
.service-desc h5,
.project-desc h5,
.terms-wrap h5 {
  font-size: 24px;
  margin-bottom: 15px;
}

article h6,
.service-desc h6,
.project-desc h6,
.terms-wrap h6 {
  font-size: 22px;
  margin-bottom: 15px;
}

article ol,
.service-desc ol,
.project-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}

article ol li,
.service-desc ol li,
.project-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: #54595F;
  padding-left: 3px;
}

article .content-feature-list,
.service-desc .content-feature-list,
.project-desc .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}

article {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-metainfo {
  margin-bottom: 20px;
}

.post-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-metainfo li:after {
  position: absolute;
  top: -1px;
  right: -15px;
  content: "/";
  font-size: 16px;
  color: #54595F;
}

.post-metainfo li:last-child {
  margin-right: 0;
}

.post-metainfo li:last-child:after {
  display: none;
}

.post-metainfo li a {
  font-size: 13px;
  color: #54595F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-metainfo li a:hover {
  color: #ffe100;
}

.post-metainfo li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
  line-height: 0.8;
  color: #ffe100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}

.post-img .post-date {
  position: absolute;
  bottom: -28px;
  right: 25px;
  font-size: 15px;
  background-color: #ffe100;
  padding: 5px 14px 7px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-img .post-date span {
  display: block;
  font-weight: 600;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  margin: 30px 0 30px;
  z-index: 1;
}

.wp-block-quote p {
  width: calc(100% - 90px);
  font-weight: 500;
  color: #051145;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 0 20px;
  text-align: left;
}

.wp-block-quote .wp-quote-icon {
  width: 70px;
}

.wp-block-quote .wp-quote-icon i {
  color: #ffe100;
  font-size: 65px;
  line-height: 0.8;
}

.post-meta-option {
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
  padding: 25px;
}

.post-tag ul {
  display: inline-block;
}

.post-tag ul li {
  display: inline-block;
}

.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}

.post-tag ul li a:hover {
  color: #000;
}

.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #ffe100;
  border-radius: 50%;
}

.post-tag span i {
  position: relative;
  margin: 0 auto;
  color: #ffe100;
  line-height: 32px;
}

.post-share {
  display: inline-block;
}

.post-share span {
  font-weight: 500;
  color: #000;
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-share ul li a {
  border: 1px solid #ffe100;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-share ul li a:hover {
  border-color: transparent;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
}

.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}

.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
  margin-bottom: 25px;
  padding: 25px;
  -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
}

.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}

.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 12px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #54595F;
  margin-top: 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}

.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: #051145;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-item-wrap .reply-btn:hover {
  color: #ffe100;
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 35px;
  -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
  padding: 25px;
}

#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

#cmt-form .comment-form .form-group > label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  color: #000;
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cmt-form .comment-form .form-group input {
  height: 50px;
}

#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}

#cmt-form .comment-form .form-check {
  margin-bottom: 25px;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-item-wrap .contact-item:last-child {
  margin-bottom: 0;
}

.contact-item {
  padding: 25px;
  border-radius: 0;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}

.contact-item .contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: 3px;
  background-color: transparent;
  border: 1px solid #ffe100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-item .contact-icon i {
  color: #ffe100;
  line-height: 0.8;
  font-size: 36px;
  position: relative;
  -webkit-transition: 0.34s;
  transition: 0.34s;
}

.contact-item .contact-info {
  width: calc(100% - 100px);
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-item .contact-info h3 {
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-item .contact-info a,
.contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.7;
  color: #54595F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-item:hover .contact-icon {
  background-color: #ffe100;
}

.contact-item:hover .contact-icon i {
  color: #fff;
}

.contact-form {
  padding: 40px 30px 40px;
  -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  border-radius: 0;
}

#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

#contactForm .form-group input {
  height: 50px;
}

#contactForm .form-group textarea {
  height: 190px;
  resize: none;
  padding-top: 18px;
}

.comp-map {
  height: 420px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

.btn.disabled {
  opacity: 1;
}

.checkbox {
  display: block;
}

.checkbox.form-check {
  padding-left: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffe100;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.checkbox a {
  color: #ffe100;
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked + label:before {
  border-color: #ffe100;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: #ffe100;
}

.checkbox.style2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: #ffe100;
}

/*----------------------------
    FAQ  & Error CSS
------------------------------*/
.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  background-color: #ffe100 !important;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

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

.accordion-item .accordion-header .accordion-button span {
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  position: relative;
  margin-right: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 300;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  left: -4px;
}

.accordion-body {
  border-top-color: transparent;
  padding: 0 0 0 72px;
}

.accordion-body p {
  margin: 0;
}

.error-wrap .container {
  margin-top: 50px;
}

.error-content {
  text-align: center;
}

.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 450px;
}

.error-content h2 {
  margin: 0 0 20px;
}

.error-content p {
  margin: 0 auto 25px;
  max-width: 520px;
}

.terms-wrap .single-terms:last-child p:last-child {
  margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap .header-top .header-top-left .contact-info li span, .hero-wrap .hero-content .hero-btn .play-video .video-icon, .counter-card-wrap.style2 .counter-card .counter-icon, .counter-card-wrap.style3 .counter-card .counter-icon, .service-card.style2 .service-info .service-icon, .service-card.style3 .service-icon, .product-card .product-img .product-option li button, .product-card .product-img .product-option li a, .contact-item .contact-icon, .pricing-card.style1 .pricing-header, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap, .hero-wrap.style2 .hero-slide-item .hero-img-wrap, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .about-wrap .about-promo-box, .about-wrap.style1 .about-img-wrap, .project-card .project-info, .product-card .product-info .product-purchase, .checkbox-item, .pricing-card.style2 .pricing-header, .testimonial-card.style1 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .cart-total .cart-total-wrap .cart-total-item, .single-product-details .single-product-title .ratings, .wp-block-quote, .footer-wrap .footer-widget .social-link, .hero-wrap.style1 .hero-slide-item .hero-img-wrap, .owl-carousel .owl-nav, .pp-post-item, .counter-card-wrap, .testimonial-card.style1, .testimonial-card.style2, .checkout-details .select-payment-method, .post-author, .comment-item-wrap .comment-item, .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-info, .header-wrap .header-top .header-top-left .contact-info li, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .hero-wrap .hero-content .hero-btn .play-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap, .hero-wrap.style2 .hero-slide-item .hero-img-wrap, .counter-card-wrap.style2 .counter-card, .counter-card-wrap.style3 .counter-card, .about-wrap .about-promo-box, .about-wrap.style1 .about-img-wrap, .project-card .project-info, .product-card .product-info .product-purchase, .checkbox-item, .pricing-card.style2 .pricing-header, .testimonial-card.style1 .client-info-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .cart-total .cart-total-wrap .cart-total-item, .single-product-details .single-product-title .ratings, .wp-block-quote, .footer-wrap .footer-widget .social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  background-color: #ffe100;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 12px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 81px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 51px;
  height: 2px;
  background-color: #000;
}

.footer-wrap .footer-widget .footer-logo {
  display: block;
}

.footer-wrap .footer-widget .comp-desc {
  color: rgba(0, 0, 0, 0.8);
  margin: 28px 0 22px;
  padding-right: 10px;
}

.footer-wrap .footer-widget .social-link h6 {
  font-weight: 300;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin: 0 10px 0 0;
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a {
  color: #000;
  width: 30px; background: #000;
  height: 30px;
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a i {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a:hover {
  background-color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a:hover i {
  color: #ffe100;
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding-left: 15px;
}

.footer-wrap .footer-widget .footer-menu li a i {
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -2px;
  font-size: 17px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #000;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-profile li{position: relative;}
.social_nr{ display: none;position:absolute;left:0;top:40px;color:#000;}
.social-profile li:hover .social_nr{
  display: block;
}
.copyright-text {
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.copyright-text span a{color:rgba(0, 0, 0, 0.8);}
.copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.copyright-text span {
  font-weight: 500;
}

.copyright-text a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 10px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
    margin: 20px 0 15px;
  }
  .footer-wrap .footer-widget .social-link h6 {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .social-link .social-profile li a {
    width: 28px;
    height: 28px;
  }
  .footer-wrap .footer-widget .social-link .social-profile li a i {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 16px;
    top: -2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-menu li a,
  .comp-desc,
  .footer-wrap .footer-widget .contact-info li p,
  .footer-wrap .footer-widget .contact-info li a {
    font-size: 15px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 0;
    line-height: 28px;
  }
  .copyright-text {
    padding: 24px 0;
  }
}

/*-------------------------------
    Buy Now Btn
-------------------------------*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}

/*# sourceMappingURL=style.css.map */






.products-section{padding-top:70px;}

.products-box {
  height: 600px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 120px 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.products-box::before {
  position: absolute;
  content: "";
  bottom: -48px;
  right: 0;
  height: 100%;
  width: 65%;
  background: url(../images/cp1.png) no-repeat left;
  z-index: -1;
  transition: 0.5s;
}

.products-box.style2::before {
  bottom: -68px;
  background: url(../images/cp2.png) no-repeat left;
}

.products-box:hover::before {
  width: 75%;
}

.product-box-desc div.cp{
  margin: 20px 0 31px;
}
.product-box-desc div.cp a{line-height:32px;}
.product-box-desc div.cp a:hover{color:#f00;}

.products-box .cycling-btn span {
  background-color: #f95614;
}

.tit{
	width:100%;
	height:125px;
	line-height:120px;
	overflow:hidden;
	text-align:center; margin-bottom: 30px;
	position:relative;
	}
.tit span{
	font-size:125px;
	font-family:Arial;
	color:#edd100;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	}

.tit h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c3441;
	position:absolute;
	bottom:0;
	text-align:center;
	}
.tit h4 a{
	font-size:40px;
	color:#2c3441;
}

.abo_wz{padding:0 10%;font-size:16px; line-height: 34px;}



.a1 .t img.mos{display:none;}
.a1{display: block;position: relative;font-size: 0;margin-bottom: 90px;}
.a1 .t{display: block;}
.a1 .t img{display: block;width: 100%;height: auto;}
.a1 .a1t{position: absolute;left:calc(50% - 750px);top: 350px;text-align: left;content: '';opacity: 0;transition: all 700ms;}
.a1 .a1t .lt{display: block;}
.a1 .a1t .lt i{background: #fff;}
.a1 .a1t .lt h2,.a1 .a1t .lt i,.a1 .a1t .lt h5{color: #fff}
.a1 .a1t .lt h5{color: #fff; font-weight: 300;}
.a1 .a1t .b-ck{margin-top: 60px;}

.a1 .mySwiper4 .swiper-wrapper .swiper-slide.swiper-slide-active .a1t{opacity:1;top: 150px;}
.lt{display: block;}
.lt h2{font-size: 44px;color: #222222;font-weight: 700;line-height: 44px;}
.lt i{display: block;border-radius: 50px;width:46px;height: 3px;background: #ffe100;margin: 26px 0;}
.lt h5{font-size: 18px;color: #222;line-height: 20px;}
.mySwipersb{background: rgba(9,10,12,.6);width: 1498px;margin: 0 auto;position: absolute;bottom:50px;left: calc(50% - 751px);overflow: initial;border-radius: 18px;}
.mySwipersb .b{display:inline-block;vertical-align: middle;width: 100%;margin: 0 auto;transition: all 700ms;cursor: pointer;position: relative;}
.mySwipersb .b::after{content: '';position: absolute;top: 3px;left: 0;width: 1px;height:calc(100% - 6px);background:rgba(255,255,255,.1)}
.mySwipersb .b .l{display: block;transition: all 700ms;text-align: center;padding: 23px 0;position: relative;}
.mySwipersb .b .l::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 60px;background:#ffe100;opacity:0;transition: all 700ms;border-radius: 18px 18px 0 0 ;;z-index:-1}
.mySwipersb .b .l::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 60px;background:#ffe100;opacity:0;transition: all 700ms;border-radius:0 0 18px 18px;;z-index:-1}
.mySwipersb .b i{font-size: 40px;color: #fff;display:block;margin: 0 auto;margin-bottom: 14px;transition: all 700ms;line-height: 40px;opacity: .8;}
.mySwipersb .b p{font-size: 18px;color: #fff;display:block;font-weight: 400;margin: 0 auto;transition: all 700ms;line-height: 20px;opacity: .8;}

.mySwipersb .b.swiper-slide-thumb-active .l{background:#ffe100;padding:16px 0}
.mySwipersb .b.swiper-slide-thumb-active .l::after{top: -18px;opacity:1;height:78px}
.mySwipersb .b.swiper-slide-thumb-active .l::before{bottom: -18px;opacity:1;height:78px}
.mySwipersb .b.swiper-slide-thumb-active .l i{color: #000;font-size: 45px;line-height: 44px;opacity: 1;}
.mySwipersb .b.swiper-slide-thumb-active .l p{color: #000;font-size: 24px;line-height: 30px;opacity: 1;}

.b-ck{background:#ffe100;display: block;border: none;border-radius: 50px;width: 180px;height: auto;line-height: 55px;text-align: center;font-size: 0;cursor: pointer;transition: all 700ms;}
.b-ck p{font-size: 18px;color: #fff;display: inline-block;vertical-align: middle;margin-right: 10px;}
.b-ck i{display: inline-block;vertical-align: middle;color: #fff;font-size: 18px;line-height: 20px;}
.b-ck:hover{background: #fff;}
.b-ck:hover p,.b-ck:hover i{color: #ffe100;}




/*--------------------------------------------------------------
# Web Solutions
--------------------------------------------------------------*/
.web-solutions {
    position: relative;
    display: block; background:#f8f8f8;
    overflow: hidden;
    padding: 60px 0 60px;
    z-index: 1;
}

.web-solutions-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    z-index: -1;
}

.web-solutions .section-title {
    margin-bottom: 42px;
}

.web-solutions__box {
    position: relative;
    display: block;
}

.web-solutions__box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0;display: flex;flex-wrap: wrap;justify-content:space-between;
}

.web-solutions__box .tab-btns .tab-btn {
    position: relative;
    width: 50%;
    text-align: center;cursor: pointer;
}
.web-solutions__box .tab-btns .tab-btn img{width:100%}
.web-solutions__box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background-color:#f5f5f5;
    box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .07);
    margin: 0;
    padding: 20px 0px;
    color: var(--moniz-black, #1e1e22);
    font-size: 16px;
    font-weight: 700;
    transition: all 500ms ease;
    cursor: pointer;
}

.web-solutions__box .tab-btns .tab-btn.active-btn span,
.web-solutions__box .tab-btns .tab-btn:hover span {
    color:#000;
    background-color: #ffe100;
}

.web-solutions__box .tab-btns .tab-btn:nth-child(1) span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}



.web-solutions__box .tab-btns .tab-btn:nth-child(5) span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.web-solutions__box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}


.web-solutions__box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.web-solutions__box .tabs-content .tab.active-tab {
    display: block;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.web-solutions__content {
    position: relative;
    display: block;
    padding-top: 60px;
}

.web-solutions__content-img {
    position: relative;
    display: block; overflow: hidden
}
.web-solutions__content-img a{overflow: hidden; display:block;}
.web-solutions__content-img a img{transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.web-solutions__content-img:hover a img{transform:scale(1.2);    -webkit-transform:scale(1.2);    -moz-transform:scale(1.2);    -o-transform:scale(1.2);    -ms-transform:scale(1.2);}

.web-solutions__content-img>img {
    width: 100%;
    border-radius: var(--moniz-border-radius, 10px);
}
.web-solutions__content-img p{display:block; text-align: center; line-height: 50px;}
.web-solutions__trusted {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: -40px;
    border-radius: var(--moniz-border-radius, 10px);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .07);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
}





.web-solutions__trusted-text {
    margin-left: 20px;
}

.web-solutions__trusted-text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.web-solutions__trusted-text p {
    margin: 0;
    font-family: var(--moniz-font, 'Kumbh Sans', sans-serif) !important;
    line-height: 26px !important;
}


.web-solutions__content-desc {
    margin: 0;
}

.web-solutions__content-list {
    position: relative;
    display: block;
    margin-top: 33px;
}

.web-solutions__content-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.web-solutions__content-list li+li {
    margin-top: 11px;
}

.web-solutions__content-list li .icon {
    display: flex;
    align-items: center;
}

.web-solutions__content-list li .icon span {
    color: var(--moniz-primary, #bd1821);
    font-size: 20px;
}

.web-solutions__content-list li .text {
    margin-left: 12px;
}

.web-solutions__content-list li .text a p {
    color: var(--moniz-black, #1e1e22);
    font-weight: 700;
    margin: 0;
}
.web-solutions__content-list li .text a:hover p {
    color:#bd1821;
    font-weight: 700;
    margin: 0;
}





/*Brand Three*/
.brand-three {
    border-top: none;
    padding-top: 0;
}

.brand-border-top {
    padding-top: 118px;
    border-top: 1px solid var(--moniz-extra, #e4e4ea);
}

.product-block{ padding:0 1%;}
.product-block-one{
	position:relative;
	background:#fff;
	margin-bottom:20px;
	transition:all 500ms ease
}
.product-block-one .inner-box:hover {
	box-shadow:0 0 30px rgba(0,0,0,0.2)
}
.product-block-one .inner-box .image-box {
	position:relative;
	display:block;
	overflow:hidden;
}
.product-block-one .inner-box .image-box img {
	max-width:100%;
}
.product-block-one .inner-box:hover .image-box img {
	opacity:.15
}
.product-block-one .inner-box .image-box .category {
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	font-family:'Roboto',sans-serif;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	border-radius:50%
}
.product-block-one .inner-box .image-box .content-box {
	position:absolute;
	left:50%;
	top:55%;
	transform:translate(-50%,-50%);
	background:#fff; padding:20px;
	border-radius:30px;
	opacity:0;
	box-shadow:0 10px 30px rgba(0,0,0,0.2);
	transition:all 500ms ease
}
.product-block-one .inner-box .image-box .content-box li a i{ font-size:20px;}
.product-block-one .inner-box:hover .image-box .content-box {
	top:50%;
	opacity:1
}
.product-block-one .inner-box .image-box .content-box li {
	position:relative;
	display:inline-block;
	float:left;
	width:33.333%;
	border-right:1px solid #e3e3e3;
	text-align:center
}
.product-block-one .inner-box .image-box .content-box li:last-child {
	border-right:0
}
.product-block-one .inner-box .image-box .content-box li a {
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#1e1e2a
}
.product-block-one .inner-box .image-box .content-box li:nth-child(2) a {
	font-size:24px
}
.product-block-one .inner-box .image-box .content-box li a span {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-13px;
	width:93px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:13px;
	font-family:'Muli',sans-serif;
	font-weight:700;
	color:#fff;
	border-radius:5px;
	visibility:hidden;
	opacity:0;
	transition:all 500ms ease
}
.product-block-one .inner-box .image-box .content-box li a:hover span {
	top:-18px;
	visibility:visible;
	opacity:1
}
.product-block-one .inner-box .image-box .content-box li a span:before {
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	left:40px;
	bottom:-3px;
	transform:rotate(45deg)
}
.product-block-one .inner-box .lower-content { padding:0 40px;
	position:relative;
}
.product-block-one .inner-box .lower-content .rating {
	position:absolute;
	display:inline-block;
	left:50%;
	transform:translateX(-50%);
	top:-15px;
	background:#fff;
	border:1px solid #e3e3e3;
	border-radius:30px;
	overflow:hidden;
	text-align:center;
	padding:0 15px
}
.product-block-one .inner-box .lower-content .rating li {
	position:relative;
	display:inline-block;
	font-size:13px;
	line-height:20px
}
.product-block-one .inner-box a .lower-content h6{
	color:#333; font-size:16px; font-weight:bold; line-height:80px;font-family: 'reeyregular';white-space:nowrap;overflow:hidden;text-overflow:ellipsis;  
}
.product-block-one .inner-box a .lower-content .cpnr{ font-size:14px; color:#666; line-height:30px;}
.product-block-one .inner-box .lower-content .rating.light li:last-child {
	color:#a6a6af
}


.pbmit-element-posts-wrapper{border-top:1px solid #d8d8d8;border-left:1px solid #d8d8d8;}
.pbmit-element-posts-wrapper.row .pbmit-blog-style-1,
.pbmit-element-posts-wrapper.row .pbmit-portfolio-style-2{
	padding: 3% 3% 0 3%;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	margin: 0 0 25px;
}
.pbmit-blog-style-1 .pbmit-post-title{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 15px;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.pbminfotech-box-desc{font-size:14px;color:#666; line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper,
.pbmit-blog-style-1 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%; max-height:340px;
}
.pbmit-date-wraper .pbmit-meta-date-wrapper .pbmit-meta-date .pbmit-post-date{color:#999;font-size:14px;}
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-blog-btn{
	top: 30px;
	right: 30px;
	bottom: inherit;
}
.pbmit-ele-blog.pbmit-blog-style-1:hover .pbmit-blog-btn{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-author span {
	margin-right: 3px;
	display: inline-block;
}
.pbmit-blog-style-1 .pbmit-meta-line i {
	font-size: 18px;
	margin-right: 3px;
	color: var(--pbmit-global-color);
}
.pbmit-ele-blog .pbmit-blog-btn, 
.pbmit-ele-service .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D3380;
    background-color: #fff;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    border-radius: 50%;
    transition: all .5s ease-in-out 0s;
}
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-blog-btn{
	top: 30px;
	right: 30px;
	bottom: inherit;
}
.pbmit-ele-blog.pbmit-blog-style-1:hover .pbmit-blog-btn{
	background-color:#0D3380;
	color: #fff;
}
	position:relative;
	padding:80px 0 50px 0
}
.project-section .sec-title {
	margin-bottom:50px
}
.project-block-one .inner-box {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:30px
}
.project-block-one .inner-box .image-box {
	position:relative;
	display:block;
	overflow:hidden;
	background:#2a2a38
}
.project-block-one .inner-box .image-box img {
	width:100%;
	transition:all 500ms ease
}
.project-block-one .inner-box:hover .image-box img {
	transform:scale(1.05);
	opacity:.4
}
.project-block-one .inner-box .lower-content .box {
	transform:translateY(30px); text-align:center; line-height:40%;
	opacity:0;
	transition:all 500ms ease
}
.project-block-one .inner-box:hover .lower-content .box {
	transform:translateY(0px);
	opacity:1
}
.project-block-one .inner-box .lower-content .box h3 a:hover{ color:#fff;}

.contacts-section {
	padding:0px 0 20px
}
.conatact-single-box {
	padding:1px 45px 10px;
	background:#F5F5F5;
	text-align:center;
	margin-bottom:60px; min-height:210px;
}
.contacts-icon {
	position:relative;
	top:-35px; text-align:center;width:80px; height:80px; border-radius:50px;left:50%; margin-left:-40px;
}
.contacts-icon.iconfont{ background:var(--thm-blue); color:#fff; line-height:80px; font-size:30px;}
.contact-title h5 {
	font-size:22px;
	font-weight:500;
	line-height:28px;
	padding:0 0 10px;
	margin-top:0
}
.contact-description p {
	font-size:15px;
	line-height:24px
}
.project-block-one .inner-box .lower-content {
	position:absolute;
	left:0;
	top:0;
	right:0;
	width:100%;
	height:100%;
	padding:25px 30px
}
.project-block-one .inner-box .lower-content .box h3 {
	color:#fff;
	margin-bottom:0; line-height:200px;
}
.project-block-one .inner-box .lower-content .box h3 a {
	color:#fff
}
.project-block-one .inner-box .lower-content .box p {
	position:relative;
	font-size:16px;
	line-height:170px;
	font-weight:700;
	background: -webkit-linear-gradient(-90deg,#fff,#fff 50%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent
}
.project-block-one .inner-box .lower-content .view-btn {
	position:absolute;
	right:0;
	bottom:16px;
	opacity:0;
	transition:all 900ms ease
}
.project-block-one .inner-box:hover .lower-content .view-btn {
	opacity:1
}
.project-block-one .inner-box .lower-content .view-btn a {
	position:relative;
	display:inline-block;
	font-size:30px;
	color:#fff;
	width:56px; font-weight:700;
	height:56px;
	line-height:56px;
	text-align:center;
	border-top:4px solid #fff;
	border-left:4px solid #fff
}
.project-block-one .inner-box .lower-content .view-btn a i{ font-size:30px; font-weight:200;}
.newsDel ._sell{width: 100%;padding:20px;background-color: #fff;}
.newsDel ._sell ._title{font-weight: bold;color:#0D3380; font-size:30px;}
.newsDel ._sell ._list{margin-top:20px;}
.newsDel ._sell ._list ._item a{border-bottom: 1px solid #ddd; display:block;}
.newsDel ._sell ._list ._item a:hover{border-bottom: 1px solid #1256ab;}
.newsDel ._sell ._list ._item ._img{width: 100%;height: 0;position: relative;
padding-bottom: 56.20608899297423%;overflow: hidden;}
.newsDel ._sell ._list ._item ._img>img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;
object-fit: cover;transition: transform .6s ease;}
.newsDel ._sell ._list ._item ._txt{padding: 1.4rem 0;line-height: 1;}
.newsDel ._sell ._list ._item ._txt ._name{color: #333;margin-bottom: 1rem;transition: color .3s ease;
overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-size:16px;}
.newsDel ._sell ._list ._item ._txt:hover ._name{ color:#1256ab; font-weight:bold;}
.newsDel ._sell ._list ._item ._txt ._time{color: #999;}
#docPage {
    margin-top: 15px;margin-left:0 !important; margin-block-start:0px;padding-inline-start:0px; text-align: center; font-size:14px;
}
#docPage li{
	display:inline-block; margin-bottom:4px;
}
#docPage span, 
#docPage a, 
#docPage a:focus {
	background: #f8f8f8; padding:0 20px; margin:0px 2px;
	height: 42px;
	color: #333;
	line-height: 42px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}
#docPage a:hover {background:#ffe100; color:#fff;}
#docPage li.pagebarCurrent {
	background:#ffe100;
	color: #fff;
	display: inline-block;
	line-height: 42px; padding:0 20px;
	-webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	-moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
#docPage li.prev a,
 #docPage li.next a {
	box-shadow: none;
	color: #fff;
	width: auto;
	padding: 0 20px;
}


#apartPage {
    margin-top: 15px; 
    text-align: center; font-size:14px;
}
#apartPage li{
	display:inline-block;
}
#apartPage span, 
#apartPage a, 
#apartPage a:focus {
	background: #f8f8f8; padding:0 20px; margin:0px 5px;
	height: 42px;
	color: #333;
	line-height: 42px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}
#apartPage a:hover {background: #333; color:#fff;}
#apartPage li.pagebarCurrent {
	background: #333;
	color: #fff;
	display: inline-block;
	line-height: 42px; padding:0 20px;
	-webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	-moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
#apartPage li.prev a,
 #apartPage li.next a {
	box-shadow: none;
	color: #fff;
	width: auto;
	padding: 0 20px;
}
.page-header__bottom-inner ul{margin-bottom: 0;}
.ny_navcon ul{margin-bottom: 0;}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 13px;
    font-weight: 500;
}

.thm-breadcrumb li+li {
    margin-left: 4px;
}

.thm-breadcrumb li a {
    color: var(--thm-gray);
    font-size: 13px;
    font-weight: 500; line-height: 70px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--thm-primary);
}

.thm-breadcrumb li.active {
    color: var(--thm-primary);
}

.ny_nav2 li{ display:inline-block;width:auto; height:50px; border-bottom:1px solid #eee; line-height:50px; text-align:center; margin:5px 20px; font-size:16px;}
.ny_nav2 a{ color:#333; line-height:50px; text-align:center; font-size:16px; background:#fff; display:block;width:100%; height:100%;}
.ny_nav2 ul .column_active{ color:#ffe100;border-bottom:1px solid #ffe100; font-weight:bold;}
.ny_nav2 ul li.column_active a{ color:#ffe100;border-bottom:1px solid #ffe100; font-weight:bold;}
.ny_nav2 ul li a:hover{ color:#ffe100;border-bottom:1px solid #ffe100; font-weight:bold;}
.ny_nav{text-align:center; width:70%; margin: 50px auto 0 auto;}
.ny_nav1{width:100%; margin:0; padding:0;}
.ny_nav li{ display:inline-block; text-align:center; font-size:16px; padding:3px 5px;}
.ny_nav a{display:block;width:100%;
    line-height:60px;
    font-size: 16px; border:1px solid #d8d8d8;
    color: #333;
    position: relative;
    text-align: center;
    cursor: pointer;}
.ny_nav ul .column_active{ color:#fff; background:var(--logi-base);}
.ny_nav ul li a:hover{ color:#fff; background:var(--logi-base);}
.ny_nav ul li a:after{content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #f00;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}


.ny_navcon{text-align: right;}
.ny_navcon a{
    line-height:70px;
    font-size: 16px;white-space: nowrap;
    color: #333; padding:0 10px;
    position: relative;
    text-align: center;
    cursor: pointer;}
.ny_navcon ul{padding:0;}
.ny_navcon ul .column_active{ color:#ffe100; font-weight:bold;}
.ny_navcon ul li a:hover{ color:#ffe100; font-weight:bold;}
.ny_navcon ul li a:after{content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background:var(--pbmit-global-color);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}