.maincolor {
  color: #679509;
}

.maincolor2 {
  color: #333333;
}

.maincolor3 {
  color: #8b8b8b;
}

.toppadding {
  padding-left: 100px;
}

.toppaddingimg {
  padding: 10px 10px 10px 87px;
}

.header-color {
  background-color: #679509;
}

.font-family1 {
  font-family: PT Sans, sans-serif;
}

.font-family2 {
  font-family: 'Pacifico', cursive;
}

.head-h1 {
  font-weight: 900;
  font-size: 82px;
}

@media screen and (max-width: 1200px) {
  header .container-fluid {
    display: none;
  }
  header .menu {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  header .menu {
    display: none;
  }
  header .container-fluid {
    display: block !important;
  }
}

header .menu i {
  font-size: 30px;
  padding: 20px;
}

@media screen and (max-width: 720px) {
  .head-h1-padding {
    padding: 30px 0px 40px 66px;
  }
}

@media screen and (min-width: 720px) {
  .head-h1-padding {
    padding: 130px 0px 140px 66px;
  }
}

@media (max-width: 576px) {
  .head-h1 {
    font-size: 42px;
  }
  .head-h2 {
    font-size: 22px;
  }
}

.bg1 {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
  background-image: url("imgs/bg1.jpg");
}

.head-h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}

.head-button {
  color: #679509;
}

.custom-button {
  background-color: #679509;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: PT Sans, sans-serif;
  font-size: 100%;
  padding: 20px 40px;
  font-weight: 900;
  text-decoration: none;
  border: none;
}

.imgcenter {
  width: 20%;
}

.borderno {
  border: none;
}

.formimg {
  cursor: pointer;
}

.w68 {
  width: 68px;
}

.a-color {
  color: #679509;
}

.bg2 {
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center center;
  background-image: url(imgs/bg2.jpg);
}

.h640 {
  height: 640px;
}

.m2-color {
  color: #363636;
}

.head-h2-mini {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}

@media (max-width: 576px) {
  #urey .respon3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  #urey .respon3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#blog {
  height: 700px;
  background-size: cover;
  width: 100%;
  height: auto;
  background-position: center center;
  background-image: url(imgs/bg3.jpg);
}

#blog h6 {
  font-weight: 600;
  font-size: 18px;
}

#blog p {
  font-size: 12px;
}

#blog img {
  display: block;
}

.bg5 {
  background-image: url(imgs/bg4.jpg);
}

.h68 {
  height: 680px;
}

#slide .row {
  color: white;
}

@media (max-width: 576px) {
  #form3 {
    width: 250px;
  }
}

@media (min-width: 576px) {
  #form3 {
    width: 400px;
  }
}

@media (min-width: 720px) {
  footer .df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 720px) {
  footer .df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .container-fluid {
  height: auto;
  background-size: cover;
  width: 100%;
  background-position: center center;
  background-image: url(imgs/bg3.jpg);
}

footer a, footer a:hover, footer a:active {
  text-decoration: none;
}

footer a {
  padding: 10px;
  display: block;
  color: #79787f;
  font-size: 15px;
}

footer a:hover, footer a:active {
  color: #8b8b8b;
}
/*# sourceMappingURL=style.css.map */