﻿body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
}
.bg-primary {
  background-color: #65b741 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.bg-color {
  background-color: #fbfbfb !important;
}

.bg-gray {
  background-color: #aaaaaa !important;
  background-color: var(--);
}

.bg-card-green {
  background-color: #f6f6e4 !important;
}

.bg-gray-light {
  background-color: #e1e1e1 !important;
}

.bg-black {
  background-color: #151515 !important;
}

.bg-ash {
  background-color: #aaaaaa !important;
}

.color-white {
  color: #ffffff;
}

.color-gray {
  color: #aaaaaa !important;
}

.color-dark {
  color: #333333 !important;
}

.color-black {
  color: #151515 !important;
}

.color-primary {
  color: #65b741 !important;
}

.center {
  text-align: center;
}
.heading1 {
  font-size: 60px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  line-height: 72px;
  word-wrap: break-word;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: 1px solid #fff;
  outline: none;
  background-color: #65b741;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #000;
}

.heading2 {
  font-size: 48px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  line-height: 56px;
  word-wrap: break-word;
}

.heading3 {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 42px;
  word-wrap: break-word;
}

.heading4 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 42px;
  word-wrap: break-word;
}
.heading5 {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 32px;
  word-wrap: break-word;
}

.text1 {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
}

.text2 {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
}

.text3 {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 320;
  line-height: 22px;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
}
.text4 {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 280;
  line-height: 22px;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
}

.footer-text {
  opacity: 0.8;
}

.footer-text:hover {
  opacity: 1;
}

.card-services p {
  height: 80px !important;
}
.mt-none-sm {
  margin-top: 1.5rem;
}


.heading-services{
  text-align: left;
}
/* NavBar CSS-------------------------------------------------------------------------------------------------------------START */


.blog-height{
    height: 100px;
}
.img-fluid-nav {
    max-width: 30%;
    height: auto;
    margin-left: 10%;
}

.nav-link:hover {
  color: #0c0c0c;
  /* font-weight: 600; */
  opacity: 1;
}

.nav-link.active {
  font-weight: 600;
  opacity: 1;
  border-bottom: 3px solid rgb(255, 255, 255);
}

.navbar {
  /* position: fixed !important; */
  /* height: 110px; */
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 2rem;
  background-color: #0c0c0c;
}

.nav-link {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-wrap: nowrap;
  font-size: 18px;
  opacity: 0.75;
}

.navbar-toggler-icon {
  display: inline-block !important;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  /* background: no-repeat center center; */
  background-size: 100% 100%;
}

.navbar-front {
  background-color: #65b741; /* Initial background color */
  transition: background-color 0.5s ease; /* Smooth transition */
  position: fixed;
  width: 100%;
  /* top: 0; */
}

/* NavBar CSS-------------------------------------------------------------------------------------------------------------END */

.hero-image {
  background-image: url(../images/hero-back.png) !important;
}

.img-hero {
  max-width: 100%;
  height: 100%;
}

.multiply {
  mix-blend-mode: multiply;
}

/* Button lg start -------------------------------------------------------------------------------*/

.btn-main {
  /* color: #333333 !important; */
  height: 48px;
  background-color: #ffffff;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.btn-main:focus,
.btn-main:hover {
  text-decoration: none;
  background-color: #333333;
  color: #65b741 !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

/* btn lg end -----------------------------------------------------------------*/

/* btn bodered start--------------------------------------------*/

.btn-bordered {
  color: #ffffff !important;
  height: 48px;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border-color: #ffffff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.btn-bordered:focus,
.btn-bordered:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #65b741 !important;
}

.btn-bordered.focus,
.btn-bordered:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.btn-bordered.disabled,
.btn-bordered:disabled {
  opacity: 0.65;
}

.btn-vacancy {
  color: #333333 !important;
  height: 48px;
  background-color: transparent;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border-color: #333333;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.nav-logo {
  width: 120px;
}

/* learn more button start -----------------------------------------------------------*/
.btn-learn {
  color: #333333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  /* background-color: #e5e5e5;
  border-color: #e5e5e5 */
}

.btn-learn:hover {
  color: #65b741;
  /* background-color: #0069d9;
      border-color: #0062cc */
}

.btn-learn.focus,
.btn-learn:focus {
 
}

.mobile-bg {
  display: none;
}

.btn-connect {
  color: #ffffff;
  background-color: #65b741;
}

.btn-connect.focus,
.btn-connect:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 59, 61, 0.5);
}

