@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');
*{
    font-family: "Work Sans", sans-serif;
}
/* topnav */
.top-navbar {
    background: #02254b;
    padding: 5px 4px;
    box-shadow: 0 2px 8px rgba(1, 2, 14, 0.15);
}
.contact-info a {
    color: #FAFEFD;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}
.contact-info a:hover {
    color: #F8B86F;
}
.contact-info i {
    color: #ffffff;
    font-size: 16px;
}
.social-icons a {
    color: #212529;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgb(255 255 255);
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 0px #6e8095;
}
.social-icons a:hover {
    background-color: #20AE6D;
    color: #FAFEFD;
    transform: translateY(-2px);
}
.btn-register {
    
    background: #a30000;
    color: #FAFEFD;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(32, 174, 109, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'Inter';
}
.btn-register:hover {
    background: linear-gradient(135deg, #0169AE 0%, #20AE6D 100%);
    box-shadow: 0 6px 20px rgba(32, 174, 109, 0.4);
    transform: translateY(-2px);
    color: #FAFEFD;
}
/* navigation bar */

nav.navbar.navbar-expand-lg.shadow-sm.sticky-top {
    background: #f1f6fb;
    padding: 0px;
}
.nav-link:hover {
    color: #01742b;
}
a.nav-link {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    color: #000000;
        text-wrap-mode: nowrap;
}
.dropdown-menu {
    border-radius: 10px;
    background-color: #FAFEFD;
}
.custom-item {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border-radius: 6px;
    padding: 8px 12px;
    transition: all 0.2s ease;
}
.custom-item:hover {
    background-color: #F2F4EE;
    color: #01742b;
    transform: translateX(4px);
}
img.logo-fluid {
    height: auto;
    width: 80%;
}
nav.navbar.navbar-expand-lg.bg-white.shadow-sm {
    padding: 2px 2px;
}
.nav-custom {
    font-weight: bold;
    color: #154568 !important;
    position: relative;
    padding: 8px 12px !important;
    transition: all 0.3s ease;
    font-size: 20px;
}
/* @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: var(--bs-navbar-nav-link-padding-x); 
         padding-left: var(--bs-navbar-nav-link-padding-x); 
    } */
/* image slider */
html {
    scroll-behavior: smooth;
}
.image-slider {
    background-color: #F2F4EE;
}
.splide__slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}        
.splide__arrows {
    display: none;
}
.custom-arrows {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
    display: flex;
    gap: 0.5rem;
}
.custom-arrow {
    width: 3rem;
    height: 3rem;
    background-color: #FAFEFD;
    border-radius: 100%;
    border: 1px solid #0a1f44;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.custom-arrow:hover {
    background-color: #0a1f44;
}
.custom-arrow:hover svg {
    fill: #FAFEFD;
}
.custom-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #0a1f44;
    transition: fill 0.3s ease;
}
.splide__track {
    overflow: hidden;
}
.splide__list {
    display: flex;
}
.splide__pagination {
    display: none;
}
/* about Us */
.about-section {
    padding: 60px 0;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.about-content{
    font-weight: 600;
    letter-spacing: 1px;
    color: #6c757d;
}

.about-content h2 {
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
}



.read-more-btn {
    background-color: #5a0d0d;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.read-more-btn:hover {
    background-color: #7a1414;
    color: #fff;
}

/* Our Courses */
.course-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.course-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: 3px solid #00d4ff;
}
.course-badge.foundation {
    border-color: #00d4ff;
}
.course-badge.nda {
    border-color: #ffd700;
}
.course-badge.cds {
    border-color: #ffd700;
}
.course-badge-title {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}
.course-badge-subtitle {
    font-size: 12px;
    color: #00d4ff;
    display: block;
}
.course-badge.nda .course-badge-subtitle,
.course-badge.cds .course-badge-subtitle {
    color: #ffd700;
}
.course-content {
    padding: 30px 25px;
}
.course-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}
.course-description {
    color: #555555;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 25px;
    font-size: 15px;
}
.know-more-btn {
    background: #0a1f44;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    border: none;
    transition: background 0.3s ease;
    display: inline-block;
}  
.know-more-btn:hover {
    background: #1a3a6b;
    color: #ffffff;
}  
.courses-section {
    padding: 60px 0;
    background: #f8f9fa;
}

