@media (min-width: 1201px){
.inner {
    width: 96%;
    max-width:1280px;
}
}
.block h2.block-title {
    border-bottom: 0;
    padding-left: 0px !important;
    font-size: 24px;
    font-weight: bold;
}
@media (min-width: 992px){
.layout-full.region-top-second .col-md-4:nth-child(1) {
    width: 30%;
}
.layout-full.region-top-second .col-md-4:nth-child(2) {
    width: 45%;
}
.layout-full.region-top-second .col-md-4:nth-child(3) {
    width: 25%;
}
}
.block-region-top p{
  font-size:16px;
  margin-top:30px;
}
.front-about{
  padding:0 0 30px 0px;
}
.linksys{
  overflow:hidden;
  display:block;
  margin-top:60px;
}
.linksys div{
    padding: 20px;
    color: #FFF;
    align-items: center;
    display: flex;
}

.linksys div a{
  color:#FFF;
  font-size:16px;
}
.linksys div span{
padding: 10px;
    border: 1px solid #FFF;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-flex;
}
.linksys1{
  background-color:#1A50AA;
}
.linksys2{
  background-color:#2063D3;
}
.linksys3{
  background-color:#3877E0;
}
.linksys div:hover{
  background-color:#069;
}

.inleft-block {
    background: #FFF;
    text-align: center;
}
.inleft-block h3 {
    font-size: 1.3rem;
    margin: 15px 0;
    font-weight: 600;
    color: #C30;
}
.field-body .inleft-block p {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    color: #999;
    margin-bottom: 20px;
}
 .inleft-block a.btn.btn-gray.btn-radius {
    display: block;
    padding: 15px 0;
    font-size:14px;
}
 .inleft-block a span{
   padding:5px;
 }
.inleft-contact{
  padding-top:30px;
  margin-top:30px;
  border-top:1px solid #ECECEC;
}
.inleft-contact h4{
  font-size:18px;
  font-weight:bold;
  margin-bottom:15px;
}
.inleft-contact p{
  font-size:14px !important;
  line-height:150%;
}
.layout-full.region-footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    margin-top: 40px;
}
.block-region-footer-bottom h2.block-title {
    margin-bottom: 60px;
    font-size: 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.block-region-footer-bottom h2.block-title:before {
    content: "";
    width: 100px;
    border-bottom: 1px solid #999;
    height: 1px;
    bottom: 20px;
    left: 0px;
    position: absolute;
    z-index: 1;
}
.block-region-footer-bottom h2.block-title:after {
    content: "";
    width: 100px;
    border-bottom: 1px solid #999;
    height: 1px;
    bottom: 20px;
    right: 0px;
    position: absolute;
    z-index: 1;
}
.more-link {
    top: 20px;
}

.rightflink{
  padding:10px;
}
.rightflink a{
  background:#f2f2f2;
  display:block;
  padding:15px 20px;
  color:#333;
}
.rightflink a:hover{
    background:#ececec;
}

@media (max-width: 1200px){
.block-region-top {
   padding-left:20px;
   padding-right:20px;
}}
@media (max-width: 768px){
.linksys{
  display:block;
}
.linksys div {
    width: 100%;
}}