@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --bs-primary: #E12A27;
    --bs-secondary: #005928;
    --bs-secondary: #1a1c33;
    --bs-light: #f1f2f4;
    --bs-dark: #272d47;
    --bs-heading-color: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    background-color: var(--bs-light);
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
    height: revert-layer;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
}

.btn-sm {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 13px;
}

.btn-xs {
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-check:checked+.btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:first-child:active,
:not(.btn-check)+.btn.btn-secondary:active,
.btn-secondary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.form-control:focus {
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border-color: #eee;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    font-size: 0.85rem
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-arrow {
    background-color: var(--bs-white);
    color: var(--bs-dark) !important;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E7EA;
}

.owl-carousel .owl-nav button.owl-next,
.slick-arrow.slick-next {
    left: auto;
    right: -0.6rem;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--bs-white) !important;
    color: var(--bs-primary) !important;
    border-color: #E1E7EA;
}

.owl-nav button svg,
.slick-arrow svg {
    height: 9px;
    width: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
}

.slick-dots li {
    display: inline-flex;
}

.slick-dots button {
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: var(--bs-primary);
}

.slick-dots button:hover {
    background-color: var(--bs-gray-500);
}

.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
}

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 5px;
    border-radius: 0.5rem;
}

.pagination li>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}

.preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    position: fixed;
    inset: 0;
    z-index: 9999;
}

#content-wrapper {
    min-height: calc(100vh - 500px);
}

.truncate-text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lines, 2);
    line-clamp: var(--lines, 2);
    min-height: calc(var(--line-height, 20px) * var(--lines, 2));
}

.scrollTop {
    position: fixed;
    right: 25px;
    bottom: 60px;
    width: 40px;
    height: 45px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    border-radius: 3px;
    color: var(--bs-white);
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 7px 5px -4px;
}

.scrollTop:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-arrow-btn {
    background-color: rgb(255 255 255 / 30%);
    border: 1px solid transparent;
    height: 66px;
    width: 32px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0 8px -2px rgba(0, 0, 0, .3);
    align-items: center;
    padding: 0 4px 0 0;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0;
    color: var(--bs-white);
    transition: all 0.3s ease-in-out;
}

.swiper-arrow-btn:hover {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.swiper-button-next {
    padding: 0 0 0 2px;
    right: 0;
    left: auto;
}

.swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 11px;
    height: 16px;
    object-fit: contain;
    transform-origin: center;
}

.swiper-pagination-bullet-active {
    background: var(--bs-white);
}

.whatsapp-float {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 15px 5px 10px;
    height: 40px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    color: var(--bs-white);
    background-color: #25d366;
    position: fixed;
    right: 25px;
    bottom: 120px;
    border-radius: 50px;
    font-size: 16px;
    z-index: 999;
}

/* =============== Header CSS =============== */
.header-top {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding-block: 0.3rem;
}

.header-top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 180px;
}

.header-top-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top-phone {
    position: relative;
}

.header-top-phone::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--bs-white);
    border-radius: 6px;
    margin: 0px 1px;
    background-color: rgb(255 255 255 / 10%);
    border-color: rgb(255 255 255 / 20%);
    color: var(--bs-white);
    transition: all 0.3s ease-in-out;
}

.social-link:hover {
    background-color: var(--bs-white);
    color: var(--bs-primary);
    transform: scale(1.05);
}

.header {
    background-color: var(--bs-white);
    /* border-bottom: 1px solid #ced8dd; */
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, -o-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    z-index: 1021;
    width: 100%;
    box-shadow: 0 2px 10px rgb(34 34 34 / 5%);
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
}

.logo-link {
    display: inline-flex;
    top: -40px;
    position: absolute;
    background-color: var(--bs-white);
    padding: 0.8rem 0.5rem;
    /* border: 2px solid var(--bs-secondary); */
    border-top: none;
    bottom: 0px;
    max-width: 160px;
}

.header.sticky .logo-link {
    position: inherit;
    padding: 10px;
    border-top: 2px solid var(--bs-secondary);
}

