@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: unset;
    font-family: 'Poppins';
}

html {
    scroll-behavior: smooth;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Epilogue';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h2 {
    font-size: 50px;
    color: #111;
}

p,
span {
    font-family: 'Poppins';
}

p {
    font-size: 14px;
    line-height: 32px;
    color: #444;
    font-weight: 400;
    margin: 0px;
    font-family: poppins;
}

.topBar {
    padding: 15px;
    background: linear-gradient(90deg, #2a3d6c, #4d4d4d, #2a3d6c);
    padding: 15px 100px;
}

.topBar ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 15px;
}

.topBar ul a {
    text-decoration: unset;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins';
}

.customHeader {
    position: sticky;
    top: 0;
    z-index: 1111;
    transition: 0.8s all;
}

.customHeader nav {
    padding: 15px 0px;
    gap: 45px;
}

.customHeader nav .navbar-brand img {
    max-width: 250px;
}

.customHeader nav .navbar-brand {
    padding: 0px;
}

.customHeader nav ul {
    justify-content: center;
    gap: 15px;
    margin-left: auto;
    margin-right: unset !important;
}

.customHeader nav ul a {
    padding: 5px 15px !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ThemeBtn {
    border: 1px solid #2a3d6c;
    line-height: 1.3;
    margin: 0;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    transition: 1s ease;
}

.ThemeBtn::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.8s ease;
    width: 60%;
    z-index: -1;
    right: 0;
    background-color: #2a3d6c;
}

.ThemeBtn:hover {
    color: #000;
}

.ThemeBtn::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.8s ease;
    width: 60%;
    z-index: -1;
    left: 0;
    background-color: #2a3d6c;
}

.ThemeBtn:hover:before {
    right: -70%;
}

.ThemeBtn:hover:after {
    left: -70%;
}

.customHeader nav .collapse {}

.rolling-text {
    display: inline-block;
    overflow: hidden;

    /* adjust according to font-size */
    position: relative;
}

.rolling-text .block {
    display: block;
    transition: transform 0.4s ease-in-out;
}

.rolling-text .block:nth-child(1) {
    transform: translateY(0%);
}

.rolling-text .block:nth-child(2) {
    transform: translateY(0%);
    position: absolute;
    top: 100%;
    left: 0;
}

.rolling-text:hover .block:nth-child(1),
.ThemeBtn:hover .rolling-text .block:nth-child(1) {
    transform: translateY(-100%);
}

.rolling-text:hover .block:nth-child(2),
.ThemeBtn:hover .rolling-text .block:nth-child(2) {
    transform: translateY(-100%);
}

.bannerImg img {
    width: 100%;
}


.bannerSec,
.bannerSec img {
    height: calc(100vh - 160px);
    object-fit: cover;
}

.bannerSec {}

.CustomPending {
    padding: 40px 0px;
}

.aboutUsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.about-style-one .about-data-left {
    padding: 0px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.about-style-one .about-data-left img {
    width: 100%;
    border-radius: 30px;
}

.about-style-one .about-data-left .about-image {
    margin-left: 20px;
    margin-bottom: -60px;
}

.about-style-one .about-data-left figure:nth-child(2) {
    width: 55%
}

.about-style-one .about-data-left:before {
    content: "";
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) skew(-20deg, 0deg);
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(249, 236, 240, 1) 25%, rgba(228, 223, 244, 1) 50%, rgba(246, 229, 247, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: blur(50px);
}

.about-style-one span {
    font-family: "Mona Sans", sans-serif;
    color: #2a3d6c;
}

.about-style-one h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 15px;
}


.about-style-one .about-info {
    padding-left: 50px;
}

.about-style-one .about-info p {
    margin: 0px;
}

.about-style-one .about-info h3,
.about-style-one .about-info h4 {
    font-size: 16px;
    line-height: 26px;
}

.about-style-one .about-info h3 {
    font-weight: 700;
    margin-top: 13px
}

figure {
    margin: 0px;
}

.about-style-one {
    padding-bottom: 160px;
    padding-top: 140px;
    position: relative;
}

