.menu-ac
{ width: 80%; }
.padding-20 { padding: 20px; clear: both; }
.abt p {  text-align: justify;  }
.abt { padding-top: 100px ; padding-bottom: 100px; }

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../images/bg.jpg");
  height: 100%;
}
 
.caption a, .caption p{ 
  color: #1F356F; 
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}
.navbar { min-height: 150px; }
.head img { width: 100%; }
.head { padding-top: 20px ; padding-bottom: 20px; }
.box { 
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    padding: 16px; text-align : right;
}
.btn-nav {
      color: #1F356F;  text-transform: uppercase;
      background-color: #67AEC9;   
          padding: 9px 13px;
    font-size: 13px;
    border-radius: 0px;
    font-weight: bolder;
    margin-left: 12px;
}
#footer {
    color: white;
    background: #1F356F;
    padding: 35px 0 32px 0;
}

#footer a {
    color: white;
}
 
.footer_bottom {
    padding: 25px 0 0 0;
    /* border-top: 1px white solid; */
}


