@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Marcellus&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;
    font-family: "Instrument Sans", sans-serif;

}

.customHeader {
    position: fixed;
    top: 0;
    z-index: 1111;
    transition: 0.8s all;
    width: 100%;
    padding: 15px 0px;
    background: linear-gradient(180deg, #00000057, transparent);
}

.customHeader nav {
    padding: 0px 100px;
}

.customHeader ul {
    margin-right: unset !important;
    gap: 30px;
    margin-left: auto;
}

.customHeader ul a.nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    font-family: 'DM Sans';
}

.customHeader .navbar-brand img {
    max-width: 100%;
}

.backImg img {
    height: 100vh;
    width: 100%;
}

.CustomPending {
    padding: 70px 0px;
}

.secTitle {
    display: grid;
    grid-template-columns: 30% 1fr;
    margin-bottom: 50px;
}

.secTitle h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'DM Sans';
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 6px;
}

.dots {
    width: 16px;
    height: 16px;
    background-color: #3356a1;
    border-radius: 4px;
    margin-right: 6px;
}

.desc p {
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'DM Sans';
    color: #525355;
    margin: 0px;
}

.bgLighGrey {
    background: #F0F2F4;
}

.counterSecWrapper {
    padding: 30px 0px 0px 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 28px;
    border-top: 1px solid rgba(14, 15, 17, 0.08);
    /* background: #f0f2f4b5; */
    position: relative;
}

.counterImg img {
    width: 100%;
}

.counterContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.counterContentItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: fit-content;
}

.counterContentItem p {
    margin: 0px;
}

.counterContentItem span {
    font-size: 76px !important;
    font-weight: 600 !important;
    line-height: 1.15;
    display: inline-block;
    transition: all 5s;
    color: #31529a;
}

.counterContentItem p {
    font-family: 'DM Sans';
    margin: 0px;
    color: #525355;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

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

.counterContentItem span.count:hover {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}

.countWrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.AboutImgWrapper {
    padding: 60px 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 75px;
    border-top: 1px solid rgba(14, 15, 17, 0.08);
    position: relative;
    overflow: hidden;
}

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

.aboutImg img {
    width: 100%;
    display: block;
    width: 100%;
    will-change: transform;
    height: 100%;
    object-fit: cover;
}

.text-slider-box {
    position: relative;
}

.text-slider-area .text-slider {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #3356a1;
}

.text-slider-area .text-slider-item .title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 2.11;
    color: #ffffff;
    margin: 0px;
    font-family: 'DM Sans';
    letter-spacing: 0.5px;
}

.text-slider-area .text-slider-item .title img {
    margin-left: 30px;
    margin-right: 30px;
    width: 92px;
    /* filter: brightness(0) saturate(100%) invert(41%) sepia(83%) saturate(5661%) hue-rotate(139deg) brightness(93%) contrast(104%); */
}

.text-slider-area .text-slider-active .swiper-slide {
    width: auto;
}

.text-slider-area {
    overflow: hidden;
    background: #f0f2f4;
}

.text-slider-box .text-slider:before {
    /* content: ''; */
    width: 100px;
    height: 93.5%;
    position: absolute;
    z-index: 1;
    background: #0e0f11;
    transform: rotate(-1.5deg);
    top: 12px;
    left: -15px;
}

.text-slider-box .text-slider:after {
    /* content: ''; */
    width: 100px;
    height: 93.5%;
    position: absolute;
    z-index: 1;
    background: #0e0f11;
    transform: rotate(-1.5deg);
    top: 1px;
    right: -15px;
    z-index: -1;
}

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

.OurUspsItem {
    position: relative;
    border-image: initial;
    border-radius: 10px;
    padding: 44px 30px 37px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    gap: 32px;
    will-change: transform, opacity;
    background: #edeff1;
    align-items: center;
    align-self: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #3556a01c;
}

.OurUspsContent h5 {
    color: #0E0F11;
    margin: 0px;
    font-size: 18px;
    font-family: 'Instrument Sans';
    font-weight: 700;
}

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

.OurUspsContent p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'DM Sans';
    color: #525355;
    margin: 0px;
}

.OurUspsIcon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid rgba(14, 15, 17, 0.08);
    border-radius: 50%;
    transition: 0.5s;
    background: #3556a0;
}

.OurUspsIcon img {
    width: 100%;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(102%) contrast(102%);
}

.OurUspsItem:hover,
.OurUspsItem:hover .OurUspsIcon {
    border-color: #3556a0;
}

.teamGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}


.teamImage img {
    width: 100%;
}

.teamItem {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.teamContent h5 {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Instrument Sans';
}

.teamContent p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #525355;
}

