@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Roboto Condensed", serif;
}

div.wpcf7 label,
div.wpcf7 .btn {
  display: block;
}
div.wpcf7 label {
  font-weight: bold;
}
div.wpcf7 .btn {
  width: 100%;
  text-align: center;
}

.container {
  max-width: 1210px !important;
  width: 100%;
}

.navy-blue {
  background-color: #2a4a73;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-grey {
  background-color: #e5e5e5;
}

a,
a:hover,
a:active,
a:visited {
  color: #2a4a73;
}

hr {
  max-width: 15%;
  background: #2a4a73;
  height: 2px;
}

.btn {
  color: #2a4a73;
  border: 1px solid #2a4a73;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  float: left;
  text-align: left;
  margin: 0.75rem 0;
}
.btn:hover {
  background: #2a4a73;
  color: white;
}

.top-bar {
  background: white;
  height: 150px;
  position: relative;
}
.top-bar:after {
  content: "";
  border-bottom: 2px solid #ab888f;
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
}

header {
  background: #2a4a73;
}
header.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
header.affix nav .navbar-nav .nav-item {
  margin: 0 1.5rem;
}
header.affix nav .navbar-brand {
  position: relative;
  transform: translate(0, 0.85rem);
  width: 225px;
  z-index: 99;
  transition: transform 0.25s ease;
}
header.affix nav .navbar-brand img {
  width: 100%;
}
header.affix nav .navbar-brand:before {
  content: "";
  background: white;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -15px;
}
header.affix nav .navbar-toggler .navbar-toggler-icon i {
  border: 1px solid white;
  background: white;
  display: block;
  width: 31px;
  margin-bottom: 6px;
  margin-top: 6px;
}
header.affix .right-aside {
  padding: 1em 0;
}
header.affix .right-aside .form-search:before {
  display: none;
}
header.affix .right-aside .form-search .form-control {
  display: none;
  transition: transform 0.25s ease;
  transform: translate(0, 0);
}
header.affix .right-aside .form-search .affix-search {
  float: right;
  margin-right: 2rem;
  display: block !important;
  color: white;
}
header.affix .right-aside .form-search .affix-search:hover {
  cursor: pointer;
}
header.affix .right-aside .form-search.affix-search-bar .form-control {
  position: absolute;
  background: #ab888f;
  transition: transform 0.25s ease;
  transform: translate(0, 64px);
  padding: 10px;
  display: block;
  z-index: 999;
}
header.affix .right-aside .header-button-wrapper {
  position: relative;
  transform: translate(0rem, 0rem);
  transition: transform 0.25s ease;
}
header nav {
  min-height: 80px !important;
  padding: 0 !important;
  height: 5rem;
  z-index: 999;
  position: relative;
}
header nav .navbar-brand {
  margin: 0;
  position: absolute;
  transform: translate(0rem, -5.68rem);
}
header nav .navbar-nav .nav-item {
  margin: 0 3rem;
  transition: margin 0.25s ease;
}
header nav .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding: 1.75rem 0;
  letter-spacing: 1px;
}
header nav .navbar-nav .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #fff;
}
header nav .navbar-nav .nav-item.dropdown:nth-child(2) {
  position: static !important;
}
header nav .navbar-nav .nav-item.dropdown:nth-child(2).active .nav-link {
  border-bottom: solid 5px #fff;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
  margin-top: 0px;
  border-radius: 0px;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-link.active {
  border-bottom: 5px solid #fff;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 1rem;
  color: #2a4a73;
}
header nav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: none;
  font-weight: bold;
}
header nav .navbar-toggler {
  background-color: none;
  margin-right: 1rem;
  outline: none !important;
}
header nav .navbar-toggler .navbar-toggler-icon i {
  border: 1px solid #fff;
  background: #fff;
  display: block;
  width: 31px;
  margin-bottom: 6px;
  margin-top: 6px;
}
header .right-aside {
  padding: 1.25em 1rem;
}
header .right-aside .form-search {
  position: relative;
}
header .right-aside .form-search .form-control {
  border-width: 0 0 2px 0;
  border-color: #fff;
  border-radius: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  color: #fff;
  font-weight: lighter;
  margin-right: 0.9375rem;
  width: 100%;
  padding: 0;
}
header .right-aside .form-search .form-control:focus {
  outline: none !important;
}
header .right-aside .form-search .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
header .right-aside .form-search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
header .right-aside .form-search .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
header .right-aside .form-search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
header .right-aside .form-search .affix-search {
  float: left;
  padding: 1rem;
  display: none;
}
header .right-aside .form-search:before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  position: absolute;
  right: 0.5rem;
}
header .right-aside .header-button-wrapper {
  float: right;
  position: absolute;
  transform: translate(0, -6rem);
  right: 1rem;
  z-index: 999;
}
header .right-aside .header-button-wrapper .btn {
  background: white;
  border: 1px solid #2a4a73;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  color: #2a4a73;
  font-weight: bold;
  line-height: 1.3rem;
}
header .right-aside .header-button-wrapper .btn:hover {
  background: #ccc;
}
header .right-aside .header-button-wrapper .btn i,
header .right-aside .header-button-wrapper .btn img {
  float: left;
  color: #2a4a73;
  font-size: 1.3rem;
  margin-right: 1rem;
}

