/* Custom Stylesheet */
/**
 *
 * 
 */


 /* .anim-box.slidein.is-animated {
  animation: slideIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#entry {
  animation: slideIn linear;
  animation-timeline: view();
  animation-range: entry 0% entry 100%;
}
 */

.color-lightblue {
  background-color: #65a6de !important;
}

.logo-img {
  margin-top: 10px;
  margin-bottom: 0px;
}

nav i.material-icons {
  display: block;
  font-size: 30px;
  height: 56px;
  line-height: 56px;
}

nav .button-collapse {
  float: right;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}

.eye-catch {
  border-radius: 40px;
  object-fit: cover;
  height: 30%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divide-margin {
  margin-top: 20;
  margin-bottom: 20;
}

.section-title {
  font-size: 30px;
  font-weight: 600;
}

.section-text {
  font-size: 18px;
}

.section-base{
  padding-top: 30px;
  padding-bottom: 30px;
}

.buissiness-title{
  font-size: 24px;
}


.buissiness .inline-image {
  border-radius: 10px;
  object-fit: cover;
  height: 300px;
  width: 90%;
  /* margin-top: 30px;
    margin-bottom: 30px; */
}


.row.spacing{
  margin-bottom:50px;
}



.information {
  background-color: #F8F8F8 !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.info-block{
  background-color: #ffffff;
  border-radius: 10px;
  margin: 10px;
  display: flex;
}


.information-text {
  font-size: 18px;
  text-align: center;
}

.footer-copyright-wrapper {
  overflow: hidden;
  height: 30px;
  line-height: 5px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

.footer-company-name {
  font-size: 40px;
  font-weight: 600;
}

.footer-company-name-sub {
  font-weight: 600;
  margin-top: -19px;
}


@media only screen and (max-width: 601px) {

  .eye-catch {
    border-radius: 10px;
    object-fit: cover;
    height: 200px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 20px;
    font-weight: 600;
  }
  
  .section-text {
    font-size: 14px;
  }

  .buissiness-title {
    font-size: 18px;
  }
  

  .buissiness .inline-image {
    border-radius: 10px;
    object-fit: cover;
    height: 150px;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .row.spacing{
    margin-bottom:20px;
  }
  
  
  .info-block {
    background-color: "#dd0000";
    border-radius: 0px;
    margin: 0px;
    display: flex;
  }
  
  /* .info-block .value{
    margin-bottom: 20px;
  }
   */

  .information-text {
    font-size: 16px;
    text-align: center;
  }


  .footer-copyright-wrapper {
    overflow: hidden;
    height: 30px;
    line-height: 5px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08);
  }
  
  .footer-company-name {
    font-size: 24px;
    font-weight: 600;
  }
  
  .footer-company-name-sub {
    font-weight: 600;
    margin-top: -10px;
  }
  

}