.header.sticky .logo-link img {
    height: 50px;
}

.header-nav {
    padding-left: 180px;
}

.header.sticky .header-nav {
    padding-left: 0;
}

.header-menu {
    align-items: center;
    justify-content: flex-end;
}

.menu-item {
    position: relative;
}

.header-menu .menu-link {
    padding: 25px 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.header-menu li:last-child .menu-link {
    padding-right: 0;
}

.header-menu .menu-link:hover {
    color: var(--bs-primary);
}

.mean-container {
    display: flex;
    align-items: center;
}

/* =============== Header CSS =============== */


/* =============== Hero CSS =============== */
.slide-video {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.video-wrapper {
    width: 100%;
}

.video-wrapper::before {
    content: '';
    display: block;
    padding-top: 700px;
}

.video-wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgb(39 45 71 / 30%);
    color: var(--bs-white);
    text-align: center;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gradient-btn {
    border: none;
    color: var(--bs-white) !important;
    padding: 5px 5px 5px 20px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 150px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #ec1c24, #007636, #007647, #007636, #ec1c24);
    background-image: linear-gradient(to right,
            #ec1c24,
            /* Bright Red */
            #c52521,
            /* Darker Red with a hint of green */
            #9c4f2d,
            /* Brownish midpoint */
            #3e6d38,
            /* Earthy green-brown */
            #007636
            /* Deep Green */
        );
    transition: all 0.6s ease;
    border-radius: 5px;
}

.gradient-btn .icon {
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-radius: 5px;
}

.gradient-btn svg {
    transition: all 0.3s ease;
}

.gradient-btn:hover {
    background-position: 100% 0;
}

.gradient-btn:hover .icon svg {
    transform: rotate(-45deg);
}

.four-box div {
    height: 80px;
    margin-bottom: 5px;
    padding: 5px 0 0 5px;
}

.four-box p {
    font-size: 20px;
    text-align: center;
    padding-top: 14px;
}

.four-box div:nth-child(1) {
    background: #df3030;
}

.four-box div:nth-child(2) {
    background: #03a45e;
}

.four-box div:nth-child(3) {
    background: #00864b;

}

.four-box div:nth-child(4) {
    background: #4d9d31;
}

.home-right-cohse {
    width: 80%;
    margin: 10px 0 30px 30px;
}

.four-box a {
    color: var(--bs-white);
    transition: .5s;
    font-weight: 400;
}

.four-box a:hover {
    color: var(--bs-warning);
}

.slide-card {
    background-color: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    padding: 1.5rem 1rem 1.8rem;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 1rem;
}

/* =============== Hero CSS =============== */


/* =============== About CSS =============== */
.about-img figure img {
    display: block;
}

.about-img figure {
    margin: 0;
    z-index: 3;
    width: auto;
    position: relative;
    float: right;
}

.about-img figure:nth-child(1) {
    width: 65%;
    margin: 0 0 -200px;
}

.about-img figure:nth-child(2) {
    z-index: 2;
    width: 60%;
    margin: 0 0 -200px;
    float: left;
}

.about-img figure:nth-child(3) {
    z-index: 2;
}

.about-img figure img {
    border: 10px solid var(--bs-white);
    max-height: 330px;
}

.line-border-center {
    text-align: center;
    margin: auto;
    width: 270px;
    background: var(--bs-primary);
    margin-top: 20px;
    margin-bottom: 25px;
    border-top: 1px solid #ccc;
    position: relative;
}

.line-border-center::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    width: 70px;
    background-color: var(--bs-primary);
    height: 2px;
}

.small-line-border-center::after {
    top: 15px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 70px;
    background: #1ca288;
}

.small-line-border {
    position: relative;
}

.small-line-border::after {
    top: 5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
    background: #1ca288;
}


.small-line-border-2 {
    position: relative;
}

.small-line-border-2::before {
    top: 6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 250px;
    background: #EEE;
}

.small-line-border-2::after {
    top: 5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
    background: var(--bs-primary);
}

.section-title .title {
    text-transform: uppercase;
}

.message ul li {
    list-style-type: square;
    margin-left: 25px;
    list-style: square;
    line-height: 1.8;
}

/* =============== About CSS =============== */



/* =============== Director Message CSS =============== */
.director-card {
    background-color: var(--bs-white);
    padding: 1rem;
    padding-bottom: 1px;
    box-shadow: 0 0 5px rgb(8 14 46 / 10%);
    margin: 10px;
    border-radius: 0.8rem;
}

.director-meta {
    display: flex;
    align-items: flex-end;
}

.director-image {
    width: 150px;
    padding: 3px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-primary);
    border-radius: 0.5rem;
}

