@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'bahnschrift';
    src: url('../fonts/bahnschrift.woff') format('woff2');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    background-size: cover;
    overflow-x: hidden;
    color: var(--black-color);
}

h2,
h3,
h4,
h5 {
    font-family: 'bahnschrift';
}

p {
    font-family: 'bahnschrift';
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
    font-family: "Rajdhani", sans-serif;
    display: inline-block;
    transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #062e42;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #004c72;
}

/* loader styling start  */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 34, 78, 1) 0%, rgba(3, 89, 163, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-wrapper.loaded {
    display: none;
}

.loader {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 15px auto;
    position: fixed;
    color: #ccc;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.box {
    width: 20px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    animation: loader 1s linear infinite;
}

#loader1 {
    animation-delay: .1s;
}

#loader2 {
    animation-delay: .2s;
}

#loader3 {
    animation-delay: .3s;
}

#loader4 {
    animation-delay: .4s;
}

#loader5 {
    animation-delay: .5s;
}

@keyframes loader {

    0%,
    100% {
        height: 90px;
    }

    50% {
        height: 20px;
    }
}

/* loader styling end  */
.fontch {
    /* font-family: 'bahnschrift'; */
}

.innerBanner-sec h1>.fontch img {
    width: 100%;
    max-width: 63px;
    transform: translateY(-6px);
    filter: invert(1);
}

.banr-cont>h2>.fontch>img {
    width: 100%;
    max-width: 55px;
    transform: translateY(-5px);
    filter: invert(1);
}

.nic-fil>.or-vsn-cont span.fontch img {
    max-width: 40px;
    transform: translateY(-4px);
}

/* HEADER START */
header {
    z-index: 9;
}

.menu-br {
    /* border-bottom: 2px solid #6868685e; */
}

.navbar-brand {
    width: 290px;
}

.hed-par {
    margin-left: 31px;
}

.navbar-brand h2 {
    font-size: 30px;
    color: #00512a;
    font-weight: 500;
}

.menu-br .navbar-brand img {
    max-width: 250px;
    width: 100%;
}

.nv-crt li a:hover {
    color: #fff;
}

.hdr-tul li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.hdr-tul li button {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
}

.hdr-tul li .dropdown-menu {
    background-color: #000000;
}

.hdr-tul li a:hover {
    color: #818181;
}

.hdr-tul {
    gap: 100px;
}

.hed-botofcan {
    width: 100%;
    border-bottom: 1px solid #0000001b;
}

.hed-par p {
    font-size: 20px;
    font-weight: 600;
}

.dropdown-menu {
    display: none;
}

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

/* HEADER END */
/* HOME PAGE START */
.pd-t {
    padding-top: 90px;
}

.pd-b {
    padding-bottom: 90px;
}

.al-im {
    width: 100%;
}

.main-banner {
    height: 100vh;
}

.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0 150px;
}

.testimonial .owl-stage {
    transition-timing-function: ease-in-out !important;
}

.snd-hed {
    font-size: 64px;
    line-height: 68px;
    font-weight: bold;
    text-transform: uppercase;
}

.banr-cont p {
    font-size: 20px;
    opacity: 1;
}

.client-sec .snd-hed span {
    color: #167FBE;
}

.para {
    font-size: 16px;
    line-height: 27px;
    opacity: 0.7;
    font-weight: 100;
}

.demo {
    background: linear-gradient(90deg, rgba(124, 203, 240, 1) 0%, rgba(15, 94, 181, 1) 100%);
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 5px 5px 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.demo span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
}

.banr-cont h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 62px;
}

.subheading {
    letter-spacing: 7px;
    margin-bottom: 20px;
    font-size: 22px;
    padding-top: 30px;
}

.manag-sec {
    background-color: #077ec0;
    padding: 10px 0;
    margin-top: -50px;
    z-index: 99;
    position: relative;
}

.textwidth h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 88%;
    margin: 20px auto 0;
    text-align: center;
}

