body {
    color: #2D4D3D;
    text-align: justify;
    text-justify: inter-word;
    background-color: #fff4dc;
}

.landing{
    background-color: #2D4D3D;
    color: #fff4dc;
}

@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('./fonts/OPTIMA.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('./fonts/Optima_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('./fonts/Optima\ Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('./fonts/OPTIMA_B.woff') format('woff');
    }

    .brand {
        font-family: 'Optima Bold';
        color: #fff4dc;
        /* text-shadow: 0px 0px 3px rgba(51, 51, 51, 0.25); */
    }

    .title {
        font-family: 'Optima Bold';
        color: #2D4D3D;
    }

    .lead-text {
      font-family: 'Optima';
      font-size: 16pt;
    }

    .title-card {
        font-family: 'Optima Bold';
        color: #fff4dc;
    }

    .about-img {
        background: url('https://picsum.photos/500/500');
        height: 300px;
    }

    .detail-img {
        background: url('https://picsum.photos/250/500');
        height: 200px;
    }
    .px-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important;
    }

    .contact-section {
        background-color: #2D4D3D;
        color: #fff4dc;
    }

    .card {
      background: #2D4D3D;
      color: #fff4dc;
      font-family: 'Optima';
      border-radius: 0;
      box-shadow: 4px 4px 0 #131313;
    }

    /* (A) FIXED WRAPPER */
  .hwrap {
    overflow: hidden; /* HIDE SCROLL BAR */
    background: #2D4D3D;
  }
 
  /* (B) MOVING TICKER WRAPPER */
  .hmove { display: flex; }

  /* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
  .hitem {
    flex-shrink: 0;
    width: 7.5%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    color: #fff4dc
  }
 
  /* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
  /* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
  @keyframes tickerh {
    0% { transform: translate3d(100%, 0, 0); }
    100% { transform: translate3d(-400%, 0, 0); }
  }
  .hmove { animation: tickerh linear 50s infinite; }
  .hmove:hover { animation-play-state: paused; }

.fp-viewing-Home #fp-nav ul li a span{
    background: #fff4dc;
}

.fp-viewing-Home #fp-nav ul li .fp-tooltip {
    color: #fff4dc;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #2D4D3D;
}

#fp-nav ul li .fp-tooltip {
  color: #2D4D3D;
}


.fp-arrow.fp-prev {
  left: 50px;
  /* border: none; */
}

.fp-arrow.fp-next {
  right: 75px;
  /* border: none; */
}

.card > img {
  object-fit: cover;
}

.table td {
  background: #2D4D3D;
  color: #fff4dc;
  font-family: "Optima";
}

/* .carFixedHeight .carousel-item img {  
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:550px;
}

.carFixedHeight-proj-serv .carousel-item img {  
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:550px;
}

.carFixedHeight .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
} */

.card img {  
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:500px;
}

.img-wrapper {  
  width: 400px;
  height: 400px;
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

.down-arrow {
  position: absolute;
  animation: jumpInfinite 3.5s infinite;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}
 
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
 }

 .fp-warning, .fp-watermark a {
  display: none;
 }