.director-image img {
    border-radius: 6px;
}

.director-content {
    flex-grow: 1;
    padding-bottom: 10px;
}

.director-name {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    width: fit-content;
    padding: 5px 10px 7px;
    font-weight: 500;
    border-radius: 0 0.5rem 0 0;
}

.director-designation {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    width: fit-content;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 0 0 0.5rem 0;
}

.director-message {
    padding-top: 0.8rem;
}

/* =============== Director Message CSS =============== */

/* =============== Courses CSS =============== */
.custom-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.custom-table thead {
    background: linear-gradient(135deg, #e60033, #b8002a);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.custom-table th,
.custom-table td {
    vertical-align: middle;
    text-align: center;
    padding: 14px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.custom-table tbody tr {
    transition: 0.3s;
}

.custom-table tbody tr:hover {
    background-color: #fff3f6;
}

.sl-column {
    background: #e60033;
    color: #fff;
    font-weight: 600;
    width: 80px;
}

.course-name {
    text-align: left;
    font-weight: 500;
}

.badge-type {
    background: #f1f1f1;
    color: #333;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.container-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}

/* =============== Courses CSS =============== */

/* =============== Team CSS =============== */

.team-card {
    background: var(--bs-white);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.02);
    outline: 1px solid #ddd;
    height: 100%;
    border-bottom: 3px solid var(--bs-primary);
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.team-img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #e60033;
    margin-bottom: 15px;
}

.team-name {
    font-weight: 700;
    color: #e60033;
    margin-bottom: 5px;
}

.team-role {
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 15px;
    display: inline-block;
    padding: 0 18px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #ff853f;
    background-color: rgba(255, 133, 63, 0.10196078431372549);
    border: 1px solid rgba(255, 133, 63, 0.3);
}

/* Highlight main leader */
.team-lead {
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 40px;
}

.team-lead .team-img {
    width: 140px;
    height: 140px;
}

@media (max-width: 576px) {
    .team-lead {
        padding: 25px;
    }
}

/* =============== Team CSS =============== */

/* =============== Partner CSS =============== */

.partner-carousel .slick-slide>div {
    display: flex;
}

.single-partner {
    border: 1px solid #F0F0F0;
    padding: 10px;
    border-top: none;
    border-right: none;
    display: flex;
    transition: all 0.2s ease-in-out;
    background-color: var(--bs-white);
}

.single-partner:hover {
    box-shadow: 0px 10px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
}

.partner-carousel .slick-slide>div:last-child .single-partner {
    border-bottom: none;
}

.partner-carousel .slick-slide.slick-current>div .single-partner {
    border-left: none;
}

.partner-carousel .slick-dots button {
    border-radius: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: var(--bs-secondary);
}

.partner-carousel .slick-list {
    padding: 30px 0;
}

/* =============== Partner CSS =============== */

/* =============== FAQ CSS =============== */
.accordion-custom {
    max-width: 900px;
    margin: auto;
    margin-top: 2rem;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    margin-top: 1rem;
    border-radius: 0.5rem !important;
    overflow: hidden;
}

.accordion-button {
    background: #fff;
    color: #e60033;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 20px;
    transition: 0.3s;
}

.accordion-button:not(.collapsed) {
    background: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-body {
    background: #fafafa;
    padding: 20px;
    font-size: 15px;
    color: #555;
}

.accordion-body strong {
    font-size: 18px;
    color: #333;
}

/* =============== FAQ CSS =============== */



/* =============== Photo Gallery CSS =============== */
.gallery-box {
    position: relative;
}

.gallery-box img {
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-box>a:hover img {
    transform: scale(1.2);
}

.gallery-box a {
    margin: 5px;
    position: relative;
    overflow: hidden;
    display: block;
}

.gallery-box a:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--bs-secondary);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
}

.gallery-box a:hover:before {
    opacity: 0.9;
}

.gallery-box>a:after {
    content: "\f424";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: var(--bs-white);
    opacity: 0;
    font-size: 30px;
    z-index: 2;
    -webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
}

.gallery-box:hover>a:after {
    opacity: 1;
}

/* =============== Photo Gallery CSS =============== */


/* =============== Contact Page CSS =============== */
.section-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #E2E2E2;
    }
}

.contact-section {
    /* background-image: linear-gradient(-90deg, #ff5515 0%, #952900 100%); */
    z-index: 2;
    background-color: #F0F4F5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section .contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-section .contact-item {
    display: flex;
    align-items: center;
}

.contact-section .contact-icon {
    color: var(--bs-white);
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 8px;
}

.contact-section .contact-text {
    flex-grow: 1;
    line-height: 1.4;
}

.contact-map {
    display: flex;
    border: 3px solid var(--bs-white);
}

.contact-map iframe {
    height: 550px;
    width: 100%;
}

/* =============== Contact Page CSS =============== */


/* =============== Footer CSS =============== */
.footer {
    background-color: #091b27;
    color: var(--bs-white);
    background-repeat: no-repeat;
    background-size: 170px;
}

.widgettitle {
    color: var(--bs-white);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.widgettitle::before {
    content: "";
    height: 2px;
    width: 50px;
    border-radius: 80px;
    position: absolute;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, var(--bs-white), rgb(184 151 128 / 0));
}

.footer-link {
    display: inline-block;
    padding: 5px 0;
}

.footer-link:hover {
    color: var(--bs-gray-400);
    text-decoration: underline;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--bs-white);
    border-radius: 8px;
    margin: 0 3px;
    color: var(--bs-white);
    transition: all 0.3s ease-in-out;
}

