body {
    background-color: #03060f;
}
.header {
    position: sticky;
    top: 20px;
    z-index: 999;
}
.mobile-header {
    display: none;
}
.header .logo {
    margin-left: 10px;
}
.header .row {
    align-items: center;
}
.nav-menu-wrapper {
    z-index: 50;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 5px;
    display: flex;
    position: relative;
    background: rgb(255, 255, 255, 0.2);
    backdrop-filter: blur(7px);
    padding: 7px 20px;
    border-radius: 40px;
}
.header .logo img {
    width: 60px;
}
.header .nav {
    align-items: center;
    justify-content: space-evenly;
}
.header .nav li {
    display: inline-block;
    position: relative;
    transition: 0.4s;
}
.header .nav li a {
    text-decoration: none;
    color: #fff;
}
.header .nav li a:hover {
    color: #f1a80f;
    transition: 0.2s;
}
.submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #14161f;
    width: 220px;
    padding: 15px 20px;
    border: 1px solid #fff3;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
    z-index: 999;
    border-radius: 10px;
}
.header .nav .submenu a {
    display: flex;
    align-items: center;
    transition: 0.4s;
}
.header .nav li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav-dropdown-link-line-2 {
    background-color: #fff;
    width: 15px;
    height: 2px;
    margin-left: -20px;
    margin-right: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    padding-right: 10px;
}
.submenu li {
    padding: 15px 0;
}
.submenu li:hover .nav-dropdown-link-line-2 {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
    margin-left: 3px;
    padding-right: 10px;
}
.submenu li:hover a {
    transition: 0.4s;
}
.contact-btn a {
    background-color: #f1a80f;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 16px 38px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    transition-duration: 0.4s;
    text-decoration: none;
    color: #000;
}
.contact-btn a:hover {
    background-color: #fff;
    color: #000;
}

.home-1-banner-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 260px;
    padding-bottom: 200px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.base-container.banner-container-full-width {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}