/* director's message */
.director-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.director-image-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.director-image {
    width: 300px;
    /* max-width: 400px; */
    height: 380px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.director-content {
    padding: 20px;
}
.director-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}
.director-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
    text-align: justify;
    font-family: Arial, sans-serif;
}
.highlight-text {
    color: #dc3545;
    font-weight: 600;
}
.director-signature {
    font-size: 1.05rem;
    color: #333333;
    margin-top: 30px;
    font-family: Arial, sans-serif;
}
.director-name {
    font-weight: 700;
    color: #000000;
}
.director-credentials {
    color: #666666;
    display: block;
    margin-top: 5px;
}
img.wp-block-image.size-full.is-resized.is-style-rounded {
    border-radius: 48% 48% 48% 48%;
}
/* registration open */
/* SECTION BACKGROUND */
.registration-section{
    background: linear-gradient(rgba(1,84,145,0.85), rgba(1,84,145,0.85)),
                url('https://images.unsplash.com/photo-1596495578065-6e0763fa1178') center/cover no-repeat;
    padding: 80px 0;
}

/* LEFT CONTENT */
.reg-heading{
    color:#FAFEFD;
    font-weight:700;
}

.reg-subtext{
    color:#F2F4EE;
}

.highlight-list li{
    color:#A9CBBB;
    margin-bottom:10px;
    font-weight:500;
}

/* FORM CARD */
.guidance-card{
    background:#154568;
    padding:30px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.guidance-card h4{
    background:#0170AE;
    color:#FAFEFD;
    padding:12px;
    text-align:center;
    font-weight:600;
    margin-bottom:20px;
}

/* FORM FIELDS */
.form-control{
    background:#F2F4EE;
    border:none;
    border-radius:4px;
    margin-bottom:15px;
    padding:10px;
}

.form-control:focus{
    box-shadow:none;
    border:2px solid #20AE6D;
}

/* BUTTON */
.apply-btn{
    background:#20AE6D;
    color:#FAFEFD;
    font-weight:600;
    border:none;
    padding:10px 25px;
    border-radius:4px;
    transition:0.3s;
}

.apply-btn:hover{
    background:#0170AE;
}
/* our latest selection */
.latest-selection {
  background-color: #f8f9fa;
}

.latest-selection h2 {
  color: #212529;
  letter-spacing: 1px;
}

.latest-selection img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latest-selection img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* FAQs */
.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 24px;
  font-weight: 700;
  margin-left: auto;
}
.accordion-button:not(.collapsed)::after {
  content: "−";
}
button.accordion-button.collapsed.d-flex.justify-content-between {
    font-size: 18px;
    font-weight: 600;
}
.accordion-body {
    font-weight: 500;
}

/* contact Us */
.contact-section {
    background-color: #0d1b2a;
    color: #ffffff;
}

.military-card {
    background-color: #1b263b;
    border: 1px solid #415a77;
}

.form-control, .form-select {
    background-color: #0d1b2a;
    border: 1px solid #415a77;
    color: #ffffff;
}

.form-control::placeholder {
    color: #adb5bd;
}

.btn-military {
    background-color: #415a77;
    color: #ffffff;
    border: none;
}

.btn-military:hover {
    background-color: #778da9;
    color: #0d1b2a;
}

