@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Montserrat;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #084436;
}

.paginate .page-link {
    font-weight: bold;
    color: white;
    margin: 0 5px 0 5px;
    background-color: var(--main-color);
    transition: all 0.3s ease;
}

.paginate .page-item:first-child .page-link,
.paginate .page-item:last-child .page-link {
    font-size: 1.85em;
    padding: 0px 15px 0px 15px;
}

.paginate .page-link:hover,
.paginate .page-link:focus {
    background-color: #077239;
}

.paginate .page-item.active .page-link {
    background-color: #077239;
}

.text-main {
    color: var(--main-color) !important;
}

.container {
    transition: all 0.3s ease;
}

.swiper {
    position: unset !important;
}

.lg-outer {
    direction: ltr !important;
}

.form-check-input {
    margin-top: 0.5rem;
}

/* Navbar */
.fixed-top {
    top: -50px;
    transform: translateY(50px);
    transition: transform 0.3s ease;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
    padding: 0;
    transition: all 0.3s ease;
}

.navbar img {
    transition: all 0.3s ease;
}

.navbar-brand img {
    width: 100%;
    max-width: 150px;
    padding-bottom: 5px;
    min-width: 90px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--main-color);
    font-weight: bold;
}

.navbar-nav .btn-outline-dark {
    color: var(--main-color);
    border-color: var(--main-color);
    font-weight: 600;
}

.navbar-nav .btn-outline-dark:focus,
.navbar-nav .btn-outline-dark:hover {
    color: #fff;
    background-color: var(--main-color);
}

.navbar-nav .nav-item {
    font-family: Montserrat;
    font-weight: bold;
    transition: all 0.3s;
}

.navbar-nav .nav-item a {
    color: var(--main-color);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-item a:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.navbar-nav .submenu a {
    color: var(--main-color) !important;
}

.navbar-nav .dropdown-menu a {
    color: var(--main-color) !important;
}

.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--main-color);
    color: white !important;
}

.navbar-nav .submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    margin-right: -5px;
    background-color: white;
    transition: all 0.3s;
}

.navbar-nav .submenu li {
    list-style: none;
    border-top: 1px solid lightgrey;
    font-weight: 500;
    transition: all 0.3s;
}

.navbar-nav .submenu li a {
    color: var(--main-color) !important;
}

.navbar-nav .submenu li:focus,
.navbar-nav .submenu li:hover {
    border-bottom: unset;
    background-color: var(--main-color);
}

.navbar-nav .submenu li a:focus,
.navbar-nav .submenu li a:hover {
    color: white !important;
}

/* Return to top button */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    border-radius: 25px;
    display: none;
    z-index: 999;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 12px;
    top: 10px;
    font-size: 18px;
    transition: all 0.3s;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.8);
}
#return-to-top:hover i {
    color: #fff;
    top: 8px;
}

/* Social Side */
.social-side {
    position: absolute;
    left: 0;
    top: 220px;
    z-index: 99;
}

.social-side a {
    position: relative;
    display: block;
    color: #151d41;
    padding: 12px 36px 30px 10px;
    background-color: transparent;
    border-radius: 0 50px 50px 0;
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    font-size: 1.25em;
    transition: all 0.4s ease;
}

.social-side a:focus,
.social-side a:hover {
    background-color: var(--main-color);
    color: white;
}

.social-side a i {
    padding-left: 5px;
}

/* Menu Side */
.menu-side {
    position: fixed;
    right: 9.8em;
    top: 35%;
    width: 0;
    z-index: 99;
}

.menu-side a {
    position: relative;
    display: block;
    color: #151d41;
    padding: 5px 20px 30px 12px;
    background-color: rgba(255, 255, 255, 0.33);
    border-radius: 50px 0 0 50px;
    width: 160px;
    height: 42px;
    margin-bottom: 5px;
    font-size: 1.25em;
    transform: translateX(110px);
    transition: all 0.6s ease;
}

.menu-side a:focus,
.menu-side a:hover {
    background-color: var(--main-color);
    color: white;
    text-decoration: unset;
    transform: translateX(0);
}

.menu-side a i {
    padding-right: 5px;
}

.menu-side a span {
    font-size: 0.7em;
    vertical-align: 3px;
    opacity: 0;
}

.menu-side a:hover > span {
    opacity: 1;
}

/* Home Page */
.slider-spacer {
    width: 100%;
    height: 100vh;
}

.home-slider {
    position: relative !important;
    top: -145px;
}

.home-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* min-height: 300px; */
    /* max-height: 600px; */
}

.home-slider .slider-content {
    position: absolute;
    top: 30%;
    left: 12%;
    color: white;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
    z-index: 99;
}

.home-slider .slider-content span {
    font-size: larger;
}

.home-slider .slider-content h2 {
    font-weight: bold;
    font-size: 3rem;
    padding-top: 25px;
    padding-bottom: 15px;
}

.home-slider .slider-content p {
    font-weight: 200;
    text-align: justify;
    width: 100%;
    max-width: 400px;
    padding-bottom: 50px;
}

.home-slider .slider-content a {
    background-color: var(--main-color);
    color: white;
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    transition: all 0.3s;
}

.home-slider .slider-content a:focus,
.home-slider .slider-content a:hover {
    background-color: #077239;
    text-decoration: unset;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background: var(--main-color) !important;
}

.home .bg-circle {
    display: inherit;
    margin-top: -140px;
    margin-left: -80px;
    background-color: transparent;
    overflow: hidden;
    z-index: 2;
}

