/* Global */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;800;900&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
ul,
li,
input,
select,
textarea,
table,
th,
td {
  font-family: "Lato", sans-serif !important;
  font-weight: normal;
  font-style: normal;
}

.rgba-black-light {
  background-color: rgba(0, 0, 0, 0.35);
}

.rgba-black-light_0 {
  background-color: rgba(0, 0, 0, 0);
}

.rgba-black-light_1 {
  background-color: rgba(255, 255, 255, 0.2);
}

.rgba-black-strong {
  background-color: rgba(0, 0, 0, 0);
}

.rgba-blue-grey-slight {
  background-color: rgba(96, 125, 139, 0.1);
}

.rgba-blue-grey-light {
  background-color: rgba(96, 125, 139, 0.35);
}

.rgba-blue-grey-strong {
  background-color: rgba(96, 125, 139, 0.7);
}

.rgba-orange-slight {
  background-color: rgba(255, 152, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 1rem 2.5rem -0.8rem rgba(0, 0, 0, 0.56), 0 0.25rem 1.5rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.75rem -0.3rem rgba(0, 0, 0, 0.2);
}

.section-content {
  padding: 4rem 0;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.divider:before, .divider:after {
  content: "";
  height: 0.15rem;
  background: #666;
  flex: 1;
}
.divider:before {
  margin: 0 0.45rem 0 0;
}
.divider:after {
  margin: 0 0 0 0.45rem;
}

#shadow-box {
  transition: 0.5s ease-in-out;
}

.bg-purple {
  background-color: purple;
}

.text-purple {
  color: purple;
}

hr.hr-white {
  border-top: 1px solid #fff;
}

.form-control {
  border-radius: 20px;
}
.form-control:focus {
  border: 1px solid #9933cc;
  box-shadow: none;
}

::-moz-placeholder {
  font-size: 0.85rem;
  opacity: 0.5;
}

::placeholder {
  font-size: 0.85rem;
  opacity: 0.5;
}

.main {
  background: #fff;
  z-index: 3;
}
.main-raised-square, .main-raised-rounded {
  margin: -60px 30px 0;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.main-raised-rounded {
  border-radius: 6px;
}

blockquote {
  border-left: 0.5rem solid red;
  padding-left: 1rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .main-raised-square, .main-raised-rounded {
    margin: -60px 10px 0;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }
}
/* Navbar */
.btn:active, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.m_logo_size {
  position: fixed;
  left: 2rem;
  top: 3rem;
  width: 20%;
}

.modal-dialog {
  position: fixed;
  padding-right: 5rem;
  right: 0;
  top: 0;
  width: 100%;
}

.list-group-item {
  padding: 0rem;
  padding-right: 1rem;
  opacity: 1;
}

.navbar a.active {
  color: #d1d1d1 !important;
}
.navbar .navbar-toggler {
  position: fixed;
  padding-right: 3rem;
  padding-bottom: 2rem;
  right: 0rem;
  top: 2rem;
  background-color: rgba(255, 222, 89, 0.8);
  vertical-align: bottom;
  font-size: 1rem;
  font-weight: bold;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='5' stroke-linecap='' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-nav .nav-item.dropdown-wide {
  position: static;
}
.navbar .navbar-nav .nav-item.dropdown-wide .dropdown-menu.w-75 {
  margin-top: -0.5rem;
  left: 0%;
}
.navbar .navbar-nav .nav-item.dropdown-wide .dropdown-menu.w-75 #mega-menu {
  padding: 0 0.6rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-align: center;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #707070 !important;
  font-size: 0.85rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #d1d1d1 !important;
}

/* Mobile modal */
#navbarModalContent .mobile-menu li {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
#navbarModalContent .mobile-menu li.active > a {
  border-left: 0.25rem dotted #333;
}
#navbarModalContent .mobile-menu li .mobile-submenu {
  padding-left: 1.2rem;
}
#navbarModalContent .mobile-menu li a {
  padding-left: 1rem;
  text-decoration: none;
  font-weight: 400;
  color: #333;
}
#navbarModalContent .mobile-menu li a.current {
  font-weight: 700;
  color: #000;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Scroll to Top */
#scrolltoTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#scrolltoTop:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .navbar .m_logo_size {
    left: 1rem;
    top: 1.5rem;
    width: 40%;
  }
  .navbar .navbar-toggler {
    padding-right: 0.8rem;
  }
  .modal-dialog {
    top: 2rem;
    padding: 2.5rem;
    width: 100%;
  }
}
/* Footer */
.footer {
  background-color: #f0f0f0;
}
.footer a {
  text-decoration: none;
}
.footer .social-icons .twitter-link {
  color: #00aced;
}
.footer .social-icons .facebook-link {
  color: #3b5998;
}
.footer .social-icons .youtube-link {
  color: #cc181e;
}
.footer .copyright {
  font-size: 0.9rem;
}

/* banner */
.b_banner {
  height: 1px;
  background-color: #808080;
}

/* Carousel */
#carousel-front-slides #outer-slide {
  filter: blur(0px);
}
#carousel-front-slides #inner-slide {
  top: 15%;
  bottom: 15%;
}
#carousel-front-slides .landscape {
  display: block;
}
#carousel-front-slides .portrait {
  display: none;
}

/* Front info section */
#section-info {
  background-image: url("./../images/tile.jpg");
  background-repeat: repeat;
}

