* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Pontano Sans", sans-serif;
}



.navbar {
    justify-content: end;
}

.navbar ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 50px;
}

.navbar ul li {
    list-style: none;
}

.navbar ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}


.banner-section {
    padding: 100px 0px;
    background-image: url(../img/banner-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}


.logo_wrap {
    text-align: center;
    padding: 100px 0px 50px;
}


.banner-section .top-btn .btn {
    background-color: #a6140c;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 13px 30px;
}

.banner-section .top-right {
    text-align: right;
}

.row-desc {
    text-align: center;
}

.row-desc .hdng {
    padding-bottom: 36px;
    color: white;
    /* -webkit-text-stroke: 2px black; */
    font-size: 43px;
    line-height: 1.5;
    font-weight: 800;
}

.row-desc .btn {
    background-color: #a6140c;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 13px 30px;
    font-weight: 700;
}



.about-section {
    padding: 100px 0px;
}

.about-section .about-figure img {
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.about-section .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section .hdng {
    font-size: 50px;
    font-weight: 900;
    color: #a6140c;
    margin-bottom: 30px;
}

.about-section p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

.about-section ul li {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

.table-img img {
    width: 100%;
}



.facilities-section {
    padding-bottom: 100px;
}


.facilities-section .hdng {
    font-size: 50px;
    font-weight: 900;
    color: #a6140c;
    margin-bottom: 30px;
}




.facilities-section .card-img img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}


.facilities-section .card-body {
    padding: 30px;
}

.facilities-section .card-body .sub-hdng {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #a6140c;
}

.facilities-section .card-body p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

.facilities-section .card {
    width: 100%;
    height: 100%;
}

.mission-section {
    padding: 200px 0px;
    background-color: #a6140c;
}

.mission-section .hdng {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
}



.mission-section p {
    color: #fff;
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
}



.cta-section {
    padding-bottom: 100px;
}

.cta-figure img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 80px;
}

.cta-wrap .hdng {
    font-size: 50px;
    font-weight: 900;
    color: #a6140c;
    margin-bottom: 15px;
}

.cta-wrap p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

.cta-wrap .sub-hdng {
    font-size: 25px;
    font-weight: 900;
    color: #a6140c;
    margin-bottom: 10px;
}

.row-cta-wrap {
    align-items: end;
}




.year-section {
    padding: 100px 0px;
    background-color: #a6140c;
    ;
}

.year-section .wrap .hdng {
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.add-section {
    padding: 100px 0px;
}

.add-wrap a {
    display: block;
    text-decoration: none;
    font-size: 28px;
    color: #a6140c;
    background-color: #fff;
    padding: 18px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: 800;
    transition: 0.5s;
}


.add-wrap a:hover {
    background-color: #a6140c;
    color: #fff
}


.col-add {
    margin-bottom: 40px;
}



.publication-section {
    padding: 100px 0px;
}

.table th,
.table td {
    padding: 20px !important;
}

.table th {
    color: #a6140c;
}

.btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.btn-wrap .btn {
    background-color: #a6140c;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 13px 30px;
}



.contact-section {
    padding: 100px 0px;
    background-color: #0e1e35;
}

.img-wrap img {
    width: 100%;
}


.row-form {
    margin-top: 50px;
}

.contact-section .hdng {
    color: #fff;
    text-align: center;
}


.contact-section label {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-section input {
    padding: 13px 25px;
}

.contact-section .form-group {
    margin-bottom: 30px;
}

.contact-section button {
    background-color: #a6140c;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 13px 30px;
}