@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
.desk-home-banner {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .desk-home-banner {
    display: none;
  }
}
.desk-banner-slider-wrap .slick-slide img {
    max-height: 312px;
}
.home-mob-banner {
  display: none;
  padding: 10px 0 0 0;
}
@media (max-width: 767.98px) {
  .home-mob-banner {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .mob-hide {
    display: none;
  }
}

.mob-show {
  display: none;
}
@media (max-width: 767.98px) {
  .mob-show {
    display: block;
  }
}

.bl-bg-light {
  background: #f0f6f6;
}

.mob-banner .mob-banner-slider .mob-banner-img {
  height: 250px;
  padding: 0 10px;
  position: relative;
}
.mob-banner .mob-banner-slider .mob-banner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.mob-banner .mob-banner-slider .mob-banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.mob-banner .mob-banner-slider .mob-banner-text {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  min-height: 110px;
}
.mob-banner .mob-banner-slider .mob-banner-text h3 {
  font-size: 25px;
  color: #870904;
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 320.98px) {
  .mob-banner .mob-banner-slider .mob-banner-text h3 {
    font-size: 20px;
  }
}
.mob-banner .mob-banner-slider .mob-banner-text h3 span {
  color: #4A4A4A;
  font-weight: 500;
}
.mob-banner .mob-banner-slider .slick-list.slick-active .mob-banner-img::before {
  background: transparent;
}
.mob-banner .mob-banner-slider .slick-list.slick-active .mob-banner-text {
  visibility: visible;
  opacity: 1;
}
.mob-banner .mob-banner-slider .slick-list.slick-active .mob-banner-btn {
  visibility: visible;
  opacity: 1;
}

.mob-banner-btn {
  visibility: hidden;
  opacity: 0;
}
.mob-banner-btn a {
  background: #870904;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 15px;
  width: 100%;
  display: block;
  border-radius: 5px;
  margin: 0 0 40px;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 320px) {
  .mob-banner-btn a {
    font-size: 12px;
    text-align: center;
    padding: 15px 10px;
  }
}

.btn-wrap a {
  background: #870904;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px 15px;
  width: 100%;
  display: block;
  border-radius: 10px;
  margin: 30px 0 0;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}
.btn-wrap a.yl {
  background: #F8B400;
  color: #fff;
}
.btn-wrap button {
  background: #870904;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px 15px;
  width: 100%;
  display: block;
  border-radius: 10px;
  margin: 10px 0 0;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  border: 0 !important;
}
.btn-wrap button.yl {
  background: #F8B400;
  color: #000;
}

.mob-how-its-work {
  padding: 40px 0;
}
.mob-how-its-work h2 {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 30px;
}
.mob-how-its-work .sm-bx {
  text-align: center;
  margin-bottom: 40px;
}
.mob-how-its-work .sm-bx figure {
  margin: 0 0 15px;
}
.mob-how-its-work .sm-bx figure img {
  width: 47%;
  height: 83px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mob-how-its-work p {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  word-break: break-word;
}
.mob-how-its-work p span {
  font-weight: 700;
}

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

.video-frame {
  position: relative;
  width: 100%;
  height: 250px;
}
.video-frame .video {
 
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.video-frame .video-play-button {
  position: absolute;
  left: 43%;
  bottom: 40%;
}

.video-play-button {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #870904;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.video-play-button.white:after {
  background: #870904;
  border: 0;
}
.video-play-button.white:before {
  background: #870904;
}
.video-play-button.white .icon {
  color: #870904;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.moretext, .kt-moretext, .kt-moretext-1 {
  display: none;
}

.mob-about-section .about-paragraph {
  margin: 15px 0;
}
.mob-about-section .about-paragraph p {
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  line-height: 25px;
  margin-top: 20px;
}
.mob-about-section .moreless-button {
  color: #870904;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.mob-about-section .moreless-button::before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  right: -20px;
  width: 9px;
  top: 5px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.mob-about-section .moreless-button.active::before {
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
  top: 8px;
}

.product-cat-sec-mob {
  padding: 40px 0;
}
.product-cat-sec-mob h2 {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 40px;
}
.product-cat-sec-mob .prd-box {
  margin: 0 0 30px;
}
.product-cat-sec-mob .prd-box h3 {
  font-size: 22px;
  color: #000;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin: 0 0 5px;
}
.product-cat-sec-mob .prd-box .single-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px;
}
.product-cat-sec-mob .prd-box .single-line h4 {
  margin: 0;
  color: #870904;
  font-size: 15px;
  font-weight: 600;
}
.product-cat-sec-mob .prd-box .img-bx {
  height: 240px;
}
.product-cat-sec-mob .prd-box .img-bx img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-cat-sec-mob .prd-box .exp-button {
  color: #870904;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 0 30px 0 0;
}
.product-cat-sec-mob .prd-box .exp-button::before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 14px;
  width: 9px;
  top: 5px;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.product-cat-sec-mob .prd-box .exp-button.active::before {
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
  top: 8px;
}

.modular-kitchen-wrap {
  padding: 40px 0;
}
.modular-kitchen-wrap h2 {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 40px;
}
.modular-kitchen-wrap .kt-more-details {
  padding: 30px 15px;
  margin: 0 0 30px;
}
.modular-kitchen-wrap .kt-more-details img {
  text-align: center;
  margin: 0 auto 15px;
}
.modular-kitchen-wrap .kt-more-details h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif !important;
  margin: 0;
}
.modular-kitchen-wrap .kt-more-details h5 {
  font-size: 25px;
  font-weight: 700;
  color: #7B1B11;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
}
.modular-kitchen-wrap .kt-more-details ul {
  text-align: left;
  margin: 0 0 20px;
}
.modular-kitchen-wrap .kt-more-details ul li {
  position: relative;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 37px;
  margin: 0 0 10px 0;
  line-height: 23px;
}
.modular-kitchen-wrap .kt-more-details ul li::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  color: #F8B400;
}
.modular-kitchen-wrap .btn-wrap a.yl {
  margin: 20px 0;
}
.modular-kitchen-wrap .kt-moreless-button, .modular-kitchen-wrap .kt-moreless-button-1 {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.modular-kitchen-wrap .kt-moreless-button::before, .modular-kitchen-wrap .kt-moreless-button-1::before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  right: -20px;
  width: 9px;
  top: 5px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.modular-kitchen-wrap .kt-moreless-button.active::before, .modular-kitchen-wrap .kt-moreless-button-1.active::before {
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
  top: 8px;
}

.partners-mob-wrap {
  padding: 0 0 40px 0;
}
.partners-mob-wrap h2 {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 20px;
}

.why-linhoff-banner {
  position: relative;
}
.why-linhoff-banner .baner-img figure img {
  width: 100%;
}
.why-linhoff-banner .baner-img .btn-wrap {
  position: absolute;
  bottom: 17px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}

.why-sec-images, .why-sec-product {
  padding: 40px 0;
  background: #F0F6F6;
}
.why-sec-images .why-sec-top, .why-sec-product .why-sec-top {
  text-align: center;
  margin: 0 0 10px;
}
.why-sec-images .why-sec-top h2, .why-sec-product .why-sec-top h2 {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  margin: 0;
}
.why-sec-images .img-box, .why-sec-product .img-box {
  text-align: center;
  margin-top: 40px;
  min-height: 119px;
}
.why-sec-images .img-box figure img, .why-sec-product .img-box figure img {
  height: 65px;
}
.why-sec-images .img-box p, .why-sec-product .img-box p {
  margin-top: 16px;
  color: #020302;
  font-weight: 600;
  font-size: 12px;
  font-family: "Poppins", sans-serif !important;
}

.contact-form .head {
  text-align: center;
  margin: 0 0 10px;
}
.contact-form .head h2 {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
  font-family: "Poppins", sans-serif !important;
}
.contact-form .head h3 {
  color: #4A4A4A;
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0 15px;
  font-family: "Poppins", sans-serif !important;
}
.contact-form form .name, .contact-form form .phone {
  width: 47% !important;
  height: 40px;
  color: #B2B2B2;
  padding: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 9px;
  background: #fff;
  opacity: 1;
}
.contact-form form .email {
  width: 100%;
  height: 40px;
  color: #B2B2B2;
  padding: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 9px;
  background: #fff;
  opacity: 1;
}
.contact-form form textarea {
  width: 100%;
  color: #B2B2B2;
  padding: 20px;
  border: 1px solid #C8C8C8;
  border-radius: 9px;
  background: #fff;
  height: 130px;
  resize: none;
}
.contact-form .btn-wrap a {
  margin: 20px 0 0;
}

.why-linhoff-slider .mob-banner .slick-arrow {
  top: 46%;
}

.why-sec-product .img-box {
  min-height: 125px;
}
.why-sec-product .img-box figure img {
  height: 65px;
  margin: 0 auto;
  width: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

.how-it-work-wrap {
  padding: 70px 0 0;
}
.how-it-work-wrap h2 {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px;
  font-family: "Poppins", sans-serif !important;
  text-align: center;
}
.how-it-work-wrap .how-img-wrap {
  text-align: center;
  margin: 0 0 40px;
  padding: 0 40px;
}
.how-it-work-wrap .how-img-wrap img {
  margin: 0 0 15px;
  width: 70px;
}
.how-it-work-wrap .how-img-wrap p {
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
  line-height: 25px;
}
.how-it-work-wrap .how-img-wrap p span {
  font-weight: 600;
}

.new-ftr-wrap {
  padding: 30px 0 0;
  background: #fff;
}
.new-ftr-wrap .contact-form .head h2 {
  margin: 0 0 20px;
}
.new-ftr-wrap .ftr-bt {
  text-align: center;
  background: #DEDEDE;
  padding: 20px 0 100px;
  margin: 7px 0 0;
}
.new-ftr-wrap .ftr-bt p {
  color: #535353;
  font-size: 13px;
  margin: 0 0 4px;
  font-family: "Poppins", sans-serif !important;
}
.new-ftr-wrap .footer-logo-section {
  margin: 0 0 20px;
}
.new-ftr-wrap .footer-logo-section .ftr-logo {
  width: 165px;
  margin: 0 0 15px;
}
.new-ftr-wrap .footer-logo-section .ftr-logo img {
  width: 100%;
}
.new-ftr-wrap .footer-logo-section .ftr-cnt {
  width: 100%;
  padding: 0;
}
.new-ftr-wrap .footer-logo-section .ftr-cnt p {
  color: #888888;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  margin: 0;
  line-height: 22px;
}
.new-ftr-wrap .ftr-address-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
.new-ftr-wrap .ftr-address-section p {
  color: #888888;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  margin: 0;
  line-height: 22px;
}
.new-ftr-wrap .ftr-address-section a {
  color: #888888;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
}
.new-ftr-wrap .ftr-address-section #icon.fa-map-marker {
  font-size: 24px;
}
.new-ftr-wrap .contact-form {
  padding: 20px 0;
}
.new-ftr-wrap .contact-form .btn-wrap a {
  margin: 10px 0 0;
}

.bottom-bar-new {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #870904;
  padding: 16px 25px 13px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  width: 100%;
  z-index: 1111;
  display: none;
}
@media (max-width: 767.98px) {
  .bottom-bar-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 320.98px) {
  .bottom-bar-new {
    padding: 14px 10px 12px;
  }
}
.bottom-bar-new img {
  display: block;
  margin: 0 auto 10px;
  width: 21px;
}
.bottom-bar-new a {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .float_btn {
    bottom: 123px;
  }
}

.mob-contact-page {
  padding: 50px 0;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 68%;
  z-index: 1;
  font-size: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  height: 27px;
  width: 27px;
}
.slick-arrow::before {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  content: "";
  display: inline-block;
  height: 27px;
  left: 0;
  position: absolute;
  top: 0;
  width: 27px;
  border-color: #717171;
}
.slick-arrow.slick-next {
  right: 15px !important;
  -webkit-transform: rotate(311deg);
          transform: rotate(311deg);
}
.slick-arrow.slick-prev {
  display: none !important;
  left: 15px;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}

@media (max-width: 991px) {
  .active-cont {
    margin-left: 0 !important;
  }

  .nav {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .side-navbar {
    width: 230px;
  }

  .nav li a {
    font-family: "Poppins", sans-serif !important;
    padding-left: 10px !important;
  }

  .nav li {
    border-bottom: solid 1px #CFD2D8;
  }

  .nav li a.active, .nav li a:hover {
    border-bottom: solid 1px #CFD2D8 !important;
    color: #000;
  }

  .nav-menu-icon {
    padding: 5px 15px 5px 0;
  }

  .logo {
    margin-left: 0;
  }

  .nav {
    margin-top: 0 !important;
    max-height: 79vh;
    overflow-y: scroll;
    height: 100vh;
  }

  .mob-navigation .dropdown {
    padding-left: 0 !important;
  }
  .mob-navigation .dropdown .dropdown-content a {
    margin-top: 5px !important;
  }
}
@media (max-width: 320px) {
  .nav {
    margin-top: 0 !important;
    max-height: 75vh;
    overflow-y: scroll;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
}

/* Customize the label (the container) */
.service-ch {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  cursor: pointer;
  color: #888888;
  font-weight: 300;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Poppins", sans-serif !important;
}

/* Hide the browser's default checkbox */
.service-ch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 1px;
}

/* On mouse-over, add a grey background color */
.service-ch:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.service-ch input:checked ~ .checkmark {
  background-color: #870904;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.service-ch input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.service-ch .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-service {
  background: #fff;
  padding: 15px 15px 10px;
  border-radius: 6px;
  border: 1px solid #C8C8C8;
}
.select-service h5 {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
}

.desktop-banner {
  position: relative;
  overflow: hidden;
}
.desktop-banner .caption-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
}
@media (max-width: 1400px) {
  .desktop-banner .caption-wrap {
    padding-left: 50px;
  }
}
.desktop-banner .caption-wrap h2 {
  font-size: 36px;
  font-weight: 700;
  color: #870904;
  margin: 10px 0;
}
.desktop-banner .caption-wrap h3 {
  font-size: 28px;
  margin: 0;
  color: #4A4A4A;
}
.desktop-banner .caption-wrap .main-banner-desc {
  font-size: 15px;
  color: #7E7E7E;
  line-height: 28px;
  font-weight: 500;
  margin: 10px 0 0;
  padding-right: 111px;
}

.desk-banner-slider-wrap {
  overflow: hidden;
 
}
.desk-banner-slider-wrap .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.desk-banner-slider-wrap .slick-list {
  overflow: visible !important;
}
.desk-banner-slider-wrap .desk-bnr-list {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  opacity: 0.3;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.desk-banner-slider-wrap .desk-bnr-list.slick-current {
  opacity: 1;
}
.desk-banner-slider-wrap .desk-bnr-list.slick-current::before {
  content: inherit !important;
}
.desk-banner-slider-wrap .slick-arrow {
  top: 50%;
}
.desk-banner-slider-wrap .slick-arrow.slick-next {
  right: -52px !important;
}

.bnr-btn-wrap {
  margin-top: 40px;
}
.bnr-btn-wrap .primary-btn {
  background: #F8B400;
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 40px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-width: 180px;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.bnr-btn-wrap .primary-btn:hover {
  background: #e9aa02;
  color: #000;
}
.bnr-btn-wrap .secondary-btn {
  background: #870904;
  outline: none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 40px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-width: 180px;
  display: block;
  text-align: center;
}
.bnr-btn-wrap .secondary-btn:hover {
  background: #660602;
}

.about-sec-web .video-frame {
  height: 500px;
}
.about-sec-web .video-frame .video {
  border-radius: 20px;
  
}
.about-sec-web .about-text {
  padding-left: 30px;
}
.about-sec-web .video-play-button.white:after {
  background: #F8B400;
  width: 70px;
  height: 70px;
}
.about-sec-web .video-play-button:before {
  background: #F8B400;
  width: 70px;
  height: 70px;
}
.about-sec-web .video-play-button span {
  border-left: 17px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.about-sec-web.about-sec {
  background: #fff;
}
.about-sec-web.about-sec p {
  font-size: 16px;
  line-height: 28px;
}
.about-sec-web.about-sec p.light {
  margin-bottom: 20px;
  color: #7E7E7E;
}
.about-sec-web.about-sec ul {
  padding: 0;
  margin: 20px 0 0;
  display: block;
}
.about-sec-web.about-sec ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding-left: 34px;
  margin: 0 0 15px;
}
.about-sec-web.about-sec ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.font-popins {
  font-family: "Poppins", sans-serif !important;
}

.about-head {
  font-family: "Poppins", sans-serif !important;
}

.desk-banner-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.desk-banner-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.how-it-works-section {
  background: #F8B400;
  padding: 90px 0 70px;
}
.how-it-works-section .product-cat-head {
      font-size: 28px; 
  font-weight: 700;
  color: #020302;

}
.how-it-works-section .works-bx {
  text-align: center;
  position: relative;
}
.how-it-works-section .works-bx .stick-wrap {
  position: absolute;
  width: 65%;
  height: 2px;
  background: #fff;
  right: -95px;
  top: 23%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.how-it-works-section .works-bx .stick-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
}
.how-it-works-section .works-bx .stick-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
}
@media (max-width: 1119px) {
  .how-it-works-section .works-bx .stick-wrap {
    display: none;
  }
}
.how-it-works-section .works-bx p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.how-it-works-section .iocn-wrap {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .how-it-works-section {
    display: none;
  }
}

.pt-0 {
  padding-top: 0;
}

.reach-sec p {
  color: #fff !important;
}

.home-gallery-wrap {
  padding: 100px 0;
  background-color: #fff;
}
.home-gallery-wrap .h2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-gallery-wrap .h2-wrap h2 {
  text-align: center;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
  border-bottom: 2px solid #870904;
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .home-gallery-wrap {
    display: none;
  }
}

.gallery-slider-in {
  overflow: hidden;
  padding: 0 85px;
}
.gallery-slider-in a {
  outline: none;
  border: 0;
}
.gallery-slider-in a:focus {
  outline: none;
  border: 0;
}
.gallery-slider-in .gl-list {
  padding: 0px 10px;
  border-radius: 20px;
}
.gallery-slider-in .gl-list img {
  width: 100%;
}
.gallery-slider-in .slick-list {
  overflow: visible !important;
}
.gallery-slider-in .slick-arrow {
  top: 47%;
}
.gallery-slider-in .slick-arrow.slick-prev {
  display: inline-block !important;
}
.gallery-slider-in .slick-slide {
  opacity: 0.3;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  pointer-events: none;
}
.gallery-slider-in .slick-slide .gl-list {
  padding-top: 45px;
}
.gallery-slider-in .slick-slide .gl-list img {
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  height: 260px;
}
.gallery-slider-in .slick-slide.slick-active {
  opacity: 1;
  pointer-events: visible;
}
.gallery-slider-in .slick-slide.slick-active .gl-list {
  padding-top: 0px;
}
.gallery-slider-in .slick-slide.slick-active .gl-list img {
  height: 100%;
}

.footer-sec.new-footer {
  background: #fff;
  width: 100%;
}
.footer-sec.new-footer .footer-brief {
  line-height: 25px;
}
.footer-sec.new-footer .footer-dec {
  padding-right: 30px;
}
.footer-sec.new-footer .footer-add {
  line-height: 25px;
}
.footer-sec.new-footer .footer-add a {
  color: #888888;
}

.copy-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-cat-sec.new-prd-section .desc-brief {
  margin-bottom: 0;
  margin-top: 15px;
}
.product-cat-sec.new-prd-section .explore-btn {
  margin-top: 17px;
}
.product-cat-sec.new-prd-section .desc-head {
  font-family: "Poppins", sans-serif !important;
}

.prd-comming-soon {
  background: #DEDEDE;
  height: 385px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prd-comming-soon h3 {
  font-size: 29px;
  font-weight: 700;
  color: #494949;
  line-height: 40px;
}

.p-0 {
  padding: 0 !important;
}

.mob-review-slider-wrap {
  overflow: hidden;
  padding: 50px 0 20px;
  display: none;
}
@media (max-width: 767px) {
  .mob-review-slider-wrap {
    display: block;
  }
}
.mob-review-slider-wrap .h2-wrap h2 {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 40px;
}
.mob-review-slider-wrap .slider-review .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0 0;
}
.mob-review-slider-wrap .slider-review .slick-dots li {
  font-size: 0;
}
.mob-review-slider-wrap .slider-review .slick-dots li button {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background: #C8C8C8;
  margin: 0 4px;
  border: #C8C8C8;
}
.mob-review-slider-wrap .slider-review .slick-dots li.slick-active button {
  background: #F8B400;
}
.mob-review-slider-wrap .slider-review .review-box {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  margin: 0 5px;
}
.mob-review-slider-wrap .slider-review .review-box img {
  width: 100%;
}
.mob-review-slider-wrap .slider-review .review-box h5 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}
.mob-review-slider-wrap .slider-review .review-box span {
  color: #4A4A4A;
  font-weight: 400;
  font-size: 15px;
}
.mob-review-slider-wrap .slider-review .review-box p {
  color: #000;
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
}
.mob-review-slider-wrap .slider-review .review-box .review-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .new-ftr-wrap .ftr-bt {
    padding: 20px 0;
  }
}

.fr-btn {
  font-weight: 700;
  background: #F8B400;
  padding: 8px 30px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000;
  top: 50%;
  z-index: 11;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  right: -84px;
  text-decoration: none;
}
.fr-btn:hover {
  color: #fff !important;
  background: #870904;
  text-decoration: none;
}

.desktop-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-sec-web .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about-video-desk-row {

  padding-left: 0 !important;
  padding-right: 0 !important;
}

#how-work-jump {
  position: relative;
  top: -50px;
}

.header-get {
  position: absolute;
  right: 10px;
  top: 16px;
  display: none;
}
@media (max-width: 767px) {
  .header-get {
    display: inline-block;
  }
}
.header-get a {
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #000;
  background: #F8B400;
}
.header-get a:hover {
  background: #660602;
  color: #fff;
}
@media (max-width: 767px) {
  .header-get a {
    padding: 8px 15px;
  }
}

@media (max-width: 320px) {
  .logo_img {
    width: 83px;
    height: auto;
    margin-right: 8px;
  }
}

@media (max-width: 320px) {
  .logo_text {
    font-size: 15px;
  }
}