 body {
     font-family: "Georgia", serif;
     /* soft theme-based background */
 }
 
 .breadcrump {
     background: #fff7f7;
     padding: 80px;
 }
 
 header {
     /* padding: 20px 0; */
     background: #20458d;
     /* darker theme red */
 }
 
 .logo {
     font-size: 26px;
     font-weight: bold;
     color: #ffffff;
     padding: 20px;
 }
 
 .logoImg {
     width: 130px;
     padding: 10px;
     height: 100;
     background: #fff;
     border-radius: 6px;
 }
 
 a {
     color: #20458d;
 }
 
 .section-title {
     text-align: center;
     margin-top: 10px;
     margin-bottom: 30px;
     font-size: 42px;
     font-weight: 600;
     color: #20458d;
     margin-bottom: 0px;
 }
 
 .submitBtn {
     background-color: #ff0000 !important;
     border-color: #ff0000 !important;
 }
 
 .sub-heading {
     letter-spacing: 3px;
     font-size: 12px;
     text-align: center;
     /* margin-top: 40px; */
     color: #20458d;
 }
 
 footer {
     background: #20458d;
     /* darker footer */
     padding: 40px 0;
     text-align: center;
     color: #ffffff;
 }
 
 .contact-box {
     padding: 30px;
 }
 
 .copyright {
     background: #20458d;
     /* even darker bottom bar */
     padding: 20px;
     text-align: center;
     font-size: 14px;
     margin-top: 20px;
     color: #ffffff;
 }