body {
  font-size: 1rem;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.75);
}
strong {
  font-weight: 600;
}
p {
    text-align: justify;
}
.main-header {
  background-color: #de3d4a !important;
  font-size: 1rem;
}
.main-header .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.main-header .navbar-nav .active > .nav-link,
.main-header .navbar-nav .nav-link.active,
.main-header .navbar-nav .nav-link.show,
.main-header .navbar-nav .show > .nav-link {
  font-weight: 600;
}
.btn-primary {
  background-color: #0d0b40;
  border-color: #0d0b40;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #de3d4a;
  border-color: #de3d4a;
}
.main-header .btn-primary:hover,
.main-header .btn-primary:focus {
  background-color: #fff;
  border-color: #0d0b40;
  color: #0d0b40;
}
.title-wrapper {
  background-color: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.title-wrapper h2 {
  text-align: center;
  font-size: 1.5rem;
}
h2 {
  color: #0d0b40;
  font-weight: 700;
}
.form-title {
  border-bottom: 1px solid #de3d4a;
  color: #de3d4a;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.custom-control-label::before,
.custom-control-label::after {
  top: 0.15rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0d0b40;
  background-color: #0d0b40;
}
.notes {
  background-color: #f5f5f5;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.notes h4 {
  font-size: 1.1rem;
  color: #0d0b40;
  font-weight: 600;
}
.notes ul {
  padding-left: 15px;
  margin-bottom: 0px;
}
.notes ul li + li {
  padding-top: 1rem;
}
.btn-link {
  color: #de3d4a;
}
.banner-wrapper {
  background-color: #f5f5f5;
  text-align: center;
  padding: 60px 0;
}
.banner-wrapper h1 {
  font-size: 3rem;
  color: #0d0b40;
  font-weight: 700;
}
.btn-outline-primary {
  color: #de3d4a;
  font-size: 1rem;
  background-color: #fff;
  border: 2px solid #de3d4a;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.btn-outline-primary.btn-outline-primary:active {
  background-color: #de3d4a;
  color: #fff;
  border-color: #de3d4a;
}
.banner-wrapper .btn-outline-primary {
  margin-top: 20px;
  margin-bottom: 10px;
}
.banner-wrapper img {
    margin-top: 2rem;
}
.excellence-award-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.excellence-award-wrapper .award-details-btn {
  margin-top: 20px;
}
.excellence-award-wrapper .excellence-award-title,
.export-scenario h4 {
  font-size: 1.125rem;
}
.excellence-award-wrapper img {
  display: inline-block;
}
.office-bearers {
  background-color: #de3d4a;
  text-align: center;
  padding: 30px 0;
}
.office-bearers h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.office-bearers .card {
  border-radius: 20px;
  margin-top: 1rem;
}
.office-bearers .card img {
  border-radius: 20px 20px 0px 0px;
  border: 5px solid #fff;
  width: 100%;
}
.office-bearers .card-body {
  padding-left: 0px;
  padding-right: 0px;
}
.office-bearers .card-body .card-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.125rem;
}
.office-bearers .card-body .card-text {
  font-size: 1rem;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.export-scenario {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-col h4 {
  padding-bottom: 1rem;
}
.footer-wrapper {
  background-color: #0d0b40;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-wrapper img {
  margin-bottom: 1rem;
}
.footer-wrapper ul {
  list-style: none;
  padding-left: 0px;
}
.footer-wrapper ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-wrapper ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.footer-wrapper ul li + li {
  margin-top: 1rem;
}
.custom-table thead th {
  color: #de3d4a;
  border-color: #de3d4a;
  vertical-align: top;
}
.criteria-list li,
.list li {
  padding-top: 1rem;
}
.services-block {
  background-color: #f5f5f5;
  padding: 2rem;
}
.about-ob {
  background-color: #fff;
}
.about-ob .card-body .card-title {
  color: #de3d4a;
}
.about-ob .card-body .card-text {
    min-height: 75px;
}
.contact-block {
  background-color: #de3d4a;
  color: #fff;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-radius: 0.5rem;
}
.contact-row a {
  color: #fff;
}
.contact-row h4 {
  padding-bottom: 0.5rem;
}
.contact-row + .contact-row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.application-cta-block {
  border: 1px solid #ccc;
  padding: 1.5rem;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.application-cta-block .btn {
  margin-top: 1rem;
}
.banner-wrapper .carousel-indicators li {
  background-color: #de3d4a;
}
label.error {
    color: red;
    font-size: 0.85rem;    
}
.form-control.error {
    border-color: red;
}
.title-color {
  color: #de3d4a;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }    
}
@media screen and (min-width: 768px) {
  .export-scenario {
    overflow: hidden;
  }
  .content-col {
    background-color: #fff;
    padding: 2rem 3rem 2rem 3rem;
    transform: translateX(-3rem);
    position: relative;
    z-index: 1;
    margin-right: -6rem;
  }
  .content-col h2 {
    font-size: 2.25rem;
  }
  .export-scenario img {
    transform: translateX(-8.333333%);
  }
  .services-block {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    max-width: 210px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .main-header .dropdown-item {
    white-space: inherit;
  }
  .banner-wrapper {
    padding: 20px 0;
  }
  .banner-wrapper h1,
  .office-bearers h1 {
    font-size: 2rem;
  }
  .export-scenario img {
    width: 100%;
    margin-top: 1.5rem;
  }
}
