@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  overflow-x: hidden !important;
}
::-moz-selection {
  color: #fff;
  background: #18191b;
}
::selection {
  color: #fff;
  background: #18191b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}
p {
  font-family: "Raleway", sans-serif;
}
a {
  text-decoration: none;
  outline: none;
}

.bg-black-b {
  background-color: #18191b;
}
.bg-White-b {
  background-color: #fff;
}
.white-color {
  color: #fff;
}
.bcalk-color {
  color: #18191b;
}
.gray-color {
  color: #777777;
}
.tex-18 {
  font-size: 18px;
}
.tex-16 {
  font-size: 16px;
}
.tex-15 {
  font-size: 15px;
}
.tex-17 {
  font-size: 17px;
}
.tex-14 {
  font-size: 14px;
}
.tex-13 {
  font-size: 13px;
}
.tex-11 {
  font-size: 11px;
}
.read-hover-col:hover,
a.read-hover-col:hover {
  color: #c9203d;
}
/* Header */

header.main-header.sticky {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  animation-name: header-animation;
  animation-duration: 2s;
  box-shadow: 0px 1px 12px #8d8d8d;
}
header.main-header.sticky img.img-fluid.main-logo {
  width: 260px;
}
header.main-header.sticky .top-right-header-info {
  margin-top: 5px;
  font-size: 20px;
}
header.main-header.sticky .top-right-header-info .head_cap_tel {
  font-size: 15px;
  margin: 0 0px 5px;
}
header.main-header.sticky .top-right-header-info span {
  font-size: 10px;
  margin-bottom: 5px;
}
header.main-header.sticky .logo-link-bx span {
  font-size: 13px;
}
/* header top */

.logo-link-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
  span {
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Titillium Web", sans-serif;
  }
}

.tpright-nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

.tpright-nav > li {
  position: relative;
}

.tpright-nav > li:after {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tpright-nav > li:last-child:after {
  display: none;
}
.tpright-nav > li > a {
  color: #000000;
  font-size: 12px;
  margin: 8px 0;
  padding: 0 8px;
  display: inline-block;
}
.tpright-nav > li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
/* Header top end*/

/* Header Middle */
.top-header-right-box {
  display: flex;
  justify-content: flex-end;
}
.top-right-header-info {
  margin: 15px 0px 0px;
  float: none;
  padding: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Titillium Web", sans-serif;
}
.img_pls_msg {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
}
.top-right-header-info .head_cap_tel {
  font-size: 20px;
  margin-right: 0;
  font-weight: 600;
}
.top-right-header-info span {
  display: block;
  font-size: 14px;
  margin: 5px 0px 15px;
  letter-spacing: normal;
  font-weight: 400;
}
.cstm-marquee-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.cstm-marquee-container.promo > li {
  margin: auto;
  padding: 0;
  min-height: 40px;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  line-height: 1.1;
}
/* Header Middle end*/

/* Navbar */
.navber ul {
  list-style: none;
  float: left;
  margin: 0px !important;
  margin-bottom: 0px !important;
  padding: 0;
}
.navber ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 40px;
}
.navber ul > li > a {
  display: block;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 0 0px;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
  border: 3px solid transparent;
  font-family: "Titillium Web", sans-serif;
}
.navber ul ul > li > a {
  font-weight: 400;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.navber .for-nav > ul ul {
  width: 100%;
}
.for-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.for-nav ul li:hover .dropdown-menu {
  display: block;
  padding: 0px 30px 20px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 450px;
}
.for-nav ul li:hover .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.for-nav ul li:hover .dropdown-menu::-webkit-scrollbar-track {
  background-color: #ddd;
}
.for-nav ul li:hover .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #555;
  outline: 0;
}
.for-nav .dropdown-menu .menu-heading {
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  margin: 15px 0;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
}
.for-nav .dropdown-menu ul {
  margin: 0px;
  padding: 0px;
}
.for-nav .dropdown-menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
}
.for-nav .dropdown-menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
}
.for-nav li.submenu:hover > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c9203d;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.navber ul > li.submenu:hover > a {
  border-bottom: 3px solid #c9203d;
}
.for-nav .dropdown-menu ul li a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.for-nav .dropdown-menu ul li a {
  text-decoration: none;
  font-size: 16px;
  padding: 5px 8px !important;
  transition: all 0.5s ease;
  display: block;
  text-align: left !important;
  margin: 0px;
  text-transform: inherit;
  line-height: inherit;
}
.for-nav .dropdown-menu #swatches li a:hover {
  background: none;
  color: #000;
}
.for-nav .dropdown-menu ul li a img {
  margin-right: 10px;
}
.for-nav .dropdown-menu {
  left: 0;
}
.for-nav .dropdown-menu #swatches li a img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.for-nav .dropdown-menu #swatches li a img {
  max-width: 100%;
}
ul.navlist-left-menu > li {
  margin-left: 0 !important;
}
ul.navlist-right-menu > li {
  margin-right: 0 !important;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navber ul.navlist-right-menu > li {
  margin-left: 10px;
}
.navber ul.navlist-right-menu > li > a {
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 16px;
}
/*  Header */

/* banner */
.banner .align-items-v-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner .split-banner-image {
  width: 50%;
  float: left;
}

.split-banner-image-link {
  overflow: hidden;
  display: block;
  width: 100%;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.banner .split-banner-content {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 30px 60px 30px 30px;
}
#image-gallery {
  display: flex;
  li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.banner .split-banner-content h2,
.banner .split-banner-content .banner-heading,
.text-with-bg-block .banner-heading {
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5% 0;
  display: block;
  font-family: "Open Sans", sans-serif;
}

.banner .split-banner-content p,
.text-with-bg-block p {
  font-size: 28px;
  color: #fff;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.text-with-bg-block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.banner .btn-split-banner {
  cursor: pointer;
  line-height: normal;
  border-radius: 3px;
  text-transform: none;
  padding: 12px 25px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 8%;
  display: inline-block;
  background: #c9203d;
  transition: all 0.8s;
}

.banner .btn-split-banner:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.8s;
  opacity: 0.9;
}

.banner li.lslide {
  background: #121212;
}
.banner ul.lSPager.lSpg {
  display: none;
}

.banner a.lSPrev,
.banner a.lSNext {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.banner a.lSPrev {
  background-image: url(../images/ep_arrow-left.png);
}

.banner a.lSNext {
  background-image: url(../images/ep_arrow-right.png);
}

.banner-owl-theme.owl-theme .owl-nav button.owl-prev,
.banner-owl-theme.owl-theme .owl-nav button.owl-next {
  top: 48% !important;
  transform: translateY(-48%) !important;
}
.banner-btm-block {
  padding-top: 48px;
  padding-bottom: 48px;

  p {
    text-align: center;
  }
  h1 {
    text-transform: none;
  }
}
/* shop online */

.body-title-block h1,
.body-title-block h2,
.body-title-block h3,
.body-title-block h4,
.body-title-block h5 {
  font-size: 2rem;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0.8rem;
}

.body-title-block p {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.body-title-block h1:after,
.body-title-block h2:after,
.body-title-block h3:after,
.body-title-block h4:after,
.body-title-block h5:after {
  content: "";
  width: 60px;
  height: 2px;
  border-bottom: 2px dotted #666666;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

h2.prod-title {
  font-size: 20px;
}

a.prod-list p {
  color: #777777;
}

a.prod-list .top-img {
  height: 356px;
  overflow: hidden;
}

a.prod-list .top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.btnview-more {
  box-shadow: none;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  outline: none;
  border: 1px solid #777;
  padding: 6px 24px;
}

a.btnview-more:hover {
  box-shadow: none;
  border-radius: 0px;
  color: #333;
  text-decoration: none;
  outline: none;
  border: 2px solid;
}
/* WHY SHOP WITH US */

.why-shop .align-items-v-center {
  display: flex;
  align-items: center;
}

.why-shop .split-banner-image {
  width: 50%;
  float: left;
}

.why-shop .split-banner-content {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 30px;
}

#image-gallery2 li img {
  width: 100%;
}

.why-shop .split-banner-content h2,
.why-shop .split-banner-content .banner-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
  margin: 10px 0 40px 0;
  display: block;
}

.why-shop .split-banner-content p {
  font-size: 22px;
  color: #fff;
  line-height: normal;
  padding-left: 15px;
  padding-right: 15px;
}

.why-shop .btn-split-banner {
  cursor: pointer;
  line-height: normal;
  border-radius: 3px;
  text-transform: none;
  padding: 12px 25px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
  display: inline-block;
  background: #000000;
  transition: all 0.8s;
}

.why-shop .btn-split-banner:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.8s;
}

.why-shop li.lslide {
  background: #fc4c4f;
}

.why-shop ul.lSPager.lSpg {
  display: none;
}

.why-shop a.lSPrev,
.why-shop a.lSNext {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.why-shop a.lSPrev {
  background-image: url(../images/ep_arrow-left.png);
}

.why-shop a.lSNext {
  background-image: url(../images/ep_arrow-right.png);
}
/* What our customers say */

.wocs-style-slider .owl-stage {
  display: flex;
}

.wocs-style-slider .owl-item {
  position: relative;
}

.wocs-style-slider .owl-item:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
  background-color: #ddd;
}

.wocs-style-slider .cus-det.card {
  padding-left: 15px;
  padding-right: 15px;
}

.cus-det.card img {
  width: 120px;
  margin: 0 auto;
}

.jcarousel-wrapper {
  margin: 0px;
  border: none;
  box-shadow: none;
}

.what-our-customers-say .jcarousel ul li {
  padding: 10px;
}

.cus-det.card {
  border: 0px;
  border-radius: 0px;
}

.what-our-customers-say .jcarousel-pagination {
  bottom: -24px;
}

.what-our-customers-say .jcarousel-pagination a.active {
  background: #db0613;
}

.what-our-customers-say .jcarousel-pagination a {
  width: 24px;
  height: 6px;
  background: #c4c4c4;
  box-shadow: none;
}

.what-our-customers-say .cus-det .woc-title-block span {
  font-weight: 600;
  color: #18191b;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  display: block;
  margin-bottom: 0.5rem;
}

/* what-our-customers-say-bottom */

section.what-our-customers-say-bottom.my-4 a {
  font-weight: 600;
}

section.what-our-customers-say-bottom span.wocsa-title-head {
  font-weight: 400;
  color: #18191b;
  font-size: 2rem;
  font-family: "Titillium Web", sans-serif;
  display: block;
  margin-bottom: 1rem;
  line-height: 2.2rem;
}
/* Footer */

footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  li {
    list-style: none;
    margin-bottom: 10px;
  }
}

