@charset "UTF-8";
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #e23636; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }

.btn {
  color: #fff;
  background-color: #e23636;
  border: 3px solid #e23636;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 0; }
  @media (max-width: 500px) {
    .btn {
      padding: 12px 45px; } }

.btn:hover {
  color: #fff;
  background-color: transparent;
  border: 3px solid #e23636;
  color: #e23636; }

.title-h {
  font-size: 42px;
  line-height: 46px;
  font-weight: 300;
  letter-spacing: 5px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-family: "Lato", sans-serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px; } }

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #333; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.back-img {
  background-size: cover;
  background-position: center; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #e23636; } }
nav.navbar.bootsnav {
  background: rgba(242, 242, 242, 0.85);
  border-bottom: solid 1px transparent; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: rgba(242, 242, 242, 0.9) !important;
      border-bottom: solid 1px #ccc; } }

.navbar {
  min-height: 72px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 4px 5px 2px 25px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 5px 5px 2px 10px; } }

.navbar-brand img {
  width: auto;
  height: 66px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 62px; } }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 140px;
  margin-top: 8px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 62px;
    width: auto;
    margin-top: 0; } }
.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(242, 242, 242, 0.9);
    border: solid 1px #ccc;
    border-top: 4px solid #ccc;
    margin-top: 12px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 12px 10px 12px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #e23636; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #e23636; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-family: "Lato", sans-serif;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #e23636; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: rgba(242, 242, 242, 0.6); }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Lato", sans-serif;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
nav.navbar.bootsnav .btn {
  margin-top: 12px;
  text-transform: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 12px;
  margin-left: 10px;
  font-weight: 700;
  font-family: "Lato", sans-serif; }

nav.bootsnav .btn {
  color: #e23636;
  background-color: transparent !important;
  border: 2px solid #e23636; }

nav.bootsnav .btn:hover {
  color: #fff;
  background-color: #e23636 !important;
  border-color: #e23636; }

#navbar-menu > ul ul {
  list-style: none;
  padding-left: 15px; }

#navbar-menu > ul ul li a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase !important;
  font-weight: 300;
  color: #333;
  font-size: 15px; }

/******navbar end**********/
/*****hero start*********/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1); }
  to {
    -webkit-transform: scale(1.15, 1.15); } }
@keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.15, 1.15); } }
.carousel-inner .item > .slider-img {
  -webkit-animation: zoom 7s;
  animation: zoom 7s;
  background-size: cover;
  background-position: center;
  height: 65vh; }
  @media screen and (max-width: 768px) {
    .carousel-inner .item > .slider-img {
      height: 80vh; } }

.carousel-inner .item > img {
  -webkit-animation: zoom 10s;
  animation: zoom 10s; }

.carousel-inner .back {
  background: rgba(0, 0, 0, 0.2); }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

.carousel-caption {
  position: absolute;
  top: 23vh;
  left: 0px;
  right: 0;
  text-align: center;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .title-text {
    width: 70%;
    margin-left: 15%; }
    @media screen and (max-width: 768px) {
      .carousel-caption .title-text {
        width: 94%;
        margin-left: 3%; } }

.carousel-caption .btn {
  margin-bottom: 40px;
  margin-top: 25px; }

.carousel-caption h1 {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7), 0px 2px 5px rgba(0, 0, 0, 0.4), 0px 5px 10px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .carousel-caption h1 {
      font-size: 42px;
      line-height: 42px; } }

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 3px;
  background-color: #ccc; }

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 6px; } }
/*************hero slider end**********/
/*******services-home start******/
.services-home {
  padding-top: 50px;
  padding-bottom: 30px; }
  .services-home .title-p {
    margin-bottom: 30px; }
  .services-home .back-img {
    height: 220px; }
  .services-home .services-box {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 10px rgba(26, 26, 26, 0.2); }
  .services-home .services-box:hover {
    box-shadow: 1px 1px 15px rgba(26, 26, 26, 0.3); }
  .services-home .services-box:hover .services-title {
    color: #e23636;
    font-weight: 900; }

.services-title {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  padding: 15px 15px 15px 25px;
  background: url(../images/pattern2.png); }