.base-container {
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.home-banner-wrap {
    z-index: 2;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: relative;
}
.banner-title-wrap {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 700px;
    display: flex;
}
.subheading-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid #fff3;
    background-color: #03060f;
    color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 7px 14px;
    display: flex;
}
.subheading-small {
    flex: none;
    font-size: 14px;
}
.homepage-text {
    color: #ffff;
    letter-spacing: -0.8px;
    margin: 0;
    font-weight: 700;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 0;
    font-size: 74px;
    display: flex;
    line-height: 1.2em;
}
.image-span {
    background-image: url(https://cdn.prod.website-files.com/66d5e946a8b9debf548c19ec/66d8790525a661801212c02a_encrypted_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24%201.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin-left: 10px;
    display: inline-flex;
}
.banner-dual-buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.button-primary {
    background-color: #f1a80f;
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 16px 38px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    transition-duration: 0.4s;
}
.button-primary:hover {
    background-color: #fff;
    color: #000;
}
.home-1-banner-section .button-primary:hover {
    background-color: #fff;
    color: #000;
}
.w-button {
    color: #000;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    display: inline-block;
}
.primary-button-white {
    border: 1px solid #fff;
    background-color: #fff;
    color: #03060f;
    text-transform: capitalize;
    border-radius: 30px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 18px 38px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1em;
    transition: all 0.4s;
    display: flex;
}
.home-1-banner-section .primary-button-white:hover {
    background-color: transparent;
    color: #fff;
}
.banner-info-wrap {
    z-index: 2;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: flex-start stretch;
    max-width: 310px;
    display: flex;
}
.banner-text-white {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.banner-counter-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}
.text-counter-number {
    color: #fff;
    font-size: 74px;
    line-height: 1em;
}
.decorative-lines-wrap {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: absolute;
    inset: 0%;
}
.decorative-line-cell {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
}
.decorative-line {
    opacity: 0.1;
    background-image: linear-gradient(
        #d8dfe600,
        #d8dfe6 13%,
        #787c80 45%,
        #d8dfe6 80%,
        #d8dfe600
    );
    width: 1.5px;
    height: 100%;
}
.section {
    position: relative;
}
.gradient-blur {
    z-index: -1;
    background-image: radial-gradient(
        circle farthest-corner at 50% 30%,
        #d8dfe6,
        #f1a80f 63%
    );
    filter: blur(140px);
    border-radius: 100%;
    width: 100%;
    max-width: 1170px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -20% 0% 0%;
}
.base-container {
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.features-wrapper {
    z-index: 1;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #fff3;
    background-image: linear-gradient(180deg, #000, #03060f);
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 60px 40px;
    display: flex;
    position: relative;
}
.section-features-title-wrapper {
    text-align: center;
    max-width: 480px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
h4 {
    color: #fff;
    letter-spacing: -0.8px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
}
.features-wrapper p {
    color: #b2b2b2;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.features-grid {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}
.w-layout-grid {
    grid-auto-columns: 1fr;
    display: grid;
}
.home-feature-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.features-icon-wrap {
    background-image: linear-gradient(180deg, #fff3, #fff0);
    box-shadow: 0 -1px 0 0 #fff;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
}
.small-text-capitalize {
    text-transform: uppercase;
    font-size: 14px;
    color: #ccc;
}
.paragraph-no-margin {
    margin-top: 0;
    margin-bottom: 0;
}
.section {
    padding-top: 130px;
    padding-bottom: 130px;
}
.base-container {
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.content-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.9fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    width: 100%;
    display: grid;
}
.image-left-block {
    border-radius: 12px;
    flex-flow: column;
    align-items: flex-start;
    height: 580px;
    display: flex;
    overflow: hidden;
}
.image-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content-right-block {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.subheading-small {
    flex: none;
    font-size: 14px;
}
.content-right-block h3 {
    color: #fff;
    letter-spacing: -0.8px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
}
p {
    color: #b2b2b2;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.banner-dual-buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.w-layout-hflex {
    flex-direction: row;
    display: flex;
}
.about-us .w-button {
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    display: inline-block;
}
.link-with-line {
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s;
    display: flex;
    text-decoration: none;
}
.link-text-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}
.link-line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0;
}
.link-text {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.faq {
    padding-bottom: 100px;
}
.faq h3 {
    color: #fff;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
}
.faq .accordion {
    background-color: #14161f !important;
    padding: 10px 15px;
    border-radius: 25px;
}
.faq .accordion-item {
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
    border: none;
    background-color: #14161f;
}
.faq .accordion-button {
    background-color: #14161f;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.faq .accordion-button:focus {
    box-shadow: none;
}
.faq .accordion-body {
    color: #b2b2b2;
}
.about-content-center-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.about-us p {
    color: #b2b2b2;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.about-block-gradient-blur {
    z-index: -1;
    background-image: radial-gradient(
        circle farthest-corner at 50% 30%,
        #d8dfe6,
        #f1a80f 63%
    );
    filter: blur(140px);
    border-radius: 100%;
    width: 100%;
    max-width: 1170px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 80%;
}
.about-features-grid {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}
.w-layout-grid {
    grid-auto-columns: 1fr;
    display: grid;
}
h3 {
    color: #fff;
    letter-spacing: -0.8px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
}
.section.inner-page-banner {
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 140px;
    display: flex;
    position: relative;
}
.base-container.banner-container-full-width {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}
.base-container {
    flex-direction: column;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.banner-title-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 760px;
    display: flex;
}
.gradient-heading {
    background-image: linear-gradient(180deg, #fff 34%, #f1a80f 92%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.banner-title {
    color: #fff;
    font-size: 72px;
    text-align: center;
}
.why-choose-us-content-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 0.8fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    width: 100%;
    display: grid;
}
.about-left-img-wrapper {
    background-image: linear-gradient(0deg, var(--primary-dark), #03060f33 32%),
        url("https://cdn.prod.website-files.com/66d5e946a8b9debf548c1a04/66e3e3368323d280b5b609f3_Team%20Img%20(15).webp");
    background-position: 0 0, 50% 10%;
    background-size: auto, cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.about-right-content-wrapper {
    flex-flow: column;
    align-items: stretch;
    display: flex;
}
.about-right-content-wrapper .heading-no-margin {
    margin-bottom: 0;
}
.about-right-content-wrapper h2 {
    color: #fff;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
}
.about-us i {
    color: #fff;
    font-size: 15px;
}
.whe-choose-us-description {
    max-width: 480px;
}
.list-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
}
.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.list-item-with-icon {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
}
.icon-check {
    border: 1px solid #b2b2b2;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 12px;
    display: flex;
}
.contacts-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
}
.contacts-content-wrapper {
    width: 100%;
    height: 100%;
}
.contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
}
.contact-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
}
.contact-icon-wrap {
    background-image: linear-gradient(180deg, #fff3, #fff0);
    box-shadow: 0 -1px 0 0 #fafafa;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
}
.contact-icon {
    font-family: "Fa solid 900", sans-serif;
    font-size: 20px;
    line-height: 1.1em;
}
.contact-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    margin-top: 5px;
}
.contact a {
    color: #fff;
    text-transform: none;
    align-items: center;
    line-height: 1.4em;
    text-decoration: none;
    transition: all 0.35s;
    margin-top: -10px;
}
.contact i {
    color: #fff;
}
.map-wrap {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 35px;
}
.contact-map {
    width: 100%;
    height: 400px;
}
.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.testimonial-content {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.quote-slider {
    background-image: linear-gradient(180deg, #fafafa, #f1a80f);
    color: #14161f;
    letter-spacing: -1.3px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.3em;
}
.paragraph-no-margin {
    margin-top: 0;
    margin-bottom: 0;
}
.paragraph-large {
    font-size: 40px;
    line-height: 1.4em;
}
.subheading-transparent-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border: 1px solid #fff3;
    background-color: #fff0;
    color: #fafafa;
    border-radius: 20px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 7px 14px;
    display: flex;
}
.subheading-small {
    flex: none;
    font-size: 14px;
}
.testimonials-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.intro-sec {
    padding-bottom: 70px;
}
.intro-text {
    color: #fff;
    font-size: 17px;
    text-align: justify;
}
.intro-text h3 {
    font-size: 25px;
}
.intro-text .span {
    font-size: 17px;
    padding-top: 26px;
    text-transform: uppercase;
    color: yellow;
    margin: 0;
    text-align: center;
}
.intro-text .para {
    color: #fff;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding-top: 10px;
}
.big-title {
}
.big-title .big-h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
}
.organization {
    margin-top: 25px;
}
.organization ul li {
    color: #fff;
    list-style-type: none;
    line-height: 2.5;
    padding-left: 15px;
}
.organization-sec1 {
    padding: 20px 0;
}
.organization-sec1 img {
    width: 100%;
    border-radius: 20px;
    height: 520px;
    object-fit: cover;
}
.organization-sec1 h4 {
    font-size: 24px;
    text-align: center;
    padding: 0 90px;
}
.organization h3 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: yellow;
    padding: 40px 200px;
}
.read-more {
    text-align: center;
    margin-top: 40px;
}
.read-more a {
    padding: 13px 35px;
    color: #000;
    text-decoration: none;
    background-color: #f1a80f;
    border-radius: 20px;
    transition: 0.3s;
}
.read-more a:hover {
    color: #000;
    transition: 0.3s;
    background-color: #fff;
}

.footer {
    padding-top: 50px;
    border-top: 1px solid #b2b2b2;
}
.footer .social-btn img {
    width: 100px;
}
.footer .contact-footer {
}
.footer .contact-footer .phone-supp-email {
}
.footer .contact-footer .phone-supp-email h3 {
    color: #b2b2b2;
    font-size: 14px;
}
.footer .contact-footer .phone-supp-email p {
    color: #fff;
    font-size: 19px;
}
.footer .footer-nav h3 {
    font-size: 20px;
    margin-bottom: 35px;
}
.footer .footer-nav ul li {
    list-style-type: none;
    padding-bottom: 20px;
}
.footer .footer-nav ul li a {
    text-decoration: none;
    color: #fff;
}
.bottom-footer {
    padding: 10px 0;
}
.bottom-footer p {
    color: #b2b2b2;
    margin: 0;
}

@media (max-width: 990px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header img {
        width: 60px;
    }
    .bg-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: rgb(0, 0, 0, 0.5) !important;
        padding: 0;
        margin: 10px 20px 0 20px;
        border-radius: 20px;
        /* backdrop-filter: blur(5px); */
    }
    .w-layout-grid {
        grid-template-columns: 1fr;
    }
    .offcanvas {
        background-color: rgb(0, 0, 0, 0.8);
    }
    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: var(--bs-nav-link-font-size);
        font-weight: var(--bs-nav-link-font-weight);
        color: #fff;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out;
    }
    li.nav-item {
        border-bottom: 1px solid #555;
    }
    .offcanvas-header .btn-close {
        background-color: #fff;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #fff;
    }
    .nav-link:focus,
    .nav-link:hover {
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        background-color: transparent;
    }
    .dropdown-item {
        color: #fff;
    }
    .home-1-banner-section {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .content-wrap {
        grid-template-columns: 1fr;
        text-align: center;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y)
            var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: rgb(255, 255, 255, 0.8);
        border: var(--bs-border-width) solid
            var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }
    .home-banner-wrap {
        flex-flow: column;
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
    }
    .banner-title-wrap {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .homepage-text {
        justify-content: center;
        align-items: center;
        font-size: 48px;
        text-align: center;
    }
    .banner-dual-buttons-wrap {
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }
    .banner-info-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
    }
    .banner-text-white {
        text-align: center;
        max-width: 500px;
    }
    .banner-counter-wrap {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }
    .section-features-title-wrapper {
        margin-bottom: 25px;
    }
    .banner-info-wrap {
        justify-content: space-between;
        align-items: center;
        width: 98%;
        max-width: none;
        display: flex;
    }
    .text-counter-number {
        font-size: 64px;
    }
    h4 {
        font-size: 26px;
    }
    .home-feature-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .features-grid {
        grid-template-columns: 1fr;
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }
    .image-left-block {
        height: 360px;
    }
    .content-right-block {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    .content-right-block h3 {
        font-size: 32px;
    }
    .banner-dual-buttons-wrap {
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .faq h3 {
        color: #fff;
        letter-spacing: -0.8px;
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: Inter, sans-serif;
        font-size: 32px;
        text-align: center;
        font-weight: 700;
        line-height: 1.2em;
    }
    .faq .accordion-button {
        background-color: #14161f;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
    }
    .section.inner-page-banner {
        padding-top: 140px;
        padding-bottom: 80px;
    }
    .banner-title {
        color: #fff;
        font-size: 48px;
        text-align: center;
    }
    .big-title .big-h3 {
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    .organization ul li {
        color: #fff;
        list-style-type: disc;
        line-height: 2;
        padding-left: 15px;
    }
    .organization-sec1 h4 {
        font-size: 20px;
        text-align: center;
        padding: 0 10px;
    }
    .organization-sec1 img {
        width: 100%;
        border-radius: 20px;
        height: 380px;
        object-fit: cover;
        margin-top: 25px;
    }
    .organization h3 {
        text-align: center;
        font-size: 22px;
        text-transform: uppercase;
        color: yellow;
        padding: 0;
    }
    .section {
        padding-top: 0;
        padding-bottom: 130px;
    }
    h3 {
        color: #fff;
        letter-spacing: -0.8px;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: Inter, sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2em;
    }
    .about-us .about-1-video-wrapper .about-img-1 {
        height: 270px !important;
    }
    .about-features-grid {
        grid-column-gap: 60px;
        grid-row-gap: 0px;
        grid-template-rows: auto;
    }
    .why-choose-us-content-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        text-align: center;
        flex-flow: column;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        justify-content: space-between;
    }
    .about-right-content-wrapper h2 {
        color: #fff;
        letter-spacing: -0.8px;
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: Inter, sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2em;
    }
    .why-choose-us-content-grid img {
        height: 350px;
        object-fit: cover;
    }
    .intro-sec {
        padding: 0 15px 70px 15px;
    }
    .intro-text .span {
        padding: 26px 0;
    }
    .paragraph-large {
        font-size: 30px;
        line-height: 1.4em;
    }
    .quote-slider {
        background-image: linear-gradient(180deg, #fafafa, #f1a80f);
        color: #14161f;
        letter-spacing: -1.3px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-size: 20px;
        font-style: italic;
        font-weight: 500;
        line-height: 1.3em;
    }
    .contact-item-wrap {
        margin-bottom: 30px;
    }
    .contact-map {
        width: 100%;
        height: 330px;
    }
    .contact-map iframe {
        height: 330px;
    }

    .footer {
        padding-top: 25px;
        border-top: 1px solid #b2b2b2;
        text-align: center;
    }
    .footer .row {
        padding-bottom: 10px !important;
    }
    .footer .footer-nav h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .footer ul {
        padding: 0;
    }
    .footer .social-btn {
        margin-bottom: 25px;
    }
    .bottom-footer {
        padding: 10px 0;
        text-align: center;
    }
}
