body .home .common_title {
  text-transform: capitalize;
  font-weight: 700
}

body .home .common_title span {
  color: #F18804
}

body .home .container .sec1 {
  /* padding: 9.01042vw 33.75vw 7.29167vw 18.02083vw */
  padding: 9.01042vw 17.447vw 7.29167vw 
}

body .home .container .sec1 .intro {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.92708vw
}
body .home .container .sec2 .content .list .item .des p {
  text-indent: -1.25rem;
  /* padding-left: 1.25rem; */
}
body .home .container .sec1 .des {
  color: #343434;
  line-height: 2;
  margin-right: 3.125vw
}

body .home .container .sec2 .nr {
  padding: 0 41.66667vw 5.98958vw 17.86458vw
}

body .home .container .sec2 .nr .t {
  color: #F18804;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.66667vw
}

body .home .container .sec2 .nr .intro {
  color: #343434;
  font-weight: 600;
  line-height: 1.31
}

body .home .container .sec2 .title {
  margin: 0 12.08333vw
}

body .home .container .sec2 .common_title {
  margin: 0 0 2.77083vw
}

body .home .container .sec2 .sec2-desc {
  margin: 0 0 6.09375vw 0;
  width: 29.7917vw;
}


body .home .container .sec2 .content {
  position: relative
}

body .home .container .sec2 .content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 47.03125vw
}

body .home .container .sec2 .content .bg img {
  width: 100%
}

body .home .container .sec2 .content .list {
  background: url(../images/sbg.png) no-repeat;
  background-size: cover;
  display: flex
}

body .home .container .sec2 .content .list .item {
  width: 33.3%;
  height: 32.1875vw;
  padding: 10% 4.6875vw 0;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

body .home .container .sec2 .content .list .item .m_box {
  transition: all 600ms
}

body .home .container .sec2 .content .list .item .p1 {
  line-height: 1.71;
  text-transform: capitalize;
  font-weight: 900
}

body .home .container .sec2 .content .list .item .des {
  margin-top: 1.19792vw;
  line-height: 1.625
}

body .home .container .sec2 .content .list .item .hover_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 136, 4, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3.125vw;
  opacity: 0;
  transition: all 600ms
}

body .home .container .sec2 .content .list .item .hover_box .des {
  margin: .57292vw 0 2.13542vw 0
}

body .home .container .sec2 .content .list .item .des2 ul {
  padding-left: .9375vw
}

body .home .container .sec2 .content .list .item .des2 ul li {
  list-style: disc;
  line-height: 2.28
}

body .home .container .sec2 .content .list .item:nth-child(2) {
  border-left: 1px solid white;
  border-right: 1px solid white
}

body .home .container .sec2 .content .list .item:hover .m_box {
  opacity: 0
}

body .home .container .sec2 .content .list .item:hover .hover_box {
  opacity: 1
}

body .home .container .sec3 {
  padding: 9.89583vw 12.08333vw 11.61458vw 12.08333vw
}

body .home .container .sec3 .list {
  margin-top: 5.83333vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.04167vw;
  position: relative
}

body .home .container .sec3 .list::before {
  content: '';
  display: block;
  position: absolute;
  left: 6.77083vw;
  top: 7.34375vw;
  width: calc(100% - 13.541vw);
  background: #F18804;
  height: 1px
}

body .home .container .sec3 .list .item {
  width: 100%
}

body .home .container .sec3 .list .item .icon {
  width: 4.89583vw;
  height: 4.89583vw;
  border-radius: 50%;
  border: 1px solid #F18804;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 600ms
}

body .home .container .sec3 .list .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 600ms
}

body .home .container .sec3 .list .item .dot {
  width: .67708vw;
  height: .57292vw;
  background: #F18804;
  margin: 2.13542vw auto 1.77083vw auto
}

