/*----------------------------------------*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  background: #fafafa;
}
header.Yas{
  position: absolute;
  width: 100%;
  min-height: 66px;
  background: rgb(98,98,98); 
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
header.Yas .Logo{
  color: rgb(255,255,98);
  font-size: 1.75em;
  font-weight: 600;
  text-decoration: none;
}
header.Yas ul{
  position: relative;
}
header.Yas ul li{
  position: relative;
  list-style: none;
  float: left;
}
header.Yas ul li a{
  color: rgb(255,255,98);
  font-size: 1.1em;
  padding: 20px 25px;
  text-decoration: none;
  display: flex;
  justify-content: space-between; 
}
header.Yas ul li a:hover{
  background: rgb(75,75,75);
}
header.Yas ul li ul{
  position: absolute;
  left: 0;
  width: 200px;
  background: rgb(120,120,120);
  display: none;
}
header.Yas ul li:hover ul{
  display: block;
}
header.Yas ul li ul li{
  position: relative;
  width: 100%;
  border: 1px solid rgba(0,0,0,0,2);
}
@media (max-width: 900px){
  header.Yas{
    padding: 10px 20px;
  }
  header.Yas nav{
    position: absolute;
    width: 100%;
    top: 66px;
    left: 0;
    background: rgb(125,125,125);
    display: none;
  }
  header.active nav{
    display: initial;
  }
  header.Yas nav ul li{
    width: 100%;
  }
  header.Yas nav ul li ul{
    position: relative;
    width: 100%;
    left: 0;
  } 
  .menuToggle{
    position: relative;
    width: 40px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menuToggle::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 3px;
   background: rgb(255,255,93);
   transform: translateY(-12px);
   box-shadow: 0 12px rgb(255,255,93);
  }
   .menuToggle::after{
    content:'';
    position: absolute;
    width: 100%;
    height: 3px;
   background: rgb(255,255,93);
   transform: translateY(12px);
  }
  header.active .menuToggle::before{
    transform: rotate(45deg);
    box-shadow: 0 0 rgb(255,255,93); 
  }
  header.active .menuToggle::after{
    transform: rotate(315deg);
  }
}
/*--------------------------------------------*/
/*--------------------------------------------*/
.first{
  background-size: cover;
  min-height: 65vh;
  position: relative;
  color: rgb(255,255,238);
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  z-index: 1;
  position: relative;
  top: 65px; 
  text-align: center;
}
.hero{
  font-size: 3rem;
}
.color-overlay .button{
  text-decoration: none;
  display: inline-block;
  color: rgb(255,255,93);
  font-size: 24px;
  border: 2px solid rgb(255,255,93);
  padding: 5px 70px;
  border-radius: 50px;
  margin-top: 50;
  background-color: transparent;
}

/*--------------------------------------*/
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 1px solid rgb(255,255,93);
  border-radius: 10px;
  z-index: 15;
  background-color: rgb(98,98,98);
  width: 500px;
  max-width: 80%;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
}

.modal-header .title2 {
  color: rgb(255,255,238);
  font-size: 2.25rem;
  font-weight: bold;
}

.modal-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-body {
  padding: 10px 15px;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}


 .button2{
  text-decoration: none;
  display: inline-block;
  color: rgb(255,255,238);
  font-size: 18px;
  border: 2px solid rgb(255,255,238);
  padding: 5px 70px;
  border-radius: 50px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
}
 .button3{
  text-decoration: none;
  display: inline-block;
   float: right;
  color: rgb(255,255,238);
  font-size: 15px;
  border: 2px solid transparent;
  padding: 0px;
  border-radius: 50px;
  background-color: transparent;
}
/*------------------------------------*/
.color-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  display: flex;
  justify-content: center; 
  align-items: center;
}

@media (max-width: 768px){
  .first{
    min-height: 30hv;
    text-align: center;
  }
  .hero{
    text-align: center;
    font-size: calc(1.525rem + 2.1vw);
  }
}
/*------------------------------------------------*/

