body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 4px;
  background-color: black;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #ba8253;
}
.section {
  border-bottom: 1px solid white;
  font-family:'Open Sans', sans-serif;
}
.section.graybg {
  margin-right: 0px;
  margin-left: -7px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #f6f6f6;
  font-family: Lato, sans-serif;
}
.section.graybg.sectionbg2 {
  background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, #dbdbdb, white 35%, #e3e3e3 65%, #c9c9c9);
  background-image: radial-gradient(circle farthest-side at 50% 50%, #dbdbdb, white 35%, #e3e3e3 65%, #c9c9c9);
}
.section.footerbg {
  border-top-style: solid;
  border-top-width: 6px;
  background-color: black;
}
.section.secbg-1 {
  border-top: 1px solid #ebebeb;
  background-image: -webkit-radial-gradient(33% 62%, circle, #dbdbdb, white 38%, #e3e3e3 70%, #c9c9c9);
  background-image: radial-gradient(circle at 33% 62%, #dbdbdb, white 38%, #e3e3e3 70%, #c9c9c9);
}
.section.secbg-2 {
  border-top: 1px none #ebebeb;
  border-bottom: 1px none #ebebeb;
  background-image: -webkit-radial-gradient(50% 50%, circle, #dbdbdb, white 36%, #e3e3e3 70%, #c9c9c9);
  background-image: radial-gradient(circle at 50% 50%, #dbdbdb, white 36%, #e3e3e3 70%, #c9c9c9);
}
.section.headersection {
  background-image: -webkit-radial-gradient(44% 52%, circle, #dbdbdb, white 44%, #ccc 80%, #c9c9c9);
  background-image: radial-gradient(circle at 44% 52%, #dbdbdb, white 44%, #ccc 80%, #c9c9c9);
}
.section.keybg {
  border-bottom-style: none;
  background-image: -webkit-linear-gradient(180deg, #dedede, #fefefe 42%, #f3f3f3);
  background-image: linear-gradient(270deg, #dedede, #fefefe 42%, #f3f3f3);
}
.section.footerarrowbg {
  border-top: 1px solid #f2f0f0;
  background-color: #dbdbdb;
}
.container {
  padding: 40px 10px;
}
.container.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container.vvhcont {
  padding-bottom: 120px;
}
.container.header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.widgetdiv {
  padding: 1px 10px 10px;
  background-color: white;
}
.widgetrow {
  margin-top: 40px;
}
.widgetparagraph {
  font-family: Lato, sans-serif;
  font-size: 13.5px;
  text-align: justify;
}
.widgetheading {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.widgettitle {
  margin-bottom: 28px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}
.sectionheading {
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}
.sectionheading.ind {
  margin-top: 100px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
}
.sectionheading.golden {
  color: #ba8253;
  font-weight: 400;
}
.sectionheading.golden.amh {
  display: block;
  padding-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 2px;
  font-family: Lato, sans-serif;
  color: black;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.sectionheading.about {
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
}
.sectionheading.pageintro {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}
.sectionheading.pageintro.chairperson {
  margin-top: 7px;
  margin-bottom: 0px;
  text-align: left;
}
.indcol1 {
  padding-top: 89px;
}
.indwidgetdiv {
  margin-bottom: 10px;
  margin-left: 4px;
  border-bottom: 1px none black;
  background-color: #f6f6f6;
}
.indwidheading {
  margin-top: 8px;
  padding: 2px 8px 4px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}
.indwidpara {
  margin-top: -10px;
  padding-right: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.indbuttondiv {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  float: none;
}
.slider {
  height: auto;
  background-color: transparent;
  background-image: -webkit-radial-gradient(50% 50%, circle, #dbdbdb, white 34%, #e6e6e6 65%, #c9c9c9);
  background-image: radial-gradient(circle at 50% 50%, #dbdbdb, white 34%, #e6e6e6 65%, #c9c9c9);
}
.vvhrow {
  margin-top: 40px;
}
.vvhheading {
  margin-top: 9px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
}
.vvhpara {
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.indrow {
  background-image: url('../images/AMH-HOME-PAGE-BACKGROUND.png');
  background-position: 0px 78%;
  background-size: auto;
  background-repeat: no-repeat;
}
.footertxt {
  margin-top: -60px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #858585;
  font-weight: 300;
  text-align: center;
}
.slideimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.sliderarrow {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(110, 110, 110, 0.18);
  font-weight: 300;
}
.sliderarrow:hover {
  color: rgba(110, 110, 110, 0.34);
}
.navlink {
  padding-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  text-decoration: none;
}
.navlink:hover {
  color: #ba8253;
}
.navlink.w--current {
  color: #ba8253;
}
.navlink.w--open {
  color: #ba8253;
}
.navlink.homecurrent.w--current {
  color: #333;
}
.sliderblackgrad {
  background-image: -webkit-linear-gradient(315deg, black, #525252 33%, black 62%, #525252);
  background-image: linear-gradient(135deg, black, #525252 33%, black 62%, #525252);
}
.slidenavcounter {
  display: none;
}
.leftarrow {
  display: none;
}
.rightarrow {
  display: none;
}
.titlelink {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 300;
  text-decoration: none;
}
.titlelink:hover {
  color: #ba8253;
}
.subpageintroheading {
  font-family: Lato, sans-serif;
  color: #f3f3f3;
  font-size: 44px;
  font-weight: 200;
}
.subpageintroparagraph {
  font-family: Lato, sans-serif;
  color: #ccc;
  font-size: 20px;
  font-weight: 200;
}
.internalheading {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}
.internalparagraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}
.internalparagraph.portfolio {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: justify;
}
.internalpagerow {
  margin-top: 60px;
  margin-bottom: 60px;
}
.internalcolumn {
  margin-top: 0px;
}
.listitems {
  padding-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.col {
  padding-right: 0px;
  padding-left: 0px;
}
.listrow {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #c2c2c2;
}
.portfoliolistlink {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: gray;
  font-size: 12.5px;
  text-decoration: none;
}
.portfoliolistlink:hover {
  color: #ba8253;
}
.footerup {
  float: right;
}
.upimage {
  background-color: transparent;
}
.backgroundsection {
  height: 300px;
  background-image: url('../images/AMH-Contact-bg4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contactus {
  margin-top: 48px;
  margin-bottom: 20px;
}
.blackbg {
  background-color: black;
}
.navbar {
  background-color: transparent;
}
.navmenu {
  padding-top: 36px;
}
.dropdownlist.w--open {
  background-color: transparent;
  background-image: -webkit-linear-gradient(315deg, #dbdbdb, white 39%, #ccc 72%, #c9c9c9);
  background-image: linear-gradient(135deg, #dbdbdb, white 39%, #ccc 72%, #c9c9c9);
}
.dropdownlink {
  border-bottom: 1px solid #636363;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  text-decoration: none;
}
.dropdownlink:hover {
  background-color: #e8e8e8;
  color: #ba8253;
}
.dropdownlink.w--current {
  color: #ba8253;
}
.internalhyperlink {
  color: #ba8253;
  text-decoration: none;
}
.internalhyperlink:hover {
  color: #333;
}
.homewidgetlink {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-decoration: none;
}
.homewidgetlink:hover {
  color: #ba8253;
}
.emaillink {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #333;
  text-decoration: none;
}
.emaillink:hover {
  color: #ba8253;
}
.hetitle {
  margin-top: -19px;
  font-size: 15px;
}
.hename {
  color: #333;
  font-size: 24px;
  font-weight: 400;
}
.chairpersonimage {
  margin-top: 0px;
}
.heimg {
  border: 1px solid #c79306;
}
html.w-mod-js.w-mod-no-ios *[data-ix="horse-left-to-right"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="image-left-to-right"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="popup"] {
  opacity: 0;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
html.w-mod-js.w-mod-no-ios *[data-ix="popup-2"] {
  opacity: 0;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
html.w-mod-js.w-mod-no-ios *[data-ix="popup-3"] {
  opacity: 0;
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
html.w-mod-js.w-mod-no-ios *[data-ix="indimage"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js.w-mod-no-ios *[data-ix="heritageimages"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="heritageimages-2"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="heritageimages-3"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="contactimage"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js.w-mod-no-ios *[data-ix="image-right-to-left"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
@media (max-width: 991px) {
  .section {
    background-image: -webkit-linear-gradient(315deg, #dbdbdb, white 40%, #ccc 68%, #c9c9c9);
    background-image: linear-gradient(135deg, #dbdbdb, white 40%, #ccc 68%, #c9c9c9);
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section.footerbg {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section.footerarrowbg {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .widgetdiv {
    padding-right: 8px;
    padding-left: 8px;
  }
  .widgetparagraph {
    text-align: justify;
  }
  .sectionheading.ind {
    margin-top: 0px;
    font-size: 35px;
    text-align: center;
  }
  .indcol1 {
    padding-top: 0px;
  }
  .indwidheading {
    font-size: 17px;
    font-weight: 400;
  }
  .indwidpara {
    font-size: 13px;
  }
  .indbuttondiv {
    text-align: center;
  }
  .indrow {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #636363;
    background-color: white;
    color: black;
  }
  .navlink:hover {
    background-color: #e3e3e3;
  }
  .navlink.w--current {
    color: #888;
  }
  .sliderblackgrad {
    background-image: -webkit-linear-gradient(315deg, black, #525252 33%, black 60%, #525252);
    background-image: linear-gradient(135deg, black, #525252 33%, black 60%, #525252);
  }
  .littlemoreimage {
    padding-top: 14px;
  }
  .navmenu {
    background-color: transparent;
  }
  .mobileicon {
    margin-top: 30px;
  }
  .mobileicon.w--open {
    background-color: black;
  }
  .chairpersonimage {
    display: block;
    margin-top: 17px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section.footerarrowbg {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .sectionheading.about {
    text-align: center;
  }
  .indcol1 {
    padding-top: 0px;
  }
  .indwidheading {
    text-align: center;
  }
  .indbuttondiv {
    padding-left: 5px;
  }
  .vvhheading.mobile {
    text-align: left;
  }
  .indrow {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .sliderblackgrad {
    text-align: left;
  }
  .titlelink {
    text-align: center;
  }
  .subpageintroheading {
    text-align: center;
  }
  .subpageintroparagraph {
    text-align: center;
  }
  .internalheading {
    padding-top: 15px;
    font-size: 25px;
    text-align: left;
  }
  .internalheading.portfolio {
    padding-top: 15px;
  }
  .internalheading.textfirst {
    padding-top: 0px;
  }
  .internalparagraph.device {
    margin-top: 0px;
  }
  .col.col3 {
    padding-left: 0px;
  }
  .widgetcolumn {
    margin-bottom: 20px;
  }
  .hetitle {
    font-size: 12px;
  }
  .hename {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .section.footerarrowbg {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .internalheading.portfolio {
    font-size: 22px;
    text-align: center;
  }
  .hetitle {
    margin-top: -17px;
    font-size: 14px;
  }
  .hename {
    font-size: 22px;
  }
}

