<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "DM Sans", sans-serif;
}

.home-carousel .carousel-item {
    height: 32rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-content: center;
}

.home-carousel .carousel {
    margin-bottom: 4rem;
}

.home-carousel .carousel-caption {
    bottom: 11.25rem;
    z-index: 10;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
    width: 100% !important;
    height: 100% !important;
    /* background-color: #0b1128db; */
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

.carousel-innebg {
    position: relative; /* Ensure proper stacking for the overlay */
    background-color: #0b1128db !important;
    z-index: 1;
    overflow: hidden; /* Prevent scrollbars from showing unexpected content */
}

.carousel-innebg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay */
    z-index: 2; /* Ensure it's above the video but below content */
}

.areaofexpertisepoverlay {
    position: relative;
    display: inline-block;
}

.areaofexpertisepoverlay .card {
    position: relative;
    z-index: 1; /* Ensures the content is above the overlay */
}

.areaofexpertisepoverlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 0; /* Ensures the overlay is below the content */
    border-radius: 4px; /* Match the card's border radius */
}

.areaofexpertisepoverlay .card .d-flex {
    position: relative;
    z-index: 2; /* Ensures content inside the card is visible */
}

.carousel-caption h2 {
    color: #fff; /* Ensure text is visible on the dark background */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
    color: #dcdcdc;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}


img, video {
    max-width: 100% !important;
    height: 100% !important;
    object-fit:Â&nbsp;unset;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


.featurette-divider {
    margin: 5rem 0;
}



.kabel-custom-navbar.bg-light {
    backdrop-filter: blur(35px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(13px) saturate(180%) !important;
    background-color: rgb(255 255 255 / 89%) !important;
    border-radius: 0px !important;
    border: 1px solid rgba(209, 213, 219, 0.3) !important;
}

.ftco-section {
    padding: 0 0 6em 0;
    background: #f8f8f8;
}

.title-h1 {
    font-weight: 600;
    font-size: 2.986rem;
}

.footer-02 {
    background: #131719;
    padding: 4rem 0;
}

.footer-02 .footer-heading {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.footer-02 .footer-heading .logo {
    color: #fff;
    text-transform: uppercase;
}

.footer-02 a {
    color: #ffffff;
    text-decoration: none;

}

.footer-02 p {
    color: rgb(255, 255, 255);
}

.footer-02 .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.footer-02 .list-unstyled li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-02 .list-unstyled li a:hover {
    color: #fff;
}

.footer-02 .list-unstyled a {
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .list-unstyled a:hover {
    color: #fff;
}

.footer-02 .subscribe {
    margin-top: -105px;
}

.footer-02 .subscribe-form {
    border-radius: 40px;
    background: #fff;
    padding: 3px;
    -webkit-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
}

.footer-02 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.footer-02 .subscribe-form .form-group input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
    height: 56px;
    border-radius: 0;
}

.footer-02 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-02 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 150px;
    height: 56px;
    font-size: 14px;
    background: #4b5373 !important;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 40px;
}

.footer-02 .subscribe-form .form-group .submit:hover,
.footer-02 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}

.footer-02 .partner-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1em 0;
    text-decoration: none !important;
}

.footer-02 .partner-wrap h3 {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.footer-02 .partner-wrap .partner-name a {
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-02 .partner-wrap .partner-name a span {
    color: white;
}

.footer-02 .partner-wrap .btn-custom {
    font-size: 14px;
}

.footer-02 .border-left {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 1199.98px) {
    .footer-02 .border-left {
        border: none;
    }
}

.inner-page-banner {
    background-color: #4b5373;
    text-align: center;
    padding: 12rem 0;
    min-height: 315px;
}

.title-section {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: orange;
    font-size: 16px;
    text-transform: uppercase;
}

.accordion-item {
    border: 0 !important;
}

.accordion .accordion-button {
    font-size: 1.2rem;
    background-color: #ffffff;
    margin: 5px 0;
}

.accordion-button {
    border: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #13171900;
    outline: none;
}

.accordion-button:focus {
    box-shadow: none;
}


.btn-style-two {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    padding: 20px 40px;
    display: inline-block;
    letter-spacing: 1px;
    color: var(--white-color);
    font-size: var(--font-14);
    text-transform: uppercase;
    background-color: #fdb419;
}

.btn-style-two::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    left: -50px;
    top: 100%;
    content: "";
    right: -50px;
    bottom: -50px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: #203354;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.btn-style-two:hover::before {
    top: -30px;
}

.btn-style-two .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-testimonial {
    background-color: #d7dfff;
}

.inner-page-banner {
    background-color: #4b5373;
    padding: 3rem 0;
    text-align: center;
    min-height: auto;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.title-inner-page {
    color: white;
    font-weight: 600;
    font-size: 36.36px;
}

.circle-box-contact {
    width: 90px;
    height: 90px;
}

.box-color-contact {
    background-color: #e9e9e9;
}

.fs-18 {
    font-size: 18px;
}

.navbar-nav {
    align-content: center;
}

.product-page .card-header {
    border: 0;
    background-color: #2b3764;
    padding: 30px;
    text-align: center;
}

.product-page .card-header a {
    color: white !important;
    font-weight: 700;
    font-size: 19px;
}

.product-page .card .list-group {
    min-height: 180px;
    height: 288px;
    overflow-y: scroll;
}

.product-page .card .list-group .list-group-item:hover {
    background-color: #203354;
    color: white;
}

.list-group::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0px;
    background-color: #F5F5F5;
}

.list-group::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f500;
    border: 0;
}

.list-group::-webkit-scrollbar-thumb {
    border-radius: 0px;

    box-shadow: none;
    background-color: #fdb614;
}

.card-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 15px;
}