.LeftBigText {
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 0;
    opacity: 1;
    color: #0000000f;
    line-height: 1;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 1;
    pointer-events: none;
    font-family: 'Mona Sans';
}

.RightBigText {
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 0;
    opacity: 1;
    color: #0000000f;
    line-height: 1;
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 1;
    pointer-events: none;
    font-family: 'Mona Sans';
}

.header-sticky {
    /* transform: translate(0px, -54px); */
    background: #fff;
    box-shadow: -1px 8px 5px #0000001a;
}

.nav-link:hover {
    color: #2a3d6c;
}

.bgGrey {
    background: #f4f4f4;
}

.secTitle h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0px;
}

.secTitle p {
    text-align: center;
    line-height: 28px;
    color: #444;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
}

.ourProductSec .secTitle,
.WhyChooseSec .secTitle,
.ApplicationSec .secTitle {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 55px;
    align-items: center;
}

.ourProductImage img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ourProductItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #0000000f;
    position: relative;
}

.ourProductContent {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    gap: 25px;
}

.ourProductContent h5 {
    font-size: 30px;
    margin-bottom: 0px;
}

.ourProductContent ul {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.secTitleWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.secTitleWrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ourProductContent ul li {
    font-size: 15px;
    line-height: 32px;
    color: #444;
    font-weight: 500;
    font-family: 'Epilogue';
}

.viewMoreBtn a {
    color: #2a3d6c;
    text-decoration: unset;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 14px;
    font-family: "Mona Sans", sans-serif;
    transition: 0.8s all;
    padding: 15px;
    border: 1px solid #2a3d6c;
    line-height: 1.3;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    transition: 1s ease;
}

.viewMoreBtn .ThemeBtn img {
    width: 40px;
}

.viewMoreBtn {
    border-top: 1px solid #00000012;
    padding-top: 15px;
}

.viewMoreBtn a i {
    font-size: 16px;
    font-weight: 400;
    color: #2a3d6c;
    transition: 0.8s all;
}

.viewMoreBtn a:hover {
    background: #2a3d6c;
    color: #fff;
}

.viewMoreBtn a:hover i {
    color: #fff;
}

.ourProductGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    position: relative;
    overflow: hidden;
}

.secTitle h2 span {
    color: #2a3d6c;
}

/* .WhyChooseGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
} */

.WhyChoosePointesItem {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    position: relative;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 12px;
    border: 1px solid #0000000a;
}

.WhyChoosePointesItem h5,
.IndustriesItem h5 {
    margin: 0px;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    line-height: 32px;
}

.WhyChoosePointes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 40px 0px;
}

.WhyChooseIcon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    border-radius: 7px;
    position: relative;
}

/* .WhyChoosePointesItem:before {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 25px;
    left: 20px;
    background: #ededed;
} */

.WhyChooseContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.WhyChoosePointesItem:nth-child(1) {
    grid-row: 1/3;
}

.whyChooseImg img {
    width: 100%;
}

.whyChooseImg {
    border-radius: 12px;
    overflow: hidden;
}

.whyChooseIcon i {
    font-size: 28px;
    font-weight: 500;
    color: #2a3d6c;
}

.whyChooseIcon~.WhyChooseContent h5 {
    color: #2a3d6c;
}

