<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*header style start here*/
/* *, */
::after,
::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-family: 'Mantserrat-Regular'; */
}
:root{
    --blue: #053EFF;
    --white: #FFFFFF;
    --red-font: #FE4519;
    --black: #222222; 
    --gray: #e3e3e3; 
    --pblack:#262626;
    --solid-Gray: #F6F6F6;
}
@font-face {
    font-family: 'Mantserrat-thin';
    src: url('/assets/fonts/Montserrat-Thin.ttf');

    font-family: 'Mantserrat-Light';
    src: url('/assets/fonts/Montserrat-Light.ttf');

    font-family: 'Mantserrat-Medium';
    src: url('/assets/fonts/Montserrat-Medium.ttf');
    
    font-family: 'Mantserrat-Regular';
    src: url('/assets/fonts/Montserrat-Regular.ttf');

    font-family: 'Mantserrat-SemiBold';
    src: url('/assets/fonts/Montserrat-SemiBold.ttf');
}

body{
    width: 100%;
    font-family: 'Mantserrat-Regular';
    color: var(--pblack);
}
.PContainers{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.mains{
    width: 100%;
    max-width: 1050px;
}
.img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-family: 'Mantserrat-SemiBold';
}
p{
    font-size: 20px;
}
.h1{
    font-size: 40px;
    font-family: 'Mantserrat-SemiBold' ;
    color: var(--black);
    font-weight: 700 !important;
}
#red-span{
    color: var(--red-font);
    border-bottom: 4px solid var(--red-font);
}
#imgs{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* buttons */
.blueBtn{
    background-color: var(--blue) !important;
    color: var(--white);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 5px;
    transition: ease 0.5s;
}
.whiteBtn{
    background-color: var(--white);
    color: var(--blue);
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    transition: ease 0.5s;
}
.blueBtn:hover{
    background-color: #dad6d6;
}
.whiteBtn:hover{
    background-color: #dad6d6;
}
/* Nav */
.nav-container{
    width: 100%;
    background-color: white;
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position:fixed;
    z-index: 999;
    box-shadow: 5px 5px 10px #22222279;;
}
.nav-container nav{
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-logo{
    max-width: 175px;
    max-height: 51.91px;
    overflow: hidden;
}
.nav-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
nav .main-menu{
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    transition: right 0.3s;
}
nav .main-menu a{
    text-decoration: none;
    color: black;
}
.main-menu a.active {
    color: var(--blue); /* Change to the desired color for the active link */
}
nav .main-menu .hover,
.servicebtn{
    font-size: 18px;
    font-weight: 600;
}
nav .main-menu .hover:hover,
.main-menu .dropdown .btns:hover{
    /* border-bottom: 3px solid var(--blue); */
    color: var(--blue);
}
nav .navbtn{
    padding: 10px 16px;
}

.main-menu .dropdown .btns{
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
    /* color: var(--blue); */
}
.dropdown .dropdown-menu{
    border-radius: 25px;
    border: none;
    left: 0;
    padding: 25px ;
    top: 30px !important;
}
.dropdown .dropdown-menu a{
    font-size: 17px;
    padding: 5px;
}

.dropdown .dropdown-menu a:hover{
    color: var(--red-font);
    background-color: var(--white) !important;
}
.icon{
    display: none;
}
.icon i{
    font-size: 30px;
}
@media(max-width:800px){
    .icon{
        display: block;
        z-index: 100;
    }
    .icon .closs{
        display: none;
    }
    nav .main-menu{
        flex-direction: column;
        position: absolute;
        top: 7rem;
        padding-top: 20px;
        right: -120%;
        width: 100%;
        min-height: 100vh;
        justify-content: start;
        gap: 20px; 
        overflow: hidden;
        background-color: var(--white);
    }    
    ul.active {
        right: 0;
    }
    ul.active ~ .icon .open{
        display: none;
    }
    ul.active ~ .icon .closs{
        display: block;
    }
}
header{
    margin-top: 0px;
    padding-top: 0px;
}
/* header style end here*/

/* article style start here*/
.articletxt h1{
    color: white;
    font-size: 40px;
    margin-bottom: 47px;
    font-weight: 700;
    /* background-color: rgba(0, 0, 0, 0.452); */
    padding: 10px 0 30px 18px;
}

.atgrid{
    font-size: 20px;
    color: white;
    padding-top: 34px;
    /* background-color: rgba(0, 0, 0, 0.452); */
    padding: 0   0 28px 18px;
}
.btnrequest{
    margin-top: 20px;
}
.btnrequest button a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.btnrequest button{
    background-color: #053EFF;
    border: none;
    font-family: 'montserrat-SemiBold';
   padding:27.5px 49px;
    margin-top: 98px;
    border-radius: 10px;
}

.atgrid{
    font-weight: 500;
    font-size: 17px;
}
.article{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.articletxt{
    width: 40%;
    margin-top: 15rem;
    text-align: center;
}



article{
    background: url('/assets/images/About-us-bg2.png');
   background-repeat: no-repeat;
   background-size:cover;
   background-position: center;
   /* padding-top: 15em; */
   height: 640px;
}
.body{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bodybg{
    background-image: url('/assets/images/improvementBody1.jpg');
    background-size: contain;
    padding-bottom: 71px;
}
.IT-why-choose-us{
    display: flex;
    flex-direction: column;
}
.center-body{
    max-width: 996px;   
}
.maingrid h5{
    font-size: 20px;
    margin:70px 0 63px 30px;
}
.bodycontent{
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 5px;
    margin-top: 150px;
}

.improvement-automation{
    background-image: url('/assets/images/improvement-underlay.jpg');
}

.softwareinner h1{
    font-size: 40px;
    margin:120px 0 83px 0;
    font-weight:bold;
    color: #262626;
}
.rate-section-cont{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rate-section{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 124px;
    margin-top: 162px;
}
.rates h1{
    color: var(--blue);
    font-weight: 700;
    font-size: 48px;
    transition: transform 0.1s ease;
}
.rates h1:hover{
     animation: rotateAnimation 0.3s linear;
}
@keyframes rotateAnimation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* .your-div-class {
    transition: transform 0.5s ease; 
  } */

.mission-vision{
    background-color: var(--white);
}
.mission-vision .center-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 40px;
}
.mission-vision h1{
    font-weight: bold;
    margin-top: 89px;
    text-align: center;
}
.vission-cont{
    display: flex;
    justify-content: space-between;
    /* grid-template-columns: repeat(3, 1fr); */
    /* margin-left: 4rem; */
    gap: 105px;
}
.vision p{
    /* font-size: 14px; */
}
.vision .core-value{
    /* text-align: center; */
    margin: 30px 0;
}
.core-value-cont{
    /* padding-left: 4rem; */
}
.core-value-cont p{
    margin-bottom:5px ;
}
.iconImg{
width: 80px;
height: 80px;
overflow: hidden;
}
.our-Team h2{
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--solid-Gray);
    width: 100%;
    height: 207px;
    font-weight: 700;
    font-size: 40px;
}
.Team-grid-body{
    background-color: var(--white);
    padding: 20px 195px 159px 195px;
}
.Team-grid-body .team-grid{
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    max-width: 971px;
    column-gap: 51px;
}
.team-grid .img1{

    max-width: 413px;
    max-height: 299px;
}
.team-grid .img2{
    grid-column: 2/4;
    grid-row: 1/3;
    width: 100%;
    /* min-width: 586px; */
    max-height:547px;
    /* max-width: 586px; */
    /* width: 586px;
    height: 547px; */
}
.team-grid .img3{
    grid-column: 1;
    grid-row: 2/4;
    /* min-height: 594px; */
    max-width: 413px;
}
.team-grid .img4{
    grid-column: 2/4;
    grid-row: 3/5;
    min-width: 586px;
    /* max-height:547px; */
    /* width: 586px; */
    /* height: 547px; */
}
.team-grid .img5{
    grid-row: 4;
    max-width: 413px;
}
.team-grid .img6{
 grid-column: 2;
 grid-row: 5/6;
 max-height: 384px;
 max-width: 413px;
}
.team-grid .img7{
    grid-column: 1/3;
    grid-row: 5;
    min-width: 586px;
    max-height: 391px;
}

.our-client-body{
    background-image: url('/assets/images/AboutUs-OurClientBg.jpg');
    background-size:cover;
    /* background-color: var(--gray); */
}
  .our-clients h1{
    color: var(--white);
    font-size: 40px;
    font-family: 'Mantserrat-SemiBold';
    margin:108px 0 60px 0;
}
.our-clients h1 span{
    border-bottom: 5px solid var(--blue);
}
/*.our-clients p{
    margin-bottom: 71px;
} */
.our-client-brands{
    /* max-width: 888px; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin:0 ;
    gap: 37px;
}
.our-client-brands .brands{
    width: 235px;
    height: 111px;
}
.client-Btn{
    width: 100%;
    text-align: center;
    margin: 119px 0 203px 0;
}
/* .clientsImg{
    width: 256px;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
}
.clientsImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-clients-cards h4{
    padding: 20px;
    text-align: center;
    font-weight: bold;
} */



.grid1{padding-top: 63px;}

/* software */
.softflex{
    /* padding-top: 108px; */
    max-width: 888px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    margin-bottom: 124px;
}
/* @media(max-width:800px){
 .softflex{
    margin-bottom: ;
 }
} */
.grid1{
    padding-top: 53px;
}
.softgrid1{
    background: url(/assets/images/Digitat-tran.png);
    height: 200px;
    width: 337px;
    background-size: cover;
    color: white;
    border-radius: 20px;
   text-align: center;
}
.softgrid2{
    background: url(/assets/images/Digital-road.png);
    background-size: cover;
    height: 200px;
    width: 337px;
    color: white;
    border-radius: 20px;
   text-align: center;
}
.softgrid3{
    background: url(/assets/images/Digital-int.png);
    background-size: cover;
    height: 200px;
    width: 337px;
    color: white;
    border-radius: 20px;
    text-align: center;
    border: none;
}
.pro{
    margin-top: 135px;
    font-size: 16px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.795);
    height: 33%;
    border-radius:0 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.diffhead{
    font-size: 25px;
    margin-bottom: 72px;
    font-weight:bold;
    color: #262626;
}
.charm{
    display: flex;
    justify-content: start;
    align-items: center;
}
.charm img{
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.charm span{
    font-size: 24px;
}
.expertise-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    row-gap: 20px;
}
.diff{
    margin-top: 137px;
    margin-bottom: 60px;
}
/* main style ends here*/

/*fillform style start here*/


/* section11 / Footer */

.section11{
    background-color: var(--black);
    padding: 70px  0;
    color: var(--white);
}
footer .footer-content-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-content{
    max-width: 298px;
}
.footer-content h5{
    font-weight: 600;
    color: var(--white);
    padding-bottom: 15px;
    font-size: 17px;
}
.footer-content ul{
    list-style-type: none;
    line-height: 30px;
    padding: 0;
}
.footer-content ul a{
    text-decoration: none;
    color: F6F6F6;
    cursor: pointer;
    font-size: 16px;
}
.footer-content ul a:hover{
    color:orange;
}
.footer-content ul a{
    text-decoration: none;
    color: var(--white);
}
.footer-content button{
    font-size: 20px;
    margin-top: 39px;
}
footer .copyrigth{
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.mobileTopBorder{
    display: none;
}

/* .fillformbody{
    
} */
 @media (max-width:800px){
    
    .articletxt{
        width: 100%;
        padding:0 53px 0 34px;
    }
    .articletxt h1{
        font-size: 24px;
        margin-bottom: 33px;
        /* font-weight: 400; */
        padding: 0;
    }
    .atgrid{
        font-size: 12px;
        padding: 0 0 20px 18px;
        font-family: 'montserrat-thin';
    }
    .btnrequest{
        margin-top: 0;
    }
    .btnrequest button a{
        font-size: 16px;
    }
    .btnrequest button{
       padding:17.5px 26px;
        margin-top: 95px;
    }
    .atgrid{
        font-weight: 500;
        font-size: 17px;
    }
    article{
        background: url('/assets/images/About-Us-mobile-bg.jpg');
       background-size:cover;
       height: 890px;
       background-repeat: no-repeat;
    }
    
    .bodybg{
        background-image: url('/assets/images/software-body-bg2.jpg');
        background-size: contain;
    }
    .center-body{
        width: 100%;   
        max-width: 321;
        /* padding: 35px; */
    }
    .maingrid h5{
        font-size: 10px;
        text-align: center;
        margin:30px 52px;
        
    }
    .bodycontent{
        display: flex;
        flex-direction: column;
        justify-content: start;
        gap: 40px;
    }
    .bodycontent p{
        margin-top: 0;
        font-size: 14px;
    }
    .IT-why-choose-us span{
        padding-top: 20px
    }
    .softwareinner h1{
        font-size: 20px;
        text-align: center !important;
        margin:89px 35px;
    }


    .rate-section{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin-top: 75px;
    }
    .rates{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .rates h1{
        font-size: 24px;
    }
    .rates p{
        font-size: 14px;
    }
    .mission-vision .center-body{
        gap: 32px;
    }
    .mission-vision h1{
        margin-top: 26px;
        font-size: 20px;
    }
    .vission-cont{
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin-left:0;
        gap: 32px;
    }
    .vision h3{
        font-size: 16px;
    }
    .vision p{
        font-size: 14px;
    }
    .core-value-cont{
        padding-left: 0;
    }
    .iconImg{
    width: 50px;
    height: 50px;
    }
    .our-Team h2{
        height: 84px;
        font-size: 20px;
    }
    .Team-grid-body{
        padding: 50px 36px 93px 36px;
    }
    .Team-grid-body .team-grid{
        width: 100%;
        column-gap: 16px;
    }
    .team-grid .img1{
        max-width: 125px;
        max-height: 90px;
    }
    .team-grid .img2{
        width: 100%;
        max-height:165px;
    }
    .team-grid .img3{
        min-height: 179px;
        max-width: 125px;
    }
    .team-grid .img4{
        min-width: 177px;
    }
    .team-grid .img5{
        max-width: 125px;
    }
    .team-grid .img6{
     max-height: 117px;
     max-width: 125px;
    }
    .team-grid .img7{
        min-width: 176px;
        max-height: 119px;
    }
    
    .our-client-body{
        display: none;
    }
      .our-clients h1{
        color: var(--white);
        font-size: 40px;
        font-family: 'Mantserrat-SemiBold';
        margin:108px 0 60px 0;
    }
    .our-clients h1 span{
        border-bottom: 5px solid var(--blue);
    }
    .our-client-brands{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin:0 ;
        gap: 37px;
    }
    .our-client-brands .brands{
        width: 235px;
        height: 111px;
    }
    .client-Btn{
        width: 100%;
        text-align: center;
        margin: 119px 0 203px 0;
    }
    

    .section11{
        padding: 43px 0 82px 0;
        position: relative;
    }
    footer .footer-content-box{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 51px;
    } 
    .footer-content{
        max-width: 298px;
    }
    .footer-content h5{
        font-weight: 600;
        color: var(--white);
        padding-bottom: 15px;
        font-size: 17px;
    }
    .footer-content ul{
        line-height: 50px;
        padding: 0;
    }
    .footer-content ul a{
        text-decoration: none;
        color: F6F6F6;
        cursor: pointer;
        font-size: 16px;
    }
    /* .footer-content ul a:hover{
        color:var(--blue);
    } */
    .footer-content ul a{
        text-decoration: none;
        color: var(--white);
    }
    .footer-content button{
        font-size: 16px;
        margin: 39px 0 32px 0;
    }
    footer .mobileTopBorder{
        display: block;
        border-top: 1px solid #686666;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: 46.5%;
    }
    footer .mgn1{
        margin-bottom: 35px;
    }
    footer .mgn2{
        margin-top: 35px;
    }
    
    footer .copyrigth{
        /* width: 100%; */
        font-size: 8px;
        /* text-align: center; */
        margin-top: 144px;
    }
}</pre></body></html>