/* colors refined */

:root {
  --main-bg: #301934;
  --main-text: #ffc0cb;
  --secondary-text: #020202;
}

.main-bg {
  background-color: var(--main-bg);
}

.main-bg * {
  color: var(--main-text);
}

.secondary-text {
  color: var(--secondary-text);
}

.blog__meta a h2 {
  color: #020202 !important;
}

.blog_excerpt img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}

/* colors refined */



.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  margin: auto;
  z-index: 1;
  border: 0;
  padding: 0;
  color: #fff;
  background-color: #020202;
  outline: 0;
  border-radius: 2px;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@font-face {
  font-family: "Century Gothic Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Century Gothic Regular"),
    url("./public/fonts/GOTHIC.woff") format("woff");
}

@font-face {
  font-family: "Century Gothic Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Century Gothic Italic"),
    url("./public/fonts/GOTHICI.woff") format("woff");
}

@font-face {
  font-family: "Century Gothic Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Century Gothic Bold"),
    url("./public/fonts/GOTHICB.woff") format("woff");
}

@font-face {
  font-family: "Century Gothic Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Century Gothic Bold Italic"),
    url("./public/fonts/GOTHICBI.woff") format("woff");
}

body {
  /* font-family: "Century Gothic", sans-serif; */
  /* font-size: 1rem; */
}

a {
  color: #020202;
}

a:hover {
  color: #545454;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.85rem;
}

h6 {
  font-size: 0.7rem;
}

.topnavigation {
  /* -webkit-box-shadow: 0px 5px 15px #e2e2e2;
          box-shadow: 0px 5px 15px #e2e2e2;*/
  box-shadow: 0px 2px 0px #ccc;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f8fafc;
  z-index: 11;
}

.topnavigation nav.navbar {
  padding: 7px 0;
}

.logo {
  width: 150px;
}

/* 28.03.23 */
body {
  overflow-x: hidden !important;
}
#video-slider video {
  max-height: 500px !important;
  width: 100% !important;
}
.section-service {
  width: 100% !important;
}
.section-footer {
  width: 100% !important;
  margin-top: 30px !important;
}
#whatsapp-icon a {
  bottom: 30px !important;
  right: 30px !important;
}
.main-categories-wrapper .main-categories .mc-link img {
  border-radius: unset !important;
}
.main-categories-wrapper .main-categories .mc-link h4 {
  font-style: unset !important;
}
.topnavigation .navbar::before, .topnavigation .navbar::after {
  display: none !important;
}
.topnavigation .navbar {
  margin-bottom: unset !important;
  margin: 5px 0 !important;
}
.topnavigation .navbar .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset !important;
  margin: unset !important;
}
.topnavigation {
  padding: unset !important;
}
.topnavigation .navbar .collapse {
  visibility: visible !important;
}
.topnavigation .navbar .dropdown-item {
  font-size: 12px !important;
}

