@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Microsoft JhengHei";
  src: url("Microsoft JhengHei.ttf");
}

@font-face {
  font-family: "Microsoft JhengHei Bold";
  src: url("Microsoft JhengHei Bold.ttf");
}
@font-face {
  font-family: "futura medium bt";
  src: url("futura medium bt.ttf");
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Microsoft JhengHei Bold", "Microsoft JhengHei", "Lato", "Arial",
    sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.container {
  max-width: 1640px;
  margin: 0 auto;
}
.container-small {
  max-width: 1200px;
  margin: 0 auto;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
  clear: both;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

ul,
li,
h1,
h2,
h3,
h4 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
}
a {
  display: inline-block;
}
/*------------------------------------*\
	        HEADER
\*------------------------------------*/
.section-1 .row {
  margin: 0;
}

.banner {
  position: relative;
}

.nav_area > ul > li {
  display: inline-block;
}

ul.sub-menu ul.sub-menu {
  margin-top: 12px;
}

.nav_area > ul > li > a {
  padding: 10px 0;
}
.nav_area ul li a {
  color: #152a65;
  font-size: 22px;
  font-weight: 700 !important;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.nav_area > ul > li > a:hover {
  color: #68268b;
}

ul.sub-menu {
  position: absolute;
  background: #68268b;
  z-index: 555;
  text-align: left;
  padding: 10px 0;
  top: 100%;
}
ul.sub-menu {
  margin-top: 13px;
}
ul.sub-menu li a {
  color: #ffff;
  line-height: 20px;
  padding: 3px 10px 7px 10px;
  font-size: 17px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
}

ul.sub-menu li {
  display: block;
}

/* ul.sub-menu li a{width:100%;} */

ul.sub-menu li.menu-item-has-children {
  position: relative;
}

ul.sub-menu li.menu-item-has-children .arrow {
  color: #fff;
  padding-left: 0;
  padding: 0 !important;
}
span.arrow {
  font-size: 16px;
  color: #000;
  padding: 5px;
}
ul.sub-menu span.arrow i {
  padding: 0;
}
.top-icon i {
  padding-right: 13px;
}
.top-header {
  border-bottom: 1px solid #000;
}
/*----------------FOOTER-------------*/
.footer p {
  font-size: 16px;
  line-height: normal;
  padding: 25px 0;
  text-align: center;
}

/*------------------------------------*\
	        main
\*------------------------------------*/
.wash-daily-image {
  padding: 0 !important;
}
.wash-daily-content {
  background: url("../image/section1-bg.png") no-repeat center;
  background-size: cover;
  padding: 64px 50px 25px 60px;
}
.wash-daily-content h2 {
  font-size: 55px;
  line-height: 47px;
  color: #fff;
  font-family: "Raleway";
  font-weight: 600;
  padding-bottom: 25px;
}
.wash-daily-content h4 {
  font-size: 34px;
  line-height: normal;
  padding-bottom: 25px;
  font-weight: 400;
  color: #fff;
}
.wash-daily-content h4.number {
  max-width: 410px;
}
.section-1 a.browse {
  color: #fb133b;
  display: inline-block;
  background: #fff;
  padding: 7px 15px;
  font-size: 21px;
  line-height: normal;
  transition: all 0.3s;
}
.section-1 a.browse:hover {
  color: #fff;
  background: #fb133b;
}
h3.sub-title {
  font-size: 48px;
  line-height: 58px;
  color: #4e1b68;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.services-section {
  padding: 2px !important;
}
.services-section img {
  position: relative;
}
.services-section h4 {
  position: absolute;
  font-size: 36px;
  line-height: 47px;
  display: inline-block;
  bottom: 40px;
  background: rgb(177 144 189 / 79%);
  color: #fff;
  padding: 5px 55px;
  left: 50%;
  transform: translateX(-50%);
}

.section-2 .row {
  margin: 0;
}
.services-image {
  overflow: hidden;
}
.services-image img {
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 0.5s ease;
}
.services-image img:hover {
  transform: scale(1);
}

.section3-img {
  padding: 0;
}

.section-3 {
  background: #68268b;
}
.section-3-content {
  padding: 64px 50px 40px 110px;
}
.section-3-content h2 {
  font-size: 68px;
  line-height: 58px;
  color: #fff;
  font-family: "Raleway";
  font-weight: 600;
  padding-bottom: 15px;
}
.section-3-content h4 {
  font-size: 31px;
  line-height: 48px;
  color: #fff;
}
.section-4 {
  background: url("../image/section4-img.png") no-repeat center;
  background-size: cover;
}
.section-4 {
  padding: 140px 0;
}
.section-4-content h3 {
  text-align: center;
  font-size: 58px;
  color: #fff;
  line-height: normal;
}

/*------------------------------------*\
	        SUBPAGES
\*------------------------------------*/

.banner h2 {
  text-transform: uppercase;
  top: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  font-size: 58px;
  font-weight: 600;
  color: #fff;
  line-height: 58px;
}
.banner h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  background: #b08ec3;
  margin-top: 30px;
}
.logo-section {
  padding: 0px 6px;
}
.all-logo {
  padding: 100px 0;
}
.shadow-line {
  box-shadow: 10px 2px 8px #d4d4d4 !important;
}
.contact-information {
  padding: 70px 0px 100px;
}
.contact-information h4,
.footer-table {
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
}

.map iframe {
  width: 100%;
  height: 350px;
}
.service-content h2 {
  font-size: 51px;
  color: #68268b;
  line-height: 60px;
  font-weight: 600;
  font-family: "Raleway";
  text-align: center;
  padding: 20px 0 10px;
}
.service-content h4 {
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  max-width: 624px;
  margin: 0 auto;
  padding: 0 15px;
}
.container-small .row {
  margin: 0;
}
/*------------page1-----------*/
.s1-image img {
  margin-right: -90px;
  position: relative;
}
.s2-image img {
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 110px;
}
.s3-image img {
  margin-left: -90px;
  position: relative;
}
.service-content .container-small {
  padding-bottom: 20px;
  padding-top: 20px;
}
.second-line {
  padding-top: 140px;
}
.s5-image img {
  padding-top: 60px;
}
/*---------------PAGE-2----------*/
.logo-section img {
  padding-bottom: 20px;
}

.cus_form_contact_us .cus-frm-contact {
    padding: 8px 15px;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px !important;
}

.cus_form_contact_us textarea.cus-frm-contact {
    height: 120px;
    resize: none;
}

.cus_form_contact_us input[type="submit"] {
    background: #68268b;
    border: 0;
    width: 120px;
    height: 50px;
    border-radius: 3px;
    color: #fff;
}

/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/
@media (min-width: 1157px) {
  .logo-section {
    max-width: 19.5%;
    flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
  ul.menu li {
    border-bottom: 2px solid transparent;
    padding: 0 10px;
    position: relative;
  }
  ul.menu > li:hover, li.active {
    border-bottom: 2px solid #fb133b!important;
  }

  .services-image img {
    /* width: 450px;
    height: 350px; */
    object-fit: cover;
  }

  .nav_area ul li:hover ul.sub-menu {
    display: block;
  }

  .nav_area > ul > li ul.sub-menu {
    font-size: 16px;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    transition: transform 0.3s, opacity 0.3s;
    display: block;
  }

  ul.sub-menu {
    min-width: 150px;
  }

  ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -22px;
    width: 100%;
  }

  .nav_area > ul > li:hover > ul.sub-menu,
  .nav_area ul.sub-menu > li:hover > ul.sub-menu {
    transform: scaleY(1) translateZ(0);
  }

  .nav_area ul li:hover ul.sub-menu {
    display: block;
  }

  ul.menu {
    /* display: flex !important;
        justify-content: space-between; */
    padding-top: 10px;
    display: block;
    text-align: center;
  }

  span.arrow {
    display: inline-block;
    font-size: 12px;
  }

  label.toggle {
    display: none;
  }

  .nav_area ul li a img {
    vertical-align: middle;
    max-width: 20px;
    margin-right: 5px;
  }

  ul.sub-menu li.menu-item-has-children .arrow {
    transform: rotate(-90deg);
  }

  ul.sub-menu > li:hover {
    background-color: #ffff;
  }

  ul.sub-menu > li:hover > a {
    color: #000;
    text-decoration: none;
  }

  ul.sub-menu > li:hover .arrow {
    color: #000;
  }
}

@media (min-width: 768px) {
}

/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .section3-img img {
    height: 100%;
    object-fit: cover;
  }
  .services-section h4 {
    font-size: 20px;
  }
  .wash-daily-content h4 {
    font-size: 18px;
  }
  .wash-daily-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .section-3-content h2 {
    font-size: 55px;
  }
  .section-4-content h3 {
    font-size: 45px;
  }
  .top-icon {
    display: none;
  }
  .services-section h4 {
    font-size: 20px;
    padding: 5px 34px;
  }
  .wash-daily-image img {
    height: 100%;
    object-fit: cover;
  }
  .s2-image img {
    left: 0;
  }
  .banner h2 {
    top: 30%;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .header .row {
    align-items: center;
  }

  .container {
    max-width: 100%;
  }

  nav.nav_area ul li a {
    color: #fff;
    text-decoration: none;
  }

  ul.menu {
    position: fixed;
    width: 80%;
    left: 0;
    text-align: left;
    background: #68268b;
    z-index: 2;
    padding: 15px 10px;
    z-index: 10;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.4s;
  }

  ul.menu.open {
    left: 0;
  }

  .toggle {
    font-size: 25px;
    text-align: right;
    display: block;
    position: absolute;
    right: 30px;
    top: 50px;
  }

  .nav_area > ul > li {
    padding: 10px 0;
  }

  .nav_area ul li a {
    font-size: 18px;
    padding: 0;
  }

  nav.nav_area ul li {
    display: block;
    position: relative;
    border: 0;
  }

  span.arrow {
    position: absolute;
    right: 10px;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 30px;
    top: 10px;
  }

  .sub-menu span.arrow i:before {
    content: "\f105";
  }

  span.arrow.close-icon i:before {
    content: "\f106";
  }

  ul.sub-menu {
    display: none;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
  }

  ul li .sub-menu li a {
    font-size: 16px;
    line-height: 16px;
  }

  ul.sub-menu span.arrow {
    right: 5px;
    text-align: center;
  }

  span.arrow.close-icon i:before {
    content: "\f106";
  }

  ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
    content: "\f106";
  }

  .nav_area > ul > li > ul.sub-menu {
    padding: 5px 5px 0px 0px;
    font-family: "Oxygen";
  }

  .sub-menu span.arrow {
    top: 0;
  }

  .nav_area ul li > ul li {
    display: block;
    position: relative;
    border: 0;
    padding: 0 5px 5px 5px;
  }
}

