

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&amp;family=Open+Sans:wght@300;400;500;600;700&amp;display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&amp;family=Open+Sans:wght@300;400;500;600;700&amp;display=swap");
* {
  box-sizing: border-box;
}




html {
  scroll-behavior: smooth;
}

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

.form-control:focus {
  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;
  -webkit-appearance: textfield;
          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: #051145;
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: 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: #051145;
  font-family: "Lexend", sans-serif;
}*/

body {
  font-size: 18px;
  /*font-size: 16px;*/
  font-family: 'Cormorant Garamond', serif;
  /*font-family: "Open Sans", sans-serif;*/
  color: #54595F;
  background: var(--cream);
}

    /* ---- BASE ---- */
    /**, *::before, *::after { box-sizing: border-box; }*/
    /*body { font-family: 'Jost', sans-serif; overflow-x: hidden; }*/
    h1, h2, h3, h4, h5, h6 { /*font-family: 'Cormorant Garamond', serif;*/ color: var(--text-dark); line-height: 1.2; margin: 0; }
    a { text-decoration: none; color: inherit; transition: var(--transition); }
    img {max-width: 100%;display: block;}
    ul { list-style: none; padding: 0; margin: 0; }

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

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/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;
}

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

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

.pricing-card.style1 .pricing-header {
  flex-direction: column;
  justify-content: flex-end;
}

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

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

.header-wrap .header-top .header-top-right {
  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;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  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;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@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%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 60px;
  /*bottom: 30px;*/
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

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

.progress-wrap::after {
  position: absolute;
  content: "\f132";
  font-family: "flaticon" !important;
  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;
  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;
  box-sizing: border-box;
  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: flex;
  align-items: center;
  justify-content: center;
}

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

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

.loader div:nth-child(1) {
  background: #600405;
}

.loader div:nth-child(2) {
  background: #FDE5C1;
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background: #FFF7E4;
  animation-delay: 0.4s;
}

@keyframes bouncing {
  0%, 100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }
  45% {
    transform: translateY(80px) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    transform: translateY(80px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }
  55% {
    transform: translateY(80px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 11px 30px 11px;
  border-radius: 0;
  color: #fff;
  border: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
}
.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  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;
  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;
  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: #600405;
}
.btn.style1:after, .btn.style1:before {
  background: #ECF0F2;
}
.btn.style1:hover {
  color: #600405;
  border-color: rgba(0, 0, 0, 0.09);
}
.btn.style2 {
  background-color: #fff;
  color: #051145;
  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: #600405;
  border-color: transparent;
}
.btn.style4 {
  background-color: #fff;
  color: #600405;
}
.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: #600405;
  transition: all 0.4s ease-in-out;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #600405;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.link.style1 {
  color: #051145;
}
.link.style1:hover {
  color: #600405;
}
.link.style2 {
  color: #600405;
  font-weight: 600;
}
.link:hover {
  color: #600405;
}
.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;
  box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
  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;
  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;
  background-color: #600405;
}
.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.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(27, 114, 97, 0.3);
  position: relative;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  width: 30px;
  background: #600405;
}

/*--------------------------------------
    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 span,
.content-title span {
  display: inline-block;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}
.section-title.style1 span,
.content-title.style1 span {
  color: #600405;
}
.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 {
  background-color: #f9f9f9;
}*/

.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;
  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 {
  animation: float 1500ms infinite ease-in-out;
}

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

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

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

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

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

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

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

.rotate {
  animation: rotation 20s infinite linear;
}
@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_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 float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@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 moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@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;
  transition: all 0.3s ease-in-out;
}
.social-profile li a i {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
  position: relative;
}
.social-profile li a:hover {
  border-color: transparent;
  color: #600405;
}
.social-profile.style1 li a, .social-profile.style2 li a {
  width: 35px;
  height: 35px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a i, .social-profile.style2 li a i {
  top: 1px;
}
.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.social-profile.style1 li a i {
  color: #600405;
}
.social-profile.style1 li a:hover {
  background-color: #600405;
  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 #600405;
}
.social-profile.style2 li a i {
  color: #600405;
}
.social-profile.style2 li a:hover {
  background-color: #600405;
  border-color: transparent;
  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;
  box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.08);
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  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;
  transition: all 0.4s ease-in-out;
}
.page-nav li a.active, .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #600405;
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: #fff;
}

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

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

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

