 /*-----------------------shadow1----------------------------------*/
  .shadow1_warpper{
 width:100%;
 height:auto;
 background-color: #fff;
 }
 .shadow1{
 width:90%;
 height:3.125rem;
 margin: 0 auto;
 }
 /*-----------------------text---------------------------------*/
 .sec_txt1{
  padding-top:0.625em;
  font-weight: 900;
  font-size: 1rem;
  color: #343437;
  }
  .sec_txt2{
  padding-top:0.625em;
  font-weight: 900;
  font-size: 1rem;
  color: #36454F; 
  }
 .head_txt1{
  padding-top:0.625em;
  font-weight: 900;
  font-size: 1.5rem;
  color: #343437;
  }
  .head_txt2{
  padding-top: 0.625em;
  font-size: 1rem;
  color: #aeacaf; 
  }
  .par1{
  padding-top:0.625em;
  font-weight:normal;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #6d6d6e;
  }
  .par2{
  padding-top:0.625em;
  font-weight:normal;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #464649;
  }
  .error_mess{
  color:#ec8387;
  font-size: 0.9rem;
  }
  #anchor_start {
    scroll-margin-top: 100px;
  }
  /*-----------------------section1---------------------------------*/
.section1_warpper{
width:100%;
height:auto;
background-color: #fff;
}
.section1{
width:80%;
height:auto;
margin: 0 auto;
}
.section1 > .pag_head{
  padding: 5px 0;
}
.section1 > .pag_infor{
  padding: 5px 0;
}
.section1 > .pag_footer{
height: 50px;
}
.pag_con1>.search_box{
display: flex;
flex-flow: row wrap;
position: relative;
width: auto;
margin-top: 20px;
margin-bottom: 50px;
}
.search_box >.item {
flex: 1 1 16%;
min-width:150px;
min-height:310px;
margin: 5px;
padding: 20px 5px;
width: auto;
background-color: #e8e9e5;
border: #a7a7a8 solid 1px;
object-fit: contain;
transition:transform 1s ease;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
img.search {
width:auto;
max-height:150px;
border: #ffffff solid 5px;
border-radius: 50%;
}
 .item::after{
 content: "";
 position: absolute;
 z-index: -1;
 opacity: 0;
 transition: opacity 1s ease;
 }
 .item:hover { 
 transform:translateY(-.25em) scale(1.02);
 } 
 .item:hover:after{
 opacity: 1;
 } 
/*-----------------------section2---------------------------------*/
/*---------------------------page Link--------------------------------*/
ul.breadcrumb {
  list-style: none;
  font-family: "fontAwesome", sans-serif;
}
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
  font-weight:normal;
  color: #aeacaf;
}
ul.breadcrumb li + li:before {
  color: #aeacaf;
  font-weight: bold;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #6bb0ec;
  text-decoration: none;
  font-weight: bold;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: none;
}
/*---------------------@media-----------------------------------*/
/*-------large screen-----*/
@media(min-width:1900px) {

}
/*-------desktop-----*/
@media(max-width:1200px) {
html{font-size:0.895rem;}
}
/*-------desktop small-----*/
@media(max-width:980px) {

  }
  /*--------tabe---------*/
  @media(max-width:768px) {
  html{font-size:0.9375rem;}
  .section1_warpper >.section1{
  width:92%;
  }
  .search_box >.item {
    flex: 1 1 100%;
  }
}
  /*-------phone--------*/
  /*-------phone small--------*/
  @media(max-width:480px) {
  .section1_warpper >.section1{
  width:96%;
  }
}
/*---------------------@media-----------------------------------*/