@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Poppins');
@font-face {
  font-family: 'Abbeyline';
  src: url('../fonts/Abbeyline.woff2') format('woff2'), url('../fonts/Abbeyline.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0 auto;
}
body {
  background: #FFF;
}
.active {
  background-color: transparent;
  border-bottom: 2px solid #FFF !important;
}
small.title-wrapper {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
}
small.title-wrapper:after {
  height: 2px;
  display: block;
  width: 60px;
  background: #000;
  border-right: 1px white;
  margin-top: 10px;
  content: '';
}
.btn.btn-primary {
  background: #01315c;
}
.btn.btn-secondary {
  background: #CF0210;
  color: #000;
  padding: 5px;
  border-radius: 0;
}
.btn.btn-secondary:hover {
  background: #fd0718;
}
.social-information a {
  background: #CF0210;
  color: #014C8F;
  display: inline-block;
  text-decoration: none;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  padding-top: 3px;
  font-size: 16px;
}
header .top-header {
  background: #0159a8;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}
header .navbar {
  border-radius: 0;
  padding: 30px 0;
  margin-bottom: 0;
  background: #014C8F;
}
header .navbar .navbar-brand {
  padding: 0;
}
header .navbar .navbar-brand img {
  z-index: 9999999;
  position: relative;
  height: 112px;
  margin-top: -31px;
}
header ul.nav > li {
  height: 50px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
}
header ul.nav > li a {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
}
header .nav > li > a:focus,
header .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid;
  padding-bottom: 13px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: -5px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #FFF;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #FFF;
}
@media (max-width: 600px) {
  header .navbar .navbar-brand img {
    margin-top: -25px !important;
    height: 70px;
  }
  header ul.nav > li {
    width: 100% !important;
  }
}
.latest-news-wrapper {
  background: #CF0210;
}
.latest-news-wrapper a {
  color: #FFF;
}
.latest-news-wrapper .latest-title {
  background: green;
}
.slider-wrapper .item {
  position: relative;
}
.slider-wrapper .item img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.slider-wrapper .item h1 {
  position: absolute;
  top: 150px;
  z-index: 2;
  width: 700px;
  margin-left: 50px;
  font-family: "Courgette", cursive !important;
  font-size: 3.5em;
  color: #fff;
}
.about-wrapper {
  padding: 60px 0;
}
.about-wrapper h1 {
  color: #555555;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  text-transform: capitalize;
  padding: 15px 0;
}
.about-wrapper p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.about-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.category-wrapper .category-wrapper-each {
  margin: 15px 0;
}
.category-wrapper .category-wrapper-each h1 {
  font-family: 'Abbeyline';
}
footer {
  background: #014C8F;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: bottom;
}
footer h3 {
  padding-bottom: 15px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  border-bottom: 1px solid #0159a8;
  padding: 5px 0;
}
footer ul li a {
  color: #FFF;
}
footer ul li a::before {
  content: "»";
  margin-right: 10px;
}
footer ul li a:hover {
  color: #f9f9f9;
}
.copyrights {
  background: #0159a8;
  text-align: center;
  padding: 5px 0;
}
.copyrights span {
  color: #FFF;
  font-size: 11px;
}
.page-wrapper-title h1 {
  padding: 100px 0;
  color: #FFF;
  margin: 0;
  font-size: 36px;
  font-family: 'Abbeyline';
}
.page-wrapper {
  margin: 30px 0;
}
.page-wrapper .page-wrapper-each img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