body .home .container .sec3 .list .item .pt {
  background: linear-gradient(90deg, #F18804 0%, #fff 100%);
  font-weight: 700;
  color: white;
  padding: .625vw 0 .625vw .3125vw
}

body .home .container .sec3 .list .item .des {
  margin-top: .78125vw;
  color: #343434;
  line-height: 1.5;
  text-transform: capitalize
}

body .home .container .sec3 .list .item:hover .icon {
  border-color: #000
}

body .home .container .sec3 .list .item:hover .icon img {
  filter: grayscale(100%) brightness(0)
}

body .home .container .sec4 .common_title {
  margin: 0 12.08333vw 6.77083vw 12.08333vw
}

body .home .container .sec4 .pics .flex {
  display: flex;
  gap: 1px;
  margin-bottom: 1px
}

body .home .container .sec4 .pics .flex .pic {
  position: relative;
  overflow: hidden
}

body .home .container .sec4 .pics .flex .pic img {
  width: 100%;
  height: 16.66667vw;
  object-fit: cover;
  transition: all 600ms;
  display: block
}

body .home .container .sec4 .pics .flex .pic p {
  position: absolute;
  left: 5%;
  bottom: 1.82292vw;
  width: 90%;
  text-align: center;
  color: white;
  text-transform: capitalize;
  font-weight: 600
}

body .home .container .sec4 .pics .flex .pic:nth-child(1),
body .home .container .sec4 .pics .flex .pic:nth-child(4) {
  width: 27.60417vw
}

body .home .container .sec4 .pics .flex .pic:nth-child(2),
body .home .container .sec4 .pics .flex .pic:nth-child(3) {
  width: 22.91667vw
}

body .home .container .sec4 .pics .flex .pic:nth-child(1) p {
  text-align: center;
  right: 3.85417vw;
  left: inherit
}

body .home .container .sec4 .pics .flex .pic:hover img {
  transform: scale(1.05)
}

body .home .container .sec5 {
  padding: 11.5625vw 9.375vw 14.27083vw 9.375vw
}

body .home .container .sec5 .tag {
  color: #F18804;
  line-height: 2.4;
  text-transform: capitalize;
  text-align: center
}

body .home .container .sec5 .common_title {
  text-align: center
}

body .home .container .sec5 .content {
  position: relative;
  margin-top: 2.8125vw;
  padding: 1.5625vw 4.6875vw
}

body .home .container .sec5 .content .tp {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 600ms
}

body .home .container .sec5 .content .tp img {
  display: block;
  height: 3.28125vw
}

body .home .container .sec5 .content .bp {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 600ms
}

body .home .container .sec5 .content .bp img {
  display: block;
  height: 3.28125vw
}

body .home .container .sec5 .content .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

body .home .container .sec5 .content .list .item {
  width: 100%;
  border-right: 1px solid #E8C59A;
  border-bottom: 1px solid #E8C59A;
  display: flex;
  gap: 1.66667vw
}

body .home .container .sec5 .content .list .item .icon {
  transition: all 600ms
}

body .home .container .sec5 .content .list .item .icon img {
  width: 2.44792vw
}

body .home .container .sec5 .content .list .item .text {
  transition: all 600ms
}

body .home .container .sec5 .content .list .item .text .pt {
  font-weight: 700;
  text-transform: capitalize
}

body .home .container .sec5 .content .list .item .text .des {
  color: #343434;
  text-transform: capitalize;
  margin-top: .36458vw
}

body .home .container .sec5 .content .list .item:nth-child(2n) {
  border-right: none
}

body .home .container .sec5 .content .list .item:nth-child(3),
body .home .container .sec5 .content .list .item:nth-child(4) {
  border-bottom: none
}

body .home .container .sec5 .content .list .item:nth-child(2n-1) {
  justify-content: flex-end;
  padding: 3.125vw 4.84375vw 3.125vw 0
}

body .home .container .sec5 .content .list .item:nth-child(2n) {
  padding: 3.125vw 0 3.125vw 3.38542vw
}

body .home .container .sec5 .content .list .item:hover .icon,
body .home .container .sec5 .content .list .item:hover .text {
  transform: translateY(-1.04167vw)
}

body .home .container .sec5 .content:hover .tp {
  right: 5.20833vw
}

body .home .container .sec5 .content:hover .bp {
  left: 5.20833vw
}

@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    padding: 30px 5%
  }

  body .home .container .sec1 .intro {
    margin-bottom: 15px;
    font-size: 18px
  }

  body .home .container .sec1 .des {
    margin-right: 0
  }

  body .home .container .sec2 .nr {
    padding: 0 5% 30px 5%
  }

  body .home .container .sec2 .nr .t {
    margin-bottom: 15px
  }

  body .home .container .sec2 .nr .intro {
    font-size: 18px
  }

  body .home .container .sec2 .content .bg {
    width: 100%
  }

  body .home .container .sec2 .content .list {
    display: block
  }

  body .home .container .sec2 .content .list .item {
    width: 100%;
    height: 500px;
    padding: 30px 5%
  }

  body .home .container .sec2 .content .list .item .m_box {
    opacity: 0
  }

  body .home .container .sec2 .content .list .item .des {
    margin-top: 10px
  }

  body .home .container .sec2 .content .list .item:nth-child(2) {
    border: none;
    margin: 15px 0
  }

  body .home .container .sec2 .content .list .item .hover_box {
    padding: 0 5%;
    opacity: 1;
    background: transparent
  }

  body .home .container .sec2 .content .list .item .hover_box .des {
    margin: 10px 0 20px 0
  }

  body .home .container .sec2 .content .list .item .hover_box .des2 ul {
    padding-left: 20px
  }

  body .home .container .sec3 {
    padding: 30px 5% 60px 5%
  }

  body .home .container .sec3 .list {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }

  body .home .container .sec3 .list::before {
    display: none
  }

  body .home .container .sec3 .list .item .icon {
    width: 60px;
    height: 60px
  }

  body .home .container .sec3 .list .item .icon img {
    max-width: 50%;
    max-height: 80%
  }

  body .home .container .sec3 .list .item .dot {
    display: none
  }

  body .home .container .sec3 .list .item .pt {
    padding: 10px;
    margin: 15px 0
  }

  body .home .container .sec4 .common_title {
    margin: 0 5% 30px 5%
  }

  body .home .container .sec4 .pics .flex {
    display: block;
    margin-bottom: 0
  }

  body .home .container .sec4 .pics .flex .pic {
    width: 100% !important
  }

  body .home .container .sec4 .pics .flex .pic img {
    height: 200px
  }

  body .home .container .sec4 .pics .flex .pic p {
    bottom: 20px;
    left: 5% !important;
    text-align: center !important
  }

  body .home .container .sec5 {
    padding: 30px 5% 60px 5%
  }

  body .home .container .sec5 .content {
    padding: 30px 10px;
    margin-top: 30px
  }

  body .home .container .sec5 .content .tp img,
  body .home .container .sec5 .content .bp img {
    height: 45px
  }

  body .home .container .sec5 .content .list {
    display: block
  }

  body .home .container .sec5 .content .list .item {
    border: none;
    padding: 10px !important;
    gap: 15px
  }

  body .home .container .sec5 .content .list .item .icon {
    margin-top: 5px
  }

  body .home .container .sec5 .content .list .item .icon img {
    width: 40px
  }

  body .home .container .sec5 .content .list .item .text .des {
    margin-top: 5px
  }

  body .home .container .sec2 .title {
    margin: 0 5%
  }
  
  body .home .container .sec2 .common_title {
    margin: 0 0 25px
  }
  
  body .home .container .sec2 .sec2-desc {
    margin: 0 0 25px 0;
    width: 100%;
  }
}