.home .bg-rectangle {
    display: inherit;
    margin-top: -425px;
    margin-left: 37%;
    background-color: transparent;
    z-index: 2;
}

.home .bg-world {
    display: inherit;
    margin-top: -50px;
    right: 0;
    width: 50%;
    height: 50%;
    position: absolute;
    background-color: transparent;
    overflow: hidden;
    z-index: 2;
}

.home .hwa {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 5;
}

.home .hwa .hwai {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-top: -25px;
    border-radius: 10px;
}

.home .hwa .hwai .text {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    background-color: rgba(8, 68, 54, 0.8);
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.home .hwa .hwai:hover > .text {
    padding: 35px 0;
}

.home .hwa .hwat {
    margin-left: 10px;
}

.home .hwa .hwat h3 {
    color: #151d41;
    font-weight: bold;
}

.home .hwa .hwat p {
    color: #151d41;
    text-align: justify;
    padding: 40px 0 95px 0;
}

.home .hwa .hwat a {
    background-color: var(--main-color);
    color: white;
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    transition: all 0.3s;
}

.home .hwa .hwat a:focus,
.home .hwa .hwat a:hover {
    background-color: #077239;
    text-decoration: unset;
}

.home .counters {
    margin-top: 400px;
}

.home .counters .bg-world {
    right: 30%;
}

.home .counters .counter-outer {
    position: relative;
    margin: auto;
    width: 220px;
    height: 220px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 90px 0 rgba(20, 30, 60, 0.1);
    z-index: 5;
}

.home .counter-wheel {
    width: 200px;
    height: 200px;
    border: transparent;
    background: white;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
}

.home .counter-wheel .counter-count {
    color: #151d41;
    font-weight: bolder;
}

.home .counter-wheel .counter-wheel-content {
    background: #fff;
    color: #151d41;
    font-weight: bolder;
}

.home .counter-wheel .counter-wheel-content > div {
    font-weight: bold;
    font-size: 28px;
}

.home .counter-wheel .counter-wheel-content > div > * {
    margin: 0 5px;
}

.home .counter-wheel .counter-wheel-highlight {
    color: var(--main-color);
}

.home .programs {
    margin-top: 150px;
}

.home .programs h3 {
    width: 100%;
    text-align: center;
    color: #151d41;
    font-weight: bold;
}

.home .programs .bg-world {
    margin-top: 25px;
    right: unset;
}

.home .programs .bg-rectangle {
    margin-top: -160px;
    margin-left: 90%;
}

.home .programs .block {
    margin-top: 50px;
    z-index: 5;
}

.home .programs .content {
    width: 100%;
    height: 400px;
    background-color: transparent;
    perspective: 1000px;
}

.home .programs .content .inner {
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    box-shadow: 0 20px 20px 0 rgba(118, 130, 183, 0.2);
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.home .programs .content:hover > .inner {
    transform: rotateY(180deg);
}

.home .programs .content .inner .front,
.home .programs .content .inner .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.home .programs .content .inner .front {
    border-radius: 5px;
    background-color: white;
}

.home .programs .content .inner .front img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .programs .content .inner .front .txt {
    position: relative;
    margin-top: -117px;
    background-color: white;
    border-radius: 0 0 5px 5px;
    height: 117px;
}

.home .programs .content .inner .back {
    border-radius: 5px;
    background-color: var(--main-color);
    transform: rotateY(180deg);
}

.home .programs .content .inner .back img {
    border-radius: 5px;
    opacity: 0.075;
    width: 100%;
    height: 100%;
}

.home .programs .content .inner .back .txt {
    font-weight: 500;
    margin-top: -20em;
    line-height: 2em;
}

.home .programs .content .programs_icon,
.home .programs .content .programs_icon_hover {
    display: block;
    padding-bottom: 25px;
}

.home .programs .content h5 {
    color: #151d41;
    padding-bottom: 10px;
}

.home .programs .content p {
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .programs .content a {
    color: #151d41;
    background-color: white;
    padding: 5px 15px;
    position: absolute;
    bottom: 20px;
    right: 35px;
    border-radius: 5px;
    transition: all 0.6s;
}

.home .programs .content a:focus,
.home .programs .content a:hover {
    text-decoration: none;
}

.home .programs .content a i {
    padding-left: 5px;
}

.home .programs .content a:hover > i {
    margin-right: -5px;
    padding-left: 10px;
}

.home .wps {
    position: relative;
    margin-top: -150px;
    width: 100%;
    min-height: 400px;
    background-color: white;
    border-radius: 3px;
    padding: 0 50px;
    box-shadow: 28px -8px 90px 0 rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.home .wps-contain .bg-rectangle {
    margin-top: 30px;
    margin-left: -125px;
}

.home .wps-contain .bg-curvy-line {
    display: inherit;
    margin-top: -140px;
    margin-left: -575px;
    background-color: transparent;
    z-index: 2;
}

.home .wps-contain .bg-paper-plane {
    display: inherit;
    position: absolute;
    margin-top: -120px;
    margin-left: 50%;
    background-color: transparent;
    z-index: 5;
}

.wps-contain a {
    background-color: var(--main-color);
    padding: 10px 30px;
    color: white;
    border-radius: 5px;
    transition: all 0.3s;
}

.wps-contain a:focus,
.wps-contain a:hover {
    text-decoration: unset;
    background-color: #077239;
}

.home .wps h3 {
    color: #151d41;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}

.home .wps .content {
    overflow: auto;
    height: 480px;
    margin-top: 30px;
    margin-bottom: 90px;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: var(--main-color);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.home .wps .content i {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
}

.home .wps .content p {
    color: white;
    text-align: center;
    padding: 0 25px;
}

.home .wps .content .image {
    width: 90px;
    margin: auto;
}

.home .wps .content .image img {
    width: 100%;
    margin: auto;
    border-radius: 50%;
    box-shadow: inset 1px 1px 10px 2px rgba(0, 0, 0, 0.75);
}

.home .wps .content .name {
    display: block;
    text-align: center;
    color: white;
    opacity: 0.8;
    padding-top: 5px;
}

.home .wps .content .job-title {
    display: block;
    text-align: center;
    font-size: small;
    font-weight: 200;
    color: white;
    opacity: 0.8;
}

.home .bod {
    margin-top: 120px;
}

.home .bod .meet-team {
    border-radius: 5px;
    padding: 10px 30px;
    background-color: rgba(15, 191, 92, 0.2);
    color: var(--main-color);
}

.home .bod h3 {
    width: 100%;
    text-align: center;
    color: #151d41;
    font-weight: bold;
}

.home .bod .image {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 225px;
    margin: auto;
    /* clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%); */
}

.home .bod .image:hover > img {
    transform: scale(1.1);
}

/* .home .bod .row .col-md-3:nth-child(even) {
    margin-top: 20px;
} */

.home .bod .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px lightgrey);
    transition: all 0.3s ease;
}

/* .home .bod .col-md-3:nth-child(2) > .image,
.home .bod .col-md-3:nth-child(3) > .image {
    clip-path: polygon(0% 0, 85% 0, 95% 100%, 0% 100%) !important;
} */

/* .home .bod .col-md-3:nth-child(2) > .image img,
.home .bod .col-md-3:nth-child(3) > .image img {
    border-radius: 5px 30px 5px 5px;
} */

.home .bod .col-md-3:first-child > .text {
    margin-bottom: 100px;
}

.home .bod .text .name {
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
}

.home .bod .text .job-title {
    display: block;
    text-align: center;
    font-size: smaller;
    font-weight: 200;
}

.home .bod .view-btn {
    margin-top: 3rem;
}

.home .bod a {
    background-color: var(--main-color);
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    transition: all 0.3s;
}

.home .bod a:focus,
.home .bod a:hover {
    text-decoration: none;
    background-color: #077239;
}

.home .gallery {
    margin-top: 120px;
}

.home .gallery .pic-txt {
    border-radius: 5px;
    padding: 10px 30px;
    background-color: rgba(15, 191, 92, 0.2);
    color: var(--main-color);
}

.home .gallery h3 {
    width: 100%;
    text-align: center;
    color: #151d41;
    font-weight: bold;
}

.home .gallery .bg-rectangle {
    margin-top: 90px;
    margin-left: 10px;
    position: absolute;
}

.gallery-slider-outer {
    position: relative;
    z-index: 5;
}

.gallery-slider-container {
    width: 100%;
    height: 340px;
    padding: 20px;
    overflow: hidden;
}

.gallery-slider img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-slider .swiper-slide:hover > img {
    transform: scale(1.1);
}

.swiper-button-prev,
.swiper-button-next {
    padding: 20px 22px;
    color: var(--main-color) !important;
    background: white;
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgb(118 130 183 / 20%);
    transition: all 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    box-shadow: 0 0 5px 0 rgb(118 130 183 / 20%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5em !important;
    font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -3% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -3% !important;
}

.home .gallery a {
    background-color: var(--main-color);
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    transition: all 0.3s;
}

.home .gallery a:focus,
.home .gallery a:hover {
    text-decoration: none;
    background-color: #077239;
}

.home .trending {
    margin-top: 120px;
}

.home .trending .bg-world {
    margin-top: 25px;
    right: unset;
}

.home .trending .blog-txt {
    border-radius: 5px;
    padding: 10px 30px;
    background-color: rgba(15, 191, 92, 0.2);
    color: var(--main-color);
}

.home .trending h3 {
    width: 100%;
    text-align: center;
    color: #151d41;
    font-weight: bold;
}

.home .trending .block {
    margin-top: 2rem;
    z-index: 5;
}

.home .trending .content {
    width: 100%;
    height: 480px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 15px 20px 0 rgba(118, 130, 182, 0.2);
}

.home .trending .image {
    width: 100%;
    height: 240px;
    margin: auto;
}

.home .trending .image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 100%;
}

.home .trending .text {
    padding: 15px 20px;
}

.home .trending .text .date {
    padding-bottom: 3px;
    display: block;
    font-size: small;
    color: var(--main-color);
    font-weight: 200;
}

.home .trending .text h6 {
    font-size: small;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .trending .programs_lines {
    display: block;
    padding-top: 5px;
}

.home .trending .text p {
    font-size: small;
    font-weight: 300;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .trending .text a {
    color: var(--main-color);
    padding: 5px 15px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: small;
    transition: all 0.6s;
}

.home .trending .text a:focus,
.home .trending .text a:hover {
    text-decoration: none;
}

.home .trending .text a i {
    padding-left: 5px;
}

.home .trending .text a:hover > i {
    margin-right: -5px;
    padding-left: 10px;
}

.home .trending .text-center a {
    background-color: var(--main-color);
    padding: 15px 50px;
    color: white;
    border-radius: 5px;
    transition: all 0.3s;
}

.home .trending .text-center a:focus,
.home .trending .text-center a:hover {
    text-decoration: none;
    background-color: #077239;
}

.home .partners {
    margin-top: 120px;
    margin-bottom: 120px;
}

.home .partners h3 {
    width: 100%;
    text-align: center;
    color: #151d41;
    font-weight: bold;
    padding-bottom: 20px;
}

.home .partners .block {
    margin-top: 1.5em;
}

.home .partners .image {
    border-radius: 10px;
    text-align: center;
    margin: auto;
    border: 1px solid var(--main-color);
    box-shadow: 0 0 10px 0 rgba(0, 20, 30, 0.25);
}

.home .partners .image img {
    object-fit: scale-down;
    width: 100%;
    height: 100px;
    max-width: 150px;
    padding: 10px;
}

/* Pages */
.events-jumbo {
    padding: 0;
    height: 400px;
    margin-top: -148px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%, 0 50%);
}

.events-jumbo .text-contain {
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    padding: 0;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 4px black;
}

.events-jumbo .text-contain h1 {
    font-weight: bold;
    position: relative;
    top: 150px;
    text-align: left;
}

/* Contact Page */
.contact {
    margin-top: -32px;
}

.contact .contact-form {
    width: 70%;
    margin: auto;
}

.contact .contact-form h2 {
    font-weight: normal;
    padding: 40px 0 25px 0;
}

.contact-form .btn {
    background-color: var(--main-color);
    color: white;
    transition: all 0.3s;
}

.contact-form .btn:focus,
.contact-form .btn:hover {
    background-color: #077239;
    text-decoration: unset;
}

.contact-form .form-control {
    border: 1px solid var(--main-color);
}

.contact .contact-bottom {
    padding: 50px;
    color: white;
    background-color: var(--main-color);
}

.contact .contact-bottom .container {
    max-width: 1400px;
}

/* Subsidy Page */
.subsidy-page {
    padding: 20px 14%;
}

.subsidy-page .subsidy-contain #subsidyChart {
    width: 100%;
    height: 420px;
}

/* Programs Main Page */
.programs-page {
    padding: 20px 14%;
}

.programs-page h2.display-5 {
    width: 100%;
    max-width: 320px;
    font-weight: 400;
    font-size: 42px;
}

.programs-page h2.display-5::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.programs-page .programs-contain {
    margin-top: -170px;
}

.programs-page .md-accordion {
    border-radius: 15px;
    box-shadow: 0 7px 60px 0 rgba(0, 0, 0, 0.15);
}

.programs-page .md-accordion .card .card-header a {
    color: var(--main-color);
    transition: all 0.3s ease-in-out;
}

.programs-page .md-accordion .card .card-header {
    padding: 1rem 1.5rem;
    background: transparent;
    border-bottom: 0;
}

.programs-page .md-accordion .card .fa-angle-down {
    float: right;
}

.programs-page .md-accordion .card .card-header a:hover {
    text-decoration: none;
}

.programs-page .md-accordion .card .card-header h5 {
    font-weight: bold;
}

.programs-page .md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
}

.programs-page .md-accordion .card:first-of-type,
.md-accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0;
}

.programs-page .md-accordion .card {
    overflow: visible;
    border-bottom: 1px solid #e0e0e0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.programs-page .card:first-child {
    border-radius: 15px 15px 0 0;
}

.programs-page .card:last-child {
    border-radius: 0 0 15px 15px;
}

.programs-page .md-accordion .card .card-body {
    border-top: 1px solid #e0e0e0;
}

.programs-page .md-accordion .card .card-body ul a:first-child {
    color: var(--main-color);
}

.programs-page .md-accordion .card .card-body li {
    margin: 10px 15px;
}

.programs-page .md-accordion .card .card-body li i {
    color: var(--main-color);
}

.programs-page .md-accordion .card .card-body li::marker {
    color: var(--main-color);
}

.programs-page .bg-rectangle1 {
    position: relative;
    display: inline-block;
    left: 90%;
    z-index: -1;
}

.programs-page .bg-rectangle2 {
    position: relative;
    display: inline-block;
    top: -170px;
    margin-bottom: -100px;
    left: -2%;
    z-index: -1;
}

/* Program Pages */
.program-page {
    padding: 20px 14%;
}

.program-page h2.display-5 {
    width: 100%;
    font-weight: bold;
    font-size: 42px;
}

.program-page h2.display-5::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.program-page .program-contain .map {
    position: relative;
    margin: 50px auto;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.program-page .projects {
    float: left;
    position: relative;
    top: 60px;
    z-index: 9;
}

.program-page .projects ul li a {
    text-decoration: none;
    color: unset;
}

.program-page .projects ul li {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    padding-left: 1em;
    list-style: none;
}

.program-page .projects ul li:after {
    content: url("/storage/site/20px-GreenDisc.png");
    position: absolute;
    left: -25px;
    top: 3px;
}

.program-page .projects ul li:before {
    content: "";
    position: absolute;
    left: -16px;
    border-left: 1px dashed var(--main-color);
    height: 100%;
    width: 1px;
}

.program-page .projects ul li:first-child:before {
    top: 16px;
}

.program-page .projects ul li:last-child:before {
    height: 8px;
}

/* Project Pages */
.project-page {
    padding: 20px 14%;
    /* text-align: center; */
}

.project-page h2.display-5 {
    text-align: left;
    width: 100%;
    font-weight: bold;
    font-size: 42px;
}

.project-page h2.display-5::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.project-page .map {
    position: relative;
    margin: 50px auto;
    width: 100%;
    max-width: 800px;
    padding: 10px;
}

.project-page .project-contain {
    margin-top: 30px;
}

.project-page .project-contain table {
    width: 100% !important;
    float: unset !important;
}

.project-page .project-contain aside {
    width: 100% !important;
    float: unset !important;
}

/* All News Page */
.allNews-page .row {
    margin: 50px 0;
    padding: 25px 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 5px 30px 5px rgba(118, 130, 182, 0.2);
}

.allNews-page .col-md-4 img {
    width: 100%;
    border-radius: 4px;
}

.allNews-page .col-md-8 {
    margin-top: 0.5em;
}

.allNews-page .col-md-8 .date {
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    font-size: smaller;
    color: var(--main-color);
}

.allNews-page .col-md-8 .programs_lines {
    display: block;
    padding-top: 5px;
}

.allNews-page .col-md-8 h5 {
    margin-bottom: 5px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allNews-page .col-md-8 p {
    font-weight: 400;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allNews-page .col-md-8 a {
    color: var(--main-color);
    padding: 5px 15px;
    position: absolute;
    bottom: -15px;
    right: -5px;
    transition: all 0.6s;
}

.allNews-page .col-md-8 a:focus,
.allNews-page .col-md-8 a:hover {
    text-decoration: none;
}

.allNews-page .col-md-8 a i {
    padding-left: 5px;
}

.allNews-page .col-md-8 a:hover > i {
    margin-right: -5px;
    padding-left: 10px;
}

/* News Pages */
.news-page {
    padding: 20px 14%;
    text-align: center;
}

.news-page .card {
    border: unset;
    border-radius: 5px;
    box-shadow: 0 5px 30px 5px rgb(118 130 182 / 20%);
}

.news-page h2.display-5 {
    text-align: left;
    width: 100%;
    font-weight: bold;
    font-size: 36px;
}

.news-page h2.display-5::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.news-page .date {
    text-align: left;
    color: var(--main-color);
    font-size: smaller;
    font-weight: bolder;
}

.news-page img {
    margin: 50px 0 5px 0;
    max-height: 600px;
    border-radius: 0;
    object-fit: cover;
}

.news-page .news-contain table {
    width: 100% !important;
}

/* All Procurements Page */
.procurements-page .procurements-contain .table {
    position: relative;
    margin: 50px auto;
    width: 100%;
    max-width: 1100px;
    right: -5%;
    padding: 25px;
    border-radius: 15px;
    border-color: transparent;
    box-shadow: 0 3px 99px 0 rgb(0 0 0 / 8%);
}

.procurements-page .procurements-contain .table thead,
.procurements-page .procurements-contain .table tfoot {
    background-color: var(--main-color);
    color: white;
}

.procurements-page .procurements-contain .table .description {
    max-width: 478px;
}

.procurements-page .procurements-contain .table .description a {
    text-decoration: unset;
    color: var(--main-color);
}

.procurements-page .archives {
    float: left;
    position: relative;
    top: 60px;
    z-index: 9;
}

.procurements-page .archives ul li a {
    text-decoration: none;
    color: unset;
}

.procurements-page .archives ul li {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    padding-left: 1em;
    list-style: none;
}

.procurements-page .archives ul li:after {
    content: url("/storage/site/20px-GreenDisc.png");
    position: absolute;
    left: -25px;
    top: 3px;
}

.procurements-page .archives ul li:before {
    content: "";
    position: absolute;
    left: -16px;
    border-left: 1px dashed var(--main-color);
    height: 100%;
    width: 1px;
}

.procurements-page .archives ul li:first-child:before {
    top: 16px;
}

.procurements-page .archives ul li:last-child:before {
    height: 8px;
}

.procurements-page .archives .archive-year {
    font-weight: bold;
    cursor: pointer;
}

/* Procurement Page */
.procurement-page {
    padding: 20px 14%;
    /* text-align: center; */
}

.procurement-page h2.display-5 {
    text-align: left;
    font-weight: bold;
    font-size: 26px;
}

.procurement-page h2.display-5::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.procurement-page .procurement-contain {
    margin-top: 30px;
}

.procurement-page .procurement-contain table {
    width: 100% !important;
    float: unset !important;
}

.procurement-page .procurement-contain aside {
    width: 100% !important;
    float: unset !important;
}

/* All Vacancies Page */
.vacancies-page .bg-rectangle {
    display: inherit;
    margin-top: -50px;
    margin-bottom: -175px;
    margin-left: 75%;
    background-color: transparent;
    z-index: -1;
}

.vacancies-page .vacancies-contain .table {
    position: relative;
    margin: 50px auto;
    width: 100%;
    max-width: 1100px;
    right: -5%;
    padding: 25px;
    border-radius: 15px;
    border-color: transparent;
    box-shadow: 0 3px 99px 0 rgb(0 0 0 / 8%);
    z-index: 5;
}

.vacancies-page .vacancies-contain .table thead,
.vacancies-page .vacancies-contain .table tfoot {
    background-color: var(--main-color);
    color: white;
}

.vacancies-page .vacancies-contain .table .description {
    max-width: 478px;
}

.vacancies-page .vacancies-contain .table .description a {
    text-decoration: unset;
    color: var(--main-color);
}

/* Vacancy Page */
.vacancy-page {
    padding: 20px 14%;
    /* text-align: center; */
}

.vacancy-page h2.display-5 {
    text-align: left;
    font-weight: bold;
    font-size: 26px;
}

.vacancy-page h2.display-5::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.vacancy-page .vacancy-contain {
    margin-top: 30px;
}

.vacancy-page .vacancy-contain table {
    width: 100% !important;
    float: unset !important;
}

.vacancy-page .vacancy-contain aside {
    width: 100% !important;
    float: unset !important;
}

/* Publications Page */
.publications-page {
}

.publications-page h2 {
    margin: 50px 14%;
    /* width: 100%; */
    font-weight: 400;
    font-size: 42px;
    padding: 15px 0;
}

.publications-page h2::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.publications-page .usf-video {
    position: relative;
}

.publications-page .usf-video img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.75);
}

.publications-page .usf-video .slider-img {
    height: 180px;
}

.publications-page .video-btn {
    position: absolute;
    bottom: 30%;
    left: 40%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.publications-page .doc-play {
    bottom: 40%;
    left: 50%;
}

.publications-page .video-btn:hover > i {
    color: #077239;
}

.publications-page .video-btn:active {
    box-shadow: unset;
}

.publications-page .video-btn i {
    color: var(--main-color);
    margin-top: 20px;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.publications-page .pub-tabs .nav-tabs {
    border: unset;
    display: inline-block;
}

.publications-page .nav-fill .nav-item,
.nav-fill > .nav-link {
    display: inline-block;
}

.publications-page .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    padding: 20px 30px 120px 20px;
    border-radius: 25px;
    box-shadow: 0 3px 90px 0 rgb(10 70 125 / 15%);
}

.publications-page #nav-tabContent {
    position: relative;
    margin-top: -80px;
    padding: 75px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0 3px 99px 0 rgb(0 0 0 / 8%);
}

.publications-page .table td {
    vertical-align: middle;
    padding: 0.75rem 2rem;
    font-size: smaller;
}

.publications-page .table td.description {
    border-right: 1px solid white;
}

.publications-page .table .btn-success {
    font-size: smaller;
    padding: 0.1rem 1rem;
    background-color: var(--main-color);
    border: unset;
    border-radius: 10px;
    float: right;
    margin-right: 20px;
}

.publications-page .table .download-btn {
    padding: unset;
}

.publications-page .table-hover tbody tr:hover {
    background-color: var(--main-color);
    color: white;
}

.publications-page .table-hover tbody tr:hover > .download-btn a.btn-success {
    background-color: white;
    color: black;
    border: unset;
}

.publications-page .table-hover tbody tr:hover > .description {
    border-right: 1px solid var(--main-color);
}

.publications-page .bg-rectangle {
    position: relative;
    display: inline-block;
    top: -150px;
    left: 18%;
    z-index: -1;
}

.publications-page .pub-videos-outer {
    position: relative;
    z-index: 5;
}

.publications-page .pub-videos-container {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.publications-page .pub-videos .image {
    padding: 10px;
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin: auto;
}

.publications-page .pub-videos .image iframe {
    width: 100%;
    height: 100%;
}

.publications-page .pub-videos .image img {
    width: 100%;
    height: 100%;
}

.publications-page .pub-videos-container .name {
    font-size: smaller;
}

/* Gallery Page */
.gallery-page {
    padding: 20px 14%;
}

.gallery-page h2 {
    width: 130px;
    font-weight: bold;
    padding: 5px 0;
}

.gallery-page h2::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.gallery-page .row {
    margin: 50px 0;
}

.gallery-page .image-contain {
    text-align: center;
    height: 400px;
    margin-top: 25px;
}

.gallery-page .image-contain:focus,
.gallery-page .image-contain:hover {
    cursor: pointer;
}

.gallery-page .image-contain img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(0, 50, 100, 0.15);
    transition: all 0.3s ease;
}

.gallery-page .image-contain img:focus,
.gallery-page .image-contain img:hover {
    box-shadow: 0 0 20px 0 rgba(0, 20, 30, 0.1);
}

.gallery-page .image-contain .text {
    position: relative;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100%;
    height: 60px;
    top: -60px;
    line-height: 1.6em;
    padding: 5px 15px;
    border-radius: 0 0 10px 10px;
    background-color: rgba(8, 68, 54, 0.95);
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s ease;
}

/* Career Page */
.career-page .img-txt-contain {
    opacity: 0.9;
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 1em;
    width: auto;
    background-color: var(--main-color);
    padding: 10px 40px 10px 20px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease;
}

.career-page .feature2 .img-txt-contain {
    bottom: 21em;
}

.career-page .feature:hover .img-txt-contain {
    cursor: pointer;
    opacity: 1;
    clip-path: unset;
    bottom: 4px;
    width: 99%;
    height: 98%;
    background: linear-gradient(225deg, rgba(8,68,54,0.7) 25%, rgba(0,151,255,0.5) 100%);
}

.career-page .feature2:hover .img-txt-contain {
    bottom: 20em;
    width: 99.5%;
    height: 50%;
}

.career-page .img-txt-contain span {
    opacity: 1;
    transition: all 0.3s;
}

.career-page .feature:hover .img-txt-contain span {
    opacity: 0;
}

.career-page .img-txt-contain .details {
    display: none;
    opacity: 0;
    font-size: small;
    line-height: 1.75em;
    letter-spacing: 1px;
    text-align: left;
    vertical-align: middle;
    margin: auto;
    height: 0;
    width: 0;
    margin-top: -15px;
    overflow: auto;
    transition: all 0.6s;
}

.career-page .feature:hover .img-txt-contain .details {
    height: 100%;
    width: unset;
    display: block;
    opacity: 1;
}

/* About Page */
.about h2 {
    width: 95%;
    padding: 5px 0;
    font-weight: 400;
    font-size: 42px;
}

.about h2::after {
    border-bottom: 4px solid var(--main-color);
    width: 5vw;
    height: 10px;
    display: block;
    content: "";
}

.about .company-profile {
    padding: 20px 14%;
}

.about .company-profile p {
    padding: 20px 0;
    max-width: 600px;
}

.about .company-profile .col-md-6:nth-child(2) {
    background-color: var(--main-color);
    height: 450px;
    top: -52px;
}

.about .company-profile .cp-text {
    color: white;
    font-size: 3em;
    font-weight: bold;
    line-height: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
}

.about .company-profile a {
    background-color: var(--main-color);
    color: white;
    margin-top: 100px;
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    margin-top: 100px;
    transition: all 0.3s;
}

.about .company-profile a:focus,
.about .company-profile a:hover {
    background-color: #077239;
    text-decoration: unset;
}

.about .mav {
    padding: 20px 14%;
}

.about .mav h2 {
    margin-bottom: 20px;
}

.about .mav i {
    display: inline-block;
    color: var(--main-color);
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgba(120, 130, 180, 0.2);
}

.about .mav .txt {
    display: inline-block;
    padding: 10px 80px;
    margin-top: -50px;
}

.about .mav .bg-rectangle {
    position: relative;
    display: block;
    top: -100px;
    left: 10%;
    z-index: 1;
}

.about .mav .bgr2 {
    margin-top: -390px;
    margin-left: 45%;
}

.about .mav img {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 600px;
    object-fit: cover;
    top: -320px;
    left: 90px;
    z-index: 2;
}

.about .meet-team {
    padding: 20px 14%;
    margin-top: -200px;
}

.about .meet-team h2,
.about .publications h2 {
    margin-left: -120px;
}

.about .nav-tabs,
.about .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.about .nav-tabs .nav-link {
    border: unset;
}

.about .meet-team .nav-tabs {
    padding-top: 50px;
    padding-bottom: 25px;
}

.about .nav-fill .nav-item,
.nav-fill > .nav-link {
    margin: auto;
    flex: unset;
    max-width: 215px;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    font-size: smaller;
    border: 5px;
    color: black;
}

.about .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white;
    background-color: var(--main-color);
}

.about .team-slider-outer {
    position: relative;
    z-index: 5;
}

.team-slider-container {
    width: 100%;
    height: 345px;
    padding: 20px;
    overflow: hidden;
}

.about .meet-team .image {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 225px;
    margin: auto;
    /* clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%); */
}

.about .meet-team .image:hover > img {
    transform: scale(1.1);
}

/* .about .meet-team .swiper-slide:nth-child(even) > .item-contain {
    margin-top: 20px;
} */

.about .meet-team .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px lightgrey);
    transition: all 0.3s ease;
}

