
.widget .widget-title:after{
    display: none;
}
.text-center.pager{
    display: inline-flex;
}
.pager li a{
    background: #fff;
}
.pager li span{
    background: #fff;
}
.fastnone::before{
    display: none;
}
.widget ul ul li:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
}
.widget-area .widget_recent_entries ul li.fastnone{
    margin-top: 0px;
}
.widget-area .widget_recent_entries ul li a{
    font-size: 16px;
}
.widget-area .widget_recent_entries ul ul li a{
    display: block;
    width: 100%;
    font-size: 15px;
}
.widget-area .widget_recent_entries ul ul li a span{
    float: right;
}
.widget-area .widget_recent_entries ul ul li a span i{
    margin-right: 5px;
}
.widget-area .widget_recent_entries ul ul li{
    padding-left: 0px;
}
.widget-area .widget_recent_entries ul ul li::before{
    display: none;
}
.layui-layer-page .layui-layer-btn{
    text-align: center;
}
.download-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.download-list li {
  margin: 10px 0;
}
/*
.download-list li span {
  font-weight: bold;
  font-size: 16px;
}
*/
.download-list li ul {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0;
}
.download-link {
  color: #034f96;
  text-decoration: none;
  cursor: pointer;
}
.download-link:hover {
  text-decoration: none;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.submit-btn {
  background: #034f96;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
}
.submit-btn:hover {
  background: #0958d9;
}
#downloads{
    padding-bottom: 10px;
}
.md-modal{
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.md-content > div{
    text-align: center;
}
.md-content > div p{
    text-align: left;
}
.md-content .md-close{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #034f96;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.md-content h3{
    color: #000 !important;
    font-size: 28px;
}
.layui-layer-btn a {
    height: 32px;
    line-height: 30px;
    margin: 5px 5px 0;
    padding: 0 20px;
    border: 1px solid #dedede;
    border-radius: 0px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
}
#download01,#download03,#download08,#download11,#download21{
    scroll-margin-top: 90px; 
}
@media (max-width: 992px) {
.blog-section .container .row,.blog-section .container .row .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}
.col-lg-3.col-md-12{
    margin-top: 30px;
}
.widget-area .widget_recent_entries ul ul li a span{
    float: left;
    display: block;
    width: 100%;
    margin-top: 5px;
}
}

@media (max-width: 992px) {
.col-lg-9.col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}
}