.secBigTitle {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secBigTitle h5 {
    margin: 0px;
    color: #0f0f0f;
    font-size: 50px;
    font-weight: 800;
    /* text-transform: capitalize; */
    font-family: 'DM Sans';
}

.teamImage {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.team-fin__slider-social {
    position: absolute;
    top: 0;
    right: 32px;
    z-index: 1;
    background-color: #00923f;
    transform: translateY(-100%);
    transition: all 0.5s ease;
    border-radius: 0 0 16px 16px;
    padding: 0px;
    margin: 0px;
}

.team-fin__slider-social li:not(:last-child) {
    border-bottom: 1px solid rgba(15, 15, 15, .12);
}

.team-fin__slider-social li {
    display: grid;
    place-content: center;
    background-color: #00923f;
    transition: all 0.5s ease;
    border: 1px solid rgba(0, 0, 0, 0);
}

.team-fin__slider-social li:first-child a {
    padding: 18px 19px 14px;
}

.team-fin__slider-social li a i,
.team-fin__slider-social li a svg {
    color: #f5f5f5;
}

.teamItem:hover .team-fin__slider-social {
    transform: translateY(0);
}

.team-fin__slider-social li:not(:first-child):not(:last-child) a {
    padding: 14px 19px;
}

.team-fin__slider-social li:last-child a {
    padding: 14px 19px 18px;
}

.team-fin__slider-social li:last-child {
    border-radius: 0 0 16px 16px;
}

.team-fin__slider-social li:not(:last-child) {
    border-bottom: 1px solid rgba(15, 15, 15, .12);
}

.team-fin__slider-social li:hover {
    transform: scale(1.1);
    border-radius: 5px;
    border-color: rgba(15, 15, 15, .12);
}

.number {
    font-size: 16px;
    color: #0e0f11;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(14, 15, 17, .08);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -22px;
    right: 40px;
    background-color: #f2f2f2;
    transition: all .5s;
    font-weight: 600;
    display: none;
}

.OurUspsItem:hover .number {
    border-color: #0E0F11;
    background: #3356a1;
    color: #fff;
}

.themeBtn a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 32.5px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    padding: 9px 40px;
    /* border: 1px solid rgba(0, 0, 0, 0); */
    text-decoration: unset;
    transition: all .3s;
    background: linear-gradient(135deg, rgba(49, 201, 245, 1) 0%, rgba(51, 86, 161, 1) 58%, rgba(51, 86, 161, 1) 100%) !important;
}

.themeBtn a:hover {
    background-color: rgb(0 146 63 / 10%);
    color: #fff;
}

.services-fin__item {
    border-radius: 40px;
    padding: 0px !important;
    align-items: center;
    max-width: 100% !important;
    position: relative;
}

.services-fin__item-content {
    flex-basis: 669px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-fin__item-title.h3 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    font-family: 'DM Sans';
    margin: 0px;
    line-height: normal;
}

.services-fin__item-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    font-family: 'DM Sans';
    color: #525355;
    margin: 0px;
}

.services-fin__item-content .themeBtn {
    margin-top: 20px;
}

.services-fin__item-thumb {
    border-radius: 40px;
    overflow: hidden;
}

.themeBtn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(103%) contrast(101%);
}

.themeBtn a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(338deg) brightness(105%) contrast(106%);
}

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

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

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

.clientItem img {
    width: 100%;
    object-fit: scale-down;
}

.clientItem {
    padding: 20px;
    background: #ffff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}

.clientItem:nth-last-child(3) {
    grid-column: 4 / 4;
}

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

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


.video-bg {
    position: relative;
    height: 100vh;
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bg::before {
}

.services-fin__item img {
    width: 100%;
}

.productImg {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.productImg:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.4) 100%);
}

.services-fin__item .productTitle {
    left: 0;
    right: 0;
    top: 30px;
    text-align: center;
    position: absolute;
    display: inline-block;
}

.services-fin__item .productTitle h5 {
    margin: 0px;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    display: inline-block;
    font-family: 'DM Sans';
    color: #ffffff;
}


.productSec .secBigTitle, .ourApplication .secBigTitle, .clientSec .secBigTitle, .OurUspsSec .secBigTitle {
    justify-content: center;
}



.footer-cta {
    background-image: radial-gradient(circle, #ffb779, #f08022);
    border-radius: 1.25rem;
    margin-bottom: 5rem;
    padding: 2.5rem;
}



.footer {
    background-color: #f0f2f4;
    border-bottom: 1px solid #e4ebf3;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 10px solid #4d69ab0d;
}

.footer_brand {
    color: #2d62ff;
    position: relative;
    z-index: 1;
}

.footer_content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    color: var(--relume-library-lite--rl-white\<deleted\|variable-41e69d91\>);
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 2.75fr 1.75fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 40.625rem;
    display: grid;
}