/* .about .meet-team .swiper-slide:nth-child(2) > .image,
.about .meet-team .swiper-slide:nth-child(3) > .image {
    clip-path: polygon(0% 0, 85% 0, 95% 100%, 0% 100%) !important;
}

.about .meet-team .swiper-slide:nth-child(2) > .image img,
.about .meet-team .swiper-slide:nth-child(3) > .image img {
    border-radius: 5px 30px 5px 5px;
} */

.about .meet-team .text .name {
    display: block;
    text-align: center;
    font-size: small;
    font-weight: bold;
    padding-top: 5px;
}

.about .meet-team .text .job-title {
    display: block;
    text-align: center;
    font-size: small;
    font-weight: 200;
}

.about .publications .video-static img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    max-height: 450px;
    object-fit: cover;
    filter: brightness(0.75);
}

.about .publications .video-static .video-btn {
    position: absolute;
    bottom: 40%;
    left: 42.5%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.about .publications .video-static .video-btn:hover > i {
    color: #077239;
}

.about .publications .video-static .video-btn:active {
    box-shadow: unset;
}

.about .publications .video-static .video-btn i {
    color: var(--main-color);
    margin-top: 20px;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.about .publications .row {
    padding: 20px 14%;
    margin: 50px 0;
}

.about .pub-contain.row {
    margin: 0;
}

.about .pub-contain.row,
.about .pub-contain .col-md-6 {
    padding: 0;
}

.about .publications-scroller-container {
    position: relative;
    height: 450px;
    background-color: var(--main-color);
    color: white;
    box-shadow: -1px 40px 99px 0 rgba(0, 0, 0, 0.15);
}

.about .publications-scroller {
    width: 100%;
    height: 350px;
    padding: 60px;
    overflow: hidden;
}

.about .publications-scroller .swiper-scrollbar {
    background-color: white;
    width: 2px;
    height: 80%;
    right: 30px;
    top: 10%;
}

.about .publications-scroller .swiper-scrollbar-drag {
    background-color: white;
    max-height: 90%;
    width: 6px;
    left: -2px;
}

.about .publications-scroller .swiper-slide {
    font-size: 1rem;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

.about .publications-scroller .swiper-slide a {
    color: white;
}

.about .publications-scroller .swiper-slide i {
    display: inline-block;
    color: var(--main-color);
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 15px 20px 0 rgba(120, 130, 180, 0.2);
}

.about .publications-scroller .swiper-slide .txt {
    display: inline-block;
    padding: 10px 0 10px 50px;
    margin-top: -50px;
}

.about .publications-scroller-container .view-btn {
    display: inline-block;
    margin-top: 30px;
    background-color: white;
    padding: 10px 30px;
    color: var(--main-color);
    border-radius: 5px;
    transition: all 0.3s;
}

.about .publications-scroller-container .view-btn:focus,
.about .publications-scroller-container .view-btn:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
}

.about .ceo-message {
    margin-top: -100px;
}

.about .ceo-message .bg-rectangle {
    position: relative;
    display: inline-block;
    left: 15%;
    top: 160px;
    z-index: -1;
}

.about .ceo-message .bgr2 {
    left: 76%;
    top: -160px;
}

.about .ceo-message .message-contain {
    padding: 15px;
    border: 3px solid var(--main-color);
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 15px 20px 0 rgba(120, 130, 180, 0.2);
    z-index: 2;
}

.about .ceo-message .message-contain img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 180px;
    object-fit: cover;
}

.about .ceo-message .message-contain .the-msg {
    display: inline-block;
    padding: 30px;
    padding-bottom: 0;
}

.about .ceo-message .message-contain .the-msg i {
    position: relative;
    color: var(--main-color);
    font-size: 2em;
}

.about .ceo-message .message-contain .the-msg i.fa-quote-left {
    top: -40px;
    left: -25px;
}

.about .ceo-message .message-contain .the-msg i.fa-quote-right {
    top: 0;
    left: 100%;
}

/* Complaints Page Form */
.complaints .form-body {
    text-align: justify;
}

.complaints input::-webkit-outer-spin-button,
.complaints input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.complaints input[type="number"] {
    -moz-appearance: textfield;
}

/* Rules Policies Guidelines Page */
.rules-policies-page {
}

.rules-policies-page .rpg-tabs .nav-tabs {
    border: unset;
    display: inline-block;
}

.rules-policies-page .nav-fill .nav-item,
.nav-fill > .nav-link {
    display: inline-block;
}

.rules-policies-page-page .nav-tabs .nav-item.show .nav-link,
.rules-policies-page-page .nav-tabs .nav-link.active {
    padding: 20px 30px 120px 20px;
    border-radius: 25px;
    box-shadow: 0 3px 90px 0 rgb(10 70 125 / 15%);
}

.rules-policies-page #nav-tabContent {
    position: relative;
    margin-top: -80px;
    padding: 75px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0 3px 99px 0 rgb(0 0 0 / 8%);
}