.footer-social-link:hover {
    background-color: var(--bs-white);
    color: var(--bs-secondary);
}

.footer-bottom {
    font-size: 0.9rem;
    padding: 1rem 0;
    background-color: #004035;
    background-color: #061118;
    color: var(--bs-white);
    border-top: 1px solid #1f4157;
}

.footer-bottom-list {
    display: flex;
    align-items: center;
    font-size: 0.83rem;
}

.footer-bottom-list .list-item {
    flex-shrink: 0;
    position: relative;
}

.footer-bottom-list .list-item:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 10px;
    display: inline-flex;
    background-color: var(--bs-white);
    margin-right: 0.5rem;
}

.footer-bottom-link {
    display: inline-block;
    padding: 0.5rem;
}

.contact-item {
    display: flex;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border-radius: 50%;
    margin-right: 15px;
}

.contact-content {
    flex-grow: 1;
    padding-top: 3px;
}

.contact-title {
    margin-bottom: 3px;
    color: var(--bs-white);
    text-transform: uppercase;
}

.contact-text {
    font-size: 13px;
    margin-bottom: 0;
}

/* =============== Footer CSS =============== */


/* =============== Page Heading CSS =============== */
.page-heading {
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.page-heading::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--bs-primary);
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
}

/* =============== Page Heading CSS =============== */

/* =============== About Page CSS =============== */
.about-link {
    color: var(--bs-secondary);
    border-radius: 3rem !important;
    padding: 0.45rem 1.5rem 0.5rem;
}

.nav-pills .about-link.active,
.nav-pills .show>.about-link {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.nav-pills .about-link:hover {
    color: var(--bs-secondary);
}

.nav-pills .about-link.active:hover,
.nav-pills .show>.about-link:hover {
    color: var(--bs-white);
}

/* =============== About Page CSS =============== */