.footer_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer_link-title {
    font-family: var(--_font-family---plus-jakarta-sans);
    color: var(--gray--500);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.footer_link {
    font-family: var(--_font-family---plus-jakarta-sans);
    color: #fff;
    font-size: var(--_typography---base--b2-m);
    line-height: var(--_typography---line-height--b2-m);
    font-weight: 500;
    margin-bottom: .75rem;
    text-decoration: none;
}

.footer_link:hover {
    color: var(--primary--500);
}

.footer_link.footer_address {
    margin-bottom: 1rem;
}

.footer_link.footer_address:hover {
    color: var(--natural--white);
}

.footer-copyright-center-2 {
    background-color: #d3d5d6;
    color: #000000;
    font-size: 12px;
    line-height: 1.25rem;
    font-weight: 600;
    font-family: 'DM Sans';
    width: 100%;
    align-items: center;
    display: flex;
}

.footer_wrapper {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 2.5rem 2.5rem 1.875rem;
    display: flex;
}

.footer_brand-logo {
    max-width: 300px;
}

.footer_border {
    /* border-bottom: .0625rem solid #18181b; */
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 .25rem .25rem #00000040; */
}

.footer_ohhpotato-wrapper {
    width: 100%;
    height: 100%;
    opacity: .3;
    filter: brightness(0) saturate(100%) invert(89%) sepia(9%) saturate(38%) hue-rotate(159deg) brightness(99%) contrast(84%);
}

.footer_copyright-wrapper {display: grid;grid-template-columns: 1fr auto;background-color: #d3d5d6;padding: 0px 150px;}

.footer-image {
    color: transparent;
    width: 100%;
    height: 100%;
}

.footer-image.mobile-view {
    display: none;
}

.navbar-logo {
    width: 5.75rem;
    height: 3.125rem;
}

.footer-socialmedia {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
    gap: 90px;
    position: relative;
}

.social-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
}

.social-icon_wrapper {
    background-color: #18181b;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 1.75rem;
    height: 1.75rem;
    transition: all .3s ease-in-out;
    display: flex;
}

.social-icon_wrapper:hover {
    background-color: var(--primary--500);
}

.mask_image {
    -webkit-mask-image: radial-gradient(circle at var(--x, 50%) var(--y, 50%), #000 150px, transparent 300px);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: radial-gradient(circle at var(--x, 50%) var(--y, 50%), #000 150px, transparent 300px);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.secondary-image {
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mask_image {
    z-index: 2;
    background-image: url('../images/logo-footer-blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    /* opacity: .6; */
}


.footer-mask-relative {
    position: relative;
}

.newFooter .footer_wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 120px;
}

.newFooter .footer_wrapper .footer_content {
    max-width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 1fr;
    gap: 20px;
}

.newFooter .footer_wrapper .footer_content .px-footer-widget {
    padding: 0px;
}

.newFooter .footer_wrapper .footer_content .footer_link {
    margin: 0px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
}

.newFooter .footer_wrapper .footer_content .footer_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newFooter .px-footer-widget-title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
    font-family: 'DM Sans';
    position: relative;
    z-index: 1;
    text-align: center;
}

.newFooter .px-footer-widget-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
    padding: 10px;
}

.newFooter {
    padding-top: 0px;
    padding-bottom: 0px;
}

.newFooter .footer-cta {
    border-radius: 0px;
    margin-bottom: 35px;
}


.footer_wrapper {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 70px 0px 0px;
    display: flex;
}


.px-footer-widget-social a {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    /* border-radius: 50%; */
    color: #000000;
    background-color: #d3d5d6;
    transition: 0.8s all;
}

.px-footer-widget-social a:not(:last-child) {}

.px-footer-widget-social a:hover {
    color: #fff;
    background-color: #3358a6;
}

.px-footer-widget-social {
    display: flex;
    /* gap: 8px; */
}

.px-footer-widget-title-sm {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #3756a1;
    font-family: 'DM Sans';
    margin: 0px;
}

.px-footer-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.px-footer-widget .px-footer-widget-menu ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.px-footer-widget .px-footer-widget-menu ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.px-footer-widget .px-footer-widget-menu ul li {
    list-style-type: none;
    display: inline-block;
}

.px-footer-widget .px-footer-widget-menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
    padding: 10px 14px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    background-color: rgb(0 0 0 / 12%);
    text-decoration: unset;
    font-family: 'DM Sans';
    transition: 0.8s all;
}

.px-footer-widget .px-footer-widget-menu ul li a:hover {
    background: #3358a6;
    color: #fff;
}

.newFooter .footer_wrapper .footer_content .footer_block ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

