*{
  margin: 0;
  box-sizing: border-box;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.container{
   max-width:1110px !important;

}
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  align-items: center;
  position: relative;
}
img{
  max-width: 100%;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.header_list {
  display: flex;
  gap: clamp(10px,2vw,46px);
}
    .header_list li a {
        color: #222222;
        font-weight: 600;
        text-decoration: none;
    }

    .header_list li.active a {
        color: #0093E6;
    }
header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}
.logo {
  width:clamp(150px,9vw,200px);
  max-width: 100%;
}
.get_quote {
    text-decoration: none;
    padding: 10px 20px;
    background: #030340;
    border-radius: 5px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}
#menu-icon{
  display: none;
  
}
#menu-icon svg{
  width: 20px;
  height: 20px;
}
/*banner*/
.bannerImg {
    margin-top: 30px;
    margin-right: 25px;
}
.bannerText {
    max-width: 469px;
    display: flex;
    flex-direction: column;
    align-self: center;
    flex: 1 1 300px;
}

.bannerSectionInner {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-left:25px;
    padding:45px 0px;
}

.bannerText {
}

    .bannerText button {
        color:#fff;
        background:transparent;
       /* color: #3F444B;*/
      /*  background: #E8EAF3;*/
        padding: 8px 12px 8px 0px;
        border: 0px;
        text-align: left;
        display: flex;
        font-size: 14px;
        width: fit-content;
        font-weight: 600;
        border-radius:5px;
    }

    .bannerText h1 {
        /*     color: #1C163C;*/
        color: #fff;
        font-size: 32px;
        display: block;
        float: left;
        width: 300px;
        margin-bottom: 10px;
        margin-top: 6px;
        font-weight: 700;
    }

        .bannerText h1 span {
            /* color: #0093E6;*/
            color: #fff;
        }

    .bannerText p {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
        font-weight:400;
    }
    .bannerSection {
    padding: 30px 0px;
    
    width: 100%;
    background-size: cover !important;
}
button.get-started {
    background: #0093E6;
    width: 143px;
    height: 48px;
    border-radius: 5px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.slick-next,.slick-prev {
    position: absolute;
    left: calc( 50% - 590px);
    top: 50%;
    font-size:0;
    width:36px;
    height:37px;
   /* aspect-ratio:1;
    border-radius:50%;*/
    border:unset;
    /*background:#7e41b5;*/
}
.slick-prev {
    left: unset;
    right: calc( 50% - 590px);
    background: url("../asset/images/slide-right.png") no-repeat;
}
.slick-next {
    background: url("../asset/images/slide-left.png") no-repeat;
}
/*banner*/
/*footer*/
.footer-top-section {
    background: #0A164C;
    padding: 50px 0px 30px 0px;
}
.foot-left p {
    color: #fff;
    width: 387px;
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 15px;
    max-width:100%;
}


.foot-left ul {
    display: flex;
    margin-top: 7px;
}

    .foot-left ul li a {
        background: #3b4570;
        width: 30px;
        height: 30px;
        display: flex;
        border-radius: 30px;
        line-height: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

.foot-lst ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.foot-lst ul li {
    padding-bottom: 10px;
}

.foot-lst h2 {
    color: #fff;
    padding-bottom: 22px;
    font-size: 18px;
}

.foot-lst ul li p {
    line-height: 22px;
}

.foot-lst ul li a:hover {
    color: #0093E6;
}
.footer-bottom-section {
    background: #0093E6; padding:25px 0px;
}
.footer-bottom-section p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom:0px;
}
/*footer*/
/*solution*/
section.solutionsection {
    padding: 50px 0px;
}

.solution-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}

h5.head-title {
    color: #0093E6;
    font-weight: 600;
    line-height: 22px;
    font-size:18px;
}

h2.sub-head-title {
    color: #222222;
    font-weight: 600;
    font-size: 26px;
}

.solution-header a {
    padding: 6px 25px;
    background: #0093E6;
    border-radius: 5px;
    color: #fff !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    line-height: 33px;
    text-decoration: none;
    display: block;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
}

.solution-product h4 {
    color: #222222;
    font-size: 18px;
    padding-bottom: 7px;
    margin-top: 11px;
}

.solution-product p {
    font-weight: 400;
    font-size: 15px;

  color: #7B7B7B;
    line-height: 22px;
}