.header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes toBottomFromTop10 {
  49% {
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}
.header-wrap.sticky {
  position: fixed;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background: #fff;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  /* top: -60px; */
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.header-wrap.sticky.style3 {
  background-color: #600405;
  /*background-color: #600405;*/
}
.header-wrap.sticky.style1:after {
  height: 0;
}
.header-wrap.sticky.style1 .header-bottom {
  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%;
  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;
  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;*/
  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);
  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;
  top: 0;
}
.header-wrap .header-bottom {
  transition: 0.4s;
  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: #600405;
}
.header-wrap.style1 .header-bottom {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  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: #600405;
}
.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: #600405;
}
.header-wrap.style2 .header-top {
  background-color: #600405;
}
.header-wrap.style2 .header-bottom {
  padding: 8px 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: #600405;
}
.header-wrap.style3 .header-top .header-top-left .contact-info li:hover span {
  background-color: #600405;
}
.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: #600405;
}
.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: #600405;
}
.header-wrap.style3 .header-top .header-top-right .social-profile li a:hover {
  background-color: #600405;
}
.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: #600405;
  /*background-color: transparent;*/
  padding: 5px 20px;
  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: #600405;
  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;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 320px;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 5px 5px;
  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: #600405;
}
.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding-right: 16px;
  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;
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  inset: 0 0 auto auto !important;
  border: 0;
  border-radius: 0;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  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 {
  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: 0px;
    /*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;
    justify-content: center;
    width: 100%;
  }
  .header-wrap .header-top .header-top-left .contact-info li:nth-child(1) {
    order: 3;
  }
  .header-wrap .header-top .header-top-left .contact-info li:nth-child(2) {
    order: 1;
  }
  .header-wrap .header-top .header-top-left .contact-info li:nth-child(3) {
    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 {
    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 {
    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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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;
    max-width: 62%;
  }
  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    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: 0px;
    /*top: 14px;*/
    cursor: pointer;
    width: 100%;
    padding: 14px;
    text-align: right
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    /*top: 7px;*/
    top: 0px;
  }
  .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;
    color: #600405;
    font-size: 16px;
    font-weight: 600;
  }
  .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: #600405;
  }
  .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: 16px;
    /*font-size: 14px;*/
    color: #000000;
    padding-left: 10px;
    margin-left: 10px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #600405;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }
  .header-wrap.style1 .header-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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: #600405;
  }
  .header-wrap.style3 .mobile-menu a {
    background-color: #ECF0F2;
  }
  .header-wrap.style3 .mobile-menu a i {
    color: #600405;
  }
  .shopcart {
    margin-left: 15px;
  }
  .searchbtn {
    top: 2px;
  }
  .mobile-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    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: #600405;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff7e4;
    /*background: #fff;*/
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    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 {
    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: #600405;
  }
  .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: #051145;
    font-weight: 400;
    padding: 30px 0;
    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: #600405;
  }
  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 3px;
    /*margin-left: -3px;*/
    transition: 0.4s;
  }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    transform: rotate(180deg);
  }

  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    background-color: #fff7e4;
    }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transform: rotateX(-75deg);
    transition: 0.5s;
    transform-style: preserve-3d;
    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;
    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: #600405;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    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: #600405;
  }
  .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;
    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;
    transform: rotatex(0deg);
  }
  .header-wrap .navbar .other-options {
    display: flex;
    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);
    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;
    transform: translateX(-50%);
    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: #600405;
  }
}
@media only screen and (min-width: 1400px) {
  .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: 2px;
  }
  .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;
  }
}

/*.main-logo{
  max-width: 82px;
}*/

.cus-text-logo{
  /*margin: 30px 0 0 13px !important;*/
  margin: 8px 0 0 130px !important;
  /*margin: 12px 0 0 130px !important;*/
  color: #ffffff !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
}

.navbar-brand {
    display: flex;
}

.header-wrap .style3 .sticky .cus-text-logo h2{
  margin: 12px 0 0 82px !important;
}

/*.navbar-brand img {
    max-width: 272px;
}*/

.navbar-brand img, .navbar-brand picture source {
    /*max-width: 106px;*/
    max-width: 120px;
}

.main-logo {
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: -5px;
    /* top: -50px; */
    max-height: 120px;
    /*max-height: 150px;*/
    padding: 3px;
    background: #600405;
    /*background: #fff;*/
    border-radius: 50%;
    /*border-radius: 10px;*/
    /*box-shadow: 0px 5px 3px 0px #80808054;*/
}
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
/*.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 150px 0 110px;
  overflow: hidden;
  background-color: #ECF0F2;
}*/
.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 150px 0 110px;
  overflow: hidden;
  background-color: hsl(359deg 96% 22% / 42%);
}

.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;
  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: #54595F;
}
.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: #600405;
}
.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: #54595F;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #600405;
}
.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: #600405;
  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: #600405;
}
.login-form-wrap .login-form .btn.btn-gg {
  background-color: #EA4235;
  color: #fff;
}
.login-form-wrap .login-form .btn.btn-gg:hover {
  color: #600405;
}
.login-form-wrap .link.style1 {
  color: #600405;
}

.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;
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}
.sidebar .sidebar-widget.style2 {
  background: transparent;
  padding: 0;
  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 #600405;
}
.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 24px;
  height: 3px;
  content: "";
  background: #600405;
  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: #600405;
}
.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;
  box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  transition: 0.4s;
}
.category-box.style1 li a:hover {
  background-color: #600405;
  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;
  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: #600405;
}
.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: #600405;
  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);
  transition: 0.3s;
}
.tag-list ul li a:hover {
  background-color: #600405;
  color: #fff;
  border-color: transparent;
}
.tag-list.style2 li a {
  box-shadow: none;
  padding: 0;
}
.tag-list.style2 li a:hover {
  background: transparent;
}
.tag-list.style3 li a {
  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: #600405;
}

/*-------------------------------
    Hero Section CSS
-------------------------------*/
/*.hero-bg-1 {
  background-image: url(../img/hero/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;
  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: 27px;
  line-height: 0.8;
  margin: 0 auto;
  color: #600405;
  position: relative;
  left: 2px;
}
.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;
  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: #600405;
}
.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: 36px;
  line-height: 85px;
  transform: translate(-50%, -50%);
  background-color: #600405;
  border: 10px solid #fff;
}
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now i {
  color: #fff;
  position: relative;
  left: 2px;
  top: -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: #600405;
}
.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;*/
    /*padding-top: 155px;*/
    padding-top: 96px;
}

.hero-slide-item::before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.carousel-caption {
    /*top: 50%;*/
    top: 40%;
    bottom: 50%;
    max-width: 800px;
    margin: auto;
}

.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%;
  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: #ffffff;
  border: 2px solid rgb(255, 255, 255);
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev i, .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  color: #000000;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.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 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.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 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.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 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.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 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
}

