@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue&display=swap);
body,
html {
    overflow-x: hidden;
    height: 100%;
}
.section-8 .content-main .content span,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}
.mouse-cursor,
.preLoader {
    position: fixed;
    top: 0;
    left: 0;
}
.cursor-inner,
.cursor-inner.cursor-hover,
.preLoader .bar {
    background-color: var(--primary);
}
.address-tab a,
.calFoter li a:hover,
.calFoter li span:hover,
.copyright-content ul li a,
.footer-menu li a:hover,
.preLoader .counter,
.themeBtn,
.themeBtn:hover,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--white);
}
body,
section {
    position: relative;
}
.footer-menu li:first-child,
.ul-content li,
ul {
    list-style: none;
}
.quickList h3,
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Poppins, sans-serif;
}
@font-face {
    font-family: BebasKai;
    src: url("../fonts/BebasKai.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --white: #fff;
    --black: #000;
    --primary: #04122c;
    --secondary: #1f56c3;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #04122c;
}
section {
    padding: 6rem 0;
}
p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.3;
}
.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.img {
    perspective: none;
    overflow: hidden;
    transform-style: preserve-3d;
}
.img img {
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    will-change: transform, box-shadow;
    display: block;
}
a,
button {
    text-decoration: none !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
button:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul {
    padding: 0;
}
.mouse-cursor {
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}
.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    -webkit-transition:
        width 0.3s ease-in-out,
        height 0.3s ease-in-out,
        margin 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -o-transition:
        width 0.3s ease-in-out,
        height 0.3s ease-in-out,
        margin 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        width 0.3s ease-in-out,
        height 0.3s ease-in-out,
        margin 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}
.calFoter li:first-child,
.preLoader,
header,
header.animate::after {
    width: 100%;
}
.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
}
body.loading {
    overflow: hidden;
    height: 100vh;
}
.preLoader {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
    bottom: 0;
    right: 0;
    z-index: 11113;
}
.preLoader .counter {
    font-size: 15rem;
    font-family: var(--font-heading);
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 5rem;
}
.preLoader .bar {
    height: 20%;
    width: 100vw;
}
.themeBtn {
    background-color: var(--secondary);
    font-size: 1.125rem;
    display: inline-block;
    padding: 1rem 3rem;
    line-height: normal;
    border-radius: 20px;
}
.themeBtn.borderBtn {
    background: 0 0;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    padding: 1.5rem 5rem;
    transition: 0.3s ease-in-out;
    background: rgb(5 20 36 / 24%);
}
header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #17187b;
    transition: width 1.5s;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}