.textwidth p {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    display: none;
    transition: all .3;
}

.sethover:hover h3 {
    color: #000 !important;
}

.sethover:hover p {
    display: block;
}

.marquee-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.marquee p {
    opacity: 1;
}

.manag-sec .item {
    flex: 0 0 auto;
    margin-right: 40px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee:hover {
    animation-play-state: paused;
}

.abt-cont {
    background-color: #f6f6f6;
    padding: 65px 35px;
    border-radius: 0px 20px 20px 0px;
}

.abt-cont h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.red-bt .demo {
    background: linear-gradient(261deg, rgba(15, 94, 181, 1) 100%, rgba(124, 203, 240, 1) 0%);
}

.abt-cont::before {
    content: '';
    position: absolute;
    background-color: #045fa8;
    height: 230px;
    width: 50px;
    bottom: 0;
    right: -15px;
    border-radius: 10px;
    z-index: -9;
}

.patent {
    background-color: #e6f8ff;
    height: 550px;
    border-radius: 10px;
}

.certi-ic h4 span {
    display: block;
}

.certi-ic h4 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
    margin: 0;
    color: #156295;
    min-height: 67px;
}

.ids-mng {
    align-content: ign;
    background: linear-gradient(90deg, rgba(15, 34, 78, 1) 0%, rgba(3, 89, 163, 1) 100%);
    height: 550px;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.certi-ic .cr-ic {
    background: radial-gradient(circle, rgba(22, 127, 190, 1) 0%, rgba(10, 59, 88, 1) 100%);
    width: 90px;
    height: 90px;
    line-height: 83px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    border: 3px solid #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pat-hed {
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
}

/* .certi-ic a {
    color: #0890cf;
    text-transform: uppercase;
    border-bottom: 1px solid #0890cf;
    font-weight: bold;
} */
.innr-hed>span>.hdrr-im {
    filter: invert(1);
}

h3.innr-hed>img {
    filter: invert(1);
    min-height: 40px;
    transform: translateY(-4px);
}

.snd-hed>span>.hdrr-im {
    filter: invert(1);
}

.snd-hed>span .hdrr-im {
    filter: invert(1);
}

.certi-ic p {
    line-height: 22px;
    color: #156295;
    min-height: 89px;
}

.electron p {
    height: 60px;
    overflow-y: scroll;
    min-height: 0px;
}

/*
 *  STYLE 3
 */

.electron p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.electron p::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.electron p::-webkit-scrollbar-thumb {
    background-color: #156295;
}

.innerBanner-sec h1>img {
    min-height: 50px;
    transform: translateY(-4px);
}

.certi-ic a:hover .mor {
    background-color: #167fbe;
    transition: all 0.5s;
}

.certi-ic a:hover .mr-arw {
    background-color: #122c47;
    transition: all 0.5s;
}

.certi-ic a {
    transition: all 0.5s;
}

.mor {
    background-color: #122C47;
    color: #FFFFFF;
    font-family: 'Rajdhani';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 89px;
    border-radius: 7px;
    margin-right: 10px;
}

.mr-arw {
    background-color: #167FBE;
    color: #FFFFFF;
    padding: 20px 25px;
    border-radius: 7px;
    font-size: 18px;
}

.features-sec .owl-carousel .owl-nav button.owl-prev,
.features-sec .owl-carousel .owl-nav button.owl-next,
.features-sec .slick-prev,
.features-sec .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 50% !important;
    transform: translatey(-50%);
    color: transparent;
}

.features-sec .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.features-sec .owl-carousel .owl-nav button.owl-next {
    right: -4px;
}

.features-sec .owl-carousel .owl-nav button.owl-next:after,
.features-sec .slick-next:after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-lft.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
}

.features-sec .owl-carousel .owl-nav button.owl-prev:after,
.features-sec .slick-prev:after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-rgt.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
}