.socil-icon a img {
  width: 40px;
}

.ft-links-item h5 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #fff;
}

.ft-bottom-box p {
  margin-bottom: 0;
  font-family: "Titillium Web", sans-serif;
}
.ft-logo-item a,
.ft-logo-item p {
  font-family: "Titillium Web", sans-serif;
}
.ft-logo-item p {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #fff;
}

/* button */

a.btnview-more {
  position: relative;
  transition: all 0.8s;
}

a.btnview-more::before {
  content: "";
  transition: all 0.5s;
  border-top: 2px solid#db0613;
  border-right: 2px solid #db0613;
  -webkit-transform-origin: 100% 0%;
  transform: 100% 0%;
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 9;
  transform: scale(0);
  border-radius: 3px;
}

a.btnview-more::after {
  content: "";
  transition: all 0.5s;
  border-bottom: 2px solid #db0613;
  border-left: 2px solid #db0613;
  -webkit-transform-origin: 0% 100%;
  transform: 100% 0%;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 9;
  transform: scale(0);
  border-radius: 3px;
}

a.btnview-more:hover,
a.btnview-more:hover::after,
a.btnview-more:hover::before {
  transform: scale(1);
  transition: all 0.5s;
  color: #db0613;
}

.socil-icon a:hover {
  opacity: 0.8;
}

@keyframes header-animation {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

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

.contact-item {
  display: flex;
  min-height: 65px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  .bi {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #db0613;
  }
  .contact-item-info {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 65px);
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    h5 {
      font-weight: 600;
      font-size: 17px;
      color: #18191b;
      margin-bottom: 10px;
      text-transform: uppercase;
      span {
        font-size: 22px;
        text-transform: initial;
      }
    }
    p {
      word-break: break-word;
      color: #464545;
      font-size: 13px;
      margin-bottom: 0;
      margin-top: 7px;
    }
  }
}

.contactsubmit-btn .btn-submit {
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
  line-height: normal;
  border-radius: 3px;
  text-transform: none;
  padding: 12px 25px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #db0613;
  transition: all 0.8s;
  border-radius: 0;
}

.contactsubmit-btn .btn-submit:hover {
  opacity: 0.8;
}
.input-fields-item .form-control.textareaheight200 {
  height: 120px;
}
.has-float-label {
  display: block;
  position: relative;
}

.has-float-label label,
.has-float-label > span,
.has-float-label .form-control:focus ~ label,
.has-float-label .form-control ~ label,
.has-float-label .form-control:-webkit-autofill ~ label {
  position: absolute;
  cursor: text;
  font-size: 12px;
  color: #8e8e8e;
  text-transform: capitalize;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0.2em;
  left: 0;
  z-index: 3;
  line-height: 1;
  margin-bottom: 0;
}

.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.has-float-label .form-control::-moz-placeholder {
  opacity: 0;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.has-float-label
  .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 15px;
  color: #8e8e8e;
  text-transform: capitalize;
  top: 1.2em;
}

.has-float-label .form-control:focus {
  box-shadow: none;
}

.input-fields-item .form-control {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  padding-top: 20px;
  color: #000;
  font-family: "Titillium Web", sans-serif;
}

.input-fields-item {
  margin-bottom: 20px;
}

.input-fields-item.has-float-label
  .form-control:placeholder-shown:not(:focus)
  + * {
  font-size: 15px;
  font-weight: 500;
  color: #8e8e8e;
  text-transform: capitalize;
  left: 0.75rem;
}

.input-fields-item.has-float-label label,
.has-float-label > span,
.input-fields-item.has-float-label .form-control:focus ~ label,
.input-fields-item.has-float-label .form-control ~ label,
.input-fields-item.has-float-label .form-control:-webkit-autofill ~ label {
  top: 1em;
  left: 0.75rem;
}

.input-fields-item.has-float-label .form-control:focus ~ label span.required {
  font-size: 19px;
}

.input-fields-item.has-float-label label span.required {
  color: #db0613;
  line-height: 0;
  vertical-align: middle;
}

.has-float-label
  .form-control:placeholder-shown:not(:focus)
  + label
  span.required {
  font-size: 26px;
}

.input-fields-item.has-float-label label span.required {
  font-size: 19px;
}

.breadcrumb a,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb .breadcrumb-item.active {
  color: #292929;
}

.breadcrumb a:hover {
  color: #db0613;
}

.contact-header-info h1 {
  margin-bottom: 0;
  text-align: left;
}

.contact-header-info p {
  color: #333;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.contact-form-title {
  margin-bottom: 20px;
}

.contact-form-title h4 {
  font-weight: 600;
  font-size: 18px;
  color: #18161b;
  text-transform: inherit;
  margin-bottom: 0;
}