/* Front gallery */
#gallery {
  background-color: rgb(245, 243, 243);
}
#gallery .gallery-item {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
#gallery .gallery-item img {
  display: block;
}
#gallery .gallery-item:hover .img-overlay {
  top: 0;
}
#gallery .gallery-item .img-overlay {
  position: absolute;
  top: 100%;
  bottom: 0;
  right: 13px;
  left: 13px;
  padding: 2rem;
  background-color: rgba(209, 209, 209, 0.75);
  color: #fff;
  transition: top 0.25s ease-in-out;
}

/* Front Products */
#Products {
  background-color: rgb(209, 209, 209);
}
#Products .Products-item {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
#Products .Products-item img {
  display: block;
}
#Products .Products-item:hover .img-overlay {
  top: 0;
}
#Products .Products-item .img-overlay {
  position: absolute;
  top: 100%;
  bottom: 0;
  right: 13px;
  left: 13px;
  padding: 2rem;
  background-color: rgba(209, 209, 209, 0.75);
  color: #fff;
  transition: top 0.25s ease-in-out;
}

#latest-news {
  background-image: url("./../images/tile.jpg");
  background-repeat: repeat;
  transition: 0.5s;
}
#latest-news .card-footer {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1rem;
  background-color: transparent;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .landscape {
    display: none;
  }
  .portrait {
    display: block;
  }
  #carousel-front-slides .carousel-item {
    margin-top: 0rem;
  }
  #carousel-front-slides .carousel-item #outer-slide {
    filter: blur(0px);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #carousel-front-slides .landscape {
    display: none;
  }
  #carousel-front-slides .portrait {
    display: block;
    height: 40vh;
  }
  .vimeo {
    margin-top: 7rem;
  }
}
#topBanner {
  background-position: center;
}
#topBanner.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

#ceo {
  background-repeat: repeat;
}

#brand-history {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#brand-history .brand-content:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#aboutus .image-lightbox .col img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease-in-out;
}
#aboutus .image-lightbox .col img:hover {
  transform: rotate(-10deg) scale(1.05, 1.05);
  opacity: 1;
}
#aboutus .image-lightbox:hover img {
  opacity: 0.6;
  transform: scale(0.9, 0.9);
}
#aboutus .faq .accordion-button:not(.collapsed) {
  color: purple;
  font-weight: bold;
  font-size: 1.1rem;
}

#contactMap #map, #contactMap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: block;
}

#contactMap {
  height: 600px;
}
#contactMap .address-info {
  position: absolute;
  top: 50px;
  right: 50px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 3;
  transition: 0.5s ease-in-out;
}
#contactMap .address-info:hover {
  background-color: #fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
#contactMap #map {
  height: 580px;
}

#page-content.main .page-list a {
  text-decoration: none;
}

.communicate-box {
  background-color: rgba(96, 125, 139, 0.35);
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.communicate-box:hover {
  background-color: rgba(96, 125, 139, 0.7);
}

.widget-group {
  background-color: rgba(0, 0, 0, 0.35);
}
.widget-group:hover {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* sub_title */
.sub_title {
  color: rgb(255, 255, 255);
  background-color: #e1af3a;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.sub_text table {
  font-size: 0.8rem;
}
.sub_text p {
  font-size: 1rem;
}
.sub_text ul {
  list-style-type: disc;
  color: rgb(61, 61, 61);
  font-size: 0.9rem;
}
.sub_text li {
  margin-bottom: 3px;
  font-weight: normal;
  color: rgb(97, 97, 97);
  font-size: 0.8rem;
}

.bod {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}
.bod a {
  color: #666;
  text-decoration: none;
  text-align: center;
}

.bod1 {
  font-size: 0.9rem;
  color: #666;
}
.bod1 a {
  color: #666;
  text-decoration: none;
}

.table_style {
  font-size: 0.9rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  .sub_text table {
    font-size: 0.6rem;
  }
  .sub_text p {
    font-size: 0.8rem;
  }
  .sub_text ul {
    font-size: 0.7rem;
  }
  .sub_text li {
    font-size: 0.6rem;
  }
  #topBanner.banner {
    height: 25vh;
  }
}
.blog #topBanner {
  background-position: center;
}

#cta {
  background-color: #004d40;
}

#blog-main .card {
  margin-bottom: 1.5rem;
}
#blog-main .card-footer {
  background-color: transparent;
}
#blog-main aside a {
  text-decoration: none;
}

#post-content .post-header {
  border-bottom: 1px solid rgba(96, 125, 139, 0.7);
}
#post-content .post-featured-meta .post-meta {
  border-top: 1px solid rgba(96, 125, 139, 0.35);
  border-bottom: 1px solid rgba(96, 125, 139, 0.35);
}
#post-content .post-featured-meta .post-featured-second {
  position: relative;
}
#post-content .post-featured-meta .post-featured-second .post-excerpt,
#post-content .post-featured-meta .post-featured-second .second-featured-img {
  position: absolute;
  left: -4rem;
}
#post-content .post-featured-meta .post-featured-second .post-excerpt {
  top: 1rem;
}
#post-content .post-featured-meta .post-featured-second .second-featured-img {
  top: 10rem;
}

#post-content a,
#related-posts a {
  text-decoration: none;
}

#related-posts .image-raised {
  margin: -1.5rem 0.625rem 0;
  transform: scale(0.9);
}/*# sourceMappingURL=main.css.map */