 /*-----------------------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: #696869; 
  }
 .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: 1rem;
  color: #464649;
  margin-bottom: 20px;
  }
  .error_mess{
  color:#ec8387;
  font-size: 0.9rem;
  }
  /*-----------------------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_con1{
  padding: 8px 0;
}
.section1 > .pag_footer{
  height: 50px;
}
.pag_con1>.search_box{
  display: flex;
  flex-wrap: wrap;
}
.search_box >.box:nth-child(1){
  flex: 1 0 100%;
}
.search_box >.box:nth-child(3){
  flex: 1;
  padding: 5px;
  max-width:300px;
  background-color: #eae3d2;
  border: #a09782 solid 1px;
}
.search_box >.box:nth-child(2){
flex: 1 ;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.search_box >.box:nth-child(2) >.box_con{
flex: 1;
margin-right: 1%;
border: #a09782 solid 1px;
}
.search_box >.box:nth-child(2) >.box_con:nth-child(2){
margin-top: 10px;
padding: 10px;
}
.news_war{
  padding:10px;
}
.newsimg1{
width:100%;
height:auto;
border: #e0e0e0 solid 5px;
box-sizing: border-box;
}
.newsimg2{
width:100%;
max-width: 300px;
height:auto;
border: #e0e0e0 solid 5px;
box-sizing: border-box;
}
.news_hed{
  padding-top:0.625em;
  font-weight: 900;
  font-size: 1rem;
  color: #343437;
  margin-bottom: 10px;
}
.news_txt{
  padding-top:0.625em;
  font-weight:normal;
  line-height: 1.5;
  font-size: 1rem;
  color: #464649;
  margin-bottom: 5px;
}
.more_image {
  text-decoration: none;
  color:#9e4343;
  font-weight:normal;
  font-size: 0.8125rem;
}
.more_image:hover {
  color:#FF9595;
  transition: all .5s ease;
  font-weight:normal;
}
/*-----------------------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 >.box:nth-child(2) > div{
    flex: 1 0 100%;
    }
  }
  .search_box >.box:nth-child(2){
    flex:1 0 100%;
    max-width:none;
  }
}
  /*-------phone--------*/
  /*-------phone small--------*/
@media(max-width:480px) {
  .section1_warpper >.section1{
  width:96%;
  }
}
/*---------------------@media-----------------------------------*/