.contact-form-title p {
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.custom-owl-theme.owl-theme .owl-nav button.owl-prev,
.custom-owl-theme.owl-theme .owl-nav button.owl-next {
  background-color: transparent;
  opacity: 1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 33%;
  transform: translateY(-33%);
  background-position: center;
  background-repeat: no-repeat;
}

.custom-owl-theme.owl-theme .owl-nav button.owl-prev.disabled,
.custom-owl-theme.owl-theme .owl-nav button.owl-next.disabled {
  opacity: 0.5;
}

.custom-owl-theme.owl-theme .owl-nav button.owl-prev {
  background-image: url("../images/ep_arrow-left.png");
  left: 10px;
}

.custom-owl-theme.owl-theme .owl-nav button.owl-next {
  background-image: url("../images/ep_arrow-right.png");
  right: 10px;
}

.custom-owl-theme.owl-theme .owl-nav [class*="owl-"] {
  cursor: pointer;
}

.custom-owl-theme.owl-theme .owl-nav button.owl-prev:hover,
.custom-owl-theme.owl-theme .owl-nav button.owl-next:hover {
  opacity: 1;
}

.custom-owl-theme.owl-theme .owl-nav button:focus {
  outline: 0;
}

.custom-owl-theme.owl-theme.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.custom-owl-theme.owl-theme .owl-dots {
  text-align: center;
  padding-top: 15px;
}

.custom-owl-theme.owl-theme .owl-dots button.owl-dot {
  width: 14px;
  height: 6px;
  background: #c4c4c4;
  border-radius: 5px;
  display: inline-block;
  margin: 0 4px;
}

.custom-owl-theme.owl-theme .owl-dots button.owl-dot.active {
  background: #db0613;
}

.custom-owl-theme.owl-theme .owl-dots button.owl-dot:focus {
  outline: none;
}

.why-shop-items {
  text-align: center;
}

.why-shop-info h5,
.why-shop-info span.why-shop-head {
  margin: 10px 0;
  display: block;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
}

.why-shop-info > p {
  font-size: 14px;
  padding: 0 35px;
  color: #777777;
  margin-bottom: 0;
}

.shutter-listing {
  margin: 30px 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  @media (max-width:1024px) {
    margin: 10px 0;
  }
}

.shutter-listing {
  li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 20px;
    font-weight: 600;
    i{
      font-size: 16px;
      margin-right: 5px;
    }
    @media (max-width:1024px) {
      margin: 0 0 10px 0;
      display: block;
    }
  }
  li:last-child{
    @media (max-width:1024px) {
      margin: 0 0 0 0;
    }
  }
}


.request-btn {
  background: #e74f58;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 25px;
  color: #fff;
  display: inline-block;
}

.contact-help-info h5 {
  color: #18191b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-help-info p {
  color: #464545;
  font-size: 15px;
  line-height: 22px;
}

.c-border-left {
  border-left: 1px dashed rgb(150, 150, 150);
  padding-left: 1.5rem;
  height: 100%;
}

.check-item-block {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ced4da;
  padding: 10px 10px 10px 44px;
}

.check-item-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-item-block .checkmark {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.check-item-block:hover input ~ .checkmark {
  background-color: #ced4da;
}

.check-item-block input:checked ~ .checkmark {
  background-color: #db0613;
  border-color: #db0613;
}

.check-item-block .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-item-block input:checked ~ .checkmark:after {
  display: block;
}

.check-item-block .checkmark:after {
  left: 10px;
  top: 3px;
  width: 9px;
  height: 17px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.get-quote-check-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.get-quote-check-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.appointment-time > h4 {
  margin-bottom: 8px;
}

.appointment-time > p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.ui-datepicker {
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 3 !important;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #db0613;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #555;
  margin-bottom: 5px;
  font-size: 14px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 40px;
  font-size: 15px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: #db0613;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  color: #ffffff;
  background-color: #db0613;
  border-radius: 50px;
}

.ui-state-active {
  color: #ffffff;
  background-color: #db0613;
  border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #b1b1b1;
  border: 2px solid transparent;
}

.input-fields-item.appointment-input-fields {
  position: relative;
}

.input-fields-item.appointment-input-fields .form-control {
  padding-top: 0.375rem;
}

.input-fields-item.appointment-input-fields button {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border: 0;
  font-size: 20px;
  width: 50px;
  color: #db0613;
}

.appointment-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.appointment-row .appointment-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.appointment-frm-label {
  width: 125px;
  margin-top: 14px;
  font-weight: 500;
  font-size: 15px;
}

.appointment-frm-label .required {
  color: #db0613;
  font-size: 26px;
  line-height: 0;
  vertical-align: middle;
}

.error-text {
  font-weight: 600;
  font-size: 13px;
  margin-top: 3px;
}

.border-dashed-verticle {
  border-left: 1px dashed rgb(150, 150, 150);
  height: 100%;
}

.padd-left15 {
  padding-left: 1.5rem;
}

.padd-right15 {
  padding-right: 1.5rem;
}

.cust-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  min-height: 300px;
}

.cust-gallery li {
  width: 25%;
  padding: 5px;
  position: relative;
  list-style: none;
}

.cust-gallery .gallery_product a {
  overflow: hidden;
  position: relative;
  display: block;
}

.cust-gallery .gallery_product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cust-gallery .gallery_product .gallery_hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.81);
  visibility: visible;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  z-index: 9;
}

.cust-gallery .gallery_product .gallery_hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  font-size: 34px;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
}

.cust-gallery .gallery_product:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cust-gallery .gallery_product:hover a img {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.cust-gallery .gallery_product a img {
  display: block;
  width: 100%;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.dt-image-thumb-style li.lslide img {
  width: 100%;
  min-height: 555px;
  max-height: 555px;
}

.gallery-filter-list li {
  width: 25%;
}

.no-record-found {
  text-align: center;
  color: red;
}

.h-logo-bx {
  display: flex;
}

.apnt-frm-mb-20,
.apnt-title-mb-20 {
  margin-bottom: 20px !important;
}

.alert-success {
  color: #4caf50;
  background-color: #ffffff;
  border-color: #4caf50;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.alert-success a {
  color: #006400;
  font-weight: bold;
  text-decoration: underline;
}

h3.prod-title {
  font-size: 20px;
}

span.view_less_randCat b,
span.view_more_randCat b {
  white-space: nowrap;
  cursor: pointer;
}

.back-to-top {
  background: #fff;
  border: 1px solid #ddd;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 20px;
  border-radius: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.back-to-top:hover {
  background: #d10313;
  border-color: #d10313;
  color: #fff;
  border-radius: 50%;
}

.back-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.dt-image-thumbslider .lSSlideOuter .lSPager.lSGallery li {
  padding: 4px;
  border: solid 1px #fff;
}

.dt-image-thumbslider .lSSlideOuter .lSPager.lSGallery li.active,
.dt-image-thumbslider .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0px;
  border: solid 1px #000;
}

.dt-image-thumbslider .lSSlideOuter .lSPager.lSGallery img {
  min-height: 97px;
  max-height: 97px;
  width: 100%;
}

.dt-image-thumbslider a.lSPrev {
  background-image: url(../images/ep_arrow-left.png);
}

.dt-image-thumbslider a.lSNext {
  background-image: url(../images/ep_arrow-right.png);
}

.dt-image-thumbslider a.lSPrev,
.dt-image-thumbslider a.lSNext {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  width: 50px;
  height: 50px;
  visibility: hidden;
}

.dt-image-thumbslider .lSSlideWrapper:hover a.lSPrev,
.dt-image-thumbslider .lSSlideWrapper:hover a.lSNext {
  visibility: visible;
}

.dt-padd-left-20 {
  padding-left: 20px;
}

.pbc-image-thumbSlider ul > li img {
  width: 100%;
  max-width: 100%;
}

.pbc-image-thumbSlider
  .dt-image-thumbslider
  .lSSlideOuter
  .lSPager.lSGallery
  img {
  min-height: inherit !important;
  max-height: inherit !important;
}

.shop-online .mb-shop-online-items {
  margin-bottom: 30px;
}

.shop-online .mb-shop-online-items .prod-cont h2,
.shop-online .related-product-items .prod-cont h2,
.best-selling .item .prod-cont h2,
.shop-online .mb-shop-online-items .prod-cont h3,
.shop-online .related-product-items .prod-cont h3,
.best-selling .item .prod-cont h3 {
  font-size: 20px;
}

.pbc-product-contents p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bookappoinment-btn {
  display: inline-block;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid transparent;
  font-family: "Titillium Web", sans-serif;
  transition: 0.3s;
  min-width: 185px;
}
.bookappoinment-btn:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #c9203d;
  z-index: -1;
  transition: 0.35s;
}
.bookappoinment-btn:hover:before,
.bookappoinment-btn:focus:before {
  width: 100%;
}
.bookappoinment-btn:hover,
.bookappoinment-btn:focus {
  color: #fff !important;
  border-color: #c9203d !important;
}

.cont-l-img-block img {
  width: 100%;
}

.cont-l-form-block {
  padding: 1.5rem;
  border: 1px solid #ccc;
  height: 100%;
}

.textareaheightouto {
  height: inherit !important;
}

.cms-img-block-left,
.pbc-img-block-left,
.pbc-image-thumbSlider {
  float: left;
  width: 41.66666667%;
  margin-right: 2rem;
}

.cms-img-block-right,
.pbc-img-block-right {
  float: right;
  width: 41.66666667%;
  margin-left: 2rem;
}

.cms-content-block-l ol,
.cms-content-block-l ul,
.pbc-product-contents ol,
.pbc-product-contents ul,
.shutter-right-part ol,
.shutter-right-part ul {
  display: flow-root;
}

.cms_content ul li {
  margin-bottom: 10px;
}

.tmp-one-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
}

