body, h1, h2, h3, h4, h5, h6, input, button, p {
  font-family: 'open sans',sans-serif;
}
p
{
    text-align:justify;
}

/* NAVIGATION */

.bg-primary-dark {
  background-color: #02548d;
}



.nav-item {
  padding: 1rem;
}

.box-content
{
    height:51%;
}

/* ELEMENTS */
.section-heading {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}



/* BANNER */
.banner-div {
  height: 100vh;
  background-image: url("../images/banner-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.banner-content {
  background: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.banner-content h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  padding-bottom: 0px;
}

.banner-content h2 {
  font-size: 54px;
  font-weight: 600;
  padding-bottom: 20px;
}


/* HOME CONTENT SECTION */
.home-content-section {
  background-color: #fafafa;
  padding: 100px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .home-content-section {
    padding: 50px 20px;
  }
  
}



.home-content-box {
  background: #02548d;
  padding: 30px;
  height: 100%;
  border-radius: 8px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .home-content-box {
    height: inherit;
  }
}

.home-content-box h3 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.home-content-box p {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.home-content-box a {
  margin-top: 20px;
  display: inline-block;
  background: #fff;
  color: #02548d;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 35px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.home-content-box a:hover {
  background: #02548d;
  color: #fff;
}


/* ABOUT US */
.about-section {
  background-color: #f7f6f6;
  text-align: center;
  padding: 100px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .about-section {
    padding: 50px 20px;
  }
}

.about-section h2 {
  color: #000;
}

.about-section p {
  text-align: left;
}

.about-section a {
  display: inline-block;
  margin-top: 50px;
  background: #02548d;
  padding: 10px 35px;
  border: 2px solid #02548d;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.about-section a:hover {
  background: #f7f6f6;
  color: #02548d;
}


/* MANAGEMENT SECTION */
.management-section {
  background-color: #f7f6f6;
  text-align: center;
  padding: 100px;
  padding-top: 200px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .management-section {
    padding: 50px 20px;
    padding-top: 200px;
  }
}

.management-single {
  text-align: left;
  padding: 20px;
}

.management-single .social-div {
  border: 2px solid #ededed;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.management-single .social-div a {
  padding: 10px 16px;
  color: #999;
  background: #ededed;
  display: inline-block;
  transition: 0.2s;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}

.management-single .social-div a:hover {
  color: #000;
  background: #ccc;
}

.management-details {
  background: #ededed;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .management-details .mg-details-person {
    padding: 50px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .management-details .mg-details-person {
    padding: 50px;
  }
}

.management-details .mg-details-person {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.management-details h3 {
  font-size: 28px;
  margin-bottom: 4px;
}

.management-details span {
  font-weight: 600;
  font-size: 16px;
  color: #666;
}

.management-details img {
  width: 100%;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


/* History SECTION */
.history-section {
  background-color: #f7f6f6;
  text-align: center;
  padding: 100px;
  padding-top: 200px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .history-section {
    padding: 50px 20px;
    padding-top: 200px;
  }
}

.history-content {
  text-align: left;
}

.history-content ul li {
  padding: 10px;
}


/* PLACEMENTS SECTION */
.placements-section {
  background-color: #f7f6f6;
  text-align: center;
  padding: 100px;
  padding-top: 200px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .placements-section {
    padding: 50px 20px;
    padding-top: 200px;
  }
}

.placements-section img {
  width: 90%;
  margin-bottom: 30px;
}






/* CONTACT SECTION */
.contact-section {
  text-align: center;
  padding: 100px;
  background-color: #02548d;
  color: #fff;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .contact-section {
    padding: 50px 20px;
  }
}

.contact-section iframe {
  width: 95%;
  margin: 20px;
}

.contact-section h2 {
  color: #fff;
}

.contact-section table {
  text-align: left;
}

.contact-section table td {
  padding: 10px;
}

.contact-section table strong {
  font-size: 18px;
}

.contact-section form {
  margin-top: 20px;
  text-align: left;
}

.contact-section form input, .contact-section form textarea {
  width: 100%;
  background: #02548d;
  border: 2px solid #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;

}

.contact-section form input::placeholder, .contact-section form textarea::placeholder {
  color: #fff;
}

.contact-section form input:focus, .contact-section form textarea:focus {
  background-color: #fff;
  color: #02548d;
}

.contact-section form button {
  padding: 10px 35px;
  color: #02548d;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.contact-section form button:hover {
  background: #02548d;
  color: #fff;
  cursor: pointer;
}



/* FOOTER SECTION */
.footer-section {
  background: #014778;
  color: #fff;
  margin: 0px;
  padding: 30px 100px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .footer-section {
    padding: 50px 20px;
  }
}

.footer-section p {
  margin: 0;
}