.letr-al {
    background-color: #f6f6f6;
    padding: 72px 50px;
    border-radius: 20px;
}

.ready-sec {
    margin-top: 100px;
}

.rdy-lnk .rst {
    background: linear-gradient(90deg, rgba(15, 34, 78, 1) 0%, rgba(3, 89, 163, 1) 100%);
}

.rdy-lnk .cct {
    color: #161616;
    background: #fefefe;
}

.rdy-lnk .cct span {
    background: linear-gradient(90deg, rgba(15, 34, 78, 1) 0%, rgba(3, 89, 163, 1) 100%);
}

.rdy-lnk .cct span img {
    filter: brightness(0) invert(1);
}

.why-cont {
    background-color: #f6f6f6;
    padding: 30px 25px;
    border-radius: 10px;
}

.ipdas-lst {
    background: linear-gradient(90deg, rgba(15, 34, 78, 1) 0%, rgba(3, 89, 163, 1) 100%);
    padding: 30px;
    border-radius: 10px 0px 0px 0px;
    top: 0;
    width: 49%;
}

.ipdas-lst li {
    font-size: 16px;
    opacity: 0.7;
    line-height: 23px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.ipdas-lst li::before {
    content: '';
    position: absolute;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    top: 7px;
    width: 17px;
    height: 15px;
    left: 0;
}

.clnt-inr {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
    transition: all 1s;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-sec .owl-stage-outer {
    padding: 15px 10px 15px 10px;
}

.testimonial .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.testimonial .owl-nav button {
    position: absolute;
    background: #000 !important;
    color: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    pointer-events: all;
    transition: 0.3s ease;
}

.testimonial .owl-nav button:hover {
    background: #ff6600 !important;
}

.testimonial .owl-prev {
    left: -45px;
}

.testimonial .owl-next {
    right: -54px;
}

.testimonial .owl-nav button span {
    display: block;
    font-size: 33px;
    position: relative;
    top: -5px;
}

.owl-prev-icon,
.owl-next-icon {
    font-size: 20px;
    line-height: 45px;
}

.clnt-nam h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: bold;
    line-height: 20px;
}

.clnt-nam h4 span {
    font-size: 16px;
}

.clnt-inr p {
    color: #363636;
}

.clnt-inr li {
    font-size: 12px;
    color: #f39f1e;
}

.clnt-inr li small {
    font-size: 16px;
    color: #363636;
    font-weight: 600;
}

.clnt-im {
    margin-top: -8px;
}

.clnt-inr:hover {
    background: linear-gradient(90deg, rgba(15, 34, 78, 1) 0%, rgba(3, 89, 163, 1) 100%);
    transition: all 1s;
    transform: scale(1.1);
}

.clnt-inr:hover .clnt-nam h4 {
    color: #ffffff;
}

.clnt-inr:hover p {
    color: #ffffff;
}

.clnt-inr:hover li small {
    color: #ffffff;
}

footer {
    background-color: #18244c;
    padding: 60px 0 0;
    position: relative;
}

.footer-logo img {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.7;
}

.footer h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.feat-fot-lst ul {
    column-count: 2;
}

.footer h6 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

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

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'Montserrat';
}

.footer ul li a:hover {
    color: #00adef;
}

.contact-info li {
    display: flex;
    align-items: anchor-center;
    color: #ffffff;
    gap: 7px;
}

.social-links a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(124, 203, 240, 1) 0%, rgba(15, 94, 181, 1) 100%);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.social-links a:hover {
    background-color: #00adef;
    color: #fff;
}

.footer-logo:before {
    content: '';
    position: absolute;
    background-color: #484848;
    width: 80%;
    height: 2px;
    bottom: -2px;
}

.footer h5::before {
    content: '';
    position: absolute;
    background-color: #484848;
    width: 90%;
    height: 2px;
    bottom: -34px;
}