.navbar-brand h1 span {
    color: var(--secondary);
    font-weight: 400;
}
.navbar-nav {
    width: 70%;
    gap: 4.8rem;
}
.navbar-nav .nav-item .nav-link {
    font-size: 1.14rem;
    color: var(--white);
    padding: 0;
    display: inline-block;
}
header .themeBtn {
    padding: 0.8rem 2rem;
    border-radius: 5px;
}
.aboutBnnr-section,
.mainBnnr-section,
.servicesBnnr-section {
    background: url(../images/mainBnnr-section.avif) 0 0 / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 1s;
}
.aboutBnnr-section.animate,
.mainBnnr-section.animate,
.servicesBnnr-section.animate {
    opacity: 1;
}
.aboutBnnr-section .content-left,
.mainBnnr-section .content-left,
.servicesBnnr-section .content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.aboutBnnr-section .content-left .span-1,
.aboutBnnr-section .content-left h1,
.aboutBnnr-section .content-left p,
.aboutBnnr-section .content-left ul,
.aboutBnnr-section .head-btn,
.mainBnnr-section .content-left .span-1,
.mainBnnr-section .content-left h1,
.mainBnnr-section .content-left p,
.mainBnnr-section .content-left ul,
.mainBnnr-section .head-btn,
.servicesBnnr-section .content-left .span-1,
.servicesBnnr-section .content-left h1,
.servicesBnnr-section .content-left p,
.servicesBnnr-section .content-left ul,
.servicesBnnr-section .head-btn {
    opacity: 0;
    transition: 0.8s;
}
.aboutBnnr-section .content-left .span-1,
.mainBnnr-section .content-left .span-1,
.section-1 .content .span-1,
.section-10 .head-1 .span-1,
.section-10 .head-4 .span-1,
.section-12 .head-1 .span-1,
.section-2 .head-1 .span-1,
.section-3 .head-1 .span-1,
.section-4 .head-1 .span-1,
.section-5 .head-1 .span-1,
.section-6 .head-1 .span-1,
.section-7 .span-1,
.section-update-1 .content .span-1,
.section-update-11 .content .span-1,
.section-update-12 .head-1 .span-1,
.section-update-6 .head-1 .span-1,
.section-update-7 .head-1 .span-1,
.section-update-8 .head-1 .span-1,
.section-update-9 .head-1 .span-1,
.servicesBnnr-section .content-left .span-1 {
    background: rgb(31 86 195 / 41%);
    padding: 0.6rem 3rem;
    border-radius: 50px;
    font-size: 1.4rem;
    display: inline-block;
    width: fit-content;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 300;
    transform: translateX(-80px);
}
.aboutBnnr-section .content-left h1,
.mainBnnr-section .content-left h1,
.servicesBnnr-section .content-left h1 {
    font-size: 4.1rem;
    font-weight: 600;
    color: #fff;
    transform: translateY(40px);
}
.aboutBnnr-section .content-left h1 span,
.mainBnnr-section .content-left h1 span,
.servicesBnnr-section .content-left h1 span {
    color: var(--secondary);
    display: block;
    font-weight: 300;
}
.aboutBnnr-section .content-left p,
.mainBnnr-section .content-left p,
.servicesBnnr-section .content-left p {
    font-size: 1.6rem;
    color: #fff;
    transform: translateY(40px);
}
.aboutBnnr-section .content-left ul,
.mainBnnr-section .content-left ul,
.servicesBnnr-section .content-left ul {
    padding: 1.3rem 0;
    color: #fff;
    font-size: 1.4rem;
    transform: translateY(40px);
}
.aboutBnnr-section .content-left ul li img,
.mainBnnr-section .content-left ul li img,
.servicesBnnr-section .content-left ul li img {
    padding-right: 1rem;
}
.aboutBnnr-section .head-btn,
.mainBnnr-section .head-btn,
.section-2 .head-1 h2,
.section-2 .head-1 p,
.section-4 .head-1 h2,
.section-4 .head-1 p,
.section-update-12 .head-1 h2,
.section-update-12 .head-1 p,
.section-update-6 .head-1 h2,
.servicesBnnr-section .head-btn {
    transform: translateY(40px);
}
.aboutBnnr-section .head-btn a:nth-child(2),
.mainBnnr-section .head-btn a:nth-child(2),
.servicesBnnr-section .head-btn a:nth-child(2) {
    background: rgb(31 86 195 / 17%);
    border: 1px solid;
    margin-left: 1rem;
}
.aboutBnnr-section .content-right,
.mainBnnr-section .content-right,
.servicesBnnr-section .content-right {
    background: url(../images/main-slide-right.avif) 0 0 / cover;
    height: 63vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 2.8rem;
    opacity: 0;
    transform: scale(0.7);
    transform-origin: center;
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.25);
}
.aboutBnnr-section .content-right h2,
.aboutBnnr-section .content-right p,
.mainBnnr-section .content-right h2,
.mainBnnr-section .content-right p,
.servicesBnnr-section .content-right h2 {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;
}
.aboutBnnr-section .content-right h2,
.mainBnnr-section .content-right h2,
.servicesBnnr-section .content-right h2 {
    position: relative;
    color: var(--secondary);
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
}
.aboutBnnr-section .content-right h2::after,
.mainBnnr-section .content-right h2::after,
.servicesBnnr-section .content-right h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: width 0.8s;
}
.aboutBnnr-section .content-right p,
.mainBnnr-section .content-right p,
.servicesBnnr-section .content-right p {
    width: 96%;
    font-size: 1.4rem;
    line-height: 1.4;
}
.aboutBnnr-section.animate .content-left .span-1,
.mainBnnr-section.animate .content-left .span-1,
.section-update-12.animate .head-1 .span-1,
.servicesBnnr-section.animate .content-left .span-1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}
.aboutBnnr-section.animate .content-left h1,
.mainBnnr-section.animate .content-left h1,
.section-update-12.animate .head-1 h2,
.servicesBnnr-section.animate .content-left h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.aboutBnnr-section.animate .content-left p,
.mainBnnr-section.animate .content-left p,
.section-update-12.animate .head-1 p,
.servicesBnnr-section.animate .content-left p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.aboutBnnr-section.animate .content-left ul,
.mainBnnr-section.animate .content-left ul,
.section-2.animate .head-1 h2,
.section-update-6.animate .head-1 h2,
.servicesBnnr-section.animate .content-left ul {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}
.aboutBnnr-section.animate .head-btn,
.mainBnnr-section.animate .head-btn,
.section-1.animate .content h2,
.section-2.animate .head-1 p,
.section-update-6.animate .head-1 p,
.servicesBnnr-section.animate .head-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
.aboutBnnr-section.animate .content-right,
.mainBnnr-section.animate .content-right,
.servicesBnnr-section.animate .content-right {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.1s;
}
.aboutBnnr-section.animate .content-right h2,
.mainBnnr-section.animate .content-right h2,
.servicesBnnr-section.animate .content-right h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.5s;
}
.aboutBnnr-section.animate .content-right p,
.mainBnnr-section.animate .content-right p,
.servicesBnnr-section.animate .content-right p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.7s;
}
.aboutBnnr-section.animate .content-right h2::after,
.mainBnnr-section.animate .content-right h2::after,
.servicesBnnr-section.animate .content-right h2::after {
    width: 10%;
    transition-delay: 2s;
}
.section-12::before,
.section-1::before,
.section-tell::before,
.section-update-11::before,
.section-update-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90vh;
    background: url(../images/sec-1-left-bg.avif) no-repeat;
    left: 0;
    top: -62%;
    z-index: -1;
}
.section-12::after,
.section-1::after,
.section-tell::after,
.section-update-11::after,
.section-update-1::after,
.section-update-3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 90vh;
    background: url(../images/sec-1-right-bg.avif) no-repeat;
    right: 0;
    top: -38%;
    z-index: -1;
}
.section-1::after,
.section-1::before,
.section-update-1::before {
    opacity: 0;
    transform: scale(0.8);
    transition: 1s;
}
.section-1.animate::before,
.section-update-1.animate::before {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
}
.mission-sec.animate .content-main::before,
.section-1.animate::after,
.section-update-1.animate::after,
.section-update-3.animate::after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s;
}
.section-1 .content,
.section-update-1 .content {
    padding-right: 4rem;
    position: relative;
}
.section-1 .content:before,
.section-update-1 .content:before {
    content: "";
    position: absolute;
    left: -22%;
    height: 61vh;
    background: url(../images/sec-content-bg.avif) 0 0 / cover no-repeat;
    z-index: -1;
    width: 100%;
    bottom: -68%;
}
.section-1 .content .span-1,
.section-10 .head-1 .span-1,
.section-10 .head-4 .span-1,
.section-12 .head-1 .span-1,
.section-2 .head-1 .span-1,
.section-3 .head-1 .span-1,
.section-4 .head-1 .span-1,
.section-5 .head-1 .span-1,
.section-6 .head-1 .span-1,
.section-7 .content .span-1,
.section-update-1 .content .span-1,
.section-update-12 .head-1 .span-1,
.section-update-6 .head-1 .span-1,
.section-update-7 .head-1 .span-1,
.section-update-8 .head-1 .span-1,
.section-update-9 .head-1 .span-1 {
    transform: translate(0);
}
.section-1 .content h2,
.section-update-1 .content h2 {
    font-size: 3rem;
    font-weight: 600;
}
.section-1 .content p,
.section-update-1 .content p {
    padding: 1.2rem 0;
}
.section-1 .content-box,
.section-1 .content-box-1,
.section-1 .content-box-2,
.section-update-1 .content-box,
.section-update-11 .content-box,
.section-update-3 .content-box,
.section-update-5 .content-main {
    position: relative;
    padding: 5rem 3rem;
    border-radius: 10px;
    background: #091d45;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    height: -webkit-fill-available;
}
.section-1 .content-box-1 {
    background: rgb(21 45 86 / 48%);
}
.mission-sec .content-main::before,
.section-1 .content-box-1::before,
.section-1 .content-box::before,
.section-10 .content-main::before,
.section-2 .content-box::before,
.section-4 .content-box::before,
.section-4-update .content-box::before,
.section-update-1 .content-box::before,
.section-update-11 .content-box::before,
.section-update-3 .content-box::before,
.section-update-5 .content-main::before,
.section-update-6 .content-box::before,
.section-update-9 .content-box::before {
    content: "";
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px;
    border-radius: 10px;
    background: linear-gradient(
        120deg,
        #199cea 0,
        #199cea 20%,
        rgba(25, 156, 234, 0.08) 35%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(70, 98, 243, 0.1) 65%,
        #4662f3 80%,
        #4662f3 100%
    );
    background-size: 300% 300%;
    animation: 4s linear infinite borderGradient;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
@keyframes borderGradient {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.section-1 .content-box p,
.section-1 .content-box-1 p,
.section-1 .content-box-2 p {
    line-height: 1.2;
}
.section-1 .content-box p span,
.section-1 .content-box-1 p span,
.section-1 .content-box-2 p span {
    font-size: 2.2rem;
    font-weight: 600;
}
.section-1 .content .span-1,
.section-1 .content .themeBtn,
.section-1 .content h2,
.section-1 .content p {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.7s;
}
.section-1 .content .span-1 {
    transform: translateX(-70px);
}
.section-1.animate .content .span-1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s;
}
.section-1.animate .content p:first-of-type {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s;
}
.section-1.animate .content p:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.4s;
}
.section-1.animate .content .themeBtn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.6s;
}
.section-1 .content-box,
.section-1 .content-box-1,
.section-1 .content-box-2,
.section-update-1 .content-box,
.section-update-10 .content-main,
.section-update-3 .content-box,
.section-update-5 .content-main {
    opacity: 0;
    transform: translateY(60px) scale(0.9);
    transition: 0.7s;
}
.section-1.animate .content-box-2 {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.8s;
}
.section-1.animate .col-lg-6:nth-child(2) .content-box-1 {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 2s;
}
.section-10.animate .content-main,
.section-2.animate .row .col-lg-4:first-child .content-box,
.section-update-1.animate .content-box,
.section-update-3.animate .content-box,
.section-update-5.animate .content-main,
.section-update-6.animate .row .col-lg-4:first-child .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.8s;
}
.section-1.animate .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 2.2s;
}
.section-1.animate .col-lg-6:nth-child(4) .content-box-1 {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 2.4s;
}
.section-2:before,
.section-update-6:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 147vh;
    left: 0;
    top: 0;
    z-index: -1;
}
.section-10 .head-1,
.section-10 .head-4,
.section-12 .head-1,
.section-2 .head-1,
.section-3 .head-1,
.section-4 .head-1,
.section-5 .head-1,
.section-6 .head-1,
.section-update-12 .head-1,
.section-update-6 .head-1,
.section-update-7 .head-1,
.section-update-8 .head-1,
.section-update-9 .head-1 {
    position: relative;
    text-align: center;
    margin-bottom: 5rem;
}
.section-2 .head-1::after,
.section-4 .head-1::after,
.section-6 .head-1::after,
.section-update-6 .head-1::after,
.section-update-7 .head-1::after {
    position: absolute;
    content: "";
    background: url(../images/head-1-bg.avif) no-repeat;
    width: 100%;
    height: 89vh;
    bottom: -58%;
    left: 9%;
    z-index: -1;
}
.section-10 .head-1 h2,
.section-10 .head-4 h2,
.section-12 .head-1 h2,
.section-2 .head-1 h2,
.section-3 .head-1 h2,
.section-4 .head-1 h2,
.section-4-update h2,
.section-5 .head-1 h2,
.section-6 .head-1 h2,
.section-update-12 .head-1 h2,
.section-update-6 .head-1 h2,
.section-update-7 .head-1 h2,
.section-update-8 .head-1 h2,
.section-update-9 .head-1 h2 {
    font-size: 3.1rem;
    line-height: 1.6;
}
.section-2 .content-box,
.section-4 .content-box,
.section-4-update .content-box,
.section-update-6 .content-box,
.section-update-9 .content-box {
    padding: 2rem 3rem;
    backdrop-filter: blur(0.1px);
    background: rgb(206 207 207 / 15%);
    border-radius: 10px;
    margin: 1rem 2rem 2rem;
    height: -webkit-fill-available;
}
.section-2 .content-box h4,
.section-4 .content-box h4,
.section-4-update .content-box h4,
.section-update-6 .content-box h4,
.section-update-9 .content-box h4 {
    font-size: 1.8rem;
    padding: 1rem 0;
}
.section-2 .content-box::before,
.section-4 .content-box::before,
.section-update-6 .content-box::before {
    padding: 8px;
}
.section-2::before,
.section-update-6:before {
    opacity: 0;
    transform: scale(0.9);
    transition: 1s;
}
.mission-sec.animate::before,
.section-2.animate::before,
.section-update-12.animate::after,
.section-update-6.animate::before,
.service-section.animate img {
    opacity: 1;
    transform: scale(1);
}
.section-2 .head-1::after,
.section-update-6 .head-1::after {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.8s;
}
.section--update-6.animate .head-1::after,
.section-2.animate .head-1::after,
.section-4.animate .head-1::after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}
.mission-sec .icon-box,
.mission-sec .sub-heading,
.mission-sec .top-area .themeBtn,
.mission-sec .top-area h2,
.section-2 .head-1 .span-1,
.section-2 .head-1 h2,
.section-2 .head-1 p,
.section-4 .head-1 .span-1,
.section-4 .head-1 h2,
.section-4 .head-1 p,
.section-update-12 .head-1 .span-1,
.section-update-12 .head-1 h2,
.section-update-12 .head-1 p,
.section-update-6 .head-1 .span-1 {
    opacity: 0;
    transition: 0.7s;
}
.mission-sec .sub-heading,
.section-2 .head-1 .span-1,
.section-4 .head-1 .span-1,
.section-update-12 .head-1 .span-1,
.section-update-6 .head-1 .span-1 {
    transform: translateX(-60px);
}
.section-2 .content-box,
.section-4 .content-box,
.section-update-6 .content-box {
    transform: translateY(70px) scale(0.9);
    transition: 0.7s;
    opacity: 0;
}
.section-2.animate .head-1 .span-1,
.section-update-6.animate .head-1 .span-1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}
.section-2.animate .row .col-lg-4:nth-child(2) .content-box,
.section-update-6.animate .row .col-lg-4:nth-child(2) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.9s;
}
.section-2.animate .row .col-lg-4:nth-child(3) .content-box,
.section-update-12.animate .col-lg-4:nth-child(2) .content,
.section-update-6.animate .row .col-lg-4:nth-child(3) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1s;
}
.section-2.animate .row .col-lg-4:nth-child(4) .content-box,
.section-4.animate .row .col-lg-4:first-child .content-box,
.section-update-12.animate .col-lg-4:nth-child(3) .content,
.section-update-6.animate .row .col-lg-4:nth-child(4) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.1s;
}
.section-2.animate .row .col-lg-4:nth-child(5) .content-box,
.section-update-6.animate .row .col-lg-4:nth-child(5) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.2s;
}
.section-2.animate .row .col-lg-4:nth-child(6) .content-box,
.section-4.animate .row .col-lg-4:nth-child(2) .content-box,
.section-update-12.animate .col-lg-4:nth-child(4) .content,
.section-update-6.animate .row .col-lg-4:nth-child(6) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.3s;
}
.section-3:before,
.section-5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: -20%;
    background: url(../images/section-3-bg.avif) 0 0 / cover no-repeat;
    z-index: -1;
}
.section-3 .swiper-slide .content,
.section-5 .swiper-slide .content {
    padding: 4rem 3rem;
    background: rgb(255 255 255 / 3%);
    border-radius: 10px;
}
.section-3 .swiper-slide .content span,
.section-5 .swiper-slide .content span,
.section-8 .content-main .content span {
    font-family: BebasKai, sans-serif;
    font-size: 3.2rem;
    color: #fff;
    background: #1e3a8a45;
    width: 90px;
    border-radius: 100%;
    display: block;
    height: 90px;
    display: grid;
    place-items: center;
    margin-bottom: 2rem;
}
.section-5 .swiper-slide .content span,
.section-7 label {
    margin-bottom: 1rem;
}
.section-3 .swiper-slide .content h3,
.section-5 .swiper-slide .content h3 {
    font-size: 1.9rem;
    padding-bottom: 1rem;
}
.section-12 .content .box-content p,
.section-3 .swiper-slide .content p,
.section-5 .swiper-slide .content p,
.section-update-12 .content p,
.section-update-7 .content p,
.section-update-8 .content p,
.section-update-9 .content-update-2 p {
    font-size: 1.1rem;
}
.section-4 .head-1::after {
    background: url(../images/head-2-bg.avif) no-repeat !important;
    left: 0;
    height: 75vh;
    bottom: -109%;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.8s;
}
.section-4 .content-box {
    background: #232f46;
    margin: 1rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
}
.section-4 .content-box a {
    padding: 1rem 0;
    display: block;
    font-weight: 700;
}
.section-4.animate .head-1 .span-1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}
.section-4.animate .head-1 h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.section-4.animate .head-1 p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}
.section-4.animate .row .col-lg-4:nth-child(3) .content-box,
.section-update-12.animate .col-lg-4:nth-child(6) .content {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.5s;
}
.section-4.animate .row .col-lg-4:nth-child(4) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.7s;
}
.section-4.animate .row .col-lg-4:nth-child(5) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.9s;
}
.section-4.animate .row .col-lg-4:nth-child(6) .content-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 2.1s;
}
.section-5 .swiper-slide .content {
    height: 360px;
    padding: 2rem;
}
.section-5 .swiper-slide .content h3 {
    font-size: 1.7rem;
    padding-bottom: 0.7rem;
}
.section-5 .swiper-slide.swiper-slide-active .content,
.section-update-8 .serprocessslider .swiper-slide.swiper-slide-active .content {
    background: linear-gradient(2deg, #4f66ff 34%, #0faaf8 91%);
    border: 1px solid #fff;
}
.section-6:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 108vh;
    background: url(../images/section-6-bg.avif) 0 0 / cover no-repeat;
    z-index: -1;
    top: 49%;
}
.section-6 .reviewslider .content {
    padding: 3rem 2rem;
    height: 480px;
    background: rgb(37 50 73 / 61%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border: 1px solid var(--secondary);
}
.section-6 .reviewslider .content img {
    padding-bottom: 2rem;
}
.section-6 .reviewslider .content h4 {
    border-top: 2px dashed rgba(255, 255, 255, 0.8);
    padding-top: 1.2rem;
    font-size: 1.4rem;
    width: 100%;
    height: 97px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    justify-content: space-evenly;
}
.section-10:before,
.section-7:before {
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    height: 97vh;
    background: url(../images/section-7-bg.avif) 0 0 / cover no-repeat;
    width: 100%;
    z-index: -1;
}
.section-7 .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 90%;
}
.section-7 .content h2 {
    font-size: 3.2rem;
}
.section-7 .content ul li {
    padding: 0.7rem 0;
}
.section-7 .content ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.3rem;
}
.section-7 .content ul li a strong {
    font-weight: 600;
    font-size: 1.3rem;
}
.section-7 form {
    background: #0a2e6e;
    padding: 4rem;
    border-radius: 50px;
    border: 1px solid #fff;
}
.section-7 .form-group {
    margin-bottom: 2rem;
}
.section-7 label {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.section-7 .form-control {
    background: #35518c;
    border: none;
    border-radius: 0;
    color: #fff;
    height: 56px;
    padding: 0 18px;
    font-size: 1rem;
    box-shadow: none;
}
.section-7 textarea.form-control {
    height: 120px;
    resize: none;
    padding: 15px 18px;
}
.section-7 .form-control::placeholder {
    color: #d4d9e8;
}
.section-7 .form-control:focus {
    background: #35518c;
    color: #fff;
    box-shadow: none;
    border: none;
}
.section-7 .submit-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 14px;
    background: #2d62d8;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.section-4-update:after,
.section-4-update:before {
    height: 100vh;
    width: 100%;
    position: absolute;
    content: "";
}
.section-7 .submit-btn:hover {
    background: #3b71e8;
}
.section-12 .content span,
.service-section .images-box .line-img,
.service-section .images-box .line-img-1 {
    background: linear-gradient(2deg, #4f66ff 34%, #0faaf8 91%);
}
.section-4-update .content-box,
.section-update-9 .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: rgb(12 32 72 / 58%);
}
.section-4-update:before {
    top: -4%;
    background: url(../images/left-update-bg.avif) no-repeat;
    left: 0;
    z-index: -1;
}
.section-4-update:after {
    right: -53%;
    top: -47%;
    background: url(../images/right-update-bg.avif) no-repeat;
}
.aboutBnnr-section .content-right {
    background: url(../images/about-slide-right.avif);
}
.section-update-1,
.service-section .content-update-1 .feature-box:first-of-type {
    padding-top: 2rem;
}
.section-update-1 .content-box {
    flex-direction: column;
    gap: 0;
    text-align: center;
    background: rgb(9 29 69 / 52%);
    margin: 0 2rem;
}
.section-update-1 .content-box span {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}
.section-blog-content .content h2 {
    font-size: 3.4rem;
    padding-bottom: 1.6rem;
}
.section-8 .content-main .content p,
.section-blog-content .content p {
    font-size: 1.1rem;
    padding: 1rem 0;
}
.section-blog-content .content h3 {
    font-size: 2rem;
}
.section-blog-content .content h4 {
    font-size: 1.8rem;
}
.section-blog-content .content ul {
    padding: 0.3rem 2rem;
}
.section-blog-content .content ul li {
    list-style: disc;
    color: var(--white);
    padding: 0.5rem 0;
}
.service-section {
    z-index: 1;
}
.section-update-9:before,
.service-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 25%;
    top: -32%;
    background: url(../images/services-bg.avif) no-repeat;
    z-index: -1;
}
.mission-sec,
.service-section .images-box {
    position: relative;
}
.service-section .images-box img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: scale(0.7);
    transition: 1s;
}
.service-section .images-box .line-img {
    position: absolute;
    width: 350px;
    height: 366px;
    left: -1.4%;
    top: 10%;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transform: translateX(200px);
}
.service-section .images-box .line-img-1 {
    position: absolute;
    width: 350px;
    height: 300px;
    top: 51%;
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    right: -1%;
}
.service-section.animate .line-img,
.service-section.animate .line-img-1 {
    animation: 0.9s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards lineJhatka;
}
@keyframes lineJhatka {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    60% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.service-section .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 85%;
}
.service-section .content p {
    font-size: 1.2rem;
    line-height: 1.5;
}
.service-section .content span {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 3.7;
}
.service-section .content h2,
.service-section .content-update-1 h2 {
    color: var(--white);
    font-size: 3.2rem;
    font-weight: 500;
}
.gradient-text {
    background: linear-gradient(90deg, #199cea 0, #4662f3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.mission-sec .content-main,
.section-8 .content-main {
    background: rgb(9 29 69 / 52%);
    padding: 5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}
.mission-sec::before {
    position: absolute;
    content: "";
    background: url(../images/head-3-bg.avif) no-repeat;
    width: 100%;
    height: 89vh;
    top: -54%;
    left: 9%;
    z-index: -1;
    opacity: 0;
    transform: scale(0.9);
    transition: 1s;
}
.mission-sec .container {
    position: relative;
    z-index: 2;
}
.mission-sec .sub-heading {
    color: #2d86ff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.mission-sec .top-area {
    align-items: center;
}
.mission-sec .head-5 {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.mission-sec .content-main .head-5 .themeBtn,
.section-12 .content {
    display: flex;
}
.mission-sec .content-main::before {
    padding: 7px;
    border-radius: 50px;
}
.mission-sec .top-area h2 {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
    transform: translateY(40px);
}
.mission-sec .line {
    width: 100%;
    height: 4px;
    margin: 40px 0;
    background: linear-gradient(
        158deg,
        #199cea 0,
        #199cea -24%,
        rgba(25, 156, 234, 0.08) 33%,
        rgba(255, 255, 255, 0.05) 70%,
        rgba(70, 98, 243, 0.1) 80%,
        #4662f3 73%,
        #4662f3 100%
    );
    background-size: 300% 300%;
}
.mission-sec .feature-box img {
    width: 46px;
    margin-right: 18px;
}
.mission-sec .feature-box h4 {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 600;
}
.mission-sec .feature-box p {
    margin: 0;
    font-size: 20px;
    color: #dbe4ff;
}
.mission-sec .content-main {
    opacity: 0;
    transform: translateY(80px) scale(0.96);
    transition: 1s;
}
.mission-sec.animate .content-main {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.3s;
}
.mission-sec .content-main::before {
    opacity: 0;
    transform: scale(0.95);
    transition: 0.8s;
}
.mission-sec .icon-box {
    transform: scale(0.5);
}
.mission-sec .top-area .themeBtn {
    padding: 14px 10px;
    transform: translateX(60px);
}
.mission-sec.animate .sub-heading {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.7s;
}
.mission-sec.animate .icon-box {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.9s;
}
.mission-sec.animate .top-area h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.1s;
}
.mission-sec.animate .top-area .themeBtn {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.3s;
}
.mission-sec .line {
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.8s;
}
.mission-sec.animate .line {
    transform: scaleX(1);
}
.mission-sec.animate .line:first-of-type {
    transition-delay: 1.5s;
}
.mission-sec.animate .line:nth-of-type(2) {
    transition-delay: 2.2s;
}
.mission-sec .mission-text {
    font-size: 22px;
    line-height: 1.7;
    width: 95%;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.7s;
}
.mission-sec.animate .mission-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.8s;
}
.mission-sec .feature-box {
    display: flex;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.7s;
}
.mission-sec.animate .bottom-row .col-lg-4:first-child .feature-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.5s;
}
.mission-sec.animate .bottom-row .col-lg-4:nth-child(2) .feature-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.7s;
}
.mission-sec.animate .bottom-row .col-lg-4:nth-child(3) .feature-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2.9s;
}
.mission-sec .feature-box h4,
.mission-sec .feature-box img,
.mission-sec .feature-box p {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s;
}
.mission-sec.animate .feature-box img {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 3s;
}
.mission-sec.animate .feature-box h4 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 3.2s;
}
.mission-sec.animate .feature-box p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 3.4s;
}
.section-update-3 .head-2 span {
    font-size: 1.3rem;
    font-weight: 500;
}
.section-8 h2,
.section-9 .content h2,
.section-update-3 .head-2 h2 {
    font-size: 3.2rem;
    padding-bottom: 2rem;
}
.section-update-3 .content-box {
    flex-direction: column;
    text-align: center;
    background: rgb(9 29 69 / 60%);
}
.section-update-3::after {
    background: url(../images/section-update-3.avif) 0 0 / contain no-repeat;
    right: -42%;
    top: -52%;
}
.section-8::before {
    position: absolute;
    content: "";
    background: url(../images/before-bg-1.avif) no-repeat;
    width: 100%;
    height: 93vh;
    top: -80%;
    left: 0;
    z-index: -1;
}
.section-8:after,
.section-update-12:after,
.section-update-7:after,
.update-sec-bg-1:after {
    position: absolute;
    content: "";
    background: url(../images/after-bg-1.avif) no-repeat;
    width: 100%;
    height: 123vh;
    top: 9%;
    left: 0;
    z-index: -1;
}
.section-8 .content-main .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-8 .content-main .content {
    padding: 0 2rem;
    position: relative;
}
.section-8 .content-main .content h4 {
    font-size: 1.9rem;
    padding: 2rem 0 0;
}
.section-8 .content-main .bottom-bar,
.section-update-12 .content .box-content {
    width: 80%;
}
.section-8 .content-main .content:before,
.section-update-5 .content-main .content-box:before,
.section-update-7 .content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #00bfff00 -4%,
        #1a8dff 108%,
        rgb(63 108 255 / 56%) 47%,
        rgb(91 79 255 / 85%) 48%
    );
    border-radius: 10px;
}
.line-hide::before {
    display: none;
}
.line-hide .images-box .line-img-1 {
    top: 53%;
    right: 6%;
}
.service-section .content-update-1 {
    padding: 0 0 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.service-section .content-update-1 h2 {
    padding-bottom: 1rem;
}
.service-section .content-update-1 .feature-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0.4rem 0;
}
.service-section .content-update-1 .feature-box p {
    font-weight: 600;
}
.service-section .content-update-1 p {
    font-size: 18px;
    line-height: 1.5;
}
.section-9:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -50%;
    background: url(../images/after-bg-2.avif) no-repeat;
    z-index: -1;
}
.section-9 .content p {
    font-size: 1.9rem;
}
.section-9 .content p strong {
    font-weight: 500;
}
.section-9 .content .ul-div {
    display: flex;
    gap: 5rem;
    padding-top: 2rem;
    padding-left: 1rem;
}
.section-9 .content .ul-div ul li {
    list-style: disc;
    color: #fff;
    padding: 0.5rem 0;
    font-size: 1.2rem;
}
.section-9 .content .ul-div ul li::marker {
    color: var(--secondary);
    font-size: 1.7rem;
}
.section-10 .content-main::before {
    border-radius: 50px;
}
.section-10 .content-main {
    position: relative;
    padding: 5rem 4rem 7rem;
    border-radius: 50px;
    background: rgb(9 29 69 / 52%);
    margin-bottom: 7rem;
}
.section-10 .content-main ul li a {
    display: flex;
    align-items: start;
    gap: 1rem;
}
.section-10 .content-main .content ul li h4 {
    padding-bottom: 0.6rem;
}
.section-10 .content-main .head-1 {
    margin-bottom: 7rem;
}
.section-10 .content-main .head-1:after,
.section-10 .content-main .head-4:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    margin: 40px 0;
    background: linear-gradient(
        158deg,
        #199cea 0,
        #199cea -24%,
        rgba(25, 156, 234, 0.08) 33%,
        rgba(255, 255, 255, 0.05) 70%,
        rgba(70, 98, 243, 0.1) 80%,
        #4662f3 73%,
        #4662f3 100%
    );
    background-size: 300% 300%;
    left: 0;
    bottom: -45%;
}
.servicesBnnr-section .content-right {
    background: url(../images/main-services-right.avif) no-repeat;
    height: 67vh;
}
.brand-footer p,
.servicesBnnr-section .content-left p {
    padding: 1rem 0;
}
.section-update-5 .content-main {
    display: block;
}
.section-update-5 .content-main .content-box {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    justify-content: space-between;
    gap: 1rem;
}
.section-10 .head-btn-1,
.section-update-8 .content {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}
.section-update-5 .content-main .content-box:before {
    left: -9%;
}
.section-2:before,
.section-update-6:before {
    background: url(../images/section-update-6-bg.avif) no-repeat;
}
.section-update-6 .content-box ul {
    padding: 2rem 0;
    color: #fff;
}
.section-update-6 .content-box p {
    font-size: 18px;
}
.section-update-6 .content-box {
    padding: 2rem;
}
.section-update-7 .content {
    text-align: center;
}
.section-update-7 .content h4 {
    font-size: 1.4rem;
    padding: 1rem 0;
}
.section-update-7 .content:before {
    left: -14%;
}
.section-update-7:after {
    top: -18%;
}
.section-update-8 .swiper-slide.swiper-slide-active .content img {
    filter: brightness(0.5);
}
.section-update-8 .content {
    padding: 2rem;
    height: 320px;
    align-items: start;
    justify-content: space-between;
    border-radius: 10px;
    background: rgb(255 255 255 / 3%);
}
.section-update-9 {
    padding-bottom: 3rem;
}
.section-update-9 .content-box {
    margin: 0 0.4rem;
    height: 250px;
    background: rgb(255 255 255 / 11%);
}
.section-update-9 .content-box img {
    width: 90px;
}
.section-update-9 .content-box h4 {
    font-size: 1.5rem;
    text-align: center;
}
.section-update-9:before {
    background: url(../images/section-update-9.avif) no-repeat;
    left: 0;
    top: 2%;
    height: 107vh;
}
.section-10 .head-4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}
.section-10 .head-4:after {
    bottom: -50%;
}
.section-10 .content-head {
    text-align: left;
}
.section-10 .head-btn-1 a:nth-child(2) {
    background: 0 0;
    border: 1px solid #fff;
}
.section-update-11 .content-box {
    background: #263148;
    flex-direction: column;
    padding: 2rem 3rem;
    align-items: start;
}
.section-update-11::before {
    background: url(../images/before-bg-2.avif) no-repeat;
    left: 29px;
    top: 35%;
}
.section-update-11::after {
    background: url(../images/after-bg-3.avif) no-repeat;
    right: -78%;
    top: 22%;
}
.section-update-12 .content {
    display: flex;
    gap: 1rem;
    background: rgb(255 255 255 / 12%);
    padding: 3rem 2rem;
    margin: 1rem;
    border-radius: 20px;
    height: -webkit-fill-available;
}
.section-update-12 .content:hover {
    background: var(--secondary);
    cursor: pointer;
}
.section-update-12 .content:hover figure img {
    filter: brightness(4.5);
}
.section-update-12 .content figure {
    width: 20%;
}
.section-update-12 .content h4 {
    font-size: 1.5rem;
    padding: 0 0 1rem;
}
.section-update-12:after {
    background: url(../images/after-bg-4.avif) no-repeat;
    height: 121vh;
    top: 29%;
    left: 0;
}
.section-update-12::after {
    opacity: 0;
    transform: scale(1.08);
    transition: 1.2s;
}
.section-update-12 .content {
    opacity: 0;
    transform: translateY(70px) scale(0.95);
    transition: 0.7s;
}
.section-update-12.animate .col-lg-4:first-child .content {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.5s;
}
.section-update-12.animate .col-lg-4:nth-child(5) .content {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.4s;
}
.section-12 .content span {
    display: block;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin: 0 2rem 2rem;
    font-size: 2.4rem;
    color: var(--white);
}
.section-12 .content .box-content h4 {
    font-size: 1.9rem;
    padding-bottom: 0.4rem;
}
.section-12::before {
    background: url(../images/before-bg-2.avif) no-repeat;
    left: -5%;
    top: 70%;
}
.section-12::after {
    background: url(../images/after-bg-5.avif) no-repeat;
    right: -78%;
    top: 22%;
}
.section-12.animate figure img {
    animation: 1.8s ease-out forwards wheelRotate !important;
}
@keyframes wheelRotate {
    0% {
        transform: rotate(-360deg) scale(0.8);
        opacity: 0;
    }
    70% {
        transform: rotate(20deg) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}
.section-update-9 .content-update-2 {
    padding: 2rem 1rem;
    gap: 0.5rem;
    display: flex;
    height: 290px;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-radius: 10px;
    background: rgb(255 255 255 / 11%);
    margin: 0 0.4rem;
}
.blogs-section .content h2,
.section-update-9 .content-update-2 h4 {
    font-size: 1.5rem;
}
.section-update-8 .content-update-5 {
    padding: 2rem;
    gap: 0.4rem;
    display: flex;
    height: 257px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-radius: 10px;
    background: rgb(255 255 255 / 3%);
}
.section-update-6 .ul-content {
    padding: 1rem 0 2rem !important;
}
.ul-content li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px;
    line-height: 1.5;
}
.ul-content li::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 3px;
    width: 37px;
    height: 24px;
    background: url(../images/check-small.avif) center/contain no-repeat;
}
.section-update-6 .contetn-bottom h5 {
    padding: 1rem 0;
    border-top: 2px solid var(--secondary);
}
.section-update-6 .add-content-css {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}
.address-tab,
.location-img {
    flex-direction: column;
    display: flex;
}
.update-sec-bg-1::before {
    position: absolute;
    content: "";
    background: url(../images/before-bg-3.avif) no-repeat;
    width: 100%;
    height: 123vh;
    top: -64%;
    left: 0;
    z-index: -1;
}
.update-sec-bg-2 {
    background: url(../images/mainBnnr-contact.avif) no-repeat;
    height: 111vh;
}
.address-tab {
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.address-tab p {
    font-size: 22px;
    padding: 10px 0;
    color: var(--white);
    text-transform: capitalize;
}
.address-tab .tel-icon {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.address-tab:first-of-type .tel-icon,
.address-tab:nth-of-type(2) .tel-icon,
.address-tab:nth-of-type(3) .tel-icon {
    background: linear-gradient(2deg, #4f66ff 34%, #0faaf8 91%);
}
.address-tab .loc-tab {
    background: #000;
}
.tel-icon i {
    font-size: 3rem;
    color: #fff;
}
.contact-map-sec iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0;
}
.location-img {
    align-items: end;
}
.location-box {
    padding: 0;
    margin: 0;
    border: 7px solid #fff;
    border-radius: 17px;
}
.blogs-section .content {
    bottom: -22%;
    padding: 1rem;
    background: rgb(0 0 0 / 34%);
    border-radius: 20px;
    transition: 0.2s linear;
}
.footer-sign .themeBtn,
.footer-social-links li a i:hover {
    background: linear-gradient(2deg, #4f66ff 34%, #0faaf8 91%);
}
.blogs-section .content:hover {
    background: rgb(31 86 195 / 12%);
}
.blogs-section .content p {
    font-size: 1.1rem;
    width: 79%;
    padding: 1rem 0;
}
.blogs-section .content a img {
    filter: brightness(8.5);
}
.inner-banner {
    background-size: cover;
    padding: 15rem 0;
}
.inner-banner h1 {
    font-size: 5rem;
    letter-spacing: 4px;
    color: var(--white);
}
.blog-banner {
    background: url(../images/blog-banner.avif) 0 0 / cover no-repeat;
    margin-top: 8.3rem;
}
footer {
    padding: 7rem 0 0;
    background: #010a19;
    position: relative;
}
.contact-before {
    position: absolute;
    top: -19%;
    right: 24%;
}
.footer-menu {
    display: flex;
    gap: 0.5rem;
    padding: 0 0 1.6rem;
    flex-direction: column;
}
.calFoter,
.copyright-content ul,
.footer-social-links {
    gap: 1rem;
    display: flex;
}
.footer-menu li::marker {
    color: #fff;
}
.footer-menu li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 2px;
    transition: 0.4s;
    text-transform: uppercase;
    padding-left: 1rem;
}
.copyright-content {
    display: flex;
    justify-content: space-between;
    background: #08152f;
    padding: 2rem 10rem;
}
.copyright-content p {
    font-size: 17px;
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
}
.brand-footer p strong,
.copyright-content p span {
    font-weight: 700;
}
.footer-social-links {
    justify-content: center;
    margin-top: 1rem;
}
.footer-social-links li a i {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.footer-social-links li a i:hover {
    border: none;
    color: var(--white);
}
.brand-footer,
.map-location iframe {
    border-radius: 20px;
}
.brand-footer {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 2.8rem 0;
    position: relative;
    top: -37px;
}
.quickList h3 {
    color: var(--white);
    font-size: 2rem;
    padding-bottom: 0.7rem;
}
.calFoter {
    flex-wrap: wrap;
}
.calFoter li {
    display: flex;
    gap: 0.5rem;
}
.calFoter li a,
.calFoter li span {
    font-size: 21px;
    color: #fdfdfd;
    transition: 0.4s;
}
.calFoter li i {
    color: #fdfdfd;
    margin-top: 6px;
}
.footer-sign p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
    padding-bottom: 1.1rem;
}
.footer-sign input {
    width: 57%;
    padding: 0.9rem;
    border-radius: 37px;
    border: none;
}
.footer-sign input::placeholder {
    color: var(--black);
}
.footer-sign .themeBtn {
    border: none;
    border-radius: 55px;
}
figure.industries-banner {
    margin-top: 6rem;
}
strong.skipline {
    line-height: 79px;
}
section.section-3.my-custom-section {
    padding: 0;
}
.head-1.custom-card-box {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 1.8s;
    padding: 4rem 5rem;
    backdrop-filter: blur(0.1px);
    background: rgb(206 207 207 / 15%);
    border-radius: 20px;
}
#form-message {
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 5px;
    font-size: 15px;
}
#form-message.success {
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}
#form-message.error {
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