.hero {
  /* border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px; */
  /* background-color: #151515; */
  border-radius: 0 0 50px 50px;
  background-size: cover;
  margin-top: 72px;
  height: 500px; /* You must set a specified height */
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.hero-primary {
  /* border-bottom-left-radius: 75px;
  border-bottom-right-radius: 75px; */
  /* background-color: #151515; */

  border-radius: 0 0 50px 50px;
  background-size: cover;
  margin-top: 48px;
  min-height: 500px; /* You must set a specified height */
  background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.btn-service {
  width: 400px; /* Adjust the width as needed */
  /*height: 40px;  Set the height if needed */
  padding: 8px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: Open Sans;
}

.image-careers {
  background-image: url(../images/careers.png) !important;
}

.image-blog {
  background-image: url(../images/blog.png) !important;
}

.image-contactus {
  background-image: url(../images/contactus.png) !important;
}

.image-about {
  background-image: url(../images/about.png) !important;
}

.image-products {
  background-image: url(../images/products.png) !important;
}

.image-services {
  background-image: url(../images/services.png) !important;
}

.gap-md {
  gap: 48px !important;
}

.card-career {
  background-color: #ffffff;
  border-radius: 15px;
}

.card {
  min-width: 214px;
  /* max-width: 304.75px; */
  /* border-radius: 16px; */
}

.icon-card {
  height: 100%;
  padding: 3rem;
}

.img-infocard {
  justify-content: end;
}

.info-card-text {
  align-items: start;
  text-align: justify;
}

.clientcard h5 {
  max-height: 64px;
  overflow: hidden;
}
.clientcard h6 {
  max-height: 44px;
  overflow: hidden;
}
.clientcard p {
  max-height: 180px;
  overflow: hidden;
}
.homecard {
  min-width: none !important;

  /* height: 540px; */
  /*height: 100%;*/
}

.homecard div {
  flex: auto !important;
}

.homecard p {
  margin: 0;
  height: 200px;
  overflow: hidden;
}
.card-user {
  height: 100%;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.padding-bottom {
  padding: 3rem;
}

.icon-footer {
  width: 36px;
  height: 36px;
}

/***********search bar***********/

.search-bar {
  padding-left: 2.375rem;
  display: block;
  width: 100%;
  height: 48px;
  font-size: 1rem;
  line-height: 36px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
/***********search bar***********/

.subscribe-bar {
  background-color: #0c0c0c;
}

/*****icon carousel******/

.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-color: transparent !important;
  box-shadow: none !important;
  /* width: 960px; */
  /* background-color: #fbfbfb; */
}

.slider::before,
.slider::after {
  /* background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(250px * 14);
  background-color: #fbfbfb;
}

.slider .slide {
  height: 100px;
  width: 250px;
  /* background-color: #070707; */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/*****icon carousel end******/

.card-solid {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  /* padding-top: 54.9px;
  padding-bottom: 54.9px;
  padding-left: 58.5px;
  padding-right: 57.6px; */
  padding: 20%;
  border-radius: 22.5px;
  overflow: hidden;
  border: 8px #65b741 solid;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

section h1{
  text-align: left;
}

.card-solid-img {
  flex: 1 1 0;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

/**********image bg*********/

.img-container {
  background-image: url(../images/bg-bodypart.jpg) !important;
  position: sticky;
}

.card-product {
  padding-top: 96px;
  padding-bottom: 96px;
}

/* animation fade up */
/* .fade-up {
  opacity: 0 !important;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;

  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up.fade-in-up {
  opacity: 1;
  transform: translateY(0);
  opacity: 1; /* Make the element visible when the animation class is added 
  transform: translateY(0);
} 

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fade-in-up 1s ease;
  animation-fill-mode: none;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.zoom-in {
  animation: zoom-in 0.8s ease;
  animation-fill-mode: none;
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-left {
  animation: slide-in-left 1s ease;
  animation-fill-mode: none;
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-right {
  animation: slide-in-right 1s ease;
  animation-fill-mode: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 1s ease;
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

.zoom-out {
  animation: zoom-out 0.8s ease;
  animation-fill-mode: none;
}
*/
/* animation fade up end*/

.pt-none-m {
  padding: 3rem;
}

.padding-footer {
  padding: 3rem;
}

.icon-card-box {
  padding: 1rem;
}

.dropdown-menu {
  background-color: #0c0c0c;
  border: 0;
}
.dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0c0c0c;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 200;
  color: #f0f0f0;
}

.dropdown-item:hover {
  background-color: #333333;
  color: #f0f0f0;
}

.hero h1 {
  margin-top: 3rem;
}

.inquiry-box {
  max-width: 400px;
  justify-content: end;
}
/* media queries**/

@media (min-width: 990px) {
  .card {
    max-width: 214px;
    max-width: 304.75px;
  }

  .homecard {
    max-width: none;
  }
}

@media (max-width: 990px) {
  section h1{
    text-align: center;
  }
  section{
    justify-content: center;
  }
  .dropdown-item-home {
    background-color: #65b741 !important;
  }
  .dropdown-menu-home {
    background-color: #65b741 !important;
  }
  .inquiry-box {
    width: 80%;
  }
  .icon-card-box {
    padding: 0.5rem;
  }

  .icon-row {
    padding: 0.5rem;
  }

  .icon-card h4 {
    font-size: 24px !important;
    font-weight: 600;
  }
  .icon-card p {
    font-size: 20px !important;
    font-weight: 400;
  }
  .icon-card {
    padding: 1rem;
  }
  .navbar-front {
    background-color: #65b741;
    /* transition: background-color 0.5s ease; 
    position: fixed;
    width: 100%;
    top: 0; */
  }

  /* .navbar-front.scrolled {
    background-color: #151515; 
  } */

  .pb-none-sm {
    padding-bottom: 0 !important;
  }
  .pt-none-sm {
    padding-top: 0 !important;
    padding-bottom: 1.5rem !important;
  }
  .info-card-img {
    max-width: 320px;
  }

  .info-card-btn {
    align-items: center;
  }

  .info-card-text {
    text-align: center;
  }

  .card {
    max-width: 214px;
  }

  .homecard {
    max-width: none;
  }

  .hero-primary {
    min-height: 580px;
  }
}

@media (max-width: 767px) {

  .p2-sm{
    padding-top: 1rem;
  }
  .icon-card h4 {
    font-size: 24px !important;
    font-weight: 600;
  }
  .icon-card p {
    font-size: 20px !important;
    font-weight: 400;
  }

  .info-card-text {
    text-align: center;
  }

  .row-gallery {
    margin-top: 1.5rem;
  }

  .heading1 {
    font-size: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 48px;
    word-wrap: break-word;
  }

  .heading2 {
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 40px;
    word-wrap: break-word;
  }

  .padding-bottom {
    padding: 1rem;
  }
}

@media (max-width: 575px) {
  .heading1-spaced {
    line-height:60px;
  }
  
  section{
    justify-content: center;
  }
  .dropdown-item-home {
    background-color: #0c0c0c !important;
  }
  .dropdown-menu-home {
    background-color: #0c0c0c !important;
  }
  .homecard {
    /* height: 460px; */
  }

  .inquiry-box {
    width: 100%;
  }
  .hero h1 {
    margin-top: 1rem;
  }

  .hero {
    height: 440px;
  }
  .navbar-front {
    background-color: #0c0c0c; /* Initial background color */
  }
  .p-none-sm {
    padding: 0.5rem !important;
  }

  .icon-card h4 {
    font-size: 24px !important;
    font-weight: 600;
  }
  .icon-card p {
    font-size: 20px !important;
    font-weight: 400;
  }

  .info-card-img {
    max-width: 240px;
  }

  .icon-row {
    padding: 0.5rem;
  }

  .btn-service {
    width: 100%;
  }
  .card {
    max-width: 566px;
  }

  .homecard {
    max-width: none;
  }

  .icon-card {
    height: 100%;
    padding: 2rem;
  }

  .hero {
    border-radius: 0 0 25px 25px;
  }
  .hero-primary {
    border-radius: 0 0 25px 25px;
  }

  .map-contact {
    height: 300px;
  }
  .pt-none-m {
    padding-top: 0;
  }

  .padding-footer {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .text-center-sm {
    text-align: center;
  }
  .px-sm {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .mx-sm {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .mt-none-sm {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .homecard-header {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .homecard {
    /* height: 480px; */
  }
  .homecard div {
    max-height: 260px;
  }
  .hero {
    height: 440px;
  }
  #myBtn {
    bottom: 40px;
    right: 30px;
  }

  .icon-card {
    padding: 0.5rem;
  }
}

@media (max-width: 380px) {

    .hero {
        height: 500px;
    }

    homecard div {
        max-height: 230px;
    }
}
    

    /* nav icon dropn down */

    .dropbtn {
        /* padding: 16px; */

        border: none;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #0c0c0c;
        /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
        z-index: 1;
    }

        .dropdown-content a {
            color: rgb(255, 255, 255);
            padding: 16px 20px;
            text-wrap: nowrap;
            text-decoration: none;
            display: block;
            font-size: 16px;
            font-family: Open Sans;
        }

            .dropdown-content a:hover {
                background-color: #333333;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        /* background-color: #65b741; */
    }

    /* navbar hover dropdown end */
