@import url("flexslider.css");
.flex-control-nav {
  display: none;
}

body .home {
  max-width: 1064px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
}
body .home .lefthome {
  width: 23%;
  float: left;
  margin-left: 10px;
}
body .home .lefthome figure {
  background-color: black;
}
body .home .lefthome figure img {
  width: 100%;
  max-height: 140px;
}
body .home .lefthome figure h3 {
  color: white;
  background: url(../img/back1.jpg);
}
body .home .lefthome a {
  text-decoration: none;
}
body .home .lefthome a:hover img {
  opacity: 0.5;
}
body .home .mb {
  display: none;
}
body .home .righthome {
  padding: 0 3% 3% 3%;
  width: 70%;
  background-color: rgb(250, 243, 243);
  float: right;
  height: auto;
  margin-right: 30px;
  margin-bottom: 10px;
  color: #8e463e !important;
}
body .home .righthome .bold {
  font-weight: bold;
}
body .home .righthome h3 {
  margin-bottom: 2%;
  font-size: 23px;
}
body .home .righthome .seo {
  font-size: 20px;
  font-weight: bold;
  text-align: end;
}
body .home .righthome .d-align {
  align-self: flex-end;
}
body .home .righthome table {
  border-collapse: separate;
}
body .home .righthome table tbody tr {
  vertical-align: middle;
  border-spacing: 10px;
}
body .home .righthome table tbody tr th {
  text-align: center;
  background-color: #F0D2D3 !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .home .righthome .right {
  text-align: end;
}
body .home .righthome .midflex {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
body .home .righthome .midflex img {
  max-width: 30%;
  height: auto;
  border-radius: 10%;
}
body .home .righthome .extd {
  display: flex;
  align-items: center;
}
body .home .righthome .extd img {
  max-width: 50%;
}
body .home .righthome .extd p {
  font-size: 20px;
  font-weight: bold;
}
body h2 {
  font-weight: bold;
  margin: 0;
  text-align: center;
}
body .flexslider .catch {
  position: absolute;
  text-align: center;
  width: 45%;
  min-width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 10;
}
body img {
  max-width: 100%;
  vertical-align: middle;
}

footer {
  clear: both;
}

@media screen and (max-width: 500px) {
  body .slides p {
    font-size: 25px;
    width: 180px;
  }
}
@media screen and (max-width: 650px) {
  body .home {
    float: none;
  }
  body .home .lefthome {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  body .home .lefthome figure {
    display: flex;
    border-bottom: solid 1px white;
    background: url(../img/back1.jpg);
    margin-bottom: 0;
  }
  body .home .lefthome figure h3 {
    background: none;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 5px;
    align-items: center;
  }
  body .home .lefthome figure img {
    width: 134px;
    height: 100px;
  }
  body .home .lefthome .noborder {
    border-bottom: none;
  }
  body .home .mb {
    display: block;
    margin: 0 auto;
    width: 80%;
    background-color: #3D1712;
    color: white;
    margin-top: 10px;
  }
  body .home .righthome {
    float: none;
    margin: 0 auto;
    margin-top: 0;
    width: 80%;
  }
  body .home .righthome .hide {
    display: none;
  }
}
@media screen and (max-width: 885px) {
  body .home .righthome h3 img {
    width: 100%;
    height: 100%;
  }
  body .home .righthome .extd {
    display: block;
  }
  body .home .righthome .extd img {
    display: block;
    margin: auto;
  }
  body .home .righthome .extd p {
    font-size: medium;
  }
}
@media screen and (max-width: 990px) {
  .flexslider {
    padding-top: 8%;
  }
}/*# sourceMappingURL=home.css.map */