/*-------------------------------
    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;
  transition: 0.4s;
}
.promo-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.promo-card p {
  margin: 0;
  transition: 0.4s;
}
.promo-card.style1 {
  padding: 25px;
  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: rgb(236, 240, 242);
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.promo-card.style1 .promo-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #600405;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
}
.promo-card.style1 .promo-icon i {
  font-size: 43px;
  line-height: 86px;
  margin: 0 auto;
  color: #600405;
  transition: 0.4s;
}
.promo-card.style2 {
  position: relative;
}
.promo-card.style2 .promo-info {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: calc(100% - 50px);
  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: #600405;
  opacity: 0;
  z-index: -1;
  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 {
  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;
  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;
  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;
  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: #600405;
  font-size: 64px;
  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(27, 114, 97, 0.12);
  border-radius: 50%;
  content: "";
  z-index: -1;
  transform: rotate(-20deg);
  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: 34px;
  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
-------------------------------*/
.about-wrap .about-promo-box {
  min-width: 290px;
  padding: 25px 30px;
  background-color: #fff;
  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: #600405;
  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;
}
.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 {
  position: absolute;
  top: 0;
  left: 90px;
  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;
  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;
  /*padding-bottom: 220px;*/
}
.about-wrap.style3 .about-img-wrap .about-img-one {
  width: 100%;
  /*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: #600405;
  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;
  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: #600405;
}
.service-card p {
  margin: 0 0 15px;
}
.service-card.style1 {
  position: relative;
  z-index: 1;
}
.service-card.style1 .service-info {
  padding: 22px 25px 22px;
  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;
  transition: 0.4s;
}
.service-card.style1 .service-info i {
  position: absolute;
  bottom: 20px;
  right: 22px;
  font-size: 44px;
  line-height: 0.8;
  color: #600405;
  opacity: 0.3;
  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 {
  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: 90px;
  padding: 20px 10px;
  border: 1px solid #600405;
  margin: -50px 0 23px;
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}
.service-card.style2 .service-info .service-icon i {
  display: block;
  margin: 0 auto;
  font-size: 44px;
  color: #600405;
  line-height: 0.8;
  transition: 0.4s;
}
.service-card.style2 .service-info .service-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #600405;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  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 i {
  color: #fff;
}
.service-card.style3 {
  padding: 25px;
  background-color: #fff;
  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 #600405;
  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: "";
  background-color: #600405;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: 0.4s;
}
.service-card.style3 .service-icon i {
  font-size: 42px;
  line-height: 0.8;
  color: #600405;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.service-card.style3:hover .service-icon i {
  color: #fff;
}
.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 {
  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 {
  box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.09);
}

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

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

.promo-bg-3 {
  background-image: url(../img/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;
  transform: translateY(-50%);
  background-color: #fff;
}
.promo-video .play-now i {
  color: #600405;
  position: relative;
  left: 1px;
  top: -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;
  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;
  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 10px;
  min-height: 55px;
}
.project-card .project-info .project-title h3:hover a {
  color: #600405;
}
.project-card .project-info .project-title p {
  margin: 0;
  min-height: 130px;
}
.project-card .project-info .project-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: rgba(28, 114, 97, 0.08);
  transition: 0.4s;
}
.project-card .project-info .project-link i {
  font-size: 18px;
  font-weight: 800;
  line-height: 50px;
  color: #600405;
  position: relative;
  right: -1px;
  transition: 0.4s;
}
.project-card .project-info .project-link:hover {
  background-color: #600405;
}
.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;
  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;
  transform: translateY(-50%);
}
.product-card .product-img .product-option li {
  display: block;
  margin: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(40px);
}
.product-card .product-img .product-option li:nth-child(1) {
  transition: 0.3s;
}
.product-card .product-img .product-option li:nth-child(2) {
  transition: 0.6s;
}
.product-card .product-img .product-option li:nth-child(3) {
  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;
  box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  transition: 0.6s;
}
.product-card .product-img .product-option li button i, .product-card .product-img .product-option li a i {
  transition: 0.6s;
  font-size: 18px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 2px;
  color: #600405;
}
.product-card .product-img .product-option li button:hover, .product-card .product-img .product-option li a:hover {
  background-color: #600405;
}
.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: #600405;
}
.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: -1px;
  margin-right: 3px;
}
.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;
  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;
  transform: translateX(-50%);
}
.product-card.style2 .product-img .product-option li {
  display: inline-block;
  margin: 0 6px;
  transform: translateX(40px);
}
.product-card.style2:hover .product-img .product-option li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.product-card:hover .product-img .product-option li {
  visibility: visible;
  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(../img/bg-1.jpg);
}

.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(112, 2, 3, 0.90);
  z-index: -1;
}

.team-card {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
  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: #600405;
}
.team-card.style1 .team-member-img .member-social i {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 49px;
  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;
  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;
  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: #600405;
  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 {
  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;
  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;
  transform: translateX(-50%);
  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 {
  transform: translateY(-5px);
}
.team-card:hover .member-social {
  background-color: #600405;
}
.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;
  transition: 0.4s;
}
.insta-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #600405;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  z-index: 2;
  transition: 0.4s;
  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 {
  box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
  margin-bottom: 25px;
  transition: 0.4s;
}
.blog-card .blog-img {
  overflow: hidden;
  position: relative;
}
.blog-card .blog-img img {
  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;
  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;
  transition: 0.3s;
}
.blog-card .blog-info .blog-metainfo li a:hover {
  color: #600405;
}
.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: #600405;
  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: #600405;
}
.blog-card .blog-info p {
  margin-bottom: 15px;
}
.blog-card .blog-date {
  font-size: 14px;
  background-color: #600405;
  padding: 5px 17px 7px;
  color: #fff;
  text-align: center;
  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 {
  transform: scale(1.05);
}
.blog-card:hover .blog-info .blog-date {
  background-color: #600405;
}

.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%;
  transform: translateY(-50%);
  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(../img/pricing/pricing-bg-1.jpg);
}

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

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

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

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

.pricing-card {
  box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  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: 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 {
  transition: 0.4s;
}
.pricing-card.style2 .pricing-header .pricing-header-right i {
  font-size: 60px;
  opacity: 0.4;
  color: #600405;
  line-height: 0.5;
  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 {
  transform: translateY(-5px);
}
.pricing-card:hover .pricing-header .pricing-header-right i {
  color: #600405;
  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;
  filter: brightness(0.1) invert(0);
  transition: 0.4s;
}
.partner-item:hover img {
  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: #600405;
  z-index: -1;
}

.testimonial-card {
  background-color: #fff;
  margin: 0 0 25px;
  position: relative;
  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;
  transition: 0.4s;
}
.testimonial-card .client-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  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: #600405;
  opacity: 0.4;
  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;
  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;
  transition: 0.4s;
}
.testimonial-card.style3 .client-info-wrap .quote-icon i {
  font-size: 45px;
  line-height: 0.8;
  color: #600405;
}
.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 {
  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;
  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: #600405;
  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: grid;
  grid-template-columns: 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: #600405;
}
.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: #600405;
}
.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: #600405;
  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 #600405;
}
.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: #600405;
  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::-moz-placeholder, .checkout-form .form-group textarea::-moz-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(../img/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 #600405;
}
.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 #600405;
}

.select-payment-method [type=radio]:checked + label::before {
  border: 1px solid #600405;
}

.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: #600405;
  top: 6px;
  left: 4px;
  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: #600405;
}

.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;
  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: #600405;
}

.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;
  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: #600405;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  text-decoration: underline;
}
.client-review #cmt-form {
  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: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0 25px;
}
.single-product-option a:nth-child(1) {
  margin-right: 15px;
}

.product-more-option-item {
  display: flex;
  align-items: center;
  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: #600405;
}
article p a:hover,
.service-desc p a:hover,
.project-desc p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #600405;
}
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;
  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;
  transition: 0.3s;
}
.post-metainfo li a:hover {
  color: #600405;
}
.post-metainfo li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
  line-height: 0.8;
  color: #600405;
  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: #600405;
  padding: 5px 14px 7px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.post-img .post-date span {
  display: block;
  font-weight: 600;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  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: #600405;
  font-size: 65px;
  line-height: 0.8;
}

.post-meta-option {
  margin-bottom: 25px;
  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 #600405;
  border-radius: 50%;
}
.post-tag span i {
  position: relative;
  margin: 0 auto;
  color: #600405;
  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 #600405;
  box-shadow: none;
}
.post-share ul li a i {
  position: relative;
  top: -1px;
}
.post-share ul li a:hover {
  border-color: transparent;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  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;
  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;
  transition: 0.3s;
}
.comment-item-wrap .reply-btn:hover {
  color: #600405;
}

.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;
  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 {
  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;
  transition: 0.4s;
  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 #600405;
  transition: 0.4s;
}
.contact-item .contact-icon i {
  color: #600405;
  line-height: 0.8;
  font-size: 36px;
  position: relative;
  transition: 0.34s;
}
.contact-item .contact-info {
  width: calc(100% - 100px);
  margin-left: 20px;
  transition: 0.3s;
}
.contact-item .contact-info h3 {
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 600;
  transition: 0.3s;
}
.contact-item .contact-info a,
.contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.7;
  color: #54595F;
  transition: 0.3s;
}
.contact-item:hover {
  transform: translateY(-5px);
}
.contact-item:hover .contact-icon {
  background-color: #600405;
}
.contact-item:hover .contact-icon i {
  color: #fff;
}

.contact-form {
  padding: 40px 30px 40px;
  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;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #600405;
  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: #600405;
}
.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked + label:before {
  border-color: #600405;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: #600405;
}

.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: #600405;
}

/*----------------------------
    FAQ  & Error CSS
------------------------------*/
.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  background-color: #600405 !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: 15px;
  /*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;
  align-items: center;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button span {
  /*min-width: 60px;
  min-height: 60px;*/
  min-width: 42px;
  min-height: 42px;
  text-align: center;
  position: relative;
  margin-right: 14px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 400;
}
.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;
}

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

