
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 
body {color:#000;font-size: 14px;font-family: 'HelveticaNeue','Lato';background: #f6f7f8;}

@import url(./font.css);  

header{
    margin: 4.9vh 0;
}
.archive h1{
  font-size: 26px;
  text-align:center;
  display: block;
  margin: 0 auto;
  color: #000;
  font-weight: 600;
  font-family: 'HelveticaNeue';
  letter-spacing: 1px;
}


.section-space{

    margin-top:50px
}
.contact-box-data .form-control {
    height: 40px;
    margin: 5px 0 22px 0;
    border-radius: 0;
    font-size: 14px;
    text-transform: none;
    padding: 15px;
    outline: 0!important;
    box-shadow: 0 0 0!important;
    background-color: #f6f9fc;
    border: solid 1px #e9ecef;
  
  }
  
  .form-control:focus {
    border: solid 1px #006BB6 !important;
    background-color: #fff !important;
  }
  

  
  textarea.form-control {
    height: auto;
    min-height: 120px;
  }
  
  .cate-banner-img{
    margin-top: -1px;
  }
  .readmore {
    display: inline-block;
    padding: 6px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    background: #006BB6;
    border: navajowhite;
}


.form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.form{
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

footer {
    border-top: 3px solid #006BB6;
    margin-bottom:0px !important;
}


footer p{
  display:block;
  text-align:center;
  margin-top:25px
}
.description{
      line-height: 26px;
    color: #333;
	font-size:16px;
}