.rules-policies-page .table td {
    vertical-align: middle;
    padding: 0.75rem 2rem;
    font-size: smaller;
}

.rules-policies-page .table td.description {
    border-right: 1px solid white;
}

.rules-policies-page .table .btn-success {
    font-size: smaller;
    padding: 0.1rem 1rem;
    background-color: var(--main-color);
    border: unset;
    border-radius: 10px;
    float: right;
    margin-right: 20px;
}

.rules-policies-page .table .download-btn {
    padding: unset;
}

.rules-policies-page .table-hover tbody tr:hover {
    background-color: var(--main-color);
    color: white;
}

.rules-policies-page .table-hover tbody tr:hover > .download-btn a.btn-success {
    background-color: white;
    color: black;
    border: unset;
}

.rules-policies-page .table-hover tbody tr:hover > .description {
    border-right: 1px solid var(--main-color);
}

.rules-policies-page .bg-rectangle {
    position: relative;
    display: inline-block;
    top: -150px;
    left: 18%;
    z-index: -1;
}

/* Footer */
footer {
    position: relative;
    width: 100%;
    background-color: var(--main-color);
    min-height: 100px;
}

footer .waves {
    margin-top: 175px;
}

footer .wave {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 205px;
    background: url("/storage/site/footer/wave.svg");
    background-size: 1000px 225px;
}