/* 05.04.23 */
body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
p {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
ul.list li {
  margin-bottom: 15px;
}
/* 05.04.23 */


@media only screen and (min-width: 575px) {
  .main-categories-wrapper .main-categories {
    width: 100% !important;
  }
}

/* 28.03.23 end */

@media screen and (min-width: 768px) {
  .logo {
    width: 220px;
  }
}

.whoweare-img {
  display: block;
  max-width: 333px;
  width: 100%;
  margin: 0 20px 20px 20px;
}

@media (max-width: 767px) {
  .whoweare-img {
    margin: 0;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.btn-theme {
  background-color: #020202;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
}

.btn-theme:hover {
  color: #fff;
  background: #545454;
}

.btn-theme:focus {
  box-shadow: none;
}

.offer-tagline+.btn {
  margin-bottom: 1.2rem;
}

a.btn-theme {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 12px;
}

.section-deals {
  background-color: #f2f5f8;
}

.section-service {
  background-color: #eeeeee;
}

.section-offer {
  background-color: #dcd9d9;
}

.section-whoweare {
  background-color: #020202;
  color: pink;
}

.section-footer {
  background-color: #ececec;
  border-top: 20px solid #020202;
  color: #545454;
}

ul.list {
  list-style: none;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  ul.list {
    padding-left: 25px;
  }
}

ul.list li {
  padding-left: 25px;
  position: relative;
  line-height: normal;
  margin-left: -25px;
}

ul.list li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  top: 0;
}

ul.list.inline li {
  display: inline-block;
  width: 22%;
  margin: 0 20px 15px 0;
}

@media (max-width: 767px) {
  ul.list.inline li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

.title {
  font-family: "Century Gothic";
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  text-shadow: 0px 0px 10px #a0a0a0;
}

.subtitle {
  font-size: 20px;
  font-family: "Century Gothic";
  text-shadow: 0px 0px 5px #a0a0a0;
}

.carousel-caption {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 276px;
}

.offer-title {
  color: #545454;
  font-family: "Century Gothic";
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
}

.offer-off {
  color: #020202;
  font-family: "Century Gothic";
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.offer-tagline {
  color: #545454;
  font-size: 22px;
  font-family: "Century Gothic";
  text-transform: uppercase;
}

.footer-icon {
  background-color: #ddd7cb;
  color: #545454;
  padding: 14px 16px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  color: #020202;
}

.footer-icon:hover {
  background: #020202;
  color: #f8fafc;
}

.navbar-light .navbar-nav .nav-link {
  color: #020202;
}

@media (min-width: 992px) {
  .nav-item+.nav-item {
    position: relative;
  }

  .nav-item+.nav-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 35%;
    background: #d4d1d1;
    top: 33%;
  }
}

.carousel-control-next,
.carousel-control-prev {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}

.carousel-control-prev {
  justify-content: flex-end;
  left: -60px;
}

.carousel-control-next {
  justify-content: flex-start;
  right: -60px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.carousel-control-next-icon {
  margin-left: 20px;
}

.carousel-control-prev-icon {
  margin-right: 20px;
}

.top-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f2f2f2;
  position: sticky;
  top: 0;
  z-index: 11;
}

.top-bar i {
  color: #f8fafc;
}

.top-bar-info {
  color: #6e6e6e;
  font-weight: 600;
  margin: 0 0 0 0;
}

.top-bar-info strong {
  color: #020202;
}

@media (max-width: 767px) {
  .top-bar-info {
    margin-bottom: 10px;
  }
}

.top-bar-social {
  text-align: left !important;
}

.top-bar-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  background: #020202;
  width: 32px;
  height: 32px;
  /*text-align: center;*/
  border-radius: 50%;
}

.top-bar-social a:hover {
  color: #fff;
  background: #545454;
}

@media (max-width: 767px) {
  .top-bar-social {
    margin-bottom: 10px;
    text-align: center !important;
  }
}

.top-bar-call {
  padding: 4px 15px;
  font-size: 0.9rem;
}

.carousel {
  overflow: hidden;
}

.dropdown-item:hover {
  background: #020202;
  color: #fff;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li {
  display: inline-block;
}

.footer-links ul li a {
  margin: 0 10px;
  color: #545454;
}

.copyright {
  font-size: 12px;
}

.head {
  font-family: "Century Gothic";
}

.subhead {
  font-family: "Century Gothic";
}

.m500 {
  max-width: 500px;
}

.table .thead-theme th {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
  padding: 0.7rem 0.75rem;
}

.table td {
  padding: 0.6rem 0.75rem;
}

.breadcrumb {
  color: #545454;
  font-weight: 400;
  border: 1px solid #e6e4e4;
  font-size: 18px;
}

.page-products h1 {
  color: #020202;
}

.page-products h2 {
  background-color: #a76838;
  display: inline-block;
  padding: 2px 10px 4px 10px;
  color: #fff;
  border-radius: 2px;
  font-weight: 400;
  font-size: 1.2rem;
}

.text-theme {
  color: #a76838;
}

.card-title {
  font-size: 1.2rem;
  line-height: 30px;
}

.slider a:hover {
  text-decoration: none;
}

.arrow:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.custom-hover:hover .dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .custom-hover .dropdown-menu {
    display: block;
    border: 0;
    background: transparent;
  }
}

.card-img-overlay {
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  color: #fff;
}

.productbg {
  padding: 3rem 0;
  background: url(../assets/updated-slide1.jpg);
}

.section-deals {
  display: none;
}

#whatsapp-icon a {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  overflow: hidden;
  z-index: 99;
  opacity: 0.8;
  transition-duration: 0.8s;
}

#whatsapp-icon a img {
  width: 100%;
}

.products-bg {
  background: url("../assets/service-bg.jpeg") center top fixed;
  padding: 20px 0;
  background-size: contain;
}

.products-bg h2,
.products-bg p {
  color: #fff;
}

.products-bg .list-group-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.overlay {
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  margin-top: -20px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 0.9rem;
  }

  h5 {
    font-size: 0.75rem;
  }

  h6 {
    font-size: 0.6rem;
  }

  .title,
  .offer-title,
  .offer-off {
    font-size: 1.6rem;
    line-height: 120%;
    text-shadow: none;
  }

  .top-bar {
    top: -48px;
  }

  .footer-links ul {
    padding: 0;
  }

  .subtitle {
    text-shadow: none;
  }

  .topnavigation {
    top: 78px;
    padding: 10px 0;
  }
}

.hide {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 20px;
}

p.clrchange {
  color: #fff;
}


.card.after-card .card-footer p {
  font-weight: bold;
  color: #ff5471 !important;
}