.solution-product img {
    border-radius: 8px;
}
.foot-lst.contact-lst ul li a {
    display: flex;
}

    .foot-lst.contact-lst ul li a p {
        margin-left: 9px;
        width:260px;
    }

    .foot-lst.contact-lst ul li a svg {
        width: 33px;
    }
.foot-lst.contact-lst {
    max-width: 100%;
    width: 208px;
    float: right;
}
/*solution*/

/*product*/
section.product {
    padding: 50px 0px;
    background: #F8F8FA;
}
.product h5.head-title {
    text-align: center;
}

.product h2.sub-head-title {
    text-align: center;
}

.product .solution-product h4 {
    max-width: 150px;
    width: 100%;
}

.product .solution-product p {
    max-width: 200px;
    width: 100%;
}

section.product .solution-product {
    background: #fff;
    padding: 20px;
    margin: 20px 0px 10px 0px;
    border-radius: 10px;
}

/*product*/
/*aboutus*/
section.aboutus {
    background: #f5f5f5;
    padding: 50px 0px;
}
svg.prod-growth.best-prod {
    background: #F25767;
}

/*sub page product*/
.product-lst .vert-tab .nav button {
    background: transparent;
    color: #7b7b7b;
    text-align: left;
    border-bottom: 1px solid #E9E9E9;
    border-radius: 0px;
    padding-bottom: 13px;
    padding-left: 0px;
    margin-bottom: 9px;
    font-size: 15px;
}

.product-tab-list h2 {
    color: #222;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 16px;
}

.product-tab-list h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0px 13px 0px;
}

.product-tab-list p {
    color: #7B7B7B;
    font-size: 15px;
    padding-bottom: 13px;
    margin-bottom: 0px;
    line-height: 25px;
    text-align:justify;
}

.product-tab-list img {
    width: 100%;
    max-width: 800px;
}

.product-lst .vert-tab .tab-content {
    margin-left: 36px;
}
.subproduct-section {
    padding: 50px 0px;
    background: #fefefe;
}
.interest-btn, .interest-btn:hover {
    width: 140px;
    height: 48px;
    background: #0093E6;
    line-height: 48px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}
/*sub page product*/
svg.high.best-prod {
    background: #0A164C;
}
svg.best-prod {
    background: #0093E6;
    padding: 10px;
    width: 56px;
    height: 56px;
    border-radius: 5px;
}