.icon-box {
    background: #415a77;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
input.form-control {
    background: none;
}
/* NDA PYQs Page */
.nda_pyqs {
  background-image: url("../../assets/images/banner/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.section-bg{
    background:#FAFEFD;
    padding:60px 0;
}

.main-heading{
    color:#015491;
    font-weight:800;
    font-size:34px;
    line-height:1.3;
}

.highlight-link{
    color:#0170AE;
    font-weight:600;
    text-decoration:underline;
}
.content-text {
    color: #154568;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    font-weight: 600;
}
.category-card{
    background:#FFFFFF;
    border-radius:6px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    overflow:hidden;
}
.category-header{
    background: #02254b;
    color: #ffffff;
    font-weight: 600;
    padding: 18px 25px;
    font-size: 26px;
}
.category-item {
    padding: 10px 25px;
    border-bottom: 1px solid #F2F4EE;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: #154568;
    font-size: 18px;
    text-decoration: none;
}
.category-number{
    color:#A9CBBB;
    font-weight:800;
    font-size:22px;
    min-width:40px;
}

.category-item:last-child{
    border-bottom:none;
}
textarea.form-control {
    background: none;
}
.contact-overlay {
    background: rgba(0, 0, 0, 0.70);
}
/* Contact Us page */
.contact_us {
  background-image: url("../../assets/images/banner/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.contact-section {
    background: linear-gradient(135deg, #F2F4EE 0%, #FAFEFD 100%);
    padding: 80px 0;
    min-height: 100vh;
} 
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #01020E;
    margin-bottom: 15px;
}
.section-title p {
    font-size: 1.1rem;
    color: #497793;
}
.contact-card {
    background: #FAFEFD;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(1, 112, 174, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
}
.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(1, 112, 174, 0.2);
    border-color: #0170AE;
}
.contact-card .icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #0170AE 0%, #0069B6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.contact-card:hover .icon-wrapper {
    background: linear-gradient(135deg, #20AE6D 0%, #01742B 100%);
    transform: rotate(360deg);
}
.contact-card .icon-wrapper i {
    font-size: 2rem;
    color: #FAFEFD;
}
.contact-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #01020E;
    margin-bottom: 15px;
}
.contact-card p {
    font-size: 1rem;
    color: #497793;
    margin: 0;
}
.card-phone .icon-wrapper {
    background: linear-gradient(135deg, #0170AE 0%, #0169AE 100%);
}
.card-phone:hover .icon-wrapper {
    background: linear-gradient(135deg, #F8B86F 0%, #D68F33 100%);
}
.card-email .icon-wrapper {
    background: linear-gradient(135deg, #20AE6D 0%, #01742B 100%);
}
.card-email:hover .icon-wrapper {
    background: linear-gradient(135deg, #0170AE 0%, #015491 100%);
}
.card-address .icon-wrapper {
    background: linear-gradient(135deg, #D68F33 0%, #5D3C2F 100%);
}
.card-address:hover .icon-wrapper {
    background: linear-gradient(135deg, #CF2E2E 0%, #015491 100%);
}
.form-wrapper {
    background: #FAFEFD;
    border-radius: 20px;
    padding: 45px 40px;
    box-shadow: 0 10px 30px rgba(1, 112, 174, 0.1);
    height: 100%;
}
.form-wrapper h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #01020E;
    margin-bottom: 30px;
}
.form-wrapper .form-label {
    font-weight: 600;
    color: #154568;
    margin-bottom: 8px;
}
.form-wrapper .form-control,
.form-wrapper .form-control:focus {
    border-radius: 12px;
    padding: 10px 10px;
    border: 2px solid #A9CBBB;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.form-wrapper .form-control:focus {
    border-color: #0170AE;
    box-shadow: 0 0 0 0.2rem rgba(1, 112, 174, 0.15);
    outline: none;
}
.form-wrapper textarea.form-control {
    min-height: 130px;
    resize: vertical;
}
.submit-btn {
    background: linear-gradient(135deg, #0170AE 0%, #015491 100%);
    color: #FAFEFD;
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(1, 112, 174, 0.3);
}
.submit-btn:hover {
    background: linear-gradient(135deg, #20AE6D 0%, #01742B 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(32, 174, 109, 0.4);
}
.map-wrapper {
    background: #FAFEFD;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(1, 112, 174, 0.1);
    height: 100%;
}
.map-wrapper iframe {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
}
/* Contact us */
.contact-section {
    background: url('../images/contact_us/coantact_us.jpg') center center/cover no-repeat;
    position: relative;
}

.contact-overlay {
    background: rgba(0, 0, 0, 0.65);
}

.contact-card {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
}

.form-control, .form-control:focus {
    box-shadow: none;
    border-radius: 8px;
}

.btn-custom {
    background: linear-gradient(45deg, #0d6efd, #0dcaf0);
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    color: white;
}

.btn-custom:hover {
    opacity: 0.9;
}

.map-responsive iframe {
    border-radius: 10px;
    width: 100%;
    height: 250px;
}
.form-control, .form-select {
    /* background-color: #0d1b2a; */
    border: 1px solid #415a77;
    color: #ffffff;
}
input#fullName {
    background: none;
}
input#email {
    background: none;
}
input#phone{
    background: none;
}
label.form-label {
    background: none;
}
input#subject {
    background: none;
}
textarea#message {
    background: none;
}
/* why choose us */
    .why-section {
      padding: 60px 0;
      background-color: #f8f9fa;
    }
    .why-title {
        font-weight: 700;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-size: 36px;
        margin-bottom: 30px;
        text-align: center;
    }
    .why-list li {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 16px;
        color: #373737;
        line-height: 30px;
    }
    .why-list i {
      color: #198754;
      margin-right: 10px;
      font-size: 1.1rem;
    }
    .academy-name {
      font-weight: 600;
      margin-top: 20px;
    }
    .academy-tagline {
      color: #555;
    }
    .why-img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
/* custom css coding by uk */
.paragraph, .short_head{
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: normal;
}
.uk_headings {
    text-align: center;
}

.uk_headings h6 {
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
}

.uk_headings h3 {
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.frequently_ask h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.accordion-header{
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

p.question {
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}

p.answer {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #373737;
}
.uk_box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    text-align: justify;
}
.uk_box h4{
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}
.uk_box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.uk_box:hover{
    transform: translateY(-6px);
}

.uk_box i {
    font-size: 30px;
    color: #003263;
}
.selection_box img{
    width: 100%;
}

.selection {
    padding: 60px 0px;
    background: #f8f9fa;
}

.selection h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}
.selection_box {
    background: #0a1f44;
    padding: 2px;
    box-shadow: 0px 2px 0px 0px #0a1f44;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.selection_box:hover{
    transform: translateY(-6px);
}

.videos{
    padding: 60px 0;
    background-color: #c3c3c3;
}
.videos h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.breadcrumb-section {
    position: relative;
    background: url('../../assets/images/banner/bredcum.jpg') center top/cover no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 37 75 / 88%);
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h1 {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Inter';
}

.breadcrumb-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb a {
    color: #ffd700;
    text-decoration: none;
}

.breadcrumb .active {
    color: #fff;
    font-weight: 600;
}



.fa-angle-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 3px 10px;
}


section.about_us {
    padding: 60px 0px;
}
.about_us img{
    width: 100%;
    border-radius: 10px;
}
.about_us h2{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
}

.about_us ul li{
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: normal;
}

.about_us span{
    color: #002248;
    font-family: "Roboto", sans-serif;
}

.campus{
    padding: 60px 0px;
    background-color: #c3c3c3;
}
.campus h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}
.campus img {
    width: 100%;
    border: 5px solid #ffffff;
}
.officer_visit{
    padding: 60px 0px;
    background-color: #fff;
}
.officer_visit h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}
.officer_visit img {
    width: 100%;
}

.career{
    padding: 60px 0px;
    background-color: #fff;
}
.career ul li, td{
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: normal;
}
.career h4{
    font-weight: 600;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 26px;
}
.ssb{
    padding: 60px 0px;
    background-color: #fff;
}
.ssb h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.ssb h3 span{
    font-family: "Roboto", sans-serif;
     color: #002248;
}

.ssb h4{
    font-weight: 600;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 26px;
}

.courses{
    padding: 60px 0px;
}
.courses h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.courses .paragraph strong {
    font-family: 'Roboto';
}
.courses ul li{
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: normal;
}
.gallery{
    padding: 60px 0px;
}
.gallery .course-content{
    padding: 15px 20px;
}
.see_pictures {
    color: #c10000;
    text-decoration: none;
    font-weight: 500;
}

.contact_us-section{
    padding: 60px 0px;
}

.contact_us-section h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.contact_us-section h4{
    font-weight: 600;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .navbar-brand{
        display: contents !important;
    }
    .navbar.navbar-expand-lg.shadow-sm.sticky-top{
        padding: 5px 0px!important;
    }
    #mobile_none{
        display: none;
    }
    .top-navbar {
        padding: 8px 0px;
    }
    #Mobile_format{
        padding: 10px 0px;
    }
}
























































































