@media (max-width: 3200px) {
  .jl-manage-grid {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 24px;
  }
}
@media (max-width: 2600px) {
  .jl-manage-grid {
    padding-right: 11px;
    padding-left: 11px;
    margin-top: 22px;
  }
}
@media (max-width: 2000px) {
  .jl-manage-grid {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 1600px) {
  .jl-manage-grid {
    padding-right: 9px;
    padding-left: 9px;
    margin-top: 18px;
  }
}
@media (max-width: 1200px) {
  .jl-manage-grid {
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  .jl-manage-grid {
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 14px;
  }
}
@media (max-width: 768px) {
  .jl-manage-grid {
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 12px;
  }
}
@media (max-width: 576px) {
  .jl-manage-grid {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .jl-manage-grid {
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 8px;
  }
}



.home-back-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-one .text-content {
  padding-top: 26%;
  padding-bottom: 8%;
}
.section-one .text-one {
  color: #F2A709;
  font-size: 40px;
}
.section-one .text-two {
  color: #FFF;
  font-size: 100px;
  font-weight: 700;
}
.section-one .text-three {
  color: #F2A709;
  font-size: 48px;
  font-weight: 700;
}
.section-one .mobile-image {
  display: none;
}


@media (max-width: 1600px) {
  .section-one .text-content {
    padding-top: 22%;
    padding-bottom: 6%;
  }
  .section-one .text-one {
    font-size: 36px;
  }
  .section-one .text-two {
    font-size: 90px;
  }
  .section-one .text-three {
    font-size: 43px;
  }
}
@media (max-width: 1400px) {
  .section-one .text-content {
    padding-top: 22%;
    padding-bottom: 5%;
  }
}
@media (max-width: 1200px) {
  .section-one .text-content {
    padding-top: 18%;
    padding-bottom: 4%;
  }
  .section-one .text-one {
    font-size: 30px;
  }
  .section-one .text-two {
    font-size: 75px;
  }
  .section-one .text-three {
    font-size: 36px;
  }
}
@media (max-width: 900px) {
  .home-back-image {
    /* background-image: none !important; */
    background-color: #000837;
  }
  .section-one .text-content {
    padding-top: 20%;
    padding-bottom: 10%;
    text-align: left;
  }
  .section-one .text-one {
    font-size: 32px;
  }
  .section-one .text-two {
    font-size: 70px;
    color: #FFF;
  }
  .section-one .text-three {
    font-size: 38px;
  }
  .section-one .mobile-image {
    display: block;
  }
  .container-mob-image {
    display: grid;
    grid-template-columns: 3fr 1fr;
    padding-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .section-one .text-content {
    padding-top: 18%;
    padding-bottom: 8%;
    text-align: left;
  }
  .section-one .text-one {
    font-size: 30px;
  }
  .section-one .text-two {
    font-size: 66px;
  }
  .section-one .text-three {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .section-one .text-content {
    padding-top: 16%;
    padding-bottom: 6%;
    text-align: left;
  }
  .section-one .text-one {
    font-size: 26px;
  }
  .section-one .text-two {
    font-size: 60px;
  }
  .section-one .text-three {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .section-one .text-content {
    padding-top: 16%;
    padding-bottom: 6%;
    text-align: left;
  }
  .section-one .text-one {
    font-size: 22px;
  }
  .section-one .text-two {
    font-size: 52px;
  }
  .section-one .text-three {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .section-one .text-content {
    padding-top: 16%;
    padding-bottom: 6%;
    text-align: left;
  }
  .section-one .text-one {
    font-size: 18px;
  }
  .section-one .text-two {
    font-size: 40px;
  }
  .section-one .text-three {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .section-one .text-content {
    padding-top: 14%;
    padding-bottom: 5%;
    text-align: left;
  }
  .section-one .text-one {
    font-size: 14px;
  }
  .section-one .text-two {
    font-size: 32px;
  }
  .section-one .text-three {
    font-size: 18px;
  }
}
@media (max-width: 300px) {
  .section-one .text-content {
    padding-top: 12%;
    padding-bottom: 4%;
    text-align: left;
  }
  .section-one .text-one {
    font-size: 12px;
  }
  .section-one .text-two {
    font-size: 26px;
  }
  .section-one .text-three {
    font-size: 16px;
  }
}



/*************************************************/
/************ section two: our services **********/
/*************************************************/

.jl-section.section-two {
  background-color: #000837;
  margin-top: -1px;
}
.section-two .service-main {
  border: 1px solid #002269;
  padding: 1rem;
  height: 100%;
  border-radius: 1rem;
  background-color: #002269;
  /* opacity: 0.9; */
}
.section-two .service-main:hover {
  transition: 0.5s;
  color: #000837;
  opacity: 0.6;
}
.section-two .service-main img {
  width: 30%;
  max-width: 100px;
  max-height: 100px;
  height: fit-content;
  max-height: 100% !important;
}
.section-two .service-main .head {
  float: right;
  color: #F2A709;
  font-size: 22px;
  width: 100%;
  text-align: right;
  letter-spacing: 1px;
}
.section-two .service-main .p {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #FFF;
  text-align: justify;
  font-weight: 300;
  letter-spacing: 1px;
}
.section-two .service-main .main-content {
  display: flex;
}
.section-two .service-main .head-main {
  padding-top: 1rem;
  width: -webkit-fill-available;
}
.section-two .jl-container {
  padding-bottom: 3rem;
}
.jl-row .jl-col-extra {
  margin-top: 2rem;
}


@media (max-width: 1400px) {
  .section-two .service-main .head {
    font-size: 19px;
  }
  .section-two .service-main .p {
    margin-top: 2rem;
  }
  .section-two .jl-container {
    padding-bottom: 2rem;
  }
  /* .section-two .jl-col-extra {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
  } */
}
@media (max-width: 1200px) {
  .section-two .service-main .head {
    font-size: 18px;
  }
  /* .section-two .jl-col-extra {
    padding-right: 9px;
    padding-left: 9px;
    margin-top: 18px;
  } */
}

@media (max-width: 992px) {
  .section-two .service-main .head-main {
    padding-top: 0.8rem;
  }
  .section-two .service-main .head {
    font-size: 18px;
  }
  
  .section-two .service-main .p {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .section-two .service-main {
    border-radius: 1rem;
    /* border-top: 1rem solid #F2A709; */
  }
  .section-two .jl-container {
    padding-bottom: 1.5rem;
  }
  /* .jl-row .jl-col-extra {
    margin-top: 16px;
  } */
  /* .section-two .jl-col-extra {
    padding-right: 8px;
    padding-left: 8px;
  } */
}

@media (max-width: 600px) {
  .section-two .service-main .head-main {
    padding-top: 0.6rem;
  }
  .section-two .service-main .head {
    font-size: 18px;
  }
  .section-two .service-main .p {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
  }
  
  .section-two .service-main {
    border-radius: 0.8rem;
    padding: 0.6rem;
  }
  .section-two .jl-container {
    padding-bottom: 1rem;
  }
  /* .jl-row .jl-col-extra {
    margin-top: 12px;
  } */
  .section-two .row {
    margin-right: -6px;
    margin-left: -6px;
  }
  /* .section-two .jl-col-extra {
    padding-right: 6px;
    padding-left: 6px;
  } */
}
@media (max-width: 500px) {
  .section-two .service-main {
    padding: 0.5rem;
  }
  .section-two .service-main .head {
    font-size: 14px;
  }
  .section-two .service-main .head-main {
    padding-top: 0.4rem;
  }
}
@media (max-width: 400px) {
  .section-two .service-main {
    padding: 0.4rem;
    border-radius: 0.8rem;
  }
  .section-two .service-main .head {
    font-size: 12px;
  }
  .section-two .service-main .p {
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .section-two .service-main .head-main {
    padding-top: 0.2rem;
  }
}
@media (max-width: 350px) {
  .section-two .service-main .head {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .section-two .service-main .p {
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .section-two .service-main .head-main {
    padding-top: 0.1rem;
  }
}



/*  section 3: our products   */
.jl-section.section-three {
  background-color: #000837;
}
.section-three .three-content {
  padding: 2%;
  padding-bottom: 3rem;
}
.three-main {
  background-color: #c4e4ef;
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin: 0.2rem;
  text-align: center;
  height: 100%;
}
.three-main:hover {
  transition: 0.4s;
  transform: scale(1.03);
}
.three-main p {
  color: #0252db;
}
.three-main img {
  width: 80%;
  text-align: center;
}


@media (max-width: 1400px) {
  .three-content {
    padding: 1%;
  }
  .three-main {
    border-radius: 1.5rem;
    padding: 1rem;
  }
}
@media (max-width: 1200px) {
  .three-main {
    border-radius: 1rem;
    padding: 0.6rem;
  }
  .section-three .three-content {
    padding-bottom: 2rem;

  }
}
@media (max-width: 900px) {
  .section-three .three-content {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .section-three .three-content {
    padding: 0.6rem;
  }
  .three-main {
    border-radius: 0.8rem;
    padding: 0.5rem;
  }
}
@media (max-width: 450px) {
  .section-three .three-content {
    padding: 0.4rem;
  }
  .three-main {
    border-radius: 0.6rem;
    padding: 0.3rem;
    margin: 0;
  }
}
/* section 4: our process */
.jl-section.section-four {
  background-color: #000837;
  margin-top: -1px;
}
.jl-container.four-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.four-main {
  /* margin: 0.5rem; */
}
.arrow-pointer {
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #F2A709 , #F2A709);
  position: relative;

  &:after {
    content: '';
    position: absolute;
    left: 0; bottom: 0; width: 0; height: 0;
    border-left: 10px solid #000837;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  &:before {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #F2A709;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.bubble {
  position: relative;
  width: 100%;
  min-height: 80px;
  background: #FFF;
  border-radius: 1.5rem;
  margin: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #FFF;
}
.bubble.down {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #FFF;
}
.bubble-down {
  @extend .bubble;
    min-height: 220px;

  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: #FFF;
    border-bottom: 0;
    margin-left: -30px;
    margin-bottom: -30px;
  }
}
.bubble-up {
  @extend .bubble;
  min-height: 220px;

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-bottom-color: #FFF;
    border-top: 0;
    margin-left: -30px;
    margin-top: -30px;
  }
}

.four-main .three-num {
  background: transparent;
  background-color: transparent;
  margin-top: -1.8rem;
  position: absolute;
  background-color: #FFF;
  border-radius: 50%;
  padding: 1rem;
  width: 5rem;
  height: 5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  padding: 0.5rem;
  text-align: center;
  /* box-shadow: 0 0 15px #999; */
}
.four-main .three-num.down {
  margin-top: 2rem;
}
.four-main .design-one {
  background-color: #002269;
  color: #F2A709;
}
.four-main .design-two {
  background-color: #F2A709;
  color: #002269;
}
.four-main .heading {
  text-align: center;
  color: #002269;
  font-size: 18px;
  font-weight: 700;
  padding-top: 1rem;
  min-height: 80px;
}
.four-main p {
  text-align: justify;
  padding-top: 0.5rem;
  color: #002269;
  min-height: 150px;
  font-weight: 500;
}

@media (max-width: 1600px) {
  .section-two .jl-col-extra {
    padding-right: 9px;
    padding-left: 9px;
    margin-top: 18px;
  }
  .bubble {
    padding: 0.8rem;
    margin: 0.0rem;
    margin-bottom: 2rem !important;
  }
  .bubble.down {
    
    margin-top: 1rem !important;
  }
  .bubble-down {
    min-height: 190px;
  }
  .bubble-up {
    min-height: 190px;
  }
  .four-main p {
    padding-top: 0.2rem;
    min-height: 140px;
  }
  .four-main .three-num {
    margin-top: -1.6rem;
  }
}
@media (max-width: 1400px) {
  .bubble {
    padding: 0.6rem;
    margin: 0.6rem;
  }
  .bubble-down {
    min-height: 220px;
  }
  .bubble-up {
    min-height: 220px;
  }
  .four-main .three-num {
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
    margin-top: -1.3rem;
  }
  .four-main .three-num.down {
    margin-top: 3rem;
  }
  .four-main .heading {
    font-size: 18px;
  }
  .four-main p {
    min-height: 130px;
  }
  .jl-container.four-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1300px) {
  .bubble {
    padding: 0.5rem;
  }
  .four-main .three-num {
    margin-top: -1.1rem;
  }
  .four-main .three-num.down {
    margin-top: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .bubble {
    padding: 0.4rem;
  }
  .jl-container.four-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 1000px) {
  .bubble {
    padding: 0.5rem;
  }
  
  .four-main p {
    min-height: 170px;
  }
  .four-main .three-num {
    margin-top: -1.1rem;
  }
  .four-main .three-num.down {
    margin-top: 1.8rem;
  }
}
@media (max-width: 900px) {
  .bubble {
    border-radius: 1rem;
  }
  .bubble-down {
    min-height: 80px;
  }
  .bubble-up {
    min-height: 80px;
  }
  .four-main p {
    min-height: 90px;
  }
  .bubble-down {
    @extend .bubble;
    &::after {
      display: none !important;
    }
  }
  .four-main .three-num {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    margin-top: -0.8rem;
  }
  .four-main .design-two, .four-main .design-one {
    background-color: #002269;
    color: #F2A709;
  }
}
@media (max-width: 600px) {
  .four-main {
    margin: 0.4rem;
  }
  .four-main p {
    min-height: 120px;
  }
  .four-main .heading {
    font-size: 16px;
  }
  .bubble {
    margin: 0;
  }
  .bubble {
    margin-bottom: 1.6rem;
  }
  .four-main .three-num {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.5rem;
    margin-top: -0.8rem;
  }
}
@media (max-width: 500px) {
  .four-main p {
    min-height: 140px;
  }
  .four-main .heading {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .four-main {
    margin: 0.3rem;
  }
  .four-main p {
    min-height: 160px;
  }
  .four-main .heading {
    font-size: 14px;
  }
  .bubble {
    margin-bottom: 1.4rem;
  }
  .four-main .three-num {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    margin-top: -0.8rem;
  }
}
@media (max-width: 400px) {
  .four-main p {
    min-height: 95px;
  }
  .four-main .heading {
    font-size: 13px;
  }
  .four-main .heading {
    min-height: 50px;
  }
}
@media (max-width: 350px) {
  .four-main {
    margin: 0.3rem;
  }
  .four-main p {
    min-height: 100px;
  }
  .four-main .heading {
    font-size: 12px;
  }
}
@media (max-width: 300px) {
  .four-main {
    margin: 0.2rem;
  }
  .four-main .heading {
    font-size: 12px;
  }
  .four-main .heading {
    min-height: 60px;
  }
  .four-main p {
    min-height: 120px;
  }
}

/* section 5: our clients */
.jl-section.section-five {
  background-color: #000837;
  margin-top: -1px;
}
.section-five .five-main {
  /* margin: 0.5rem; */
  padding: 1rem;
  background-color: #FFF;
  border-radius: 1rem;
  border-top: 4px solid #0252db;
}
.section-five .five-main:hover img{
  transform: scale(1.05);
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .section-five .five-main {
    padding: 1.8rem;
  }
}
@media (max-width: 1400px) {
  .section-five .five-main {
    padding: 1.6rem;
    border-radius: 0.8rem;
  }
}
@media (max-width: 1200px) {
  .section-five .five-main {
    padding: 1.4rem;
    border-radius: 0.7rem;
  }
}
@media (max-width: 900px) {
  .section-five .five-main {
    /* margin: 0.4rem; */
    padding: 1rem;
    border-radius: 0.6rem;
  }
}
@media (max-width: 600px) {
  .section-five .five-main {
    margin: 0.3rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 450px) {
  .section-five .five-main {
    /* margin: 0.2rem; */
    padding: 0.6rem;
    border-radius: 0.4rem;
  }
}

/* section 6:our industries */
.jl-section.section-six {
  background-color: #000837;
}
.jl-container.six-content {
  padding-bottom: 3rem;
}
.hexagon-main {
  justify-content: center;
  align-items: center;
  margin: auto;
}
.hexagon-main .hexagon-area {
  display: flex;
  justify-content: center;
}
.hexagon-area.hexagon-two {
  margin-top: -40px;
}
.hexagon-main .hexagon-area .hexagon {
  position: relative;
  width: 220px;
  height: 250px;
  margin: 0 10px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.4s;
}
.hexagon-area .hexagon svg {
  font-size: 50px;
}
.hexagon-area .hexagon p {
  font-size: 30px;
  text-align: center;
}
.hexagon-main .hexagon-area .hexagon:hover {
  transform: scale(0.9);
}
@media (max-width: 1200px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 200px;
    height: 230px;
    margin: 0 8px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -44px;
  }
  .hexagon-area .hexagon svg {
    font-size: 40px;
  }
  .hexagon-area .hexagon p {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 180px;
    height: 200px;
    margin: 0 8px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -44px;
  }
  .hexagon-area .hexagon svg {
    font-size: 40px;
  }
  .hexagon-area .hexagon p {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 160px;
    height: 180px;
    margin: 0 4px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -36px;
  }
  .hexagon-area .hexagon svg {
    font-size: 34px;
  }
  .hexagon-area .hexagon p {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 150px;
    height: 170px;
  }
}
@media (max-width: 700px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 130px;
    height: 145px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -30px;
  }
}
@media (max-width: 600px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 110px;
    height: 120px;
    margin: 0 3px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -26px;
  }
  .hexagon-area .hexagon svg {
    font-size: 26px;
  }
  .hexagon-area .hexagon p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 95px;
    height: 110px;
    margin: 0 4px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -20px;
  }
  .hexagon-area .hexagon svg {
    font-size: 24px;
  }
  .hexagon-area .hexagon p {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 86px;
    height: 100px;
    margin: 0 3px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -20px;
  }
  .hexagon-area .hexagon svg {
    font-size: 24px;
  }
  .hexagon-area .hexagon p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 80px;
    height: 90px;
    margin: 0 2px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -18px;
  }
  .hexagon-area .hexagon svg {
    font-size: 24px;
  }
  .hexagon-area .hexagon p {
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 65px;
    height: 75px;
    margin: 0 2px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -16px;
  }
  .hexagon-area .hexagon svg {
    font-size: 24px;
  }
  .hexagon-area .hexagon p {
    font-size: 10px;
  }
}
@media (max-width: 300px) {
  .hexagon-main .hexagon-area .hexagon {
    width: 60px;
    height: 68px;
    margin: 0 2px;
  }
  .hexagon-area.hexagon-two {
    margin-top: -14px;
  }
  .hexagon-area .hexagon svg {
    font-size: 24px;
  }
  .hexagon-area .hexagon p {
    font-size: 9px;
  }
}


/* section seven: reach us */
.section-seven {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-seven-inner {
  background-color: rgba(0, 0, 0, 0.2);
}
.container-seven {
  padding: 5rem 0;
}
.section-seven .seven-head-one {
  color: #FFF;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.section-seven .seven-head-two {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 3rem;
}
.section-seven .reach-us {
  background-color: #F2A709;
  color: #000837;
  padding: 1.2rem 2.4rem;
  font-size: 22px;
  border-radius: 1rem;
  margin-top: 1rem;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .container-seven {
    padding: 3rem 0;
  }
  .section-seven .seven-head-one {
    font-size: 30px;
  }
  .section-seven .seven-head-two {
    font-size: 42px;
    margin-bottom: 2rem;
  }
  .section-seven .reach-us {
    padding: 1rem 2rem;
    font-size: 22px;
    border-radius: 0.8rem;
  }
}
@media (max-width: 900px) {
  .container-seven {
    padding: 2rem 0;
  }
  .section-seven .seven-head-one {
    font-size: 24px;
    margin-bottom: 0.6rem;
  }
  .section-seven .seven-head-two {
    font-size: 34px;
    margin-bottom: 1rem;
  }
  .section-seven .reach-us {
    padding: 0.8rem 1.6rem;
    font-size: 20px;
    border-radius: 0.7rem;
  }
}
@media (max-width: 900px) {
  .section-seven .seven-head-one {
    font-size: 18px;
    margin-bottom: 0.4rem;
  }
  .section-seven .seven-head-two {
    font-size: 26px;
    margin-bottom: 0.6rem;
  }
  .section-seven .reach-us {
    padding: 0.7rem 1.4rem;
    font-size: 16px;
    border-radius: 0.6rem;
  }
}
@media (max-width: 450px) {
  .container-seven {
    padding: 1.5rem 0;
  }
  .section-seven .seven-head-one {
    font-size: 14px;
    margin-bottom: 0.4rem;
  }
  .section-seven .seven-head-two {
    font-size: 18px;
    margin-bottom: 0rem;
  }
  .section-seven .reach-us {
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    border-radius: 0.5rem;
  }
}
@media (max-width: 350px) {
  .jl-container-seven {
    padding: 1rem 0;
  }
  .section-seven .seven-head-one {
    font-size: 12px;
    margin-bottom: 0.3rem;
  }
  .section-seven .seven-head-two {
    font-size: 16px;
    margin-bottom: 0rem;
  }
  .section-seven .reach-us {
    padding: 0.5rem 1rem;
    font-size: 12px;
    border-radius: 0.4rem;
  }
}



/* section eight: our values */
.jl-section.section-eight {
  background-color: #000837;
}
.jl-container.eight-content {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.eight-main {
  margin-bottom: 1rem;
}
.eight-inner {
  background-color: #002269;
  align-items: center;
  text-align: center;
  border-radius: 1rem;
  padding: 1rem;
  /* margin: 0.5rem; */
  height: 100%;
}
.eight-inner img {
  max-width: 80px;
}
.eight-inner div {
  font-size: 22px;
  padding: 0.6rem 0;
  color: #F2A709;
  min-height: 70px;
  /* font-weight: 600; */
}
.eight-inner p {
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .eight-inner div {
    font-size: 21px;
  }
  .eight-inner {
    border-radius: 1rem;
    padding: 0.8rem;
    /* margin: 0.4rem; */
  }
}
@media (max-width: 1400px) {
  .eight-inner div {
    font-size: 20px;
  }
  .eight-inner {
    border-radius: 1rem;
    padding: 0.6rem;
    /* margin: 0px; */
  }
}
@media (max-width: 1200px) {
  .eight-inner div {
    min-height: 30px;
    font-size: 19px;
  }
}
@media (max-width: 900px) {
  .eight-inner {
    border-radius: 0.6rem;
  }
  .eight-inner div {
    min-height: 50px;
    font-size: 18px;
  }
  .eight-inner img {
    max-width: 60px;
  }
  .jl-container.eight-content {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
  @media (max-width: 600px) {
    .eight-inner div {
      font-size: 16px;
    }
  }@media (max-width: 450px) {
    .eight-inner div {
      font-size: 14px;
    }
  }
  @media (max-width: 350px) {
    .eight-inner div {
      font-size: 12px;
    }
  }
}

/* section nine: footer */
