/**
* Template Name: Siimple - v2.1.0
* Template URL: https://bootstrapmade.com/free-bootstrap-landing-page/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --main : #002366;
  --highlight : #f9a602;
  --font1 : 'Kaushan Script', cursive;
  --font2 : 'Bebas Neue', cursive;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: var(--main);
}

a:hover {
  color: var(--highlight);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

.font-1 {  
  font-family: var(--font1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  z-index: 10;
  position: relative;
}

#header .logo h1 {
  font-size: 36px;
  font-family: var(--font2);
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  background-color: #002366;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}

.navbar a {
  color: #aaa;
  font-size: 14px;
}

.navbar a:hover {
  color: #fff;
}

.navbar .nav-item .active {
  color: #f9a602;
  font-weight: 600;
}

.navbar .dropdown-menu {
  background-color: var(--main);
  border: 0px;
}
.navbar .dropdown-menu .active {
  color: #f9a602;
  background-color: transparent;
}

.navbar .dropdown-item {
  color: #aaa;
  font-weight: 600;
}

.navbar .dropdown-item:hover {
  color: #000;
  background-color: #f9a602;
}

#login button {
  font-size: 13px; 
  text-transform: uppercase; 
  font-weight: 600; 
  color:#002366; 
  background-color: #f9a602;
}

#brand {
  max-height: 100px;
}

 .brand {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.brand img {
  max-height: 100px;
}

@media (max-width: 990px) {
  .navbar .nav-link {
    color: #fff;
  }

  .navbar .nav-item .active {
    color: var(--highlight);
    font-weight: 600;
  }

  .navbar .dropdown-item {
    font-weight: 600;
  }

  .navbar .dropdown-item:hover {
    color: #f9a602;
    background-color: transparent;
  }

  .social-link {
    margin: 15px 0px;
  }
}

/*************************************/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(34, 34, 34, 0.8);
  transition: 0.4s;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffd2b7;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: var(--highlight);
  text-decoration: none;
}

.nav-menu .drop-down > a:after {
  content: "\e9f8";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.nav-menu .active.drop-down > a:after {
  content: "\e9f8";
}

.nav-menu .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: rgba(34, 34, 34, 0.5);
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}

.nav-toggle i {
  color: #fff;
  font-size: 18px;
}

.nav-toggle-active {
  right: 275px;
}

/*--------------------------------------------------------------
# Login Section
--------------------------------------------------------------*/
#login {  
  display: block;
}

#login .text-login {
  font-size: 12px;
  color: #fff;
  margin: 0px;
}

#login .login-form {
  border-radius: 20px;
  box-shadow: none;
  font-size: 11px;
  border: none;
  padding: 0px 15px 2px 20px;
  width: 125px;
  height: 25px;
  margin: 0 4px;
}

#login .submit-btn {
  width: 60px;
  font-size: 12px;
  font-weight: 600;
  color: #002366;
  margin: 0 4px;
  padding: 0px 5px;
  background-color: #f9a602;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/nhcs-banner.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: -40px;
  z-index: 9;
}

@media (max-width: 992px) {
  #hero {
    background: url("../img/nhcs-banner.jpg") top center;
    height: 90vh;
  }
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 80px;
  font-family: var(--font1);
  font-weight: 500;
  line-height: 56px;
  line-height: 56px;
  color: #fff;
  text-shadow: 0px 0px 20px #111;
}

#hero h2 {
  color: #333;
  margin-bottom: 30px;
  font-size: 40px;
  z-index: -1;
}

#hero .verse{
  color: #fff;
  background-color: #002366;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
  box-shadow: 0px 5px 20px #555;
  padding: 10px 30px;
  margin-top: -10px;
  margin-bottom: 50px;
}


@media (max-width:992px) {
  #hero h1 {
    margin-top: 100px;
    font-size: 62px;
    line-height: 36px;
  }

  #hero .verse{
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width:768px) {
  #hero form {
    align-items: center;
  }

  .hero-container img {
    width: 85%;
    margin-bottom: -90px;
    padding: 0;
  }

  #hero h1 {
    margin-top: 100px;
    font-size: 40px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 24px;
    line-height: 24px;
  }

  #hero .verse{
    width: 90%;
    font-size: 14px;
    line-height: 20px;
  }

  .php-email-form {
    text-align: center;
  }
}