.IndustriesGrid {
    margin: 50px 0px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.IndustriesItem {
    padding: 32px;
    background: #efefef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    transition: 0.8s all;
    border: 2px solid transparent;
}

.IndustriesItem h5 {
    line-height: normal;
}

.IndustriesItem p {
    font-size: 14px;
}

.IndustriesContent {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.IndustriesItem .IndustriesIcon i {
    font-size: 28px;
    color: #222;
    transition: 0.8s all;
}

.IndustriesIcon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.IndustriesIcon .arrow i {
    font-size: 18px !important;
    font-weight: 800;
    transform: translate(-20px, 0px);
    opacity: 0;
    transition: 0.8s all;
}

.IndustriesItem:hover {
    background: #fff;
    border: 2px solid #2a3d6c;
}

.IndustriesItem:hover i {
    color: #2a3d6c;
    visibility: visible;
}

.IndustriesItem:hover .arrow i {
    opacity: 1;
    transform: translate(0px, 0px);
}

.IndustriesItem:hover .IndustriesContent h5 {
    color: #2a3d6c;
}


.CounterSec {
    background: #fff;
    padding: 40px 0px 0px;
    border-top: 6px solid #4e6aaf3b;
}

.quanto-funfacts__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    border-radius: 24px;
    gap: 0px;
    overflow: hidden;
    background: #2a3d6c;
}

.quanto-funfact-box {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 20px 25px;
    align-items: center;
    position: relative;
}

.quanto-funfact-box h2 span {
    margin: 0px !important;
    font-family: 'Poppins' !important;
}

.quanto-funfact-box h2 {
    margin: 0px;
    font-size: 35px;
    display: flex !important;
    gap: 5px;
    justify-content: center;
    color: #fff;
    font-family: "Onest";
    font-weight: 700;
    position: relative;
}

.quanto-funfact-box h2 small,
.quanto-funfact-box h2 em {
    font-size: 16px;
    font-style: normal;
    font-family: "Mona Sans", sans-serif !important;
    font-weight: 800;
}

.quanto-funfact-box .funfact-info {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    text-align: center;
    font-family: 'poppins';
    text-transform: capitalize;
}

.quanto-funfact-box:last-child {
    border: 0px;
}

.counterNewSec {
    background: #f58634;
    max-width: 70%;
    margin: auto;
    border-radius: 50px;
    padding: 50px 0px;
}

.funfact-info-content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.funfact-info-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.counterIconWrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}

.counterIconWrapper .counterIcon i {
    font-size: 24px;
    color: #354774;
}

.counterIconWrapper .counterIcon {
    display: flex;
}


.TwoGrid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
}

.pl-4 {
    padding-left: 25px;
}

.addressItem li {
    line-height: 32px;
}

.DetailsItem a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.DetailsItem a i {
    font-size: 18px;
}

.counterIcon i {
    font-size: 28px;
    color: #fcfcfc;
    transform: scale(1);
    transition: 0.8s all;
}

.counterIcon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #4d5d83; */
    border-radius: 100px;
    position: relative;
    z-index: 1;
    transition: 1s all;
}

.quanto-funfact-box:before {
    content: '';
    width: 1.5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, transparent, #4e6aaf3b, transparent);
}

.quanto-funfact-box:last-child::before {
    display: none;
}

.quanto-funfact-box:hover .counterIcon i {
    color: #344673;
    transform: scale(1.4);
}

.quanto-funfact-box:hover .funfact-info {
    color: #2a3d6c;
}

.quanto-funfact-box::after {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    background: #f0f0f0;
    transition: 0.8s all;
}

.quanto-funfact-box:hover::After {
    height: 100%;
}

.quanto-funfact-box:hover .counterIcon {
    background: transparent;
}

.secTitle h5 {
    margin: 0px;
    text-align: center;
    font-size: 38px;
    font-family: poppins;
    font-weight: 700;
}

.secTitle h5 span {
    color: #2a3d6c;
}

.secTitle {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 60%;
    margin: 0px auto 50px;
}

.aboutContentWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.aboutContent {
    padding: 55px;
    background: #2a3d6c;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .rightSide {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 8px;
    }

    .rightSide ul {
        display: flex;
        gap: 15px;
        padding: 0px;
        margin: 0px;
    }

    .rightSide ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: unset;
        color: #2a3d6c;
        transition: all 0.3s ease-in-out;
        padding: 0px !important;
        font-size: 15px;
        font-weight: 500;
        font-family: 'Poppins';
        text-transform: lowercase;
    }

    .rightSide ul li a i {
        color: #2a3d6c;
    }

    .customHeader .navbar-nav {
        padding-top: 8px;
        border-top: 1px solid #7d7d7d24;
        width: 100%;
        justify-content: flex-end;
    }

    .rightSide ul li:first-child {
        padding-right: 10px;
        border-right: 1px solid #f4f4f4;
    }
}

