
div#fp-nav {
    top: 35% !important;
}


#section1,
#section1 .fp-slide,
#section1 .fp-tableCell {
  height: auto !important;
}

.about-banner {
    height: 360px;
    background-color: #F8F8F8;
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6em;
    position: relative;
}
.about-banner img.vector {
    position: absolute;
    right: 0;
}

.about-banner h2 {
    color: #373435;
    font-size: 34px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.5px;
}
.about-banner p {
    color: rgba(55, 52, 53, 0.30);
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}



div#section1 .fp-tableCell {
  vertical-align: top;
}

a.whatsapp-icon {
  background-color: #008000;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
}

/* About NFG */
#section2 {
  background-color: #fff;
  color: #373435;
}

h1.section-title,
h2.section-title {
  color: #373435;
}

ul.project-list-info {
  margin-top: 4em;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

ul.project-list-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  width: 32%;
  border: 1px solid rgba(55, 52, 53, 0.20);
  padding: 35px 50px;
}
ul.project-list-info li img {
  margin-right: 30px;
  position: relative;
  top: 5px;
  width: 50px;
}
ul.project-list-info li span.number,
ul.project-list-info li span.plus {
  font-size: 42px;
}
ul.project-list-info p {
  margin: 0;
  font-size: 18px;
}

div#section3 figure img,
div#section4 figure img {
  width: 202px;
  position: relative;
  top: 15px;
}
div#section3 figure,
div#section4 figure {
  margin: 0 auto;
  width: 285px;
  height: 285px;
  background-color: #f58634;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}

#section3 h2.section-title,
#section4 h2.section-title {
  color: #373435;
}


div#section3 h4 b,
div#section4 h4 b {
    padding-right: 15px;
    border-right: 2px solid #D9D9D9;
    margin-right: 10px;
}

div#section3 h4,
div#section4 h4 {
  color: #373435;
  font-size: 26px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.2px;
}
div#section3 h4 span,
div#section4 h4 span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

h4.sub-section-title {
  color: #f58634;
  font-size: 16px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 500;
  line-height: 0px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

#section5,
#section5 .fp-slide,
#section5 .fp-tableCell {
  height: auto !important;
}

div#section5 {
    background-color: #373435;
    height: 65vh !important;
    margin-top: 4em;
    padding: 4em 0 1em !important;
}
div#section5 h2.section-title {
  color: #fff;
}
div#section5 .card.card-body {
  background-color: transparent;
  color: #fff;
}
div#section5 .card.card-body figure {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
}
div#section5 .card.card-body p {
  margin-bottom: 0;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0px;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  background-color: #f58634;
}

.swiper-button-prev.swiper-button-black {
  left: 0;
  background-size: 17px;
}
.swiper-button-next.swiper-button-black {
  right: 0;
  background-size: 17px;
}

a#test_left_nav {
  position: absolute;
  top: 65%;
  left: 11%;
  width: fit-content;
  cursor: pointer;
  z-index: 999;
}
a#test_right_nav {
  position: absolute;
  top: 65%;
  right: 11%;
  width: fit-content;
  cursor: pointer;
  z-index: 999;
}
.swiper-button-black {
  display: none;
}

.swiper-custom-nav i {
  font-size: 24px;
}

.thumb-wrapper {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.thumb-wrapper figure {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.thumb-wrapper figure img {
  width: 100%;
  border-radius: 100%;
}

.thumb-wrapper div {
  margin-left: 15px;
}
.thumb-wrapper h5 {
  margin: 0;
  font-size: 17px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.thumb-wrapper div p {
  color: #919394;
  font-size: 12px;
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.gallery-thumbs .swiper-slide-thumb-active h5,
.gallery-thumbs .swiper-slide-thumb-active p {
  color: #fff;
}

/* Media Query */

@media (max-width: 1440px) {
  ul.project-list-info {
    margin-top: 1em;
  }
  ul.project-list-info li {
    padding: 30px 30px;
  }
    ul.project-list-info li span.number, ul.project-list-info li span.plus {
        font-size: 34px;
    }
}

@media (max-width: 992px) {
  .section-padding {
    padding: 2.5em 0 !important;
  }

  h1.section-title,
  h2.section-title {
    font-size: 24px;
    line-height: 34px;
  }

  p.para {
    font-size: 14px;
    margin-bottom: 10px;
  }

  ul.project-list-info li span.number {
    font-size: 18px;
  }

  aside {
    font-size: 14px;
  }

  .about-banner { height: 250px; padding-left: 3em; }
  .about-banner img.vector {
    width: 300px;
  }
  .about-banner h2 {
    font-size: 24px;
    line-height: 34px;
  }


  ul.project-list-info li img {
    width: 35px;
  }
  ul.project-list-info p {
    font-size: 16px;
    line-height: 18px;
  }

  div#section3 h4, div#section4 h4 { font-size: 20px; }

  div#section5 .card.card-body figure {
    width: 50px;
    height: 50px;
  }
  div#section5 .card.card-body h4 {
    font-size: 18px;
  }
  div#section5 .card.card-body p {
    font-size: 14px;
  }
  div#section5 { marign-top: 3em; }
    .gallery-thumbs {
        margin-top: 1em !IMPORTANT;
    }
      .swiper-custom-nav i {
        font-size: 20px;
    }

    a#test_left_nav {
    top: 68%;
    left: 0;
    }
    a#test_right_nav {
    top: 68%;
    right: 0;
    }
}

@media (max-width: 767px) {
  header.ps-5.pe-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  a.navbar-brand img {
    width: 160px;
  }

div#section1 {
    padding: 0 0px !important;
    position: relative;
}
  .about-banner {
    height: auto;
    padding-left: 15px;
}
  .about-banner img.vector {
    width: 100%;
    position: relative;
}

.about-banner h2 {
    margin-top: 1em;
}
.section-padding {
    padding: 2em 0 !IMPORTANT;
    height: auto !important;
}
div#section3 h4, div#section4 h4 {
    line-height: 18px;
}

div#section3 figure, div#section4 figure {
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

div#section3 figure img, div#section4 figure img {
    width: 100px;
    top: 5px;
}
ul.project-list-info {
    display: flex;
    flex-wrap: wrap;
}
ul.project-list-info li img {
    width: 45px;
}

ul.project-list-info li {
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
ul.project-list-info li:last-child { width: 100%; }
div#section3 h4, div#section4 h4 {
    font-size: 16px;
}

.swiper-container.gallery-thumbs {
    width: 80%;
}

.fp-tableCell {
    display: block;
    height: auto !important;
}
a#test_left_nav, a#test_right_nav {
    top: 78%;
}

div#section5 .col {
    flex: auto;
}

div#section5 .card.card-body figure {
    width: 70px;
    height: 70px;
}



div#section4 {
    padding-top: 0 !important;
}

div#section5 {
    height: auto !important;
    position: relative;
    margin-top: 0;
}
div#section6 {
    position: relative;
}

a.whatsapp-icon {
    width: 40px;
    height: 40px;
}

ul.project-list-info li span.number, ul.project-list-info li span.plus {
    font-size: 18px;
}

}