.newFooter .footer_wrapper .footer_content .footer_block ul a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    border-radius: 20px;
    display: inline-block;
    text-transform: none;
    color: #222;
    text-decoration: unset;
    font-family: 'DM Sans';
    transition: 0.8s all;
    line-height: 32px;
    /* opacity: 0.6; */
    font-weight: 700;
}

.newFooter .footer_wrapper .footer_content .footer_block ul a:hover {
    opacity: 1;
}

.customHeader.fixed {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: -6px 6px 7px 8px #00000005;
}

.customHeader.fixed ul a.nav-link {
    color: #000 !important;
}

.ctaSec {
    padding: 70px 0px;
    background: #00923f;
    position: relative;
}

.ctaContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ctaContent h5 {
    margin: 0px;
    font-size: 50px;
    font-family: 'DM Sans';
    color: #fff;
    font-weight: 800;
}

.ctaContent h6 {
    margin: 0px;
    font-size: 24px;
    font-family: 'DM Sans';
    color: #fff;
    font-weight: 200;
}

.ctaSec .themeBtn a {
    background: #15b056;
    color: #fff;
    border: 1px solid #00000036;
}

.ctaSec .themeBtn a:hover {
    filter: unset;
}

.ctaSec .themeBtn a:hover img {
    filter: unset;
}

.ctaSec .themeBtn a:hover {
    background: #fff;
    color: #000;
}

.planeImg {
    position: absolute;
    left: -200px;
    /* start off-screen */
    bottom: 40px;
    max-width: 280px;
    will-change: transform;
}

.cta-plane {
    position: absolute;
    left: -300px;
    bottom: -80px;
    width: 260px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.cta-plane img {
    width: 100%;
}

.customHeader.fixed .showLogo {
    display: none;
}

.hideLogo {
    display: none;
}

.customHeader.fixed .hideLogo {
    display: block;
}

.aboutUs {
    position: relative;
}

.firstShape {
    position: absolute;
    top: 100px;
    left: 0;
    opacity: .6;
    animation: aboutSketchBounce 3s ease-in-out infinite;
    transform-origin: center bottom;
}

.SecondShape {
    position: absolute;
    bottom: 20px;
    right: -10px;
    opacity: .4;
    animation: aboutSketchBounce 3s ease-in-out infinite;
    transform-origin: center bottom;
    max-width: 25%;
    opacity: 0.1;
}

.OurUspsSec {
    position: relative;
}

.AboutSecTitleWrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.aboutUs .secTitle {
    gap: 50px;
    grid-template-columns: 25% 1fr;
}

.AboutSecTitleWrapper .aboutSketch {
    text-align: right;
    opacity: 0.6;
    max-width: 75%;
    margin: auto;
}

.AboutSecTitleWrapper .aboutSketch img {
    filter: drop-shadow(10px 6px 0px #2222);
    animation: aboutSketchBounce 3s ease-in-out infinite;
    transform-origin: center bottom;
    width: 100%;
}

/* Smooth normal bounce */
@keyframes aboutSketchBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* @keyframes aboutSketchBounce {
    0%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-14px);
    }
    55% {
        transform: translateY(-6px);
    }
    70% {
        transform: translateY(-10px);
    }
} */




.breadCrums {
    text-align: center;
    background: #34549f;
    padding: 170px 0px 70px;
    border-bottom: 10px solid #ffffff1f;
    position: relative;
}

.breadCrums h1 {
    margin: 0px;
    margin: 0px;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    /* text-transform: capitalize; */
    font-family: 'DM Sans';
}

.area-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}



.line-1 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234);
    top: 0;
    left: calc(0% - 50px);
}

.line-2 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234 / 13%);
    top: 0;
    left: calc(25% - 15px);
}

.line-3 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234 / 13%);
    top: 0;
    left: calc(25% + 15px);
}

.line-4 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234 / 13%);
    top: 0;
    left: calc(50% - 15px);
}

.line-5 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234 / 13%);
    top: 0;
    left: calc(50% + 15px);
}

.line-6 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234 / 13%);
    top: 0;
    left: calc(75% - 15px);
}

.line-7 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234 / 13%);
    top: 0;
    left: calc(75% + 15px);
}

.line-8 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(231 233 234 / 13%);
    top: 0;
    left: calc(100% + 50px);
}

.breadCrumsContent {
    position: relative;
}

.innerPage .secTitle {
    grid-template-columns: 1fr;
    gap: 20px;
}

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

.innerPage .desc p {
    font-size: 17px;
}

.missionVissionImg img, video.missionVissionImg {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: top;
}

.missionVissionImg {
    border-radius: 20px;
    overflow: hidden;
    max-height: 600px;
    position: relative;
    border: 1px solid #f0f2f4;
}

