input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: 'SEGOEUIL';
  src: url("../fonts/SEGOEUIL.eot");
  src: local("SEGOEUIL"), url("../fonts/SEGOEUIL.woff") format("woff"), url("../fonts/SEGOEUIL.ttf") format("truetype");
}

@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Regular"), url("../fonts/Segoe UI.woff") format("woff");
}

@font-face {
  font-family: 'Segoe UI Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Italic"), url("../fonts/Segoe UI Italic.woff") format("woff");
}

@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"), url("../fonts/Segoe UI Bold.woff") format("woff");
}

@font-face {
  font-family: 'Segoe UI Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold Italic"), url("../fonts/Segoe UI Bold Italic.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'Sen', sans-serif;
}

a {
  text-decoration: none;
}

p {
  line-height: 24px;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

input,
button {
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  font-size: 0.875rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  font-size: 0.875rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  font-size: 0.875rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  font-size: 0.875rem;
}

.utility-header {
  background-color: #000000;
  color: #ffffff;
}

.utility-header a {
  color: #ffffff;
  text-decoration: none;
}

.utility-header .location,
.utility-header .call,
.utility-header .email {
  display: inline-block;
  padding: 12px 0;
}

.utility-header .location span,
.utility-header .call span,
.utility-header .email span {
  margin-right: 6px;
}

.utility-header .top-contact {
  text-align: right;
}

.utility-header .top-contact a:first-child {
  padding-right: 20px;
}

@media (max-width: 37.5em) {
  .utility-header .top-contact a:first-child {
    padding-right: 0;
  }
}

@media (max-width: 37.5em) {
  .utility-header .top-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 85.43em) {
  .utility-header {
    max-width: 1440px;
  }
}

@media (max-width: 37.5em) {
  .utility-header .top-location {
    display: none;
  }
}

.app-header.fixed-top {
  background-color: #ffffff;
}

@media (max-width: 37.5em) {
  .app-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 37.5em) {
  .app-header .container .navbar .navbar-brand {
    width: 280px;
    margin-right: 0;
  }
}

@media (max-width: 37.5em) {
  .app-header .container .navbar .navbar-brand img {
    width: 100%;
  }
}

.app-header .container .navbar .navbar-nav {
  margin-left: auto;
}

.app-header .container .navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: .5em 1.4em;
}

@media (max-width: 37.5em) {
  .app-header .container .navbar .navbar-nav .nav-item .nav-link {
    padding: 1em 1.4em;
  }
}

.app-header .container .navbar .navbar-nav .nav-item.active .nav-link {
  color: #2196f3;
}

.app-header .container .navbar .navbar-nav .nav-item.active .nav-link::after {
  content: '';
  width: 30px;
  height: 4px;
  background: #2196f3;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 6px;
}

@media (max-width: 37.5em) {
  .app-header .container .navbar .navbar-nav .nav-item.active .nav-link::after {
    display: none;
  }
}

.app-header .container .navbar .navbar-nav .quotebtn .nav-link {
  background: #2196f3;
  border-radius: 20px;
  color: #fff;
}

@media (max-width: 37.5em) {
  .app-header .container .navbar .navbar-nav .quotebtn {
    display: none;
  }
}

.app-header .container .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 85.43em) {
  .app-header {
    max-width: 1440px;
  }
}

.slider-wrapper {
  max-height: 500px;
  overflow: hidden;
}

.slider-wrapper img {
  width: 100%;
}

.slider-wrapper .star-rating {
  width: 100px;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 20px;
}

@media (min-width: 85.43em) {
  .slider-wrapper {
    max-width: 1440px;
  }
}

.slider-wrapper .carousel-caption {
  bottom: 12rem;
}

.slider-wrapper .carousel-caption h5 {
  margin-bottom: 0;
  font-size: 26px;
  font-size: 1.625rem;
  text-shadow: 1px 2px 3px #000;
}

.slider-wrapper .carousel-caption p {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  text-shadow: 1px 2px 3px #000;
}

