h2.sec_title {
  text-align: center;
  font-size: 4.5em;
  margin-bottom: 60px;
}

.wid {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  h2.sec_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section_2 .box p {
    font-size: 1.1em;
  }
}
.section_1 {
  width: 100%;
  margin-bottom: 120px;
  margin-top: 120px;
}

.flexhalf {
  display: flex;
  align-items: center;
}

.flexhalf > div {
  width: 50%;
}

.in_l {
  padding-right: 60px;
  box-sizing: border-box;
}

.in_l h2 {
  font-size: 4.5em;
  word-break: keep-all;
}

.in_l p {
  margin-top: 15px;
  margin-bottom: 60px;
  word-break: keep-all;
  font-size: 1.6em;
  line-height: 1.65em;
  color: #333;
}

.in_l a {
  display: block;
  width: 35%;
  margin: 0 auto;
  font-size: 1.7em;
  border: 1px solid #333;
  color: #333;
  padding: 10px 4px;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s ease;
}

.in_l a:hover {
  color: #fff;
  background-color: #333;
}

.in_r img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .in_l {
    padding-right: 40px;
    padding-left: 20px;
  }
  .in_l h2 {
    font-size: 2.5em;
  }
  .in_l p {
    font-size: 1.3em;
  }
  .in_l a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 550px) {
  .flexhalf {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 60px;
  }
  .flexhalf > div {
    width: 100%;
  }
  .in_l h2 {
    font-size: 1.8em;
  }
  .in_l p {
    font-size: 1.1em;
  }
}
.section_2 {
  padding: 80px 0;
  background: #f7f7f7;
}

.section_2 .flexbox {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}

.section_2 .box {
  border-radius: 8px;
  width: 33.3333%;
  padding: 30px 30px 30px 30px;
}

.section_2 .box .imgbox {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.section_2 .box i {
  font-size: 5em;
  color: #ccc;
  transition: 0.3s ease;
  text-align: center;
  display: block;
}

.section_2 .box:hover i {
  color: #000;
}

.section_2 .box2 {
  /* text-align:Center; */
  background: #fff;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  top: 0;
}

/* .section_2 .box2:hover {top:-9px;} */
.section_2 .box h3 {
  font-weight: 600;
  font-size: 1.6em;
  margin: 30px 0 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section_2 .box h3:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
  width: 0%;
  height: 15px;
  background-color: skyblue;
  content: "";
  z-index: -1;
  transition: 0.3s ease;
}

.section_2 .box:hover h3:after {
  width: 60%;
}

.section_2 .box img {
  width: 100%;
  transition: 0.3s ease;
}

.section_2 .box:hover img {
  transform: scale(1.2);
}

/* .section_2 .box p {font-size:1.2em; color:#444; margin:15px 0 30px 0; line-height:1.5em; word-break:keep-all;} */
.section_2 .box p {
  font-size: 1.4em;
  color: #666;
  margin: 15px 0 30px 0;
  line-height: 1.5em;
  word-break: keep-all;
  transition: 0.3s ease;
}

.section_2 .box:hover p {
  color: #333;
}

.section_2 .box a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 1.15em;
  color: #fff;
  background: #267de9;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  .section_2 .box h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  .section_2 .box p {
    font-size: 1.2em;
  }
  .section_2 .flexbox {
    padding: 0 20px;
  }
}
@media screen and (max-width: 762px) {
  .section_2 .flexbox {
    flex-wrap: wrap;
    gap: 15px;
  }
  .section_2 .box {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .section_2 {
    padding: 50px 0;
  }
}
.section_3 {
  width: 100%;
}

.section_3 .wid {
  padding: 80px 0;
  position: relative;
}

.section_3 h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section_3 .wid h2.sec_title {
  color: #000;
  text-shadow: none;
}

.product_box {
  margin-bottom: 45px;
}

.mb5 {
  background: #f7f7f7;
}

.mb5 .wid {
  padding: 80px 0px;
}

.mb5 .wid:after {
  content: "";
  display: table;
  clear: both;
}

.mb5 h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.mb5 .wid h2.sec_title {
  color: #000;
  text-shadow: none;
}

.mb5 .box1 {
  float: left;
  width: 50%;
  margin: 1% 0;
  padding-right: 4%;
  border-right: 1px solid #ddd;
}

.mb5 .box2 {
  float: left;
  width: 50%;
  margin: 1% 0;
  padding-left: 4%;
}

@media screen and (max-width: 550px) {
  .section_3 .wid {
    padding: 50px 10px;
  }
  .mb5 {
    margin-top: 20px;
  }
  .mb5 .wid {
    padding: 50px 10px;
  }
  .mb5 .box1 {
    width: 90%;
    margin: 0% 5% 2% 5%;
    padding: 0;
    border-right: none;
  }
  .mb5 .box2 {
    width: 90%;
    margin: 11% 5% 0% 5%;
    padding: 0;
  }
  .section_3 h3 {
    font-size: 24px;
  }
}/*# sourceMappingURL=custom.css.map */