#percentage{
  z-index: 2;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}
.wrapper{
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wrapper .card{
  background: white;
  width: calc(33% - 20px);
  height: 300px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin-bottom: 10px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.wrapper .card .circle{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50px;
  cursor: default;
}
.card .circle .box2,
.card .circle .box2 span{
  position: absolute;
  top: 50%;
  left: 50%;
}
.card .circle .box2{
  height: 100%;
  width: 100%;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.2s;
}
.card .circle:hover .box2{
  transform: translate(-50%, -50%) scale(0.91);
}
.card .circle .box2 span,
.wrapper .card .text2{
  color: rgb(224,194,58);
}
.circle .box2 span{
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  font-wight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}
.card .circle:hover .box2 span{
  transform: translate(-45%, -45%) scale(1.9);
}
.card .text2{
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 855px){
  .wrapper{max-width: 700px;}
  #percentage{margin-top: calc(20% - 17%);
             margin-bottom: -10px;} 
}

.wrapper .card{
  width: calc(50% - 20px);
  margin-bottom: 50px; 
}

@media (max-width: 605px){
  .wrapper{
    max-width: 500px;
  }
  .wrapper .card{
    width: 100%; 
  }
  #percentage{
margin-top: 15%;
    
  }
}

/*-------------------------------------------------*/


.other{
  z-index: 10;
  margin-top: -90px;
}
@media (max-width: 605px){
  .other{margin-top: 20px;}
}

/*--------------------------------------------------*/
.body7 {margin-top:50px;}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  margin-bottom: -50px;
}

.col-xl-6{ 
margin-bottom: 20px;
margin-top: 130px;
text-align: center;}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted rgb(224,194,58);
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted rgb(224,194,58);
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(224,194,58);
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: rgb(255,255,98);
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
#overview5{
 z-index: 2;
  position: relative;
  bottom: 7px;
  text-align: center;
  font-size: calc(1.725rem + 2.3vw);;
  color: rgb(224,194,58);
  text-decoration: underline;}
