 .paginationsd nav{
      box-shadow:none; 
    }
    .widget-area.social .social-links li a {
    display: inline-block;
    width: 34px!important;
    height: 34px!important;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #555555;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

 .search-btn {
  width: 83px;
  height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: #210F84 !important;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  border-radius:5px;

    
    }
    
    .search-field {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border:1px solid #DDDDDD;
}
.subecribe-field {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #29419C;
  margin-bottom: 22px;
}
.subscribe-btn {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: #210F84 !important;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
  border-radius: 5px;
  float: left;
  padding: 0px 40px;
}