@media (max-width: 991px) {
    .rightSide {
        display: none;
    }
}

/* @media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
} */

.aboutContent h4 {
    margin: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins';
    padding-bottom: 15px;
    position: relative;
}

.aboutContent .desc p {
    color: #fff;
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aboutContent h4:before {
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #f0f0f030, transparent);
    position: absolute;
    bottom: 0;
}

.btnTheme {
    padding: 10px 20px;
    text-decoration: unset;
    color: #fff;
    border: 1px solid;
    width: fit-content;
    border-radius: 6px;
    font-family: poppins;
    transition: 0.8s all;
    font-size: 14px;
    font-weight: 600;
}

.btnTheme:hover {
    background: #fff;
    color: #2a3d6c;
}

.aboutImg img {
    width: 100%;
}

.aboutImg {
    background: #f0f7ff;
    display: flex;
    align-items: self-end;
}

.ProductWrapper {
    display: grid;
    grid-template-columns: 1fr 40%;
}

.ProductImage img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}

.ProductImage {
    /* height: 600px; */
}

.ProductContent {
    padding: 45px;
    background: #2a3d6c;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
}

.ProductContent h4 {
    margin: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Poppins';
    padding-bottom: 10px;
    position: relative;
}

.ProductContent p {
    color: #fff;
}

.ProductContent ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    border-top: 1px solid #f4f4f40f;
    border-bottom: 1px solid #f4f4f40f;
    padding-left: 15px;
}

.ProductContent ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    font-family: poppins;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ProductContent ul li i {
    font-size: 14px;
}

.ProductContent h4:before {
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #f0f0f030, transparent);
    position: absolute;
    bottom: 0;
}


.arrowWrapper .swiper-button-prev,
.arrowWrapper .swiper-button-next {
    width: 60px;
    height: 60px;
    background: #2a3d6c;
    border-radius: 100px;
}

.arrowWrapper .swiper-button-prev::after,
.arrowWrapper .swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}

d {}

.NewWhyChooseGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.NewWhyChooseImage img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: top;
}

.NewWhyChooseItem {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    background: #efefef;
    border-radius: 10px;
    border: 1px solid #22222208;
    overflow: hidden;
}

.NewWhyChooseItem h5 {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    color: #2f426f;
    font-weight: 700;
    line-height: 18px;
}

.NewWhyChooseItem .content {
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.NewWhyChooseItem .content p {
    color: #666;
    font-size: 10px;
    line-height: 20px;
}

.NewApplicationImg img {
    width: 100%;
    height: fit-content;
    object-fit: cover;
    min-height: 500px;
}

.NewApplicationItem {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.NewApplicationContent {
    position: absolute;
    bottom: 0px;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    transition: 0.8s all;
}

.NewApplicationContent h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    margin: 0px;
    font-family: poppins;
}

.NewApplicationContent p {
    font-size: 14px;
    line-height: 28px;
    color: #ffff;
    font-weight: 400;
    margin: 0px;
    font-family: poppins;
    transition: 0.8s all;
    /* height: 84px; */
}

.NewApplicationImg {
    min-height: 500px;
    max-height: 500px;
}

.NewApplicationItem:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #2a3d6cb0 10%, transparent 90%);
    left: 0;
    top: 0;
    transition: 0.8s all;
}

footer {
    padding: 20px 0px 0px;
    background: #2a3d6c;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    box-shadow: 5px -8px 6px 3px #00000014;
    position: relative;
}

.footerTopWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f426;
}

.footerTopWrapper .footerlogo img {
    max-width: 250px;
}

.footerAddressLink ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 25px;
}

.footerAddressLink ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: unset;
    color: #fff;
    font-size: 15px;
    font-family: poppins;
    font-weight: 400;
}

.footerAddressLink ul li a i {
    font-size: 18px;
    font-weight: 300;
}

.footerAddressLink ul li {
    padding-right: 25px;
    border-right: 1px solid #58668b;
}

.footerAddressLink ul li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