.yasss{
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
/*--------------------------------------------*/

.move{
}

 .table3 {
    position: absolute;
        left: 50%;
     transform: translate(-50%, -90%);
        border-collapse: collapse;
        width: 700px;
        height: 200px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h1 {
        height: 470px;
  padding-top: 100px;
  font-weight: 900;
  font-size: calc(1.725rem + 2.3vw);
  text-decoration: underline;
  text-align: center;
  color: rgb(224, 194, 58);
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    @media only screen and (max-width: 768px) {
      .move{padding-bottom: 50px;}  
      .table3 {
            width: 90%;
           transform: translate(-50%, -70%);
        }
      .h1{
            height: 540px;
    padding-top: 100px;
      }
    }
    @media only screen and (max-width: 468px) {
      .move{padding-bottom: 100px;}  
      .table3 {
            width: 90%;
           transform: translate(-50%, -70%);
        }
      .h1{
            height: 630px;
    padding-top: 100px;
      }
    }
/*-------------------------------------------*/

.move15{
  padding-bottom: 160px;
  padding-top: 250px;
}
.table15 {
  width: 90%;
    position: absolute;
left: 50%;
     transform: translate(-50%, -67%);
        border-collapse: collapse;
        height: 300px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h15 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    @media only screen and (max-width: 468px) {
      .move15{
  padding-bottom: 230px;
  padding-top: 440px;
      }
    }
/*------------------------------------------------*/
#overview{
  z-index: 3;
  position: relative;
  top: 90px;
  text-align: center; 
  font-size: calc(1.725rem + 2.3vw);
  color: rgb(224,194,58);
  text-decoration: underline;
}
.paragraph{
  z-index: 3;
  position: relative;
  top: 110px;
  text-align: center;
  padding-left: calc(1.025rem + 4.3vw);
  padding-right: calc(1.025rem + 4.3vw);
  padding-bottom: 50px;
  margin-bottom: 30px;
  font-size: calc(.925rem + .3vw);
  color: rgb(56,56,56);
}
.other #overview_home{
  z-index: 3;
  top: 10px;
  text-align: center;
  margin-top: 0px;
  font-size: calc(1.725rem + 2.3vw);
  color: rgb(224,194,58);
  text-decoration: underline;
}
.other .paragraph_home{
  z-index: 3;
  top: 10px;
  text-align: center;
  padding-left: calc(1.025rem + 4.3vw);
  padding-right: calc(1.025rem + 4.3vw);
  padding-bottom: 60px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: calc(.925rem + .3vw);
  color: rgb(56,56,56);
}

/*-----------------------------------------*/


/*-----------------------------------------*/
.body{
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.container{
  width: 100%;
  padding: 35px 10%;
}
container{
  padding-right: calc(10% - 30px);
}
main.row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.col header.title{
  background: none;
  color: rgb(224,194,58);
  padding-bottom: 20px;
  text-align: center;
}
.col .contents{
  padding: 0px 30px;
  border-left: 2px solid #bababa;
}
.col .contents .box{
  position: relative;
  padding: 20px;
  border: 1px solid #eaeaea;
  background-color: #fffffff;
  cursor: pointer;
  transition: all 0.4s;
  margin-bottom: 20px;
  border-radius: 5px;
}
.col .contents .box:hover{
  box-shadow: 0px 3px 12px 0px #ccc;
  border: 1px solid transparent;
}
.col .contents .box:before{
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: calc(100% + 22px);
  top: 0;
  background-color: rgb(224,194,58);
  border: 2px solid white;
}
.box h4{
  position: relative;
  color: rgb(224,194,58);
}
.box h3{
  font-size: 19px;
  padding: 10px 0px 6px;
  color: #444;
}
.box p{
  line-height: 1.2;
  color: #666;
  font-size: 17px;
}
@media(max-width: 768px){
  main.row{
    grid-template-columns: 1fr;
  }
  .row .col:nth-child(2){
    margin-top: 30px;
  }
}
/*-----------------------------------------*/
.bibliography{
  text-align: center;
  margin-bottom: 0px;
}
.bibliography2{
  text-align: center;
  margin-bottom: 0px;
  font-size: calc(.925rem + .5vw);
}
.yellow{
  color: rgb(224,194,58);
}
/*------------------------------------------*/

body{
  padding-bottom: 70px;
  border-bottom: 65px solid;
  color: rgb(102,102,102);
}
.bottom-border{
  color: rgb(102,102,102);
  position: relative;
  top: 110px;
  border-bottom: 7px dashed rgb(255,255,93);
}
/*---------------------------------------------*/
.move3{
}

 .table4 {
    position: absolute;
        left: 50%;
     transform: translate(-50%, -90%);
        border-collapse: collapse;
        width: 700px;
        height: 200px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h3 {
        height: 345px;
  padding-top: 70px;
  font-weight: 900;
  font-size: calc(1.725rem + 2.3vw);
  text-decoration: underline;
  text-align: center;
  color: rgb(224, 194, 58);
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    @media only screen and (max-width: 768px) {
      .move3{padding-bottom: 50px;}  
      .table4 {
            width: 90%;
           transform: translate(-50%, -70%);
        }
      .h3{
            height: 410px;
    padding-top: 70px;
      }
    }
    @media only screen and (max-width: 468px) {
      .move3{padding-bottom: 100px;}  
      .table4 {
            width: 90%;
           transform: translate(-50%, -70%);
        }
      .h3{
            height: 450px;
    padding-top: 80px;
      }
    }
/*--------------------------------------------------*/
.move4{
  padding-bottom: 100px;
  padding-top: 30px;
}
.table5 {
  width: 45%;
    position: absolute;
left: 50%;
  margin-left: 15px;
     transform: translate(0%, -67%);
        border-collapse: collapse;
        height: 200px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
 .table6 {
   margin-left: -15px;
   width: 45%;
    position: absolute;
     transform: translate(0px, -90%);
        border-collapse: collapse;
        height: 200px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h4 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;
      margin-bottom: 200px;
      margin-top: -20px;
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }

/*--------------------------------------------------*/
.move7{
padding-bottom: 100px;
  padding-top: 190px;
}
.table7 {
  width: 90%;
    position: absolute;
left: 50%;
     transform: translate(-50%, -67%);
        border-collapse: collapse;
        height: 300px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h7 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }

/*---------------------------------------------*/


.move9{
padding-bottom: 200px;
  padding-top: 100px;
}
.table9 {
  width: 90%;
    position: absolute;
left: 50%;
     transform: translate(-50%, -67%);
        border-collapse: collapse;
        height: 300px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h9 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;
      margin-bottom: 200px;
      margin-top: -20px;
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    @media only screen and (max-width: 498px) {
      .h9{
        margin-bottom: 200px;
      }
      .move9{
  padding-bottom: 210px;
  padding-top: 230px;
      }
    }
/*--------------------------------------------------*/

.move10{
padding-bottom: 200px;
  padding-top: 420px;
}
.table10 {
  width: 90%;
    position: absolute;
left: 50%;
     transform: translate(-50%, -67%);
        border-collapse: collapse;
        height: 300px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h10 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;

    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    @media only screen and (max-width: 498px) {
      .h10{
        margin-bottom: 190px;
      }
      .move10{
   padding-bottom: 320px;
  padding-top: 470px;
      }
    }
/*--------------------------------------------------*/

.move11{
padding-bottom: 80px;
  padding-top: 50px;
}
.table11 {
  width: 90%;
    position: absolute;
left: 50%;
     transform: translate(-50%, -67%);
        border-collapse: collapse;
        height: 300px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h11 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;
      margin-bottom: 200px;
      margin-top: -20px;
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
   @media only screen and (max-width: 498px) {
      .move11{
padding-bottom: 380px;
  padding-top:  520px;
      }
    }
/*--------------------------------------------------*/
.move12{
  padding-bottom: 180px;
  padding-top: 60px;
}
.table12 {
  width: 90%;
    position: absolute;
left: 50%;
     transform: translate(-50%, -67%);
        border-collapse: collapse;
        height: 300px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h12 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;
      margin-bottom: 430px;
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    @media only screen and (max-width: 470px) {
      .h12{
        margin-bottom: 850px;
      }
        .move12{
        padding-bottom: 100px;
      }
    }
/*--------------------------------------------------*/
.move13{
  padding-bottom: 150px;
  padding-top: 60px;
}
.table13 {
  width: 90%;
    position: absolute;
left: 50%;
     transform: translate(-50%, -67%);
        border-collapse: collapse;
        height: 300px;
        border: 1px solid #bdc3c7;
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
    
    .tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    .th,
    .td {
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    
    #top {
        background-color: rgb(98,98,98);
        color: rgb(255,255,98);
    }
    
    .h13 {
        font-weight: 900;
      font-size: calc(1.725rem + 2.3vw);
        text-decoration: underline;
        text-align: center;
        color: rgb(224,194,58);
        padding: 10px;
      margin-bottom: 380px;
    }
    
    .tr:hover {
        background-color: #f5f5f5;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    }
     @media only screen and (max-width: 470px) {
      .h13{
        margin-bottom: 790px;
      }
      .move13{
        padding-bottom: 300px;
      }
    }
/*--------------------------------------------------*/
ul{
  list-style-type: none;
}
.list{
  color: rgb(224,194,58);
}
.pink{
  text-align: center;
  position: relative;
  top: 80px;
}
#vision{
  padding-top: 20px;
  padding-bottom: 20px;
}