.missionVissionContent {
    padding-left: 50px;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction:
        column;
    justify-content: flex-start;
    text-align: left;
    align-items: baseline;
    gap: 15px;
}

.missionVissionContent h2 {
    margin: 0px;
    color: #0f0f0f;
    font-size: 30px !important;
    font-weight: 800 !important;
    font-family: 'DM Sans' !important;
}

.missionVissionSec.bgLighGrey .missionVissionContent {
    padding-left: 0px;
    padding-right: 50px;
}

.missionVissionContent .secTitle {
    margin-bottom: 0px;
}

.missionVissionContent h4 {
    margin: 0px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
}

.founderText {
    position: absolute;
    bottom: 0;
    background: #00923e;
    padding: 15px 30px 10px 30px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 10px 10px 0px 0px;
    border-bottom: 5px solid #31ba6b;
}

.founderText h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'DM Sans';
    color: #fff;
}

.quateText {
    padding: 55px 25px 25px 25px;
    background: #f0f2f4;
    border-radius: 20px;
    position: relative;
}

.quateText p {
    color: #000;
    font-weight: 500;
    font-style: italic;
}

.quateText img {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 30px;
    opacity: .1;
}

.missionVissionSec .secBigTitle.textcenter {
    justify-content: center;
}

.missionVissionSec .secBigTitle.textcenter h5 {
    color: #0f0f0f;
    font-size: 35px;
    font-weight: 900;
    font-family: 'DM Sans';
}

.CertificationsImg {
    background: #f0f2f4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px;
    min-height: 400px;
}

.CertificationsImg img {
    object-fit: scale-down;
    display: flex;
    object-position: center;
    padding: 15px;
    border: 1px solid #2222;
    background: #fff;
}

.descPoints ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0px;
    list-style: none;
}