.footerLinksWrapper {
    padding: 15px 0px;
    display: grid;
    grid-template-columns: 0.8fr 3fr;
    gap: 25px;
    border-bottom: 1px solid #58668b;
}

.footerLinksItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerLinksItem h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin: 0px;
    font-family: 'Poppins';
    line-height: 26px;
}

.footerLinksItem h5:before {
    content: '';
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f0f0f030, transparent);
    position: absolute;
    bottom: 0;
}

.footerLinksItem p {
    color: #fff;
    font-size: 14px;
}

.footerLinksItem ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerBottomLinksWrapper .footerLinksItem ul {
    flex-direction: row;
    gap: 45px;
    justify-content: center;
}

.footerLinksItem ul li a {
    text-decoration: unset;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    font-family: poppins;
}

.inqueryForm form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;
}

.inqueryForm form input,
.inqueryForm form textarea {
    padding: 10px 15px !important;
    border-radius: 0px;
    border: 1px solid #0000000f !important;
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    box-shadow: 0px 0px !important;
    background: #0000000f;
    outline: 0px !important;
    border-radius: 5px;
}

.inqueryForm form input::placeholder,
.inqueryForm form textarea::placeholder {
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.captchaGrid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    align-items: center;
}

body .inqueryForm form input.submitbutton {
    display: flex;
    color: #fff !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px !important;
    gap: 25px;
    border-radius: 6px;
    background: #2a3d6c !important;
    font-family: 'Poppins';
    margin-right: auto;
    margin: 15px 0px 0px;
}

.submitbutton:hover {
    background: #ec3337;
    color: #fff !important;
}

.footerBottomLinksWrapper .inqueryForm ul {
    flex-direction: row;
    gap: 45px;
    justify-content: center;
}

.footerBottomLinksWrapper {
    padding: 10px 0px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}

.copyRight {
    padding: 0px 20px;
    text-align: center;
    background: #3d4e79;
}

.copyRight p {
    color: #fff;
    font-size: 13px;
}

.topBar ul li {
    padding-right: 15px;
    border-right: 1px solid #ededed1f;
}

.topBar ul li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

.ctaContent {
    text-align: center;
    margin: auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 45px;
}

.ctaContent p {
    font-size: 16px;
    color: #ffff;
    text-align: left;
    margin: auto;
}

.ctaContent a {
    padding: 10px 20px;
    background: #fff;
    width: fit-content;
    text-decoration: unset;
    color: #3d4e79;
    font-size: 15px;
    font-family: 'Poppins';
    margin: auto;
    border-radius: 8px;
    font-weight: 600;
}

.ctaSec {
    position: relative;
    background: #858585 !important;
    padding: 40px 0px;
    z-index: -1;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}

.ctaSec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: #000000ad; */
    left: 0;
    top: 0;
}

.footerLinksCategories {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1.7fr 1fr;
    gap: 20px;
}

.footerLinksCategoriesItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ProductContent ul li i:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ffffff;
    display: block;
}

.footerBottomSocialLinksWrapper ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.footerBottomSocialLinksWrapper ul li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #58668b;
    background: #58668b;
    border-radius: 6px;
    transition: 0.8s all;
}

.footerBottomSocialLinksWrapper ul li a {
    display: flex;
    text-decoration: unset;
    color: #fff;
}

.footerBottomSocialLinksWrapper ul li:hover {
    background: #2f426f;
    border-color: #2f426f;
}

.footerBottomSocialLinksWrapper ul li:hover i {
    transform: scale(1.1);
}

.footerBottomSocialLinksWrapper ul li i {
    transition: 0.8s all;
    transform: scale(0.9);
}

.NewApplicationItem:hover:before {
    opacity: 0;
}

.NewApplicationItem:hover .NewApplicationContent p {
    opacity: 0;
    height: 0px !important;
}

.counter-item.d-inline-flex.align-items-center h2 span {
    color: red;
}

.quanto-funfact-box:hover h2 {
    color: #3d4e79;
}

.inqueryForm form textarea {
    min-height: 130px;
}