.card-feature:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.industreal-box {
    background-size: cover;
    background-repeat: no-repeat;
}

.industreal-box:hover:after {
    top: -60px;
}

.industreal-box:after {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    left: -50px;
    top: 100%;
    content: "";
    right: -50px;
    bottom: -50px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: #2033548c;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.industreal-box:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    background-color: #253d60a1;
    display: block;
    top: 0;
    transition-duration: 1s;
}

.text-industry {
    position: relative;
    z-index: 3;
}

.navbar-nav {
    align-content: center;
    align-items: center;
}


@media   (max-width:980px){
    nav  .gap-10 {
    gap: 0;
}
nav  .gap-7{
     gap: 12px;
}
nav  .gap-5{
     gap: 0!important;
}
nav .gap-0\.5{
    gap:0;
}
nav .text-navyblue{
    margin: 0 6px;
}
nav{
    text-align:center;
}
nav .px-20 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.nav-link{
    font-size: 14px;
}
}

@media   (min-width:980px){
    nav  .gap-10 {
    gap: 0;
}
nav  .gap-7{
     gap: 12px;
     MARGIN: 0 9PX;
}
nav  .gap-5{
     gap: 0!important;
}
nav .gap-0\.5{
    gap:0;
}
nav .text-navyblue{
    margin: 0 6px;
}
nav{
    text-align:center;
}
nav .px-20 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.nav-link{
    font-size: 13px;
}
}
@media   (min-width:1200px){
    nav  .gap-10 {
    gap: 0;
}
nav  .gap-7{
     gap: 24px;
     MARGIN: 0 24PX;
}
nav  .gap-5{
     gap: 0!important;
}
nav .gap-0\.5{
    gap:0;
}
nav .text-navyblue{
    margin: 0 8px;
}
nav{
    text-align:center;
}
nav .px-20 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.nav-link{
    font-size: 15px;
}
}
/*TABLE*/
main table{
        border-radius:15px;
}
main thead th{
    font-weight: 600;
}
main  .table&gt;:not(caption)&gt;*&gt;* {
    padding: .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #f2f2f2;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
main .table-hover&gt;tbody&gt;tr:hover&gt;* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: #dfdfdf;
}
main  .table-hover&gt;tbody&gt;tr:hover&gt;* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: rgb(244 234 209) !important;
    --bs-table-bg-state: rgb(251 189 48)!im;

    --bs-table-bg-state: rgb(251 189 48)!i;

    --bs-table-bg-state: rgb(251 189 48)!;
}
main table a{
    color:#394573;
    font-weight:600;
}
main .form-control{
    background-color: transparent;
    border-color: #354273;
}
main .form-control:focus{
    background-color: transparent;
    border-color: #29356d;
    box-shadow:none!important;
}
main .table-dark{
    background-color: beige;
    --bs-table-bg: #f4f4f4;
}
main  .table&gt;:not(caption)&gt;*&gt;*{
    color: #354374;
    border-color: #e4e4e4;
}
main .btn-success{
    background-color:#3c4879;
}
main  select.form-control{
    position:relative;
    display: block;
    background-color: #354374;
    color:white;
}