.tmp-one-item .tmp-one-top-bx a img {
  max-width: 100%;
  width: 100%;
}

.tmp-one-item .tmp-one-item-content h2 {
  font-size: 20px;
  text-align: center;
  color: #18191b;
}

.tmp-one-item .tmp-one-item-content h2 a,
.tmp-bottom-content a {
  color: #18191b;
}

.tmp-one-item .tmp-one-item-content h2 a:hover,
.tmp-bottom-content a:hover {
  color: #c9203d;
}

.tmp-one-item .tmp-one-button .button-custom-black {
  cursor: pointer;
  background: #000000;
  line-height: normal;
  border-radius: 4px;
  text-transform: none;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 318px;
  text-align: center;
  margin-top: 0.5rem;
}

.tmp-two-item-mrt-40 {
  margin-bottom: 40px;
}

.tmp-two-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.tmp-two-item .tmp-two-top-bx img {
  max-width: 100%;
  width: 100%;
}

.tmp-two-item .tmp-two-top-bx h2 {
  font-size: 20px;
  text-align: center;
  color: #18191b;
  margin-bottom: 10px;
}

.tmp-two-item .tmp-two-top-bx h2 a {
  color: #18191b;
}

.tmp-two-item .tmp-two-top-bx h2 a:hover {
  color: #c9203d;
}

.tmp-two-item .tmp-two-item-content {
  margin-top: 10px;
}

.tmp-two-item .btn-shop-outer {
  text-align: center;
}

.tmp-two-item .btn-shop-outer .btn-shop-perfect {
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  width: 270px;
  text-align: center;
  margin: auto;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 500;
}

.tmp-three-item ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.tmp-three-item ul li::before {
  content: "\f633";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4caf50;
  position: absolute;
  left: -28px;
  top: 2px;
  font-size: 17px;
}

.gallary-menu-accordion .accordion-item {
  border-color: transparent;
}

.gallary-menu-accordion .accordion-item .accordion-button {
  padding: 0 0 0 18px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  color: #474b4d;
}

.gallary-menu-accordion .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.gallary-menu-accordion .accordion-item .accordion-button:hover {
  color: #636363;
}

.gallary-menu-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #474b4d;
  background-color: transparent;
  box-shadow: none;
}

.gallary-menu-accordion .accordion-item .accordion-button::after {
  background-image: none;
  border-left: 8px solid #9a9a9a;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gallary-menu-accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  transform: rotate(-150deg);
}

.gallary-menu-accordion .accordion-body {
  padding: 0;
}

.gallary-menu-accordion .accordion-body ul {
  border: 0;
  margin: 0;
  padding: 0;
  display: list-item;
  list-style-type: none;
}

.gallary-menu-accordion .accordion-body ul li {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
}

.gallary-menu-accordion .accordion-body ul li a {
  display: block;
  padding: 6px 10px 6px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
}

.gallary-menu-accordion .accordion-body ul li a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  color: #313131;
}

.flex-455-menu {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 455px);
}

.ctg-block-1 .ctg-left-bx img {
  width: 100%;
}

.ctg-banner-block .ctg-banner-item {
  overflow: hidden;
  position: relative;
}

.ctg-banner-block .ctg-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  min-height: 500px;
}

.ctg-banner-block .ctg-banner-item .ctg-banner-block-caption {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 25px;
  padding-bottom: 190px;
  width: 1100px;
  max-width: 100%;
}

.ctg-banner-block
  .ctg-banner-item
  .ctg-banner-block-caption
  .ctg-banner-block-title {
  text-shadow: 0 0 6px rgb(0 0 0 / 20%);
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Titillium Web", sans-serif;
}

.ctg-banner-block
  .ctg-banner-item
  .ctg-banner-block-caption
  .ctg-banner-block-description
  p {
  text-shadow: 0 0 6px rgb(0 0 0 / 20%);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}

.ctg-block-lf {
  display: flex;
}

.ctg-block-lf .ctg-block-lf-content {
  padding: 60px;
  min-height: 280px;
  height: auto;
  position: relative;
  flex: 1;
}

.ctg-block-lf .ctg-block-lf-content p,
.ctg-block-2-lf .ctg-block-2-lf-content p {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 500;
}

.ctg-block-lf .ctg-block-lf-image {
  min-height: 280px;
  height: auto;
  position: relative;
  flex: 2;
}

.ctg-block-lf .ctg-block-lf-image img {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.txt-color-black {
  color: #000;
}

.ctg-block-head-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.ctg-block-head-title h4 {
  font-size: 2rem;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0.8rem;
}

.ctg-block-head-title h4:after {
  content: "";
  width: 60px;
  height: 2px;
  border-bottom: 2px dotted #666666;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.ctg-block-head-title p {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.ctg-block-2-lf {
  display: flex;
  position: relative;
  min-height: 480px;
}

.ctg-block-2-justify-start {
  justify-content: flex-start;
}

.ctg-block-2-justify-end {
  justify-content: flex-end;
}

.ctg-block-2-lf .ctg-block-2-lf-content {
  padding: 60px;
  min-height: 280px;
  height: auto;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.ctg-block-2-lf .ctg-block-2-lf-content.position-left-0 {
  left: 0;
}

.ctg-block-2-lf .ctg-block-2-lf-content.position-right-0 {
  right: 0;
}

.ctg-block-2-lf .ctg-block-2-lf-image {
  width: 100%;
  min-height: 280px;
  height: auto;
}

.ctg-block-2-lf .ctg-block-2-lf-image:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
}

.ctg-block-2-lf .ctg-block-2-bg-pl:before {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0) 100%
  );
}

.ctg-block-2-lf .ctg-block-2-bg-pr:before {
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0) 100%
  );
  right: 0;
}

