

.main_h {
    position: fixed;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    top: -0px;
    padding-bottom: 6px;
    font-family: 'Poppins', sans-serif;
  }
  @media only screen and (max-width: 766px) {
    .main_h {
      padding-top: 25px;
    }
  }
 
  @media only screen and (max-width: 766px) {
    .main_h {
      padding-top: 25px;
    }
  }
  
  .open-nav {
    max-height: 400px !important;
    background: #333;
  }
  .open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  
  .sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 38px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 38px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 38px -20px rgba(0,0,0,0.75);
  }

  @font-face {
    font-family: 'SyawalKhidmad';
    src: url('../assets/font/SyawalKhidmat.ttf');
    font-weight: normal;
    font-style: normal;
}
  
  .logo {
    width: auto;
    font-family: 'SyawalKhidmad';
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  .logo:hover {
    color: #fff!important;
    text-decoration: none;
  }
 
  @media only screen and (max-width: 766px) {
    .logo {
      float: none;
      margin-top: -5px;
    }
  }
  
  nav {
    float: right;
    width: 60%;
  }
  @media only screen and (max-width: 766px) {
    nav {
      width: 100%;
    }
  }
  nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right;
  }
  @media only screen and (max-width: 766px) {
    nav ul {
      padding-top: 10px;
      margin-bottom: 22px;
      float: left;
      text-align: center;
      width: 100%;
    }
  }
  nav ul li {
    display: inline-block;
    margin-left: 35px;
    line-height: 1.5;
  }
  @media only screen and (max-width: 766px) {
    nav ul li {
      width: 100%;
      padding: 7px 0;
      margin: 0;
    }
  }
  nav ul a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
  }
  nav ul a:hover {
    color: #62E37C!important;
    text-decoration: none;
    border-bottom: 2px solid #62E37C;
  }
  .scrolled {
    color: #05364D;
  }
  
  .mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  @media only screen and (max-width: 766px) {
    .mobile-toggle {
      display: block;
    }
  }
  .mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #57F075;
    display: block;
  }

  .row {
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    color: #3e3e3e;
    background: white;
    font-family: 'Poppins', sans-serif;
    /* font-weight: 300; */
    -webkit-font-smoothing: antialiased;
    /* text-align: center; */
  }
  
  a {
    text-decoration: none;
  }
  
  h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
  h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
  h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
  em {
    font-style: italic;
  }
  strong {
    font-weight: 600;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
  }
  
  p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

 
  .content {
    padding: 50px 2% 50px;
    font-family: 'Poppins', sans-serif;
  }

  @media only screen and (max-width: 766px) {
    .content {
      padding: 50px 2% 50px;
    }
  }
  
  .hero {
    position: relative;
    background: linear-gradient(60deg, rgba(5,53,77,1) 0%, rgba(57,189,53,1) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 90px;
    /* min-height: 500px; */
    letter-spacing: 2px;
    /* font-family: 'Poppins', sans-serif; */
  }
  .hero h1 {
    font-size: 50px;
    line-height: 1.3;
  }
  .hero h1 span {
    font-size: 25px;
    color: #62E37C;
    border-bottom: 2px solid #62E37C;
    padding-bottom: 12px;
    line-height: 3;
  }

  .hero p {
      margin-bottom: 0px;
      text-align: center;
      margin-top: 55px;
  }
  

  
  @-webkit-keyframes scroll {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
  }
  @keyframes scroll {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
  }
  .hero .img-home-right {
    display: block;
    margin-bottom: -100px;
    overflow: hidden;
}

.img-home-right img{
    max-height: 480px;
}

.big-title {
  display: block;
  font-weight: 600;
  padding: 20px 10px;
  margin-top: 50px;
  text-align: center;
}

.big-title h1, .big-title h2, .big-title h3, .medium-title h3, #social-container p, .small-title h3, .small-title-2 h3 {
  background: -webkit-linear-gradient(90deg, #39BD53 0%, #1A5E27 100%);
  background: -moz-linear-gradient(90deg, #39BD53 0%, #1A5E27 100%);
  background: -o-linear-gradient(90deg, #39BD53 0%, #1A5E27 100%);
  background: linear-gradient(90deg, #39BD53 0%, #1A5E27 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.medium-title {
  display: block;
  font-weight: 600;
  padding: 20px 0px;
  text-align: left;
}
.small-title h3{
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px;
  text-align: center;
}
.small-title-2 h3{
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px;
  text-align: left;
}
.small-title h3:hover, .small-title a:hover{
  background: -webkit-linear-gradient(90deg, #05364D 0%, #39BD53 100%);
  background: -moz-linear-gradient(90deg, #05364D 0%, #39BD53 100%);
  background: -o-linear-gradient(90deg, #05364D 0%, #39BD53 100%);
  background: linear-gradient(90deg, #05364D 0%, #39BD53 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none!important;
}

/* @media only screen and (max-width: 766px) {
  .big-title {
    margin-top: 0px;
  }
} */
@media only screen and (max-width: 766px) {
  .hub-button {
    padding: 10px 0px;
  }
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}