* {
    font-family: "Hind", serif;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.fw {
    font-weight: bold;
}

@media screen and (max-width: 348px) {
    .nav-brand {
        font-size: 15px !important;
    }

    .f-sec1 .col-sm-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 575px) {
    .top-n .f-sec1 .text-end {
        text-align: start !important;
    }
    .f-sec1{
        padding-top: 0px !important;
    }
    .f-container .px-3{
        padding-inline: 0px !important;
    }
    .top-n .f-container {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .tt .pt-2{
        padding-top: 0px !important;
    }
    .footer .not-c {
        text-align: start !important;
    }

    .f-sec1 {
        line-height: 1;
    }

    .f-sec1 .s-cc p {
        display: none;
    }

    #myBtnContainer {
        display: flex;
        flex-wrap: wrap;
    }

    .main-faq .btn.active {
        border-left: 0px !important;
        border-bottom: 2px solid rgb(104, 103, 103);
    }
}

@media screen and (max-width: 767px) {
    .top-index-slider .d-none {
        display: block !important;
    }

    .top-index-slider p {
        font-size: 16px !important;
    }

    .wwa img {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .f-col p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .f-col .c-c {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .f-col img {
        height: 244px !important;
    }

    .cu img {
        height: 320px !important;
    }

    .f-sec1 .s-cc i {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 991px) {
    .top-n .s-sec2 a {
        color: black !important;
    }

    .top-n .f-sec1 i {
        font-size: 13px !important;
    }

    .top-n .f-sec1 a {
        font-size: 13px !important;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: black !important;
    }

    .top-index-slider img {
        height: 70vh !important;
    }

    .top-n .offcanvas-body {
        background-color: #ededed;
    }

    .top-n .offcanvas-header {
        background: linear-gradient(#7b7a7a, #ededed);
    }

    .au-sec .top-img {
        height: 190px !important;
    }

    .au-wwr .container {
        margin-top: -40px !important;
    }

    .f-sec1 .col-9 {
        width: 71%;
    }

    .f-sec1 .col-3 {
        width: 29%;
    }

    .f-sec1 .s-cc i {
        padding-inline: 15px !important;
    }
}

@media screen and (min-width: 1400px) {
    .wwa img {
        height: 500px;
    }
}

.top-n {
    background: transparent;
}

.top-n a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.top-n a:hover {
    color: white;
}

.dropdown-menu a {
    color: black;
    border-bottom: 1px solid #bdbbbb;
}

.dropdown-menu a:hover {
    color: black;
    background-color: #f1f1f1;
}

.nav-brand {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.top-n .nav-brand span {
    color: #e66d03;
}

.main-logo {
    width: 90px;
    height: 80px;
    ;
}

.top-n {
    transition: all 0.5s;
}

.navbar-scrolled {
    background-color: #313232;
    box-shadow: 0 3px 10px rgba(165, 165, 165, 0.15);
}

.e-f-t input {
    background-color: #e7e7e7;
    border-radius: 50px;
}

.e-f-t textarea {
    background-color: #e7e7e7;
    border-radius: 50px;
}

.top-index-slider p {
    font-size: 22px;
}

.top-index-slider .carousel-caption {
    top: 40%;
}

.top-index-slider .carousel-caption p {
    text-shadow: 5px 4px 4px #363636;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-heading {
    animation: slideInFromLeft 1s ease-in-out;
}

.slide-paragraph {
    animation: slideInFromBottom 1s ease-in-out;
}

.f-col {
    background-color: #0000000f;
}

.f-col p {
    text-align: justify;
}

.f-col .f-m {
    text-decoration: none;
    border: 2px solid #bdbbbb;
    border-radius: 50px;
    padding: 10px;
    font-weight: bold;
    background-color: #2d4f58;
    color: white;
}

.wcu i {
    font-size: 40px;
    color: #e66d03;
}

.wcu li {
    list-style-type: none;
}

.wcu b {
    font-size: 20px;
}

.wcu .col-sm-4 {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
}

.wcu .col-sm-4:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wwa p {
    text-align: justify;
}

#fmss {
    text-align: center;
}

.fmss-box-area {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    margin: 10px 0;
    position: relative;
    box-sizing: border-box;
}

.fmss-box-area img {
    height: 240px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #0a69ed;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.owl-carousel {
    overflow: hidden;
}

@media (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

.os .s-m-img {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}
.c-f-s .col-sm-4 {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
    background-color: white;
    color: black;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #bdbbbb;
}

.c-f-s .col-sm-4:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.os .all-s-d {
    position: relative;
}

.os .all-s-d::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    backdrop-filter: blur(1px);
    background: rgb(24 24 24 / 76%);
    border-radius: 10px;
}

.os .os-details {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
    color: #fff;
    z-index: 3;
    text-align: center;
    transition: 0.5s all linear;
}

.i-c-f input {
    border-radius: 50px;
    background-color: #04040438;
}

.i-c-f textarea {
    border-radius: 50px;
    background-color: #04040438;
}

.i-c-f label {
    font-weight: bold;
}

li {
    list-style-type: none;
}

.wcc p {
    text-align: justify;
}

.au-wwr p {
    text-align: justify;
}

.au-wwr .container {
    background-color: white;
    border: 1px solid #bdbbbb;
    padding: 20px;
}

.mvv img {
    width: 100%;
    height: 200px;
}

.mvv h5 {
    background-color: rgb(233, 231, 231);
    color: #444343;
}

.mvv2 h2 {
    color: white;
}

.mvv img {
    width: 50%;
    height: 140px;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.mvv .mvvb {
    border: 1px solid #bdbbbb;
    border-radius: 10px;
    padding: 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
}

.mvv i {
    position: absolute;
    left: -5%;
    top: -10%;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #bdbbbb;
}

.mvv .mvvb:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.mvv .mvvb:hover i {
    background-color: #e66d03;
    color: white;
}

.mvv .mvvb p {
    padding-inline: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.paragraph {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.mvv2-content {
    backdrop-filter: blur(9px);
    background-color: #00000087;
    color: white;
    border-radius: 10px;
    padding: 20px;
    padding-block: 40px;
    height: 100%;
    width: 100%;
}

#para1 {
    display: block;
}

.oss h4 {
    border-bottom: 1px solid #7b7a7a;
}

.aoss {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.aoss .card .card-content {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
}

.aoss .swiper-button-next,
.aoss .swiper-button-prev {
    opacity: 0.7;
    color: #335863;
    transition: all 0.3s ease;
}

.aoss .swiper-button-next:hover,
.aoss .swiper-button-prev:hover {
    opacity: 1;
    color: #2d4f58;
}

.aoss .swiper-slide {
    border: 1px solid #bdbbbb;
    border-radius: 10px;
    padding: 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
}

.aoss .swiper-slide:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.aoss h5 {
    color: #21476e;
}

.iws .iws-content p {
    padding: 20px;
}

.iws .col-sm-6 {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
    background-color: white;
    color: black;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #bdbbbb;
}

.iws .col-sm-6:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.iws .col-sm-6 i {
    font-size: 22px;
    color: white;
}

.iws .col-sm-6 h3 {
    color: white;
}

.iws .iws-content .d-flex {
    gap: 10px;
    background-color: #153c5e;
    padding: 10px;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.main-faq {
    width: 100%;
}

.faq-btns button {
    display: flex;
    flex-direction: column;
}

.column {
    width: 100%;
    display: none;
    border: 1px solid rgb(121, 120, 120);
    border-radius: 10px;
    box-shadow: 0 0 10px #9f9797;
}

.main-faq .row:after {
    content: "";
    display: table;
    clear: both;
}

.main-faq .content {
    background-color: white;
}

.main-faq .show {
    display: block;
}

.main-faq .btn {
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 0px;
    transition: all linear 1s;
}

.main-faq .btn.active {
    border-left: 2px solid rgb(104, 103, 103);
}

.a-ser .all-column {
    float: left;
    padding: 10px;
    border: 1px solid #bdbbbb;
}

.a-ser .row:after {
    content: "";
    display: table;
    clear: both;
}

.a-ser .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #05448d;
    color: white;
    cursor: pointer;
}

.a-ser .btn:hover {
    background-color: #103368;
    color: white;
}

.a-ser .btn.active {
    background-color: #103368;
    color: white;
}

.a-ser h5 {
    color: #e66d03;
}

.fm-btn {
    background-color: #05448d;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
}

.wcuas .scrolling-container {
    height: 450px;
    overflow-y: auto;
    background-color: #0000008a;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
    position: relative;
}

.wcuas .scrolling-content div {
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.wcuas .scrolling-container::-webkit-scrollbar {
    width: 6px;
}

.wcuas .scrolling-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.wcuas .scrolling-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}




.c-f-s i {
    font-size: 30px;
    color: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 50%;
    background-color: #2d4f58;
    position: relative;
    top: -10%;
}

.c-f-s .col-sm-4 {
    border: 1px solid rgb(191 186 186);
    border-radius: 10px;
    background-color: #c1c1c1;
}

.cu a {
    text-decoration: none;
    color: black;
}

.c-f input,
textarea {
    border-radius: 50px !important;
}

.c-f label {
    color: black !important;
}

.c-f-f {
    border: 1px solid #cacaca;
    padding: 20px;
    background-color: #a39e9e3d;
    border-radius: 10px;
}

.footer {
    background: linear-gradient(#313232, #313232b8);
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #e66d03;
}

.footer li {
    list-style-type: none;
}

.footer i {
    font-size: 13px;
}