
header {
  position: relative;
  width: 100%;
  height: 130px;
  background: url("../images/bb.jpg") center center;
    background-size: cover; }

.head-row {
  height: 65px;
  width: 100%;
  top: 0;
  padding: 15px 0; }
  .head-row ul {
    position: absolute;
    bottom: 55px;
    margin: 0;
    padding: 0;
    list-style: none;
    /*width: 480px;*/
    right: 2.5%; }
    .head-row ul li {
      position: relative;
      display: inline-flex;
      margin: 0 0;
      padding: 0px 0px 0px 0px;
      line-height: 20px;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 20px; }
      .head-row ul li a {
        color: #f2f2f2;
        text-decoration: none;
        transition: all 0.2s; }
      .head-row ul li:hover a {
        color: rgba(0, 150, 136, 0.8); }
      .head-row ul li .active::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 2px;
        width: 100%;
        background: #009688; }
      .head-row ul li .active::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 15px;
        width: 2px;
        background: #009688; }
  .head-row::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 65px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #999; }
  .head-row .logo {
    position: absolute;
    left: 2.5%;
    height: 65px; }
    .head-row .logo img {
      height: 100%;
      width: auto; }

.intro {
  position: absolute;
  max-width: 640px;
  top: 62%;
  left: 2.5%;
  color: #f2f2f2; }
  .intro .intro-title {
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 5px; }
  .intro .intro-paragraph {
    color: #aaa;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px; }

.about-button {
  margin-top: 10px;
  padding: 16px 32px;
  border: 2px solid #f2f2f2;
    border-radius: 30px;
  color: #f2f2f2;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.4s; }
  .about-button:hover {
    border-color: #009688;
    background-color: #009688; }

.to-top-page {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
  background: #009688;
  color: #f2f2f2;
  text-align: center;
  z-index: 999;
  opacity: 0.8; }
  .to-top-page i {
    font-size: 80px;
    font-weight: 700; }

section {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  background: #efefef;
  padding-top: 20px; }

.about-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1366px;
  margin: 0 10px;
  justify-content: space-around; }

.about-col {
  position: relative;
  margin: 0 1%;
  width: 48%;
  margin-bottom: 20px; }
  .about-col .head {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px; }
  /*.about-col .head-2 {
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #444;
    margin-bottom: 15px; }*/
.about-col .head-2 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px; }
  .about-col .desc {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .about-col i {
    padding-left: 5px;
    padding-right: 10px;
    color: #009688; }
  .about-col .big-icon {
    position: relative;
    
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%); }
.about-col .small-icon {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    left: 50%;
    transform: translateX(-50%); }
.about-col center {
    margin-top: 30px;
}

.learn-more-link {
  color: #009688;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s; }
  .learn-more-link:hover {
    opacity: 0.6; }

.bordered-link {
  border: 2px solid #009688;
  border-radius: 40px;
  padding: 10px 20px;
    }
  .bordered-link:hover {
    opacity: 1;
    background: #009688;
    color: #f2f2f2; }

.center { text-align:center;
    display:block;
    margin: 20px 0 0 0;}

.separator {
  position: relative;
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
  background: url("../images/bb.jpg") center center;
    background-size: cover; }
  .separator h1 {
    position: absolute;
    text-align: center;
    color: #f2f2f2;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 24px;
    border: 3px solid #f2f2f2; }
  .separator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6); }

footer {
  position: relative;
  background: #bbb;
  max-width: 1366px;
  margin: auto;
  padding: 10px 0; }

.footer-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  justify-content: space-around; }

.nav-foot {
  position: relative;
  max-width: 300px; }

.logo-foot img {
  height: 50px;
  width: auto; }

.info-addr {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px; }
  .info-addr p {
    margin: 5px 0; }

.social-container {
  position: relative;
  max-width: 250px; }
  .social-container h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0 5px 5px;
    border-bottom: 2px solid #009688;
    letter-spacing: 1px; }

.socials {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 250px; }
  .socials a {
    text-decoration: none;
    color: #333;
    font-size: 46px;
    transition: all 0.4s; }
    .socials a i {
      margin-top: 5px; }
    .socials a:hover {
      color: #009688; }

.copyright {
  background: #222;
  color: #999;
  padding: 10px 0;
  max-width: 1366px;
  margin: auto;
  text-align: center;
  letter-spacing: 2px; }
  .copyright span {
    color: #009688; }

    body select { 
      display: block;
      position: absolute;
      top:0px;
      right: 0px;
      padding: 5px 50px 5px 10px !important; 
      max-width: 100%; 
      height: auto !important; 
      border: 1px solid #000; 
      border-radius: 0px;
      background: url("images/selectbox_arrow.png") right center no-repeat;
      background-color: #fff; 
      color: #888; 
      font-size: 16px; 
      line-height: 22px !important; 
      appearance: none; 
      /* this is must */ -webkit-appearance: none; 
      -moz-appearance: none; 
  } 
  /* body select.select_box option */ 
  body select option { 
      padding: 5px 4px 5px 4px; 
  } 
  /* for IE and Edge */ 
  select::-ms-expand { 
      display: none; 
  } 
  select:disabled::-ms-expand { 
      background: #f60; 
  }

html, body {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
  width: 100%;
  margin: 0;
  /*font-family: "Muli", sans-serif;*/
    font-family: "Source Sans Pro", sans-serif; }

/*# sourceMappingURL=main.css.map */