.footer-bottom {
    background-color: #18244c;
    text-align: start;
    padding: 15px 31px 15px;
    font-size: 15px;
    color: #bbb;
    margin-top: 40px;
    font-family: 'Montserrat';
    border-top: 1px solid #484848;
}

.footer .contact-info i {
    color: #00adef;
    margin-right: 8px;
}

.scroll-top {
    position: absolute;
    right: 0px;
    bottom: 0;
    background: linear-gradient(90deg, rgba(124, 203, 240, 1) 0%, rgba(15, 94, 181, 1) 100%);
    width: 100px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scroll-top i {
    color: #fff;
    font-size: 18px;
}

.clnt-inr:hover .clnt-al {
    color: #fff;
}

/* HOME PAGE END */
/* Inner pages Styling START  */
section.innerBanner-sec {
    background: linear-gradient(90deg, rgba(15, 34, 78, 1) 0%, rgba(3, 89, 163, 1) 100%);
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.clnt-al {
    min-height: 60px;
}

.clnt-inr>.para {
    min-height: 82px;
    max-height: 82px;
    overflow: auto;
}

.scrollerBox {
    min-height: 380px;
    overflow: auto;
    max-height: 380px;
}

.scrollerBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollerBox::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollerBox::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #000;
}

.deialpage {
    min-height: 970px;
}

/* .transparentbg {
    background: #fff;
    box-shadow: 0px 0px 1px 1px #ccc;
    min-height: 400px !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: unset;
} */
.transparentbg {
    background: #fff;
    box-shadow: 0px 0px 1px 1px #ccc;
    /* min-height: 400px !important; */
    display: flex;
    flex-direction: column;
    align-items: start;
    height: auto;
    /* max-height: 500px; */
}

.transparentbg>a {
    margin-top: 20px !important;
}

.deialpage>img {
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

/* Conatact Page START  */
.form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    max-width: 800px;
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h1 {
    color: #003d7a;
    /* font-size: 32px; */
    margin-bottom: 10px;
    font-weight: 700;
}

.form-header p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 15px;
}

.contact-sec .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-sec .form-row.full {
    grid-template-columns: 1fr;
}

.contact-sec label {
    display: block;
    margin-bottom: 8px;
    color: #003d7a;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-sec input[type="text"],
.contact-sec input[type="email"],
.contact-sec input[type="tel"],
.contact-sec textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.contact-sec input[type="text"]:focus,
.contact-sec input[type="email"]:focus,
.contact-sec input[type="tel"]:focus,
.contact-sec textarea:focus {
    outline: none;
    border-color: #003d7a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 61, 122, 0.1);
}

.contact-sec textarea {
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
}

.contact-sec .submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #003d7a 0%, #005fa3 100%);
    color: white;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.contact-sec .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 61, 122, 0.3);
}

.contact-sec .submit-btn:active {
    transform: translateY(0);
}

