@font-face {
  font-family: Montserrat-Light;
  src: url(/frontend/fonts/Montserrat-Light.otf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(/frontend/fonts/Montserrat-Medium.otf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(/frontend/fonts/Montserrat-Regular.otf);
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(/frontend/fonts/Montserrat-SemiBold.otf);
}

.dark-grey-bg {
  background: #dde1e8 !important;
}

.bg-success {
  background-color: #004085 !important;
}

.bg-secondary {
  background-color: #ffd447 !important;
}

.light-bg {
  background: #efefef !important;
}

.secondary-bg {
  background: #0086cd !important;
}

.font-sm {
  font-size: 12px !important;
  line-height: 14px;
}

.color-grey {
  color: #808080 !important;
}

.border-right-primary {
  border-right: 3px solid #004085 !important;
  border-radius: 2px;
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.logo {
  height: 70px !important;
}

.muted-links {
  text-decoration: none !important;
}

.header-contact ul {
  padding: 0 !important;
  margin: 0 !important;
}

.header-contact ul li {
  display: inline-block;
  font-size: 14px !important;
  color: #efefef;
}

.header-contact ul li:first-child {
  padding-right: 10px !important;
}

.social-links ul {
  padding: 0 !important;
  margin: 0 !important;
}

.social-links ul li {
  display: inline-block;
  color: #efefef;
}

.social-links ul li.icons {
  padding: 5px !important;
  background: #fff !important;
  line-height: 0;
  border-radius: 50%;
  color: #fff !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-links ul li.icons a {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
  line-height: 0;
  font-size: 12px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-links ul li.icons:nth-child(2) a {
  color: #0080ed !important;
}

.social-links ul li.icons:nth-child(3) a {
  color: #1da1f2 !important;
}

.social-links ul li.icons:nth-child(4) a {
  color: #469b03 !important;
}

.social-links ul li.icons:nth-child(5) a {
  color: #b92a48 !important;
}

.news-image {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.border-bottom-grey {
  border-bottom: 1px solid #808080;
}

.b-shadow {
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5) !important;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
}

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

.capacity-check-boxes {
  display: none;
  border: none !important;
  background: #fff !important;
  padding: 4px 20px !important;
}

.capacity-check-boxes label {
  display: block;
}

.navbar {
  z-index: 1500;
}

.navbar .nav-link {
  padding: 10px 0 !important;
  margin: 0 15px !important;
  text-transform: uppercase;
  font-family: Montserrat-Medium !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #004085 !important;
  position: relative;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 1px !important;
  background-color: #004085 !important;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .nav-link.active::after, .navbar .nav-link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar .dropdown-menu .dropdown-item {
  color: #004085 !important;
  font-size: 14px !important;
  font-family: Montserrat-Medium !important;
  text-transform: uppercase;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background: #004085 !important;
  color: #fff !important;
}

.navbar .dropdown-toggle::after {
  margin-left: 0 !important;
  border: 0 !important;
}

.product-banner {
  height: 40vh;
  max-width: 100vw;
  position: relative;
}

.product-banner img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-banner .product-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: rgba(0, 0, 0, 0.5) !important;
}

.main {
  margin-top: 90px !important;
}

.carousel-inner.home-banner .carousel-item .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
  background: rgba(0, 0, 0, 0.4) !important;
}

.carousel-inner.home-banner .carousel-item .carousel-caption {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  text-align: left;
}

.carousel-inner.home-banner .carousel-item img {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

ol.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 8px !important;
  border-radius: 50%;
  border: 3px solid #fff !important;
  background: transparent !important;
}

ol.carousel-indicators li.active {
  background: #fff !important;
}

.home-banner-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 92, 179, 0.9))), url(/frontend/images/overlay-1.jpg);
  background: linear-gradient(rgba(11, 92, 179, 0.9)), url(/frontend/images/overlay-1.jpg);
  height: 20vh;
  background-position: bottom;
  background-size: cover;
}

.banner-green {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 92, 179, 0.9))), url(/frontend/images/overlay-1.jpg);
  background: linear-gradient(rgba(11, 92, 179, 0.9)), url(/frontend/images/overlay-1.jpg);
  height: 60vh;
  background-position: bottom;
  background-size: cover;
}

.banner-white {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4))), url(/frontend/images/overlay-1.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.4)), url(/frontend/images/overlay-1.jpg);
  height: 60vh;
  background-position: bottom;
  background-size: cover;
}

.banner-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 220, 220, 0.8))), url(/frontend/images/overlay-1.jpg);
  background: linear-gradient(rgba(220, 220, 220, 0.8)), url(/frontend/images/overlay-1.jpg);
  height: 60vh;
  background-position: bottom;
  background-size: cover;
}

.footer .links {
  margin: 0 !important;
}

.footer .links li {
  list-style: none;
}

.footer .links li a {
  text-transform: capitalize;
  color: #808080 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .links li a:hover {
  color: #004085 !important;
}

