@font-face {
    font-family: 'gotham_htfbook';
    src: url('../fonts/gothamhtf-book-webfont.woff2') format('woff2'),
         url('../fonts/gothamhtf-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'gotham_htfbook';
    font-size: 1em;
}
img {
    max-width: 100%;
}
a, a:focus, a:hover {
    text-decoration: none;
}
.fee-img{
    width: 100%;
    height: 40vh;
    object-fit:contain;
}
.web-table.table{
    --bs-table-bg: #fff;
    --bs-table-striped-color: #033b73;
    /*--bs-table-striped-bg: var(--secondary-color);*/
    --bs-table-hover-bg: #f1f1f1;
    /*--bs-table-hover-color: var(--secondary-color);*/
    --bs-table-border-color: #033b73;
}
.web-table .table-primary{
    --bs-table-bg: #033b73;
    --bs-table-color: #fff;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
.grey_bg {
    background: #f9f9f9;
}
.white_bg {
    background: #fff;
}
/* Header */
header, h1, h2, h3, h4 {
    font-family: "capitolium-2", serif;
}
.header-topbar {
    background: #002e5d;
    font-style: italic;
    font-weight: bold;
}
.header-topbar, .header-topbar a {
    color: #fff;
}
.header-topbar a {
    display: inline-block;
    border-left: 1px solid;
    padding: 5px 10px;
}
.header-topbar a:last-child {
    border-right: 1px solid;
}
a.logo {
    margin: 15px 0;
    text-decoration: none;
}
.logo img {
    max-height: 70px;
}
.main-navbar {
    margin: 23px 0;
}
.main-navbar ul, .header-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-navbar>ul>li, .header-navbar>ul>li {
    float: left;
    position: relative;
}
.main-navbar>ul>li>a {
    padding: 15px 8px 13px 8px;
    text-transform: uppercase;
    color: #99abbe;
    transition: all ease 500ms;
    border-bottom: 2px solid transparent;
}
.main-navbar>ul>li:last-child>a {
    padding-right: 0;
}
.main-navbar>ul>li:hover>a, .main-navbar>ul>li.active>a {
    color: #002e5d;
    border-bottom: 2px solid;
}
.main-navbar>ul>li:hover>a:after, .main-navbar>ul>li.active>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 5px 10px;
    border-color: transparent transparent #002e5d transparent;
}
.main-navbar ul a, .header-navbar ul a {
    display: block;
}
.main-navbar>ul>li>ul, .header-navbar ul ul {
    position: absolute;
    display: none;
    top: 100%;
    background-color: #002e5d;
    z-index: 99;
    white-space: nowrap;
}
.header-navbar>ul>li>ul>li {
    border-bottom: 1px solid #fff;
}
.header-navbar>ul>li>ul>li:last-child {
    border-bottom: 0;
}
.header-navbar>ul>li:hover>ul {
    display: block;
}
.main-navbar>ul>li>ul {
    padding: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.main-navbar>ul>li>ul:after {
    content: "";
    display: block;
    clear: both;
}
.main-navbar>ul>li>ul li {
    font-weight: normal;
}
.main-navbar>ul>li>ul li a {
    padding: 5px 10px;
    color: #fff;
}
.main-navbar>ul>li:hover>ul {
    display: block;
}
.main-navbar>ul>li.megamenu:hover>ul {
    display: flex;
}
.main-navbar>ul>li.megamenu>ul>li {
    float: left;
    font-weight: bold;
}
/* End Header */

.home-news {
    background: #002e5d;
}
.home-news>div>span {
    background: #f00;
    display: block;
    padding: 5px 15px;
    width: 100px;
    text-align: center;
    float: left;
}
.home-news, .home-news a {
    color: #fff;
}
.home-news marquee {
    width: calc(100% - 101px);
    margin: 2px 0;
}

/* Homepage */
.carousel-item img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.section-title {
    text-align: center;
    position: relative;
    margin: 0 0 10px 0;
    color: #002e5d;
    padding: 15px 0;
    font-size: 32px;
    font-weight: bold;
}
.section-title:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #002e5d;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.section-subdesc {
    max-width: 630px;
    text-align: center;
    margin: 0 auto 60px auto;
}
.home-section {
    padding: 60px 0;
}
.video-box {
    position: relative;
    transition: all ease 500ms;
    color: #555;
}
.video-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.video-box:hover:after {
    opacity: 1;
}
[class*='rs-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.rs-animation-hover:not(:hover),
.rs-animation-hover:not(:hover) [class*='rs-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
.video-box:hover {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.video-box .video-play-icon {
    color: #fff;
    position: absolute;
    font-size: 128px;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.video-box .overly-border::before, .video-box .overly-border::after {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    border-color: #fff;
}
.overly-border::before {
    border-top: 5px solid;
    border-bottom: 5px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.overly-border::after {
    border-right: 5px solid;
    border-left: 5px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.overly-border::before, .overly-border::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}
.video-box:hover .overly-border:before, .video-box:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.facility-icon {
    margin: 15px 0;
}
.news-block, .gallery-block {
    margin-bottom: 30px;
}
.news-block .news-text, .gallery-block .gallery-text {
    padding: 15px;
}
.news-block .news-text h4 a, .gallery-block .gallery-text h4 a {
    color: #002e5d;
    font-weight: bold;
}
.news-date {
    color: #666;
    margin-bottom: 5px;
    font-size: .9em;
}
.gallery-images {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-images a {
    float: left;
    display: block;
    width: 25%;
    padding: 10px;
}
.gallery-images img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.newsletter-right {
    padding: 30px 30px 30px 0;
}
/* End Homepage */

/* Inner Pages */
.breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: auto;
}
.breadcrumbs::after {
    content: "";
    display: block;
    clear: both;
}
.breadcrumbs li {
    float: left;
}
.breadcrumbs li:not(.active)::after {
    content: '/';
    margin: 0 10px;
}
.breadcrumbs li a {
    color: #ccc;
}
.page-header {
    /* text-align: center; */
    background: #555 url('../imgs/nps.jpg') right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.page-header>.overlay {
    background: rgba(0, 46, 93, 0.5);
    padding: 100px 0;
}
.page-header h1 {
    position: relative;
    margin-bottom: 10px;
}
.page-header h1:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    /* transform: translateX(-50%); */
}
.page-content {
    padding: 60px 0;
}
.page-content .image-box {
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    width: 360px;
    max-width: 100%;
}
/* End Inner Pages */

/* Contact Page */
.contact-icon {
    font-size: 48px;
}
.contact-block {
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact-block:first-child {
    border-top: 1px solid #ebebeb;
}
/* End Contact Page */

/* Form Elements */
.btn {
    /* border-radius: 1px; */
}
.btn-default, .btn-default:focus {
    background: transparent;
    border: 1px solid #002e5d;
    color: #002e5d;
    font-weight: bold;
    outline: none;
    box-shadow: none;
}
.btn-default:hover {
    background: #002e5d;
    color: #fff;
}
.read_more_btn {
    min-width: 150px;
    text-transform: uppercase;
}
/* End Form Elements */

/* Footer */
footer {
    background: #033b73;
    padding: 30px 0;
}
footer, footer a {
    color: #fff;
}
footer a:hover {
    color: #ccc;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer.footer-bottom {
    padding: 15px;
    background: #002e5d;
}
/* End Footer */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #002e5d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.event-block h4{
    color: #fff;
    background-color: #002e5d;
    border-color: #ddd;
    border-radius: 0;
    padding: 15px;
    margin: 15px 0px;
}
.event-block img{
    height: 250px;
    object-fit: cover;
}
.textBlock .news-image img{
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.textBlock{
    opacity: 0;
    height: 453px;
    transition: opacity 0.4s ease;
}
.textBlock.show{
    opacity: 1;
}
.pdf-file {
    border: 1px solid #002e5d;
    padding: 0;
}
.pdf-file a i {
    font-size: 70px;
    text-align: center;
    padding: 60px 0;
    color:#002e5d;
    display: block;
}
.download-icon h4 {
    padding: 15px 10px;
    color: #fff;
}
.download-icon {
    background-color: #002e5d;
    color: #fff;
}
.download-icon a i {
    font-size: 24px;
    text-align: center;
    padding: 17px 0;
    color: #fff;
}
.page-image{
    margin-right: 20px;
}
.hb-button{
    background: transparent;
    border: 1px solid #002e5d;
    /*background: #B28564;*/
    float: right;
    display: none;
    border:none;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 999999;
}
.btn-menu{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 15px;
  transition-duration: 0.5s;
}
.btn-menu .icon{
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 18px;
    background-color: #002e5d;
  right: 50%;
  transform: translateX(50%);
}
.btn-menu .icon:before {
  transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #002e5d;
    content: "";
    top: -10px;
}
.btn-menu .icon:after {
  transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #002e5d;
    content: "";
    top: 10px;
}
.btn-menu.open .icon {
  transition-duration: 0.5s;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
          right: 15%;
          /*transform: translateX(0);*/
          width: 25px;
}
.btn-menu.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(20px, -6px);
          transform: rotateZ(45deg) scaleX(0.75) translate(20px, -6px);
          /*right: 0%;*/
          /*transform: translateX(0);*/
          top: -13px;
          right: 8px;
          width: 28px;
}
.btn-menu.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(20px, 6px);
          transform: rotateZ(-45deg) scaleX(0.75) translate(20px, 6px);
          /*right: 0%;*/
          /*transform: translateX(0);*/
          top: 13px;
          right: 8px;
          width: 28px;
}
.file-area {
  width: 100%;
  position: relative;
}
.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.file-area .file-dummy {
  width: 100%;
  padding:50px 27px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px dashed rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.file-area .file-dummy .success {
  display: none;
}
.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}
.file-area input[type=file]:focus + .file-dummy {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}
.file-area input[type=file]:valid + .file-dummy {
  border-color: rgba(0, 255, 0, 0.4);
  background-color: rgba(0, 255, 0, 0.3);
}
.file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}
.file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}
.career-page-content label{
    font-size: 13px;
}
.career-page-content input::placeholder, .career-page-content textarea::placeholder,.career-page-content select{
    font-size: 13px;
}