
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,500;1,700&family=Yellowtail&display=swap";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  color: #737373;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d0d;
  line-height: 1.3;
  font-family: "Yellowtail", cursive;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
img,
a > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 {
  font-size: calc(1.5625rem + 3.75vw);
}
/* gallery */

/* .gallery-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    } */

/* .gallery-img:hover {
    transform: scale(1.05);
    } */

    .carousel {
      width: 100%;
      overflow: hidden;
      background: #fff;
      border-radius: 16px;
      padding: 20px 0;
      box-shadow: 0 12px 30px rgba(0,0,0,0.12);
      min-height: 320px;
      display: flex;
      align-items: center;
    }

    .carousel::-webkit-scrollbar{
      display: none;
    }
    .group{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1em;
      animation: move 15s linear infinite;
      padding-right: 1em;
    }
    .card{
      flex: 0 0 180px;
      height: 260px;
      background: #6b9bf1;
      border-radius: 14px;
      font-size: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      width:auto
    }
    .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 14px;
    }



    @keyframes move{
      from{
        translate: 0;
      }
      to{
        translate: -100%;
      }
    }

    .video-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .video-container iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    /* ==== PLAY BUTTON ==== */
    .play-btn {
      width: 90px;
      height: 90px;
      background: radial-gradient(
        rgba(255, 0, 128, 0.85) 55%,
        rgba(255, 255, 255, 0) 57%
        );
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 20;
    }

    /* triangle */
    .play-btn::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-40%, -50%);
      width: 0;
      height: 0;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 22px solid #ffffff;
      z-index: 25;        /* MUST */
      display: block;    /* MUST */
    }

    /* pulse */
    .play-btn::before {
      content: "";
      position: absolute;
      width: 140%;
      height: 140%;
      top: -20%;
      left: -20%;
      border-radius: 50%;
      border: 4px solid rgba(255,255,255,0.8);
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0% {
        transform: scale(0.6);
        opacity: 1;
      }
      100% {
        transform: scale(1);
        opacity: 0;
      }
    }

    .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
    }

    /* iframe */
    .video-container iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;   /* iframe interaction disabled until user action */
    }

    /* Custom centered red play button with outward pulse */
    .video-container .play-btn {
      width: 70px;
      height: 70px;
      background: radial-gradient(rgb(205 77 0) 60%, rgba(255, 255, 255, 1) 62%);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
      cursor: pointer;
      z-index: 1;
      pointer-events: auto;
      overflow: visible; /* allow ripple to expand outside */
      box-sizing: border-box;
    }

    /* triangle */
    .video-container .play-btn::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-40%) translateY(-50%);
      transform: translateX(-40%) translateY(-50%);
      transform-origin: center center;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 25px solid #fff;
      z-index: 1;
      -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    /* pulse wave (smaller, near button) */
    .video-container .play-btn::before {
      content: "";
      display: block;
      position: absolute;
      /* slightly larger than the button but not far outside */
      width: 110%;
      height: 110%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.75);
      box-sizing: border-box;
      border-radius: 50%;
      border: 3px solid rgba(255, 255, 255, 0.85) !important;
      background: transparent;
      pointer-events: none;
      z-index: 0; /* place behind the icon */
      transform-origin: center center;
      will-change: transform, opacity;
      -webkit-animation-name: playPulseOut !important;
      -webkit-animation-duration: 1.4s !important;
      -webkit-animation-timing-function: ease-out !important;
      -webkit-animation-iteration-count: infinite !important;
      -webkit-animation-fill-mode: both !important;
      -webkit-animation-play-state: running !important;
      animation-name: playPulseOut !important;
      animation-duration: 1.4s !important;
      animation-timing-function: ease-out !important;
      animation-iteration-count: infinite !important;
      animation-fill-mode: both !important;
      animation-play-state: running !important;
      opacity: 0.95 !important;
    } 

    @-webkit-keyframes pulsate1 {
      0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
      }
      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

      }
    }

    @keyframes pulsate1 {
      0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
      }
      100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

      }
    }

    /* smaller pulse constrained to button area */
    @-webkit-keyframes playPulseOut {
      0% {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
        opacity: 0.9;
      }
      100% {
        -webkit-transform: translate(-50%, -50%) scale(1.18);
        transform: translate(-50%, -50%) scale(1.18);
        opacity: 0;
      }
    }
    @keyframes playPulseOut {
      0% {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
        opacity: 0.9;
      }
      100% {
        -webkit-transform: translate(-50%, -50%) scale(1.18);
        transform: translate(-50%, -50%) scale(1.18);
        opacity: 0;
      }
    }

    /* Hide when playing */
    .video-container .play-btn.hidden {
      opacity: 0;
      pointer-events: none;
    }



    @media (max-width: 768px) {
      .carousel {
        min-height: auto;
        padding: 15px;
      }

      .card {
        height: auto;
        min-height: 160px;
      }

      .card img {
        height: auto;
        max-height: 220px;
        object-fit: cover;
        border-radius: 12px;
      }

      .video-section-header h4,
      .video-container-header {
        font-size: 18px;
        padding-bottom: 4px;
        margin-bottom: 12px;
      }

      .section__wrapper {
        padding: 20px 0;
      }
    }

    @media (max-width: 480px) {
      .video-section-header h4,
      .video-container-header {
        font-size: 16px;
      }
      .carousel {
        padding: 10px;
      }
      .section__wrapper {
        padding: 12px 0;
      }
    }


    @media (min-width: 1200px) {
      h1 {
        font-size: 4.375rem;
      }
    }
    h2 {
      font-size: calc(1.425rem + 2.1vw);
    }
    @media (min-width: 1200px) {
      h2 {
        font-size: 3rem;
      }
    }
    h3 {
      font-size: calc(1.35rem + 1.2vw);
    }
    @media (min-width: 1200px) {
      h3 {
        font-size: 2.25rem;
      }
    }
    h4 {
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      h4 {
        font-size: 1.875rem;
      }
    }
    h5 {
      font-size: calc(1.275rem + 0.3vw);
    }
    @media (min-width: 1200px) {
      h5 {
        font-size: 1.5rem;
      }
    }
    h6 {
      font-size: 1.125rem;
    }
    img {
      max-width: 100%;
      height: auto;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    a {
      color: #737373;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    @media not all and (pointer: coarse) {
      a:hover {
        color: #f1c152;
      }
    }
    p {
      line-height: 1.7;
    }
    input,
    button,
    textarea {
      outline: none !important;
      box-shadow: none !important;
    }
    @keyframes preloader-fx {
      0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
      }
      100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
      }
    }
    @-webkit-keyframes preloader-fx {
      0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
      }
      100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
      }
    }
    @keyframes price-ani {
      0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0.5;
      }
      100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0.1;
      }
    }
    .clearfix::after {
      clear: both;
      content: "";
      display: table;
    }
    .hide-text {
      overflow: hidden;
      padding: 0;
      text-indent: 101%;
      white-space: nowrap;
    }
    .visually-hidden {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    @media (min-width: 1200px) {
      .container {
        max-width: 1170px;
      }
    }
    .color--theme-color {
      color: #f1c152;
    }
    .padding--top {
      padding-top: 70px;
    }
    @media (min-width: 992px) {
      .padding--top {
        padding-top: 50px;
      }
    }
    .padding--bottom {
      padding-bottom: 70px;
    }
    @media (min-width: 992px) {
      .padding--bottom {
        padding-bottom: 50px;
      }
    }
    .checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio,
    .checkout-page .checkout-area-right .order-table .car-right-body ul li,
    .forezero__form form,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
    .shop-single .review .review-content .description .post-item,
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating,
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
    .shop-single .review .review-nav,
    .shop-single .product-details .post-content form,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
    .shop-page .shop-product-wrap .product-list-item,
    .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
    .service__text,
    .service__center,
    .piller__inner,
    .piller__area,
    .social__list,
    .location__info-bottom .section__wrapper .location__info-list ul li,
    .location__info-top .section__wrapper,
    .qoute__thumb,
    .qoute__inner,
    .blog__tags-right,
    .blog__tags-left,
    .blog__tags,
    .blog-style2 .blog__content-metapost,
    .blog-style2 .blog__inner,
    .blog__respond-details form p,
    .blog__respond-details form,
    .blog__comments-details ul li,
    .blog__content-metapost,
    .blog__inner,
    .donaterange__bars,
    .cause__inner,
    .sermon-single .sermon__thumb-metapost,
    .sermon__content-social,
    .sermon__content-metapost,
    .sermon__inner,
    .shedule__sunrise-inner,
    .shedule__sunrise,
    .shedule__time ul li,
    .shedule__time ul,
    .shedule__content,
    .shedule__top,
    .event-single .event__metapost-info,
    .event__metapost-share ul,
    .event__metapost,
    .event__thumb-date,
    .gallery__filter ul,
    .about__inner,
    .about__thumbpart ul,
    .eventtime__center ul li,
    .eventtime__center ul,
    .eventtime__area,
    .footer__social ul,
    .footer__post-inner,
    .footer__tags ul,
    .sidebar__tab .tab-content .footer__post-inner,
    .sidebar__info-list li,
    .pageheader__area,
    .header-form .form-container,
    .header-form,
    .single-product-item .thumb,
    .single-product-item,
    .header__top-search ul,
    .header__top-social ul,
    .header__top-socialsearch,
    .header__top-area {
      display: flex;
      flex-wrap: wrap;
    }
    .scrollToTop i,
    .scrollToTop svg,
    .play-btn i,
    .play-btn svg {
      z-index: 1;
      position: relative;
    }
    .forezero__content,
    .shop-single .review .review-content .description .post-item .post-content ul li,
    .shop-single .product-details .post-content form .select-product select,
    .shop-single .product-details .post-content form .select-product,
    .shop-single .product-details .product-thumb,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
    .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb,
    .shop-page .shop-product-wrap .product-item .product-thumb,
    .shop-page .shop-product-wrap .product-list-item .product-thumb,
    .service__right,
    .service__left,
    .service__text,
    .service__icon,
    .piller__inner,
    .social__list li,
    .qoute__thumb,
    .event__metapost-share,
    .event__metapost-coment,
    .event__thumb,
    .gallery__inner,
    .about__icon,
    .eventtime__center ul li,
    .default-btn,
    .section__header h2,
    .section__header h1,
    .menu-item-has-children > a,
    .header__menu ul li,
    .header__top-search ul li.cart__icon,
    .cart-plus-minus,
    .play-btn {
      position: relative;
    }
    .forezero__content::after,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
    .shop-single .review .review-content .description .post-item .post-content ul li::before,
    .shop-single .product-details .post-content form .select-product i,
    .shop-single .product-details .product-thumb .pro-single-prev,
    .shop-single .product-details .product-thumb .pro-single-next,
    .shop-page .modal .modal-dialog .modal-content button.close,
    .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
    .piller__shape,
    .social__list li::after,
    .qoute__thumb i,
    .qoute__thumb svg,
    .event__metapost-share ul::after,
    .event__metapost-share ul,
    .event__metapost-count,
    .event__thumb-date,
    .about__icon::after,
    .eventtime__center ul li::after,
    .section__header h2::after,
    .section__header h2::before,
    .section__header h1::after,
    .section__header h1::before,
    .menu-item-has-children > a::after,
    .header__top-search ul li.cart__icon span,
    .cart-plus-minus .qtybutton,
    .pluse_1::after,
    .pluse_1::before,
    .pluse_2::after,
    .pluse_2::before,
    .pluse_1,
    .pluse_2,
    .play-btn {
      position: absolute;
      content: "";
    }
    .shop-cart .section-wrapper .cart-bottom,
    .shop-single .product-details,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
    .shop-page .shop-product-wrap .product-item .product-thumb,
    .shop-page .shop-product-wrap .product-list-item .product-thumb,
    .blog__slider-thumb,
    .blog__thumb,
    .cause-style2 .cause__thumb,
    .sermon__thumb,
    .event__thumb,
    .preloader,
    .default-btn,
    .footer__post-thumb,
    .cart-plus-minus {
      overflow: hidden;
    }
    .shop-single .product-details .post-content form .default-btn,
    form button,
    .event__metapost-share,
    .gallery__filter ul li,
    .header__top-search ul li {
      cursor: pointer;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
    .shop-cart .section-wrapper .cart-top table,
    .shop-single .review .review-content .description .post-item .post-content,
    .shop-single .review .review-content .description .post-item .post-thumb,
    .shop-single .review .review-content .review-showing .client-review .review-form form textarea,
    .shop-single .review .review-content .review-showing .client-review .review-form form input,
    .shop-single .review .review-content .review-showing .content li .post-content,
    .shop-single .product-details .post-content form .discount-code input,
    .shop-single .product-details .post-content form .discount-code,
    .shop-single .product-details .post-content form .select-product select,
    .shop-single .product-details .post-content form .select-product,
    .shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img,
    .shop-single .product-details .product-thumb .pro-single-top .single-thumb img,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb .pro-thumb img,
    .shop-page .shop-product-wrap .product-list-item .product-content,
    .shop-page .shop-product-wrap .product-list-item .product-thumb img,
    .shop-page .shop-product-wrap .product-list-item .product-thumb,
    .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img,
    .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
    .piller__inner::after,
    .location__map iframe,
    form textarea,
    form input,
    .contact__form form textarea,
    .contact__form form input,
    .qoute__content,
    .blog__tags,
    .blog-style2 .blog__content,
    .blog-style2 .blog__thumb,
    .blog__slider-thumb img,
    .blog__content,
    .cause-style2 .cause__thumb img,
    .sermon-single .sermon__content,
    .sermon-single .sermon__thumb,
    .sermon__content,
    .sermon__thumb img,
    .shedule__sunrise-item,
    .shedule__time ul li span,
    .shedule__time ul li p,
    .shedule__item,
    .event__thumb img,
    .gallery__content,
    .gallery__inner::after,
    .header__bottom-fiexd {
      width: 100%;
    }
    .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
    .piller__inner::after,
    .location__map iframe,
    .location__map,
    .location__left,
    .gallery__inner::after {
      height: 100%;
    }
    .banner__content h2 {
      font-weight: 900;
    }
    .forezero__content p,
    .piller__content p,
    .blog__tags-title p,
    .blog__tags-left ul li a,
    .blog__comments-content .default-btn,
    .shedule__time ul li span,
    .gallery__content h5,
    .gallery__filter ul li,
    .eventtime__center ul li .count-text,
    .eventtime__center ul li .count-number,
    .header__menu ul li a {
      font-weight: 700;
    }
    .shop-single .review .review-content .review-showing .client-review .review-form .section__header h2,
    .sermon-single .blog__respond .section__header h2,
    .sermon-single .blog__comments .section__header h2,
    .sidebar .section__header h2,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-weight: 500;
    }
    .qoute__content-blockquote h4,
    .donaterange h3 {
      font-weight: 400;
    }
    .forezero__content p,
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a,
    .blog__respond-title h4,
    .blog__slider-content h6,
    .shedule__sunrise-content h3,
    .default-btn,
    .header__menu ul li a {
      text-transform: uppercase;
    }
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .default-btn,
    .social__list a span,
    .blog-single .blog__content h6,
    .blog-style2 .blog__content h6,
    .blog__content h5,
    .sermon-single .sermon__content h3,
    .gallery__content h5,
    .gallery__filter ul li,
    .footer__post-content h6,
    .sidebar__tab ul li .nav-link {
      text-transform: capitalize;
    }
    .service__text::after,
    .service__text::before,
    .service__icon::after,
    .piller__inner::after,
    .gallery__content,
    .gallery__inner::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .forezero__form form,
    .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
    .service__text,
    .service__center,
    .piller__inner,
    .piller__area,
    .social__list,
    .qoute__thumb,
    .cause__inner,
    .shedule__time ul li,
    .event__thumb-date,
    .gallery__filter ul,
    .about__thumbpart ul,
    .eventtime__area,
    .footer__social ul {
      justify-content: center;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
    .shop-single .product-details .post-content form,
    .blog__tags,
    .blog__respond-details form,
    .sermon-single .sermon__thumb-metapost,
    .shedule__content,
    .event__metapost,
    .pageheader__area,
    .header__top-area {
      justify-content: space-between;
    }
    .shop-single .product-details .post-content p.rating {
      justify-content: flex-start;
    }
    .shedule__sunrise-inner {
      justify-content: space-evenly;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
    .shop-single .review .review-content .description .post-item,
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating,
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
    .shop-single .product-details .post-content form,
    .shop-single .product-details .post-content p.rating,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
    .shop-page .shop-product-wrap .product-item,
    .shop-page .shop-product-wrap .product-list-item,
    .service__text,
    .service__center,
    .piller__inner,
    .location__info-top .section__wrapper,
    .blog__tags-left,
    .blog__tags,
    .blog-style2 .blog__inner,
    .blog__respond-details form p,
    .blog__inner,
    .sermon__inner,
    .shedule__sunrise-inner,
    .shedule__content,
    .event__metapost-share ul,
    .event__metapost,
    .event__thumb-date,
    .eventtime__area,
    .pageheader__area,
    .header__top-search ul,
    .header__top-socialsearch,
    .header__top-area {
      align-items: center;
    }
    .social__list li:last-child::after,
    .shedule__time ul li:nth-last-of-type(1),
    .shedule__time ul li:nth-last-of-type(2),
    .sidebar__catagory ul li ul {
      display: none;
    }
    .sermon-single .blog__comments-content span,
    .shedule__time ul li span,
    .shedule__time ul li p,
    .about__thumbpart span,
    .sidebar__catagory ul li a,
    .header__menu ul li a {
      display: block;
    }
    .social__list a span,
    .blog__tags-title,
    .blog__tags-left ul li a,
    .blog__tags-left ul li,
    .blog__respond-details form input[type="checkbox"],
    .blog__respond-details form input[type="radio"],
    .sermon-single .blog__comments-edit,
    .sermon__content-social li a,
    .event__metapost-share ul li a,
    .gallery__icon,
    .default-btn,
    .footer__links ul li a,
    .footer__tags ul li a,
    .header__bottom-fiexd .header__logo,
    .play-btn {
      display: inline-block;
    }
    .forezero__form form input,
    form button,
    .contact__form form .default-btn,
    .blog-style2 .blog__item:last-child .blog__inner,
    .blog__comments-details > ul > li:first-child,
    .blog__item:last-child .blog__inner,
    .cause-style2 .cause__inner,
    .sermon-single .sermon__inner,
    .sidebar__catagory ul li:last-child > a,
    .sidebar__search form input {
      border: none;
    }
    .shop-single .product-details .product-thumb .pro-single-prev,
    .shop-single .product-details .product-thumb .pro-single-next,
    .cart-plus-minus .qtybutton,
    .cart-plus-minus .cart-plus-minus-box {
      color: #000;
    }
    .shop-single .sidebar-widget .widget-search form input,
    .shop-page .sidebar-widget .widget-search form input {
      background-color: #fff;
    }
    .checkout-page .checkout-area-right .car-right-title h4,
    .checkout-page .checkout-area-left h4,
    .forezero__content h2,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
    .shop-single .product-details .post-content h6,
    .shop-single .product-details .post-content h4,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content h5,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content h6,
    .shop-page .shop-product-wrap .product-item .product-content h6,
    .shop-page .shop-product-wrap .product-list-item .product-content h6,
    .shop-page .shop-product-wrap .product-item .product-content h5,
    .shop-page .shop-product-wrap .product-list-item .product-content h5,
    .service__text h6,
    .service__content h5,
    .location__info-top .section__wrapper .location__info-content h6,
    .qoute__content-blockquote h4,
    .blog-single .blog__content h6,
    .blog-single .blog__content h3,
    .blog-style2 .blog__content h6,
    .blog-style2 .blog__content h3,
    .blog__comments-content h6,
    .blog__slider-content h5,
    .blog__slider-content h6,
    .blog__content h5,
    .cause-style2 .cause__content h6,
    .cause-style2 .cause__content h5,
    .cause__bars h4,
    .cause__content h3,
    .sermon-single .sermon__content h3,
    .sermon__content h6,
    .shedule__sunrise-content h3,
    .shedule__title h6,
    .event-single .event__content h3,
    .event__content h5,
    .footer__post-content h6,
    .single-product-item .content .title,
    .cart-products .title {
      font-family: "Roboto", sans-serif;
    }
    .shedule__time ul li p {
      font-family: "Yellowtail", cursive;
    }
    .shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3),
    .service__icon,
    .piller__inner,
    .social__list a i,
    .social__list a svg,
    .contact__form .form-message,
    .sponsor__thumb,
    .qoute__content,
    .qoute__thumb i,
    .qoute__thumb svg,
    .qoute__thumb,
    .blog__pagination,
    .blog__slider-item,
    .donaterange,
    .cause__inner,
    .sermon__inner,
    .shedule__time ul li,
    .event__metapost-comentshare,
    .event__thumb-date,
    .gallery__icon,
    .about__icon,
    .about__thumbpart,
    .eventtime__center ul li,
    .header__top-search ul li.cart__icon span,
    .header__top-search ul li.cart__icon,
    .header__top-left ul li i,
    .play-btn {
      text-align: center;
    }
    .cause-style2 .cause__inner,
    .sermon-single .sermon__inner {
      text-align: left;
    }
    ul li {
      list-style: none;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul,
    .shop-single .review .review-content .description .post-item .post-content ul,
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
    .shop-single .review .review-content .review-showing .content,
    .shop-single .review .review-nav,
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus,
    .shop-page .shop-product-wrap .product-item .product-content h5,
    .shop-page .shop-product-wrap .product-list-item .product-content h5,
    .contact__form .form-message,
    .eventtime__left h2,
    .sidebar__tab .tab-content .blog__comments-details ul li ul,
    .cart-plus-minus .qtybutton,
    .cart-plus-minus .cart-plus-minus-box,
    ul {
      margin: 0;
    }
    .social__list a,
    .blog__tags-left ul li a,
    .shedule__time ul li,
    .footer__tags ul li {
      margin: 5px;
    }
    .shedule__inner {
      margin: 5px;
    }
    .eventtime__center ul li {
      margin: 15px;
    }
    .forezero__form form input,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right,
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input,
    .shop-single .review .review-content .review-showing .content li .post-content .entry-content p,
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p,
    .shop-single .product-details .post-content form .discount-code input,
    .shop-page .shop-title p,
    .service__text h6,
    .service__text h3,
    .service__text p,
    .service__content p,
    .service__item:last-child .service__inner,
    .piller__content p,
    .location__info-top .section__wrapper .location__info-content h6,
    .blog-style2 .blog__item:last-child .blog__inner,
    .blog__respond-details form input[type="checkbox"],
    .blog__respond-details form input[type="radio"],
    .blog__content p,
    .blog__item:last-child .blog__inner,
    .cause__bars h4,
    .cause__content h6,
    .shedule__sunrise-content p,
    .shedule__sunrise-content h3,
    .shedule__time ul li span,
    .shedule__time ul li p,
    .shedule__title p,
    .event__thumb-date p,
    .event__thumb-date h6,
    .about__item:last-child .about__inner,
    .eventtime__center ul li .count-text,
    .footer__bottom-content p,
    .footer__post-item:last-child .footer__post-inner,
    .footer__about-content p,
    .sidebar__tab .tab-content .blog__comments-content p,
    .sidebar__tab .tab-content .footer__post-inner,
    .sidebar__tab .tab-content .footer__post-item:last-child .footer__post-inner,
    .sidebar__search form input,
    .pageheader__right .breadcrumb,
    .pageheader__left h3 {
      margin-bottom: 0;
    }
    .forezero__content p,
    .shop-single .product-details .post-content h4,
    .shop-page .shop-product-wrap .product-item .product-content h5,
    .shop-page .shop-product-wrap .product-list-item .product-content h5,
    .service__content h5,
    .blog__slider-rating {
      margin-bottom: 5px;
    }
    .shop-single .product-details .post-content p.rating,
    .shop-single .product-details .post-content h6,
    .shop-page .paginations,
    .blog__tags-left,
    .cause-style2 .cause__content h6,
    .sermon-single .blog__comments-edit,
    .sermon-single .blog__comments-content span,
    .sermon__content-metapost,
    .sermon__content h6 {
      margin-bottom: 10px;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
    .shop-cart .section-wrapper .cart-bottom,
    .shop-single .review .review-content .review-showing .content li .post-thumb,
    .shop-single .review,
    .blog-style2 .blog__content-metapost,
    .blog-style2 .blog__inner,
    .blog__respond-title,
    .blog__content-metapost,
    .blog__content h5,
    .blog__inner,
    .about__thumbpart span,
    .about__thumbpart img,
    .footer__post-inner {
      margin-bottom: 15px;
    }
    .service__icon,
    .contact__form form input,
    .contact__form form textarea,
    .blog-single .blog__content-metapost,
    .sermon-single .sermon__thumb-metapost,
    .event-single .event__content h3,
    .event__metapost,
    .footer__about-thumb {
      margin-bottom: 20px;
    }
    .shedule__sunrise-item:first-child .shedule__sunrise-inner {
      margin-bottom: 25px;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
    .shop-single .review .review-content .review-showing .client-review .review-form form input,
    .shop-single .product-details .post-content p,
    .shop-page .shop-title,
    .service__inner,
    .blog-single .blog__content h3,
    .blog-style2 .blog__content p,
    .blog__respond-details form p,
    .event-single .event__metapost,
    .gallery__filter,
    .about__inner,
    .footer__bottom-logo,
    .sidebar__tag,
    .sidebar__tab,
    .sidebar .section__header,
    .banner__content p {
      margin-bottom: 30px;
    }
    .location__info-top,
    .cause__top,
    .sidebar__search,
    .section__header h2 {
      margin-bottom: 40px;
    }
    .section__header {
      margin-bottom: 30px;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
      margin-top: 10px;
    }
    .location__info-top .section__wrapper .location__info-content ul,
    .sidebar__tab .tab-content .blog__comments-details ul li ul li {
      margin-top: 15px;
    }
    .blog__pagination {
      margin-top: 25px;
    }
    .contact__form .form-message.success,
    .contact__form .form-message.error,
    .blog__comments-details ul ul li,
    .cause__bottom,
    .shedule__sunrise {
      margin-top: 25px;
    }
    .social__list a span {
      margin-left: 10px;
    }
    .blog__comments-details ul ul,
    .header__menu .default-btn {
      margin-left: 30px;
    }
    .location__info-bottom .section__wrapper .location__info-left i,
    .location__info-bottom .section__wrapper .location__info-left svg,
    .location__info-bottom .section__wrapper .location__info-left,
    .location__info-top .section__wrapper .location__info-content ul li b,
    .blog__tags-title,
    .blog__respond-details form p input,
    .sermon__content-metapost li i,
    .sermon__content-metapost li svg,
    .event__metapost-info li i,
    .event__metapost-info li svg {
      margin-right: 5px;
    }
    .sidebar__catagory ul li a i,
    .sidebar__catagory ul li a svg,
    .sidebar__info-left {
      margin-right: 10px;
    }
    .social__list li,
    .event-single .event__metapost-info > li,
    .header__top-search ul li.search__icon,
    .header__top-social {
      margin-right: 15px;
    }
    .location__info-top .section__wrapper .location__info-thumb {
      margin-right: 20px;
    }
    .sidebar__tab .tab-content .blog__comments-details {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .forezero__form form,
    .blog__comments,
    .donaterange__bars {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .forezero__form form button,
    .sermon-single .sermon__content,
    .sermon-single .sermon__inner,
    .event-single .event__metapost-info > li,
    ul {
      padding: 0;
    }
    .about__thumbpart ul li a,
    .header__top-social ul li a {
      padding: 5px;
    }
    .shedule__inner,
    .footer__social ul li a {
      padding: 5px;
    }
    .qoute__thumb,
    .blog__tags {
      padding: 15px;
    }
    .contact__form form input,
    .contact__form form textarea {
      padding: 20px;
    }
    .forezero__content,
    .blog__slider-content,
    .blog__right,
    .blog__left,
    .sermon__inner {
      padding: 30px;
    }
    .blog-style2 .blog__item:last-child .blog__inner,
    .blog__comments-details ul ul li:last-child,
    .blog__item:last-child .blog__inner {
      padding-bottom: 0;
    }
    .blog-style2 .blog__inner,
    .blog__inner {
      padding-bottom: 15px;
    }
    .sermon-single .sermon__thumb-metapost,
    .event__content {
      padding-top: 20px;
    }
    .cause-style2 .cause__content {
      padding-top: 30px;
    }
    .blog__comments-content {
      padding-left: 14px;
    }
    .location__right {
      padding-left: 20px;
    }
    .sermon__content-social li a {
      padding-right: 10px;
    }
    .social__list li,
    .blog-style2 .blog__content-metapost li,
    .blog__content-metapost li,
    .sermon__content-metapost li,
    .event-single .event__metapost-info > li,
    .header__top-social {
      padding-right: 15px;
    }
    .banner__content p {
      padding-right: 30px;
    }
    .header__mainmenu {
      padding-top: 0;
      padding-bottom: 0;
    }
    .event__metapost-share ul li a,
    .event__metapost-comentshare li,
    .event__metapost-info li,
    .footer__links ul li a,
    .sidebar__info-list li,
    .header__top-left ul li {
      padding-top: 2px;
      padding-bottom: 2px;
    }
    .sidebar__tab .tab-content .blog__comments-details ul li {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .shedule__sunrise-inner {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .sidebar__tab .tab-content .footer__post-inner {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .blog-style2 .blog__content,
    .blog__comments-details ul li,
    .pageheader,
    .header__top {
      padding-top: 3px;
      padding-bottom: 3px;
    }
    .sponsor {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .event__metapost-share ul li a {
      padding-left: 10px;
      padding-right: 10px;
    }
    .blog-single .blog__content h3,
    .blog-style2 .blog__content h3,
    .sermon-single .sermon__content h3,
    .sermon__content h6,
    .event-single .event__content h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .blog__slider-content h6,
    .blog__content h5,
    .cause-style2 .cause__content h5,
    .event__content h5,
    .footer__post-content h6 {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .bg-img {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
    }
    .play-btn {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      z-index: 1;
      font-size: 1.125rem;
      color: #da5455;
    }
    @media (min-width: 768px) {
      .play-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
      }
    }
    .play-btn span {
      width: 100%;
    }
    .play-btn span:before {
      background: #fff;
    }
    @media (min-width: 768px) {
      .play-btn span:before {
        width: 80px;
        height: 80px;
      }
    }
    .scrollToTop {
      position: fixed;
      bottom: -30%;
      right: 5%;
      z-index: 9;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      animation: lab_top_up 5s linear infinite;
      font-size: 1.125rem;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .scrollToTop i,
    .scrollToTop svg {
      color: #fff;
    }
    .scrollToTop:hover {
      background: #da5455;
    }
    .scrollToTop .pluse_1,
    .scrollToTop .pluse_2 {
      background: #f1c152;
    }
    .scrollToTop .pluse_1::after,
    .scrollToTop .pluse_1::before,
    .scrollToTop .pluse_2::after,
    .scrollToTop .pluse_2::before {
      background: rgba(241, 193, 82, 0.3);
    }
    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .pagination .page-item .page-link {
      margin: 5px;
      outline: none;
      box-shadow: none;
      color: #0d0d0d;
    }
    .pagination .page-item .page-link:hover {
      background: #f1c152;
      color: #fff;
      border-color: #f1c152;
    }
    .pluse_1,
    .pluse_2 {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.1);
    }
    .pluse_1::after,
    .pluse_1::before,
    .pluse_2::after,
    .pluse_2::before {
      background: #fff;
      border-radius: 50%;
      left: 50%;
      top: 50%;
      margin-left: -20px;
      margin-top: -20px;
      z-index: 0;
    }
    .pluse_1::after,
    .pluse_2::after {
      width: 30px;
      height: 30px;
      background: transparent;
      margin-left: -15px;
      margin-top: -15px;
    }
    .pluse_1:before,
    .pluse_2:before {
      width: 40px;
      height: 40px;
    }
    .pluse_1 {
      -webkit-animation: pluse_animate 3s infinite linear;
      animation: pluse_animate 3s infinite linear;
    }
    .pluse_2::before {
      -webkit-animation: pluse_animate 3s infinite linear;
      animation: pluse_animate 3s infinite linear;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      margin-left: 0;
      margin-top: 0;
    }
    @keyframes pluse_animate {
      0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
      }
      100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
      }
    }
    .cart-plus-minus {
      border: 1px solid #ecf0f3;
      width: 120px;
      margin: 0 auto;
      cursor: pointer;
    }
    .cart-plus-minus .dec.qtybutton {
      border-right: 1px solid #ecf0f3;
      height: 40px;
      left: 0;
      top: 0;
    }
    .cart-plus-minus .cart-plus-minus-box {
      border: medium none;
      float: left;
      font-size: 14px;
      height: 40px;
      text-align: center;
      width: 120px;
      outline: none;
    }
    .cart-plus-minus .qtybutton {
      float: inherit;
      font-size: 14px;
      font-weight: 500;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .cart-plus-minus .qtybutton:hover {
      color: #fff;
      background: #f1c152;
    }
    .cart-plus-minus .inc.qtybutton {
      border-left: 1px solid #ecf0f3;
      right: 0;
      top: 0;
    }
    @media (max-width: 575px) {
      .header__top-left {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ecf0f3;
      }
    }
    @media (max-width: 575px) {
      .header__top-left ul {
        text-align: center;
      }
    }
    .header__top-left ul li i {
      border: 1px solid #ecf0f3;
      width: 28px;
      height: 28px;
      vertical-align: middle;
      line-height: 26px;
      margin-right: 8px;
      font-size: 0.75rem;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    @media (max-width: 575px) {
      .header__top-right {
        width: 100%;
      }
    }
    @media (max-width: 575px) {
      .header__top-socialsearch {
        justify-content: center;
      }
    }
    .header__top-social {
      border-right: 1px solid #ecf0f3;
    }
    .header__top-search ul li.cart__icon {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #ecf0f3;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .header__top-search ul li.cart__icon span {
      top: 0;
      right: 0;
      width: 16px;
      height: 16px;
      line-height: 16px;
      color: #fff;
      background: #0d0d0d;
      font-size: 0.625rem;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .header__bottom {
      background: #f1c152;
    }
    @media (min-width: 1200px) {
      .header__bottom {
        background: #fff;
        padding-bottom: 2px;
      }
    }
    @media (min-width: 1200px) {
      .header__bottom-fiexd {
        position: fixed;
        z-index: 999;
        top: 0;
      }
    }
    .header__bottom-fiexd .header__mainmenu {
      justify-content: space-between;
    }
    .header__bottom-fiexd .default-btn {
      display: none;
    }
    .header__mainmenu {
      justify-content: space-between;
    }
    @media (min-width: 1200px) {
      .header__mainmenu {
        justify-content: left;
        width: 100%;
      }
      .navbar-expand-xl {  width: 100%;}
      .header__menu ul { align-items: center;}
    }
    .header__logo {
      width: 150px;
      padding: 15px 0;
    }
    @media (min-width: 1200px) {
      .header__logo {
        display: none;
      }
    }
    .header__bar-info {
      width: 50px;
      height: 40px;
      transform: translateY(2px);
      margin-left: 10px;
    }
    @media (max-width: 1199px) {
      .header__menu {
        width: 100%;
      }
    }
    @media (min-width: 1200px) {
      .header__menu ul {
        display: flex;
        flex-wrap: wrap;
      }
    }
    @media (max-width: 1199px) {
      .header__menu ul li:last-child a {
        border-bottom: none;
      }
    }
    .header__menu ul li:hover ul {
      opacity: 1;
      visibility: visible;
      top: calc(100% + 0px);
    }
    @media (min-width: 1200px) {
      .header__menu ul li:hover.menu-item-has-children a::after {
        transform: rotate(-45deg);
      }
    }
    .header__menu ul li.open.menu-item-has-children a::after,
    .header__menu ul li.active.menu-item-has-children a::after,
    .header__menu ul li:hover.menu-item-has-children a::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    @media (min-width: 1200px) {
      .header__menu ul li.open > a,
      .header__menu ul li.active > a,
      .header__menu ul li:hover > a { color: #ff6400; }
      .header__menu ul li.open > a::after,
      .header__menu ul li.active > a::after,
      .header__menu ul li:hover > a::after {
        border-color: #ffb200;
      }
    }
    .header__menu ul li a {
      padding: 10px 25px;
      color: #0d0d0d;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-bottom: 1px solid rgba(13, 13, 13, 0.1);
    }
    @media (min-width: 1200px) {
      .header__menu ul li a {
        display: inline-block;
        color: #000;
        border-bottom: none;
      }
    }
    .header__menu ul li ul {
      display: none;
    }
    @media (min-width: 1200px) {
      .header__menu ul li ul {
        position: absolute;
        width: 230px;
        left: 0;
        top: calc(100% + 50px);
        opacity: 0;
        visibility: hidden;
        background: #fff;
        z-index: 9;
        display: inline-block;
        transition: all 0.3s ease;
      }
    }
    .header__menu ul li ul li {
      width: 100%;
    }
    .header__menu ul li ul li:last-child a {
      border-bottom: none;
    }
    .header__menu ul li ul li a {
      color: #0d0d0d;
      border-bottom: 1px solid rgba(13, 13, 13, 0.1);
      display: block;
    }
    @media (min-width: 1200px) {
      .header__menu ul li ul li a {
        border-color: #ecf0f3;
      }
    }
    .header__menu ul li ul li a:hover,
    .header__menu ul li ul li a.active {
      color: #f1c152;
      background: #0d0d0d;
    }
    @media (min-width: 1200px) {
      .header__menu ul li ul li a:hover,
      .header__menu ul li ul li a.active {
        color: #fff;
        background: #f1c152;
      }
    }
    .header__menu .default-btn {
      transform: skewX(-23deg);
    }
    @media (max-width: 1199px) {
      .header__menu .default-btn {
        display: none;
      }
    }
    .header__menu .default-btn:hover {
      background: #f1c153;
    }


    .header__menu .default-btn:hover span {
      color: #fff;
    }
    .menu-item-has-children > a::after {
      width: 8px;
      height: 8px;
      border-bottom: 1px solid #0d0d0d;
      border-right: 1px solid #0d0d0d;
      top: 17px;
      right: 10px;
      transition: all 0.3s ease;
      transform: rotate(45deg);
    }

    @media (min-width: 1200px) {
      .menu-item-has-children > a::after {
        border-color: #fff;
      }
    }
    .menu-item-has-children > a::after {
      display: none !important;
      content: none !important;
    }
    .cart-sidebar-area {
      background-color: #000;
      max-width: 350px;
      width: 100%;
      height: 100vh;
      padding: 30px;
      position: fixed;
      right: 0;
      overflow-y: scroll;
      top: 0;
      z-index: 99999;
      transition: 0.7s ease;
      transform: translateX(350px);
    }
    .cart-sidebar-area.active {
      visibility: visible;
      opacity: 1;
      transform: translateX(0px);
    }
    .cart-sidebar-area .btn-wrapper {
      margin-top: 40px;
    }
    .cart-sidebar-area .top-content {
      position: relative;
      margin-bottom: 35px;
    }
    .side-sidebar-close-btn {
      position: absolute;
      right: 0px;
      top: 0px;
      display: inline-block;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
    }
    .cart-products .title {
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      margin: 0;
      margin-bottom: 25px;
    }
    .single-product-item {
      min-height: 80px;
      margin-bottom: 20px;
    }
    .single-product-item .thumb {
      width: 100px;
      padding: 5px;
      justify-content: center;
      align-items: center;
      background: #fff;
    }
    .single-product-item .thumb img {
      max-width: 100%;
      max-height: 100%;
    }
    .single-product-item .content {
      width: calc(100% - 100px);
      padding-left: 20px;
    }
    .single-product-item .content .price {
      color: rgba(255, 255, 255, 0.4);
    }
    .single-product-item .content .price .pprice {
      color: #fff;
    }
    .single-product-item .content .title {
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 0px;
    }
    .single-product-item .content .remove-cart {
      display: inline-block;
      font-size: 10px;
      color: #fff;
      background-color: #f1c152;
      padding: 10px 20px;
      border-radius: 5px;
      text-transform: uppercase;
      margin-top: 10px;
      transition: all 0.3s ease-in;
    }
    .single-product-item .content .remove-cart:hover {
      opacity: 0.8;
    }
    .overlay {
      cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
      progress;
    }
    .overlay.active {
      visibility: visible;
      opacity: 1;
    }
    .header-form {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: 999;
      visibility: hidden;
      z-index: 99999;
      justify-content: center;
      align-items: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .header-form.active {
      visibility: visible;
      opacity: 1;
    }
    .header-form .bg-lay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.9);
    }
    .header-form .bg-lay .cross {
      position: absolute;
      color: #fff;
      cursor: pointer;
      right: 15px;
      top: 15px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #f1c152;
    }
    .header-form .form-container {
      max-width: 700px;
      width: 100%;
      background: #0d0d0d;
      position: relative;
      z-index: 1;
    }
    .header-form .form-container button {
      width: 120px;
      height: 60px;
      background: #f1c152;
      border: none;
      outline: none;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .header-form .form-container input {
      width: calc(100% - 120px);
      height: 60px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border: none;
      outline: none;
      padding: 20px;
      margin-bottom: 0;
    }
    @media (max-width: 575px) {
      .header-form .form-container {
        padding: 1px;
        margin: 10px;
      }
      .header-form .form-container button {
        width: 100px;
        font-size: 14px;
        font-weight: 400;
      }
      .header-form .form-container input {
        width: calc(100% - 100px);
      }
    }
    .overlay {
      cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
      progress;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.7);
      z-index: 99999;
      display: none;
    }
    .overlay.active {
      display: block;
      animation-name: fadeIn;
      animation-duration: 0.3s;
      visibility: visible;
      opacity: 1;
    }
    .rajib {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: red;
    }
    .banner {
      background-size: cover;
      background-position: center right;
      padding: 150px 0;
    }
    @media (min-width: 768px) {
      .banner {
        padding: 200px 0;
        background-position: center;
      }
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner {
        background-size: cover;
        background-position: right;
      }
    }
    @media (min-width: 992px) {
      .banner__content {
        max-width: 50%;
      }
    }
    .banner__content h2 {
      -webkit-transform: translateY(450px);
      -moz-transform: translateY(450px);
      -ms-transform: translateY(450px);
      -o-transform: translateY(450px);
      transform: translateY(450px);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      font-family: "Roboto", sans-serif;
      font-size: calc(1.5rem + 3vw);
    }
    @media (min-width: 1200px) {
      .banner__content h2 {
        font-size: 3.75rem;
      }
    }
    .banner__content .default-btn {
      padding: 0 2rem;
      -webkit-transform: translateY(350px);
      -moz-transform: translateY(350px);
      -ms-transform: translateY(350px);
      -o-transform: translateY(350px);
      transform: translateY(350px);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
    }
    .banner__content .default-btn::after {
      background-color: rgba(255, 255, 255, 0.9);
    }
    .banner__content p {
      text-transform: capitalize;
      line-height: 30px;
      -webkit-transform: translateY(350px);
      -moz-transform: translateY(350px);
      -ms-transform: translateY(350px);
      -o-transform: translateY(350px);
      transform: translateY(350px);
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      font-size: 1.300rem;
    }
    .banner-style2 .banner__content h2 {
      color: #fff;
    }
    .banner-style2 .banner__content p {
      color: rgba(255, 255, 255, 0.9);
    }
    .banner-style3 .banner__content.text-lg-center h2 {
      color: #fff;
    }
    .banner-style3 .banner__content.text-lg-center p {
      color: rgba(255, 255, 255, 0.9);
    }
    .swiper-slide-active .banner__content h2,
    .swiper-slide-duplicate-active .banner__content h2 {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    .swiper-slide-active .banner__content .default-btn,
    .swiper-slide-duplicate-active .banner__content .default-btn {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    .swiper-slide-active .banner__content p,
    .swiper-slide-duplicate-active .banner__content p {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    .section__header:hover h2::after,
    .section__header:hover h1::after {
      width: 100px;
    }
    .section__header:hover h2::before,
    .section__header:hover h1::before {
      width: 10px;
      left: 110px;
    }
    .section__header h2::after,
    .section__header h2::before,
    .section__header h1::after,
    .section__header h1::before {
      height: 3px;
      bottom: -20px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .section__header h2::after,
    .section__header h1::after {
      width: 10px;
      left: 0;
      background: #ff9a12;
    }
    .section__header h2::before,
    .section__header h1::before {
      width: 100px;
      left: 20px;
      background: #e3e7e8;
    }
    @media (min-width: 992px) {
      .section__header p {
        max-width: 650px;
      }
    }
    .section__header.text-center:hover h2::after {
      width: 10px;
      left: calc(50% - -55px);
    }
    .section__header.text-center:hover h2::before {
      width: 100px;
      left: calc(50% - 10px);
    }
    .section__header.text-center h2::after {
      left: calc(50% - -10px);
      width: 100px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .section__header.text-center h2::before {
      left: calc(50% - 55px);
      width: 10px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    @media (min-width: 992px) {
      .section__header.text-center p {
        margin: 0 auto;
      }
    }
    .sidebar .section__header h2 {
      font-size: calc(1.325rem + 0.9vw);
      color: #686664;
    }
    @media (min-width: 1200px) {
      .sidebar .section__header h2 {
        font-size: 2rem;
      }
    }
    .sidebar__info-left {
      color: #f1c152;
    }
    .sidebar__info-right {
      width: calc(100% - 30px);
    }
    .sidebar__search form {
      border: 1px solid #ecf0f3;
      background: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
    }
    .sidebar__search form input {
      width: calc(100% - 40px);
      background: transparent;
    }
    .sidebar__search form button {
      width: 36px;
      height: 50px;
      background: transparent;
    }
    .sidebar__tab ul li .nav-link {
      color: rgba(13, 13, 13, 0.2);
    }
    .sidebar__tab ul li .nav-link.active {
      color: #f1c152;
    }
    .sidebar__tab .tab-content .footer__post-item:last-child .footer__post-inner {
      border-bottom: none;
    }
    .sidebar__tab .tab-content .footer__post-inner {
      border-bottom: 1px solid #ecf0f3;
    }
    .sidebar__tab .tab-content .footer__post-inner:hover .footer__post-thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    .sidebar__tab .tab-content .footer__post-inner:hover .footer__post-content h6 {
      color: #f1c152;
    }
    .sidebar__tab .tab-content .footer__post-content {
      width: calc(100% - 70px);
      padding-left: 15px;
    }
    .sidebar__tab .tab-content .footer__post-content h6 {
      color: #0d0d0d;
      font-size: 0.875rem;
    }
    .sidebar__tab .tab-content .blog__comments-thumb {
      width: 60px;
    }
    .sidebar__tab .tab-content .blog__comments-content h6 {
      font-size: 0.75rem;
    }
    .sidebar__tab .tab-content .blog__comments-content p {
      font-size: 0.75rem;
    }
    .sidebar__tag ul li a {
      background: transparent;
      border: 1px solid rgba(13, 13, 13, 0.2);
    }
    .sidebar__catagory ul li.open > a::after {
      transform: rotate(-45deg);
    }
    .sidebar__catagory ul li a {
      padding: 10px 0;
      border-bottom: 1px solid #ecf0f3;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .sidebar__catagory ul li a:hover {
      padding-left: 20px;
    }
    .sidebar__catagory ul li a:hover::after {
      border-color: #f1c152;
    }
    @media (min-width: 992px) {
      .sidebar__catagory ul li a::after {
        border-color: #0d0d0d;
      }
    }
    .footer__top {
      background: #cd4d00;
    }
    .footer__top .section__header h2 {
      color: #fff;
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      .footer__top .section__header h2 {
        font-size: 1.875rem;
      }
    }
    .footer__tags ul li a {
      padding: 5px 10px;
      color: #0d0d0d;
      background: #fff;
      font-size: 0.875rem;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
    }
    .footer__tags ul li a:hover {
      background: #f1c152;
    }
    .footer__post-inner:hover .footer__post-thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    .footer__post-inner:hover .footer__post-content h6 {
      color: #f1c152;
    }
    .footer__post-thumb {
      width: 70px;
    }
    .footer__post-content {
      width: calc(100% - 70px);
      padding-left: 15px;
    }
    .footer__post-content h6 {
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.875rem;
    }
    .footer__bottom {
      padding: 10px 0;
    }
    @media (min-width: 992px) {
      .footer__social ul {
        justify-content: flex-end;
      }
    }
    .footer__social ul li a:hover {
      color: #f1c152;
    }
    .default-btn {
      text-decoration: none;
      color: #fff;
      padding: 0 2rem;
      line-height: 46px;
      font-size: 1rem;
      transform-origin: right;
      transition: all 0.3s ease;
      background: #de0201;
      font-weight: 600;
      font-family: "Roboto", sans-serif;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    @media (min-width: 768px) {
      .default-btn {
        padding: 0 2rem;
        line-height: 54px;
      }
    }
    .default-btn span {
      position: inherit;
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .default-btn.move-right:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #da5455;
      transition: transform 0.5s;
      transform-origin: right;
      transform: scaleX(0);
      z-index: 0;
    }
    .default-btn.move-right:hover:before {
      transform: scaleX(1);
      transform-origin: left;
      transition: transform 0.5s;
    }
    .default-btn.move-left:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f1c152;
      transition: transform 0.5s;
      transform-origin: left;
      transform: scaleX(0);
      z-index: 0;
    }
    .default-btn.move-left:hover:before {
      transform: scaleX(1);
      transform-origin: right;
      transition: transform 0.5s;
    }
    .default-btn.move-bottom {
      background: transparent;
      border: 2px solid #f1c152;
      color: #0d0d0d;
    }
    .default-btn.move-bottom:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f1c152;
      transition: transform 0.5s;
      transform-origin: bottom;
      transform: scaleY(0);
      z-index: 0;
    }
    .default-btn.move-bottom:hover {
      color: #fff;
    }
    .default-btn.move-bottom:hover:before {
      transform: scaleY(1);
      transform-origin: top;
      transition: transform 0.5s;
    }
    .default-btn.move-top:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f1c152;
      transition: transform 0.5s;
      transform-origin: top;
      transform: scaleY(0);
      z-index: 0;
    }
    .default-btn.move-top:hover:before {
      transform: scaleY(1);
      transform-origin: bottom;
      transition: transform 0.5s;
    }
    .default-btn:hover {
      color: #f1c152;
    }
    .default-btn:hover.move-right span {
      color: #fff;
    }
    .preloader {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999999;
      width: 100%;
      height: 100%;
      background: #f1c152;
    }
    .preloader .preloader-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .preloader .preloader-inner .preloader-icon {
      width: 72px;
      height: 72px;
      display: inline-block;
      padding: 0px;
    }
    .preloader .preloader-inner .preloader-icon span {
      position: absolute;
      display: inline-block;
      width: 72px;
      height: 72px;
      border-radius: 100%;
      background: #fff;
      -webkit-animation: preloader-fx 1.6s linear infinite;
      animation: preloader-fx 1.6s linear infinite;
    }
    .preloader .preloader-inner .preloader-icon span:last-child {
      animation-delay: -0.8s;
      -webkit-animation-delay: -0.8s;
    }
    .eventtime {
      padding: 50px 0;
      background: #0d0d0d;
    }
    @media (min-width: 992px) {
      .eventtime__area {
        justify-content: space-between;
      }
    }
    .eventtime__left h2 {
      color: #f1c152;
      font-size: calc(1.3875rem + 1.65vw);
    }
    @media (min-width: 1200px) {
      .eventtime__left h2 {
        font-size: 2.625rem;
      }
    }
    @media (max-width: 991px) {
      .eventtime__center {
        margin: 30px 0;
      }
    }
    @media (max-width: 575px) {
      .eventtime__center ul {
        justify-content: center;
      }
    }
    .eventtime__center ul li {
      width: 110px;
      height: 110px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: #2c1c1c;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
      .eventtime__center ul li {
        width: 90px;
        height: 90px;
      }
    }
    .eventtime__center ul li::after {
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      top: -10px;
      left: -10px;
      border: 4px solid #2c1c1c;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .eventtime__center ul li .count-number {
      font-size: calc(1.3125rem + 0.75vw);
      color: #f1c152;
    }
    @media (min-width: 1200px) {
      .eventtime__center ul li .count-number {
        font-size: 1.875rem;
      }
    }
    .eventtime__center ul li .count-text {
      font-size: 1.125rem;
      color: #fff;
      font-family: "Yellowtail", cursive;
    }
    .about__thumbpart img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      border: 4px solid #0d0d0d;
    }
    .about__thumbpart p {
      max-width: 80%;
      margin: 0 auto 15px;
    }
    @media (max-width: 991px) {
      .about__contentpart {
        border: none !important;
      }
    }
    .about__inner:hover .about__content h5 {
      color: #f1c152;
    }
    .about__inner:hover .about__icon {
      background: #f1c152;
      border-color: #f1c152;
      color: #fff;
    }
    .about__inner:hover .about__icon::after {
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      top: -10px;
      left: -10px;
      border-color: #f1c152;
    }
    .about__icon {
      width: 80px;
      height: 80px;
      line-height: 80px;
      border: 2px solid #ecf0f3;
      font-size: calc(1.35rem + 1.2vw);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    @media (min-width: 1200px) {
      .about__icon {
        font-size: 2.25rem;
      }
    }
    .about__icon::after {
      width: calc(100% + 0px);
      height: calc(100% + 0px);
      border: 2px solid transparent;
      top: 0;
      left: 0;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .about__content {
      width: calc(100% - 80px);
    }
    @media (min-width: 576px) {
      .about__content {
        padding-left: 30px;
      }
    }
    .about__content h5 {
      font-family: "Roboto", sans-serif;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .gallery__filter ul li {
      padding: 10px 20px;
      margin: 5px;
      color: #0d0d0d;
      -webkit-transform: all 0.3s ease;
      -moz-transform: all 0.3s ease;
      -ms-transform: all 0.3s ease;
      -o-transform: all 0.3s ease;
      transform: all 0.3s ease;
    }
    .gallery__filter ul li.active {
      color: #f1c152;
    }
    .gallery__inner::after {
      left: 0;
      top: 0;
      background: rgba(13, 13, 13, 0.7);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .gallery__inner:hover::after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .gallery__inner:hover .gallery__content {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
    }
    .gallery__content {
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
    }
    .gallery__content h5 {
      font-size: 1.25rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #fff;
    }
    .gallery__content h5:hover {
      color: #f1c152;
    }
    .gallery__icon {
      width: 36px;
      height: 36px;
      line-height: 36px;
      border: 1px solid #ecf0f3;
      margin: 0 auto 15px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      font-size: 1rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .gallery__icon i,
    .gallery__icon svg {
      color: #fff;
    }
    .gallery__icon:hover {
      background: #f1c152;
      border-color: #f1c152;
    }
    .event__inner:hover .event__thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    .event__inner:hover .event__content h5 {
      color: #f1c152;
    }
    .event__inner:hover .event__metapost-count {
      background: #f1c152;
      color: #0d0d0d;
    }
    .event__thumb-date {
      width: 60px;
      height: 60px;
      top: 10px;
      left: 10px;
      flex-direction: column;
      border: 2px solid #f1c152;
      background: rgba(13, 13, 13, 0.75);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
    }
    .event__thumb-date h6 {
      color: #f1c152;
      font-family: "Roboto", sans-serif;
    }
    .event__thumb-date p {
      color: #fff;
    }
    .event__metapost-info {
      width: calc(100% - 60px);
    }
    .event__metapost-comentshare {
      width: 60px;
      border-left: 1px solid #ecf0f3;
    }
    .event__metapost-count {
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      line-height: 20px;
      color: #fff;
      background: #0d0d0d;
      font-size: 0.5625rem;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .event__metapost-share:hover ul {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1);
    }
    .event__metapost-share ul {
      width: 126px;
      right: 100%;
      top: 0;
      background: #0d0d0d;
      transform-origin: right;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .event__metapost-share ul::after {
      width: 0;
      height: 0;
      right: -8px;
      border-top: 10px solid transparent;
      border-left: 10px solid #0d0d0d;
      border-bottom: 10px solid transparent;
    }
    .event__metapost-share ul li {
      border-right: 1px solid #ecf0f3;
    }
    .event__metapost-share ul li a {
      color: #fff;
      font-size: 0.75rem;
    }
    .event-single .event__inner:hover .event__thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .event-single .event__metapost-info > li {
      border-right: 1px solid #ecf0f3;
    }
    .event-single .event__metapost-share ul {
      width: 146px;
    }
    @media (min-width: 576px) {
      .event-single .event__metapost-share ul {
        transform-origin: left;
        left: 100%;
        right: auto;
      }
    }
    @media (min-width: 576px) {
      .event-single .event__metapost-share ul::after {
        right: auto;
        left: -8px;
        border-left: none;
        border-top: 10px solid transparent;
        border-right: 10px solid #0d0d0d;
        border-bottom: 10px solid transparent;
      }
    }
    .shedule {
      background-blend-mode: overlay;
    }
    .shedule__top {
      background: rgba(255, 255, 255, 0.1);
      border: 2px solid #f1c152;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
    }
    @media (min-width: 576px) {
      .shedule__item {
        width: calc(100% / 2);
      }
    }
    .shedule__inner {
      border: 1px solid rgba(236, 240, 243, 0.1);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
    }
    .shedule__title h6 {
      color: #fff;
      font-size: 1.25rem;
    }
    .shedule__time ul li {
      flex-direction: column;
      width: 70px;
      height: 70px;
      border: 2px solid #ecf0f3;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .shedule__time ul li span {
      color: #f1c152;
      font-size: 1.125rem;
    }
    .shedule__time ul li p {
      color: #fff;
    }
    @media (min-width: 576px) {
      .shedule__sunrise-item {
        width: calc(100% / 2);
      }
    }
    @media (min-width: 576px) {
      .shedule__sunrise-item:first-child .shedule__sunrise-inner {
        margin-right: 15px;
        margin-bottom: 0;
      }
    }
    .shedule__sunrise-item:first-child .shedule__sunrise-content p {
      color: #f1c152;
    }
    @media (min-width: 576px) {
      .shedule__sunrise-item:last-child .shedule__sunrise-inner {
        margin-left: 15px;
      }
    }
    .shedule__sunrise-inner {
      border: 2px solid #f1c152;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
    }
    .shedule__sunrise-content h3 {
      color: #f1c152;
    }
    .shedule__sunrise-content p {
      color: #d2691e;
    }
    .sermon__inner {
      background: #fff;
      border: 1px solid #ecf0f3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
    }
    @media (min-width: 576px) {
      .sermon__inner {
        text-align: left;
      }
    }
    .sermon__inner:hover .sermon__thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    .sermon__inner:hover .sermon__content h6 {
      color: #f1c152;
    }
    .sermon__thumb {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 150px;
      margin: 0 auto 15px;
    }
    @media (min-width: 576px) {
      .sermon__thumb {
        margin-bottom: 0;
      }
    }
    @media (min-width: 576px) {
      .sermon__content {
        width: calc(100% - 150px);
        padding-left: 30px;
      }
    }
    @media (max-width: 575px) {
      .sermon__content-metapost {
        justify-content: center;
      }
    }
    @media (max-width: 575px) {
      .sermon__content-social {
        justify-content: center;
      }
    }
    .sermon-single .sermon__inner {
      background: transparent;
    }
    .sermon-single .sermon__inner:hover .sermon__thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .sermon-single .sermon__inner:hover .sermon__content h6 {
      color: #0d0d0d;
    }
    .sermon-single .sermon__thumb {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .sermon-single .sermon__thumb-metapost {
      border-bottom: 1px solid #ecf0f3;
    }
    .sermon-single .blog__comments .section__header h2 {
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      .sermon-single .blog__comments .section__header h2 {
        font-size: 1.875rem;
      }
    }
    .sermon-single .blog__comments-thumb img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .sermon-single .blog__respond .section__header h2 {
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      .sermon-single .blog__respond .section__header h2 {
        font-size: 1.875rem;
      }
    }
    .cause {
      background-blend-mode: overlay;
    }
    .cause__inner {
      width: 190px;
      height: 190px;
      flex-direction: column;
      border: 2px solid #f1c152;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.2);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .cause__content h3 {
      color: #f1c152;
    }
    .cause__content h6 {
      color: #fff;
    }
    @media (min-width: 992px) {
      .cause__bars {
        max-width: 700px;
        margin: 0 auto;
      }
    }
    .cause__bars h4 {
      color: #fff;
    }
    .cause__bars h4 span {
      color: #f1c152;
    }
    .cause-style2 .cause__inner {
      width: auto;
      height: auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
    }
    .cause-style2 .cause__inner:hover .cause__thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    .cause-style2 .cause__inner:hover .cause__content h5 {
      color: #f1c152;
    }
    .cause-style2 .cause__content h6 {
      color: #0d0d0d;
    }
    .cause-style2 .cause__content .donaterange__bars {
      background: #0d0d0d;
      height: 6px;
      margin: 15px 0;
    }
    .cause-single .cause__inner:hover .cause__thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    @media (min-width: 992px) {
      .cause-single .cause__bars {
        max-width: 100%;
      }
    }
    .donaterange h3 {
      font-size: calc(1.34375rem + 1.125vw);
      color: #fff;
    }
    @media (min-width: 1200px) {
      .donaterange h3 {
        font-size: 2.1875rem;
      }
    }
    .donaterange h3 span {
      color: #f1c152;
    }
    .donaterange__bars {
      height: 20px;
      background: #fff;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px;
    }
    .donaterange__bar {
      height: 100%;
      background: #f1c152;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
    }
    .blog__left {
      box-shadow: 0 0 5px rgba(13, 13, 13, 0.1);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
    }
    .blog__area {
      height: 550px;
      overflow-y: auto;
    }
    .blog__area::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
    }
    .blog__area::-webkit-scrollbar {
      width: 6px;
      background: #fff;
    }
    .blog__area::-webkit-scrollbar-thumb {
      background: #f1c152;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
    }
    .blog__right {
      box-shadow: 0 0 5px rgba(13, 13, 13, 0.1);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
    }
    .blog__right .section__header h2 {
      font-size: calc(1.325rem + 0.9vw);
    }
    @media (min-width: 1200px) {
      .blog__right .section__header h2 {
        font-size: 2rem;
      }
    }
    .blog__inner {
      border-bottom: 1px solid #ecf0f3;
    }
    .blog__inner:hover .blog__thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    .blog__inner:hover .blog__content h5 {
      color: #f1c152;
    }
    .blog__thumb {
      width: 210px;
      margin: 0 auto 15px;
    }
    @media (min-width: 576px) {
      .blog__thumb {
        margin-bottom: 0;
      }
    }
    @media (min-width: 576px) {
      .blog__content {
        width: calc(100% - 210px);
        padding-left: 30px;
      }
    }
    .blog__slider-content {
      background: #e3e7e8;
    }
    .blog__slider-content .default-btn {
      font-size: 0.8125rem;
      line-height: 36px;
      padding: 0 15px;
    }
    .blog__slider-rating i,
    .blog__slider-rating svg {
      color: #f1c152;
    }
    .blog__pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
    }
    .blog__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #f1c152;
    }
    .blog__comments-details ul li {
      border-top: 1px solid #ecf0f3;
    }
    .blog__comments-thumb {
      width: 80px;
    }
    .blog__comments-content {
      width: calc(100% - 80px);
    }
    .blog__comments-content .default-btn {
      line-height: 25px;
      padding: 0 15px;
      border: 2px solid #5faf1f;
      color: #5faf1f;
      font-size: 0.8125rem;
      background: transparent !important;
    }
    .blog__comments-content .default-btn::before {
      background: #5faf1f;
    }
    .blog__comments-content .default-btn:hover span {
      color: #fff;
    }
    .blog__respond-title h4 {
      font-size: calc(1.275rem + 0.3vw);
    }
    @media (min-width: 1200px) {
      .blog__respond-title h4 {
        font-size: 1.5rem;
      }
    }
    .blog__respond-details form input[type="checkbox"],
    .blog__respond-details form input[type="radio"] {
      width: 20px;
      height: 20px;
    }
    .blog__respond-details form p {
      flex-wrap: nowrap;
    }
    .blog-style2 .blog__inner {
      border-bottom: 1px solid #ecf0f3;
    }
    .blog-style2 .blog__inner:hover .blog__thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    .blog-style2 .blog__inner:hover .blog__content h5 {
      color: #f1c152;
    }
    @media (min-width: 576px) {
      .blog-style2 .blog__content {
        width: 100%;
        padding-left: 0;
      }
    }
    .blog__tags {
      background: #e3e7e8;
    }
    @media (min-width: 1200px) {
      .blog__tags-left {
        margin-bottom: 0;
      }
    }
    .blog__tags-left ul li a {
      padding: 7px 10px;
      background: #fff;
      color: #0d0d0d;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      font-size: 0.875rem;
    }
    .blog__tags-left ul li a:hover {
      background: #f1c152;
      color: #fff;
    }
    .blog__tags-title p {
      margin-bottom: 0 !important;
    }
    .blog-single .blog__inner:hover .blog__thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .qoute {
      background-blend-mode: overlay;
    }
    @media (max-width: 575px) {
      .qoute__inner {
        justify-content: center;
      }
    }
    .qoute__thumb {
      width: 200px;
      height: 200px;
      background: #f1c152;
      color: #fff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      font-size: calc(1.3125rem + 0.75vw);
      flex-direction: column;
      margin: 0 auto 15px;
    }
    @media (min-width: 1200px) {
      .qoute__thumb {
        font-size: 1.875rem;
      }
    }
    @media (min-width: 576px) {
      .qoute__thumb {
        margin: 0;
      }
    }
    .qoute__thumb h4 {
      color: #fff;
    }
    .qoute__thumb i,
    .qoute__thumb svg {
      width: 30px;
      height: 30px;
      line-height: 30px;
      top: 20px;
      right: 10px;
      background: #0d0d0d;
      color: #f1c152;
      font-size: 1rem;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    @media (min-width: 576px) {
      .qoute__content {
        width: calc(100% - 200px);
        padding-left: 30px;
        text-align: left;
      }
    }
    .qoute__content-blockquote p {
      font-size: calc(1.275rem + 0.3vw);
      color: #fff;
    }
    @media (min-width: 1200px) {
      .qoute__content-blockquote p {
        font-size: 1.5rem;
      }
    }
    .qoute__content-blockquote h4 {
      font-size: 1.25rem;
      color: #fff;
    }
    .sponsor__inner:hover .sponsor__thumb {
      filter: none;
      opacity: 1;
      -webkit-filter: grayscale(0);
    }
    .sponsor__thumb {
      filter: gray;
      opacity: 0.3;
      filter: grayscale(1);
      -webkit-filter: grayscale(1);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .contact__form form input,
    .contact__form form textarea {
      border: 1px solid #c8c8c8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
    }
    @media (min-width: 576px) {
      .contact__form form input {
        width: calc(100% / 2 - 15px);
      }
    }
    .contact__form .form-message.error {
      color: red;
    }
    .contact__form .form-message.success {
      color: green;
    }
    form input,
    form textarea {
      border: 1px solid #ecf0f3;
      padding: 15px;
      color: #0d0d0d;
      outline: none;
    }
    form input:focus,
    form textarea:focus {
      border-color: #f1c152;
    }
    form input {
      height: 50px;
      margin-bottom: 30px;
    }
    @media (min-width: 576px) {
      form input {
        width: calc(100% / 2 - 15px);
      }
    }
    form textarea {
      margin-bottom: 35px;
    }
    @media (max-width: 991px) {
      .location__left {
        height: 400px;
      }
    }
    .location__right {
      background: #f1c152;
    }
    @media (min-width: 992px) {
      .location__right {
        padding-left: 50px;
      }
    }
    .location__info-top .section__header h2 {
      color: #fff;
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      .location__info-top .section__header h2 {
        font-size: 1.875rem;
      }
    }
    .location__info-top .section__wrapper .location__info-thumb img {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .location__info-top .section__wrapper .location__info-content h6 {
      color: #fff;
    }
    .location__info-bottom .section__header h2 {
      color: #fff;
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      .location__info-bottom .section__header h2 {
        font-size: 1.875rem;
      }
    }
    .location__info-bottom .section__wrapper .location__info-left i,
    .location__info-bottom .section__wrapper .location__info-left svg {
      color: #f1c152;
    }
    .location__info-bottom .section__wrapper .location__info-right {
      width: calc(100% - 30px);
    }
    .social {
      padding: 15px 0 1px 0;
    }
    .social__list {
      gap: 15px;justify-content: left;
    }
    .social__list li::after {
      width: 1px;
      height: 100%;
      background: #ecf0f3;
      right: 0;
      top: 0;
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    .social__list a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .social__list a i,
    .social__list a svg {
      width: 42px;
      height: 42px;
      line-height: 42px;
      border: 2px solid #ecf0f3;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .social__list-facebook:hover a {
      color: #3b5998;
    }
    .social__list-facebook:hover a i,
    .social__list-facebook:hover a svg {
      border-color: #3b5998;
    }
    .social__list-twitter:hover a {
      color: #55acee;
    }
    .social__list-twitter:hover a i,
    .social__list-twitter:hover a svg {
      border-color: #55acee;
    }
    .social__list-linkedin:hover a {
      color: #007bb5;
    }
    .social__list-linkedin:hover a i,
    .social__list-linkedin:hover a svg {
      border-color: #007bb5;
    }
    .social__list-instagram:hover a {
      color: #e4405f;
    }
    .social__list-instagram:hover a i,
    .social__list-instagram:hover a svg {
      border-color: #e4405f;
    }
    .piller__area {
      gap: 30px;
    }
    .piller__shape {
      width: inherit;
      height: 150px;
      left: 0;
      bottom: 0;
      border: 2px dashed #ecf0f3;
    }
    .piller__item:nth-child(2) .piller__inner {
      background: #8224e3;
    }
    .piller__item:nth-child(3) .piller__inner {
      background: #81d742;
    }
    .piller__item:nth-child(4) .piller__inner {
      background: #d93;
    }
    .piller__item:nth-child(5) .piller__inner {
      background: #4a7774;
    }
    .piller__inner {
      width: 130px;
      height: 130px;
      background: #8f4296;
      flex-direction: column;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .piller__inner::after {
      opacity: 0;
      border: 2px solid #da5455;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .piller__inner:hover {
      background: #da5455 !important;
    }
    .piller__inner:hover::after {
      opacity: 1;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
    }
    .piller__thumb {
      width: 50px;
      margin: 0 auto 10px;
    }
    .piller__content p {
      color: #fff;
    }
    @media (max-width: 575px) {
      .service__inner {
        text-align: center;
      }
    }
    .service__inner:hover .service__icon {
      background: #da5455 !important;
    }
    .service__inner:hover .service__icon::after {
      border-color: #da5455 !important;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
    }
    .service__inner:hover .service__content h5 {
      color: #da5455;
    }
    .service__icon {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: calc(1.3125rem + 0.75vw);
      color: #fff;
      background: #e3e7e8;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    @media (min-width: 1200px) {
      .service__icon {
        font-size: 1.875rem;
      }
    }
    @media (max-width: 575px) {
      .service__icon {
        margin: 0 auto 15px;
      }
    }
    .service__icon::after {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border: 2px solid #e3e7e8;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    @media (min-width: 992px) {
      .service__icon {
        position: absolute;
      }
    }
    .service__content h5 {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 1.25rem;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
      .service__content p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
    .service__center {
      width: 260px;
      height: 260px;
      margin: 0 auto;
      border: 2px solid #ecf0f3;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      flex-direction: column;
    }
    @media (min-width: 992px) and (max-width: 1199px) {
      .service__center {
        width: 380px;
        height: 380px;
      }
    }
    @media (min-width: 1200px) {
      .service__center {
        width: 460px;
        height: 460px;
      }
    }
    .service__text {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      background: #0d0d0d;
      flex-direction: column;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
    }
    .service__text::after,
    .service__text::before {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background: rgba(227, 231, 232, 0.3);
      z-index: -1;
    }
    .service__text::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
    }
    .service__text::after {
      width: calc(100% + 20px);
      height: calc(100% + 20px);
    }
    .service__text p {
      color: #fff;
    }
    .service__text h3 {
      color: #fff;
    }
    .service__text h6 {
      color: #fff;
    }
    @media (min-width: 992px) {
      .service__left {
        text-align: right;
      }
      .service__left .service__icon {
        right: -185px;
        background: #8224e3;
      }
      .service__left .service__item:nth-child(2) .service__icon {
        right: -120px;
        background: #8f4296;
      }
      .service__left .service__item:nth-child(3) .service__icon {
        right: -155px;
        background: #d93;
      }
    }
    @media (min-width: 992px) {
      .service__right .service__icon {
        left: -185px;
        background: #4a7774;
      }
      .service__right .service__item:nth-child(2) .service__icon {
        left: -120px;
        background: #f1c152;
      }
      .service__right .service__item:nth-child(3) .service__icon {
        left: -155px;
        background: #5faf1f;
      }
    }
    .shop-page .section-header h4 span {
      font-weight: 400;
      color: #f1c152;
    }
    .shop-page .sidebar-widget .widget-search {
      border: none;
      box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    }
    .shop-page .sidebar-widget .widget-search form input {
      border: 1px solid #ecf0f3;
    }
    .shop-page .shop-title {
      padding: 16px 20px;
      background: #fff;
      box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    }
    .shop-page .shop-title p {
      color: #0d0d0d;
    }
    .shop-page .shop-title .product-view-mode a {
      color: #0d0d0d;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-page .shop-title .product-view-mode a.active {
      color: #f1c152;
    }
    .shop-page .shop-title .product-view-mode a:last-child {
      margin-left: 5px;
    }
    .shop-page .shop-product-wrap {
      height: auto !important;
    }
    .shop-page .shop-product-wrap.gridlist {
      height: auto;
    }
    .shop-page .shop-product-wrap.gridlist .product-list-item {
      display: none;
    }
    .shop-page .shop-product-wrap.list {
      height: auto !important;
    }
    .shop-page .shop-product-wrap.list .col-12 {
      flex: 0 0 100%;
      max-width: 100%;
      position: static !important;
    }
    .shop-page .shop-product-wrap.list .product-item {
      display: none;
    }
    .shop-page .shop-product-wrap .product-item,
    .shop-page .shop-product-wrap .product-list-item {
      padding: 10px;
      background: #fff;
      -webkit-animation-name: zoomIn;
      animation-name: zoomIn;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-page .shop-product-wrap .product-item:hover .product-thumb .pro-thumb::after,
    .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .pro-thumb::after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
      opacity: 1;
      z-index: 9;
      bottom: 50%;
      transform: translate(-50%, 50%);
    }
    .shop-page .shop-product-wrap .product-item:hover .product-content h5 a,
    .shop-page .shop-product-wrap .product-list-item:hover .product-content h5 a {
      color: #f1c152;
    }
    .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after {
      top: 0;
      left: 0;
      background: rgba(241, 193, 82, 0.7);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img {
      transform-origin: left;
    }
    .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
      opacity: 0;
      bottom: -100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 100%;
      color: #0d0d0d;
      margin: 5px;
      background: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
    .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
      cursor: pointer;
    }
    .shop-page .shop-product-wrap .product-item .product-content,
    .shop-page .shop-product-wrap .product-list-item .product-content {
      padding-top: 20px;
      text-align: center;
    }
    .shop-page .shop-product-wrap .product-item .product-content h5 a,
    .shop-page .shop-product-wrap .product-list-item .product-content h5 a {
      color: #0d0d0d;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-page .shop-product-wrap .product-item .product-content p,
    .shop-page .shop-product-wrap .product-list-item .product-content p {
      margin-bottom: 5px;
    }
    .shop-page .shop-product-wrap .product-item .product-content p i,
    .shop-page .shop-product-wrap .product-list-item .product-content p i {
      color: #fff;
    }
    @media (min-width: 768px) {
      .shop-page .shop-product-wrap .product-list-item .product-thumb {
        width: 35%;
      }
    }
    .shop-page .shop-product-wrap .product-list-item .product-content {
      text-align: left;
      padding-left: 20px;
    }
    @media (min-width: 768px) {
      .shop-page .shop-product-wrap .product-list-item .product-content {
        width: 65%;
      }
    }
    .shop-page .modal.show {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      pointer-events: visible;
      z-index: 99999999;
      -webkit-animation: slideInDown 0.4s forwards;
      animation: slideInDown 0.4s forwards;
      overflow-y: scroll;
      background: #000;
    }
    .shop-page .modal .modal-dialog .modal-content button.close {
      width: 40px;
      height: 40px;
      top: 0;
      right: 0px;
      background: #f1c152;
      z-index: 9;
      color: #fff;
      text-shadow: none;
      opacity: 1;
      outline: none;
      border: none;
    }
    .shop-page .modal .modal-dialog .modal-content .modal-body {
      background: #fff;
    }
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
      margin-top: 30px;
    }
    @media (min-width: 576px) {
      .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
        margin-top: 0;
      }
    }
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
      color: #e9ba17;
    }
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
      margin-top: 30px;
    }
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .default-btn {
      margin-left: 20px;
      line-height: 42px;
    }
    .shop-single .sidebar-widget .widget-search {
      border: none;
    }
    .shop-single .sidebar-widget .widget-search form input {
      border: 1px solid #ecf0f3;
    }
    .shop-single .product-details {
      padding: 20px;
      margin-bottom: 40px;
      box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
      background: #fff;
    }
    .shop-single .product-details .product-thumb .pro-single-top {
      margin-bottom: 20px;
    }
    .shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
    }
    .shop-single .product-details .product-thumb .pro-single-thumbs {
      max-width: 80%;
      margin: auto;
    }
    .shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
      cursor: pointer;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
    }
    .shop-single .product-details .product-thumb .pro-single-prev,
    .shop-single .product-details .product-thumb .pro-single-next {
      cursor: pointer;
      width: 24px;
      height: 60px;
      line-height: 60px;
      font-size: 15px;
      text-align: center;
      background: #f6f6f9;
      bottom: 15px;
      outline: none;
    }
    .shop-single .product-details .product-thumb .pro-single-prev {
      right: 0;
    }
    .shop-single .product-details .product-thumb .pro-single-next {
      left: 0;
    }
    .shop-single .product-details .post-content {
      padding-top: 30px;
    }
    @media (min-width: 768px) {
      .shop-single .product-details .post-content {
        padding-top: 0;
      }
    }
    .shop-single .product-details .post-content h6 {
      font-size: 18px;
      font-weight: 500;
    }
    .shop-single .product-details .post-content p.rating i {
      color: #e9ba17;
    }
    .shop-single .product-details .post-content form .select-product {
      background: #fff;
      margin-bottom: 20px;
    }
    @media (min-width: 576px) {
      .shop-single .product-details .post-content form .select-product {
        width: 48%;
      }
    }
    .shop-single .product-details .post-content form .select-product select {
      height: 40px;
      outline: none;
      -webkit-appearance: none;
      z-index: 1;
      background: transparent;
      padding-left: 20px;
      font-size: 14px;
      border: 1px solid #ecf0f3;
    }
    .shop-single .product-details .post-content form .select-product select:focus-within {
      border-color: #f1c152;
    }
    .shop-single .product-details .post-content form .select-product i {
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #ecf0f3;
      text-align: center;
      z-index: 0;
      color: #0d0d0d;
    }
    .shop-single .product-details .post-content form .cart-plus-minus {
      margin-bottom: 20px;
    }
    @media (min-width: 576px) {
      .shop-single .product-details .post-content form .cart-plus-minus {
        margin-bottom: 0;
        margin-left: 0;
      }
    }
    .shop-single .product-details .post-content form .cart-plus-minus input {
      background: #fff;
    }
    @media (min-width: 576px) {
      .shop-single .product-details .post-content form .discount-code {
        width: 50%;
      }
    }
    @media (min-width: 1200px) {
      .shop-single .product-details .post-content form .discount-code {
        width: 60%;
      }
    }
    .shop-single .product-details .post-content form .discount-code input {
      background: #fff;
    }
    .shop-single .product-details .post-content form .default-btn {
      margin-top: 20px;
      box-shadow: none;
      outline: none;
      border: none;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      background: #f1c152;
      line-height: 50px;
    }
    .shop-single .product-details .post-content form .default-btn:hover span {
      color: #fff;
    }
    .shop-single .product-details .post-content form .default-btn::before {
      background: #da5455;
    }
    .shop-single .review {
      background: #fff;
      box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    }
    .shop-single .review .review-nav li {
      list-style: none;
      padding: 13px 33px;
      font-size: 16px;
      font-weight: 700;
      color: #0d0d0d;
      margin-right: 10px;
      cursor: pointer;
    }
    .shop-single .review .review-nav li.active {
      background: #f1c152;
      color: #fff;
    }
    .shop-single .review .review-nav li:last-child {
      margin-right: 0;
    }
    .shop-single .review .review-content.review-content-show .review-showing {
      display: block;
    }
    .shop-single .review .review-content.description-show .description {
      display: block;
    }
    .shop-single .review .review-content .review-showing {
      display: none;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
    }
    .shop-single .review .review-content .review-showing .content li {
      padding: 25px 30px;
      list-style: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    @media (min-width: 768px) {
      .shop-single .review .review-content .review-showing .content li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
      }
    }
    .shop-single .review .review-content .review-showing .content li:last-child {
      border-bottom: none;
    }
    .shop-single .review .review-content .review-showing .content li .post-thumb {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      overflow: hidden;
    }
    @media (min-width: 768px) {
      .shop-single .review .review-content .review-showing .content li .post-thumb {
        margin-bottom: 0;
      }
    }
    @media (min-width: 768px) {
      .shop-single .review .review-content .review-showing .content li .post-content {
        width: calc(100% - 70px);
        padding-left: 20px;
      }
    }
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
      margin-bottom: 5px;
    }
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
      width: calc(100% - 110px);
    }
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
      padding-right: 20px;
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;
      box-shadow: none;
      line-height: 28px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
      line-height: 30px;
    }
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
      width: 110px;
    }
    .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
      color: #f1c152;
    }
    .shop-single .review .review-content .review-showing .client-review {
      padding: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .shop-single .review .review-content .review-showing .client-review .review-form .section__header h2 {
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      .shop-single .review .review-content .review-showing .client-review .review-form .section__header h2 {
        font-size: 1.875rem;
      }
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form input {
      padding: 10px;
      color: #0d0d0d;
    }
    @media (max-width: 767px) {
      .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
        margin-bottom: 20px;
      }
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
      padding-right: 5px;
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
      list-style: none;
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
      color: #e9ba17;
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form textarea {
      padding: 10px;
      outline: none;
      color: #0d0d0d;
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form button {
      box-shadow: none;
      cursor: pointer;
      outline: none;
      border: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      line-height: 50px;
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form button:hover span {
      color: #fff;
    }
    .shop-single .review .review-content .review-showing .client-review .review-form form button::before {
      background: #da5455;
    }
    .shop-single .review .review-content .description {
      padding: 30px;
      display: none;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
    }
    .shop-single .review .review-content .description .post-item {
      flex-direction: row-reverse;
    }
    .shop-single .review .review-content .description .post-item .post-thumb {
      text-align: center;
    }
    @media (min-width: 768px) {
      .shop-single .review .review-content .description .post-item .post-thumb {
        width: calc(100% / 2);
      }
    }
    .shop-single .review .review-content .description .post-item .post-content {
      padding: 30px 0;
    }
    @media (min-width: 768px) {
      .shop-single .review .review-content .description .post-item .post-content {
        width: calc(100% / 2);
      }
    }
    .shop-single .review .review-content .description .post-item .post-content ul li {
      padding: 8px 0;
      padding-left: 30px;
    }
    .shop-single .review .review-content .description .post-item .post-content ul li::before {
      content: "";
      top: 8px;
      left: 0;
      color: #e9ba17;
      font-family: IcoFont !important;
    }
    .shop-cart .section-wrapper .cart-top {
      margin-bottom: 40px;
      box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
      background: #fff;
    }
    .shop-cart .section-wrapper .cart-top table {
      font-weight: 700;
    }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-top table .cat-product .p-content {
        display: none;
      }
    }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
        width: 96px;
      }
      .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .cart-plus-minus-box {
        width: 96px;
      }
      .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .qtybutton {
        width: 30px;
      }
    }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-top table .cat-price {
        display: none;
      }
    }
    .shop-cart .section-wrapper .cart-top table thead tr {
      background: #f1c152;
    }
    .shop-cart .section-wrapper .cart-top table thead tr th {
      color: #fff;
      padding: 18px;
      border: none;
      text-transform: uppercase;
    }
    @media (max-width: 575px) {
      .shop-cart .section-wrapper .cart-top table thead tr th {
        font-size: 14px;
        padding: 10px;
      }
    }
    .shop-cart .section-wrapper .cart-top table thead tr th:last-child {
      text-align: right;
    }
    .shop-cart .section-wrapper .cart-top table tbody tr {
      border-bottom: 1px solid rgba(236, 240, 243, 0.9);
      border-right: none;
      border-left: none;
      border-top: none;
    }
    .shop-cart .section-wrapper .cart-top table tbody tr:last-child {
      border-bottom: none;
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td {
      padding: 10px;
      border: none;
    }
    @media (min-width: 768px) {
      .shop-cart .section-wrapper .cart-top table tbody tr td {
        padding: 20px;
      }
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
      text-align: right;
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
      align-items: center;
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
      width: 50px;
      margin: auto;
    }
    @media (min-width: 768px) {
      .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
        width: 85px;
      }
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
      width: calc(100% - 85px);
      padding-left: 10px;
    }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
        display: none;
      }
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
      color: #0d0d0d;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
      color: #f1c152;
    }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice,
      .shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
        text-align: center;
        font-size: 14px;
      }
    }
    .shop-cart .section-wrapper .cart-top table tbody tr td input {
      background: #fff;
    }
    .shop-cart .section-wrapper .cart-bottom {
      box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
      background: #fff;
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
      padding: 30px;
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
      width: 100%;
      display: flex;
    }
    @media (min-width: 992px) {
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
        max-width: 510px;
        width: 510px;
      }
    }
    @media (min-width: 1200px) {
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
        max-width: 680px;
        width: 680px;
      }
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
      padding: 18px 10px;
      border: 1px solid #ecf0f3;
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      -ms-border-radius: 3px 0 0 3px;
      -o-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px;
      background: #fff;
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
      color: #fff;
      font-weight: 500;
      margin-left: -10px;
      cursor: pointer;
      background: #f1c152;
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon button {
      line-height: 50px;
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
      margin-top: 30px;
    }
    @media (min-width: 992px) {
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
        max-width: 365px;
        text-align: right;
        margin-top: 0;
      }
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
      background: #fff;
      color: #0d0d0d;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
      padding: 10px 30px;
      border: 1px solid #ecf0f3;
      width: auto;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    @media (max-width: 575px) {
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
        width: 100%;
        margin-bottom: 15px;
      }
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:last-child {
        margin-bottom: 0;
      }
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:hover {
      color: #f1c152;
      border-color: #f1c152;
    }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout button {
      font-size: 0.875rem;
      padding: 0 20px;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box {
      padding: 30px 20px;
      border-top: 1px solid rgba(236, 240, 243, 0.9);
    }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
        margin-bottom: 30px;
      }
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping input {
      background: #fff;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
      margin-bottom: 20px;
      position: relative;
      background: #fff;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
      padding: 18px 20px;
      background: transparent;
      z-index: 1;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #ecf0f3;
      position: relative;
      outline: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
    }
    @media (min-width: 992px) {
      .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
        width: 50%;
        float: left;
      }
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
      top: 0;
      right: 0;
      padding: 15px 20px;
      color: #fff;
      border: 1px solid #ecf0f3;
      background: #f1c152;
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
      float: right;
      padding: 19px 20px;
      font-size: 14px;
      margin-bottom: 22px;
      border: 1px solid #ecf0f3;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
    }
    @media (min-width: 992px) {
      .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
        width: 45%;
      }
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
      border: none;
      outline: none;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      line-height: 56px;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
      list-style: none;
      border: 1px solid #ecf0f3;
      padding: 15px 20px;
      background: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li span {
      color: #000;
    }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
      color: #f1c152;
    }
    .forezero {
      background: #f1c152;
      padding-top: 300px;
    }
    .forezero__content {
      background: #fff;
    }
    .forezero__content::after {
      background: url(../images/404.png);
      width: 214px;
      height: 300px;
      top: -265px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .forezero__content h2 {
      font-size: calc(2.125rem + 10.5vw);
      color: #f1c152;
    }
    @media (min-width: 1200px) {
      .forezero__content h2 {
        font-size: 10rem;
      }
    }
    .forezero__content p {
      letter-spacing: 5px;
      font-size: calc(1.3125rem + 0.75vw);
    }
    @media (min-width: 1200px) {
      .forezero__content p {
        font-size: 1.875rem;
      }
    }
    .forezero__form form {
      border: 1px solid #ecf0f3;
      max-width: 400px;
      margin: 30px auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
    }
    .forezero__form form input {
      width: calc(100% - 60px);
    }
    .forezero__form form button {
      line-height: 50px;
      width: 60px;
      background: transparent;
      border-left: 1px solid #ecf0f3;
    }
    .forezero__form .default-btn:hover span {
      color: #fff;
    }
    .forezero__form .default-btn::before {
      background: #da5455;
    }
    .checkout-page .checkout-area-right .order-table .car-right-body .list-product-check {
      height: 235px;
      overflow-y: auto;
      margin-bottom: 20px;
    }
    .checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td .table-thumb {
      width: 90px;
    }
    .checkout-page
    .checkout-area-right
    .order-table
    .car-right-body
    .list-product-check
    table
    tbody
    tr
    td
    .table-thumb
    img {
      width: 100%;
    }
    .checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td p {
      font-weight: 500;
      color: #0d0d0d;
    }
    .checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td p.title {
      font-size: 14px;
    }
    .checkout-page .checkout-area-right .order-table .car-right-body .list-product-check table tbody tr td p.quantity span {
      margin-left: 10px;
    }
    .checkout-page .checkout-area-right .order-table .car-right-body ul li {
      list-style: none;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #ecf0f3;
      padding: 8px 20px;
      margin-bottom: 15px;
      background: #fff;
    }
    .checkout-page .checkout-area-right .order-table .car-right-body ul li .pull-right {
      margin-bottom: 0;
      color: #0d0d0d;
    }
    .checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio {
      justify-content: space-between;
    }
    .checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio .custom-control-input {
      margin-top: 5px;
      width: auto;
    }
    .checkout-page .checkout-area-right .payment .car-right-body ul li .custom-radio .custom-control-label {
      width: calc(100% - 25px);
    }
    .checkout-page .checkout-area-right .payment .car-right-body p.per-information {
      font-size: 1rem;
    }
    .bg-title {
      background: #f1c152;
    }
    input.custom-control-input,
    input.custom-checkbox {
      width: auto;
      height: auto;
      margin-bottom: 10px;
    }
    .list-product-check::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #fff;
    }
    .list-product-check::-webkit-scrollbar {
      width: 4px;
      background-color: #fff;
    }
    .list-product-check::-webkit-scrollbar-thumb {
      background-color: #f1c152;
      border-radius: 8px;
    }
    .error-404 {
      background: #f1c152;
      padding-top: 250px;
      padding-bottom: 100px;
    }
    .error-404 .heading-text {
      background-color: #fff;
      padding: 50px;
      position: relative;
      margin-top: 100px;
    }
    .error-404 .heading-text h1.page-title {
      text-align: center;
      font-size: 10em;
      font-family: roboto;
      font-weight: bolder;
      color: #f1c152;
    }
    .error-404 .heading-text:before {
      content: "";
      position: absolute;
      background: url(../images/404.png);
      width: 214px;
      height: 300px;
      top: -265px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .error-404 .heading-text p {
      font-size: 32px;
      font-weight: bold;
      font-family: roboto;
      letter-spacing: 5px;
    }
    .error-404 .heading-text span {
      display: block;
      padding-bottom: 30px;
    }
    .error-404 .heading-text .search-field {
      border: 1px solid;
      border-radius: 0;
      padding: 5px 15px;
      border-color: #ccc;
    }
    .error-404 .heading-text .search-submit {
      display: none;
    }
    .error-404 .heading-text .add-on {
      background: none;
      position: absolute;
      right: 15px;
      top: 4px;
      outline: none;
      box-shadow: none;
      border: none;
    }
    .error-404 .heading-text .go-back a {
      border: 1px solid #f1c152;
      padding: 5px 10px;
      display: table;
      color: #f1c152;
      margin: 30px auto;
      font-weight: bold;
      } /*# sourceMappingURL=style.min.css.map */





      /* Alok */
      .header__top-logo img { width: 82px; }
      .header__top-left ul { display: flex; gap: 15px;}

      .header__top-left { width: 45%;}
      .header__top-center { width: 10%;}
      .header__top-right { width: 45%;}
      .header__top-socialsearch { justify-content: flex-end;}
      .header__top-left ul li {     font-size: 16px;
        color: #fff;
        font-weight: 600;
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center; }
        .header__top-left ul li i { font-size: 16px; color: #fff;}

        .header__top-left ul li i {
         border: 2px solid #fff;
         width: 32px;
         height: 32px;
         line-height: 29px;}

         .header__top-social .fab {     font-weight: 400;
          font-size: 16px;
          color: #fff;
          border: 2px solid #fff;
          width: 32px;
          height: 32px;
          line-height: 29px;
          text-align: center;
          border-radius: 45px;}

          .header__logo { padding: 4px 0;}
          .header__logo img { width: 86px;}
          .header__menu .default-btn { transform: skewX(0deg);}

          @media (min-width: 768px) { .banner {  padding: 130px 0; background-position: left; }}


          body, .body, h2, h1, h2, h3, h4, h5, h6, p, .text-white {  font-family: "Laila", serif !important;}
          p {font-family: "Noto Sans", sans-serif !important;}

          .location__info-top, .cause__top, .sidebar__search, .section__header h2, .section__header h1 {
            margin-bottom: 30px; font-weight: 600; font-size: 40px;
          }
          .section__header p { font-size: 18px; font-weight: 400; line-height: 26px; color: #2f2f2f; }
          .about-img img {border-left: 4px solid #ff871e; border-radius: 0px 12px 12px 0px; padding-left: 5px;}



          .laila-light { font-family: "Laila", serif; font-weight: 300; font-style: normal;}
          .laila-regular { font-family: "Laila", serif;  font-weight: 400;  font-style: normal;}
          .laila-medium {  font-family: "Laila", serif;  font-weight: 500;  font-style: normal;}
          .laila-semibold {  font-family: "Laila", serif;  font-weight: 600;  font-style: normal;}
          .laila-bold {  font-family: "Laila", serif;  font-weight: 700;  font-style: normal;}

          .sc_icons_item { background-color: #ffffff;text-align: center;    
           padding: 10px 38px 10px !important;position: relative;
           display: inline-block; vertical-align: top; width: 100%; height: 100%;
           box-sizing: border-box; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
         }
         .sc_events_item:hover { box-shadow: 0 15px 25px rgba(255, 171, 0, 0.33) !important;
          transform: translateY(-15px);}
          .sc_icons_image img { max-width: 50% !important;}
          .event { display: flex; flex-wrap: wrap; gap: 15px;}
          .event-item { display: flex; gap: 14px;background-color: #fff8e1;width: 100%;}
          .event-meta { display: flex; 
            flex-wrap: wrap; 
            flex-direction: column; 
            align-items: flex-start; 
            padding: 15px 10px 15px 0px;}



            .event-item img{ width:201px; border-right: 3px solid #ff871e; }
            .event-item .default-btn { padding: 0 1rem; line-height: 40px; }
            .event-item a{ color:#0d0d0d; font-family: "Noto Sans", sans-serif !important;}
            .events-date { color:#0d0d0d; font-family: "Noto Sans", sans-serif !important;}
            .events-date { margin-bottom: 5px; }

            .event-item a.default-btn.move-right { color: #ffffff; border-radius: 45px; padding: 0 1.2rem;}

            .about-img2 img {
             border-right: 4px solid #ff871e;
             border-radius: 12px 0px 0px 12px;
             padding-right: 5px;
             height: 358.75px;
             width: 100%;
           }

           .about-img2 { margin-bottom: 0px; }
           .gallery.padding--top.padding--bottom.bg-light{ background-color: #fff8e1 !important;}
           .gallery__filter { margin-bottom: 20px;}
           .gallery__thumb { margin-bottom: 20px;}

           .bordr-fd {
            height: 30px;
            background-image: url('../images/hero-boder.svg');
            background-repeat: repeat-x;
            background-size: 374px;
          }
          .shedule__top {
            background: rgb(255 135 30 / 30%);
            border: 2px solid #f1c152;
          }

          .time p{ color:#ffffff; }
          .shedule__title p {color:#ffffff;}
          .location__left { padding: 15px 30px;}
          .location { background-color: #fff8e1;}
          .social__list a i, .social__list a svg { 
            color: #fff;
            line-height: 35px;
            border: 4px solid #ecf0f3;
          }
          .social__list li::after {
            width: 2px;
            height: 100%;
            background: #fff;}
            .location__info-right {
              color: #fff;
            }
            .location__info-bottom .section__wrapper .location__info-left i, .location__info-bottom .section__wrapper .location__info-left svg {
              color: #ff9a12;
            }
            .location__info-left { line-height: 2.5;}
            .footer__bottom { background-color: #ff871e; color: #fff;}

            .footer__bottom-content a {color: #ffffff;}

            .footer p{ color:#fff; }
            .footer__links ul li a{ color:#fff; }
            .footer__post-content h6 { color: rgb(255 255 255);}

            .header__top.w-100 {background-color: #cd4d00;}

            marquee {
              height: 40px;
              background-color: #cd4d00;
              line-height: 40px;
              font-size: 18px;
              color: #fff;
              font-weight: 600;
              margin-bottom: -7px;
            }


            .accordion .accordion-item {
              border-bottom: 1px solid #cd4d00;
            }

            .accordion .accordion-item button[aria-expanded='true'] {
              border-bottom: 1px solid #cd4d00;
            }
            .accordion-item {
              background-color: #ffffff00;
              border: 0px solid rgba(0, 0, 0, .125);
            }

            .accordion button {
              position: relative;
              display: block;
              text-align: left;
              width: 100%;
              padding: 1em 0;
              color: #7288a2;
              font-size: 1.15rem;
              font-weight: 400;
              border: none;
              background: none;
              outline: none;
            }

            .accordion button:hover,
            .accordion button:focus {
              cursor: pointer;
              color: #03b5d2;
            }

            .accordion button:hover::after,
            .accordion button:focus::after {
              cursor: pointer;
              color: #03b5d2;
              border: 1px solid #03b5d2;
            }
            .accordion button .accordion-title {
              padding: 1em 1em 1em 0;
              font-size: 24px;
              color: #000;
              font-weight: 600;
            }
            .accordion button .icon {
              display: inline-block;
              position: absolute;
              top: 18px;
              right: 0;
              width: 22px;
              height: 22px;
              border: 1px solid #cd4d00;
              border-radius: 22px;
            }

            .accordion button .icon::before {
              display: block;
              position: absolute;
              content: '';
              top: 9px;
              left: 5px;
              width: 10px;
              height: 2px;
              background: #cd4d00;
            }
            .accordion button .icon::after {
              display: block;
              position: absolute;
              content: '';
              top: 5px;
              left: 9px;
              width: 2px;
              height: 10px;
              background: #cd4d00;
            }

            .accordion button[aria-expanded='true'] {
              color: #cd4d00;
            }
            .accordion button[aria-expanded='true'] .icon::after {
              width: 0;
            }
            .accordion button[aria-expanded='true'] + .accordion-content {
              opacity: 1;
              max-height: 9em;
              transition: all 200ms linear;
              will-change: opacity, max-height;
              overflow: auto;
            }
            .accordion .accordion-content {
              opacity: 0;
              max-height: 0;
              overflow: hidden;
              transition: opacity 200ms linear, max-height 200ms linear;
              will-change: opacity, max-height;
            }
            .accordion .accordion-content p {
              font-size: 1rem;
              font-weight: 400;
              margin: 0.5em 0 1em 0;
              color: #000;
            }

            .accordion-content li {
              margin-bottom: 4px;
              color: #000;
              font-weight: 500;
            }

            .hist{
              background-color: #cd4d00; height: -webkit-fill-available; width: auto;padding: 30px;
            }
            .ory{ padding: 30px; height: -webkit-fill-available;    background-color: #fff;}

            .header__menu ul li {font-size: 18px; }

            @media (min-width: 1200px) {
              .navbar-expand-xl .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
                justify-content: space-evenly;;
              }
            }

            @media (min-width: 768px) {
              .default-btn {
                padding: 0 2rem;
                line-height: 44px;
                height: 40px;
              }
            }

            .service__text {width: 215px; height: 215px; background: #ffffff;}
            @media (min-width: 1200px) { .service__center {width: 400px; height: 400px; } }
            @media (min-width: 992px) { 
              .service__left .service__icon {background: #ff871e !important; }
              .service__right .service__icon {background: #ff871e !important;}
            }
            .service__content h5 {font-weight: 600;}
            .service__inner { margin-bottom: 15px;}
            .service__inner p { color: #2f2f2f;}
            .footer__top {background: #a35e00;}

            .service a { color: #fffffe; font-size: 16px;  font-family: "Noto Sans", sans-serif !important;font-weight: 600;}
            .gallery__icon:hover { background: #ff9a12;border-color: #ff9200;}
            .gallery__thumb { height: 185px; display: flex;  justify-content: center;  align-content: center;}
            .header__menu ul li a {padding: 10px 15px;}


            /* Inner Page Header Styling */
            .inner-page-header {
              /* Background and Padding */
              background-color: #f7f7f7;
              padding: 80px 0; 
              text-align: center;
              width: 100%;
              background: url('../img/bannesdfdsf.jpeg') rgba(0, 0, 0, .35);  
              background-position: left;
              background-size: cover;
              background-repeat: no-repeat;
              background-blend-mode: overlay;
            }

            /* Assuming you have a standard .container class for width limiting and centering */
            .inner-page-header .container {
              max-width: 1200px;
              margin: 0 auto;
              padding: 0 15px;
            }

            /* Page Title (About Us) */
            .inner-page-header h1 {
              font-size: 2.5rem;
              color: #fff;
              margin-bottom: 10px;
              font-weight: 700;
            }

            /* Breadcrumb List */
            .inner-page-header .breadcrumb-list {
              display: flex;
              justify-content: center; 
              list-style: none; 
              padding: 0;
              margin: 0;
              font-size: 18px;
              font-family: "Noto Sans", sans-serif !important;
              font-weight: 400;
              line-height: 26px;
            }

            /* Individual Breadcrumb Item */
            .inner-page-header .breadcrumb-item {
              font-size: 1rem;
              color: #666; 
            }

            /* Breadcrumb Separator (The slash '/') */
            .inner-page-header .breadcrumb-item + .breadcrumb-item::before {
              content: "/";  
              padding: 0 8px;
              color: #fff;
            }

            /* Home Link Styling */
            .inner-page-header .breadcrumb-item a {
             color: #ffe200;
             font-weight: 600;  
             text-decoration: none;
             transition: color 0.3s;
           }

           .inner-page-header .breadcrumb-item a:hover {
            color: #0056b3;  
          }

          /* Active Page (About Us) Styling */
          .inner-page-header .breadcrumb-item.active {
            color: #fff;  
            font-weight: 600;
          } 


          /* Modal Background */
          .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.5);
          }
          .modal2 {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.5);
          }


          /* Modal Content */
          .modal-content {
            background-color: #fff;
            margin: 15% auto;
            padding: 15px;
            border-radius: 10px;
            width: 80%;
            max-width: 537px;
            position: relative;
          }

          .modal2{

          }
          .modal2 .section__header h2::before{display:none;}
          .modal2 .section__header h2::after{display:none;}
          .modal2 .section__header h2 {  margin-bottom: 1px !important;  font-weight: 600;  font-size: 30px !important; justify-content: center !important;}

          /* Modal Content */
          .modal-content2 {
            background-color: #fff;
            margin: 5% auto;
            padding: 15px;
            border-radius: 10px;
            width: 85%;
            max-width: 600px;
            position: relative;
          }

          /* Close Button */
          .closee {
            color: #000;
            position: absolute;
            top: -15px;
            line-height: 37px;
            right: -15px;
            height: 35px;
            width: 35px;
            background-color: #fff;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
            border-radius: 45px;
            border: solid 2px #ff871e;
          }
          /* Close Button */
          .closeee {
            color: #000;
            position: absolute;
            top: -15px;
            line-height: 37px;
            right: -15px;
            height: 35px;
            width: 35px;
            background-color: #fff;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
            border-radius: 45px;
            border: solid 2px #ff871e;
          }
          .modal strong {color: #000;}
          .modal2 strong {color: #000;}
          .closeee:hover {
            color: #000;
          }
          .closee:hover {
            color: #000;
          }

          .modal-content { border: 4px solid #ff871e;}
          iframe { border: solid 10px #ff9a12 !important;}

          .header__top-social { border-right: 0px solid #ecf0f3; padding-right: 0px; margin-right: 0px;}
          .footer__post-content h6 {
            font-size: 18px;    margin-bottom: 4px;
            font-weight: 600;}
            .footer__links ul li a {
              color: #fff;
              font-size: 16px;
              font-weight: 500;
            }



            /* Gallery css start */

            .spotlight img,
            .image{
              /*width: 29vw;*/
              height: auto;
              /*max-width: 300px;*/
              /*margin: 1vmin 1vmin;*/
              content-visibility: auto;
            }
            .image{
              display: inline-block;
              height: 20vw;
              max-height: 200px;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
            }
            #spotlight .contain, #spotlight .cover {
              object-fit: contain;
              height: 100%;
              width: 80%;
            }
            .spotlight img{
              height: 15vw;
              /*max-height: 200px;*/
              object-fit: cover;
            }
            .spotlight{
              cursor: pointer;
              display: inline-block;
              margin-bottom: 15px;
              display: flex;
              justify-content: center;
              background-color: #ffe5ce;
            }

            hr{
              border: 0;
              border-bottom: 1px solid #ccc;
              margin-bottom: 20px;
              padding-top: 20px;
            }
            h1 img{
              width: 500px;
              max-width: 70vw;
            }
            label, button{
              display: inline-block;
              padding: 5px 7px;
              margin: 3px 1px;
              border: 1px solid #ddd;
              background: #e9ecef;
              font-size: 12px;
              line-height: 20px;
              vertical-align: middle;
              cursor: pointer;
              border-radius: 5px;
            }
            #spotlight{
              background-color:#000000db !important;
            }
            button{
              border:0;
              outline: 0;
              padding: 8px 18px;
              font-weight: 400;
              font-size: 15px;
              background-color: #6c757d;
              color: #fff;
            }
            label input{
              float: left;
              margin-right: 7px;
              margin-left: 2px;
            }
            pre{
              display: inline-block;
              margin: auto;
              text-align: left;
              width: 100%;
              max-width: calc(100vw - 1.7em);
            }
            pre code.hljs{
              background: #fff;
              padding: 1em 1.5em;
              border-radius: 10px;
              width: 100%;
              max-width: calc(100vw - 1.7em);
            }

            a[data-media="node"]{
              width: 29vw;
              max-width: 300px;
              margin: 1vmin 1vmin;
              display: inline-block;
              height: 20vw;
              max-height: 200px;
            }
            a[data-media="node"] img{
              float: left;
              width: 33.33%;
              margin: 0;
              object-fit: cover;
              height: 100%;
              padding: 0;
            }

            /* Gallery css end */

            .home-ser .service__icon {    
              position: relative;
              margin-bottom: 0px;
              margin-top: 15px;
              bottom: 0px;
              color: #ff871e;
              background-color: #ff871e;
            }

            .service__item.home-ser {
              display: flex;
              justify-content: center;
            }

            .home-ser .service__inner {
              height: 50px;
            }

            .serviceghjdfdf .about-img2 img {
              border-right: 0px solid #ff871e;
              border-radius: 0px 0px 0px 0px;
              padding-right: 0px;
              height: auto;
              width: 55%;
              text-align: center;
              justify-content: center;
              margin: 0px auto 5px auto;
            }

            .default-btn { background: #cd4d00;}
            .service .service__icon::after { border: 2px solid #ff871e;}
            .guyy2{ display:none; }
            .footer__links ul{ margin-left: 0px;}
            .header__top-left ul {margin-left: 0px;}
            .header__menu .navbar-collapse ul {margin-left: 0px;}

            .social__list-facebook:hover a i, .social__list-facebook:hover a svg {
              border-color: #ff871e !important;
            }
            .social__list-twitter:hover a i, .social__list-twitter:hover a svg {
              border-color: #ff871e !important;
            }
            .social__list-instagram:hover a i, .social__list-instagram:hover a svg {
              border-color: #ff871e !important;
            }

            .location__info-right a { color: #ffffff;}

            @media (min-width: 320px) and (max-width: 575.98px) { 

              .header__logo img { width: 62px;}
              .navbar-toggler {font-size: 1rem;}
              .header__bar-info { height: 34px;}
              .navbar-toggler.header__bar-info {display: none;}
              .banner { padding: 30px 0;}
              .navbar-light .navbar-toggler { color: rgb(109 87 37); border-color: rgb(109 87 37);}
              .banner__content p { margin-bottom: 15px;}
              .banner__content .default-btn { padding: 0 1rem;}
              .bordr-fd { height: 24px; background-image: url(../images/hero-boder.svg); background-repeat: repeat-x; background-size: 300px;}   
              .padding--bottom { padding-bottom: 30px;}
              .padding--top { padding-top: 30px;}
              .section__header h2 img { width: 35px; height: 35px; display: none;}
              .section__header h2::after, .section__header h2::before { bottom: -9px;}
              .section__header h2 { margin-bottom: 15px;font-size: 35px;}
              .about-img2 img { height: unset;}
              .preloader .preloader-inner .preloader-icon { width: 100px; height: 100px;}
              .preloader .preloader-inner .preloader-icon span { width: 100px; height: 100px;}
              .hist { padding: 15px 15px 15px 15px;}
              .hist .section__header.mb-xl-0.text-white.time { margin-bottom: 5px;}
              .ory { padding: 15px;}
              .qr { display: flex; flex-direction: column;align-items: stretch;}
              .qr .default-btn { padding: 0 1rem;}
              .hist a#myBtn { width: 180px;}
              .service .service__icon::after { border: 2px solid #ff871e;}
              .service .service__icon {background: #ff871e;}
              .icon-guy {display: flex; flex-wrap: wrap; justify-content: center; align-content: center; flex-direction: column;}
              .home-ser .service__inner {  height: unset;}
              .guyy2{ display:block; }
              .guyy3{ display:none; }
              .icon-guy h5 {padding-top: 15px;}
              .location__left {height: unset; }
              .location__right { padding-left: 15px;}
              .social__list { gap: 5px;}
              .social__list li::after { display: none;}
              .social__list li{ padding-right: 5px; margin-right: 5px;}
              .spotlight img, .image {width: 100%;height: auto !important;max-height: 200px;}
              .inner-page-header {padding: 20px 0;}
              .inner-page-header h1 { margin-bottom: 0px;}
              .donation-qr{ width:100% !important; margin-top:10px; }
              table {  margin: 0px 0 !important; }
              .table-res {overflow-x: auto; margin: 30px 0; display: grid;}
              .table-res table td { padding: 5px 6px !important; border-bottom: 1px solid #7c3e11 !important; border: 1px solid #7c3e11 !important;}
              .table-res table th { padding: 5px 6px !important; border-bottom: 0px solid #7c3e11 !important; border: 1px solid #ffffff !important;}
              .blgo .event-meta {  padding: 10px 10px 10px 10px;}
              .blgo .event-item img { padding: 10px;}
              .footer__about-thumb img.w-100 { height: 150px !important;}
              .navbar-collapse ul {margin-left: 0px;}

            }

            @media (min-width: 576px) and (max-width: 767.98px) { 
              .header__logo img { width: 62px;}
              .navbar-toggler {font-size: 1rem;}
              .header__bar-info { height: 34px;}
              .navbar-toggler.header__bar-info {display: none;}
              .banner { padding: 30px 0;}
              .navbar-light .navbar-toggler { color: rgb(109 87 37); border-color: rgb(109 87 37);}
              .banner__content p { margin-bottom: 15px;}
              .banner__content .default-btn { padding: 0 1rem;}
              .bordr-fd { height: 24px; background-image: url(../images/hero-boder.svg); background-repeat: repeat-x; background-size: 300px;}   
              .padding--bottom { padding-bottom: 30px;}
              .padding--top { padding-top: 30px;}
              .section__header h2 img { width: 35px; height: 35px; display: none;}
              .section__header h2::after, .section__header h2::before { bottom: -9px;}
              .section__header h2 { margin-bottom: 15px;font-size: 35px;}
              .about-img2 img { height: unset;}
              .preloader .preloader-inner .preloader-icon { width: 100px; height: 100px;}
              .preloader .preloader-inner .preloader-icon span { width: 100px; height: 100px;}
              .hist { padding: 15px 15px 15px 15px;}
              .hist .section__header.mb-xl-0.text-white.time { margin-bottom: 5px;}
              .ory { padding: 15px;}
              .qr { display: flex; flex-direction: column;align-items: stretch;}
              .qr .default-btn { padding: 0 1rem;}
              .hist a#myBtn { width: 180px;}
              .service .service__icon::after { border: 2px solid #ff871e;}
              .service .service__icon {background: #ff871e;}
              .icon-guy {display: flex; flex-wrap: wrap; justify-content: center; align-content: center; flex-direction: column;}
              .home-ser .service__inner {  height: unset;}
              .guyy2{ display:block; }
              .guyy3{ display:none; }
              .icon-guy h5 {padding-top: 15px;}
              .location__left {height: unset; }
              .location__right { padding-left: 15px;}
              .social__list { gap: 5px;}
              .social__list li::after { display: none;}
              .social__list li{ padding-right: 5px; margin-right: 5px;}
              .spotlight img, .image {width: 100%;height: auto !important;max-height: 200px;}
              .inner-page-header {padding: 20px 0;}
              .inner-page-header h1 { margin-bottom: 0px;}
              .donation-qr{ width:100% !important; margin-top:10px; } 

              .row.g-4.align-items-center {  display: flex; flex-direction: column;}
              .col-sm-6 { flex: 0 0 auto;  width: 100%; }
              .service__inner { display: flex; text-align: center; margin-bottom: 15px; flex-wrap: wrap; justify-content: center;}
              .footer__about-thumb img.w-100 { height: 200px !important;}
              #serviceghjdfdf {width: 85%; margin: auto;}
            }


            @media (min-width: 768px) and (max-width: 991.98px) {  
              .location__info-top, .cause__top, .sidebar__search, .section__header h2 {font-size: 35px;}
              .section__header h2 img { width: 45px; height: 45px;}

              .banner__content.ms-lg-auto { max-width: 60%; margin-left: auto !important;}
              .banner { padding: 50px 0; }
              .section__header.about-img2.arti-one { height: 689px;}
              .service__inner { display: flex; text-align: center; margin-bottom: 15px; flex-wrap: wrap; justify-content: center;}
              .service .service__icon::after { border: 2px solid #ff871e;}
              .service .service__icon {background: #ff871e;}
              .icon-guy {display: flex; flex-wrap: wrap; justify-content: center; align-content: center; flex-direction: column;}
              .home-ser .service__inner {  height: unset;}
              .guyy2{ display:block; }
              .guyy3{ display:none; }
              .icon-guy h5 {padding-top: 15px;}
              .location__left {height: unset; }
              .location__right { padding-left: 15px;}
              .service__inner { display: flex; text-align: center; margin-bottom: 15px;  flex-wrap: wrap;  justify-content: center; flex-direction: column;  align-items: center; }
              .spotlight img {height: 25vw;}
              .header__top-logo.d-none.d-md-block { display: none !important;}
            }


            @media (min-width: 992px) and (max-width: 1199.98px) { 
              .spotlight img {height: 25vw;}
              .header__top-logo.d-none.d-md-block { display: none !important;}
              .home-ser .service__inner {height: 35px;}
              .location textarea#message { height: 88px;}
              .service__left .service__icon {right: -170px;}
              .service__right .service__icon {left: -170px;}
            }

            @media (min-width: 1024px) and (max-width: 1199.98px) { 

              .banner__content {    max-width: 55%;   }
              .location__info-top, .cause__top, .sidebar__search, .section__header h2 {font-size: 35px;}
              .section__header h2 img { width: 45px; height: 45px;}
              .container, .container-lg, .container-md, .container-sm { max-width: 95%; }
              .footer__about-thumb img.w-100 {  height: 160px;  width: 75% !important;}
            }

            @media (min-width: 1200px) { 
              .header__menu ul li {font-size: 20px; } 

            }

            @media (min-width: 1200px) and (max-width: 1500.98px) { 
              .banner { padding: 150px 0; }
              .arti-one { height: 595px; }
              .header__top-logo.d-none.d-md-block { padding-right: 70px;}
            }

            @media (min-width: 1440px) and (max-width: 1679.98px) { 
             #serviceghjdfdf .container { max-width: 88% !important; }
             .header__top-logo.d-none.d-md-block { padding-right: 70px;}
           }

           @media (min-width: 1680px) and (max-width: 1920.98px) {

            .container { max-width: 82%; }
            .banner { padding: 190px 0; }
            #serviceghjdfdf .container { max-width: 82% !important; }
            .about-img2 img { height: 415px;}
            p { max-width: 100%; font-size: 20px !important; }
            .section__header h2 { font-size: 45px;}
            .header__top-logo.d-none.d-md-block { padding-right: 70px;}



            .header__top-logo.d-none.d-md-block {

              padding-right: 0px; 
            }

            .main-menu, .main-menu nav {
              width: 100%; 
            }

            .main-menu ul li {

              margin: 0; 
              padding: 0 10px; 
            }

            .main-menu ul {
              justify-content: space-around; 
              width: 100%; 
            }
          }
          @media (min-width: 1680px) and (max-width: 1950px) { 

            .container { 
              /*max-width: 100% !important; */
              max-width: calc(100% - 60px);
              width: 100% !important;
              padding-left: 0 !important;
              padding-right: 0 !important;
            }

            .header-area, .main-header { 
              width: 100%;
              padding-left: 0;
              padding-right: 0;
            }


            .main-menu ul {
              display: flex;
              justify-content: space-between; 
              width: 100%;
              padding: 0;
              margin: 0;
            }


            .header__top-logo.d-none.d-md-block { 
              padding-right: 0px; 
            }


            .banner { padding: 190px 0; }
            #serviceghjdfdf .container { max-width: 82% !important; }
            .about-img2 img { height: 415px;}
            p { max-width: 100%; font-size: 20px !important; }
            .section__header h2 { font-size: 45px;}
          }



          /* Hem Css Start */

          :root{
            --bg1:#fff8e1;
          }

          .home_video .slick-next:before, 
          .home_video .slick-prev:before{
            color: #ff5722;
          }

          .home_video .slick-slide {
            margin: 0 7px;
          }

          .home_video .slick-list {
            margin: 0 -7px;
          }

          .home_video .home_video_inside{
            padding: 0 40px;
          }

          .home_video .slick-prev{left: -10px;}
          .home_video .slick-next{right: -10px;}

          .home_video .section__header {
            text-align: center;
          }
          .home_video .section__header h2::before {
            left: calc(50% - 55px);
            width: 10px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
          }

          .home_video .section__header h2::after {
            left: calc(50% - -10px);
            width: 100px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            left: calc(50% - -10px);
            width: 100px;
          }

          .home_video .section__header:hover h2::before {
            width: 100px;
            left: calc(50% - 10px);
          }

          .home_video .section__header:hover h2::after {
            width: 10px;
            left: calc(50% - -55px);
          }

          /**/

          .home_video{  
            background: var(--bg1) url(../img/video_bg_backgroud.jpeg);
            background-repeat: no-repeat;
            background-position: top center;
            background-size: 100% 100%;
          }


          .home_video .slick-next:before,
          .home_video .slick-prev:before{display: none;}

          .home_video .slick-prev,
          .home_video .slick-next{z-index: 9;width: 40px;height: 40px;}

          .home_video .slick-prev,
          .home_video .slick-next{
            background: #ffffff url(../img/video_left_arrow1.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 63%;
            border-radius: 50px;
            box-shadow: 0 0 10px #ff5722 !important;
          }

          .home_video .slick-next{
           background: #ffffff url(../img/video_right_arrow1.png);
           background-repeat: no-repeat;
           background-position: center;
           background-size: 63%;
           border-radius: 50px;
           box-shadow: 0 0 10px #ff5722 !important;
         }

         .home_video_box iframe {
          border:none !important;
          display: block;
          width: 100%;
          height: 100%;
        }

        .home_video_box{
         border-image-source: url(../img/testimonial_border.png);
         border-image-slice: 100;
         border-image-repeat: round;
         border-image-width: 20px;
         border-image-outset: 0;
         overflow: hidden;
         border-radius: 40px;
         padding: 6px 7px;
       }

       .service .section__header h1 img {
        width: auto;
        max-width: max-content;
      }

      #management-section h3.table-title {
        /*font-size: calc(1.35rem + 1.2vw);*/
        margin-top: 30px;
      }

      .mvg_grid {
        display: flex;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        gap: 15px;
      }

      .mvg_grid .mvg_box {
        flex: auto;
        width: calc((100% - 30px) / 3);
        /* width: calc(33% - 10px); */
      }


  /* hem */



/* Default hidden */
.others_farms {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Basic styling */
.others_farms_wrap {
    position: relative;
        margin-top: 15px;
}

/*.others_farms_wrap h3 {
    cursor: pointer;
    margin: 0;
}*/
.others_farms_wrap h3 {
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    background-color: red;
    padding: 5px 14px;
    display: inline;
    line-height: normal;
    display: inline-block;
    background: #ff7827;
    background: #f56610;
    
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
}




/* Desktop hover open */
@media (min-width: 992px) {

       .others_farms_wrap:hover .others_farms {
        display: block;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        background: #ff7827;
        padding: 15px;
                padding-bottom: 0;
        bottom: 35px;
        left: 0px;
                gap: 5px;
    }

.others_farms_wrap:hover .others_farms li {
    border-bottom: 1px solid #cccccc40;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.others_farms_wrap:hover .others_farms li:last-child {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.others_farms_wrap:hover .others_farms li a{
      color: #fff;
}

.others_farms_wrap:hover .others_farms li a:hover{
      color: #000;
}



}


/**/








      @media (min-width: 1200px) {
        #management-section h3.table-title {
          /*font-size: 2.25rem; */
          margin-top: 0;       
        }
      }

      @media only screen and (max-width: 1600px){
        .mvg_grid .mvg_box{width: calc((100% - 30px) / 2);}            
      }


      @media only screen and (max-width: 991px){
        .mvg_grid .mvg_box{width: calc((100% - 30px) / 2);}
      }


      @media only screen and (max-width: 991px){
        .home_video .slick-next:before, .home_video .slick-prev:before{font-size: 30px;}
      }

      @media only screen and (max-width: 576px){
        .mvg_grid .mvg_box{width: calc((100% - 30px) / 1);}
        .mvg_box .video-container .play-btn{width: 60px;height: 60px;}

        .video-container .play-btn::after{border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 15px solid #fff;}
      }