.modelPageMainDiv {
    margin: 20px auto;
}
.modelPageMainDiv .card-header{
    background-color: #273469;
    color: white;
}
.modelPageMainDiv .card-header a{
    color: white!important;
}
.bg-testimonial .title-section{
    color:black
}
.mission .b1,.mission .b2,.mission .b3{
    top: 0px;
    position:relative;
    transition-duration:.5s;
    height: 100%;
}
.mission .b1:hover,.mission .b2:hover,.mission .b3:hover{
   top: 5px;
      position:relative;
      transition-duration:.5s;
      height: 100%;
}
.mission .b2{
    background-color: #28366d !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
 .IndustryTab .nav-pills .nav-link.active{
    background-color: #2d376b;
    text-align: left;
     color:white;
 }
 .IndustryTab .nav-pills .nav-link {
    background-color: #f8fafc;
    text-align: left;
     color:#2a376a;
 }
.breadcrumb .active a{
    color:#27356b;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #28336a!important;
    --bs-btn-border-color: #28336a!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #28336a!important;
    --bs-btn-hover-border-color: #28336a!important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #28336a!important;
    --bs-btn-active-border-color: #28336a!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #28336a!important;
    --bs-btn-disabled-border-color: #28336a!important;
}
.form-select{
    background-color: #3c4879!important;
    color: white!important;
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBzdHJva2Utd2lkdGg9JzInIGQ9J20yIDUgNiA2IDYtNicvPjwvc3ZnPg==")!important;
    i;
}
@media (min-width: 300px) {
       .ftco-section  .row-cols .order-md-2{
        order: 2!important;
    }
    }

@media (min-width: 576px) {
       .ftco-section  .row-cols .order-md-2{
        order: 2!important;
    }
    }

@media (min-width: 768px) {
       .ftco-section  .row-cols .order-md-2{
        order: 2!important;
    }
    }

@media (min-width: 992px) {
       .ftco-section  .row-cols .order-md-2{
        order: 0!important;
    }
    }

@media (min-width: 1200px) {
       .ftco-section  .row-cols .order-md-2{
        order: 0!important;
    }
    }

@media (min-width: 1400px) {
       .ftco-section  .row-cols .order-md-2{
        order: 1!important;
    }
      .ftco-section  .col-lg-6:nth-child(2){
        order: 1!important;
    }
    }

    .btn-success :hover{
        background-color:#3c4879;
         --bs-btn-color: #ffffff;

 }
 .btn:hover {
     color: white !important;
          background-color:#fcb616 !important;
     border-color: var(--bs-btn-hover-border-color);
 }
 .btn-success {
     --bs-btn-color: #ffffff;
     --bs-btn-bg: #fcb616 !important;
     --bs-btn-active-bg: #fcb616 !important;
     --bs-btn-active-border-color: #fcb616 !important;
     --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
     --bs-btn-disabled-color: #fff;
     --bs-btn-disabled-bg: #fcb616 !important;
     --bs-btn-disabled-border-color: #fcb616Â&nbsp;!important;
 }
</pre></body></html>