/* @import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'); */
html, body {
  overflow-x: hidden;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  padding-right: 0px;
  width: 100%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.wrapper {
  max-width: 80%;

  /* border: 1px solid #ddd; */
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.portfolio-thumb-slider .slick-slider-item {
  padding: 5px;
}

.portfolio-thumb-slider {
  margin: 0 -5px 5px -5px;
}

.portfolio-thumb-slider .slick-active img {
  outline: 2px solid transparent;
}

.portfolio-thumb-slider .slick-current img {
  outline-color: green;
}

.slick-slider {
  margin-bottom: 0px;
}
i.fas.slick-arrow:hover,i.fas.slick-arrow:focus{
  cursor: pointer;
}
i.fas.fa-arrow-circle-left.slick-arrow{
position: absolute;
top: 50%;
left: 1vw;
z-index: 10;
  font-size: 40px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
}
i.fas.fa-arrow-circle-right.slick-arrow{
  position: absolute;
  top: 50%;
  right: 1vw;
  z-index: 10;
  font-size: 40px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
}

.controls {
  text-align: center;
  padding: 10px;
  font-family: monospace;
  font-weight: bold;
}

.logoHolder {
  width: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: center;
  margin-left: 20px;
}

.logo {
  float: left;
  display: block;
  height: 100%;
  width: 100%;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
}

.image-21 {
  width: 150px;
  height: 30px;
}

.image-22 {
  width: 80px;
  height: 40px;
}

.linx {
  float: left;
  display: block;
  height: 100%;
  width: 100%;
  margin-left: 0;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.colc {
  width: 50%;
  padding-left: 25px;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #333;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, .77);
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 2px none #f89828;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 13px;
}

.navigation-link.white.current {
  padding-right: 15px;
  padding-left: 15px;
  border-style: none;
  border-width: 4px;
  border-top-color: #000;
  border-right-color: #000;
  border-left-color: #000;
  font-size: 13px;
}

.navigation-link.white.aboutus {
  border-style: none;
  border-bottom-width: 4px;
}

.navigation-link.white.aboutus.w--current {
  border-style: none;
}

.navigation-link.white.aboutus.w--current:visited {
  border-color: #ff883c;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3d3d3d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  display: block;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #afafaf;
  background-color: #fff;
  font-size: 10px;
}

.section.centered {
  text-align: center;
}

.section.accent {
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  background-color: #fff;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
}

.slide {
  padding-top: 90px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: transparent;
  /* background-image: url('../images/Day1x.png'); */
  background-position: 50% 31%;
  background-size: cover;
}

.slide.two {
  width: 80%;
  height: 60%;
  padding-top: 0px;
  background-color: #dbdbdb;
  /* background-image: url('../images/slide.jpg'); */
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  background-color: #2196f3;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
}

.align-right {
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 60px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px 1px 1px 2px;
  border-color: #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-left: 40px;
}

.div-block-19.tel {
  border-bottom-style: none;
  border-left-style: none;
}

.div-block-20 {
  position: absolute;
  left: 10%;
  top: 460px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: rgba(220, 216, 224, .9);
  padding-bottom: 20px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 60px;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-left: 40px;
}

.image-36 {
  margin-right: 20px;
}

.image-37 {
  margin-right: 15px;
}

.fixed-image-section {
  height: 500px;
  padding: 117px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/banner3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/banner3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.fixed-image-section.aboutus {
  height: 400px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/about-us-banner.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/about-us-banner.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.emailicon {
  width: 25px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.size {
  height: 15px;
  width: 25px;
}

.language {
  justify-content: center;
  padding: 0;
  margin: 0;
  align-items: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  color: #a8a7a7;
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  color: #333;
  font-size: 33px;
}

.slider-icon-circle.left {
  color: #333;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, .64);
  color: hsla(0, 0%, 100%, .72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-group.centered {
  text-align: center;
}

.section-title-group.news {
  margin-top: 72px;
  margin-bottom: 5px;
}

.section-title-group.memberlogin {
  margin-top: 47px;
  margin-bottom: 21px;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer.center {
  text-align: center;
}

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  margin-top: 6%;
  padding-top: 0px;
  background-color: #3d3d3d;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #2196f3;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-bottom: 20px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, .74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
  position: absolute;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.tabs-wrapper {
  margin-top: -31px;
  margin-bottom: 57px;
}

.tabs-wrapper.newspage {
  margin-top: 5px;
  margin-bottom: 14px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-top: 0px;
  padding-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(56, 56, 56, .5), rgba(56, 56, 56, .5)), url('../images/location-1.png');
  background-image: linear-gradient(180deg, rgba(56, 56, 56, .5), rgba(56, 56, 56, .5)), url('../images/location-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  text-align: center;
  cursor: pointer;
}

.feature-column:hover {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-column.design2 {
  background-image: -webkit-linear-gradient(270deg, rgba(56, 56, 56, .5), rgba(56, 56, 56, .5)), url('../images/location2.png');
  background-image: linear-gradient(180deg, rgba(56, 56, 56, .5), rgba(56, 56, 56, .5)), url('../images/location2.png');
  background-size: auto, cover;
}

.waterfall-image-column {
  height: 200px;
  text-align: center;
}

.image {
  display: inline;
  margin-right: 11px;
  margin-left: 11px;
  padding-top: 0px;
  float: right;
}

.image-2 {
  margin-right: 19px;
  margin-left: -13px;
  padding-top: 10px;
  padding-left: 0px;
}

.dropdown {
  width: 50px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-toggle {
  display: block;
  width: auto;
  height: 100%;
}

.dropdown-2 {
  height: 50px;
  margin-right: 14px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-toggle-2 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  position: absolute;
  right: 1px;
  bottom: 0px;
  display: block;
}

.heading {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-color: #333;
  direction: ltr;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 30px;
  letter-spacing: 3px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column {
  overflow: hidden;
  height: 50px;
  padding-left: 0px;
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dcd8e0;
}

.image-4 {
  display: block;
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 0px;
}

.text-block-3 {
  margin-left: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-block-3.hongkongtel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Droid Serif', serif;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dcd8e0;
}

.column-4 {
  display: none;
  background-color: #dcd8e0;
}

.row-2 {
  position: relative;
  top: -42px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid solid;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-left-width: 2px;
  border-left-color: #01143a;
  background-color: rgba(220, 216, 224, .45);
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #01143a;
  background-color: rgba(220, 216, 224, .45);
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #01143a;
  background-color: rgba(220, 216, 224, .45);
}

.image-5 {
  margin-left: 8%;
}

.image-6 {
  margin-left: 16px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.div-block {
  margin-top: 85px;
}

.text-block-5 {
  margin-left: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #01143a;
  font-size: 35px;
  letter-spacing: 3px;
}

.container {
  width: 70% !important;
}

.title_container {
  margin: 0 15%;
}

.para {
  margin: 0;
  margin: 0 15%;
}

.container-2 {
  margin-top: 42px;
  padding-left: 0px;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -58px;
  padding-right: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
}

.text-block-6 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  text-align: center;
}

.column-12 {
  height: 60px;
}

.column-13 {
  height: 60px;
}

.column-14 {
  height: 60px;
}

.row-4 {
  width: 400px;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
}

.div-block-2 {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}

.text-block-7 {
  margin-top: 6px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
}

.div-block-3 {
  width: 200px;
  height: 40px;
  border: 1px solid #fff;
}

.row-5 {
  height: 40px;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  margin-left: 16px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.button-2 {
  position: static;
  right: -7px;
  display: inline-block;
  width: 260px;
  margin-top: 17px;
  background-color: rgba(0, 0, 0, .7);
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.button-2:active {
  background-color: #c3c3c3;
  color: #000;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-5 {
  display: block;
  width: 100px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #000;
  border-bottom: 1px none #000;
}

.button-3 {
  width: 100px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
}

.paragraph {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-weight: 400;
}

.heading-2 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #01143a;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.button-4:active {
  background-color: #c3c3c3;
  color: #000;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}

.paragraph-2 {
  margin-top: 8px;
  margin-bottom: 14px;
  padding-left: 0px;
  color: #777474;
  font-size: 12px;
}

.heading-3 {
  margin-bottom: 3px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.newscontent {
  width: 100%;
  margin-top: -6px;
  margin-bottom: 6px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
  line-height: 22px;
  text-align: justify;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #afafaf;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-us {
  margin-top: 12px;
  margin-bottom: 70px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
  line-height: 30px;
  text-align: justify;
}

.row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  margin-top: 0px;
  margin-bottom: 17px;
}

.text-block-9 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #323131;
  font-size: 10px;
  text-align: center;
}

.bold-text-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.bold-text-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.bold-text-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-21 {
  border-bottom: 1px solid #afafaf;
}

.description {
  display: inline-block;
  height: 150px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-field {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-field-2 {
  margin-bottom: 12px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-field-3 {
  margin-bottom: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.submit-button {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #01143a;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.submit-button:active {
  background-color: #c3c3c3;
  color: #000;
}

.contact-us-title {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
  font-size: 30px;
  line-height: 20px;
}

.text-block-10 {
  margin-bottom: 25px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
  font-size: 13px;
}

.text-block-10.phonenum {
  font-family: 'Droid Sans', sans-serif;
}

.div-block-6 {
  width: 100px;
  height: 50px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-block.buying-a-property {
  width: 200px;
  padding-left: 0px;
}

.link-block.copyriight {
  width: 100%;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.text-block-11.buying-a-property {
  padding-right: 15px;
  padding-left: 15px;
}

.text-block-11.copyright {
  width: 100%;
  padding-right: 0px;
  font-family: Varela, sans-serif;
  color: #bbb;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8.email {
  width: 300px;
}

.div-block-8.copyright {
  width: 500px;
}

.div-block-8.copyright.webdesign {
  position: relative;
  right: 46px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}

.text-block-12 {
  float: right;
  width: 50%;
  font-family: Varela, sans-serif;
  color: #bbb;
  font-size: 14px;
  margin-left: 10px;
}

.text-block-12.email {
  width: 400px;
  font-family: Varela, sans-serif;
  color: #bbb;
  letter-spacing: 1px;
  margin-left: 10px;
}

.text-block-12.copyright {
  width: 300px;
  bottom: 25px;
  float: right;
  font-family: Varela, sans-serif;
  color: #bbb;
}

.container-4 {
  margin-top: 0px;
  margin-bottom: -49px;
}

.div-block-9 {
  position: relative;
  left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
}

.div-block-10 {
  position: relative;
  left: 25px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-11 {
  position: relative;
  left: 25px;
  right: 25px;
  margin-top: -40px;
}

.image-7 {
  position: absolute;
  left: 14px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.image-7.homepage {
  top: 0px;
  margin-left: 26px;
  padding-top: 15px;
  padding-left: 26px;
}

.dropdown-toggle-3 {
  display: block;
  width: 100px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 15px;
  border-bottom: 4px none #f89828;
}

.text-block-13 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.paragraph-3 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
  line-height: 40px;
  text-align: justify;
}

.aboutuspara {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
}

.text-block-14 {
  display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
}

.list-item-2.terms {
  font-size: 9px;
  line-height: 18px;
}

.text-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #7c7c7c;
}

.button-5 {
  display: block;
  height: 20px;
  margin-right: 13px;
  margin-left: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #01143a;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 10px;
}

.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #01143a;
}

.div-block {
  width: 25%;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-16 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fffdfd;
}

.dropdown-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
}

.row-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-4 {
  width: 200px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-27 {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-toggle-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 6px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-6 {
  width: 200px;
  height: 30px;
  padding: 4px 0px 0px;
  border: 1px solid #000;
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  text-align: center;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-17 {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #01143a;
}

.image-8 {
  margin-right: 10px;
}

.text-block-18 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-weight: 400;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6.newspage {
  margin-top: 34px;
  padding-bottom: 0px;
}

.button-7 {
  position: absolute;
  bottom: 0px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 0px;
  border: 1px solid #000;
  background-color: #c3c3c3;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
}

.button-7:active {
  background-color: #01143a;
  color: #fff;
}

.button-8 {
  position: absolute;
  bottom: 0px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 0px;
  border: 1px solid #000;
  background-color: #c3c3c3;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
}

.button-8:active {
  background-color: #01143a;
  color: #fff;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-link {
  background-color: #000;
  color: #fff;
}

.dropdown-link-2 {
  background-color: #000;
  color: #fff;
}

.dropdown-link-3 {
  background-color: #000;
  color: #fff;
}

.dropdown-link-4 {
  background-color: #000;
  color: #fff;
}

.dropdown-link-5 {
  background-color: #000;
  color: #fff;
}

.dropdown-link-6 {
  color: #fff;
}

.image-9 {
  margin-bottom: 45px;
}

.property-show-title {
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-block-20 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
}

.text-block-20.lcoation {
  margin-top: 11px;
  font-size: 15px;
}

.map {
  margin-top: 22px;
}

.div-block-14 {
  height: 500px;
  background-image: url('../images/property-show-banner.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-8 {
  margin-top: 50px;
  margin-bottom: 58px;
}

.div-block-15 {
  margin-top: 43px;
}

.container-9 {
  margin-top: 28px;
}

.container-10 {
  margin-top: 58px;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-9 {
  display: block;
  width: 150px;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  background-color: #01143a;
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-align: center;
}

.button-9:active {
  background-color: #c3c3c3;
  color: #000;
}

.propertyshow {
  margin-top: 25px;
}

.div-block-16 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5a5a5a;
}

.div-block-17 {
  height: 300px;
  background-image: url('../images/loginbanner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.form-block {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-21 {
  margin-bottom: 25px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #a8a8a8;
  text-align: center;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-10 {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #01143a;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  text-align: center;
}

.button-10:active {
  background-color: #c3c3c3;
  color: #000;
}

.container-11 {
  margin-bottom: 30px;
}

.text-block-22 {
  margin-bottom: 17px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  text-align: center;
}

.text-block-22.disclaimer {
  margin-top: 27px;
  color: #a8a8a8;
}

.disclaimer {
  margin-top: 32px;
}

.dropdown-link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.dropdown-link-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.dropdown-link-9 {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.dropdown-link-10 {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.dropdown-link-11 {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.new-button {
  display: block;
  width: 100px;
  height: 30px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 0px;
  border: 1px solid #000;
  background-color: #c3c3c3;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  text-align: center;
}

.column-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
}

.div-block-22.select {
  height: 80px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-23.calendar {
  margin-top: -45px;
}

.text-block-23 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
}

.row-12 {
  width: 350px;
  height: 50px;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}

.text-block-24 {
  margin-top: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.dropdown-5 {
  width: 300px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
}

.dropdown-toggle-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
}

.button-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-19 {
  margin-right: 51%;
  padding-left: 0px;
}

.image-20 {
  padding-left: 0px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-12 {
  display: block;
  padding-top: 53px;
  padding-right: 490px;
  padding-left: 670px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  padding-left: 149px;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 20px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.link-block-5:hover {
  display: inline-block;
  margin-top: 0px;
  border-radius: 0px;
  background-color: #7fb3d6;
}

.link-block-6 {
  margin-right: 10px;
  margin-left: 11px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 20px;
}

.text-field-4 {
  padding-top: 10px;
  padding-bottom: 9px;
  border-radius: 8px;
}

.div-block-26 {
  margin-top: -10px;
  margin-right: 72px;
  padding: 0px;
  border-radius: 6px;
}

.form {
  border-radius: 6px;
}

.form-block-2 {
  border-radius: 6px;
}

.div-block-27 {
  display: block;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  margin-top: 0px;
  padding-top: 0px;
}

.div-block-30 {
  width: 100%;
  margin-top: 0px;
  margin-right: 0%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-25 {
  color: #fff;
  float: none;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.whiteheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 67px;
  padding-bottom: 15px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  color: grey;
}

.container-13 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 5;
}

.text-block-26 {
  padding: 16px 16px 15px 23px;
  font-family: Varela, sans-serif;
  color: rgba(0, 0, 0, .8);
  font-style: normal;
  font-weight: 900;
}

.text-block-26:hover {
  border-radius: 10px;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #365fb6;
  font-weight: 900;
  text-transform: none;
}

.image-23 {
  margin-left: 8%;
  background-color: orange;
}

.slide-5 {
  position: absolute;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: left;
  background-image: url('../images/Bitmap52x.png');
  background-position: 0px 0px;
  background-size: 379px;
}

.nav {
  width: 100%;
  height: 20%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-24 {
  width: 100%;
  height: 100%;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 56px;
  padding-right: 30%;
  padding-left: 30%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-33 {
  margin-left: 59px;
  padding-left: 0px;
  float: right;
}

.container-14 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 163px;
  padding-top: 0px;
}

.div-block-34 {
  display: block;
  width: 80%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 20px 0 #000;
}

.div-block-35 {
  width: 50px;
  height: 50px;
  margin-left: 46px;
}

.frow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -43px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-29 {
  padding-left: 5%;
}

.srow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  padding-top: 0px;
}

.text-block-30 {
  padding-left: 5%;
}

.text-block-31 {
  padding-left: 5%;
}

.text-block-32 {
  padding-left: 5%;
}

.text-block-33 {
  padding-left: 5%;
}

.text-block-34 {
  padding-left: 5%;
}

.text-block-35 {
  padding-left: 5%;
}

.text-block-36 {
  padding-left: 5%;
}

.text-block-37 {
  padding-left: 5%;
}

.text-block-38 {
  height: 100%;
  padding: 4% 5%;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.title {
  height: 10%;
  margin-top: 0%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 5%;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.section-4 {
  width: 100%;
  margin-top: 0px;
  background-color: #fff;
}

.div-block-36 {
  background-color: #3fb1ff;
}

.image-25 {
  position: static;
  display: block;
}

.mask {
  position: static;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 0px;
}

.slider {
  width: 100%;
  height: 600px;
  margin-bottom: -82px;
  padding-bottom: 0px;
}

.image-26 {
  display: none;
  width: 100%;
}

.image-27 {
  width: 100%;
  height: 100%;
  float: left;
}

.div-block-37 {
  position: relative;
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  background-color: #fff;
}

.row-13 {
  position: relative;
  z-index: 3;
  display: block;
  overflow: visible;
  margin-top: -50px;
  padding-top: 0%;
  padding-right: 5%;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-28 {
  display: inline-block;
}

.column-37 {
  position: static;
  padding-right: 0px;
  padding-left: 5%;
}

.image-29 {
  display: block;
}

.div-block-38 {
  width: 100%;
  height: 350px;
  min-height: 350px;
  margin: 10% 0% 0%;
  padding-left: 0px;
  box-shadow: 1px 1px 30px 0 #f3f3f3;
  transition: .2s ease;
}

.div-block-38:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  transition: .2s ease;
}

.image-30 {
  width: 100%;
  height: 30%;
  padding-right: 0px;
  padding-left: 0px;
}

.bold-text-5 {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.div-block-39 {
  background-color: blue;
}

.text-block-39 {
  position: static;
  display: block;
  margin-right: 176px;
  margin-left: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #2c5fff;
  text-decoration: none;
}

.div-block-40 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #43a8ec;
}

.slide-6 {
  float: left;
  background-image: url('../images/Bitmap42x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.fp {
  background-image: url('../images/slide.jpg');
  background-size: 100% 100%;
}

.slide-nav {
  position: relative;
  margin-top: -136px;
  margin-bottom: -37%;
}

.image-31 {
  margin: 280px 20px;
}

.image-32 {
  margin: 280px 20px;
}

.smallblueline {
  height: 0%;
  margin-right: 83%;
  margin-left: 5%;
  padding-top: 1%;
  padding-right: 0px;
  padding-bottom: 1%;
  background-color: #296c99;
}

.image-34 {
  margin: 280px 20px;
}

.text-block-40 {
  margin-right: 0%;
  padding-right: 0px;
  color: #c5c5c5;
  font-size: 12px;
}

.first {
  margin-right: 0%;
  padding-right: 0px;
  color: #c5c5c5;
  font-size: 12px;
}

.body {
  margin: 0 0 0 0;
  padding-left: 0px;
  font-family: Varela, sans-serif;
  line-height: 18px;
}

.image-35 {
  position: absolute;
  overflow: hidden;
  margin: 11px -137px 0px 7%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block-7 {
  position: absolute;
  display: none;
  margin-bottom: 10px;
  margin-left: -14.5%;
  padding-bottom: 9px;
}

.column-38 {
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}

.slide-7 {
  background-image: url('../images/HP_Slide_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/HP_Slide_2.jpg');
  background-position: 0px 0px;
  background-size: 1350px;
}

.slider-2 {
  position: static;
  width: auto;
  height: 708px;
  margin-top: 0px;
}

.slide-nav-2 {
  position: absolute;
  margin-top: 0%;
  margin-bottom: 3%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.column-39 {
  padding-right: 0%;
  padding-left: 5%;
}

.column-40 {
  padding-right: 0%;
  padding-left: 5%;
}

.link-block-8 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.piclink1 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.piclink1:hover {
  -webkit-perspective: 1px;
  perspective: 1px;
  -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
}

.listarea {
  width: 100px;
  height: 100px;
  float: none;
}

.listarea.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 930px;
  height: auto;
  margin-top: 0px;
  margin-right: -455%;
  margin-left: 0px;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: grey;
}

.aboutuslist.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: -455%;
  margin-left: 0px;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: start;
  background-color: grey;
}
}

.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-41 {
  display: block;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-14 {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: 1px 1px 24px 0 #000;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.whiteheadertoggle {
  display: block;
  width: auto;
  margin-bottom: 1px;
  margin-right: 0;
}

.whiteheadertoggle:hover, .whiteheadertoggle:active {
  background: rgba(192, 192, 192, 0.3);
  border-radius: 8px;
}

.whiteheadertoggle.w--open {
  display: inline-block;
}

.column-41 {
  display: block;
  height: 100%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.column-42 {
  height: 100%;
  padding-left: 20px;
}

.column-43 {
  height: 100%;
  padding-left: 20px;
  border-right: 1px none #000;
}

.menubox {
  display: block;
  width: 100%;
  height: 30%;
  margin-top: 0;
  margin-right: 100px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.productbigmenu {
  width: auto;
  margin-right: 0px;
  padding: 10px 20px 10px 0px;
  color: #53ffff;
}

.productbigmenu:hover {
  color: #87b9fa;
  text-decoration: underline;
}

.aboutbigmenu {
  float: left;
  width: auto;
  margin-right: 0px;
  padding: 10px 20px 10px 0px;
  color: #53ffff;
}

.aboutbigmenu:hover {
  color: #87b9fa;
  text-decoration: underline;
}

.text-block-42 {
  color: #fff;
}

.productsmallmenu {
  margin-right: -30px;
  margin-left: 0px;
  padding: 10px 0px 10px 20px;
  color: #fff;
}

.productsmallmenu:hover {
  margin-right: -40px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #8b8b8b;
  font-size: 18px;
}

.div-block-44 {
  height: 33%;
}

.div-block-45 {
  height: 33%;
}

.section-6 {
  height: auto;
  /* padding: 0 15%; */
}

.text-block-43 {
  /* margin-right: 0%;
  margin-left: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0%; */
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
}

.div-block-46 {
  width: 60%;
  height: 5px;
  margin-right: 20%;
  margin-left: 20%;
  border-style: solid;
  border-width: 0.2px 0px 0px;
  border-color: #9c9c9c #000 #000;
  background-color: rgba(0, 0, 0, .2);
}

.column-44 {
  padding-left: 0px;
}

.left {
  margin-left: 0%;
}

.div-block-48 {
  margin-left: 20%;
}

.text-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 600;
}

.row-15 {
  margin-top: 60px;
  margin-right: 20%;
  margin-left: 20%;
}

.div-block-49 {
  display: block;
  margin-left: 0%;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right {
  height: 100%;
  margin-right: 40%;
}

.left-list {
  margin-top: 26px;
}

.image-38 {
  /* width:400px; */
  height: 300px;
  margin-right: 0%;
  margin-left: 0%;
}

.section-6 {
  min-height: 700px;
}

.unordered-list {
  width: 100%;
  font-size: 12px;
}

.unordered-list-2 {
  padding-right: 35%;
  padding-left: 0px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-45 {
  margin: 5% 0px;
  /* margin-left: 20%; */
  font-size: 18px;
  font-weight: 800;
}

#product_description {
  margin: 5% 0;
}

.image-39 {
  width: 100%;
  height: 100%;
}

.div-block-50 {
  display: block;
  width: 43%;
  /* height: 350px; */
  margin-top: 4%;
  margin-right: 22%;
  margin-left: 22%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-block-46 {
  margin-top: 0px;
  float: left;
}

.div-block-52 {
  width: 60%;
  margin-top: 31px;
  margin-left: 20%;
  padding-left: 0px;
}

.function {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .5);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 1px 0 #000;
  color: #979797;
}

.div-block-53 {
  margin-right: 0%;
  margin-left: 0%;
  line-height: 26px;
}

.div-block-54 {
  margin-right: 20%;
  margin-left: 20%;
}

.text-block-47 {
  margin-top: 20px;
}

.text-block-48 {
  margin-top: 20px;
}

.unordered-list-3 {
  margin-top: 30px;
}

.list {
  margin-top: 23px;
}

.second-des {
  margin-right: 20%;
  margin-left: 20%;
}

.third-des {
  margin-right: 20%;
  margin-left: 20%;
}

.div-block-55 {
  margin-top: 39px;
  margin-right: 20%;
  margin-left: 20%;
}

.column-45 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.spec {
  padding-top: 0px;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.column-46 {
  padding-right: 0px;
  padding-left: 0px;
}

.title-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #c5e8ff;
}

.listcontent {
  border-bottom: 0.5px solid #000;
  border-left: 0.5px solid #000;
}

.text-block-49 {
  border: 1px solid #000;
  background-color: #c5e8ff;
}

.rightlist {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.colright {
  padding-right: 0px;
  padding-left: 0px;
}

.right-listcontent {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.div-block-56 {
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
}

.div-block-57 {
  border-top: 1px solid #000;
}

.div-block-58 {
  border-top: 1px solid #000;
}

.div-block-59 {
  border-top: 1px solid #000;
}

.div-block-60 {
  border-top: 1px solid #000;
}

.div-block-61 {
  border-top: 1px solid #000;
}

.last {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #979797;
}

.text-block-50 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
}

.right-last {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.list-title {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #000;
  background-color: #d4eeff;
  text-align: center;
}

.div-block-62 {
  border-top: 1px solid #979797;
  border-right: 1px none #979797;
}

.left-list-content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-right: 1px solid #000;
}

.blue-line {
  width: 100px;
  height: 5px;
  margin-top: 1%;
  margin-right: 20%;
  /* margin-left: 20%; */
  background-color: #197cbe;
}

.section-7 {
  height: calc( 100vh - 196px );
}

.div-block-63 {
  margin-right: 20%;
  margin-left: 20%;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
}

.column-47 {
  padding-right: 0px;
  padding-left: 0px;
}

.row-16 {
  margin: 5% 20%;
}

.text-block-51 {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 12px;
  font-weight: 400;
}

.contactustitle {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.contactuscontent {
  margin-top: 2%;
  padding-right: 17%;
  font-size: 12px;
  font-weight: 400;
}

.div-block-64 {
  margin-top: 10%;
}

.bold-text-6 {
  font-style: normal;
}

.div-block-65 {
  position: relative;
  margin: 24px 20% 0%;
}

.text-block-52 {
  font-weight: 900;
}

.text-block-53 {
  font-weight: 900;
}

.text-block-54 {
  font-weight: 900;
}

.text-block-55 {
  font-weight: 900;
}

.text-block-56 {
  font-weight: 900;
}

.text-block-57 {
  font-weight: 900;
}

.div-block-66 {
  float: left;
}

.togglenameblock {
  width: 80%;
  margin-right: 13px;
  padding-right: 0px;
}

.div-block-67 {
  width: 100%;
  padding-right: 0px;
}

.column-48 {
  padding-left: 0px;
}

.slide-9 {
  border-style: none;
  background-image: url('../images/HP_Slide_3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/HP_Slide_4.jpg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.slide-11 {
  background-image: url('../images/HP_Slide_5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/HP_Slide_6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.productlist {
  width: 100%;
  height: 100%;
}

.text-block-58 {
  margin-top: 5%;
  margin-left: 5%;
  color: #fff;
}

.div-block-68 {
  width: 49%;
}

.div-block-69 {
  width: 49%;
}

.div-block-70 {
  width: 1px;
  height: 80%;
  margin-top: 3%;
  background-color: #525252;
}

.text-block-59 {
  color: #fff;
}

.div-block-71 {
  display: block;
  margin-top: 5%;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sliderlinkblock {
  width: 100%;
  height: 708px;
}

.link-block-9 {
  width: 80%;
  height: 650px;
  margin-right: 10%;
  margin-left: 10%;
}

.link-block-10 {
  margin-bottom: 20px;
  margin-left: 6%;
  padding-bottom: 0px;
}

.div-block-72 {
  position: absolute;
  height: 200px;
  padding-bottom: 0px;
  float: right;
}

.blackstrighline {
  position: absolute;
  width: 1px;
  height: 80%;
  margin-left: -19%;
  padding-left: 0px;
  background-color: #42474b;
}

.blackstrighline-2 {
  position: absolute;
  width: 1px;
  height: 80%;
  margin-left: 14%;
  padding-left: 0px;
  background-color: #42474b;
}

.blackstrighline-3 {
  position: absolute;
  width: 1px;
  height: 80%;
  margin-top: -300px;
  margin-left: 31.9%;
  padding-left: 0px;
  background-color: #42474b;
}

.blackstrighline-4 {
  position: absolute;
  width: 1px;
  height: 80%;
  margin-top: -300px;
  margin-bottom: 0px;
  margin-left: 64.8%;
  padding-left: 0px;
  background-color: #42474b;
}

.image-40 {
  width: 100%;
  height: 100%;
}

.div-block-73 {
  height: 50%;
  overflow: hidden;
}

.image-41 {
  width: 100%;
  height: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
}

.image-42 {
  width: 100%;
  height: 100%;
}

.image-43 {
  width: 100%;
  height: 100%;
}

.image-44 {
  width: 100%;
  height: 100%;
}

.image-45 {
  width: 100%;
  height: 100%;
}

.div-block-74 {
  height: 20%;
}

.bold-text-7 {
  min-width: auto;
}

.image-46 {
  position: absolute;
  margin: 432% 60px 0px -20px;
  padding-left: 0px;
}

.image-47 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin: 400% 20px 0px;
  padding-top: 0px;
}

.image-48 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-49 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-50 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-51 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-52 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-53 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.div-block-75 {
  margin-left: 20px;
}

.applilist.w--open {
  padding-left: 0px;
  width: 800px;
  background-color: grey;
}

.aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: grey;
}

.ServiceAndSupportList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: grey;
  padding-left: 10px;
}

.text-block-60 {
  font-weight: 700;
}

.text-block-61 {
  font-weight: 700;
}

.bold-text-8 {
  color: #c5c5c5;
}

.div-block-76 {
  margin-top: 6%;
}

.support-and-support.w--open {
  background-color: grey;
}

.link-block-11 {
  float: none;
}

._123.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: auto;
  margin-top: 0px;
  margin-right: -455%;
  margin-left: 0px;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: start;
  background-color: grey;
}

.rsources.w--open {
  width: 500px;
  background-color: grey;
}

.dropdown-list {
  padding-left: 0px;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: auto;
  margin-top: 0px;
  margin-right: -455%;
  margin-left: 0px;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: start;
  background-color: grey;
}

.link-block-12 {
  margin-top: 5%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #53ffff;
}

.link-block-13 {
  margin-top: 5%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #53ffff;
}

.link-block-14 {
  margin-top: 5%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #53ffff;
}

.resources {
  width: 100%;
  padding-left: 30px;
  margin: 0;
}

.link-block-15 {
  width: 100%;
}

.div-block-77 {
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.searchdiv {
  position: relative;
  margin: 10px 30px 10 10px;
  width: auto;
}

input {
  height: 30px;
  width: 100%;
  padding-left: 15px;
  border-radius: 15px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  font-size: 15px;
  margin: 0 0 0 0;
}

input:focus {
  color: #fff;
}

::placeholder {
  color: #fff;
}

button {
  position: absolute;
  right: 5px;
  top: 4px;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  outline: none;
  text-align: center;
  font-weight: bold;
  padding: 2px;
  background: transparent;
  color: #fff;
}

button:hover {
  cursor: pointer;
}

#help {
  display: none;
  font-style: italic;
  font-size: 0.8em;
}

.image-54 {
  margin-top: 4%;
  margin-left: -16%;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5d5d5d;
}

.container-15 {
  width: auto;
  margin-right: 0px;
  margin-left: 20%;
  padding-right: 0px;
}

.nav-menu-2 {
  width: auto;
  margin-left: 40%;
  float: right;
}

.left-arrow {
  height: 78%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.right-arrow {
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.container-16 {
  margin-right: 0px;
  margin-left: 0%;
}

.nav-menu-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  margin-left: 30%;
  margin-right: 0;
  padding-right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  /* justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; */
}

.nav-menu-3::before {
  background: rgba(192, 192, 192, 0.3);
  float: right;
}

.div-block-78 {
  padding-right: 75px;
}

.slide-13 {
  background-image: url('../images/HP_Slide_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav-3 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.slide-14 {
  background-image: url('../images/HP_Slide_2.jpg');
  background-position: 0px 0px;
  background-size: 1350px;
}

.slide-15 {
  background-image: url('../images/HP_Slide_4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/HP_Slide_3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-3 {
  height: 100%;
}

.section-8 {
  width: 100%;
  height: 700px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

.MenuDropdown {
  display: none;
}

.carousel {
  width: 100%;
}

.carousel-inner>.item {
  height: 40vh;
}

.carousel-inner>.item>img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
}

.segmentTabsContainer {
  position: relative;
  margin: 10%;
}

.nav-pills>li>a {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.spec_table {
  width: 100%;
}

.spec_table tr {
  border: 1px #DADADA solid;
}

a .active .show {
  background: #337ab7 !important;
}



@media (max-width: 991px) {
  .colc {
    padding-left: 25px;
    width: 100%;
    padding-bottom: 10;
  }

  .navigation-link.white {
    width: 100%;
    background-color: #000;
    text-align: center;
  }

  #language {
    float: left;
  }

  .listarea.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 20px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: grey;
  }

  .searchdiv {
    margin: 0 20% 0;
    padding: 10px 0 30px;
  }

  button {
    top: 15px;
  }

  .nav-menu-3 {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
  }

  .nav {
    width: 100%;
  }

  .logoHolder {
    width: 50%;
    float: left;
  }

  ::placeholder {
    color: #fff;
  }

  .text-block-25 {
    color: #000;
  }

  #email {
    display: none;
  }

  .link-block-5 {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-20 {
    top: 300px;
  }

  .blackstrighline, .blackstrighline-2, .blackstrighline-3, .blackstrighline-4 {
    display: none;
  }

  .row-13 {
    width: 100%;
  }

  .MenuDropdown {
    display: block;
  }

  .navigation-link.white.current {
    background-color: #000;
  }

  .navigation-link.white.aboutus {
    text-align: center;
  }

  .w-nav-button {
    float: right;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .hero-slider {
    height: 400px;
  }

  .fixed-image-section.aboutus {
    height: 200px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/about-us-banner.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/about-us-banner.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, contain;
  }

  .section-title-group {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }

  .footer.accent {
    margin-top: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  .nav-menu {
    padding: 17px;
    background-color: #333;
  }

  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
    position: absolute;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0px;
  }

  .content-column {
    padding-top: 0px;
  }

  .dropdown-2 {
    height: 60px;
    margin-top: -23px;
    margin-right: 0px;
  }

  .text-block-2 {
    text-align: center;
  }

  .icon {
    margin-right: 40px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    background-color: #000;
  }

  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .column-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block {
    width: 100%;
  }

  .row-8 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-9 {
    margin-bottom: 14px;
  }

  .column-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-22 {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .text-block-12.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: relative;
    width: 100%;
    margin-right: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-3 {
    background-color: #000;
  }

  .image-13 {
    position: absolute;
    left: 20px;
    top: 0px;
    bottom: 0px;
    display: block;
    margin-top: 6px;
    margin-left: 0px;
  }

  .div-block-23.calendar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-6 {
    background-color: #000;
  }

  .dropdown-7 {
    background-color: #000;
  }

  .dropdown-8 {
    background-color: #000;
  }

  .dropdown-9 {
    background-color: #000;
  }

  .dropdown-10 {
    background-color: #000;
  }

  .dropdown-11 {
    background-color: #000;
  }

  .dropdown-12 {
    background-color: #000;
  }

  .dropdown-13 {
    background-color: #000;
  }

  .div-block-30 {
    margin-right: 5%;
    padding-right: 1px;
  }

  .whiteheader {
    position: static;
    overflow: hidden;
  }

  .div-block-37 {
    width: 100%;
    margin: 0;
  }

  .div-block-38 {
    padding-bottom: 13%;
  }

  .text-block-40 {
    margin-right: 0%;
    padding-right: 0%;
  }

  .column-38 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slide-7 {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .slider-2 {
    width: 100%;
    height: 300px;
  }

  .image-41 {
    margin-left: 1%;
  }

  .div-block-77 {
    display: none;
  }

  .div-block-78 {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .colc {
    padding-left: 0;
    width: 100%;
    padding-bottom: 10;
  }

  .navigation-link.white {
    width: 100%;
  }

  .blackstrighline, .blackstrighline-2, .blackstrighline-3, .blackstrighline-4 {
    display: none;
  }

  .MenuDropdown {
    display: block;
  }

  .whiteheadertoggle {
    width: 100%;
  }

  .listarea {
    width: 100%;
  }

  .navigation-link.white.aboutus.w--current {
    width: 100%;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .fixed-image-section.aboutus {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/about-us-banner.png');
    background-image: linear-gradient(180deg, null, null), url('../images/about-us-banner.png');
    background-position: 0px 0px, 0px 34px;
  }

  .section-title-group {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer.accent {
    padding-top: 50px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-2 {
    height: 60px;
    margin-top: -22px;
    margin-right: 0px;
  }

  .text-block-2 {
    text-align: center;
  }

  .icon {
    margin-right: 21px;
  }

  .row-3 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row-8 {
    width: 100%;
  }

  .row-9 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-12.copyright {
    float: right;
  }

  .div-block-9 {
    position: static;
    display: block;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-10 {
    margin-bottom: 0;
    position: relative;
  }

  .column-23 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-24 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-25 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-26 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row-10 {
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-27 {
    margin-bottom: 10px;
  }

  .column-28 {
    margin-bottom: 10px;
  }

  .row-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-11.news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .image-12 {
    margin-bottom: 20px;
  }

  .image-13 {
    position: absolute;
    left: 18px;
    top: 0px;
    bottom: 0px;
    margin-top: 6px;
  }

  .row-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-6 {
    background-color: #000;
  }

  .dropdown-7 {
    background-color: #000;
  }

  .dropdown-8 {
    background-color: #000;
  }

  .dropdown-9 {
    background-color: #000;
  }

  .dropdown-10 {
    background-color: #000;
  }

  .dropdown-11 {
    background-color: #000;
  }

  .dropdown-12 {
    background-color: #000;
  }

  .dropdown-13 {
    background-color: #000;
  }

  .image-14 {
    margin-bottom: 15px;
  }

  .image-15 {
    margin-bottom: 15px;
  }

  .image-16 {
    margin-bottom: 15px;
  }

  .image-17 {
    margin-bottom: 15px;
  }

  .image-18 {
    margin-bottom: 15px;
  }

  .div-block-30 {
    margin-right: 1%;
  }

  .div-block-31 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-37 {
    margin: 0;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .column-38 {
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 479px) {
  .colc {
    padding-left: 0;
    width: 100%;
    padding-bottom: 10;
  }

  .logoHolder {
    width: 600px;
  }

  .text-block-4 {
    line-height: normal;
    font-size: 10px;
  }

  .div-block-19 {
    width: 100%;
  }

  .w-slider-arrow-left, .w-slider-arrow-right {
    display: none;
  }

  .div-block-19.tel {
    border-bottom-style: none;
  }

  .div-block-20 {
    position: absolute;
    display: inline-block;
    height: auto;
    top: 300px;
    width: 350px;
    z-index: 6;
    margin-left: 0%;
    background: rgba(220, 216, 224, .9);
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.tab {
    margin-bottom: 9px;
  }

  .blackstrighline, .blackstrighline-2, .blackstrighline-3, .blackstrighline-4 {
    display: none;
  }

  .MenuDropdown {
    display: block;
  }

  .navigation-link.white.w--current {
    width: 100%;
  }

  .navigation-link.white.aboutus {
    width: 100%;
  }

  .navigation-menu {
    padding-bottom: 0px;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }

  .fixed-image-section.aboutus {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/about-us-banner.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/about-us-banner.png');
    background-position: 0px 0px, 50% 16px;
    background-size: auto, auto 300px;
  }

  .div-block-37 {
    margin: 0 5%;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer.accent {
    padding-top: 50px;
  }

  .grid-fours {
    width: 50%;
  }

  .dropdown-2 {
    height: 60px;
    margin-right: 0px;
  }

  .text-block-2 {
    text-align: center;
  }

  .icon {
    margin-right: 17px;
  }

  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -29px;
    padding-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    display: block;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-8 {
    width: 100%;
  }

  .column-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-3 {
    width: 100%;
  }

  .link-block.copyriight {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-9 {
    position: static;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-10 {
    line-height: normal;
    margin-bottom: 0;
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-3 {
    line-height: 30px;
  }

  .list-item-2.terms {
    line-height: 30px;
  }

  .button-5 {
    margin-left: 0px;
  }

  .list-item-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-10 {
    height: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-2 {
    padding-right: 20px;
  }

  .column-28 {
    height: 50px;
  }

  .div-block-16 {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 100%;
  }

  .row-11.news {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-11 {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .section-8 {
    width: 100%;
    height: 700px;
  }

  .image-12 {
    margin-bottom: 15px;
  }

  .div-block-22 {
    width: 280px;
  }

  .dropdown-5 {
    width: 250px;
  }

  .dropdown-toggle-6 {
    width: 250px;
  }

  .button-11 {
    width: 250px;
  }

  .column-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .dropdown-6 {
    background-color: #000;
  }

  .dropdown-7 {
    background-color: #000;
  }

  .dropdown-8 {
    background-color: #000;
  }

  .dropdown-9 {
    background-color: #000;
  }

  .column-36 {
    padding-left: 0px;
  }

  .image-54 {
    position: relative;
    right: 0px;
    margin-top: 7%;
    margin-left: -24%;
  }

  .slide-16 {
    background-size: cover;
  }

  .brand {
    padding-top: 0px;
  }

  .brand.w--current {
    margin-right: 24px;
    padding-top: 0px;
    padding-left: 0px;
  }
}