.ctg-block-2-lf .ctg-block-2-lf-image img {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctg-block-3-lf {
  display: flex;
  position: relative;
  min-height: 480px;
}

.ctg-block-3-lf .ctg-block-3-lf-content {
  padding: 60px;
  min-height: 280px;
  height: auto;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.ctg-block-3-lf .ctg-block-3-lf-content p {
  margin-bottom: 8px;
  font-weight: 500;
}

.ctg-block-3-lf .ctg-block-3-lf-content.position-left-0 {
  left: 0;
}

.ctg-block-3-lf .ctg-block-3-lf-content.position-right-0 {
  right: 0;
}

.ctg-block-3-lf .ctg-block-3-lf-image {
  width: 100%;
  min-height: 280px;
  height: auto;
}

.ctg-block-3-lf .ctg-block-3-lf-image img {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctg-cmn-btn-1 {
  padding: 5px 18px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid;
  border-color: transparent;
  font-weight: 600;
  border-radius: 2px;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  margin: 6px 0;
  line-height: 26px;
  height: 40px;
  display: inline-block;
}

.ctg-btn-color-1 {
  border-color: #fff;
  color: #fff;
}

.ctg-btn-color-1:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.ctg-banner-2-block .ctg-banner-2-item {
  height: 50vh;
  overflow: hidden;
  position: relative;
}

.ctg-banner-2-block .ctg-banner-2-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.ctg-banner-2-block .ctg-banner-2-item .ctg-banner-block-2-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px;
}

.ctg-banner-2-block .ctg-banner-2-item .ctg-banner-block-2-caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  width: 100%;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: -1;
}

.ctg-banner-2-block .ctg-banner-2-item .ctg-banner-block-2-caption .title {
  font-weight: 600;
  font-size: 20px;
  color: #fff !important;
}

.ctg-banner-2-block
  .ctg-banner-2-item
  .ctg-banner-block-2-caption
  .sub-title
  p {
  font-weight: 600;
  font-size: 16px;
  color: #fff !important;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-prev,
.ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-next {
  height: 50px;
  width: 30px;
}

// .ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-prev {
//   left: 1rem;
//   background-image: url("../images/arrow-1.svg");
// }

// .ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-next {
//   right: 1rem;
//   background-image: url("../images/arrow-2.svg");
// }
.ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-prev {
  left: 1rem;
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff !important;
  opacity: 1;
}
.ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-next {
  right: 1rem;
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff !important;
  opacity: 1;
}
.ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-prev::before{
  content: "\f12f";
  font-family: bootstrap-icons !important;
  color: #333;
  background-image: none;
  line-height: 32px;
}
.ctgbanner-item-slider-2.custom-owl-theme.owl-theme .owl-nav button.owl-next::before{
  content: "\f138";
  font-family: bootstrap-icons !important;
  color: #333;
  background-image: none;
  line-height: 32px;
}
.ctg-faq-heading {
  margin-bottom: 15px;
  font-size: 1.75rem;
}

.ctg-faq-accordion.accordion-flush .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  font-size: 16px;
}

.ctg-faq-accordion.accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: #999;
}

.ctg-faq-accordion.accordion-flush
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

.ctg-faq-accordion.accordion-flush .accordion-item .accordion-body {
  padding: 0 0 1rem 0;
  color: #000;
}

.ctg-faq-accordion.accordion-flush {
  border-top: 1px solid #999;
}

.ctg-faq-accordion.accordion-flush .accordion-item {
  border-bottom: 1px solid #999;
}

.ctg-faq-accordion.accordion-flush .accordion-item .accordion-button::after {
  content: "\f64d";
  background-image: none;
  background-repeat: no-repeat;
  background-color: #000;
  border-radius: 50%;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.25rem;
}

.ctg-faq-accordion.accordion-flush
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  content: "\f63b";
  transform: inherit;
}

.ctg-back-btn-chevron {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 50px;
  display: block;
  margin: 50px auto 0 auto;
  cursor: pointer;
  z-index: 2;
  animation: moveUpDown 8s 1s infinite;
}

.ctg-back-btn-chevron:after {
  content: "\f27e";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(30%);
  }

  15% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(30%);
  }

  30% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(30%);
  }

  45% {
    transform: translateY(0);
  }
}

.ft-top-block {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgb(255, 255, 255, 0.25);
}

.ft-top-block .ft-block-title {
  font-size: 32px;
  color: #fff;
  line-height: 1.1;
}

.ft-top-block a {
  color: #fff;
  margin-top: 0.5rem;
  display: inline-block;
}

.featuredin-logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.featuredin-logo-item img {
  max-height: 80px;
  max-width: 100%;
}

#featured-in-itemslider.owl-carousel {
  display: flex;
  justify-content: center;
}

#dynamictabstrp {
  scroll-margin: 48px;
}

.ctg-banner-block-btns .btn {
  margin-top: 1rem;
  cursor: pointer;
  text-transform: none;
  padding: 12px 20px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #db0613;
  transition: all 0.8s;
  border-radius: 0;
  border: 0;
}

.ctg-banner-block-btns .btn:hover {
  opacity: 0.8;
}

.ctgm-banner-item {
  margin-bottom: 1.2rem;
}

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

.ctgm-banner-item .ctgm-bannerimgvideo-item {
  height: 50vh;
  overflow: hidden;
  position: relative;
}

.ctgm-banner-item .ctgm-bannerimgvideo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.ctgm-banner-item .ctgm-banner-block-caption {
  margin-top: 0.7rem;
}

.ctgm-banner-item .ctgm-banner-block-caption .title {
  font-weight: 600;
  font-size: 16px !important;
  color: #000 !important;
}

.ctgm-banner-item .ctgm-banner-block-caption .sub-title p {
  font-weight: 600;
  font-size: 14px !important;
  color: #000 !important;
  margin-top: 0.2rem;
  margin-bottom: 0;
}

.bor-home-item-slider.owl-theme .owl-nav button.owl-prev,
.bor-home-item-slider.owl-theme .owl-nav button.owl-next {
  background-color: transparent;
  opacity: 1;
  width: 14px;
  height: 24px;
  position: absolute;
  top: calc(50% - 20px) !important;
  transform: translateY(-50%) !important;
  background-position: center;
  background-repeat: no-repeat;
}

.bor-home-item-slider.owl-theme .owl-nav button.owl-prev {
  background-image: url("../images/arrow-left.png");
  left: -30px;
}

.bor-home-item-slider.owl-theme .owl-nav button.owl-next {
  background-image: url("../images/arrow-right.png");
  right: -30px;
}

.header-title-block {
  font-size: 2rem;
}

.header-title-block h1 {
  font-size: inherit;
}

.home-prod-item-block .top-img img {
  max-width: 100%;
  width: 100%;
}

.blink.blink_speed_1 {
  animation: blinker 1s linear infinite;
}
.blink.blink_speed_2 {
  animation: blinker 2s linear infinite;
}
.blink.blink_speed_3 {
  animation: blinker 3s linear infinite;
}

