h1, h2, h3{
font-family: 'a_AvanteInt';
font-weight: 600;
}

.logo{
padding-top: .25rem;
}

.top-bott15{
padding-top: 15px;
padding-bottom: 15px;
}

.drop-down-li{
margin-top: 15px;
}

hr {
border: 0;
    height: 1px;
    background: #0A1367;
    background-image: -webkit-linear-gradient(left, #fff, #0A1367, #fff);
    background-image: -moz-linear-gradient(left, #fff, #0A1367, #fff);
    background-image: -ms-linear-gradient(left, #fff, #0A1367, #fff);
    background-image: -o-linear-gradient(left, #fff, #0A1367, #fff);
}

 .hed{
	margin-top: 70px;
	}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

   .hed{
	margin-top: 50px;
	}

    .logo{
      padding-top: 0px;
     }
}

.hed p{
  font-size:10pt;
}

.section-title h2{
    font-size: 26px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 1px;
    color: #0A1367;
    font-weight: 600;
}

.contact .contact-about h2{
font-weight: 600;
color: #0A1367;
}

.cta-btn {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 0px 15px 0px 15px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #0A1367;
    color: #0A1367;
}

.cta-btn:hover {
  background: #0A1367;
  border: 2px solid #fff;
color: #fff;
}

.cta-btn a{
  color: #0A1367;
}

.cta-btn a:hover{
  color: #fff;
}

.jtext{
   color: #003370; 
   font-size: 14pt; 
   text-align: justify;
}


.bx-newslist-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: block;
    padding: 29.3% 0;
    background-color: grey;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
}
.bx-newslist-img:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-top: 44px solid white;
    border-right: 28px solid transparent;
}

.bx-newslist-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    -webkit-transition: -webkit-transform 800ms;
    transition: -webkit-transform 800ms;
    -o-transition: transform 800ms;
    transition: transform 800ms;
    transition: transform 800ms, -webkit-transform 800ms;
}

.bx-newslist-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}