@media (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
  ul.sidemenu {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .top-icon {
    display: none;
  }
  .banner h2 {
    top: 30%;
    font-size: 40px;
    line-height: 48px;
  }
  .banner img {
    height: 200px;
    object-fit: cover;
  }
  .logo-section img {
    padding-bottom: 20px;
  }
  .second-line {
    padding-top: 0;
  }
  .s1-image img {
    margin-right: 0px;
    padding-bottom: 20px;
  }
  .s2-image img {
    position: unset;
    padding-bottom: 20px;
  }
  .s3-image img {
    margin-left: 0;
    padding-bottom: 20px;
  }
  .s5-image img {
    padding-top: 0;
  }
  .s4-image img,
  .s5-image img {
    padding-bottom: 20px;
  }
  .section-4-content h3,
  h3.sub-title,
  .service-content h2 {
    font-size: 36px;
  }
  .services-section h4 {
    font-size: 30px;
  }
  .section-3-content h2,
  .wash-daily-content h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .section-3-content {
    padding: 60px 25px 40px 25px;
  }
  .section-3-content h4,
  .wash-daily-content h4,
  .service-content h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .wash-daily-content {
    padding: 60px 25px 25px 25px;
  }
  .all-logo {
    padding: 20px 0;
  }
  .contact-information h4,
  .footer-table {
    font-size: 20px;
    line-height: 38px;
  }
}

.footer-table th,
.footer-table td {
  vertical-align: top;
}

a{
    color: inherit;
}

.top-icon, .top-icon a{
  font-size: 25px!important;
}

.top-icon .fa-facebook-square:before{
  color: #1877f2;
}

.top-icon .fa-instagram:before{
  color: #f1000b;
}
.top-icon .fa-weixin:before{
  color: #46b149;
}

.top-icon .fa-whatsapp:before{
  color: #2bcb46;
}

.wash-daily-content{
  display: flex;
  align-items: center;
}

.section-3-content{
  display: flex;
  align-items: center;
}