footer .wave#wave1 {
    z-index: 2;
    opacity: 1;
    bottom: 0;
    animation: waveAnim 10s linear infinite;
}

footer .wave#wave2 {
    z-index: 1;
    opacity: 0.5;
    bottom: 10px;
    animation: waveAnim2 9s linear infinite;
}

footer .wave#wave3 {
    z-index: 2;
    opacity: 0.3;
    bottom: 15px;
    animation: waveAnim 8s linear infinite;
}

footer .wave#wave4 {
    z-index: 1;
    opacity: 0.7;
    bottom: 20px;
    animation: waveAnim2 6s linear infinite;
}

@keyframes waveAnim {
    0% {
        background-position-x: 1000px;
    }
    100% {
        background-position-x: 0px;
    }
}

@keyframes waveAnim2 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: 1000px;
    }
}

footer .foot {
    color: white;
    padding: 5px 25px 0 25px;
    width: 100%;
    height: auto;
    min-height: 240px;
    margin-top: 100px;
    background-color: transparent;
    position: relative;
    z-index: 5;
}

footer .foot a {
    color: white !important;
    font-weight: 400;
    transition: all 0.1s;
}

footer .foot a:focus,
footer .foot a:hover {
    text-decoration: unset;
    font-weight: 700;
}

footer .footer-org-info {
    text-align: center;
}

footer .footer-org-info img {
    width: 100%;
    max-width: 120px;
    margin-bottom: 15px;
    padding: 5px;
}

footer .foot-social {
    margin: 10px 10px 0 10px;
    display: inline-block;
    width: 28px;
    transition: all 0.3s;
    font-size: 1.5em;
}

footer .foot-social:focus,
footer .foot-social:hover {
    transform: scale(1.2);
}

footer .foot-social img {
    width: 100%;
}

.footer-copyright {
    width: 100%;
    background-color: transparent;
    color: white;
    position: relative;
    left: 0;
    top: -5px;
    font-weight: lighter;
    font-size: smaller;
}

.footer-copyright p {
    display: inline;
}

.footer-copyright span {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: -22px;
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-item a {
        margin-left: 0 !important;
        padding-left: 12px;
    }
}

@media (max-width: 420px) {
    .events-jumbo {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 50%);
    }
}