.service-section.animate .images-box img {
    opacity: 1;
}



/* ----- faq accordion wrapper ----- */
    .faq-accordion-wrapper {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .faq-accordion {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .faq-item {
       background: #193872;
        border-radius: 16px;
        border: 1px solid #2a2a2a;
        overflow: hidden;
        transition: border-color 0.25s ease;
    }
    .faq-item:hover {
        border-color: rgba(168, 129, 66, 0.4);
    }

    .faq-question {
        width: 100%;
        background: transparent;
        border: none;
        padding: 1.2rem 1.8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.2rem;
        cursor: pointer;
        text-align: left;
        transition: background 0.2s ease;
        font-family: inherit;
    }
    .faq-question:hover {
        background: rgba(168, 129, 66, 0.04);
    }

    .faq-question .q-left {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex: 1;
    }
    .faq-question .q-icon {
        color: #a88142;
        font-size: 1.3rem;
        width: 32px;
        text-align: center;
        flex-shrink: 0;
    }
    .faq-question .q-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #ffffff;
        letter-spacing: -0.01em;
    }

    .faq-question .q-toggle {
        color: #a88142;
        font-size: 1.2rem;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }
    .faq-item.active .faq-question .q-toggle {
        transform: rotate(180deg);
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s ease;
        padding: 0 1.8rem;
        background: #1e3871;
    }
    .faq-item.active .faq-answer {
        max-height: 300px;
        padding: 0px 1.8rem 1.6rem 1.8rem;
    }

    .faq-answer p {
        font-size: 0.98rem;
        line-height: 1.7;
        color: #ffffff;
        margin: 0;
        padding-top: 0.2rem;
    }
    
    button:focus {
    outline: none !important;
}

    /* ----- responsive ----- */
    @media (max-width: 768px) {
        .section-6 {
            padding: 3rem 0;
        }
        .section-6 .head-1 .mainHead {
            font-size: 2rem;
        }
    }

    @media (max-width: 640px) {
        .faq-question {
            padding: 1rem 1.2rem;
        }
        .faq-question .q-title {
            font-size: 1rem;
        }
        .faq-answer {
            padding: 0 1.2rem;
        }
        .faq-item.active .faq-answer {
            padding: 0 1.2rem 1.2rem 1.2rem;
        }
        .faq-question .q-icon {
            font-size: 1.1rem;
            width: 26px;
        }
        .section-6 .head-1 .mainHead {
            font-size: 1.7rem;
        }
    }

    @media (max-width: 400px) {
        .faq-question .q-title {
            font-size: 0.92rem;
        }
        .faq-question .q-left {
            gap: 0.6rem;
        }
        .faq-accordion-wrapper {
            padding: 0 0.5rem;
        }
    }
