.background-gray {
  background: #f4f6f9;
}

.green-text {
  color: #004007;
}

.abt-img {
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.manufacturing-img {
  padding: 20px;
  background-image: url('../images/manufacturing-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-img {
  background-image: url('../images/login-bg.png');
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .dr-card .card-body {
    height: 385px;
  }
}

.sucsess-hr {
  position: relative;
}

@media (max-width: 767px) {

  #quick-links,
  #social {
    width: 50%;
  }
}





.border-image {
  border: 10px solid #036592;
  border-radius: 7px;
}

.btn-insights {
  background-color: #fff !important;
  color: #111 !important;
  padding: 2px !important;
  font-size: 1em !important;
  text-transform: capitalize !important;
  text-align: left;
  border-radius: 14px !important;

}

/*.nav-pills .nav-link.active {
  background: linear-gradient(to right, #00a1eb, #fff, #fff, #fff, #00ab5e) !important;
  color: #1e1e1e !important;
}
*/
    
.insights-btn-green {
  background: #008a4c;
  border-radius: 30px;
  border: 1px solid #333;
  color: #fff;
  padding: 6px 4px 6px 10px;
  transition: 0.5s;
}

.insights-btn-green span {
  background: #fff;
  color: #008a4c;
  padding: 5px 8px;
  border-radius: 100%;
}

.insights-btn-green:hover {
  background: #fff;
  color: #008a4c;
}

.login-blur {
  /* background: rgba(255, 255, 255, 0.2); 
  backdrop-filter: blur(10px); 
  border-radius: 10px; 
  background: rgba( 169, 214, 171, 0.3 );
  backdrop-filter: blur( 3px );
  -webkit-backdrop-filter: blur( 3px );
   */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px;
}

.insight-img {
  height: 200px;
  object-fit: contain;
}

footer {
  box-shadow: rgba(181, 170, 170, 0.3) 0px -25px 20px -20px;
}


.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 25px;
  color: #ffffff;
  background-color: #112C50;
  z-index: 4;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  border-radius: 50%;
  border: 1px solid #112C50;
}

.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .go-top.active {
    top: 90%;
  }
}


.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #007db6;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 50%;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}


.whatsapp-icon {
  position: fixed;
  bottom: 5px;
  left: 20px;
  width: 55px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
}


@media (max-width: 768px) {
  .whatsapp-icon {
    bottom: 88px;
    width: 47px;
  }
}

.social-media {

  position: fixed;
  /* bottom: 5px; */
  right: 2px !important;
  width: 65px;
  /* height: 60px; */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  top: 30%;
  background-color: transparent;
  background-size: cover;
  padding: 5px 4px 0px 4px;

  border-radius: 5px;

}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}