
#home {
  padding: 120px 0;
}
.home-title {
  padding: 30px 20px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.home-title span {
  color:var(--accent-sec);
}
.dw-angle-w {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 40px;
}
.dw-angle-w a {
  display: block;
  color: var(--body-text);
  text-decoration: none;
  transition: all .25s ease-in-out;
}
.dw-angle-w a:hover {
  color: var(--accent-sec);
}
.thm-ttl {
  color: var(--accent-sec);
  font-size: 32px;
  letter-spacing: 4px;
  font-weight: 700;
}
.wwd-card, .mv-card {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 15px;
  padding: 25px 20px;
  max-width: 100%;
  height: 100%;
  border-top: 4px solid var(--accent-sec);
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all .45s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.wwd-card:hover {
  background: var(--accent-main);
  color: #fff;
}
.wwd-card .b{
  height: 60px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.wwd-card h6{
  font-weight: 700;
}
.wwd-card .c{
  min-height: 110px;
  display: flex;
  align-items: flex-start;
}
.wwd-card .c p {
  line-height: 1.25;
}
.wwd-brand-owl.owl-carousel .owl-dots {
  margin-top: 20px;
}
.wwd-brand-owl.owl-carousel button.owl-dot {
  background: #D9D9D9;
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 14px;
}
.wwd-brand-owl.owl-carousel button.owl-dot.active {
  border: 2px solid #D9D9D9;
}

.wwd-brand-owl.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  pointer-events: none;
}
.wwd-brand-owl.owl-carousel .owl-nav button {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--accent-main);
  border-radius: 16px;
  color: var(--accent-main);
  line-height: 1;
  transition: all .45s ease-in-out;
  pointer-events: auto;
}
.wwd-brand-owl.owl-carousel .owl-nav button:hover {
  color: var(--accent-sec);
  border: 2px solid var(--accent-sec);
}
.wwd-brand-owl.owl-carousel .owl-nav button.disabled {
  color: #ddd;
  border: 2px solid #ddd;
}

.mv-card {
  justify-content: flex-start;
  padding-top: 50px;
  min-height: 270px;
}
.mv-card i {
  font-size: 42px;
  color: var(--accent-main);
  margin-bottom: 20px;
}
.mv-card h6 {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}
.mv-card p {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0;
  margin-top: 5px;
}
.mv-card p::before, .cv-card .ctnt .txt-p p::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 14px;
  left: 1px;
}
.mv-card p span {
  font-weight: 600;
} 
.cv-card {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
.cv-card .ovly,.cv-card .ctnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cv-card .ovly {
  background: var(--accent-main);
  opacity: .5;
  z-index: 200;
  transition: all .15s ease-in-out;
}
.cv-card .ctnt {
  padding: 20px;
  padding-top: 80px;
  z-index: 300;
  transition: all .2s ease-in-out;
}
.cv-card .icon {    
  height: 60px;
  width: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--accent-main);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-in-out;
}
.cv-card .icon i {
  font-size: 28px;
}
.cv-card .ctnt .ttl {
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.cv-card .ctnt .txt-p {
  padding-top: 150px;
  transition: all .2s ease-in-out;
}

.cv-card:hover .ovly {
  background: #fff;
  opacity: 1;
}
.cv-card:hover .ctnt {
  padding-top: 30px;
}
.cv-card:hover .ctnt .ttl {
  text-align: left;
  font-size: 18px;
  color: #000;
}
.cv-card:hover .ctnt .txt-p {
  padding-top: 0;
}
.cv-card .ctnt .txt-p p {
  position: relative;
  padding-left: 15px;
  margin: 0;
  margin-top: 5px;
  line-height: 1.25;
}
.cv-card .ctnt .txt-p p::before {
  top: 7px;
}
#contact-us  {
  background: #222;
  color: #fff;
}
.ctus-wrap {
  padding: 15px;
  background: #2b2b2b;
}
.ctus-in {
  background: #363636;
  border: 1px solid #555;
  color: #fff;
  padding: 15px;
}
.ctus-in:active, .ctus-in:focus {
  background: #363636;
  color: #fff;
  border: 1px solid var(--accent-sec);
}
.ctus-in::placeholder {
  color: #8d8d8d;
}
textarea.ctus-in {
  height: 140px;
  resize: none;
}
textarea.ctus-in {
  height: 140px;
  resize: none;
}
.ctus-submit {
  background: var(--accent-sec);
  border:1px solid var(--accent-sec);
  color: #fff;
  padding: 10px;
}
.smc-wrap {
  margin-top: 60px;
}
.smc-icon {
  color: #4f4f4f;
  font-size: 24px;
  margin-right: 15px;
  transition: all .25s ease-in-out;
}
.smc-icon:focus,.smc-icon:hover {
  color: var(--accent-sec);
}

@media only screen and (min-width: 768px) {
  #home {
  padding: 200px 0;
  }
  .home-title {
    padding: 50px 50px 0;
    font-size: 40px;
  }
  .dw-angle-w {
    bottom: 20px;
  }
  .wwd-card {
    padding: 25px 20px;
  }
  .thm-ttl {
    font-size: 48px;
    letter-spacing: 8px;
  }
  .ctus-wrap {
    padding: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #home {
    padding: 20vh 0;
  }
  .thm-ttl {
    color: var(--accent-sec);
    font-size: 48px;
    letter-spacing: 8px;
  }
  .home-title {
    text-align: left;
    padding: 50px 80px 0;
    font-size: 56px;
    min-height: 270px;
  }
  .wwd-card {
    padding: 25px 20px;
  }
  .cv-card .ctnt {
    padding: 20px;
    padding-top: 80px;
  }
}