.footer .social-links {
  margin: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer .social-links li {
  display: inline-block;
  margin: 0 3px !important;
}

.footer .social-links li a {
  color: #808080 !important;
}

.footer .social-links li a:hover {
  color: #004085 !important;
}

.footer .social-links li:nth-child(1) a {
  color: #0080ed !important;
}

.footer .social-links li:nth-child(2) a {
  color: #1da1f2 !important;
}

.footer .social-links li:nth-child(3) a {
  color: #469b03 !important;
}

.footer .social-links li:nth-child(4) a {
  color: #b92a48 !important;
}

.contact-border {
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background: #004085 !important;
  margin: 5px auto !important;
}

.contact-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url(/frontend/images/overlay-1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.5)), url(/frontend/images/overlay-1.jpg);
  background-position: center;
  background-size: cover;
  height: 40vh;
}

.img-hover-zoom {
  width: 200px !important;
  height: 200px !important;
  overflow: hidden;
  position: relative;
}

.img-hover-zoom img {
  background: #fff !important;
  width: inherit;
  height: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-hover-zoom .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.img-hover-zoom .overlay p {
  color: white;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.img-hover-zoom:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.img-hover-zoom:hover .overlay {
  opacity: 1;
}

.prod-name {
  line-height: 16px;
  width: 200px !important;
}

.cat-sidebar {
  margin: 0 !important;
  padding-left: 1rem !important;
}

.cat-sidebar li {
  list-style: none;
  font-family: Montserrat-Medium !important;
  font-size: 12px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #dde1e8 !important;
}

.cat-sidebar li a {
  color: #808080 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

.cat-sidebar li a.active, .cat-sidebar li a:hover {
  color: #004085 !important;
}

.cat-sidebar li a:hover {
  padding-left: 4px !important;
}

.cat-sidebar li:last-child {
  border-bottom: 0 !important;
}

.services-img {
  height: 80vh !important;
  width: inherit !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-border {
  width: 30%;
  height: 4px;
  border-radius: 2px;
  background: #004085 !important;
}

.services-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6))), url(/frontend/images/overlay-1.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.6)), url(/frontend/images/overlay-1.jpg);
  background-size: cover;
  height: 80vh !important;
  width: inherit !important;
  color: #fff !important;
}

.page-item {
  margin-bottom: 20px !important;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #004085 !important;
  border-color: #004085 !important;
}

.page-link {
  color: #004085 !important;
}

.page-link:focus,
.btn:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}

@media (max-width: 960px) {
  .header-sm-contact ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
  }
  .header-sm-contact ul li {
    display: inline-block;
    font-size: 10px !important;
  }
}

@media (max-width: 576px) {
  .border-right-primary {
    border-right: 0 solid #004085 !important;
    border-radius: 2px;
  }
  .border-sm-bottom {
    border-bottom: 2px solid #808080;
    width: 75%;
    margin: 0 auto !important;
  }
  .logo {
    height: 40px !important;
  }
  .footer .links {
    margin-top: 10px !important;
  }
  .footer .social-links ul {
    padding-bottom: 10px !important;
  }
  .main {
    margin-top: 68px !important;
  }
  .home-banner-2 {
    height: 15vh;
  }
  .img-hover-zoom {
    width: 270px !important;
    height: 270px !important;
  }
  .prod-name {
    width: 270px !important;
  }
  .services-img {
    height: 40vh !important;
  }
  .services-overlay {
    height: 40vh !important;
  }
}

.mixedSlider {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5% !important;
}

.mixedSlider .MS-content .item {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  padding: 0 10px;
}

.mixedSlider .MS-controls button {
  position: absolute;
  border: 0;
  padding: 30px 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff !important;
  color: #000 !important;
  font-size: 35px !important;
  font-weight: bold;
}

.mixedSlider .MS-controls .MS-left {
  left: -10%;
}

.mixedSlider .MS-controls .MS-right {
  right: -10%;
}

@media (max-width: 767px) {
  .mixedSlider .MS-content .item {
    width: 100%;
  }
  .mixedSlider .MS-controls button {
    padding: 20px 20px;
    top: 50%;
  }
  .mixedSlider .MS-controls .MS-left {
    left: 0;
  }
  .mixedSlider .MS-controls .MS-right {
    right: 0;
  }
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #b6b6b6;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

button:focus {
  outline: 0px dotted !important;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 1600;
  padding-top: 100px !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.image-modal .image-modal-content {
  margin: auto !important;
  display: block;
  height: 350px;
  max-width: 700px;
}

.image-modal .caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}

.image-modal .image-modal-content,
.image-modal .caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.image-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.image-modal .close:hover, .image-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .logo {
    height: 30px !important;
  }
  .header-sm-contact ul li {
    display: inline-block;
    font-size: 8px !important;
  }
  .img-hover-zoom {
    width: 170px !important;
    height: 170px !important;
  }
  .prod-name {
    width: 170px !important;
  }
}
/*# sourceMappingURL=style.css.map */
#project-area{padding-top:0px!important}