.descPoints ul li {
    padding: 15px;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 12px;
    color: #0E0F11;
    margin: 0px;
    font-size: 14px;
    font-family: 'Instrument Sans';
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.descPoints ul li img {
    max-width: 22px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(39%) saturate(5705%) hue-rotate(137deg) brightness(92%) contrast(101%);
}

.PaymentsDetailsContent {
    max-width: 60%;
    margin: auto;
}

.PaymentsDetailsContent ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.PaymentsDetailsContent ul li {
    padding: 20px;
    background: #f4f4f445;
    border: 1px solid #2222220f;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 35px;
}

.PaymentsDetailsContent ul li .TitleDetails {
    color: #00923e;
    margin: 0px;
    font-size: 16px;
    font-family: 'Instrument Sans';
    font-weight: 700;
}

.PaymentsDetailsContent ul li .TitleDetails~span {
    color: #0E0F11;
    margin: 0px;
    font-size: 14px;
    font-family: 'Instrument Sans';
    font-weight: 600;
    text-align: right;
}

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

.ProductsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.ProductsItem {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #f0f2f4;
    background: #f0f2f4;
}

.ProductsItem .ProductsContent {
    padding: 30px;
}

.ProductsItem .ProductsContent h5 {
    color: #0E0F11;
    margin: 0px;
    font-size: 20px;
    font-family: 'Instrument Sans';
    font-weight: 700;
}

.ProductsImage {
    border-radius: 12px 12px 22px 22px;
    overflow: hidden;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductsItem a {
    text-decoration: unset;
}


.productDetailsPage .secBigTitle h5,
.innerPage .secBigTitle h5 {
    font-size: 28px !important;
    font-weight: 800 !important;
}

.specification-table th,
.specification-table td {
    padding: 20px;
    border: 1px solid #e7e9eb;
}

.specification-table td {
    background: #f0f2f424;
    color: #0E0F11;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.specification-table th {
    background: #3555a0;
    color: #fff;
    font-weight: 600;
    border: 1px solid #ffffff1c;
}

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

.ProductAppImg img {
    width: 100%;
}

.ProductAppImg img {
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

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

.ProductAppImg h5 {
    margin: 0px;
    position: absolute;
    bottom: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    background: linear-gradient(0deg, #000000a8, transparent);
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 16px;
    font-family: 'Instrument Sans';
    font-weight: 600;
    text-transform: capitalize;
}

.specification-table {
    width: 100%;
}

.productDetailsPage .missionVissionImg {
    height: 100%;
}

.OneGrid ul {
    grid-template-columns: 1fr;
    display: grid;
    width: fit-content;
}

.productDetailsPage .secBigTitle,
.innerPage .secBigTitle {
    margin-bottom: 30px;
}

.productImg img {
    width: 100%;
    height: 100%;
}

.desc ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc ul li {
    display: flex;
    gap: 10px;
    color: #0E0F11;
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'DM Sans';
    align-items: center;
}

.desc ul li img {
    max-width: 34px;
}

.desc h3 {
    line-height: 28px;
    font-size: 22px;
    font-weight: 800;
    margin: 0px;
    font-family: 'DM Sans';
    color: #000;
}

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

.productDetailsImgItem img,
.RelatedProductImg img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.productDetailsImgItem,
.RelatedProductImg {
    border-radius: 20px;
    overflow: hidden;
}

.RelatedProductWrapper .secBigTitle {
    margin: 0px;
}

.RelatedProductWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.CareersGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.CareersItem {
    padding: 25px;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    box-shadow: 1px 1px 14px 9px #bdbdbd0d;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.CareersItem .CareersContent {
    display: flex;
    flex-flow: column;
    gap: 10px
}

.CareersItem .CareersContent p {
    margin: 0;
    font-size: 16px
}

.CareersItem .CareersContent .BtnProduct {
    width: fit-content;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    border-radius: 10px;
    font-weight: 300;
    margin-top: 20px
}

.CareersIcon {
    width: 40px;
    height: 40px
}

.CareersFormWrapper form input,
.CareersFormWrapper form textarea,
.CareersFormWrapper form select {
    background: #fff !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    outline: 0 !important;
    box-shadow: 0 0 !important;
    border: 0;
    padding: 20px;
    font-family: "Instrument Sans", sans-serif;
    border: 1px solid #2222;
}

.CareersFormWrapper form {
    display: grid;
    gap: 20px
}

.CareersFormWrapper {
    padding: 30px;
    background: 0 0;
    border-radius: 10px;
    margin: auto;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
}

.CareersFormWrapper form input.submit {
    padding: 15px !important;
    background: #15b056 !important;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: .5px;
    width: 100%;
    font-family: "Instrument Sans", sans-serif;
    color: #ffff;
}

.fileUploadWrapper input {
    background: 0 0 !important;
    opacity: 0
}

.fileUploadWrapper {
    position: relative;
    background: #fff;
    border-radius: 10px !important;
    border: 1px solid #2222;
}

.fileUploadWrapper label.custom-file-upload {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 20px;
    font-size: 13px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px !important
}

.ContactUsItem {
    background: #F0F2F4;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: fit-content;
    border-radius: 12px;
}

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

.ContactUsItem h5 {
    margin: 0px;
    color: #0f0f0f;
    font-size: 18px;
    font-weight: 800;
    font-family: 'DM Sans';
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 10px;
}

.ContactUsItem p {
    font-weight: 400;
    font-family: 'DM Sans';
    color: #525355;
    margin: 0px;
    font-size: 16px;
}

.ContactUsItem ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ContactUsItem ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ContactUsItem ul li a {
    text-decoration: unset;
    font-weight: 600;
    font-family: 'DM Sans';
    color: #000;
    margin: 0px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ContactUsSubItemWrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 30px;
    border-top: 1px solid #2222;
}

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

.ContactUsItem .logo {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.ContactUsItem ul li a img {
    max-width: 24px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(13%) saturate(6623%) hue-rotate(119deg) brightness(96%) contrast(106%);
}

.ContactUsItem h5:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #00923f;
    position: absolute;
    bottom: 0;
}

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

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

.ContactUsItem .logo img {
    width: 100%;
}

.ContactUsSubItemWrapper .ContactUsItem {
    background: #fff;
    height: 100%;
    gap: 15px;
}


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

.ContactUsGrid.TwoGrid .ContactUsMainAddress {
    grid-template-columns: 1fr;
}

.ContactUsGrid.TwoGrid .ContactUsMainAddress .logo {
    max-width: 100px;
}

.ContactUsGrid.TwoGrid .ContactUsMainAddress ul li {
    flex-wrap: wrap;
}

.ContactUsGrid.TwoGrid .ContactUsItem {
    height: 100%;
}


.ContactUsItem.borderNone .ContactUsSubItemWrapper {
    border: 0px;
    padding: 0px;
    grid-template-columns: 1fr 1fr;
}

.ContactUsFormSec input {
    background: #fff !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    outline: 0 !important;
    box-shadow: 0 0 !important;
    border: 0;
    padding: 15px 20px;
    font-family: "Instrument Sans", sans-serif;
    border: 1px solid #2222;
}

.ContactUsFormSec textarea {
    min-height: 120px;
    background: #fff !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    outline: 0 !important;
    box-shadow: 0 0 !important;
    border: 0;
    padding: 20px;
    font-family: "Instrument Sans", sans-serif;
    border: 1px solid #2222;
}

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

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

.inputCaptchaGrid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
}

.ContactUsFormSec input.submit.submitbutton {cursor: pointer;display: inline-flex;align-items: center;gap: 12px;color: #fff;font-style: normal;font-weight: 500;line-height: 42px;padding: 9px 40px;border: 0px;text-decoration: unset;transition: all .3s;background: linear-gradient(135deg, rgba(49, 201, 245, 1) 0%, rgba(51, 86, 161, 1) 58%, rgba(51, 86, 161, 1) 100%) !important;}

.SecondShape img {
    width: 100%;
}

.desc p b {
    color: #2f58a3;
}

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

.AboutImgWrapper .aboutImg {
    /* height: 400px; */
}

.AboutImgWrapper .aboutImg video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}


.productItem .productImage img {
    width: 100%;
}

.productImage {
    border-radius: 20px;
    overflow: hidden;
}

.productContent {
    padding: 25px 30px;
}

.productContent h5 {
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    letter-spacing: 0.2px;
    font-family: "Instrument Sans", sans-serif;
}

.productItem {
    border: 1px solid #f0f2f4;
    border-radius: 20px;
    overflow: hidden;
    background: #f0f2f4;
}
a.navbar-brand {
    max-width: 14%;
}
.ourApplicationImage img {
    width: 100%;
    aspect-ratio: 2 / 2.5;
    object-fit: cover;
}

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

.ourApplicationImage {
    border-radius: 20px;
    overflow: hidden;
}

.ourApplicationItem {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ourApplicationItem .ourApplicationContent {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(360deg, #000000cc, transparent);
    width: 100%;
    height: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.ourApplicationItem .ourApplicationContent h5 {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
}
/* 
.ourApplication .swiper-slide:nth-child(odd) {
    padding-top: 50px;
} */
.FooterBottom ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: auto;
    gap: 25px;
}

.FooterBottom ul  a {
    text-decoration: unset;
    font-size: 16px;
    line-height: 1;
    border-radius: 20px;
    display: inline-block;
    text-transform: capitalize;
    color: #222;
    text-decoration: unset;
    font-family: 'DM Sans';
    transition: 0.8s all;
    line-height: 32px;
    /* opacity: 0.6; */
    font-weight: 500;
}

.FooterBottom {
    padding: 20px 0px;
    border-top: 1px solid #e8e9eb;
}

.FooterDropImg img {
    position: absolute;
    top: -100px;
    opacity: .1;
    max-width: 300px;
    left: 0;
}


.clientSwiper .swiper-slide {
    width: auto;
}


.inqueryForm {
    background: linear-gradient(180deg, #fafafa, transparent);
    /* padding-bottom: 0px; */
}
.CustomPending {
    padding: 60px 0px;
}
.inqueryForm form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    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: #fff !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: 40px;
    background: #3756a1 !important;
    margin-right: auto;
    margin: 15px 0px 0px;
    font-size: 14px;
}

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

.secBigTitle h5 span {
    color: #34549f;
}

/* .aboutPageExtraContent {
    display: grid;
    grid-template-columns: 35% 1fr;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 40px;
}

.aboutPageExtraContent .secBigTitle {
    margin: 0px;
}

.aboutPageExtraContent .secBigTitle h5 {
    font-size: 45px;
    font-weight: 600;
    font-family: 'DM Sans';
} */

.AboutPage .AboutImgWrapper {
    padding: 30px 0px;
    margin: 30px 0px;
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 25px;
    border-bottom: 1px solid rgba(14, 15, 17, 0.08);
}

.AboutPage .AboutImgWrapper .aboutImg img {
    max-height: 300px;
    object-fit: fill;
}
.AboutPage .counterSecWrapper {
    padding-top: 0px;
    border: 0px;
}

.AboutPage .counterSecWrapper .counterContentItem p {
    font-size: 16px;
    font-weight: 500;
}

.AboutPage .counterSecWrapper .countWrapper span ~ span {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.AboutPage .counterSecWrapper .countWrapper span ~ span h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
.AboutPage .counterSecWrapper .countWrapper {
    justify-content: center;
}

.AboutPage .counterSecWrapper .countWrapper ~ p {
    text-align: center;
}

.AboutPage .aboutUs  .secBigTitle {
    margin-bottom: 15px;
}

.AboutPage .secBigTitle h5 {
    font-size: 30px;
}

.mb-20{
    margin-bottom: 20px !important;
}

.qualityAssurance .secBigTitle h5 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'DM Sans';
}

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

.ClientsGrid .clientItem:nth-last-child(3) {
    grid-column: unset;
}


.ContactDetailsSec  .ContactDetailsItem h5 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 900;
    color: #000;
    font-family: 'DM Sans';
    position: relative;
    z-index: 1;
    text-align: center;
}

.ContactDetailsSec .ContactDetailsItem .secBigTitle {
    margin-bottom: 6px !important;
}

.ContactDetailsTopWrapper {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    align-items: center;
}

.ContactDetailsTopWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}


.ContactAddressItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 32px !important;
    border: 1px solid #d5d7d84d;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #2222;
    height: 100%;
}

.ContactAddressItem h5 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    color: #3756a1;
    font-family: 'DM Sans';
    margin: 0px;
}

.ContactAddressItem p, .ContactAddressItem ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'DM Sans';
    color: #525355;
    margin: 0px;
    text-decoration: unset;
}

