/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.products-title {
  color: #2E3094;
  margin: 30px 0;
}

.card {
  border: none;
  transition: 0.4s;
}

.card:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2941176471);
}

.products-list {
  margin-top: 100px;
}

.tab-content {
  background: #f4f4f4;
  padding-bottom: 100px;
}

.card-img-top {
  height: 400px;
}

.card-image {
  padding: 10px;
}

.card-text {
  border-bottom: 1px solid #b5b4b4;
}
.card-text p {
  margin: 0;
  height: 40px;
}

.card-title {
  margin-top: 10px;
}

.enquiry-btn a {
  text-decoration: none;
}

.enq-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  background: #ED1B24;
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  transition: 0.2s;
}

.enq-btn:hover {
  background: #2E3094;
  color: #fff;
}

.dashed-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.enquiry-btn {
  width: 250px;
  height: 200px;
  border: 2px dashed #C9C4C4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: #2E3094;
  color: #fff;
}

.nav-tabs .nav-link {
  color: #000;
}

ul#pills-tab {
  display: revert;
}

.products-section .nav-link {
  border-radius: 5px 5px 0px 0px !important;
}
.products-section .nav-pills .nav-link.active,
.products-section .nav-pills .show > .nav-link {
  background-color: #2E3094;
  border-radius: 0;
  color: #fff !important;
}
.products-section a {
  text-decoration: none;
}
.products-section button {
  cursor: pointer;
  border: 0;
  padding: 0;
}
.products-section .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.products-section button.owl-prev {
  position: absolute;
  left: -50px;
  top: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc !important;
  border-radius: 100%;
  line-height: 26px !important;
}
.products-section button.owl-next {
  position: absolute;
  right: -50px;
  top: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc !important;
  border-radius: 100%;
  line-height: 26px !important;
}
.products-section span {
  font-size: 24px;
}
.products-section .products-tab .tab-padding {
  padding: 0 150px;
}

@media (max-width: 1600px) {
  .card-img-top {
    height: 300px;
  }
  .card-title h5 {
    font-size: 16px;
    height: 40px;
  }
  .enq-btn {
    font-size: 13px;
    width: 120px;
    height: 40px;
  }
  .enquiry-btn {
    width: 200px;
    height: 150px;
  }
}
@media (max-width: 999px) {
  .card-title h5 {
    font-size: 15px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .products-box {
    width: 50%;
  }
  .products-tab .tab-padding {
    padding: 0 100px !important;
  }
  .products-list {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .products-list {
    margin-top: 20px !important;
  }
  .card-img-top {
    height: 300px;
  }
  .products-tab .tab-padding {
    padding: 0 60px !important;
  }
}
@media (max-width: 600px) {
  .products-box {
    width: 100% !important;
  }
  .products-section button.owl-prev {
    width: 25px !important;
    height: 25px !important;
    line-height: 21px !important;
  }
  .products-section button.owl-next {
    width: 25px !important;
    height: 25px !important;
    line-height: 21px !important;
  }
}