/*******services-home end******/
/***************hero end******/
.products {
  padding-top: 60px;
  padding-bottom: 120px; }
  .products .product-box {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px; }
    .products .product-box h3 {
      margin-top: 10px;
      font-family: "Lato", sans-serif;
      font-size: 28px; }
  .products .product-img {
    height: 250px; }
  .products .product-info {
    padding: 10px 5px 10px 20px; }
  .products .product-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #fe9901;
    border-radius: 50%;
    padding: 7px 11px; }
  .products .product-btn:hover {
    background-color: #e23636; }

/*****************************/
.intro .back-img {
  height: 60vh; }
  @media (max-width: 991px) {
    .intro .back-img {
      height: 240px; } }
.intro .intro-left {
  height: 60vh; }
  @media (max-width: 991px) {
    .intro .intro-left {
      height: auto; } }
.intro .intro-text {
  position: absolute;
  top: 12vh;
  right: -100px;
  width: 90%;
  padding: 30px 40px 40px 60px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 29px 0px 51px rgba(0, 0, 0, 0.24); }
  @media (max-width: 991px) {
    .intro .intro-text {
      position: relative;
      top: 60px;
      right: 0px;
      margin-bottom: 60px;
      padding: 20px;
      width: 96%;
      margin-left: 2%; } }
  @media (max-width: 991px) {
    .intro .intro-text .title-h {
      font-size: 24px;
      line-height: 26px; } }
.intro .btn {
  margin-top: 0px;
  margin-bottom: 20px; }

/**********cta2 start*********/
.cta2 {
  padding: 150px 0;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .cta2 {
      padding: 80px 0; } }
  .cta2 .back {
    background: rgba(242, 242, 242, 0.2); }
  .cta2 .title-h {
    border-bottom: 1px solid #e23636; }
  .cta2 h3 {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #666;
    color: #333; }
    @media (max-width: 768px) {
      .cta2 h3 {
        font-size: 44px;
        line-height: 44px; } }
  .cta2 p {
    font-family: "Overpass", sans-serif !important;
    color: #333;
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    font-family: "Overpass", sans-serif; }
    @media (max-width: 768px) {
      .cta2 p {
        font-size: 26px;
        line-height: 28px; } }
  .cta2 .btn {
    margin-top: 20px; }

/*************cta end*********/
.product-home-s {
  height: 260px; }
  @media (max-width: 991px) {
    .product-home-s {
      height: 200px; } }

.product-home-box {
  position: relative;
  margin-top: 30px;
  box-shadow: 1px 1px 10px rgba(26, 26, 26, 0.2); }

.product-home-box:hover {
  box-shadow: 1px 1px 15px rgba(26, 26, 26, 0.3); }

.product-home-box:hover .services-title {
  color: #e23636;
  font-weight: 900;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

/*************** slider ****************/
.slider {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 40px;
  min-height: 70vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }

.slide-text-box {
  z-index: 4;
  padding: 30px 20px 0px 30px; }

.slider h3 {
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
  font-size: 38px;
  line-height: 40px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #e23636; }

.slider h5 {
  font-size: 22px;
  font-style: italic;
  color: #e23636;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 30px; }

.slider p {
  font-size: 24px;
  font-family: "Overpass", sans-serif;
  color: #666;
  font-style: italic;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: 400;
  line-height: 30px; }

.owl-item.active .slide-content {
  -webkit-transform: translate(-10%, 0%) rotate3d(1, 0, 0, 0);
  transform: translate(-10%, 0%) rotate3d(1, 0, 0, 0);
  transition-delay: 0.3s; }

.slide-content {
  transition: all 2s ease; }

/*.owl-item.active h1,
.owl-item.active h2 {
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  transition-delay: .5s; 
}*/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 70vh; }

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 20px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #ccc; }

.slide-content {
  padding-top: 5vh;
  margin-left: 10%; }

.slider .owl-theme .owl-controls {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0; }

.slider .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px; }

.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #e23636;
  width: 12px;
  height: 12px; }

.slider .back {
  position: absolute;
  width: 50%;
  min-height: 60vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(242, 242, 242, 0.75);
  z-index: 0; }

@media (max-width: 991px) {
  .slider .back {
    width: 100%; }

  .slider {
    width: 94%;
    margin-left: 3%; }

  .slider h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 300;
    text-shadow: -1px 0px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    border-bottom: 2px solid #e23636; }

  .slider h5 {
    font-size: 20px;
    line-height: 24px; }

  .slider p {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 300; }

  .slider #owlCarousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item-bg,
  .slider .owl-item {
    min-height: 85vh; } }
/***** slider end********/
/******footer start****/
.footer {
  background-image: url(../images/pattern2.png);
  background-position: center;
  background-repeat: repeat; }
  .footer h4 {
    font-family: "Lato", sans-serif;
    letter-spacing: 4px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999; }
  .footer a {
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-weight: 300;
    font-family: "Overpass", sans-serif; }
  .footer a:hover {
    text-decoration: none;
    color: #e23636; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  .footer .footer-box {
    padding: 20px 15px 70px 15px; }
    @media (max-width: 991px) {
      .footer .footer-box {
        padding: 10px 0 10px 0; } }

.footer-back {
  background-color: rgba(242, 242, 242, 0.45);
  padding-top: 90px; }

.footer-logo {
  width: 80%;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .footer-logo {
      width: 80%;
      margin-left: 10%; } }

.copyright {
  padding-top: 10px;
  padding-bottom: 5px; }
  .copyright p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px; }

.copyright-back {
  background-color: #fff;
  padding: 5px 0 0px 0; }
  @media (max-width: 991px) {
    .copyright-back {
      padding: 5px 15px 5px 15px; } }

/*****footer end******/
/*********************************/
.tc-header {
  min-height: 35vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.inner-content {
  position: relative;
  display: block;
  color: #FFFFFF;
  top: 9vh; }

.inner-content h3 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h3 {
      font-size: 33px;
      font-weight: 300; } }

.inner-content p {
  color: #fff;
  font-size: 30px;
  line-height: 31px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .inner-content p {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 50px; } }

.inner-content a {
  color: #fff;
  font-size: 22px; }

.inner-content a:hover {
  color: #e23636; }

.inner-content span {
  color: #ff6602;
  font-size: 22px;
  font-weight: 900; }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.55); }

/**********************************/
.pagination {
  font-weight: 700;
  font-size: 13px;
  margin: 90px 0 20px 0; }

.pagination a {
  padding: 8px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  color: #333;
  text-decoration: none;
  margin: 1px; }

.pagination a:hover {
  color: #e23636;
  border-color: rgba(215, 22, 52, 0.4); }

.pagination a.active {
  color: #e23636;
  border-color: rgba(215, 22, 52, 0.4); }

.pagination a.active:hover {
  cursor: default; }

.pagination .prev:before {
  content: "«";
  font-weight: normal; }

.pagination .next:after {
  content: "»";
  font-weight: normal; }

.pagination .next:hover, .pagination .prev:hover {
  border-color: rgba(215, 22, 52, 0.4);
  color: #e23636;
  text-shadow: none; }

/*************manufacturer end***********/
.manu-sidebar .services-title {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 10px 12px 15px;
  letter-spacing: 2px; }

.types-sidebar {
  margin: 40px 0 0 0; }
  .types-sidebar h3 {
    background: url(../images/pattern2.png);
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding: 15px 7px 10px 10px;
    color: #000; }
  .types-sidebar ul {
    list-style: none;
    padding-left: 0px; }
  .types-sidebar li {
    line-height: 33px;
    padding-left: 15px; }
  .types-sidebar a {
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #000; }
  .types-sidebar li:hover {
    background-color: rgba(242, 242, 242, 0.8); }

aside {
  margin-top: 10px; }

.eco-sidebar {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.eco-sidebar #leftside-navigation ul,
.eco-sidebar #leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0; }

.eco-sidebar #leftside-navigation ul li {
  list-style-type: none;
  margin: 7px 0; }

.eco-sidebar #leftside-navigation ul li.active > a {
  color: #e23636; }

.eco-sidebar #leftside-navigation ul li.active ul {
  display: block; }

.eco-sidebar #leftside-navigation ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  outline: 0;
  padding: 2px 7px 2px 0px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.eco-sidebar #leftside-navigation ul li a:hover {
  background-color: rgba(242, 242, 242, 0.8); }

.eco-sidebar #leftside-navigation ul li a span {
  padding: 0px 7px 0px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%; }

