@font-face {
  font-family: interLight;
  src: url(./../fonts/Inter-Light.woff);
}
@font-face {
  font-family: interRegular;
  src: url(./../fonts/Inter-Regular.woff);
}

@font-face {
  font-family: interBold;
  src: url(./../fonts/Inter-Bold.woff);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ddbf02;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a {
  color: #c9d953;
}

body {
  font-size: 1em;
  font-family: interRegular;
  overflow-x: hidden;
}

.bg-primary {
  background-color: #174b8a !important;
}
.bg-grey {
  background: #f3f3f3;
}

.bg-triangle {
  background: #f3f3f3 url(../images/triangle-bg.png);
}

.bg-green {
  background: #ccdb5c;
}

.text-green {
  color: #ccdb5c;
}

.text-primary {
  color: #174b8a !important;
}
.btn-primary {
  background-color: #174b8a !important;
}

.btn::after {
  content: "\f054";
  font-weight: 400;
  position: absolute;
  left: 80%;
  top: 54%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.btn:hover {
  transition: all 0.5s;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgb(124, 124, 124);
  padding: 10px 40px;
  color: #fff;
}
.btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

.btn {
  padding: 10px 30px;
  border-radius: 0 !important;
}
.btn-outline-success {
  border: solid 1px #c9d953;
  color: #fff;
}

.btn-outline-success {
  border: solid 1px #c9d953;
  color: #fff;
}

.btn-outline-success:hover {
  background: #c9d953 !important;
}

.ul-1 {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

.ul-1 li {
  padding-left: 16px;
}

.ul-1 li::before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  font-size: 1.5em;
  color: #174b8a; /* Or a color you prefer */
}

.top-band,
.top-band a {
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
}
.top-band a:hover {
  color: #c9d953;
}

.fixed-top {
  background-color: #fff;
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  box-shadow: 1px 1px 10px #e6e6e6;
}

.fixed-top .w-75 {
  width: 50% !important;
}

.navbar-nav .nav-item .nav-link {
  transition: 0.3s ease;
  /* border-top: 4px solid transparent; */
  border-bottom: 2px solid transparent;
  margin-left: 2em;
}

.navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #ccdb5c;
  padding-bottom: 2px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  border-bottom: 2px solid #ccdb5c;
  padding-bottom: 2px;
}

.banner {
  background-size: cover;
  height: 600px;
}

.banner h1 {
  font-size: 3em;
  font-family: interBold;
  text-shadow: 1px 2px 2px #000;
}

.top-industry-div {
  background: #000;
  height: 200px;
}

.top-industry-div h2 {
  font-size: 2em;
}

.our-purpose-section-1 {
}

.our-purpose-section-1 img {
  height: 200px;
  margin-right: auto;
}

.form-section-bg {
  animation: scroll 70s linear infinite;
  background: url(../images//molucles.png);
  background-size: cover;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}

#home-form input {
  border: none;
  width: 100%;
  padding: 10px 20px;
}

.blog-img-div {
  height: 200px;
}

.footer-link a {
  margin-right: 20px;
  color: #000;
  text-decoration: none;
  font-size: 1em;
  transition: 0.3s ease;
  /* border-top: 4px solid transparent; */
  border-bottom: 2px solid transparent;
}

.footer-link a:hover {
  border-bottom: 2px solid #ccdb5c;
  padding-bottom: 2px;
}

.inner-banner {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.inner-banner h2 {
  font-size: 3.3em;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}

.paralax-layer {
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.blue-bg {
  background: url(../images/about-banner.jpg) no-repeat;
  background-size: cover;
  /* transform: translateZ(-500px) scale(3); */
}

.contact-banner {
  background: url(../images/contact-banner.jpg) no-repeat;
  background-size: cover;
  /* transform: translateZ(-500px) scale(3); */
}

.product-banner {
  background: url(../images/product-banner.jpg) no-repeat;
  background-size: cover;
  /* transform: translateZ(-500px) scale(3); */
}

.industry-banner {
  background: url(../images/industry-banner.jpg) no-repeat;
  background-size: cover;
  /* transform: translateZ(-500px) scale(3); */
}
.core-values-div {
  min-height: 500px;
}

.core-value-main {
  position: relative;
}
.core-value-main::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform-origin: 0 bottom 0;
  transform: scaleY(0);
  transition: 0.4s ease-out;
}

.core-value-main:hover {
  color: #000;
}

.core-value-main:hover::before {
  transform: scaleY(1);
}

.post-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.333;
  transition: 0.4s ease-out;
}

.post-title-sub {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.333;
  transition: 0.4s ease-out;
}

.core-value-bg {
  color: #fff;

  background-size: cover;
}

.core-value-image-1 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(46, 95, 155, 0) 5%,
      rgba(24, 77, 141, 1) 100%
    ),
    url("./../images/group-hands.jpg") no-repeat;
}

.core-value-image-2 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(46, 95, 155, 0) 5%,
      rgba(24, 77, 141, 1) 100%
    ),
    url("./../images/bright.jpg") no-repeat;
}

.core-value-image-3 {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(46, 95, 155, 0) 5%,
      rgba(24, 77, 141, 1) 100%
    ),
    url("./../images/business-hands.jpg") no-repeat;
}

figure.effect-sadie img {
  transition: transform 0.9s; /* Animation */
}

figure.effect-sadie figcaption::before {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  ); */
  background: linear-gradient(
    to bottom,
    rgba(198, 214, 100, 0) 0%,
    rgba(198, 214, 100, 0.8) 0%
  );
  content: "";
  opacity: 0;
  /* transform: translate3d(0, 50%, 0); */
  transform: translate3d(0, 2%, 0);
}
figure.effect-sadie h2 {
  position: absolute;
  text-align: center;
  top: 60%;
  left: 0;
  font-size: 1.8em;
  font-family: interBold;
  font-weight: bold;
  width: 100%;

  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #174b8a;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 1;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

figure.effect-sadie:hover img {
  transform: rotate(0deg) scale(1.5);
}

.rounded-div {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 60%;
  }
  footer img {
    width: 70%;
    margin: auto;
  }
  .navbar-light .navbar-toggler {
    border: none !important;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(./../images/menu.png);
  }
}

@keyframes scroll {
  100% {
    background-position: 0px -3000px;
  }
}

@media (prefers-reduced-motion) {
  .wrapper {
    animation: scroll 200s linear infinite;
  }
}

.item-1 {
  background: url(../images/banner.jpg) no-repeat;
}

.item-2 {
  background: url(../images/service-banner.jpg) no-repeat;
}

.item-3 {
  background: url(../images/soap-banner.jpg) no-repeat;
}

.item-thumb {
  height: 100px;
  width: 100px;
}

.item-thumb img {
  transition: all 0.2s ease-in-out;
}

.item-thumb img:hover {
  transform: scale(1.3);
  background: transparent;
  border: solid 6px #fff;
}

.watsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  transition: all 0.2s ease-in-out;
}

.watsapp:hover {
  transform: scale(1.2);
}

#myModal li {
  color: red;
  font-size: 0.8em;
  list-style-type: none;
}

#myModal li::before {
}

.pro_modal_click {
  cursor: pointer;
}
.pro_modal_click img {
  transition: all 0.2s ease-in-out;
}

.pro_modal_click:hover img {
  transform: scale(1.1);
  box-shadow: 1px 1px 10px #555;
}