/* shuttrs-page-css */
.shuuters-desc-area p:last-child {
  margin-bottom: 0;
}
.shutters-image-area figure,
.shutteers-img {
  margin-bottom: 0;
}
.shutters-image-area figure img,
.shutteers-img img {
  width: 100%;
}
.shutters-desc h2 {
  margin-bottom: 20px;
}
.shutters-desc ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}
.alterbg__sec--info ul li {
  width: 50%;
  max-width: 50%;
}
.cms_12_content ul li {
  width: 33%;
  max-width: 33%;
}
.shutters-desc ul li,
.alterbg__sec--info ul li {
  padding-left: 27px;
  margin-bottom: 9px;
  position: relative;
  list-style: none;
}
.shutters-desc ul li:last-child,
.alterbg__sec--info ul li:last-child {
  margin-bottom: 0;
}
.shutters-desc ul li:before,
.alterbg__sec--info ul li::before {
  position: absolute;
  content: "\F272";
  font-family: bootstrap-icons !important;
  left: 0;
  font-weight: 600;
  font-size: 18px;
  top: 2px;
  color: green;
}
.shuuters-desc-area h4 {
  font-weight: 600;
}
.shutters-accordion {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.shutteers-img {
  margin-top: 10px;
}
.consulation-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
  background: #ff5733;
  font-family: "Titillium Web", sans-serif;
  transition: 0.3s;
  min-width: 185px;
  border: 1px solid #ff5733;
}
.consulation-btn:hover {
  color: #ff5733;
  background: transparent;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.bor-home-item-slider .owl-stage {
  display: flex;
}
.bor-home-item-slider .owl-stage .owl-item > div {
  height: 100%;
}
.bor-home-item-slider .owl-stage .owl-item > div .range-dicount-area {
  height: calc(100% - 40px);
}
.range-dicount-area {
  background: #ff5733;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.range-dicount-area > span {
  color: #fff;
  font-size: 30px;
  margin-bottom: 22px;
  text-align: center;
}
.range-dicount-area h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 55px;
  margin-bottom: 15px;
  text-align: center;
}
.card_template_1 .template-style2-bg {
  text-align: center;
}
.card_template_2 .template-style2-bg {
  position: relative;
  min-height: 35%;
  margin-bottom: 8px;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.range-dicount-area h3 span {
  display: block;
}
.range-dicount-area p {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.range-dicount-area .range-discount-button {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
  min-width: 150px;
  text-align: center;
}

/* second dicount style */
.range-dicount-area.card_template_2 {
  background: #f7f7f7 !important;
  position: relative;
  overflow: hidden;
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
}
.range-dicount-area.card_template_2 a > span {
  font-size: 24px;
  margin-bottom: 10px;
}
.range-dicount-area.card_template_2 h3 {
  font-size: 54px;
  line-height: 1;
}
.card_template_2 .template-style2-bg > span {
  margin-bottom: 12px;
}
.range-dicount-area.card_template_2 > span {
  color: #fff;
  text-transform: uppercase;
}
.range-dicount-area.card_template_2 h3 span {
  display: block;
  color: #fff;
  font-size: 75px;
  margin-bottom: 0px;
  line-height: 1;
}
.range-dicount-area.card_template_2 p {
  color: #000;
  min-height: 30px;
  margin-bottom: 60px;
}

/* third discount style */
.range-dicount-area.card_template_3 {
  background: #f8f8f8 !important;
  box-shadow: -1px 5px 12px rgb(148 148 148 / 20%);
  position: relative;
  padding-bottom: 60px;
}
.range-dicount-area.card_template_3 .template-style2-bg {
  text-align: center;
}
.range-dicount-area.card_template_3 .template-style2-bg > span {
  margin-bottom: 10px;
  display: inline-block;
}
.range-dicount-area.card_template_3 > span {
  font-size: 16px;
  font-weight: 500;
  background: #ff5733;
  width: fit-content;
  display: inline-block;
  padding: 15px 10px;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 30px 0 0 30px;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.range-dicount-area.card_template_3 h3,
.range-dicount-area.card_template_3 p {
  color: #000;
}
.range-dicount-area.card_template_3 h3 span {
  font-size: 55px;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #ff5733;
  box-shadow: 1px 4px 14px rgb(110 110 110 / 25%);
}
.range-dicount-area.card_template_3 h3 {
  font-size: 38px;
}
.range-dicount-area.card_template_3 > span {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.range-dicount-area.card_template_3 .range-discount-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
/* discount style4 */
.range-dicount-area.card_template_4 .template-style2-bg {
  text-align: center;
}
.range-dicount-area.card_template_4 {
  justify-content: flex-start;
  position: relative;
  padding-bottom: 60px;
}
.range-dicount-area.card_template_4 > span {
  position: static;
  top: 41px;
  left: 0;
  right: 0;
  color: #ff5733;
  background: #fff;
  line-height: 1;
  padding: 12px 20px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 4px;
}
.range-dicount-area.card_template_4 h3 span {
  position: static;
  display: block;
}
.range-dicount-area.card_template_4 h3 {
  text-align: center;
  font-size: 60px;
  padding-left: 0;
  padding-top: 20px;
  line-height: 1;
}
.card_template_2 .semi-circle-style {
  position: absolute;
  left: 50%;
  top: -60px;
  right: 0;
  width: 600px;
  min-height: calc(100% + 60px);
  background: red;
  z-index: -1;
  border-radius: 50%;
  transform: translateX(-50%);
}

/* alterpage-area-start */
.alter__page--info.shutters-desc h2 {
  font-weight: 600;
}
.alter__page--img {
  margin-bottom: 0;
}
.alter__page--img img {
  width: 100%;
  border-radius: 6px;
}
.items-center .row {
  align-items: center;
}
.image_text--position-change .row .col-lg-6:first-child {
  order: 2;
}
.image_text--position-change .row .col-lg-6:nth-child(2) {
  order: 1;
}
.alter__page--info.shutters-desc ul li:before {
  color: #007514;
}
.range-dicount-area.card_template_2 .range-discount-button,
.range-dicount-area.card_template_4 .range-discount-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
/* alter-bg-page */
.alterbg__sec--img {
  margin: 0;
  height: 100%;
}
.alterbg__sec--img img {
  height: 100%;
  object-fit: contain;
}
.alter__old_area .alterbg__sec--img img {
  object-fit: cover;
}
.alterbg__sec--img img {
  width: 100%;
}
.alterbg__sec--info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 50px);
  margin-top: 25px;
  padding: 40px;
  background: #d0e5df;
}
.alterbg__sec--info h2 {
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.1;
}
.alter-col .col-lg-6:first-child {
  order: 2;
}
.alter-col .col-lg-6:last-child {
  order: 1;
}
.alter__old_area .alterbg__sec--info {
  height: 100%;
  margin: 0;
}
.alterbg__sec--info ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.ctg-banner-block-description {
  line-height: 1.1;
}
/* benifites-area-start */
.beniftes_area {
  padding: 0 0 48px 0;
}
.benifites-card {
  background: #eee;
  padding: 30px;
  text-align: center;
  min-height: 300px;
  height: 100%;
  position: relative;
  padding-bottom: 62px !important;
}
.benifites-card li,
.benifites-card p {
  text-align: justify;
}
.benifites-card .btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  max-width: 200px;
  border: 1px solid #fff;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.benifites-card .btn:before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  transition: 0.5s;
  /* opacity: 0; */
}
.benifites-card .btn:after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  transition: 0.5s;
  /* opacity: 0; */
}
.benifites-card .btn:hover:after,
.benifites-card .btn:hover:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.benifites-card .btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.benifites-card h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

/* new-home-page-area-strat */
.category_range--area .owl-stage {
  display: flex;
  justify-content: center;
}
.category_area {
  padding: 48px 0;
  background: #f5f5f5;
}
.single_category {
  position: relative;
  background: #fff;
  height: 100%;
}
.single_category figure {
  margin: 0;
}
.single_category figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.category-button {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  top: -11px;
}
.category-button span {
  padding: 11px 25px;
  color: #003059;
  background-color: #dfff57;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
.category-info {
  padding: 10px 25px 40px;
  text-align: center;
}
.category-info h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.category-info > a {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  bottom: 20px;
  font-family: "Titillium Web", sans-serif;
}
.category-info > a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s;
  right: auto;
}
.category-info > a:hover:before {
  width: 100%;
  right: 0;
  left: inherit;
}

/* catgory-range-area */
.category_range--area {
  padding: 48px 0;
}
.category_range--area.what-next-area {
  padding-top: 0;
  padding-bottom: 0;
}
.category_range--title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.category_range--title h2 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: capitalize;
}
.category_range--title p {
  margin-top: 10px;
}
.category_range--card figure {
  margin: 0;
}
.category_range--card figure {
  background: #fff;
}
.category_range--card figure img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.category_range--card--info {
  padding: 20px 20px 40px;
}
.category_range--card--info h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
}
.category_range--card--info p {
  margin-bottom: 15px;
}
.category_range--card--info > a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  left: 20px;
  position: absolute;
  bottom: 20px;
  letter-spacing: 1px;
  width: fit-content;
  font-family: "Titillium Web", sans-serif;
}
.category_range--card--info > a:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
.category_range--card--info > a:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.category_range--card {
  height: 100%;
  background: #f5f5f5;
  position: relative;
}

/* spring-area-start */
.spring__area {
  background: #f5f5f5;
}
.spring__area .category_range--card figure img {
  height: 250px;
}
.spring__area .category_range--card {
  background: #fff;
}

/* clients-feedback-start */
.clients_feedback-area > h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}
.single_feedback h3 {
  font-size: 22px;
  font-weight: 600;
}
.single_feedback p {
  font-size: 15px;
  line-height: 1.6;
}
.clients_feed-img > img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.clients_area {
  padding: 48px 0;
}