#hero .subheader {
  font-size: 80px;
  font-family: var(--font2);
  color: var(--main)
}

#hero strong {
  font-family: var(--font2);
}

#hero .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: var(--main);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: var(--main);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .loading {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 15px;
  border-radius: 50px;
}

#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--main);
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#hero .php-email-form input {
  border-radius: 50px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 20px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}

@media (max-width:992px) {
  #hero .php-email-form input {
    margin: 0px auto;
    width: 300px;
  }
}

@media (max-width:768px){
  #hero .php-email-form input {
    margin:0px auto;
    width: 350px;
  }
}

#hero .php-email-form button[type="submit"] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  color: #fff;
  background: var(--main);
}

#hero .php-email-form button[type="submit"]:hover {
  background: var(--highlight);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
* Subscribe Section
--------------------------------------------------------------*/

#subscribe .modal-content {  
  background-image: linear-gradient(#002366, #00153f);
  border: 3px solid #f9a602;
  box-shadow: 0px 10px 20px #000;
}

#subscribe input, ::placeholder{
  text-align: center;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #fff7f2;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: var(--main);
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 35px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--main);
}

.about p:last-child {
  margin-bottom: 0;
}

.about a .btn-outline-secondary {
  color: #002366;
}

.about a:hover .btn-outline-secondary {
  color: #fff;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 30px;
}

.why-us .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.why-us .card-icon {
  text-align: center;
  margin-top: -32px;
}

.why-us .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: var(--main);
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.why-us .card-body {
  padding-top: 12px;
}

.why-us .card-title {
  font-weight: 700;
  text-align: center;
}

.why-us .card-title a {
  color: var(--main);
}

.why-us .card-title a:hover {
  color: var(--highlight);
}

.why-us .card-img-top {
  max-height: 200px;
  width: auto;
  object-fit: cover;
  object-position: bottom;
}

.why-us .card-text {
  color: #5e5e5e;
}

.why-us .card:hover .card-icon i {
  background: #fff;
  color: var(--main);
}

@media (max-width: 1024px) {
  .why-us {
    background-attachment: scroll;
  }

  .why-us .card-img-top {
    max-height: 300px;
    width: auto;
    object-fit: cover;
    object-position: bottom;
  }
}

/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.news {
  padding-bottom: 30px;
}

.news .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.news .container .btn {
  background-color: var(--main);
}

.news .container .btn a {
  color: #fff;
}
.news .container .btn a:hover {
  color: var(--highlight);
}
 

/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 60px;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: var(--main);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: var(--main);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .faq .container {
    width: 90%;
  }  
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: var(--main);
  float: left;
}

.contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.social-links {
  text-align: center;
}

.social-links a .btn {
  color: #002366;
  background-color: #fff;
  display: inline;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
}

.social-links a:hover .btn {
  background-color: var(--main);
  color: #fff;
}

.social-links i {
  vertical-align: middle;
  margin-top: -5px;
}

.contact button {
  border-radius: 50px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: var(--main);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: var(--main);
}

.contact .php-email-form button[type="submit"] {
  background: var(--main);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--highlight);
}

@media (max-width: 768px) {
  .contact .social-links {
    text-align: center;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--main);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: var(--highlight);
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/

#news-page .card {
  border: 0px;
}

#news-page .card-image-top {
  width: 800px;
  height: 300px;
  object-fit: cover;
  align-self: center;
}

#news-page .card-title {
  font-weight: 600;
}

#news-page .card-text {
  font-size: 13px;
  color: #333;
}

 #news-page .card .card-body hr {
   border-top-width: 2px;
   border-color: #ccc;
   width: 70%;
 }

 #news-page .card .blog-meta {
   font-size: 13px;
   font-style: oblique;
 }

 #news-page .btn-primary {
   background-color: var(--main);
   border : 0px;
 }

 #news-page .btn:hover {
   background-color: var(--highlight);

 }

 #news-page .btn a {  
  color: #fff;
 }

 #news-page .btn a:hover {  
  color: #000;
 }
