body {
  font-family: "Open Sans", sans-serif;
  background: #f7f7f7;
  color: #6b6b6b;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  color: #333;
}
h1 {
  font-size: 26px;
  margin-bottom: 8px;
}
h2 {
  font-size: 25px;
  margin-bottom: 5px;
}
h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.transition {
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
}
a,
.btn {
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
}
a:hover {
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
.page {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.page-content {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}
.page-content img {
  border-radius: 5px;
}
.page-content p {
  font-size: 15px;
  line-height: 1.6;
}
.page-title {
  text-align: center;
  margin-bottom: 8px;
  color: #008840;
}
.date-time {
  color: #a8a8a8;
  font-size: 12px;
  margin-bottom: 5px;
}
.breadcrumb-outer {
  background-color: #fafafa;
  border-bottom: 1px solid #e6e6e6;
}
.breadcrumb-outer .breadcrumb {
  margin: 0px;
  background: transparent;
  font-size: 13px;
  padding: 6px 15px;
}
.radius-lg {
  border-radius: 10px;
}
.img-featured {
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.widget h4 {
  border-bottom: 2px solid #f5821f;
  margin-bottom: 10px;
  padding-bottom: 8px;
  margin-top: 5px;
  font-size: 20px;
  text-transform: uppercase;
}
.widget h4.bjp-icon {
  padding-left: 28px;
}
.widget h4.bjp-icon:before {
  content: "";
  height: 22px;
  width: 22px;
  background-image: url("../img/favicon.png");
  background-size: 22px 22px;
  display: inline-block;
  position: absolute;
  left: 0px;
  margin-left: 6px;
}
.widget .button-section {
  margin-top: 15px;
}
.btn {
  padding: 5px 20px;
}
.yt-video-link {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.yt-video-link .play-btn {
  color: #fff;
  position: absolute;
  background-color: #f5821f;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
}
.yt-video-link .play-btn i {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 42px;
}
.yt-video-link:hover .play-btn {
  background-color: #fff;
}
.yt-video-link:hover .play-btn i {
  color: #f5821f;
}
@media (max-width: 480px) {
  .body-content .page-content {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.pre-nav {
  border-top: 3px solid #f5821f;
  background: #fff;
}
.brand-logo {
  max-width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-contact p {
  font-weight: 600;
  padding-top: 15px;
}
.top-contact p span {
  color: #f5821f;
  margin-left: 5px;
}
.top-social {
  font-weight: 600;
}
.social-icons {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 15px;
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  margin-left: 2px;
  color: #fff;
  position: relative;
  top: 0;
}
.social-icons li a:hover {
  top: -2px;
}
.social-icons li a.icon-fb {
  background: #3b5999;
}
.social-icons li a.icon-google {
  background: #dd4b39;
}
.social-icons li a.icon-youtube {
  background: #cd201f;
}
.social-icons li a.icon-twitter {
  background: #55acee;
}
.social-icons li a.icon-instagram {
  background: #f94877;
}
.navbar-nav > li > a {
  font-size: 13px;
  font-weight: 600;
}
.navbar {
  margin-bottom: 0px;
}
.navbar .btn-join-us {
  background: #f5821f;
  color: #fff !important;
  position: relative;
  padding-left: 40px;
}
.navbar .btn-join-us img {
  max-width: 24px;
  position: absolute;
  left: 0px;
  top: 6px;
  margin-left: 10px;
}
.navbar .btn-join-us:hover {
  background: #f79846 !important;
}
.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f5821f;
  border: none;
}
.dropdown-menu > li > a {
  font-size: 13px;
  border-bottom: 1px solid #d7690a;
  border-top: 1px solid #f79d50;
  padding: 6px 15px;
  color: #fff;
}
.dropdown-menu > li > a:hover {
  background: #00a651;
  color: #fff;
}
.dropdown-menu > li:last-child a {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar-collapse {
  padding-left: 0px;
}
.slider-area {
  margin-top: 15px;
  background: #fff;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #ececec;
}
.slider-area .col-md-9 {
  padding-right: 2px;
}
.slider-area .front-links {
  padding-left: 2px;
}
.slider-area .front-links a {
  margin-bottom: 4px;
  display: block;
  position: relative;
}
.slider-area .front-links a .over-text {
  position: absolute;
  bottom: 0px;
  padding-left: 15px;
  padding-bottom: 10px;
}
.slider-area .front-links a .over-text h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.slider-area .front-links a .over-text h3 i {
  position: relative;
  left: -10px;
  opacity: 0;
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
}
.slider-area .front-links a .over-text p {
  color: #fff;
  font-size: 12px;
}
.slider-area .front-links a:hover .over-text h3 i {
  opacity: 1;
  left: 0px;
}
.slider-area .front-links .col-md-12:last-child a {
  margin-bottom: 0px;
}
.slider-area .front-links img {
  border-radius: 5px;
}
.guiding-lights {
  padding-left: 12px;
  padding-right: 12px;
}
.guiding-lights .lights {
  padding-right: 3px;
  padding-left: 3px;
}
.guiding-lights .lights img {
  margin-bottom: 5px;
  border-radius: 5px;
}
.guiding-lights .lights p {
  font-size: 9px;
  font-weight: 600;
  color: #333;
}
.news-list .media .media-object {
  max-width: 80px;
  border-radius: 5px;
}
.news-list .media h5 {
  line-height: 1.3;
}
.news-list .media h5 a {
  color: #525252;
}
.news-list .media h5 a:hover {
  color: #f5821f;
}
.news-list .media p {
  font-size: 12px;
  color: #929292;
}
.social-tab {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  display: inline-block;
}
.social-tab li {
  float: left;
  margin-right: 5px;
}
.social-tab li.active a {
  color: #acacac;
}
.widget-social .social-icons {
  margin-bottom: 0px;
  font-size: 15px;
}
.widget-social .social-icons li a {
  padding-top: 4px;
}
@media only screen and (max-width: 1200px) {
  .slider-area .front-links a .over-text {
    padding-bottom: 0px;
  }
  .news-list .media .media-object {
    max-width: 64px;
  }
  .news-list .media p {
    margin-bottom: 0px;
  }
  .news-list .media h5 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 992px) {
  .slider-area .col-md-9 {
    padding-right: 15px;
  }
  .slider-area .front-links {
    padding-left: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .pull-right {
    float: left !important;
  }
  .navbar-nav {
    margin: 0px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    padding-right: 0px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-menu > li > a {
    border-bottom: none;
    border-top: none;
  }
  .guiding-lights {
    text-align: center;
  }
  .guiding-lights img {
    display: inline-block;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle,
  .navbar-inverse .navbar-toggle {
    background: #f5821f;
  }
}
.footer {
  background: #e8e8e8 url("../img/footer-bg.png") no-repeat center center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-widget {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-widget h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-widget ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.footer-widget ul li a {
  color: #717171;
  display: block;
  padding: 2px 0px;
  font-size: 13px;
}
.footer-widget ul li a:hover {
  color: #f5821f;
}
.footer-widget ul.social-icons li a {
  color: #fff;
}
.footer-widget p {
  font-size: 13px;
}