/* promotional_area-start */
.promotional_main {
  padding: 48px 0;
  overflow-x: hidden;
}
.promotional_area {
  padding: 0 0 45px 0;
}
.promotional_area:last-child {
  padding-bottom: 0px;
}
.promotional_img img {
  width: 100%;
}
.promotional_cont {
  padding: 40px 30px;
}
.promotional_cont h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 30px;
}
.promotional_cont .bookappoinment-btn {
  border-color: #ccc;
}

.promo-alter .col-lg-6:first-child {
  order: 2;
}
.promo-alter .col-lg-6:nth-child(2) {
  order: 1;
}

.what-next-area .category_range--card--info {
  text-align: center;
}
.what-next-area .category_range--card figure img {
  height: auto;
  object-fit: cover;
  background: #fff;
  width: 100%;
}
.what-next-area .category_range--card--info > a {
  margin: 0 auto;
  right: 0;
  left: 0;
  width: fit-content;
  font-family: "Titillium Web", sans-serif;
}
.owl-carousel-style .owl-prev {
  background-color: rgba(46, 44, 44, 0.7) !important;
  left: -50px !important;
  border-radius: 50%;
  background-size: 20px;
}
.owl-carousel-style .owl-next {
  background-color: rgba(46, 44, 44, 0.7) !important;
  right: -50px !important;
  border-radius: 50%;
  background-size: 20px;
}
.client_ratig > div i {
  color: #00b67a;
  font-size: 24px;
  margin-right: 2px;
}
.client_ratig ul {
  padding: 0;
  list-style: none;
  margin-top: 8px;
}
.client_ratig ul li {
  display: inline-block;
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #ccc;
  line-height: 1;
}
.client_ratig ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid #ccc;
}
.clients_feed-img {
  padding-left: 50px;
}
.custom-owl-theme.owl-theme.owl-carousel-style .owl-nav button.owl-prev,
.custom-owl-theme.owl-theme.owl-carousel-style .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background-size: 15px !important;
  background: #fff !important;
  border: 1px solid #333;
}
.category-carousel .owl-stage {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.gallerpp--top.pp_top .pp_middle {
  height: auto;
  left: 0px;
  position: static;
  right: 0px;
  padding: 5px 10px;
}
.pp_top.gallerpp--top {
  height: 30px;
  background: #fff;
  overflow-x: hidden;
}

.mobile-filter {
  width: 35px;
  height: 32px;
  line-height: 32px;
  background: #ccc;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: none;
}

.pp_description {
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  margin-top: 0px !important;
}
.what-next-area .category_range--card--info p {
  margin-bottom: 0;
}
.category_range--area.what-next-area .bos-showroom .mb-4 {
  margin-bottom: 0 !important;
}
.site_map_area {
  padding: 48px 0 18px 0;
}
.site_map_area .col-lg-4 {
  margin-bottom: 30px;
}
.site_map_area .col-lg-4 .map_dsc ul {
  margin-bottom: 0px;
}
.site_map_area .col-lg-4 .map_dsc h2 {
  font-weight: 600;
  font-size: 24px;
}
.single_feedback i {
  color: #00b67a;
  font-size: 14px;
  margin-right: 4px;
}
.clients_feedback-carousel2 .single_feedback h3 {
  font-size: 18px;
  margin-top: 10px;
}
.clients_feedback-carousel2 .single_feedback {
  padding-left: 10px;
  padding-right: 10px;
}
.client_ratig h3 p {
  font-family: "Titillium Web", sans-serif;
}
.pp_top.gallerpp--top .preety-popup-img {
  position: relative;
  left: 8px;
  width: 190px;
  img{
    max-width: 100%;
    height: auto;
    position: relative;
    top: -3px;
  }
}
.crouch-end-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  padding: 0 !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.alter__bg--video iframe,
.alter__bg--video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0px;
  outline: 0;
  min-height: 300px;
}
.range-card {
  position: relative;
  overflow: hidden;
}
.range--card-hover {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(1px);
  transition: 0.4s;
  cursor: pointer;
  align-items: flex-start;
}
.range--card-hover h2 {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  color: #000;
}
.range--card-hover p {
  color: #000;
}
.range-card:hover .range--card-hover {
  top: 0;
}
.cust-gallery.include_gallry {
  padding: 0;
}
.cust-gallery.include_gallry li {
  width: 100%;
}
.custom-owl-theme.owl-theme.include_gallry .owl-nav button.owl-prev,
.custom-owl-theme.owl-theme.include_gallry .owl-nav button.owl-next {
  top: 50%;
  transform: translateY(-50%);
}
.range-card .off {
  font-size: 30px;
  display: block;
  margin: 15px 0px;
  font-weight: 600;
  color: #000;
  font-family: "Titillium Web", sans-serif;
}
.range--card-hover > a {
  background: #000;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 11px 15px;
  border-radius: 6px;
  transition: 0.3s;
  border: 2px solid #000;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.range--card-hover > a:hover {
  background: #fff;
  color: #000;
}
.alter-col .alterbg__sec--info {
  padding-left: 0;
}
.benifites-card p a {
  color: #294c78;
  font-weight: 600;
}
.benifites-card p a:hover {
  text-decoration: underline;
}
.alterbg__sec.alter-col .alterbg__sec--info {
  padding-left: 40px;
}

// ============== Cms Card 2 view ================

// .service__area [class*=col-]{
//     margin-top: 50px;
//     margin-bottom: 30px;
// }
.service__area [class*="col-"] {
  margin-bottom: 30px;
  margin-top: 50px;
}

.service--card-btn:before {
  position: absolute;
  content: "";
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 23px;
  border-color: transparent transparent transparent #ed1b2f;
  transform: rotate(0deg);
  background: #fff;
}
.service__area.sec_gap {
  padding-bottom: 18px;
}

.service--card-btn:hover {
  color: #fff;
  // background: #da091e;
}
// .service--card-btn:hover:before {
//     border-color: transparent transparent transparent #da091e;
// }
.service--card-btn {
  width: 100%;
  background: #ed1b2f;
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0 0 8px 8px;
}

.single__service--card {
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.1);
  padding: 50px 15px 40px 15px;
  position: relative;
  border-radius: 8px;
}
.single__service--card figure {
  background: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border: 1px solid #ed1b2f;
  border-radius: 100%;
  position: absolute;
  top: -50px;
  margin: 0;
  transition: 0.3s;
  box-shadow: 0px 2px 19px rgb(12 12 12 / 20%);
}
.single__service--card:hover figure {
  transform: rotateY(180deg);
}
.single__service--card figure img {
  height: 50px;
}
.single__service--card h3 {
  font-size: 22px;
  // font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  color: #000;
  display: inline-block;
}
.single__service--card > a h3:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  bottom: -3px;
  height: 2px;
  background: #ed1b2f;
  transition: 0.3s;
}
.single__service--card:hover > a h3:before {
  width: 100%;
}
.single__service--card p {
  margin-bottom: 30px;
}
// countdown-scss
.cstm-marquee-daytimer-container {
  display: flex;
}
.day-timer {
  width: auto !important;
  display: none;
  p {
    margin-bottom: 0;
    font-size: 23px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-align: center;
    position: relative;
    min-height: 22px;

    span {
      display: block;
      text-transform: uppercase;
      font-weight: 300;
      margin-top: 4px;
      font-size: 10px;
      letter-spacing: 1px;
    }
  }
  p:before {
    display: none;
    position: absolute;
    content: ":";
    right: 0;
    top: -2px;
    color: #fff;
    font-size: 20px;
  }
  p:last-child:before {
    display: none;
  }
  p:last-child {
    margin-right: 0;
  }

  .timerDayContent,
  .timerHrContent,
  .timerMinContent,
  .timerSecContent, .day-timer-link {
    display: none;
  }
}
.day-timer-link {
  width: auto !important;
  a {
    color: #fff;
    font-size: 17px;
  }
}