.eco-sidebar #leftside-navigation ul li .svg-inline--fa:hover {
  color: #e23636; }

.eco-sidebar .svg-inline--fa {
  padding-top: 7px;
  color: #666;
  margin-left: 10px;
  font-size: 15px; }

.eco-sidebar #leftside-navigation ul ul {
  display: none; }

.eco-sidebar #leftside-navigation ul ul li {
  background: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none; }

.eco-sidebar #leftside-navigation ul ul li a {
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 25px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300; }

.manu-img {
  height: 190px; }
  @media (max-width: 991px) {
    .manu-img {
      height: 200px; } }

.manu-box {
  position: relative;
  margin-top: 30px;
  box-shadow: 1px 1px 10px rgba(26, 26, 26, 0.2); }

.manu-box:hover {
  box-shadow: 1px 1px 15px rgba(26, 26, 26, 0.3); }

.manu-box:hover .services-title {
  color: #e23636;
  font-weight: 900;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.manu-padd {
  padding-left: 25px; }
  @media (max-width: 991px) {
    .manu-padd {
      padding-left: 15px; } }

/*************manufacturer end***********/
/**********inner-cta***********/
.inner-cta-img {
  height: 340px;
  border-top: 3px solid #e23636;
  border-bottom: none; }
  @media screen and (max-width: 991px) {
    .inner-cta-img {
      height: 260px; } }

.cta-text {
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  bottom: 130px; }
  @media screen and (max-width: 991px) {
    .cta-text {
      bottom: 100px; } }

.cta-text h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-shadow: 1px 1px 25px #000; }
  @media screen and (max-width: 991px) {
    .cta-text h2 {
      font-size: 38px; } }

.inner-cta .btn {
  color: #fff;
  font-family: "Lato", sans-serif;
  background-color: #ff6602;
  border: 3px solid #ff6602;
  padding: 8px 15px;
  font-size: 16px;
  min-width: 180px; }
.inner-cta .btn:hover {
  background-color: #e23636;
  border: 3px solid #e23636; }

/**********inner-cta***********/
/*********CONTACT PAGE START*****/
.contact-page {
  padding-top: 0; }
  .contact-page .title-h {
    background: url(../images/pattern2.png);
    padding: 15px 7px 10px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    width: 100%;
    border-bottom: none;
    margin-bottom: 50px; }
  .contact-page input {
    width: 100%;
    margin: 10px 0;
    padding: 10px 15px;
    border: none;
    border: 1px solid #ccc; }
  .contact-page textarea {
    width: 100%;
    margin: 10px 0;
    padding: 6px 15px;
    border: none;
    border: 1px solid #ccc; }
  .contact-page form {
    margin-top: 0px;
    padding: 00px  50px; }
    @media screen and (max-width: 991px) {
      .contact-page form {
        padding: 00px 20px 30px; } }
    .contact-page form .btn {
      margin-top: 30px;
      min-width: 240px;
      margin-bottom: 20px; }

.intro iframe {
  height: 60vh;
  margin-bottom: 30px;
  background-color: #f2f2f2; }

.contact ul {
  list-style: none;
  padding-left: 15px; }
.contact li {
  margin: 5px 0; }
.contact a {
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  color: #000; }
.contact a:hover {
  color: #e23636; }
.contact .svg-inline--fa {
  color: #e23636;
  margin-right: 8px;
  font-size: 14px;
  min-width: 20px; }

/*********CONTACT PAGE END********/
/*****REVIEWS PAGE START************/
.testimonial-page {
  background: #f8f8f8; }
  .testimonial-page .testimonials {
    margin: 0 20px 40px; }
  .testimonial-page .testimonial-content {
    padding: 45px 85px 45px 90px;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative; }
    @media screen and (max-width: 991px) {
      .testimonial-page .testimonial-content {
        padding: 25px 15px 25px 20px; } }
  .testimonial-page .description {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-family: "Overpass", sans-serif; }
    @media screen and (max-width: 991px) {
      .testimonial-page .description {
        font-size: 16px;
        line-height: 24px; } }
  .testimonial-page .title {
    display: block;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 30px;
    font-family: "Lato", sans-serif;
    font-style: italic; }
    @media screen and (max-width: 991px) {
      .testimonial-page .title {
        font-size: 21px; } }
  .testimonial-page .post {
    display: block;
    font-size: 18px;
    color: #e23636;
    font-weight: 500;
    font-style: italic;
    text-align: right; }
    @media screen and (max-width: 991px) {
      .testimonial-page .post {
        text-align: left;
        font-size: 16px; } }
  .testimonial-page .svg-inline--fa {
    color: #e23636;
    margin-left: 4px; }

/*******REVIEWS PAGE END**********/
/**********GALLERY PAGE START**********/
.example-image {
  background-size: cover;
  background-position: center;
  height: 240px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .example-image {
      height: 210px; } }

/**************GALLERY PAGE END********/
/*************CABINETS-DETAIL START*********/
.product-video iframe {
  height: 300px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .product-video iframe {
      height: 200px; } }
.product-video h4 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 24px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
.product-video p {
  font-family: "Overpass", sans-serif;
  font-weight: 300; }

.product-img-detail {
  margin-top: 28px; }

/*********CABINETS DETAIL END*********/
/***********QUOTE START************/
.quote form {
  margin-top: 15px; }
.quote select {
  width: 100%;
  background: #fff;
  padding: 12px 15px;
  margin: 15px 0;
  border: none;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #666; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 2px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e23636; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e23636; }

.bbb-rating {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 40px 0; }
  .bbb-rating p {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 5px 20px 8px; }

/*********QUOTE END********/
.inner-cta {
  padding: 20px 0 100px 0; }
  .inner-cta .back {
    background: rgba(242, 242, 242, 0.7);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(102, 102, 102, 0.4) 30%, rgba(102, 102, 102, 0.3) 60%, rgba(102, 102, 102, 0.2) 80%, rgba(102, 102, 102, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(102, 102, 102, 0.4) 30%, rgba(102, 102, 102, 0.3) 60%, rgba(102, 102, 102, 0.2) 80%, rgba(102, 102, 102, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(102, 102, 102, 0.4) 30%, rgba(102, 102, 102, 0.3) 60%, rgba(102, 102, 102, 0.2) 80%, rgba(102, 102, 102, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */ }
  .inner-cta .owl-theme .owl-controls {
    display: none; }
  .inner-cta p {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    font-size: 24px; }
  .inner-cta h3 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid #e23636;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px; }
  .inner-cta h5 {
    color: #ccc;
    font-size: 24px;
    margin-top: 20px;
    font-style: italic;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

/*****got to top******/
#myBtn {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #e6e6e6;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 0%;
  font-size: 13px; }

#myBtn:hover {
  background-color: #ccc; }

#myBtn .svg-inline--fa {
  color: #e23636;
  margin-right: 0;
  margin-top: 0; }

/*****got to top******/
.manu-sidebar .example-image {
  height: 200px; }

/*********************/
.blog-more {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .blog-more {
      padding: 20px 0; } }

.serv-img-header {
  height: 20vh;
  width: auto;
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .serv-img-header {
      height: auto;
      width: 90%; } }

#more, #more2, #more3, #more4, #more5, #more6 {
  display: none; }

#btn-more, #btn-more2, #btn-more3, #btn-more4, #btn-more5, #btn-more6 {
  color: #fff;
  background-color: #e23636;
  border: 3px solid #e23636;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 0; }

.example-image {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
}
/*# sourceMappingURL=style.css.map */
#navbar-menu > ul ul li a {
  list-style: none;
  padding-left: 15px;
  width: max-content;
}

.loadmore{
  color: #fff;
  background-color: #e23636;
  border: 3px solid #e23636;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
}