body{
  margin-top:0;
}

a:hover{
  text-decoration: none;
}

h1,h2,h3{
  font-family: 'Sen', sans-serif;
}

video{
  aspect-ratio: 16/9;
}



.text-red {
    color: red;
}

.text-grey {
    color: #858383;
}

.text-blue{
 color: #0066FF;
}

.error-page ol li{
  font-size:18px
}


.button-link{
  border:2px solid #F97F0E;
  background:#FFF8F1;
  padding:10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  color:#F97F0E;
  font-size: 14px;
  font-family: 'Zen Maru Gothic', serif;
  gap: 16px;
  line-height: 1.4;
  transition: 0.5s;
}

.button-link:after {
  content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #F97F0E transparent;
    transform: rotate(90deg);
 }

 .button-link:hover:after {
  border-color: transparent transparent #fff transparent !important;
 }

.button-link:hover{
  background: #F97F0E;
  text-decoration: none;
  color:#fff;
}

.text{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:16px;
  font-size: 18px;
}

.tagline{
  display:flex;
  align-items: center;
  justify-content: center;
  gap:30px;
}



.error-page h1, .error-page h2 {
  line-height: 65px;
  font-size: 58px;
  font-weight: 800;
  color: #444444;
  width: 100%;
  margin-top: 0;
  font-family:'Zen Maru Gothic';
}


.error-page h4{
  font-size:32px;
  font-weight: 800;
  font-family: 'Sen', sans-serif;
  line-height: 1.3;
  color: #F97F0E;
}

.error-page h4 span{
   color: #FBB03B;
}

p{
  font-size:18px;
  color:#222;        
  font-family: 'Zen Maru Gothic', serif;
  margin-bottom:0;
  line-height: 1.3;
}

.img-responsive{
  margin:0 auto;
}

.center{
  text-align: center;
}

.wrapper {
    width: calc(1200px + 32px);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;

}


.hero-section{
  background: url('../../img/index/hero-bg.jpg');
  padding:130px 0;
  min-height: 610px;
}

/*media hero banner*/
@media only screen and (max-width: 768px){
  h1:before,h1:after{
    display: none;
  }

  .hero-section {
    min-height: 320px;
}

h1{
  font-size:50px;
 }

 h4{
  font-size: 16px;
 }

}

.btn-search{
  display: flex;
  gap:5px;
  
}



.bg-orange{
    background: #f97f0e;
}
.bg-pink{
  background: #e189c1;
}

.bg-gold{
  background: #e3d001;
}

.bg-green{
  background: #90c619;
}

.bg-blue{
  background:#037dff;
}


.bg-purple{
  background: #a63eee;
}

/*sec2*/
.sec2{
  background:#E4F1D4;
  margin-top:-3px;
  padding-bottom:20px;
  padding: 50px 0 100px;
}

.sec2 .wrapper{
  width:calc(1180px + 32px);

}

.sec2__header {
  background: url("../../img/features/sec2-bg.png") transparent repeat top center;
  min-height: 274px;
  margin-top: -270px;
}



.sec2 h3{
  margin-top: 0;
  font-family: 'Zen Maru Gothic', serif;
  font-size:30px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5;
}


span.green-dot {
  background: #31ab48;
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 50%;
}




.list .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}

.list .item  a:hover{
  opacity: 0.8;
}


/*media sec2*/



@media only screen and (max-width: 768px){
 
  

  .sec2__header {
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 70px;
    margin-top: -71px;
  }

  .sec2 h3{
    font-size:16px;
    text-align: left;
    margin-bottom: 20px;
  }

  .sec2 h3 br{
    display: none;
  }

  .error-page h1, .error-page h2 {
    line-height: 1;
    font-size: 32px;
    margin-bottom: 0;

}

.error-page h4 {
    font-size: 22px;
    
}


.flex-wrap-div
{
  gap:8px
}
 .btn-anchor {
    width: 48%;
    font-size: 14px;
    
}
}



@media only screen and (max-width: 542px){


  .sec2 h2 {
    width: 260px;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1;
  }

   .error-page p{
    font-size: 15px;
   }

  .hero-section{
    padding: 40px 0;
    min-height: 280px;
  }


  .tagline img{
    display: none;
  }

  
  .content{
    padding:5px
}

  .content .item:first-child, .content .item:last-child {
    width: 25px;
}



.list .item a{
  font-size: 14px;
}





}

  .site-links {
      background: #fff;
      display: flex;
      border-radius: 24px;
      padding: 40px;
      flex-wrap: wrap;
  }

  .site-links ul{
    font-size:32px;
    font-family: 'Zen Maru Gothic', serif;
    color: #31AB48;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    padding-left:0;
    margin-bottom: 30px;
  }

  .site-links .item{
    width: 33.33%;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 30px;
    position: relative;
  }

.site-links .item:first-child:after{
    display: none;
  }

 .site-links ul:last-child{
    margin-bottom: 0;
  }

  .site-links .item:last-child{
    padding-bottom: 0;
  }

  .site-links .item::after{
    content:'';
    border-right: 2px solid #E6E6E6;
    display: block;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
  }

  .site-links ul li{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    gap:10px;
    margin-top: 16px;
  }

  .site-links ul li a{
    color:#000;
  }

  .site-links ul li:before {
    content: '';
    height: 16px;
    min-width: 16px;
    background: #AFDE46;
    border-radius: 50%;
    align-self: flex-start;
    transform: translateY(6px);
}

  /*media sec2*/

  @media only screen and (max-width: 991px){
    .site-links ul {
      font-size: 25px;
      line-height: 30px;
  }
  }

  @media only screen and (max-width: 768px){

 
  
    .site-links .item{
      width: 50%;
    }

    .site-links .item:last-child:after{
      display: none;
    }

    .site-links {
      padding: 32px 0;
    }

    }
    
    @media only screen and (max-width: 542px){
    


    .site-links ul {
      font-size: 22px;
    }

    .site-links ul li{
      font-size: 16px;
    }


    
    .site-links .item{
      width: 100%;
    }

    .site-links .item::after{
      display: none;
    }
    
    .sec2 .wrapper{
        padding: 0 8px;
   }
   .sec2{
    padding:50px 0;
   }
    }