.day-timer {
  .colon {
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 23px;
    font-weight: 700;
  }
  .single-day {
    position: relative;
    text-align: center;
    width: 56px;

    div {
      font-size: 10px;
      margin-top: 3px;
      margin-bottom: 0;
    }
  }
}
.cstm-marquee-container .day-timer {
  border-radius: 4px;
  background: rgb(37, 37, 37);
}
// .day-timer-two {
//   width: auto !important;
//   p {
//     border: 2px solid #7c7c7c;
//     width: 55px;
//     height: 55px;
//     margin: 0;
//     display: flex;
//     align-items: center;
//     justify-content: center;
//     font-family: "Titillium Web", sans-serif;
//     font-size: 18px;
//     margin: 0 5px 10px 5px;
//     font-weight: 600;
//     letter-spacing: 0.5px;

//     span {
//       display: block;
//       text-transform: uppercase;
//       font-weight: 400;
//       margin-top: 4px;
//       font-size: 12px;
//       letter-spacing: 1px;
//       position: absolute;
//       bottom: 0;
//     }
//   }
// }

.enquiry-form {
  padding: 48px 0;
  .enquery-title {
    margin-bottom: 24px;
    p {
      margin-bottom: 0;
    }
    .heading {
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 32px;
      text-transform: capitalize;
      text-align: left;
      font-family: "Titillium Web", sans-serif;
    }
  }
  .form-group {
    margin-bottom: 15px;

    textarea {
      width: 100%;
      height: 120px;
      border: 1px solid #ccc;
      padding: 10px 15px;
      border-radius: 4px;
      resize: none;
    }
    input {
      width: 100%;
      height: 40px;
      padding: 0 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    // input[type="submit"] {
    //   background: #fedb00;
    //   height: 40px;
    //   border: 1px solid #fedb00;
    //   width: 150px;
    //   transition: 0.3s;
    //   cursor: pointer;
    //   font-weight: 600;
    // }
    input[type="submit"]:hover {
      background: #dc3545;
      border: 1px solid #dc3545;
      color: #fff;
    }
    // .input-fields-item{
    //   margin-bottom: 0px !important;
    //   margin: 20px 0 0 0 !important; 
    // }
  }
  .align-right {
    text-align: right;
    @media (max-width:991px) {
      text-align: left;
    }
  }

  .enq_form_message {
    text-align: center;
    p {
      width: 100%;
      border: 1px solid gray;
      padding: 10px;
      border-radius: 3px;
    }
    .error p {
      color: red;
      border: 1px solid red;
      background: #ffeded;
    }
    .success p {
      color: green;
      border: 1px solid green;
      background: rgb(215, 255, 215);
    }
  }
}
.inputErr {
  border: 1px solid red;
} 
// countdown-scss
/* Global */

.wrap {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 310px;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

/* Title */
h1 {
  margin-bottom: 60px;
  text-align: center;
  // font: 300 2.25em "Lato";
  // text-transform: uppercase;
}

h1 strong {
  font-weight: 400;
  color: #ea4c4c;
}

h2 {
  margin-bottom: 80px;
  // text-align: center;
  // font: 300 0.7em "Lato";
  // text-transform: uppercase;
}

h2 strong {
  font-weight: 400;
}

/* Countdown */

.countdown .bloc-time {
  margin-right: 15px;
  text-align: center;
}

.countdown .bloc-time:last-child {
  margin-right: 0;
}

.countdown .count-title {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  // font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 14px;
  margin-left: 4px;
}
.countdown .figure {
  position: relative;
  height: 75px;
  width: 38px;
  background-color: #0f181f;
  border-radius: 5px;
  overflow: hidden;
  // box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
  // inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}

.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 60px/69px "Oswald";
  font-weight: 700;
}

.wrap.countdown-area {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50px;
  display: none;
  // display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding: 25px;
  border-radius: 9px;
}

.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.countdown .figure .top {
  z-index: 3;
  background-color: #10171f;
  transform-origin: 50% 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: perspective(200px);
}

.countdown .figure .bottom {
  z-index: 1;
}

.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  // background-color: rgba(0, 0, 0, 0.02);
}

.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #10171f;
  // border-top-left-radius: 10px;
  // border-top-right-radius: 10px;
}

.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.countdown .figure .top,
.countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}

.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #10171f;
  transform-origin: 50% 0;
  transform: perspective(200px) rotateX(180deg);
  // border-bottom-left-radius: 10px;
  // border-bottom-right-radius: 10px;
}

.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}
section.ctg-banner-block {
  min-height: 400px;
}
.count-down-title {
  color: #fff;
  font-size: 20px;
  // display: flex;
  // align-items: center;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
  a {
  color: #fff;
  margin-left: 10px;
  transition: 0.3s;
}
}
.count-down-title a:hover {
  margin-left: 5px;
}
.countdown {
  display: flex;
  justify-content: center;
}
.countdown .bloc-time .figure:first-child {
  position: relative;
  left: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: right;
}
.countdown .bloc-time .figure:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: left;
}
.enquiry-form .input-fields-item textarea.form-control {
  min-height: 100px;
  height: auto;
}
.countdown-area-bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  // border-radius: 10px;
  z-index: -1;
  opacity: 0.5;
  border-radius: 8px;
  img{
    border-radius: 4px;
  }
}
.countdown-area .arrow-right {
  position: absolute;
  right: 2px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  padding-top: 13px;
}
.cstm-marquee-container.promo > li.day-timer-link {
  background: rgb(36, 36, 36);
  margin: 0 !important;
  padding: 0 7px 0 2px;
  right: 3px;
  position: relative;
  border-radius: 0 5px 5px 0 !important;
}
.timmer_banner_btn, .timmer_banner_outline_btn {
  height: auto;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  border-radius: 4px;
}
.countdown-area-bg img {
  object-fit: cover;
}
button.bookappoinment-btn {
  background: transparent;
}
.pbc-product-contents h2 {
  text-align: left;
  margin-bottom: 30px;
  @media (max-width:991px) {
    margin-bottom: 20px;
  }
}
.pbc-product-contents ul, .shutter-right-part ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;
  }
  li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    top: 8px;
  }
  li:last-child{
    margin-bottom: 0;
  }
}

.custom-owl-theme.owl-theme.owl-carousel-style .owl-nav {

  button.owl-prev:before {
    content: "\f12f";
    font-family: bootstrap-icons !important;
    color: #333;
    background-image: none;
    line-height: 40px;
    font-size: 20px;
  }
  button.owl-next:before{
    content: "\f138";
    font-family: bootstrap-icons !important;
    color: #333;
    background-image: none;
    line-height: 40px;
    font-size: 20px;
  }
}
.custom-owl-theme.owl-theme.owl-carousel-style .owl-nav button.owl-prev, 
.custom-owl-theme.owl-theme.owl-carousel-style .owl-nav button.owl-next {
  background-image: none;
}
.without-timer-banner.ctg-banner-block .ctg-banner-item .ctg-banner-block-caption {
  top: 50%;
  padding-bottom: 15px;
}
.ctg-block-2-lf-content ul {
  padding-left: 17px;
  padding-top: 10px;
  li{
    margin-bottom: 6px;
  }
  li:last-child{
    margin-bottom: 0;
  }
}
.shuuters-desc-area, .contact-header-info{
  .header-title-block{
    h1{
      margin-bottom: 20px;
    }
  }
  .header-sub-title{
    font-size: 16px;
    line-height: 1.5;
  }
}
.contact-header-info {
  h1{
    margin-bottom: 25px;
  }
  h2{
    margin-bottom: 30px;
    @media (max-width:991px) {
      text-align: left;
    }
  }
}
.cms-content-block-l h2, .cms-content-block-l h2{
  margin-bottom: 30px;
}
.ctg-banner-block.product-banner .ctg-banner-item .ctg-banner-block-caption {
  padding-bottom: 0;
  padding-top: 0;
  top: 50% !important;
  width: 100% !important;
}
@media (max-width:991px) {
  .pp_pic_holder.light_square {
    top: 50% !important;
    position: fixed;
    transform: translateY(-50%);
  }
}