.ContactAddressItem ul {
    list-style: none;
    padding: 0px;
}
.ContactAddressItem .Icon {
    width: 60px;
    height: 60px;
    padding: 15px;
    background: #34549f;
    border-radius: 100px;
    margin-bottom: 10px;
}

.ContactAddressItem .Icon img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%) hue-rotate(269deg) brightness(113%) contrast(102%);
}
.MapSec iframe {
    width: 100%;
    height: 100%;
}

.MapSec {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
}

.productItem a {
    text-decoration: unset;
}

.missionVissionContent .desc h3 {
    font-size: 16px;
}

.productDetailsPage .secBigTitle {
    text-align: left;
    justify-content: flex-start;
}

.productDetailsPage .OurUspsGrid .OurUspsContent {
    align-items: baseline;
}

.productDetailsPage .OurUspsGrid .OurUspsContent ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.productDetailsPage .OurUspsGrid .OurUspsContent ul li, .keyBenifit ul li {
    display: flex;
    gap: 10px;
    color: #0E0F11;
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'DM Sans';
    align-items: center;
}

.productDetailsPage .OurUspsGrid .OurUspsContent ul li img, .keyBenifit ul li img {
    max-width: 34px;
}

.productDetailsPage .OurUspsGrid .OurUspsItem {
    justify-content: left;
    align-items: baseline;
    height: 100%;
}

