.small {
    font-size: 10px;
}

.large {
   font-weight:300;
   font-size:18px;
    
}

.largish {
   font-weight:200;
   font-size:14px;
    
}

.smallish {
   font-weight:100;
   font-size:12px;
    
}
.cover {
     width: 200px;
}

.shadow {
  box-shadow: 2px 2px 9px #888888;
}

.thicker {
  font-weight: bolder;
  color: #0A79C0;
}

.center {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.thick {
  font-weight: bold;
}

.blue-border
{
    border: 2px solid;
    border-color:#0a79c0;
}

.italics {
  font-style: italic;
}

center1 {
     text-align: center;
}

.noborder {
    border:0;
}

.column {
  float: left;
  width: 25%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.content { 
    position:absolute;
    top:50%; 
    height:50%; 
    width:100px;
    margin-top:-25%;
    text-align:center;
}

imgcenter {
    position: relative }
    
    @media (max-width: 575px) {
    .main_baner_section_new:after {
        width: 100%;
        height: 20%;
        bottom: 47px;
    }
}