.contact-sec .success-message {
    display: none;
    background: #4caf50;
    color: white;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.contact-sec .error-message {
    display: none;
    background: #f44336;
    color: white;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.innr-hed {
    font-size: 64px;
    font-weight: bold;
    color: #122C47;
    line-height: 81px;
    text-transform: uppercase;
}

.what-we-sec {
    background-color: #d9d9d969;
    padding: 65px 0;
    margin-top: 90px;
}

.visn-bk {
    background-color: #d9d9d969;
    padding: 65px 0;
    margin-top: 90px;
    border-radius: 15px;
}

.visn-box {
    background: linear-gradient(90deg, rgba(22, 127, 190, 1) 0%, rgba(18, 44, 71, 1) 100%);
    border-radius: 10px;
    padding: 20px 40px;
    margin: 0px -150px 15px 0px;
    z-index: 99;
    position: relative;
}

.visn-box p {
    color: #FFFFFF !important;
    opacity: 0.7;
}

.or-vsn-cont p {
    color: #122C47;
    font-weight: 500;
    line-height: 27px;
}

.history-sec {
    margin-top: 70px;
}

.productivity-sec {
    background-repeat: no-repeat;
    background-size: cover;
}

.prd {
    background-image: url(../images/product.png);
    background-size: cover;
    width: 320px;
    height: 185px;
    bottom: 260px;
    left: 60px;
    transition: all 0.5s ease-in-out;
}

.prd::after {
    content: '';
    position: absolute;
    background-image: url(../images/prd-aft.png);
    background-size: cover;
    width: 490px;
    height: 50px;
    left: 300px;
    bottom: 80px;
}

.prd h3 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.custom-al {
    background-image: url(../images/customiz.png);
    background-size: cover;
    width: 320px;
    height: 185px;
    top: 204px;
    left: 110px;
    transition: all 0.5s ease-in-out;
}

.custom-al::after {
    content: '';
    position: absolute;
    background-image: url(../images/cust-aft.png);
    background-size: cover;
    width: 442px;
    height: 192px;
    left: 300px;
    top: 80px;
}

.intigrad-bx:hover {
    background-image: url(../images/integration-hovr.png);
    transition: all 0.5s ease-in-out;
}

.intigrad-bx:hover h3 {
    color: #000000;
}

.prd:hover {
    background-image: url(../images/product-hovr.png);
    transition: all 0.5s ease-in-out;
}

.prd:hover h3 {
    color: #000000;
}

.smart-bx:hover {
    background-image: url(../images/smart-hovr.png);
    transition: all 0.5s ease-in-out;
}

.smart-bx:hover p {
    color: #000000;
}

.data-al:hover {
    background-image: url(../images/data-hovr.png);
    transition: all 0.5s ease-in-out;
}

.data-al:hover h3 {
    color: #000000;
}

.custom-al:hover {
    background-image: url(../images/customiz-hovr.png);
    transition: all 0.5s ease-in-out;
}

.custom-al:hover h5 {
    color: #000000;
}

.custom-al:hover p {
    color: #000000;
}

/* .intigrad-bx:hover {
    filter: brightness(0) invert(100);
}
.smart-bx:hover {
    filter: brightness(0) invert(100);
}
.prd:hover {
    filter: brightness(0) invert(100);
}
.data-al:hover {
    filter: brightness(0) invert(100);
}
.custom-al:hover {
    filter: brightness(1) invert(33);
} */
.prod-all>img {
    width: 100%;
    position: relative;
    z-index: 0;
    max-width: 45vw;
    transform: translateY(60px) translateX(-15px);
}

.sethover::after {
    content: "";
    z-index: 0;
}

.data-al {
    background-image: url(../images/data.png);
    background-size: cover;
    width: 320px;
    height: 185px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.csbtn2 {
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.csbtn2 .mor {
    padding: 20px;
    width: 100%;
    min-width: 100%;
}

.data-al::after {
    content: '';
    position: absolute;
    background-image: url(../images/data-aft.png);
    background-size: cover;
    width: 67px;
    height: 202px;
    left: 110px;
    top: 167px;
}

.custom-al h5 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.smart-bx {
    background-image: url(../images/smart.png);
    background-size: cover;
    width: 321px;
    height: 185px;
    top: 194px;
    right: 180px;
}

.smart-bx::after {
    content: '';
    position: absolute;
    background-image: url(../images/smar-aft.png);
    background-size: cover;
    width: 405px;
    height: 140px;
    right: 300px;
    top: 100px;
}

.custom-al p {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.data-al h3 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.smart-bx p {
    font-size: 11px !important;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto 0;
    width: 85%;
    text-align: center;
}

.intigrad-bx {
    background-image: url(../images/integration.png);
    background-size: cover;
    width: 351px;
    height: 195px;
    bottom: 374px;
    right: 70px;
}

.intigrad-bx::after {
    content: '';
    position: absolute;
    background-image: url(../images/inti-aft.png);
    background-size: cover;
    width: 491px;
    height: 104px;
    right: 331px;
    top: 100px;
}

.intigrad-bx h3 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 20px auto 0;
}

.zable-lst {
    background: radial-gradient(circle, rgba(22, 127, 190, 1) 0%, rgba(18, 44, 71, 1) 100%);
    padding: 20px 30px;
    border-radius: 10px;
}

.zable-lst li {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    list-style-type: disc;
    margin-bottom: 15px;
}

.zable-lst ul {
    padding: 0 0 0 10px;
    margin: 0;
    min-height: 300px;
    max-height: 300px;
    overflow: auto;
}

.zable-lst ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.zable-lst ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.zable-lst ul::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.flow h3 {
    font-size: 63px;
}

.clutt {
    background: linear-gradient(117deg, rgb(22, 127, 190) 0%, rgb(18, 44, 71) 100%);
    padding: 10px 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    min-height: 330px;
    max-height: 330px;
    overflow: auto;
}

.clutt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.clutt::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.clutt::-webkit-scrollbar-thumb {
    background-color: #000000;
}



.nic-fil::after {
    content: '';
    position: absolute;
    /* background-image: url(../images/elec-aft.png); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    bottom: 13px;
    left: 0;
}

.nic-fil {
    background-color: #FFFFFF;
    border: 1px solid #167FBE;
    border-radius: 15px;
    padding: 20px 25px 20px 42px;
}

.nic-fil {
    min-height: 650px;
}

.clutt h4 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.clutt p {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.6;
}

.nic-fil .innr-hed {
    line-height: 54px;
    margin-bottom: 15px;
    font-size: 44px;
}

.nic-fil .innr-hed span {
    color: #167FBE;
}

.clt-all {
    overflow-y: scroll;
    height: 427px;
    padding: 0 15px 0 0px;
}

.clt-all::-webkit-scrollbar {
    width: 10px;
}

.clt-all::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 14px;
}

.clt-all::-webkit-scrollbar-thumb {
    background: #167FBE;
    border-radius: 15px;
}

.clt-all::-webkit-scrollbar-thumb:hover {
    background: #004c72;
}

.electronic-sec {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0;
}

.accessible h3 {
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
}

.accessible h3 span {
    display: block;
}

.electronic-sec .visn-bk {
    background-color: #dfdddd;
}

.innerBanner-sec h1 {
    text-transform: uppercase;
}

.prod-all {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50px);
}

.electron a {
    width: 100%;
    display: block;
    line-height: 38px;
    background: linear-gradient(278deg, rgba(124, 203, 240, 1) 0%, rgba(15, 94, 181, 1) 40%);
}

.electron a span {
    float: inline-end;
}

.hdrr-im {
    width: 47px;
    height: 50px !important;
    position: relative;
    top: -5px;
}

/* Inner pages Styling END  */

.clnt-al {
    flex-direction: column;
    align-items: start !important;
    /* min-height: 115px; */
}

.envp-cot h6 {
    font-size: 16px;
    margin: 0;
}

.footer h6 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.envp-cot a {
    font-size: 16px;
    color: #ccc;
    font-family: 'Montserrat';
    margin: 0 0 6px 0;
}

.or-vsn-im>img {
    border-radius: 10px;
    min-height: 650px;
}

.envp-cot h6 {
    font-size: 16px;
    margin: 0;
}

.abt-im>img {
    min-height: 640px;
    object-fit: cover;
    border-radius: 20px;
}

.scrollerFixed {
    min-height: 460px;
    max-height: 460px;
    overflow-y: auto;
}

.scrollerFixed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollerFixed::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollerFixed::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.smPost>img {
    min-height: 525px;
    max-height: 525px;
    width: 100%;
    object-fit: contain;
}

.or-vsn-cont {
    min-height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.or-vsn-im {
    display: flex;
    justify-content: space-around;
}




@media (min-width: 1921px) {
    .container {
        min-width: 80% !important;
    }
}