@font-face {
  font-family: "Times New Roman";
  src: url(../fonts/times.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body {
  /* font-family: "Times New Roman"; */
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  background-color: #f8f8f8;
}
main {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 16px;
}
img {
  display: block;
  height: auto;
}
ul {
  list-style: none;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none !important;
}
.top-bar {
  width: 100%;
  min-height: 120px;
  padding: 24px 0;
  z-index: 13;
  background-color: #000;
  justify-content: center;
  align-items: center;
}
.top-bar > div {
  padding: 0 16px;
}
.top-bar i {
  font-size: 24px;
  color: #dc8007;
  margin-right: 4px;
}
.top-bar a,
.top-bar span {
  font-size: x-large;
  color: #fff;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 998;
}
nav {
  flex-wrap: wrap;
}
nav,
.dropdown-menu {
  width: 100%;
  background-color: #404347;
}
.nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #dc8007;
  transition: width ease 200ms;
}
.nav-item:hover:before {
  width: 100%;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 16px;
}
nav li {
  position: relative;
}
nav .nav-item {
  display: flex;
  align-items: center;
  padding: 10px 48px;
  transition: all ease 300ms;
}
nav .nav-item i {
  font-size: 16px;
  color: #fff;
}
nav .nav-item.active,
nav .nav-item:hover {
  background-color: #393c40;
}
nav .nav-link {
  font-weight: 700;
  color: #fff;
  transition: all ease 300ms;
}
nav .nav-item:hover > .nav-link,
nav .nav-item.active .nav-link {
  color: #dc8007 !important;
}

.navbar-toggler .burger-open,
.navbar-toggler .burger-close {
  line-height: 0;
  display: none;
}
.navbar-toggler .burger-open.active,
.navbar-toggler .burger-close.active {
  display: block;
}
.dropdown {
  flex-wrap: wrap;
}
.dropdown-menu {
  padding: 0;
}
nav .dropdown-toggle::after {
  display: none;
}
nav .dropdown-item {
  transition: all ease 300ms;
}
nav .dropdown-item:hover {
  background-color: #dc8007;
}
.navbar-toggler {
  width: 46px;
  height: 43px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 16px auto;
  background-color: #fff !important;
}
.hero-section {
  width: 100%;
  height: 592px;
  vertical-align: middle;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.hero-section > div {
  max-width: 1167px;
  padding: 0 8px;
}
.hero-section h1 {
  font-size: 48px;
  line-height: 44px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-btn {
  background: #dc8007;
  color: #fff !important;
  font-size: 20px;
  padding: 10px 24px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  height: auto;
  border-radius: 60px;
  transition: background ease 400ms;
}
.main-btn:hover {
  background-color: #222;
}
.about-section {
  text-align: center;
}
.about-section h3,
  font-size: 20px;{

}
.about-section h4 
  font-size: 20px;{
  font-style: italic;
}

.about-section h4,
.about-section p {
  font-style: italic;
}
.blog-card {
  height: 100%;
  background-color: #fff;
}
.blog-card-body {
  height: 250px;
  padding: 30px 40px 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.blog-card-body h3 {
  font-size: 17px;

}
.bolded { font-weight: bold; }

}
.blog-card-body .text-box {
  height: 96px;
  overflow: hidden;
}
.blog-card-body p {
  font-style: italic;
}
.about-section .main-btn,
.blog-card-body .main-btn {
  font-size: 14px;
  font-weight: 700;
}
footer {
  background-color: #404347;
}
.footer-box {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  padding: 84px 16px;
}
.footer-box ul {
  margin-bottom: 0;
}
.footer-bar {
  padding: 24px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
  color: #aeaeae;
  text-align: center;
}
.footer-title {
  font-size: 18px;
  font-weight: bold;
  color: rgb(220, 128, 7);
}
.footer-desc {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer-link {
  font-size: 16px;
  font-weight: 600;
  color: #bdc0c4;
  transition: color ease 200ms;
}
.footer-link:hover {
  color: #dc8007;
}
@media only screen and (max-width: 1400px) {
  nav .nav-item {
    padding: 10px 28px;
  }
  .dropdown-item {
    white-space: inherit;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .nav-item.dropdown:before {
    top: 56px;
    bottom: auto;
  }
  .navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    padding: 68px 16px 0;
    background-color: #fff;
    z-index: 999;
  }
  .top-bar {
    margin-top: 70px;
  }
  .dropdown-menu {
    margin-top: 14px;
    background-color: transparent;
    border: none;
  }
  .nav-item {
    padding: 10px 0 !important;
  }
  nav .nav-item.active,
  nav .nav-item:hover {
    background-color: transparent;
  }

  .nav-item i {
    display: none;
  }
  .nav-link {
    color: #000 !important;
  }
  .dropdown-menu .dropdown-item {
    color: #000;
  }
  nav .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-item:hover {
    color: #dc8007;
  }
}
@media only screen and (max-width: 900px) {
  .hero-section h1 {
    font-size: 32px;
  }
  .hero-section h2 {
    font-size: 20px;
  }
}