.aboutus .solution-product {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

    .aboutus .solution-product svg {
        margin-bottom: 9px;
    }
.aboutSectionInner {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.aboutText {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 450px;
    align-self:center;
}

.aboutus .aboutSectionInner .solution-product {
    background: transparent !important;
    padding: 0px;
}

    .aboutus .aboutSectionInner .solution-product p {
        margin-top: 16px;
    }

    .aboutus .aboutSectionInner .solution-product a {
        padding: 6px 25px;
        background: #0093E6 !important;
        border-radius: 5px;
        color: #fff !important;
        padding-bottom: 0px !important;
        margin: 0px !important;
        line-height: 33px;
        text-decoration: none;
        display: block;
        height: 48px;
        font-size: 15px;
        font-weight: 500;
        width: 135px;
        margin-top: 19px !important;
        display: flex;
    }
.video-abt {
    display: flex;
    border-bottom: 1px solid #ccc;
    align-items: center;
    padding-bottom: 20px;
}

.video-cont {
    margin-left: 23px;
    display: flex;
    flex-direction: column;
    max-width: 350px;
}

.video-lst {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.aboutus .aboutSectionInner .video-lst a {
    background: transparent !important;
    border: 0px !important;
    margin: 0px !important;
    line-height: 0px;
    height: unset;
    width: unset !important;
    padding-left: 6px;
    color: #0093e6 !important;
    font-size:14px;
}

.video-cont h3 {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    font-size: 16px;
    padding-top: 4px;
}

.video-load {
    width: 60px;
    border-radius: 60px;
    background: #050506;
    padding: 13px;
    height: 60px;
}
/*aboutus*/

.solution-smg {
    display: flex;
    justify-content: space-between;
}

.sub-prdt.active .solution-product {
    border: 1px solid #0093E6;
    background: #0093E6;
}
    .sub-prdt.active .solution-product h4, .sub-prdt.active .solution-product p{
        color:#fff;
    }
.sub-prdt:hover .solution-product h4, .sub-prdt:hover .solution-product p {
    color: #fff;
}
 svg.prd-over {
    display: none;
}

.sub-prdt.active .solution-product svg.prd-over {
    /*  display: block;*/
    display: none;
}
.sub-prdt.active .solution-product .solution-smg svg path {
    stroke: #fff;
}

.sub-prdt:hover .solution-product {
    border: 1px solid #0093E6;
    background: #0093E6;
}
    .sub-prdt:hover .solution-product .solution-smg svg path {
        stroke: #fff;
    }
    .sub-prdt:hover .solution-product svg.prd-over {
        /* display: block;*/
        display: none;
        background: #0093E6;
    }
/*product banner*/
.sub-banner {
    background: url("../asset/images/product_bg.jpg") no-repeat;
    background-size:cover;
    padding:50px 0px;
}
.common-banner-lst h2 {
    text-align: center;
    color: #222222;
    font-weight: 600;
    font-size: 33px;
    margin-bottom:20px;
}

.common-banner-lst ul {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525256;
    font-size: 15px;
}
    .common-banner-lst ul li {
        font-size: 15px;
    }
    .common-banner-lst ul li {
        padding: 0px 6px;
    }
        .common-banner-lst ul li a.viewed {
            color: #0093E6;
            text-decoration:none;
        }
        .common-banner-lst ul li a {
            text-decoration: none;
        }
/*product banner*/
/*career*/
.career{ padding:50px 0px; background:#fff;}
.career-top-lst {
    max-width: 600px;
    max-width "FONT-VARIANT: JIS78";
    max-width "FONT-VARIANT: JIS78";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-WEIGHT: 800";
    max-width "FONT-VARIANT: JIS78";
    max-width "FONT-VARIANT: JIS78";
    width: 100%;
}

    .career-top-lst p {
        color: #7B7B7B;
        font-size: 16px;
        width: 181%;
        text-align: justify;
    }

.career-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-txt {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}

.career-filter .form-group {
    display: flex;
    flex-direction: column;
    width: 250px;
}

label {
}

.career-filter .form-group input, .career-filter .form-group select {
    width:95%;
    border-bottom: 1px solid #ccc !important;
    border: 0px;
    color: #8B8888;
    display: flex;
    padding-bottom: 12px;
    font-size: 15px;
    margin-left:20px;
}

.career-sec ul {
    display: flex;
    justify-content: space-between;
    background: #F4F4F4;
    padding: 13px 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    align-items:center;
}

    .career-sec ul li {
        display: flex;
        flex-direction: column;
        min-width: 220px;
        flex-wrap: wrap;
        max-width: 100%;
    }

        .career-sec ul li label {
            font-size: 15px;
            color: #7B7B7B;
        }

        .career-sec ul li span {
            color: #222;
            font-size: 15px;
            font-weight: 500;
            padding-top: 4px;
        }

        .career-sec ul li label svg {
            padding-right: 3px;
        }

        .career-sec ul li a {
            background: #0093E6;
            color: #fff;
            font-size: 15px;
            width: 130px;
            height: 44px;
            text-align: center;
            line-height: 41px;
            display: block;
            border-radius: 5px;
            text-decoration: none;
        }
.career-filter .form-group input:focus, .career-filter .form-group select:focus {
    border: 0px;
    outline: none;
}
/*career*/
.product-lst .vert-tab .nav button.active {
    color: #0093e6;
    font-weight: 600;
    border-color: #0093e6;
}
/*solution*/
.solution{padding:50px 0px; background:#fff;}
.solution-top{text-align:center;}
.solution-tab ul {
    display: flex;
    justify-content: center;
    background: #F8F8FF;
    box-shadow: 3px 2px 7px rgba(0,0,0,0.5);
    padding: 6px;
    border-radius: 50px;
    width: 321px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .solution-tab ul li button.active {
        background: #0093E6 !important;
        border-radius: 50px;
    }

    .solution-tab ul li button {
        padding: 9px 20px;
        font-size: 15px;
        color: #525256;
    }

.solution-tab {
    margin-top: 20px;
}
.solution-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-top: 23px;
    background: #F8F8FA;
    padding: 40px 80px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .solution-txt h3 {
        font-weight: 600;
        color: #222;
        font-size: 22px;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 11px;
        line-height: 30px;
    }

        .solution-txt h3 span {
            color: #0093e6;
        }

    .solution-txt p {
        color: #7B7B7B;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
    }
.solution-lst {
    display: flex;
    width: 100%;
    margin-bottom:25px
}

.solution-ico {
    margin-right: 30px;
    width: 255px;
}



    .solution-ico img {
        width: 100%;
        border-radius: 10px;
    }


.solution-content {
    width: 90%;
    margin-right:20px;
}

    .solution-content h4 {
        color: #222222;
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 11px;
    }

    .solution-content p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        color: #7B7B7B;
    }
.solution-wrapper-lst .solution-lst:last-child {
    margin-bottom: 0px;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .solution-wrapper-lst .solution-lst:nth-child(2n) {
        flex-direction: row-reverse;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .solution-wrapper-lst .solution-lst:nth-child(2n) {
        flex-direction: row-reverse;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .solution-wrapper-lst .solution-lst:nth-child(2n) {
        flex-direction: row-reverse;
    }
}

.solution-subsection .sub-head-title {
    display: none;
}

.solution-subsection:has(.active.mining) .mining-txt {
    display: block;
}

.solution-subsection:has(.active.transportation) .transport-txt {
    display: block;
}
/*solution*/
/*executive*/
.about-banner {
    padding: 50px 0px;
    background: #fff;
}

.about-banner-inner h3 {
    font-size: 26px;
    color: #222;
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 33px;
    max-width:100%;
}

    .about-banner-inner h3 span {
    }

    .about-banner-inner h3 span {
        color: #0093e6;
    }

.about-banner-inner img {
    width: 1100px;
    max-width: 100%;
    margin-bottom: 20px;
}

.about-banner-inner p {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    max-width: 1055px;
}
.terms-banner-inner p {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    max-width: 1055px;
    margin-left: 18px;
    text-align:justify;
    text-indent:50px;
}

.terms-banner-inner h3 {
    font-size: 26px;
    color: #222;
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 33px;
    max-width: 100%;
    padding-top:22px;
}
.privacy-banner-inner p {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    max-width: 1055px;
    margin-left: 18px;
    text-align: justify;
    text-indent: 50px;
}

.privacy-banner-inner h3 {
    font-size: 26px;
    color: #222;
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 33px;
    max-width: 100%;
    padding-top: 22px;
}
.contact-banner-inner p {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    max-width: 1055px;
   margin-left:120px;
   text-align:justify
}

.contact-banner-inner h3 span {
    color: #0093e6;
}

.contact-banner-inner h3 {
    font-size: 26px;
    color: #222;
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 33px;
    max-width: 100%;
}

.mission-top-section {
    display: flex;
    margin-bottom: 23px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

    .mission-top-section img {
        margin-right: 21px;
        object-fit:contain;
    }
.mission-txt {
    padding-top: 0px;
}

.about-mission {
    padding: 50px 0px;
}

.mission-txt h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 7px;
}
.mission-txt span {
    font-weight: 700;
    color: #fff;
    font-size: 27px;
    line-height:35px;
}
    .mission-txt span b {
        color: #0093E6;
        display: block;
    }

.mission-middle {
    display: flex;
    margin-bottom: 22px;
}

    .mission-middle .mission-cont {
        background: #fff;
        padding: 20px;
        box-shadow: 1px 1px 5px rgb(128 114 114 / 20%);
        margin: 12px;
        border-radius: 10px;
    }

        .mission-middle .mission-cont p {
            font-size: 15px;
            color: #7B7B7B;
            line-height: 27px;
            text-align:justify;
        }

.mission-tab .product-tab-list {
    display: flex;
}

    .mission-tab .product-tab-list h4 {
    }


.mission-tab .product-tab-list .mission-cnt {
    width: 77%;
    margin-right: 25px;
}

.mission-tab .product-tab-list .right-mg {
    width: 200px;
    max-width: 100%;
}

.executive-section-inner h5 {
    color: #0093E6;
    font-size: 16px;
    text-align: center;
}

.executive-section-inner h3 {
    color: #222222;
    text-align: center;
    font-weight: 600;
    margin-bottom: 27px;
}

.executive-section {
    background: #F4F4F4;
    padding: 50px 0px;
}
.executive-lst.solution-lst {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
    .executive-lst.solution-lst h6 {
        font-size: 15px;
        color: #7B7B7B;
    }

.executive-lst .solution-content h4 {
    margin-bottom: 6px;
}

.executive-lst.solution-lst .solution-content p {
    margin-bottom: 6px;
}

.btn-ls a {
    margin-right: 10px;
}
.about-mission {
    background: url("../asset/images/about_bg.jpg") no-repeat;
    background-size: 100% 36%;
    padding: 50px 0px;
}
/*executive*/
/*conatcat-us*/
.contact-section {
    background: #f8f8f8;
    padding: 50px 0px;
}

.contact-wrap .contact-lst {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height:235px;
}

.contact-wrap .contact-lst h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-wrap .contact-lst ul li {
    display: flex;
    margin-bottom: 10px;
}

.contact-wrap .contact-lst ul li p {
    padding-left: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #7B7B7B;
    font-size: 15px;
    max-width: 240px;
    width: 100%;
}

.contact-wrap .contact-lst ul li svg {
    margin-top: 4px;
    width: 19px;
}

.contact-wrap .contact-lst ul li:last-child {
    margin-bottom: 0px;
}

.contact-wrap .contact-lst ul li p a {
    color: #7B7B7B;
    text-decoration: none;
}
.contact-map {
    width: 100%;
    margin: 10px;
}

    .contact-map iframe {
        width: 100%;
        border-radius: 10px;
    }

.form-sub {
    margin: 10px;
    padding: 20px;
    background: #eaeaeb;
    min-height: 456px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

    .form-sub h2 {
        color: #222;
        font-size: 24px;
        font-weight: 600;
    }

    .form-sub p {
        color: #7B7B7B;
        font-size: 15px;
    }

    .form-sub .form-group input, .form-sub .form-group textarea {
        background: transparent;
        border: 0px;
     
        color: #8B8888;
        display: flex;
      
        font-size: 15px;
        padding-left: 10px;
        width: 95%;
      
    }
        .form-sub .form-group input:focus{border:0px; outline:0px;}

        .form-sub .form-group textarea {
            min-height: 110px;
        }
    .form-sub .form-group input[type="submit"] {
        border: 0px !important;
        width: 150px;
        height: 48px;
        background: #0093E6;
        line-height: 49px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }
.contact-top-section {
    margin-bottom: 20px;
}
.form-sub .form-group {
    display: flex;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

    .form-sub .form-group svg {
        position: relative;
        top: 3px;
    }
.form-sub .sub-frm.form-group {border:0px !important;}

/*product detail*/


.product-title {
    background: #E9E9E9;
    padding: 20px 0px;
}

    .product-title span {
        color: #222222;
        font-size: 18px;
        font-weight: 600;
    }

    .product-title svg {
        margin-right: 10px;
    }

/*product detail*/

.best-product:hover {
    background: #0093e6;
}

    .best-product:hover h4 {
        color: #fff;
    }

    .best-product:hover p {
        color: #fff;
    }

    .best-product:hover svg.best-prod {
        background: rgb(44 113 151 / 36%);
    }



.growth-plan:hover {
    background: #f25767;
}

    .growth-plan:hover h4 {
        color: #fff;
    }

    .growth-plan:hover p {
        color: #fff;
    }

    .growth-plan:hover svg.best-prod {
        background: #c04d5980;
    }


.highly-secure:hover {
    background: #0a164c;
}

    .highly-secure:hover h4 {
        color: #fff;
    }

    .highly-secure:hover p {
        color: #fff;
    }

    .highly-secure:hover svg.best-prod {
        background: #273b9670;
    }
button.slick-prev, button.slick-next {
    opacity: 0;
}

/*aboutus text*/
.about-bann-section {
    position: relative;
}

.deep-txt {
    width: 288px;
    background: #0093E6;
    padding: 20px;
    border-radius: 5px;
}

    .deep-txt h6 {
        color: #FFFFFF;
        font-size: 16px;
        margin-bottom: 9px;
    }

    .deep-txt p {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0pc;
    }

.about-txt {
    background: #0A164C;
    width: 225px;
    min-height: 193px;
    display: flex;
    border-top-right-radius: 10px;
}

    .about-txt span {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        font-size: 17px;
    }

        .about-txt span b {
            font-size: 17px;
            color: #0093e6;
            padding-left: 3px;
        }

.about-txt {
    position: absolute;
    top: 0px;
    right: 0px;
}

.deep-txt {
    position: absolute;
    top: 0px;
    right: 224px;
    top: 189px;
}

.about-banner-inner img {
    height: 407px;
    object-fit: cover;
    border-radius: 10px;
}
/*aboutus text*/

.mission-tab .product-tab-list .right-mg img {
    border-radius: 10px;
}

a {
    text-decoration: none;
}

.solution-product:hover .product-icon {
    filter: grayscale(100%) invert(100%); /* Hover color (white) */
}
.product #product-container .solution-product p {
    height: 100px;
    overflow: auto;
}