.footer-wrap .footer-widget .social-link, .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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  background-color: #600405;
}
.footer-wrap .footer-widget {
  margin-bottom: 25px;
}
.footer-logo img {
    max-width: 120px;
}
.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  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: #fff;
}
.footer-wrap .footer-widget .footer-logo {
  display: block;
}
.footer-wrap .footer-widget .comp-desc {
  color: rgba(255, 255, 255, 0.9);
  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: #fff;
  width: 32px;
  height: 29px;
}
.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;
  transform: translateY(-2px);
}
.footer-wrap .footer-widget .social-link .social-profile.style1 li a:hover i {
  color: #600405;
}
.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(255, 255, 255, 0.9);
  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;
  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;
  transition: 0.4s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #fff;
}
.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: #fff;
  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: #fff;
}
.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  transition: 0.3s;
}

.copyright-text {
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright-text i {
  position: relative;
  top: -1px;
  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) {

  .cus-text-logo {
    /*margin: 22px 0 0 3px !important;*/
    margin: 0px 0 0 87px !important;
    font-size: 16px !important;
  }

  .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;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  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;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}

@media only screen and (max-width: 767px) {
  .buy-now-btn {
    right: 10px;
    padding: 8px 15px 8px 35px;
    font-size: 14px;
    font-weight: 600;
  }
  .buy-now-btn img {
    left: 15px;
    width: 12px;
  }
}



/*===============================================================================================*/



/* ===== SERVICES PAGE ===== */
.services-list { background: #fff7e4; }
.service-detail { display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 80px; 
  align-items: center; 
  /*padding: 100px 0; */
  padding-bottom: 70px;
  border-bottom: 1px solid rgb(112 2 3 / 40%); 
}
.cus-services-main-title {
    text-align: center;
    /* margin: 30px; */
    margin-top: 30px;
    margin-bottom: 30px;
}
.cus-services-pt{
  padding-top: 70px;
}


.cus-gallery-home-page img {
    width: 100% !important;
    max-height: 200px !important;
    object-fit: cover !important;
}
.service-detail.reverse {direction: rtl;}
.service-detail.reverse > * { direction: ltr; }
.service-detail-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.service-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-text h3 { font-family: var(--font-serif); font-size: 2rem; font-weight: 500; color: #051145; margin-bottom: 20px; }
.service-detail-text h3 em { font-style: italic; color: var(--maroon); }
.service-detail-text p { margin-bottom: 16px; }
.service-features { list-style: none; margin: 24px 0; }
.service-features li { padding: 9px 0; font-size: 1rem; font-weight: 400; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgb(112 2 3 / 20%); color: var(--text); }
.service-features li::before { content: '✦'; color: #600405; font-size: 12px; }
span.section-label {
    color: #600405;
}


@media (max-width: 992px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-detail {grid-template-columns: 1fr;gap: 10px;padding: 30px 0;}
  .service-detail.reverse {direction: ltr;}

}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
}



    /* ---- CSS VARIABLES ---- */
    :root {
      --brand:       #771E1E;
      --brand-dark:  #5a1616;
      --gold:        #C9A84C;
      --gold-light:  #E8D5A3;
      --cream:       #fff7e4;
      /*--cream:       #EFE5DB;*/
      /*--cream:       #FAF6F0;*/
      --ivory:       #FDF8F2;
      --beige:       #F0E8DA;
      --text-dark:   #1a1a1a;
      --text-mid:    #3d3d3d;
      --text-light:  #6b6b6b;
      --white:       #ffffff;
      --shadow-soft: 0 8px 40px rgba(119,30,30,0.12);
      --transition:  all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }


    /* ---- UTILITY ---- */
    .section-pad    { padding: 70px 0; }
    .section-pad-sm { padding: 70px 0; }

    .section-tag {
      font-family: 'Jost', sans-serif;
      font-size: 11px; font-weight: 600;
      letter-spacing: 4px; text-transform: uppercase;
      color: var(--gold); display: block; margin-bottom: 14px;
    }
    .section-title {
      /*font-size: clamp(2.2rem, 4vw, 3.8rem);*/
      font-weight: 500; color: var(--text-dark);
      margin-bottom: 20px; line-height: 1.15;
    }
    .section-title em { font-style: italic; color: var(--brand); }
    .section-subtitle {
      font-size: 1.1rem; color: var(--text-light);
      font-weight: 400; max-width: 560px; line-height: 1.8;
    }

    .divider-gold {
      display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
    }
    .divider-gold span { height: 1px; width: 50px; background: var(--gold); display: block; }
    .divider-gold i { color: var(--gold); font-size: 14px; }

    /* ---- SCROLL REVEAL ---- */
    .reveal       { opacity: 0; transform: translateY(40px);  transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal-left  { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal-right { opacity: 0; transform: translateX(40px);  transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: translate(0); }
    .delay-1 { transition-delay: 0.1s; }
    .delay-2 { transition-delay: 0.2s; }
    .delay-3 { transition-delay: 0.35s; }

    /* ---- BUTTONS ---- */
    .btn-brand {
      display: inline-flex; align-items: center; gap: 10px;
      background: var(--brand); color: var(--white);
      font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600;
      letter-spacing: 3px; text-transform: uppercase;
      padding: 16px 38px; border: 2px solid var(--brand);
      transition: var(--transition); position: relative; overflow: hidden; cursor: pointer;
    }
    .btn-brand::before {
      content: ''; position: absolute; inset: 0; background: var(--brand-dark);
      transform: scaleX(0); transform-origin: right; transition: transform 0.45s ease; z-index: 0;
    }
    .btn-brand:hover::before { transform: scaleX(1); transform-origin: left; }
    .btn-brand span, .btn-brand i { position: relative; z-index: 1; }
    .btn-brand:hover { color: var(--white); border-color: var(--brand-dark); }

    .btn-outline {
      display: inline-flex; align-items: center; gap: 10px;
      background: transparent; color: var(--brand);
      font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600;
      letter-spacing: 3px; text-transform: uppercase;
      padding: 15px 38px; border: 2px solid var(--brand); transition: var(--transition);
    }
    .btn-outline:hover { background: var(--brand); color: var(--white); }

    .btn-gold {
      display: inline-flex; align-items: center; gap: 10px;
      background: var(--gold); color: var(--white);
      font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600;
      letter-spacing: 3px; text-transform: uppercase;
      padding: 16px 38px; border: 2px solid var(--gold); transition: var(--transition);
    }
    .btn-gold:hover { background: transparent; color: var(--gold); }

    /* ---- FORM CONTROLS ---- */
    .form-group { margin-bottom: 22px; }
    .form-label {
      display: block; font-size: 11px; font-weight: 600;
      letter-spacing: 2px; text-transform: uppercase;
      color: var(--text-mid); margin-bottom: 8px;
    }
    .form-control, .form-select {
      width: 100%; padding: 13px 16px;
      border: 1.5px solid var(--beige); background: var(--ivory);
      font-family: 'Jost', sans-serif; font-size: 0.95rem; color: var(--text-dark);
      outline: none; transition: var(--transition); border-radius: 0; -webkit-appearance: none; appearance: none;
    }
    .form-control:focus, .form-select:focus { border-color: var(--brand); background: var(--white); }
    textarea.form-control { resize: vertical; min-height: 130px; }


    /* ============================================
       FLOATING SIDE BAR — DESKTOP (LEFT VERTICAL)
       + MOBILE (BOTTOM HORIZONTAL)
    ============================================ */

    .float-side-bar {
      position: fixed;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 900;
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .float-btn {
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #ffffff;
      transition: all 0.35s ease;
      position: relative;
      text-decoration: none;
    }

    /* Tooltip label — desktop only */
    .float-btn::after {
      content: attr(data-label);
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.82);
      color: #fff;
      font-family: sans-serif;
      font-size: 11px;
      letter-spacing: 1px;
      padding: 5px 10px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s;
    }
    .float-btn:hover::after { opacity: 1; }

    /* Icon colours */
    .float-call     { background: #771E1E; }
    .float-whatsapp { background: #25D366; }
    .float-insta    { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
    .float-fb       { background: #1877F2; }
    .float-yt       { background: #FF0000; }

    /* Hover — slight brighten */
    .float-call:hover     { background: #5a1616; }
    .float-whatsapp:hover { background: #1da852; }
    .float-fb:hover       { background: #0d5fcc; }
    .float-yt:hover       { background: #cc0000; }

    /* ============================================
       RESPONSIVE — BOTTOM HORIZONTAL BAR
    ============================================ */
    @media (max-width: 768px) {

      .float-side-bar {
        /* Switch from left-vertical to bottom-horizontal */
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none;

        flex-direction: row;
        justify-content: stretch;
        gap: 0;

        /* Full-width bottom bar */
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
      }

      .float-btn {
        /* Each icon takes equal share of the bar */
        flex: 1;
        height: 48px;
        /*height: 54px;*/
        font-size: 18px;
        /*font-size: 20px;*/
        border-radius: 0;
      }

      /* Hide tooltip on mobile (no hover on touch) */
      .float-btn::after { display: none; }

      .float-whatsapp-btn{
        display: none !important;
      }
      .header-top{
        display: none!important;
      }
      .navbar-brand img {
        max-width: 85px !important;
        padding: 5px !important;
      }
    }



    
    /* ==============================================
       SECTION 2 — FLOATING ENQUIRY (RIGHT)
    ============================================== */
    .float-enquiry {
      position: fixed; right: 0; 
      top: 50%;
      transform: translateY(-50%);
      z-index: 900; 
      background: var(--brand); 
      color: var(--white);
      writing-mode: vertical-rl; 
      text-orientation: mixed;
      padding: 20px 14px; 
      font-size: 11px; 
      font-weight: 600;
      letter-spacing: 3px; 
      text-transform: uppercase;
      cursor: pointer; 
      transition: var(--transition);
      display: flex; 
      align-items: center; 
      gap: 10px;
    }
    .float-enquiry:hover { background: var(--brand-dark); padding-right: 20px; }
    .float-enquiry i { writing-mode: horizontal-tb; font-size: 16px; }

    /* ==============================================
       SECTION 3 — FLOATING WHATSAPP (BOTTOM)
    ============================================== */
    .float-whatsapp-btn {
      position: fixed; bottom: 28px; right: 70px; z-index: 900;
      width: 58px; height: 58px; background: #25D366; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 26px; color: var(--white);
      box-shadow: 0 6px 24px rgba(37,211,102,0.4);
      animation: floatPulse 2.5s ease-in-out infinite; transition: var(--transition);
    }
    .float-whatsapp-btn:hover { transform: scale(1.1); }
    @keyframes floatPulse {
      0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
      50%      { box-shadow: 0 6px 40px rgba(37,211,102,0.7); }
    }

    /* ==============================================
       SECTION 4 — MARQUEE
    ============================================== */
    /*.marquee-section { background: var(--brand); padding: 22px 0; overflow: hidden; }
    .marquee-track {
      display: flex; 
      gap: 60px; 
      white-space: nowrap;
      animation: marqueeScroll 20s linear infinite;
    }
    .marquee-track:hover { animation-play-state: paused; }
    .marquee-item {
      display: flex; align-items: center; gap: 18px;
      font-family: 'Cormorant Garamond', serif; font-size: 1.5rem;
      font-weight: 300; color: var(--white); letter-spacing: 2px; flex-shrink: 0;
    }
    .marquee-item i { color: var(--gold); font-size: 1rem; }
    @keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }*/


    .marquee-section {
    background: var(--brand);
    padding: 22px 0;
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    gap: 60px;
    width: max-content;
    white-space: nowrap;
    animation: marqueeScroll 90s linear infinite;
    /*animation: marqueeScroll 25s linear infinite;*/
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 2px;
}

.marquee-item i {
    color: var(--gold);
    font-size: 1rem;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 30px));
    }
}

    /* ==============================================
       SECTION 5 — WEDDING CATEGORIES
    ============================================== */
    .categories-section { background: var(--cream); }
    .category-hero-wrap { position: relative; overflow: hidden; height: 600px; }
    .category-hero-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
    .category-hero-wrap:hover img { transform: scale(1.05); }
    .category-hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(20,5,5,0.9) 0%, rgba(119,30,30,0.3) 60%, transparent 100%);
    }
    .category-hero-content { position: absolute; bottom: 40px; left: 36px; right: 36px; }
    .category-hero-content h3 { font-size: 2.4rem; font-weight: 500; color: var(--white); margin-bottom: 10px; }
    .category-hero-content p { color: rgba(255,255,255,0.75); font-size: 0.95rem; margin: 0 0 18px; }
    .category-grid { display: flex; flex-direction: column; gap: 12px; }
    .category-item { position: relative; overflow: hidden; cursor: pointer; height: 190px; }
    .category-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
    .category-item:hover img { transform: scale(1.08); }
    .category-item-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to right, rgba(20,5,5,0.75) 0%, rgba(119,30,30,0.3) 100%);
      display: flex; align-items: center; padding: 24px;
    }
    .category-item-overlay h4 { font-size: 1.4rem; font-weight: 500; color: var(--white); }
    .category-item-overlay span {
      display: block; 
      font-size: 16px; 
      /*letter-spacing: 3px;*/
      text-transform: none; 
      color: #ffffff; 
      /*color: var(--gold-light); */
      margin-top: 5px;
    }

    /* ==============================================
       SECTION 6 — CTA BANNER
    ============================================== */
    .cta-banner {
      position: relative;
      background-image: url('../img/home-cta.jpg');
      background-size: cover; background-position: center; background-attachment: fixed;
      padding: 120px 0; text-align: center;
    }
    .cta-overlay { position: absolute; inset: 0; background: rgba(20,5,5,0.82); }
    .cta-content { position: relative; z-index: 2; }
    .cta-tag { font-size: 11px; letter-spacing: 5px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 18px; }
    .cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 4rem); font-weight: 300; color: var(--white); margin-bottom: 20px; }
    .cta-title em { font-style: italic; color: var(--gold-light); }
    .cta-text { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 532px; margin: 0 auto 38px; }
    .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

    /* ==============================================
       SECTION 7 — POPUP MODAL
    ============================================== */
    .popup-overlay {
      position: fixed; inset: 0; background: rgba(10,3,3,0.82);
      z-index: 9999; display: flex; align-items: center; justify-content: center;
      padding: 20px; opacity: 0; visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease; backdrop-filter: blur(6px);
    }
    .popup-overlay.active { opacity: 1; visibility: visible; }
    .popup-modal {
      background: var(--white); max-width: 820px; width: 100%;
      display: flex; overflow: hidden; transform: scale(0.9);
      transition: transform 0.4s ease; max-height: 90vh; overflow-y: auto; position: relative;
    }
    .popup-overlay.active .popup-modal { transform: scale(1); }
    .popup-left {
      width: 40%; min-width: 220px;
      background-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?w=600&q=80');
      background-size: cover; background-position: center;
      position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px;
    }
    .popup-left::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(20,5,5,0.9) 0%, rgba(119,30,30,0.4) 100%);
    }
    .popup-left-content { position: relative; z-index: 1; }
    .popup-left-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--white); margin-bottom: 8px; }
    .popup-left-content p { color: rgba(255,255,255,0.7); }
    .popup-right { flex: 1; padding: 40px 36px; }
    .popup-right h4 { font-size: 1.6rem; font-weight: 600; margin-bottom: 6px; }
    .popup-right > p { color: var(--text-light); margin-bottom: 24px; }
    .popup-close {
      position: absolute; top: 16px; right: 16px; width: 36px; height: 36px;
      background: var(--brand); color: var(--white); border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; transition: var(--transition); z-index: 10;
    }
    .popup-close:hover { background: var(--brand-dark); }

    /* ==============================================
       SECTION 8 — PAGE BANNER (INNER PAGE HERO)
    ============================================== */
    .page-banner {
      position: relative; height: 480px;
      display: flex; align-items: center;
      overflow: hidden; background: var(--brand-dark);
    }
    .page-banner-bg {
      position: absolute; inset: 0;
      background-size: cover; background-position: center; opacity: 1;
    }
    .page-banner-overlay {
      position: absolute; inset: 0;
      /*background: linear-gradient(135deg, rgba(10,3,3,0.9) 0%, rgba(119,30,30,0.7) 100%);*/
      background: linear-gradient(135deg, rgb(10 3 3 / 55%) 0%, rgb(119 30 30 / 26%) 100%);
    }
    .page-banner-content { position: relative; z-index: 2; padding-top: 90px; }
    .breadcrumb-custom { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; }
    .breadcrumb-custom a { color: rgba(255,255,255,0.6); font-size: 18px; letter-spacing: 1px; }
    .breadcrumb-custom a:hover { color: var(--gold); }
    .breadcrumb-custom span { color: var(--gold); font-size: 18px; }
    .breadcrumb-custom .current { color: var(--gold); font-size: 18px; }
    .page-banner h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      font-weight: 300; color: var(--white);
    }
    .page-banner h1 em { font-style: italic; color: var(--gold-light); }
    .page-banner .banner-sub {
      color: rgba(255,255,255,0.65); 
      max-width: fit-content;
      /*max-width: 510px;*/
      margin-top: 14px; font-size: 18px;
    }

    /* ==============================================
       SECTION 9 — MISSION, VISION & VALUES
    ============================================== */
    .mvv-card {
      padding: 44px 34px; height: 100%;
      border-top: 4px solid var(--brand);
      transition: var(--transition);
    }
    .mvv-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
    .mvv-card-white { background: var(--white); }
    .mvv-card-brand { background: var(--brand); border-top-color: var(--gold); }
    .mvv-card-beige  { background: var(--white); border-top-color: var(--gold); }
    .mvv-icon {
      width: 60px; height: 60px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.8rem; margin-bottom: 22px;
    }
    .mvv-icon-brand  { background: var(--brand); color: var(--gold-light); }
    .mvv-icon-gold   { background: rgba(201,168,76,0.2); border: 1px solid var(--gold); color: var(--gold); }
    .mvv-icon-beige  { background: var(--beige); color: var(--gold); }
    .mvv-card h4 { font-size: 1.5rem; font-weight: 600; margin-bottom: 14px; }
    .mvv-card-white h4, .mvv-card-beige h4 { color: var(--text-dark); }
    .mvv-card-brand h4 { color: var(--white); }
    .mvv-card p { line-height: 1.8; margin: 0; }
    /*.mvv-card-white p, .mvv-card-beige p { color: var(--text-light); }*/
    .mvv-card-brand p { color: rgba(255,255,255); }
    .mvv-values-list { line-height: 1.8; }
    .mvv-values-list li { display: flex; gap: 10px; margin-bottom: 8px; color: var(--text-dark); }
    .mvv-values-list li i { color: var(--brand); margin-top: 11px; font-size: 12px; flex-shrink: 0; }

    /* ==============================================
       SECTION 10 — JOURNEY TIMELINE
    ============================================== */
    .timeline { position: relative; padding-left: 36px; }
    .timeline::before {
      content: ''; position: absolute;
      left: 0; top: 0; bottom: 0; width: 2px;
      background: linear-gradient(to bottom, var(--brand), var(--gold), var(--brand));
    }
    .timeline-item { position: relative; margin-bottom: 40px; }
    .timeline-item:last-child { margin-bottom: 0; }
    .timeline-dot {
      position: absolute; left: -42px; top: 6px;
      width: 14px; height: 14px;
      background: var(--brand); border: 3px solid var(--gold); border-radius: 50%;
    }
    .timeline-year {
      font-size: 10px; font-weight: 700; letter-spacing: 3px;
      text-transform: uppercase; color: var(--brand); margin-bottom: 6px;
    }
    .timeline-item h5 { font-size: 1.2rem; font-weight: 600; margin-bottom: 8px; color: var(--text-dark); }
    .timeline-item p { font-size: 0.9rem; color: var(--text-light); margin: 0; line-height: 1.7; }

    /* ==============================================
       SECTION 11 — HOW WE WORK (4-STEP PROCESS)
    ============================================== */
    .process-step { text-align: center; padding: 36px 24px; position: relative; }
    .process-num {
      width: 60px; height: 60px; background: var(--brand); color: var(--white);
      font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600;
      display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
    }
    .process-num-gold { background: var(--gold); }
    .process-step h5 { font-size: 22px; font-weight: 600; margin-bottom: 10px; color: var(--text-dark); }
    .process-step p  {/* font-size: 17px; */color: var(--text-dark);margin: 0;line-height: 1.7;}
    .process-arrow {
      position: absolute; right: -20px; top: 50%;
      transform: translateY(-50%); color: var(--gold); font-size: 1.5rem; z-index: 1;
    }

    /* ==============================================
       SECTION 12 — CONTACT SECTION
    ============================================== */
    .contact-info-card { background: var(--brand); padding: 50px 40px; height: 100%; }
    .contact-info-card h3 { font-size: 2rem; font-weight: 500; color: var(--white); margin-bottom: 10px; }
    .contact-info-card > p { color: rgba(255,255,255,0.7); margin-bottom: 36px; line-height: 1.8; }

    .contact-info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
    .contact-info-item i {
      width: 40px; height: 40px; flex-shrink: 0;
      border: 1px solid rgba(201,168,76,0.4);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-size: 16px;
    }
    .contact-info-item h6 {
      color: var(--gold-light);
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 4px;
      font-family: 'Jost', sans-serif;
    }
    .contact-info-item p {color: rgba(255,255,255,0.85);margin: 0;/* font-size: 0.95rem; */line-height: 1.6;}
    .contact-info-item a { color: rgba(255,255,255,0.85); }
    .contact-info-item a:hover { color: var(--gold); }

    .contact-social-links { display: flex; gap: 10px; margin-top: 30px; }
    .contact-social-links a {
      width: 38px; height: 38px;
      border: 1px solid rgba(201,168,76,0.35);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold-light); font-size: 15px; transition: var(--transition);
    }
    .contact-social-links a:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }

    .whatsapp-cta {
      display: inline-flex; align-items: center; gap: 10px;
      background: #25D366; color: #fff;
      font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600;
      letter-spacing: 2px; text-transform: uppercase;
      padding: 14px 30px; transition: var(--transition); margin-top: 20px;
    }
    .whatsapp-cta:hover { background: #1da852; color: #fff; }

    .contact-form-wrap { background: var(--white); padding: 50px 44px; }

    .success-msg {
      display: none; background: #d4edda; color: #155724;
      padding: 16px 20px; border-left: 4px solid #28a745;
      margin-bottom: 20px; font-size: 0.95rem; line-height: 1.6;
    }
    .error-msg {
      display: none; background: #f8d7da; color: #721c24;
      padding: 16px 20px; border-left: 4px solid #dc3545;
      margin-bottom: 20px; font-size: 0.95rem;
    }
    .map-wrap { height: 400px; }
    .map-wrap iframe { width: 100%; height: 100%; border: none; filter: grayscale(20%); }

    /* ---- SERVICE LINK (used in inner pages) ---- */
    .service-link {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--brand); font-size: 11px; font-weight: 600;
      letter-spacing: 2px; text-transform: uppercase; transition: var(--transition);
    }
    .service-link:hover { gap: 14px; color: var(--brand-dark); }

    /* ---- RESPONSIVE ---- */
    @media (max-width: 991px) {
      .popup-left { display: none; }
      .process-arrow { display: none !important; }
    }
    @media (max-width: 768px) {
      .section-pad { padding: 70px 0; }
      .float-enquiry { display: none; }
      .category-hero-wrap { height: 380px; }
      .contact-form-wrap { padding: 36px 24px; }
      .contact-info-card  { padding: 36px 24px; }
      .page-banner { height: 360px; }
    }

