* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fffdfd;
}

nav {
  background-color: #2c5f2dff;
  height: 90px;
  width: 100%;
  border-radius: 0px 0px 25px 25px;
  position: sticky;
  top: 0;
}

.back {
  background-color: rgb(231, 176, 48);
  color: black;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 18px;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
}

.back:hover {
  background-color: #1e6daa;
  color: white;
}

.notification {
  color: white;
  font-size: 21px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #125186;
  margin: 10px auto;
  width: 30%;
  text-align: center;
  padding: 5px;
}

label.logo {
  color: white;
  font-size: 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 90px;
  font-weight: 500;
  margin: 10px;
}

nav img {
  height: 60px;
  width: 60px;
  position: relative;
  top: 15%;
}

nav img.emblem {
  filter: brightness(0) invert(1);
}

nav ul {
  float: right;
  margin-right: 20px;
}

nav ul li {
  display: inline-block;
  line-height: 90px;
}

nav ul li a {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
}

nav ul li a:hover {
  background: rgb(250, 195, 68);
  transition: .3s;
  color: black;
}

div.marquee1 {
  margin: 5px 0px;
  height: 34px;
  width: 100%;
  background-color: #2e475d;
}

div.marquee1 marquee,
div.marquee1 marquee p {
  line-height: 34px;
  font-weight: 550;
  letter-spacing: 1px;
  font-size: 17 px;
  color: white;
}

div.marquee1 marquee p {
  font-size: 14px;
}

div.table {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.slider {
  width: 65%;
  height: 530px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.3)
}

figure {

  margin-left: 0;
  width: 400%;
  /* width dikali slide */
  animation: 10s slide infinite;

}

.slide {

  width: 25%;
  /* width dibagi slide */
  float: left;
}

.slide img {

  width: 100%;
  height: 530px;
}

@keyframes slide {
  0% {
    margin-left: 0;
  }

  10% {
    margin-left: 0;
  }

  20% {
    margin-left: -100%;
  }

  30% {
    margin-left: -100%;
  }

  40% {
    margin-left: -200%;
  }

  50% {
    margin-left: -200%;
  }

  55% {
    margin-left: -300%;
  }

  65% {
    margin-left: -300%;
  }

  66% {
    margin-left: -200%;
  }

  74% {
    margin-left: -200%;
  }

  75% {
    margin-left: -100%;
  }

  85% {
    margin-left: -100%;
  }

  90% {
    left: 0;
  }

  1000% {
    margin-left: 0;
  }
}

.table .tablemain {

  height: 530px;
  width: 28%;
  overflow-x: hidden;
  border-radius: 8px;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
  transition: all 200ms ease-in-out;
  margin-left: 20px;
}


.table .tablemain:hover {
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.4), 5px 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.table .tablemain .circle {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-size: 17px;
  padding: 10px 0px;
  color: white;
  background-color: rgb(205, 147, 11);
  ;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table .tablemain .circle img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}

.table .tablemain .button {
  text-align: center;
  margin-top: 15px;
}

.table .tablemain .button a {
  padding: 4px 8px;
  background-color: rgb(133, 29, 73);
  text-decoration: none;
  color: white;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.table .tablemain .button a:hover {
  background-color: #0082e6;
}

.table .tablemain .headdocumentcontent {
  margin: 10px;
  height: 79%;
  font-size: 16px;
  background-color: white;
}


.table .tablemain .headdocumentcontent ul {
  height: 100%;
  padding: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
}

.table .tablemain .headdocumentcontent ul {
  overflow-y: scroll;
}


.table .tablemain .headdocumentcontent ul li {
  margin: 0px 0px 8px 40px;
  text-align: left;
  padding: 2px 0px;
}


.table .tablemain .headdocumentcontent ul li a {
  color: rgb(63, 100, 174);
  font-weight: 500;
  text-decoration: underline;
}

.table .tablemain .headdocumentcontent ul li a:hover {
  color: #0082e6;
}

.bigbox {
  display: flex;
  justify-content: center;
  align-items: center;

}

.bigbox div {
  width: 70%;
  margin: 40px 0px;
  box-shadow: 0px 1px 26px 1px #80808040;
  background-color: white;
  padding: 50px 70px;
  border-radius: 10px;

}

.bigbox div h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30p;
  border-bottom: 2px solid #d2d7dd;
  padding: 20px 0px;
  color: #083d65
}