.products-home {
  background-color: #0097df;
  padding: 2.5em 0;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 85.43em) {
  .products-home {
    max-width: 1440px;
  }
}

.products-home img {
  width: 100%;
}

.products-home .pro-list-home {
  position: relative;
}

.products-home a {
  color: #ffffff;
  margin-bottom: 1em;
  display: block;
}

.products-home a .pro-name {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.639216);
}

@media (max-width: 37.5em) {
  .products-home a {
    margin-bottom: 1em;
    display: block;
  }
}

.products-home a:hover .pro-name {
  padding: 16px 0;
  background: #142c42;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.products-home .loadmore {
  padding: 6px 18px;
  display: inline-block;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 2em;
  color: #0097df;
  text-decoration: none;
  border: 1px solid #ffffff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products-home .loadmore:hover {
  background: #0097df;
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.about-wrapper {
  background: #f1f1f1;
  text-align: center;
  padding: 2.5em 0;
}

@media (min-width: 85.43em) {
  .about-wrapper {
    max-width: 1440px;
  }
}

.about-wrapper a {
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
}

.about-wrapper a:hover {
  text-decoration: underline;
}

.features {
  background: #ffffff;
  text-align: center;
  padding: 2.5em 0;
}

.features img {
  margin-bottom: 1em;
}

@media (min-width: 85.43em) {
  .features {
    max-width: 1440px;
  }
}

.inner-page-banner {
  background: url("../images/slide-1.jpg") no-repeat center center #f1f1f1;
  background-size: 100% 100%;
  vertical-align: middle;
  height: 450px;
}

@media (min-width: 85.43em) {
  .inner-page-banner {
    max-width: 1440px;
  }
}

.inner-page-banner h2 {
  text-align: center;
  margin: 0;
}

@media (max-width: 37.5em) {
  .inner-page-banner {
    height: 230px;
  }
}

.box {
  display: none;
}

.inner-page-wrapper {
  background: #f1f1f1;
  padding: 2.5em 0;
}

@media (min-width: 85.43em) {
  .inner-page-wrapper {
    max-width: 1440px;
  }
}

.inner-page-wrapper h4 {
  color: #2196f3;
  text-transform: capitalize;
}

.inner-page-wrapper .separator {
  width: 100%;
  display: block;
  margin: 10px 0;
}

.inner-page-wrapper .pro-read-more {
  text-align: center;
  display: block;
}

.inner-page-wrapper .pro-read-more {
  text-transform: uppercase;
  margin: 6px 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.inner-page-wrapper .pro-we-offers {
  margin-bottom: 0;
}

.inner-page-wrapper .pro-we-offers li {
  line-height: 26px;
  list-style-type: circle;
}

.inner-page-wrapper .contact-form .form-control {
  padding: 0.8rem 0.75rem;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.inner-page-wrapper .contact-form .btn {
  border-radius: 0;
  background-color: #2196f3;
  border: 0;
  text-transform: uppercase;
  padding: 8px 24px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.inner-page-wrapper .contact-details h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

.inner-page-wrapper .contact-details p a {
  display: block;
  color: #000000;
}

.inner-page-wrapper .contact-details p a:hover {
  text-decoration: underline;
}

@media (max-width: 37.5em) {
  .inner-page-wrapper .contact-details {
    margin-top: 1.5em;
  }
}

.inner-page-wrapper .lightbox li {
  display: inline-block;
  width: 19%;
  margin: 0 0.37% 18px 0.37%;
}

.inner-page-wrapper .lightbox li img {
  width: 100%;
}

.inner-page-wrapper .errname,
.inner-page-wrapper .erremail,
.inner-page-wrapper .errphone {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ff0000;
  display: none;
}

.notes-container {
  background: #fbd35b;
  padding: 2.5em 0;
}

.notes-container .container h4 {
  font-weight: 600;
}

.notes-container .container ul {
  margin-bottom: 0;
}

.notes-container .container ul li {
  list-style-type: circle;
}

@media (min-width: 85.43em) {
  .notes-container {
    max-width: 1440px;
  }
}

.page-name-wrapper {
  padding: 2.5em 0;
  background: #2196f3;
  text-transform: uppercase;
  color: #ffffff;
}

.page-name-wrapper h2 {
  margin-bottom: 0;
}

.page-name-wrapper .download-file {
  text-align: right;
}

.page-name-wrapper .download-file a {
  color: #ffffff;
  font-weight: 500;
}

.page-name-wrapper .download-file a img {
  width: 22px;
}

@media (min-width: 85.43em) {
  .page-name-wrapper {
    max-width: 1440px;
  }
}

@media (max-width: 37.5em) {
  .page-name-wrapper {
    padding: 1.5em;
  }
}

.pro-list-wrapper {
  background: #ececec;
  padding: 2.5em 0;
  border-bottom: 1px solid #dadada;
}

@media (min-width: 85.43em) {
  .pro-list-wrapper {
    max-width: 1440px;
  }
}

.pro-list-wrapper h2 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}

.pro-list-wrapper .download-file {
  text-align: right;
}

.pro-list-wrapper .download-file a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.pro-list-wrapper .download-file a img {
  width: 22px;
}

.pro-list-wrapper .pro-lists li {
  display: inline-block;
}

.pro-list-wrapper .pro-lists li a {
  display: inline-block;
  text-decoration: none;
  padding: 6px 0;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.pro-list-wrapper .pro-lists li a::after {
  content: " | ";
  padding-left: 4px;
  padding-right: 4px;
}

.pro-list-wrapper .pro-lists li a:hover {
  text-decoration: underline;
}

.pro-list-wrapper .pro-lists li:last-child a::after {
  content: "";
}

.pro-list-wrapper .select-product {
  text-transform: capitalize;
  padding: 8px 26px 8px 12px;
  background: url("../images/expand-more.png") no-repeat #ffffff;
  background-position: center right 6px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
}

.pro-list-wrapper .select-product:focus {
  background: url("../images/expand-less.png") no-repeat #ffffff;
  background-position: center right 6px;
}

.pro-list-wrapper .product-label {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
}

.gmap {
  background: #f1f1f1;
  padding: 0;
}

.gmap iframe {
  width: 100%;
  height: 400px;
}

@media (min-width: 85.43em) {
  .gmap {
    max-width: 1440px;
  }
}

.footer {
  background: #000000;
  color: #ffffff;
  padding: 2.5em 0;
}

.footer h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 85.43em) {
  .footer {
    max-width: 1440px;
  }
}

.footer .explore ul li a {
  display: block;
  line-height: 24px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .legal {
  text-align: left;
}

@media (max-width: 37.5em) {
  .footer .legal {
    margin-bottom: 0.5em;
  }
}

.footer .legal a {
  display: inline-block;
}

.footer .designby {
  text-align: right;
}

@media (max-width: 37.5em) {
  .footer .designby {
    text-align: left;
    margin-top: 0.5em;
  }
}

.footer .social {
  text-align: left;
}

.footer .social a {
  display: inline-block;
}

.footer .social a img {
  width: 26px;
}

#gallery img {
  width: 100%;
  border-radius: 4px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000e8;
}

.modal .close {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal .close:hover {
  cursor: pointer;
}

.modal .close img {
  width: 28px;
  height: 28px;
}

.modal .modal-content {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 800px;
  max-width: 1200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 600px;
}

.modal .modal-content .mySlides {
  display: none;
}

.modal .modal-content .mySlides .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.modal .modal-content .mySlides img {
  width: 100%;
  border-radius: 4px;
}

.modal .modal-content .prev,
.modal .modal-content .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.modal .modal-content .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.modal .modal-content .prev:hover,
.modal .modal-content .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
/* Number text (1/3 etc) */
img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.caption-container .caption {
  margin-bottom: 0;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*# sourceMappingURL=style.css.map */