.cus-bg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sticky .navbar-brand img {
    max-width: 72px;
    padding: 0;
}

.sticky h2{
  /*margin: 18px 0 0 13px !important;*/
  /*margin: 0px 0 0 80px !important;*/
  margin: 0px 0 0 88px !important;
  font-size: 16px !important;
}

.sticky .nav-item a {
    padding: 18px 10px !important;
}


/* ===== GALLERY PAGE ===== */
/*.filter-btn{
    margin:5px;
    padding: 8px 20px;
}*/

.filter-btn{
    margin:5px;
    padding: 8px 20px;
    background: #fee8bf;
    border-radius: 8px 8px 0 0;
    border-top: 2px solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-color: #600405 !important;
    font-size: 16px;
    font-weight: 700;
}

.filter-btn.active {
    background: #600405;
}

.gallery img{
    transition:.3s;
    width:100%;
    height:280px;
    object-fit:cover;
}

.gallery img:hover{
    transform:scale(1.05);
}


.cus-banner-back-bg {
    /*background-color: rgb(255 255 255 / 75%);*/
    /*padding: 20px;*/
    max-width: fit-content;
    margin: auto;
}
.cus-banner-back-bg h1{
  color: #ffffff !important;
  font-size: 58px;
}


/* Hide overflow */
/*.hero-slider-two .owl-item {
    overflow: hidden;
}*/

/* Default image state */
/*.hero-slider-two .owl-item img {
    transform: scale(1);
    transition: transform 6s ease-in-out;
}*/

/* Active slide zoom effect */
/*.hero-slider-two .owl-item.active img {
    transform: scale(1.12);
}*/
