/* Button */
a.btn {
  background:#0c3f6e;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 30px;
  transition: ease-in .1s;
}

a.btn:hover {
  background: #eb0d56;
  color: #0c3f6e;
}


/* Top Bar */
#sp-top-bar {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #0C3F6E !important;
  z-indeX: 99;
  position: relative;
}

#sp-top2 {
  width: 40%;
  margin-right: 0;
  left: 8%;
  position: relative;
}

#sp-top-bar a {
  color: #0C3F6E !important;
}

#sp-top-bar a:hover {
  color: #eb0d56 !important;
}

.sp-contact-info li {
  margin:0px 0px 0px 30px !important;
  font-size: 100% !important;
}

#sp-top-bar .sp-module {
  display: block !important;
  float: left;
}

/* Header */
#sp-header {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    /*linear-gradient(to bottom, rgba(255,255,255,.6) 30%, rgba(255, 255, 255, 0) 100%) !important;*/
  height: 60px !important;
  box-shadow: none !important;
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  animation: spFadeInDown 0.5s;
  background: #fff !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6) !important;
}

#sp-header .logo {
  display: inline-flex;
  margin: 0;
  align-items: center;
  height: 120px;
  background: #fff !important;
  padding: 5px;
  border-radius: 0 0 30px 30px;
}

#sp-logo {
  margin-top: -36px;
}

.logo-image {
  width: 100px !important;
  height: auto !important;
}

#sp-header.header-sticky .logo {
  height: ;
}

.header-sticky #sp-logo {
  margin-top: 0px;
}

#sp-menu > .sp-column {
  height: 60px !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 55px !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  text-transform: uppercase;
}

.sp-megamenu-parent > li.active > a {
  font-weight: 700 !important;
  color: #eb0d56 !important;
  border-bottom: 5px solid #eb0d56;
}

.sp-megamenu-parent > li > a {
  color: #0C3F6E !important;
  border-bottom: 5px solid #fff;
}

.sp-megamenu-parent > li > a:hover {
  color: #eb0d56 !important;
  border-bottom: 5px solid #eb0d56;
}

.homepage #sp-slider-desktop {
  margin-top: -97px !important;
  z-index: 1;
  position: relative;
}

.n2-ss-slider [data-mode="center"] .n2-ss-slide-background-image img {
  object-fit: cover !important;
}


/* Main Body */
#sp-main-body {
  padding: 100px 0 !important;
}




/* ==== Responsive ==== */

@media (min-width: 1199px) and (max-width: 1399px) {
  #sp-top2 {
    width: 50%;
    left: 4%;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  #sp-top2 {
    width: 55%;
    left: 45%;
  }
  
  #sp-slider-tablet {
    margin-top: -60px !important;
  }

  #sp-slider-tablet .n2-ss-slider [data-mode="center"] .n2-ss-slide-background-image img {
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  #sp-top-bar {
    padding: 0 !important;
  }
  
  #sp-top2 {
    display: none !important;
  }

  #sp-logo {
    margin-top: 0px;
  }

  #sp-header .logo {
    height: 100px;
  }

  .logo-image-phone {
    height: auto !important;
    width: 90px !important;
  }
  
  .homepage #sp-slider-mobile {
    margin-top: -60px !important;
  }

  #sp-slider-mobile .n2-ss-slider [data-mode="center"] .n2-ss-slide-background-image img {
    object-fit: cover;
  }
}


/* Page Header */
.page-header {
  position: relative;
  text-align: center;
  color: white;
}

.page-header-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
}


/* Login from offline page (to be removed after website goes live) */
html.coming-soon .coming-soon-login form {
  display: inline-block;
  visibility: hidden;
}


@media (max-width: 991px) {
  .page-header-text {
    font-size: 8vw;
  }
}




/* Home Page */
.homepage #sp-position5 {
  padding-left: 60px;
  padding-right: 60px;
  background-color:#f1f1f1;
}

.homepage .center-title {
  display: block;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
}


/* Front Page Carousel */
.owl-carousel {
  padding-top: 20px;
  padding-bottom: 100px;
}

.owl-carousel .blog-entry-image {
  max-height: 380px;
}

.owl-carousel .owl-item .entry-content h3 {
  font-size: 18px;
  font-weight: 600;
}

.blog-entry:hover img {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}




/* Products */
#rl_modal__group_0 {
  top: 60px;
}

$rl_modal__group_1 {
  top: 60px;
}

[data-modals-element="modal"] [data-modals-element="container"] {
  height: 90% !important;
}

@media (min-width: 768px) {
  [data-modals-element="modal"][data-modals-theme="dark"] {
    top: 60px;
  }
}

.products-box {
}

.products-box-img {
  width: auto;
  height: 360px;
  overflow: hidden;
  opacity: 1;
}

.products-box-img:hover {
  opacity: 0.8;
}

.products-box-content {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #0c3f6e;
  color: #fff;
  font-weight: bold;
  min-height: 88px;
}

.digi_showcase .image {
  text-align: center;
  height: 200px;
  overflow: hidden;
}

@media (max-width:465px) {
  .products-box-img {
    height: 280px;
  }
}




/* Cleanroom and ESD Apparel */
.apparel-box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.apparel-box img {
  margin: 0 auto;
}

.apparel-box hr {
  margin: 20px auto;
}




/* Scroll To Top */
.sp-scroll-up {
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}




/* Whatsapp floating icon */
.float-whatsapp-icon {
  position:fixed;
  width:50px;
  height:50px;
  bottom:70px;
  right:10px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float-whatsapp-icon {
  margin-top:10px;
}