.bigbox div img {
  width: 70%;
}

.bigbox div p,
.bigbox div ul,
.bigbox div ol {
  font-size: 16px;
  text-align: justify;
  color: #5f5e5e;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 25px;
  font-weight: 500;
  word-spacing: 1px;
  padding: 10px;
}

.bigbox div ul li,
.bigbox div ol li {
  list-style-position: outside;
  padding: 10px;
}

.bigbox div table {
  width: 100%;
  border-collapse: collapse;
}

.bigbox div table caption {
  font-size: 28px;
  text-align: center;
  padding: 20px 0px;
  font-weight: 600;
  color: rgb(10, 94, 136);
}

.bigbox div table tr td {
  width: 50%;
  padding: 25px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid rgb(250, 195, 68);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bigbox div table tr td a {
  color: rgb(7, 64, 150);
}

.bigbox div table tr td a:hover {
  text-decoration: underline;
}

@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');


.footbox {
  background-color: #2c5f2dff;
  text-align: left;
  vertical-align: middle;
  padding: 90px 0px;
  margin-top: 30px;
}


.footsection {
  text-align: left;
  width: 80%;
  margin-left: 60px;
}

.footbox table tr td {
  text-align: left;
  font-family: 'Hind', sans-serif;
  width: 50%;
}

.footsection h2 {
  font-size: 50px;
  color: white;
  font-weight: 700;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 60px;
}

.footsection p {
  font-size: 18px;
  color: #ffffff;
  margin: 50px 0px 50px 0px;
}

.footbox:after {
  content: 'ss';
  background-image: url("/images/bottom.png");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  margin-top: 4%;
  height: 5%;
  width: 100%;
}

.footimage {
  height: 20%;
  width: 85%;
}

.faqbox {
  margin-top: 30px;
}

.faqbox table tr td {
  text-align: left;
  font-family: 'Hind', sans-serif;
}

.faqimage {

  width: 100%;
}

.faqsection {
  width: 80%;
  margin-left: 20px;
}

.faqsection .faqhead {
  font-size: 25px;
}

.faqsection h2 {
  font-size: 40px;
  font-weight: 800;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 45px;
  letter-spacing: 2px;

}

.faqsection p {
  font-size: 19px;
  color: #4b6a90;
  margin: 50px 0px 50px 0px;
  text-align: justify;
}

.faqsection .faqbutton {
  background-color: rgb(63, 55, 112);
  color: white;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 18px;
}

.faqbutton:hover {
  background-color: rgb(250, 195, 68);
  color: black;
}

.faqquestion {
  font-size: 30px;
  width: 70%;
  margin: 40px auto;
}

.faqquestion h2 {
  text-align: center;
  font-size: 28px;
  margin: 20px 0px;
}

.accordion {
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  transition: 0.4s;
  margin: 2px 0px;
  border-left: 6px solid rgb(225, 162, 14);
  font-weight: 600;
  border-radius: 10px;
}

.active,
.accordion:hover {
  cursor: pointer;
  color: #104e9a;
}

.accordion:focus {
  color: rgb(225, 162, 14);
}

.accordion:after {
  content: '\002B';
  color: #7288a2;
  font-weight: bold;
  font-family: 'Hind', sans-serif;
  float: right;
  margin-left: 5px;
  font-size: 18px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0px 25px 0px 25px;
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #555658;
  background-color: #fafafa;
  ;
  border-radius: 0px 0px 15px 15px;
  border: 5px solid white;
  font-family: 'Hind', sans-serif;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel span {
  color: rgb(92, 21, 51);
  font-weight: bold;
}

.panel li {
  list-style-position: inside;
}

div.question {
  margin: 50px auto 0px auto;
  border: 2px solid #08365d;
  border-radius: 10px;
  width: 75%;
  background-color: white;
}

div.question h2 {
  background-color: rgb(75, 124, 75);
  padding: 10px;
  font-weight: 600;
  color: white;
  text-align: center;
  font-size: 20px;
}

div.question p {
  padding: 30px 30px;
  line-height: 25px;
  font-size: 16px;
  color: #6b6d6f;
  font-weight: 500;
  text-align: justify;
}

div.question span {
  padding: 0px 30px;
  line-height: 25px;
  font-size: 17px;
  color: rgb(92, 21, 51);
  font-weight: 700;
}

.footersvg {
  vertical-align: top;
}

.end {
  background-color: #2c5f2dff;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.end div {
  height: 450px;
  width: 350px;
  text-align: left;
  padding: 30px;
  letter-spacing: 1px;

}

.end div h3 {
  color: white;
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 500;
}


.end div p {
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #b6c7d6;
}


.end .Relatedsites li,
.end .Relatedsites li a {
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.end .Relatedsites li a:hover {
  text-decoration: underline;
  color: white;
}

.end .getintouch svg {
  height: 30px;
  width: 30px;
}

.end .getintouch table tr td {
  padding: 5px 5px;
}

.end .getintouch table tr td a {
  padding-left: 5px;
  color: white;
  text-align: left;
}

.end .getintouch a:hover {

  color: white;
}

.end .Location iframe {
  width: 250px;
  height: 250px;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(133, 191, 134);
}

.copyright a {
  font-size: 15px;
  color: white;
  padding: 20px;
  font-weight: 500;
}

.copyright a:hover {
  text-decoration: underline;
}

.dmca {
  height: 35px;
  margin-top: 30px;
}






@media only screen and (max-width: 990px) {
  div.marquee1 {
    margin: 5px 0px;
    padding: 12px 0px;
  }

  nav ul {

    margin: 0px 10px;
  }

  .topcontainer {
    margin-top: 20px;
  }

  .topcontainer table .topcard {
    width: 230px;
  }

  nav {

    height: 180px;
    text-align: center;
  }

  nav ul {
    float: left;
    margin-left: 80px;
    text-align: center;
  }

  nav ul li a {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;
  }

  .table .tablemain .headdocumentcontent ul {
    padding: 3px;
  }

  .table .tablemain .headdocumentcontent ul li {
    margin: 0px 0px 8px 10px;
    text-align: left;
    font-size: 15px;
  }

  div.belowcontainer #maintable {
    width: 95%;
  }

  div.belowcontainer #maintable tr td h1 {
    font-size: 11px;
  }

  div.belowcontainer #maintable tr td h2 {
    font-size: 11px;
  }

  div.belowcontainer #maintable tr td li {
    font-size: 8px;
  }

  div.belowcontainer #maintable tr td a {
    font-size: 22px;
  }

  div.belowcontainer #maintable tr td {
    padding: 20px;
    font-size: 9px;
  }

  div.belowcontainer #maintable tr td span {
    font-weight: bolder;
    font-size: 10px;
  }

  div.belowcontainer #maintable #secondarytable tr td {
    font-size: 22px;
  }

  div.belowcontainer #maintable #secondarytable tr td span {
    font-size: 22px;
  }

  div.belowcontainer #maintable #secondarytable tr td li {
    font-size: 22px;
  }

  div.belowcontainer #maintable #thirdtable tr td {
    font-size: 22px;
  }

  div.belowcontainer #maintable #thirdtable tr td span {
    font-size: 22px;
  }

  div.belowcontainer #maintable #thirdtable tr td li {
    font-size: 22px;
  }

  .faqquestion {

    width: 90%;

  }

  .faqsection h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;

  }

  .faqsection p {
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    margin: 40px 0px 60px 0px;
  }

  .faqsection .faqbutton {
    padding: 8px 15px;
    font-size: 13px;

  }

  .footsection h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .footbox:after {
    margin-top: 6%;
    height: 2%;
  }

  div.question {
    width: 90%;
    margin: 20px auto;
  }

  div.question p {
    font-size: 7px;
    line-height: 12px;
  }

  div.question h2 {
    padding: 10px;
    font-weight: 500;
    font-size: 9px;
  }

  div.question span {
    font-size: 7px;
  }

  .bigbox div {
    width: 80%;
    margin: 50px 0px;

  }

  .bigbox div h2 {
    font-size: 13px;
  }

  .bigbox div p,
  .bigbox div ul,
  .bigbox div ol {
    font-size: 9px;

  }

  .bigbox div ul,
  .bigbox div ol {
    font-size: 9px;
    line-height: 15px;
  }

}