.productDetailsPage .OurUspsGrid .OurUspsContent p {
    text-align: left;
}
.productDetailsPage .OurUspsGrid .OurUspsItem .OurUspsIcon {
    background: transparent;
    width: auto;
    height: auto;
    border: 0px;
    padding: 0px;
}

.productDetailsPage .OurUspsGrid .OurUspsItem .OurUspsIcon img {
    max-width: 50px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(73%) saturate(679%) hue-rotate(186deg) brightness(93%) contrast(90%);
}
.keyBenifit ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.border-left {
    padding-left: 50px;
    border-left: 1px solid #2222;
}
.pr-5 {
    padding-right: 50px;
}

.specification-table ~ .desc {
    padding: 15px 0px 0px;
}
.productDetailsSec  .secTitle, .ProductAppSec .secTitle {
    gap: 8px;
    margin-bottom: 30px;
}

.WorkingImg img {object-fit: scale-down;background: #fff;max-height: fit-content;}

.WorkingImg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.TwoGrid ul {
    grid-template-columns: 1fr 1fr;
}

.fourGird {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
}

.fourGird li {
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #2222;
}

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

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

.ThirdItem h4 {
    font-size: 18px !important;
    font-weight: 800 !important;
    font-family: 'DM Sans';
}

.pr-0 {
    padding-right: 0px !important;
}

.PrivacyPolicyContentWrapper {
    padding: 0px;
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.PrivacyPolicyContentWrapper .missionVissionContent {
    padding: 0px;
    gap: 8px;
}

.PrivacyPolicyContentWrapper .missionVissionContent h2 {
    font-size: 20px !important;
}

.PrivacyPolicyContentWrapper .missionVissionContent p a {
    text-decoration: unset;
    color: #34549f;
    font-weight: 600;
}



li.nav-item.dropdown:hover .ourproductmenu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}


.dropdown-menu li {
    border-bottom: 1px solid #e9e8e8;
    transition: 0.8s all;
}

.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    display: inline-table;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    text-align: right;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid black;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

.ourproductmenu,
.ourproductmenu li .dropdown-menu {
    padding: 0px;
    border-radius: 12px;
    min-width: 300px;
}

.ourproductmenu a.dropdown-item {
    color: #000;
    white-space: normal;
    padding: 15px !important;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: normal;
    font-family: 'Instrument Sans';
    font-weight: 500;
}

.ourproductmenu.dropdown-menu li:last-child {
    border-bottom: 0px;
}

.ourproductmenu.dropdown-menu li:first-child a {
    border-radius: 10px 10px 0px 0px;
}

.ourproductmenu.dropdown-menu li:last-child a {
    border-radius: 0px 0px 10px 10px;
}

.ourproductmenu a.dropdown-item:hover {
    background: #f4f4f4;
    color: #3656a1;
}


.FooterDektopNone{
    display: none !important;
}

.aboutUsInner {
    border: none !important;
    padding-bottom: 10px !important;
}