@font-face {
  font-family: 'Kruti';
  src: url('../fonts/kruti.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

section.xs-header-top.v2 {
  font-size: 13px;
}

section.xs-header-top.v2 a {
  color: #fff;
}

.header-nav-right-info.align-to-right a {
  color: #fff;
}

.xs-back-to-top {
  background-color: #212529 !important;
  max-width: 30px !important;
  height: auto !important;
}

.single-services-item {
  text-align: center;
}

.single-services-item img {
  height: 55px;
}

.single-services-item h3 {
  background-color: var(--links);
  padding: 10px 20px;
  color: #fff;
  margin-top: 10px;
  font-size: 18px !important;
}

@media screen and (max-width: 768px) {
  .mobile-logo img {
    max-width: 105px !important;
  }

  .xs-header-top.v2 .header-top-info ul li {
    padding-left: 0px !important;
  }
}



/*Lightbox*/
.row>.column {
  padding: 10px 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

.gallery .column {
  float: left;
  width: 33.33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  text-align: center;
}

.mySlides img {
  height: 358px;
  width: auto !important;
}

.modal-content {
  height: 360px;
  background-color: #000;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

a.prev {
  background-color: var(--links);
  color: #fff !important;
}

a.next {
  background-color: var(--links);
  color: #fff !important;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;

}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#lightbox {
  margin-top: 100px;
  margin-bottom: 100px;
}

#gallery-lightbox img {
  width: 400px;
  height: 200px;
  object-fit: cover;
}

.gallery #gallery-lightbox img {
  width: 100%;
  height: auto;
}

.column img {
  cursor: pointer;
}

.products_items {
  background-color: #fff;
  text-align: center;
}

.product_content a {
  font-size: 21px;
}

.product_content h2 {
  line-height: normal;
  font-size: 40px !important;
}

.btn-custom {
  background-color: var(--links);
  color: #fff;
  border-radius: 0px;
}

.btn-custom:hover {
  background-color: var(--links);
  color: #fff;
  border-radius: 0px;
}

#information-tabs {
  margin-top: 50px;
}

div#pills-tabContent {
  margin-top: 70px;
}

div#pills-tabContent span {
  font-size: 25px;
  padding-top: 50px !important;
}

div#pills-home p {
  line-height: 1.5;
}

table thead {
  background-color: var(--links);
  color: #fff;
  text-align: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--links) !important;
  border-radius: 0px;
}

#pills-home p {
  font-family: Kruti !important;
  font-size: 28px !important;
}

.header-middle-info.float-right i {
  font-size: 36px !important;
}

.products .card {
  overflow: hidden;
}

.products .card-img-top {
  transition: transform .5s ease;
}

.products .card:hover .card-img-top {

  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}

.products .card-body {

  transition: all .5s ease;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  position: absolute;
  bottom: -200px;
  width: 100%;
}

.products .card:hover .card-body {
  display: block !important;
  margin-top: -113px;
  transition: 0.3s;
  bottom: 0px;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
  width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
  height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.carousel-control-prev i {
  font-size: 40px;
  color: #3c8e06;
}

.carousel-control-next i {
  font-size: 40px;
  color: #3c8e06;
}

.carousel-indicators .active {
  background-color: #3c8e06;
}

#single-product-below-slider {
  margin-bottom: 100px;
}

#single-product-below-slider h2,
h5 {
  text-align: center;
}

#single-product-below-slider a {
  display: block;
}

.widgets .brochures-list li a {
  color: #6d6d6d;
  position: relative;
  display: block;
  padding: 10px 20px 10px 62px;
  color: #6d6d6d;
  background: #f7f7f7;
  margin-bottom: 15px;
  font-family: open sans, sans-serif;
}

.widgets .brochures-list li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  padding: 17px 0;
  background: var(--links);
  color: #fff;
  text-align: center;
}

.widgets .widget-title {
  color: var(--links);
  margin-bottom: 34px;
}

ul.pagination {
  margin-top: 55px;
}

ul.pagination li a {
  background-color: var(--links);
  color: #fff;
  padding: 10px;
  height: auto;
  width: auto;
}


@media screen and (max-width: 768px) {


  .mySlides img {
    height: 190px;
    width: auto !important;
  }

  .modal-content {
    height: 190px;
    background-color: #000;
    top: 90px;
  }

  #gallery-lightbox img {
    width: 400px;
    height: 181px;
    object-fit: cover;
  }

  .column {
    float: none;
    width: 100%;
  }

  div#pills-tabContent h3 {
    font-size: 25px;
  }
}