.inqueryForm {
    background: linear-gradient(180deg, #f4f4f4, transparent);
    /* padding-bottom: 0px; */
}

.ctaContent p span {
    font-size: 20px;
    font-weight: 700;
}

.NewApplicationItem:hover .NewApplicationContent {
    bottom: 0;
}

.EventsImage img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    min-height: 300px;
}

.EventsContent {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.EventsContent h5 {
    padding-bottom: 8px;
    position: relative;
    text-align: center;
    margin: 0px;
    font-size: 15px;
    color: #2f426f;
    font-weight: 700;
    line-height: 20px;
}

.EventsContent p {
    font-family: poppins;
    font-size: 15px;
    color: #222;
    font-weight: 700;
    line-height: 20px;
}

.EventsGrid {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}

.EventsItem {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e68f;
    background: #f6f6f6;
}

.EventsImage {
    min-height: 300px;
    background: #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
}

.EventsContent h5:before {
    content: '';
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2a3d6c, transparent);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.bottomText {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bottomText span {
    font-weight: 600;
    color: #444;
    font-size: 12px;
    font-family: 'Epilogue';
}

footer:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #858585;
    position: absolute;
    z-index: -1;
    top: 0;
}

.breadcrumsImg img {
    width: 100%;
    max-height: 360px;
    object-fit: scale-down;
    background: #faf8eb;
}

.NewApplicationGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.eventInnerSec .nav-tabs {
    gap: 15px;
    border: 0px;
    margin-bottom: 50px;
}

.eventInnerSec .nav-tabs button {
    padding: 10px 20px;
    font-family: 'Poppins';
    color: #000;
    background: #f4f4f4;
    border-radius: 100px;
    font-weight: 500;
    font-size: 15px;
    border: 0px;
}

.eventInnerSec .nav-tabs button.active {
    background: #2a3d6c;
    border: 0px;
    color: #fff;
}


.aboutPageContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.secTitleTag {
    margin: 0px;
    color: #303a69;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins';
    padding-bottom: 15px;
    position: relative;
}

.secTitleTag:before {
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #2a3d6c33, transparent);
    position: absolute;
    bottom: 0;
}

.AboutMoreContentleftboredr {
    position: relative;
}

.AboutMoreContentleftboredr:before {
    content: "";
    /* Required for pseudo-elements */
    position: absolute;
    /* Position relative to the parent (.container) */
    left: -30px;
    /* Position the line at the left edge of the parent */
    top: 0;
    height: 100%;
    /* Make the line span the full height of the parent */
    width: 4px;
    /* Set the thickness of your vertical line */
    background: linear-gradient(to top, #fff, #3c4672, #303a69, #fff)
}

.desc ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

.desc ul li {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    margin: 0px;
    font-family: "poppins";
    display: flex;
    align-items: center;
    gap: 10px;
}


.desc ul li i {
    font-weight: 500;
    color: #2a3d6c;
}

.innerAboutPage .aboutImg {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.innerAboutPage .aboutImg img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.AboutMoreContentWrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: center;
}

.RTLSec .AboutMoreContentWrapper {
    grid-template-columns: 1fr 1fr;
}

.AboutMoreContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.AboutMoreContentImg {
    border-radius: 10px;
    overflow: hidden;
}

.AboutMoreContentImg img {
    width: 100%;
}

.AboutMoreSecContent {
    padding: 60px 0px;
}

.AboutMoreContent .desc ul {
    padding: 0px;
}

.AboutMoreContent .desc ul li {
    align-items: baseline;
}

.InnerProductItemWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.productImg img {
    width: 100%;
}

.productItem {
    border-radius: 12px;
    overflow: hidden;
    background: #f4f4f4;
    border: 1px solid #e9eaed;
}

.productItem .productContent {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productItem .productContent h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
}

.productItem .productContent p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productItem .productContent .btnTheme {
    color: #2a3d6c;
}


.dropdown-submenu {
    position: unset;
}

.dropdown-submenu .dropdown-menu {
    width: 100%;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
    left: 0;
    top: 91px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px 1px;
}

.dropdown-menu.show {
    display: block;
}

.ourproductmenu .productLinksWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.ourproductmenu {}

.productLinksItem ul {
    padding: 0px;
}

.productLinksItem ul li a {
    justify-content: left;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #303a69;
    border-radius: 4px;
}

.productLinksItem ul li a i {
    font-size: 16px;
    font-weight: 500;
    color: #2a3d6c;
}

.productLinksItem ul {
    display: flex;
    flex-direction: column;
    gap: 6px !important;
    margin-left: unset !important;
}

.productLinksItem h5 a {
    font-family: 'Poppins';
    color: #fff !important;
    justify-content: left !important;
    font-size: 14px !important;
    transition: 0.8s all;
    background: #303a69;
    border-radius: 5px;
    text-decoration: unset;
    gap: 15px;
    font-weight: 700 !important;
    border: 1px solid #3d4e791f;
}

.productLinksItem h5 {
    margin: 0px;
}

.productLinksItem {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ProductDetailsImg img {
    width: 100%;
}

.ProductDetailsProTitle {
    padding: 35px 0px;
    background: #303a69;
    border-top: 4px solid #2a3d6c0f;
    border-bottom: 4px solid #2a3d6c0f;
}

.ProductDetailsProTitle h5 {
    margin: 0px;
    font-size: 35px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
}

.ProductDetailsProTitle h5:before {
    content: '';
    width: 250px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

.tagline {
    font-size: 20px;
    font-weight: 600;
    color: #2a3d6c;
}

.ProductDetailsContent .aboutPageContent {
    margin: 0px;
}

.aboutPageContentItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.aboutPageContentWrapper {
    padding-top: 15px;
}

.aboutPageContentWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.aboutPageContentWrapper .aboutPageContentItem .secTitleTag {
    font-size: 18px;
    color: #303a69;
}

.aboutPageContentWrapper .aboutPageContentItem .desc ul {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.aboutPageContentWrapper .aboutPageContentItem .desc .onegrid {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr;
}

.aboutPageContentWrapper .aboutPageContentItem li {
    padding: 15px;
    background: linear-gradient(90deg, #dcdcdc73, transparent);
    border-radius: 8px;
    line-height: normal;
    /* font-weight: 600; */
    font-family: 'Mona Sans';
    display: flex;
    align-items: center;
    color: #000;
    /* border: 1px solid #2222; */
    font-size: 15px;
}

.aboutPageContentWrapper .aboutPageContentItem li i {
    color: #2a3d6c;
    font-weight: bold;
}

.ProductDetailsContent .NewApplicationGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.ProductDetailsContent .NewApplicationGrid .NewApplicationImg {
    min-height: 400px;
    max-height: 400px;
}

.ProductDetailsContent .NewApplicationGrid .NewApplicationImg img {
    min-height: 400px;
}

.ProductDetailsContent .NewApplicationGrid .NewApplicationContent p {
    height: 56px;
}


.ProductDetailsContent th {
    padding: 15px;
    border: 1px solid #00000014 !important;
    font-family: 'Poppins';
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: #353f6d;
    color: #fff;
}

.ProductDetailsContent td {
    padding: 15px;
    border: 1px solid #00000021;
    background: #f4f4f4;
    font-size: 14px;
    text-align: center;
    /* font-weight: 600; */
    color: #000;
    font-family: 'Poppins';
}

.ManufacturerSec .desc li {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    align-items: self-start;
    padding: 15px;
    background: #eaeaea;
    font-size: 14px;
    line-height: 26px;
    color: #444;
    font-weight: 400;
    margin: 0px;
    font-family: poppins;
}

.ManufacturerSec .desc ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ManufacturerSec .desc li b {
    font-weight: 600;
    color: #2a3d6c;
    line-height: normal;
}

.FAQGrid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 25px;
}

.NewFAQImg img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    max-height: 410px;
}

.FAQGrid .accordion-item {
    border: 1px solid #0000001c;
    border-radius: 0px;
}

.FAQGrid .accordion-item .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #e3e3e3 !important;
    background-color: #2a3d6c;
    color: #fff;
}

.FAQGrid .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: fit-content;
}

.FAQGrid .accordion-item button {
    padding: 25px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Mona Sans';
    background: #f4f4f4;
    box-shadow: unset;
    border-bottom: 1px solid transparent !important;
    border-radius: 0px !important;
}

.FAQGrid .accordion-item .accordion-body {
    padding: 20px;
    font-size: 14px;
    line-height: 15px;
    color: #444;
    font-weight: 400;
    margin: 0px;
    font-family: poppins;
    line-height: 28px;
}

.FAQGrid .accordion-item button::after {
    filter: brightness(0.5);
}

.FAQGrid .accordion-item .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(47%) saturate(0%) hue-rotate(214deg) brightness(112%) contrast(101%);
}


.ContactUsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.ContactUsItem {
    background: #fff;
    background-color: #ffffff;
    box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
    border-radius: 8px;
    padding: 32px;
    transition: all 500ms ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ContactUsItem .ContactUsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ContactUsItem .ContactUsContent h5 {
    margin: 0px;
    font-size: 20px;
    font-family: poppins;
    font-weight: 600;
    transition: 0.8s all;
}

.ContactUsItem .ContactUsContent p,
.ContactUsItem .ContactUsContent a {
    text-align: center;
    transition: 0.8s all;
    text-decoration: unset;
    font-size: 14px;
    line-height: 28px;
    color: #444;
    font-weight: 500;
    margin: 0px;
    font-family: poppins;
}

.ContactUsIcon svg {
    transition: all 300ms ease;
    width: 50px;
    height: 50px !important;
 
}

.ContactUsItem:hover {
    background-color: #2a3d6c;
}

.ContactUsItem:hover svg path {
    fill: #fff;
}

.ContactUsItem:hover .ContactUsIcon {
    transform: rotateY(360deg);
    transition: all 700ms ease;
}

.ContactUsItem:hover h5,
.ContactUsItem:hover p,
.ContactUsItem:hover a {
    color: #fff;
}

.ContactUsItem svg path {
    fill: #2a3d6c;
}


.ContactUsDetailsGrid {
    display: grid;
    grid-template-columns: 100%;
    gap: 32px;
    margin: auto;
    justify-content: center;
}

.ContactUsDetailsItem form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ContactUsDetailsItem form input,
.ContactUsDetailsItem form textarea {
    padding: 20px;
    border-radius: 8px;
    background: #f4f4f4;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    border: 1px solid #2a3d6c12;
}

.ContactUsDetailsItem form input::placeholder,
.ContactUsDetailsItem form textarea::placeholder {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: poppins;
}

.ContactUsDetailsItem form textarea {
    min-height: 120px;
}

.formGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.ContactUsDetailsItem iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}


.ContactUsDetailsItem .submitbutton {
    border: 0px;
    font-size: 14px;
    color: #fff;
    transition: 0.8s all;
    position: relative;
    text-decoration: unset;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #2a3d6c;
    padding: 12px 20px;
    border-radius: 10px;
    width: fit-content;
}


.ContactUsDetailsSec .secTitle {
    text-align: left;
    max-width: 100%;
}

.ContactUsDetailsSec .secTitle h5 {
    text-align: left;
}

.accordion-button::after {
    background-image: url('../images/plus-solid.svg');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus-solid.svg');
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1e2125;
    text-decoration: none;
    background-color: #e9ecef;
}

.getInTouchContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.getInTouchContent p {
    font-size: 25px;
    color: #ffff;
    font-weight: 700;
}

.ContactUsIcon img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(2688%) hue-rotate(192deg) brightness(88%) contrast(88%);
}

.ContactUsItem:hover .ContactUsIcon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(47%) saturate(0%) hue-rotate(214deg) brightness(112%) contrast(101%);
}

.mapView {
    padding: 0px;
    overflow: hidden;
    line-height: 0;
}

.mapView iframe {
    height: 100%;
    width: 100%;
}

.contactActive .inqueryForm {
    display: none;
}
.ProductContent ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: poppins;
    text-decoration: none;
}