@media screen and (max-width: 1295px) {
  header.affix nav .navbar-toggler {
    position: absolute;
    left: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  header nav .navbar-collapse {
    background: #e2e2e2;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 1rem 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  }
  header nav .navbar-collapse .navbar-nav .nav-item {
    margin: 0 1rem;
  }
  header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #2a4a73;
    text-align: center;
  }
  header nav .navbar-collapse .navbar-nav .nav-item .nav-link.active:before {
    background: #2a4a73;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .top-bar {
    height: 100px;
  }

  header nav {
    background: white;
  }
  header nav .navbar-collapse {
    top: 200%;
  }
  header nav .navbar-toggler {
    position: absolute;
    transform: translate(0, -5rem);
    margin-right: 1rem;
  }
  header nav .navbar-toggler .navbar-toggler-icon i {
    border: 1px solid #2a4a73;
    background: #2a4a73;
    display: block;
    width: 31px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
  header nav .navbar-brand {
    transform: translate(0rem, -81px);
    right: 1rem;
    width: 300px;
  }
  header nav .navbar-brand img {
    width: 100%;
  }
  header .right-aside .header-button-wrapper {
    transform: translate(0, -5.5rem);
  }
  header.affix nav .navbar-toggler {
    position: absolute;
    transform: translate(0, 5rem);
    left: 0;
  }
  header.affix nav .navbar-brand {
    position: absolute;
    transform: translate(0, 0);
    right: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-bar {
    height: 100px;
  }

  header.affix nav .navbar-toggler {
    position: relative;
  }
  header.affix nav .navbar-brand {
    position: absolute;
    transform: translate(0, 0);
    right: 6rem;
  }
}
@media screen and (max-width: 554px) {
  header nav {
    background: white;
  }
  header nav .navbar-toggler {
    position: absolute;
    transform: translate(0, -5rem);
    margin-right: 1rem;
  }
  header nav .navbar-toggler .navbar-toggler-icon i {
    border: 1px solid #2a4a73;
    background: #2a4a73;
    display: block;
    width: 31px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
  header nav .navbar-brand {
    transform: translate(0rem, -4.65rem);
    right: 1rem;
    width: 250px;
  }
  header .right-aside .header-button-wrapper {
    transform: translate(0, -5.5rem);
  }
  header .right-aside .header-button-wrapper .btn:first-child span {
    display: none;
  }
  header .right-aside .header-button-wrapper .btn i {
    margin: 0;
  }
  header.affix nav .navbar-brand {
    position: absolute;
    transform: translate(0, 0.7rem);
    right: 0;
  }
  header.affix nav .navbar-toggler {
    transform: translate(0, 0);
  }
  header.affix nav .navbar-toggler .navbar-toggler-icon i {
    background: #2a4a73;
    border-color: #2a4a73;
  }
  header.affix .right-aside .header-button-wrapper {
    transform: translate(0rem, 0.3rem);
  }
  header.affix .right-aside .header-button-wrapper .btn {
    font-size: 0.9rem;
  }
  header.affix .right-aside .header-button-wrapper .btn img {
    width: 36px;
  }
  header.affix .right-aside .form-search .affix-search {
    padding: 1rem 0.5rem;
  }
}
main .welcome {
  padding: 0;
  background-size: contain;
  overflow: hidden;
  max-height: 900px;
}
main .welcome img {
  width: 100%;
  object-fit: cover;
}
main .welcome.home {
  text-align: right;
}
main .welcome.home .caption {
  position: absolute;
  top: 5rem;
  right: 10rem;
  max-width: 768px;
}
main .welcome.home .caption h4 {
  color: #000;
  font-size: 2.5rem;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: lighter;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
main .welcome.home .caption p {
  color: #1a367e;
  font-size: 1.6666666667rem;
  text-align: right;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  main .welcome img {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  main .welcome.home .caption {
    max-width: 550px;
    right: 2.5rem;
  }
  main .welcome.home .caption h4 {
    font-size: 1.75rem;
  }
  main .welcome.home .caption p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 769px) {
  main .welcome {
    height: auto;
  }
  main .welcome.home .caption {
    position: relative;
    right: 0;
    top: 0;
    max-width: 95%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 420px) {
  main .welcome {
    height: auto;
  }
  main .welcome.home .caption h4 {
    font-size: 1.25rem;
  }
  main .welcome.home .caption p {
    font-size: 1rem;
  }
}
/* UPDATES SECTION */
.updates-section {
  background-color: #f5f5f5;
  padding: 3rem 0;
  text-align: center;
  position: relative;
}
.updates-section .section-title {
  font-family: "Roboto Condensed", sans-serif;
  margin: 2rem 0 0;
  position: relative;
  text-align: center;
  line-height: 4rem;
}
.updates-section .section-title h1 {
  font-size: 1.25rem;
  margin: 0;
  color: #000;
}
.updates-section .section-title:after {
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 150px;
  height: 2px;
  background: #2a4a73;
  text-align: center;
}
.updates-section .evAnPu-box {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  box-shadow: 0px 0px 10px #d5d5d5;
  margin-top: 10px;
  margin-left: 4px;
  padding: 1.5em;
  text-align: left;
  margin-bottom: 3px;
  width: 100%;
  min-height: 1024px;
  overflow: hidden;
}
.updates-section .evAnPu-box .item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.updates-section .evAnPu-box .item .media {
  width: 100%;
  display: inline-block;
}
.updates-section .evAnPu-box .item .media .media-head h4 {
  color: #4c4c4c;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.updates-section .evAnPu-box .item .media .media-body p {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.updates-section .evAnPu-box .item .media .media-body h4 {
  margin-top: 0.75rem;
  color: #2a4a73;
  font-size: 1rem;
  font-weight: bold;
  line-height: 24px;
  float: left;
  width: 100%;
}
.updates-section .evAnPu-box .item .media .media-footer .btn {
  color: #2a4a73;
  border: 1px solid #2a4a73;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  float: right;
  text-align: right;
  margin: 0.75rem 0;
}
.updates-section .evAnPu-box .item .media .media-footer .btn:hover {
  background: #2a4a73;
  color: white;
}
.updates-section .evAnPu-box.owl-carousel .owl-stage-outer {
  min-width: 100%;
  display: inline-block;
}
.updates-section .evAnPu-box.owl-carousel .owl-stage-outer .owl-stage {
  min-width: 100%;
}
.updates-section .evAnPu-box.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  min-width: 100%;
}
.updates-section .evAnPu-box.owl-carousel .owl-stage-outer .owl-stage .owl-item:last-child .item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.updates-section .evAnPu-box.owl-carousel.owl-theme .owl-dots {
  text-align: center !important;
}
.updates-section .evAnPu-box.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.updates-section .evAnPu-box.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: solid 1px #cbcbc9;
  border-radius: 20px;
  display: block;
  height: 10px;
  margin: 0.25rem;
  width: 10px;
}
.updates-section .evAnPu-box.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #2a4a73;
  border: none;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .updates-section .evAnPu-box .item .media .media-body p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 992px) {
  main .welcome img {
    height: 400px;
  }

  .updates-section {
    padding: 3rem 1.5rem;
  }
  .updates-section .evAnPu-box {
    min-height: auto;
    max-height: auto;
  }
  .updates-section .evAnPu-box .item {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .owl-carousel .owl-stage-outer {
    min-width: auto !important;
  }
  .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    min-width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .top-bar {
    display: none;
  }

  header .right-aside {
    display: none;
  }
  header .right-aside.open {
    display: block;
  }
  header nav {
    border-bottom: solid 2px #ab888f;
  }
  header.affix nav .navbar-toggler {
    position: relative;
    transform: translate(0, 0);
    padding-bottom: 0px;
  }
  header.affix nav .navbar-toggler .navbar-toggler-icon i {
    border: 1px solid #2a4a73;
    background: #2a4a73;
  }
  header.affix nav .navbar-brand {
    position: absolute;
    transform: translate(0, 14px);
    right: 2rem;
  }

  main .welcome img {
    height: 250px;
  }
}
@media screen and (max-width: 554px) {
  .updates-section .section-title {
    line-height: 1.5rem;
  }
  .updates-section .section-title h1 {
    font-size: 1.05rem;
  }
  .updates-section .evAnPu-box .item .media .media-body p {
    font-size: 0.7rem;
  }
  .updates-section .evAnPu-box .item .media .media-body h4 {
    font-size: 0.9rem;
  }
}
/* ABOUT US SECTION */
.about-us-section {
  background-color: #f5f5f5;
  padding: 3rem 0;
  text-align: center;
  position: relative;
}
.about-us-section .section-title {
  font-family: "Roboto Condensed", sans-serif;
  margin: 2rem 0 0;
  position: relative;
  text-align: center;
  line-height: 4rem;
}
.about-us-section .section-title h1 {
  font-size: 2.25rem;
  color: #000;
}
.about-us-section .section-title h3 {
  font-size: 1.25rem;
  font-weight: normal;
  color: #2a4a73;
  margin-bottom: 0;
}
.about-us-section .section-title:after {
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 100px;
  height: 3px;
  background: #2a4a73;
  text-align: center;
}
.about-us-section .text-wrap p {
  font-family: "Roboto", sans-serif;
  /*
  font-size: 0.875rem;
  line-height: 2rem;
  color: #4c4c4c;
  */
}
.about-us-section .text-wrap .btn {
  color: #2a4a73;
  border: 1px solid #2a4a73;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  float: left;
  text-align: left;
  margin: 0.75rem 0;
}
.about-us-section .text-wrap .btn:hover {
  background: #2a4a73;
  color: white;
}
.about-us-section .img-wrap {
  width: 100%;
}
.about-us-section .img-wrap img {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .section-title h1 {
    font-size: 1.5rem;
  }
  .section-title h3 {
    font-size: 1rem;
  }

  .about-us-section .text-wrap p {
    text-align: center !important;
  }
  .about-us-section .text-wrap .btn {
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 420px) {
  .about-us-section .section-title {
    line-height: 1.5rem;
  }
  .about-us-section .section-title h1 {
    font-size: 1.5rem;
  }
  .about-us-section .section-title h3 {
    font-size: 1rem;
  }
  .about-us-section .text-wrap p {
    font-size: 0.85rem;
  }
}
.footer-extention {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #2a4a73;
}
.footer-extention p {
  color: #808080;
  float: left;
  font-size: 0.8rem;
  padding-left: 10px;
  line-height: 0.9rem;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .footer-extention {
    text-align: center;
  }
  .footer-extention .sponser:last-child img {
    width: 80%;
    max-width: 320px;
  }
  .footer-extention p {
    font-size: 1rem;
    width: 100%;
    line-height: 1.25rem;
  }
  .footer-extention img {
    float: none !important;
    margin-bottom: 0.5rem;
  }
}
footer {
  background-color: #2a4a73;
  padding: 1.5rem 2rem;
  color: #fff;
}
footer p {
  font-size: 0.775rem;
  letter-spacing: 1px;
  line-height: 42px;
  margin: 0;
}
footer ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer ul.social-icons {
  float: right;
}
footer ul.social-icons li {
  float: left;
  list-style: none;
}
footer ul.social-icons li a {
  display: inline-block;
  line-height: 42px !important;
  font-size: 16px;
  color: white;
}
footer ul.social-icons li a:after {
  content: "|";
  padding: 0 1rem;
}
footer ul.social-icons li a i {
  background-color: #fff;
  color: #2a4a73;
  margin: 0 0.75em;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50%;
  text-align: center;
}
footer ul.social-icons li:last-child a:after {
  content: "";
}

@media screen and (max-width: 1000px) {
  footer {
    text-align: center;
  }
  footer div {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    display: flex;
    flex-direction: column-reverse;
  }
  footer .left-aside {
    width: 100%;
  }
  footer .right-aside ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 770px) {
  footer {
    padding: 1rem 0.25rem !important;
  }
  footer ul {
    display: inline-block !important;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  footer ul li {
    width: 100%;
  }
  footer ul li a {
    width: 100%;
  }
  footer ul li a:after {
    display: none;
  }
}
