@font-face {
    font-family: HelveticaNeue Light,sans-serif;
    src: url(../assets/fonts/HelveticaNeue_Light.ttf);
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: HelveticaNeue Light,sans-serif;
}
html {
  scroll-behavior: smooth;
}
body{
    color: #453C67;
    font-family: HelveticaNeue Light,sans-serif;
    background: #fff;
    line-height: 26px;
    font-size: 18px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #634bbf !important;
    font-weight: 600;
}
:root {
    --scrollbar-thumb-color: #888;
    --scrollbar-track-color: #f2f2f2;
    --scrollbar-thumb-hover-color: #555;
}
a{
    color: #443b66!important;
    text-decoration: none;
}
p {
    color: #565656;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}
h1{
    font-size: 45px;
    font-weight: 600;
}
h2{
    font-size: 40px;
    font-weight: 600;
}
h3{
    font-size: 34px;
    font-weight: 600;
}
h4{
    font-size: 28px;
    font-weight: 500;
}
h5{
    font-size: 24px;
    font-weight: 500;
}
h6{
    font-size: 20px;
    font-weight: 500;
}
img {
    transition: 0.3s ease-out;
    overflow: hidden;
    width: 100%;
  }
  .button.primary {
    background-color: #7d61b2;
    color: #ffffff!important;
}
.buttns {
    margin-top: 20px;
}
.button {
    font-family: HelveticaNeue Light,sans-serif;
    font-weight: 500;
    border: 0.0625rem solid transparent;
    border-radius: 3rem;
    color: #453C67;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;

    letter-spacing: 1px;

    padding: 8px 18px;

    position: relative;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.button.secondary {
    border-color: #8160ad;
    font-family: HelveticaNeue Light, sans-serif;
    font-weight: 500;
    color: #8160ad !important;
    border-radius: 3rem;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 15px;
    position: relative;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.mt-1 {
    margin-top: 10px;
}
section.breadcoumb {
    background-color: #f6f1ff;
    text-align: right;
    padding: 5px 0px;
}
section.breadcoumb a {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 5px;
}
section.breadcoumb p {
    font-size: 15px;
    margin-bottom: 0;
}

section.product-inner {
    padding: 80px 0px 0px 0px;
}
section.product-innertwo {
    padding: 80px 0px;
}
section.product-inner h3 {
    font-size: 45px;
    color: #634bbf;
}

section.product-innertwo h3 {
    color: #634bbf;
}
section.product-inner .btn-sequence {
    margin-top: 15px !important;
}
section.product-inner ul {
    line-height: 36px;
}
.animate-on-scroll {
  opacity: 0;
}

.animate__animated {
  opacity: 1;
}

/**New**/
section.home-services .mt-3 {
    margin-top: 30px!important;
}
.out-head {
    padding-bottom: 5px;
}
section.home-aboutus img {
    border-radius: 20px;
}
section.product-innertwo ul {
    line-height: 36px;
}
section.home-secone.aboutpage {
    padding: 80px 0px;
    height: 100% !important;
}
.box-1 {
    border: 1px solid #ffffff;
    padding: 20px;
    margin-bottom: 15px;
    /* min-height: 330px; */
    border-radius: 20px;
    display: flex;
    margin-top: 10px;
    background: #ffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
section.home-aboutus h3 {
    color: rgb(69, 60, 103);
    font-weight: 600;
    font-size: 24px;
}
section.home-aboutus p {
    margin-bottom: 10px;
}

.btn-sequence.sec .button.secondary {
    border: 1px solid #7d61b2;
        color: #7d61b2!important;
}
section.industries-services {
    padding: 80px 0px;
}

a.social-icon.whatsapp {
    width: 40px;
    display: inherit;
    height: 40px;
    position: fixed;
    right: 20px;
    z-index: 999999999999;
    bottom:80px;
}
a.social-icon.whatsapp {
  display: inline-block;
  animation: whatsappShake 5s infinite;
}

@keyframes whatsappShake {
  0%,
  90%,
  100% {
    transform: translateX(0);
  }

  92% {
    transform: translateX(-2px);
  }

  94% {
    transform: translateX(2px);
  }

  96% {
    transform: translateX(-2px);
  }

  98% {
    transform: translateX(2px);
  }
}
a.navbar-brand {
    width: 75px;
    height: auto;
}
section.industries-services .card-services h3 {
    padding-top: 0px;
    text-align: left;
}
.align-text {
    margin-top: 20%;
}
.btn-sequence.sec {
    margin-top: 5px;
}
section.home-secforth h2 {
    line-height: 3rem;
    font-size: 40px!important;
    font-weight: 500;
    font-weight: 600;
    color: #47c1c9!important;
}
section.home-secseven p {
    text-align: left;
    margin-bottom: 20px;
}
.carousel-control-prev-icon, span.carousel-control-next-icon {
    background-image:none;
    background: #eee;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
span.carousel-control-next-icon i.fa,  span.carousel-control-prev-icon i.fa {
    line-height: 51px;
    font-size: 25px;
    color: #000000;
}
section.home-secseven .card {
    margin-bottom: 20px;
}
.bg-2 {
    background-color: #f6f1ff;
}
hr {
    margin: 20px;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
section.product-cta.healthcare {
    background: rgb(69, 60, 103);
    color: #fff;
}
section.home-secseven.diary .card {
    min-height: 405px;
}
.why-details.solutions h5 {
    font-weight: 600;
}
section.home-secseven h3 {
    color: #453C67;
    margin-bottom: 10px;
    font-size: 24px;
}
.why-details.solutions h2 {
    color: #634bbf;
    padding-bottom: 10px;
    font-weight: 600;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
    text-decoration: none;
    border: none!important;
    background-color: #634bbf;
}
a.nav-link.button.menus {
    font-family: HelveticaNeue Light,sans-serif;
    font-weight: 500;
    border: 0.0625rem solid transparent;
    border-radius: 3rem;
    color: #ffffff!important;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .9rem;
    line-height: 1;
    padding: 0.6875rem 1rem;
    position: relative;
    transition: all .3s ease-in-out;
    background: #7d61b2;
    width: max-content;
    margin-left: 50%;
}
li.nav-item {
    padding: 0px 5px;
}
img.d-block.w-100.mob {
    display: none!important;
}
a.dropdown-item {
    padding: 10px 20px;
}
a.nav-link {
color: inherit!important;
font-size: 16px;
font-weight: 500;
}
section{
    overflow: hidden;
    position: relative;
}
header {
    position: sticky;
    top: 0;
    z-index: 2147483002;
    font-size: .9375rem;
}
.header-menu {
    background-color: #fff;
    position: relative;
    transition: all .3s ease-in-out;
    padding:5px 0px;
}
.header-menu:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    box-shadow: 0 0.25rem 2.75rem rgba(0,0,0,.25);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.header.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
section.home-secseven h2 {
    text-align: left;
    color: #634bbf;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
section.home-secone {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-repeat: no-repeat !important;
    height: 658px;
    background: url(../assets/img/banner-1.jpg);
    background-size: cover;
    background-position:center;
}
section.home-secone .content-block {
    width: 60%;
    text-align: left;
}
section.home-secone h1 {
    color: #ffffff;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 20px;
    font-size: 60px;
}

section.home-secone p {
    text-align: left;
    color: #ffffff;
}
section.home-secone .button {
    margin-top: 20px;
    color: #fff !important;
    border: 1px solid #fff;
}
section.home-secone .image-blocks {
    width: 100%;
    height: 55vw;
    position: relative;
    margin-top: -5%;
}
figure.backgroundshap2 {
    width: 61%;
    position: relative;
    float: right;
}
figure.backgroundshap1 {
    width: 60%;
    position: relative;
    float: left;
}
figure img {
    position: absolute;
    z-index: -1;
}
.image-center {
    text-align: center;
    margin-top: 12%;
}
.image-center img {
    border-radius: 30px;
}

section.product-products h1 {
    text-align: center;
    margin-bottom: 40px;
}

section.product-inner img {
    border-radius: 20px;
}


section.product-secone h3 {
    color: #634bbf;
    margin-bottom: 10px;
    font-size: 45px;
}
section.product-secone p {
    text-align: left;
   
}
section.product-secone .button {
    margin-top: 10px;
}

section.home-services.hms .card-services {
    min-height: 415px;
    margin-top: 45px;
}
section.home-services.clinic .card-services {
    min-height: 360px;
        margin-top: 45px;
}

.fmcg-prod li {
    padding-bottom: 20px;
}
ul.fmcg-product {
    margin-top: 30px;
}

.fieldforce-product h4 {
    margin-bottom: 20px;
}
.fieldforce-product li {
    padding-bottom: 20px;
}

.retail-product li {
    padding-bottom: 20px;
}
.autodms-product h4 {
    margin-bottom: 20px;
    margin-top: 10px;
}
.autodms-product li {
    padding-bottom: 20px;
}
section.home-services.foodpro .card-services {
    min-height: 350px;
}
section.home-services.foodpro .card-services {
    min-height: 350px;
    margin-top: 40px;
}
section.industries-services .card-services {
    min-height: 410px;
}
   section.industries-services  .card-services p{
    text-align: center;
}
section.home-services.hms .icons-services {
    width: 50px;
    margin-top: 10px;
}
section.home-whychoose h4 {
    font-size: 20px;
    font-weight: 700;
}
section.product-products.industries h2 {
    color: #634bbf;
    margin-bottom: 20px;
}

section.product-products.food-bev-industries h2 {
    color: #634bbf;
    margin-bottom: 20px;
}

section.product-cta.indust-auto h4 {
    padding-bottom: 20px;
}
section.product-products.wholesale h2 {
    color: #634bbf;
    margin-bottom: 20px;
}
section.product-products.pharma-indust h2 {
    color: #634bbf;
    margin-bottom: 20px;
}

section.product-products.fmcg-indust h2 {
    color: #634bbf;
    margin-bottom: 20px;
}

section.product-products.retail-indus h2 {
    color: #634bbf;
        margin-bottom: 20px;
}

section.product-products.lightmanufa-industr h2{
        color: #634bbf;
        margin-bottom: 20px;
}
section.product-products.service h1 {
    margin-bottom: 10px;
}
section.product-seconetwo {
    padding: 0px 0px 80px 0px;
}

section.product-seconetwo h3 {
    color: #634bbf;
}

section.product-seconetwo h5 {
   margin-bottom: 10px;
   padding-top: 20px;
}
section.product-seconetwo li {
    padding-bottom: 20px;
}
section.product-seconetwo img {
    border-radius: 20px;
}
section.product-cta.mob-addp-service h3 {
    color: #634bbf;
    margin-bottom: 20px;
}
section.product-cta.mob-addp-service .card {
    min-height: 385px;
}
section.product-cta.legacy-system-service h3 {
    color: #634bbf;
    margin-bottom: 20px;
}

section.product-secone.erp-implement-service h2 {
    color: #634bbf;
}
section.product-cta.erp-implement-service h3 {
    color: #634bbf;
}

section.product-cta.data-migration-service h2 {
    color: #634bbf;
}
section.product-cta.data-migration-service h5 {
    margin-top: 20px;
    padding-bottom: 5px;
}

section.product-secone.Business-intelli-service {
    padding: 0px 0px 80px 0px;
}

section.product-secone.Business-intelli-service h2 {
    color: #634bbf;
}
section.product-cta.business-int-service h2 {
    color: #634bbf;
}
section.product-products.business-int-service h2 {
    color: #634bbf;
    margin-bottom: 20px;
}

section.product-secone.ai-service {
    padding: 0px 0px 80px 0px;
}
section.product-secone.ai-service h2 {
    color: #634bbf;
}
section.product-secone.cloud-serv h5 {
    margin-top: 20px;
}
section.product-cta.database-serv h3 {
    color: #634bbf;
    margin-bottom: 20px;
}
section.product-cta.ware-soln h3 {
    color: #634bbf;
    margin-bottom: 20px;
}
section.home-secseven.ware-soln h4 {
    margin-bottom: 20px;
    color: #453C67;
}
section.product-cta.multilocation-solution h3 {
    margin-bottom: 20px;
    color: #634bbf;
}
section.home-secseven.multilocation-solution h4{
    margin-bottom: 20px;
    color: #453C67;
}

section.home-secseven.ware-soln .card {
    min-height: 400px;
}
section.home-secseven.multilocation-solution .card{
    min-height: 450px;
}

section.product-cta.cold-storage-soln h3 {
    color: #634bbf;

}

section.home-secseven.cold-storage-soln h4 {
    margin-bottom: 20px;
     color: #453C67;
}


section.home-secseven.cold-storage-soln .card{
    min-height: 400px;
}
section.product-cta.bakery-soln h3 {
    color: #634bbf;
    margin-bottom: 20px;
}
section.home-secseven.bakery-soln h3 {
    color: #634bbf;
}
section.home-secseven.bakery-soln h4 {
    color: #453C67;
    margin-bottom: 20px;
}

section.home-secseven.bakery-soln .card{
    min-height: 380px; 
}
section.product-cta.diary-soln h3 {
    color: #634bbf;
}

section.home-secseven.diary-soln h4 {
    margin-bottom: 30px;
    color: #453C67;
}
section.home-secseven.diary-soln .card{
 min-height: 450px; 
}
section.home-secseven.diary-soln h3 {
    color: #634bbf;
}
section.product-cta.foodprod-soln h4 {
    margin-bottom: 20px;
}
section.product-cta.medicine-pre-soln h3 {
    color: #634bbf;
    margin-bottom: 20px;
}
section.home-secseven.medicine-pre-soln h4 {
    margin-bottom: 20px;
        color: #453C67;
}

section.home-secseven.medicine-pre-soln .card{
 min-height: 400px; 
}

section.home-secseven.diary h4 {
    margin-bottom: 20px;
        color: #453C67;
}
section.home-secseven.diary h4 {
    margin-bottom: 20px;
        color: #453C67;
    
}

section.product-cta.job-work-soln h3 {
    margin-bottom: 20px;
        color: #634bbf;
}
section.product-cta.mutibranch-soln h3 {
    color: #634bbf;
    margin-bottom: 20px;
}

section.home-secseven.mutibranch-soln h4 {
    margin-bottom: 20px;
        color: #453C67;
}


section.home-secseven.mutibranch-soln .card{
 min-height: 380px; 
}
section.product-cta.dealerm-mngt-soln h3 {
    margin-bottom: 20px;
    color: #634bbf;
}

section.home-secseven.dealerm-mngt-soln h4 {
    margin-bottom: 20px;
     color: #453C67;
}
section.home-secseven.dealerm-mngt-soln .card{
 min-height: 380px; 
}
section.product-cta.online-order-soln h3 {
    margin-bottom: 20px;
    color: #634bbf;
}

section.home-secseven.online-order-soln h4 {
    margin-bottom: 20px;
         color: #453C67;
}



* {margin: 0; padding: 0;}
 

.content-sec {
    margin-bottom: 50px;
}

#container {
	width: 1000px;
	overflow: hidden;
	margin: 50px auto;
	background: white;
}

.screenshot_slider {
    margin-top: 30px;
}

.screenshot_slider .card{
    min-height: 550px;
    margin: 10px;
}
section.home-sectwo {
    margin-top: 0%;
    margin-bottom: 60px;
}
.photobanner {
    height: auto;
    width: max-content;
}
.mb-8 {
    margin-bottom: 80px;
}
section.product-products h4 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: 600;
}
label {
    padding-top: 20px;
    font-size: 16px;
}
section.iner-sec-main h1 {
    text-align: center;
    color: #684ab9;
    margin-bottom: 40px;
}
section.product-secone img {
    border-radius: 5%;
}
section.home-secthree, .home-whychoose, section.home-services, section.home-aboutus {
    padding: 80px  0px;
}
section.product-secone, section.product-products, section.product-cta{
    padding: 80px 0px;
}
section.product-products .why-sec {
    margin-bottom: 30px;
}

img.product-go {
    background: #5800ff33;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    padding: 10px;
    animation: shakeRight 3s infinite;
}
@keyframes shakeRight {
  0%, 85%, 100% {
    transform: translateX(0);
  }
  88% {
    transform: translateX(4px);
  }
  91% {
    transform: translateX(0);
  }
  94% {
    transform: translateX(4px);
  }
  97% {
    transform: translateX(0);
  }
}
section.product-secone.industries .button.secondary {
    border: 1px solid #7d61b2;
    color: #7d61b2 !important;
}

img.product-go:hover {
 transform: rotate(320deg);
}
.overlay-btn {
    position: absolute;
    bottom: 30px;
    right: 20px;
}
.overlay-btn a.button {
    background: #7d61b2 !important;
    border-radius: 20px;
    width: fit-content;
    text-align: center;
    align-items: center;
    line-height: 20px;
    color: #fff !important;
    font-weight: 700;
    padding: 11px;
    height: auto;
    z-index: 999;
    margin: auto;
    font-size: 11px;
}
.home-product img {
    filter: brightness(1);
}
img.erp {
    width: 100%;
    border-radius: 5%;
    height: 100%;
}
.home-product img:hover {
    filter: brightness(.6);
}
.home-owl-second {
    padding-left: 20px;
}
.g-recaptcha {
    margin-bottom: 10px;
}
.downloads h3 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px;
    font-weight: 500;
    font-size: 22px!important;
}
section.product-cta.bg-.healthayur h3 {
    line-height: 46px!important;
}
section.home-services img {
    border-radius: 20px;
}
section.product-cta.bg-.healthayur img {
    border-radius: 20px;
}
.healthpoints {
    margin-top: 30px;
}
.indust-auto h2 {
    text-align: center;
    font-size: 45px;
}
section.product-cta.health img {
    border-radius: 20px;
}
section.product-cta.healthcare p {
    color: #fff;
}
section.product-cta img {
    border-radius: 20px;
}
.healthpoints h5 {
    margin-bottom: 20px;
}
section.product-cta.healthcare img {
    border-radius: 20px;
}
.healthpoints li {
    margin-bottom: 15px;
}
.downloads {
    border: 1px solid #463b632e;
    border-radius: 50px;
    margin-bottom: 30px;
}
.card-services {
    position: relative;
    margin-top: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff33;
    border-radius: 20px;
    box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    min-height: 340px;
    text-align: center;
    align-content: flex-start;
}
section.home-services .card-services {
    position: relative;
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff33;
    border-radius: 20px;
    box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    min-height: auto;
    text-align: center;
    align-content: flex-start;
}
section.home-services {
    background: #ffffff;
}
.card-services p {
    text-align: center;
    
}
section.product-products img {
    border-radius: 20px;
}
section.product-products.service h4 {
    padding-bottom: 10px;
}
section.product-products.service p.head-sub {
    text-align: center;
    margin-bottom: 40px;
}
section.product-cta h2 {

    color: #634bbf;
}
.clinic .card-services {
    min-height: 425px;
}
section.product-cta li {
    padding-bottom: 20px;
}
section.product-secone ul li {
    padding-bottom: 15px;
}
.card-services p {
    text-align: left;
}
section.product-innertwo img {
    border-radius: 20px;
}
.service-sub {
    margin-top: 20px;
}
.padtop {
    margin-top: 10%;
}
section.product-cta p {
    padding-bottom: 10px;
}
section.product-inner h1 {
    font-size: 22px;
}
section.home-services h2 {
    text-align: left;
    color: #634bbf;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
section.home-services.pharma .card-services {
    min-height: 390px;
    margin-top: 45px;
}
.icons-services {
    width: 25%;
    margin-top: -30%;
}
.button-services {
    display: flex;
    margin-top: 20px;
}
.button-services .button.secondary {
    text-align: center!important;
    margin: auto!important;
    color: #fff!important;
}
.icon-service img {
    width: 40px;
}
.icons-services {
    display: block;
    /* border: 1px solid #7d61b2; */
    border-radius: 20px;
    /* padding: 10px; */
    background: #ffffff;
    margin-bottom: 20px;
}
.icons-services {
    width: 50px;
    margin-top: auto;
}
.card-services h3 {
    text-align: center;
    color: #473c64;
    margin-top: 20px;
}
.photobanner img {
  display: inline-block;
  width: 200px;
  margin: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.photobanner img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
   }
/*keyframe animations*/
.first {
	        
    -webkit-animation: bannermove 35.5s linear infinite;
    -moz-animation: bannermove 5.5s linear infinite;
    -ms-animation: bannermove 5.5s linear infinite;
    -o-animation: bannermove 5.5s linear infinite;
     animation: bannermove 5.5s linear infinite;
}
 
@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -1000px;
 }
 
}

@-moz-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
        margin-left: -1000px;
    }
    
   }
    
   @-webkit-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
        margin-left: -1000px;
    }
    
   }
    
   @-ms-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
        margin-left: -1000px;
    }
    
   }
    
   @-o-keyframes bannermove {
    0% {
      margin-left: 0px;
    }
    100% {
        margin-left: -1000px;
    }
    
   }

   section.home-secthree ul  {
    padding-left: 10px;
   }
   section.home-secthree ul li {
    list-style: none;
    font-size: 16px;
    display: flex;
    align-items: baseline;
   }
   
   section.home-secthree ul li i.fa {
    padding: 10px;
   }

   section.home-secthree {
    background: url(../assets/img/bg-shape-3.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
section.home-secthree img {
    margin-top: 10px;
}
section.home-secthree h3 {
    margin-bottom: 1rem;
    color: #453C67;
    line-height: 36px;
    font-size: 30px;
 
}

section.home-secforth {
    padding: 80px 0px 80px 0px;
    text-align: center;
}
.cont-secc2 .cont {
    padding-top: 0px!important;
}
section.home-secforth h3 {
    line-height: 36px;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    color: #453C67;
    font-weight: 500;
    font-size: 36px;

}
section.inner-sec2-erp-md.second {
    background: #684ab91a;
}
section.home-secforth h2 {
    line-height: 3rem;
    font-size: 40px!important;
    font-weight: 500;
    font-weight: 700;
    color: #47c1c9!important;
}
section.home-secforth p {
    font-weight: 500;

}
.hidden-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.home-blog span {
    font-weight: 500;
    color: #7063e4;
    font-size: 28px;
}
.secnd span {
    color: #ffda00;
    font-size: 45px;
}
.scrl {
    position: relative; /* Ensure the parent section is relative for absolute positioning */
    overflow: hidden; /* Hide content that overflows the section */
    height: auto; /* Set the height of each section */
}

.scrl img {
    position: sticky;
    top: 0;
    width: 100%; /* Adjust width as needed */
    z-index: 1; /* Ensure the image stays on top */
}

.home-aboutus h4 {
    color: #000000;
    font-family: cursive;
}

.content-sec p {
    font-size: 18px!important;
    font-weight: 500;
}
.secnd h3 {
    text-align: left;
}
.cont-secc p {
    font-weight: 500;
}
.alert.alert-warning {
    padding: 5px 15px;
    background:#7962b7;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
  
    border: none;
    border-radius: inherit;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: -14px;
    right: 0;
    color: #fff!important;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.btn-close {
    --bs-btn-close-color: #fff!important;
    --bs-btn-close-bg: none;
}
section.home-secfifth {
    padding: 60px 0px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);

    background-color: #f7d42e;
}
.child-section {
    position: sticky;
    top: 0;
    background-color: #f7d42e;
    padding: 20px;
    margin-bottom: 20px;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
}
section.home-services.hms h2 {
    text-align: center;
}
section.home-services.hms img.hms-main{
   margin-bottom: 20px;
}
section.home-secthree p {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}
section.home-secfifth::-webkit-scrollbar {
    width: 12px;
}
section.home-secnine.hms-sol {
    text-align: left;
}
section.home-secnine.hms-sol img{
border-radius: 20px;
}
section.home-secfifth:-webkit-scrollbar-track {
    background: var(--scrollbar-track-color);
}

section.home-secfifth::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-color);
    border-radius: 6px;
}

section.home-secfifth::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover-color);
}

section.home-secfifth h3 {
    line-height: 36px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 32px;
}
.mb-7-s {
    margin-bottom: 70px;
   
}
section.home-seceight h3 {
    font-size: 32px;
    line-height: 50px;
}
.header-top {
    display: flex;
    justify-content: space-between;
}
section.home-secsix {
    background:#442D70;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 0px;
}
section.home-secfifth h4 {
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 500;
}
section.home-secfifth p {
    font-weight: 400;
    line-height: 30px;
}
.home-owl-second ul li {
    padding-bottom: 10px;
}
button.accordion-button {
    font-size: 22px;
}
section.home-secthree h3 {
    padding-bottom: 10px;
    font-size: 24px;
    color: rgb(69, 60, 103);
}
section.inner-sec2-erp-md .card {
    border: 1px solid #eee;
}

.home-owl-first h2 {
    color: #443b66;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 32px;
    margin-top: 15px;
}
.home-owl-first h6 {
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
}
section.home-secsix h3 {
    line-height: 36px;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 10px;
}
section.home-secsix p {
    padding-bottom: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}
section.home-secsix.marg {
    position: relative;
}

section.home-secseven {
    overflow: initial;
    padding: 80px 0px;
    /* background: #f6f1ff; */
}
section.home-secseven .card {
    padding: 30px!important;
}
.home-owl-first .card {
    background-color: #fff;
    border-radius: .5rem ;
    box-shadow: 0 0.3125rem 0.9375rem rgb(29 31 72 / 5%);
    padding: 2rem;
}
.home-owl-first img {
    width: fit-content;
}
.home-owl-first p {
    line-height: 1.75rem;
}
.home-owl-first h5 {
    padding-top: 25px;

}
footer a {
    text-decoration: none;
}
section.home-secthree span {
    color: #7069ea;
    display: block;
}
.out-head h2 {
    text-align: left;
    color: #634bbf;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
section.home-secseven .owl-nav {
    position: absolute;
    bottom: -65px;
    left: 45%;
}
.read-more-button a {
    font-size: 16px;
    text-decoration: none;
}
.why-icon img {
    width: 55px;
}
.why-sec {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 20px;
}
.why-icon {
    margin-right: 15px;
}
.read-more-button a::after {
    content: '→';
    position: absolute;
    right: 57%;
    opacity: 1;
    transform: translateX(10px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
section.home-secseven button.owl-prev {
    font-size: 45px!important;
    background: #034597!important;
    border-radius: 50%!important;
    width: 40px;
    color: #fff!important;
    height: 40px;
    line-height: 26px!important;
}

section.home-secseven button.owl-next {
    font-size: 45px!important;
    background: #034597!important;
    border-radius: 50%!important;
    width: 40px;
    color: #fff!important;
    height: 40px;
    line-height: 26px!important;
}


.section-padding{
    width:auto;
    margin: 0 auto;
  }
  
  .owl-item .item {
     transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */

   }
   section.home-secseven .owl-dots {
    display: none;
}
  
  .screenshot_slider .owl-item .item img {
      -webkit-transition: 0.3s;
      -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scale(0.80);
      -ms-transform: scale(0.80);
      transform: scale(0.80);
  }
  
  .screenshot_slider .owl-item.center .item img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
  }
  
  .screenshot_slider .owl-nav {
      text-align: center;
   
  }
  
  .screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
  }

  section.home-seceight {
    padding: 100px 0px;
    background: #fff;
}
section.home-seceight h3 {
    line-height: 48px;
    color: inherit;
    font-size: 40px!important;
}

section.home-seceight h2 {
    color: #3a8dde;
    padding-top: 10px;
}

.home-blog {
    border: 1px solid #eee;
    position: relative;
}
.home-owl-first img {
    width: min-content!important;
}
.blog-block {
    padding: 20px;
}
section.home-seceight p {
    margin-top: -5px;
    font-size: 14px;
}
section.home-seceight h4 {
    color: #3a8dde;
    text-decoration: underline;
    margin-top: 30px;
    
}
.home-owl-first p {
    line-height: 1.75rem;
    font-weight: 400;
}
.home-owl-first h5 a {
    font-size: 1rem;
    text-decoration: underline!important;
}
.blog-block h6 {
    padding-top: 15px;
    text-decoration: underline;
}

.blog-block h4 {
    line-height: 30px;
    font-size: 24px;
}
.blogs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.blogs h3 {
    font-size: 32px!important;
}
.blogs h5 {
    margin-bottom: 0px;
    line-height: 50px;
    text-decoration: underline;
}
section.home-secenine {
    padding: 80px 0px;
    background: #fff;
}
.home-blog .labels {
    left: 1rem;
    position: absolute;
    top: 1rem;
}
.home-blog .category {
    font-weight: 700;
    background-color: #453C67;
    color: #fff;
    text-transform: uppercase;
}
.card-points {
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 30px;
}
.card-points h4 {
    text-align: center;
    padding: 10px;
    background: #854ab9c9;
    color: #ffffff;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}
section.inner-sec2-erp-md .card-points {
    max-height: 500px;
    min-height: 500px;
    overflow-y: scroll;
}
section.inner-sec2-erp-md .card-points h4 {
    position: sticky;
    top: 0;

    z-index: 1;
}
section.inner-sec2-erp-md.sd .card-points h4 {
    position: sticky;
    top: 0;

    z-index: 1;
}
section.inner-sec2-erp-md.sd .card-points {
    max-height: 330px;
    min-height: 330px;
    overflow-y: scroll;
}
.row.masonry-container {
    margin-top: 40px;
}
.home-blog .category {
    font-weight: 500;
    background-color: #453C67;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    border: 10px;
}
section.home-seceight.inner.dms2 img {
    border-radius: 20px;
}
section.home-secthree.inner.dms3 img {
    border-radius: 20px;
}
section.inner-sec2-erp-md.dms .card-points {
    max-height: auto;
    min-height: auto;
    overflow-y: scroll;
}
.mt-6 {
    margin-top: 50px;
}
.secnds {
    padding-top: 30px;
}
section.home-secsix.secnd {
    padding: 60px 10px;
}

footer {
    padding: 80px 0px;
    background: #211d30;
}


footer h4 {
    color: #ffffff;
    margin-bottom: 20px;
}
footer p {
    color: #ffffff;
    margin-bottom: 10px;
    margin-bottom: 5px;
}
footer p > a {
    color: #d7d7d7!important;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}
footer h3 {
    padding-bottom: 0px;
    color: white;
    font-size: 18px;
}
ul.foot-social {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.foot-social li {
    padding: 0px 10px;
    color: #fff;
}

footer p > a.link {
    color: #ffffff!important;
    margin-bottom: 10px;
}
ul.foot-social a {
    color: #fff!important;
}

/***/

section.imner-sec1-erp-md {
    background: url(../assets/img/bg-shape-5.jpg);
    /* min-height: 80rem; */
    padding: 4.25rem 0 4.25rem 0;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-size: 1920px;
    background-position-x: center
}

section.imner-sec1-erp-md p {
    font-size: 20px;
    font-weight: 500;
}

section.imner-sec1-erp-md h1 {
    font-size: 40px!important;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
section.home-whychoose p {
    margin-bottom: 20px;
}
section.home-whychoose img {
    border-radius: 20px;
}
section.imner-sec1-erp-md p {
    font-size: 16px!important;
    color: #fff;
    text-align: justify;
}
section.inner-sec4-erp-md p {
    text-align: justify;
}
section.imner-sec1-erp-md ul {
    padding-bottom: 10px;
}
section.imner-sec1-erp-md ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
section.imner-sec1-erp-md .button.secondary {
    color: #fff!important;
}
.card-points li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
    list-style: none;
    font-size: 16px;
}
.why-details {
    width: inherit;
    padding-left: 10px;
}
    .card-points li:after {
      content: '';
      height: .4em;
      width: .4em;
      background: #634bbf;
      display: block;
      position: absolute;
      transform: rotate(45deg);
      top: 0.55em;
      left: 0;
    }
    .card-points h3 {
        color: #443b66;
        margin-bottom: 20px;
        background: #634bbf2e;
        text-align: left;
        border-radius: 30px;
        padding: 10px 10px 10px 30px;
    }

section.inner-clients {
    padding: 60px 0px;
}

section.inner-clients h3 {
    font-size: 36px!important;
    text-align: center;
}
.card{
    background-color: #fff;
    border: 0.0625rem solid #ececec;
    border-radius: 0.5rem;
    box-shadow: 0 0.3125rem 0.9375rem rgb(29 31 72 / 5%);
    padding: 20px!important;
}

section.inner-sec2-erp-md {
    padding: 60px 0px;
    background: #f3f3f347;
}
.box-1 i.fa {
    font-size: 30px;
    background: #684ab9;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #fff;
}
.box-1 img {
    width: 50px;
    height: 40px;
    margin-bottom: 15px;
    margin-right: 10px;
    background: #eee6fe;
    padding: 12px;
    border-radius: 10px;
}

section.home-secseven .card {
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
    box-shadow: -1px 0px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
section.home-secseven .btn-sequence {
    margin-top: 15px;
}
.home-product {
    position: relative;
}
section.home-secnine {
    padding: 80px 0px;
    text-align: center;
    background: #442D70;
    color: #fff;
}
section.home-secnine h3 {
    color: #fff;
    padding-bottom: 10px;
}
section.home-secnine p {
    color: #e2e2e2;
    font-weight: 400;
    padding-bottom: 10px;
}
section.inner-sec3-erp-md {
    padding: 60px 0px;
    background: url(../assets/img/bg-shape-3.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
section.inner-sec3-erp-md h4 {
    font-size: 26px;
}

section.inner-sec3-erp-md h4 {
    color: #736be5;
}

section.inner-sec3-erp-md h3 {
    font-size: 40px;
    line-height: 42px;
}
.btn-sec {
    margin-top: 20px;
}
.me-auto {
    margin-right: 2%!important;
    margin-left: auto;
}
.home-owl-second h2 {
    padding-bottom: 10px;
}
.why-details h3 {
    font-size: 24px;
}
.wh
section.home-secthree img {
    margin-bottom: 20px;
}
.owl-nav button.owl-prev span {
    color: white;
    display: flex;
    align-items: baseline;
    justify-content: center;
    align-content: space-between;
    font-size: 44px;
    padding: 0px;
    line-height: 20px;
    margin-top: -7px;
}
.owl-nav button.owl-next span {
    color: white;
    display: flex;
    align-items: baseline;
    justify-content: center;
    align-content: space-between;
    font-size: 44px;
    padding: 0px;
    margin-right: -3px;
    line-height: 20px;
    margin-top: -7px;
}
.mt-4 {
    margin-top: 10%!important;
}

section.inner-sec4-erp-md {
    padding: 80px 0px;
}
section.inner-sec4-erp-md h3 {
    margin-bottom: 10px;
    color: #453C67;
    line-height: 42px;
    font-size: 36px;
}
section.home-secthree h4 {
    color: #6867e6;
    margin-top: 20px;
}
section.home-secthree.inner {
    padding: 80px 0px;
    background-position: bottom left;
}

section.home-seceight.inner h5 {
    color: #684ab9;
}
section.inner-sec2-erp-md .card {
    text-align: center;
}
section.inner-sec2-erp-md .cont {
    padding-top: 20px;
}
section.inner-sec2-erp-md i.fa {
    background: #684ab9;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
section.home-seceight.inner i.fa {
    display: flex;
}
.content-secs {
    display: flex;
    padding-bottom: 10px;
}
.icons {
    padding-top: 5px;
    padding-right: 10px;
}

section.inner-sec2-erp-md.second .cont-secc2{
    display: flex;
}
section.inner-sec2-erp-md.second .cont {
    text-align: left;
    padding-left: 15px;
}
.cont-secc2 .iconss {
    padding-top: 10px;
}
section.inner-sec2-erp-md.second .card {
    margin-bottom: 10px;
}

section.inner-sec2-erp-md.second .card {
    margin-bottom: 20px;
    /* border-bottom: 3px solid #4abdc0; */
    transition-timing-function: ease-in-out;
    min-height: auto;
    background: #ffffff;
    box-shadow: none;
}

section.inner-sec2-erp-md.second .card {
    border: white;

    border-radius: 20px 0px 60px 5px;
}


section.inner-sec2-erp-md ::-webkit-scrollbar {
    width: 3px;
  }
  
  section.inner-sec2-erp-md ::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
  }
  
  section.inner-sec2-erp-md ::-webkit-scrollbar-thumb {
    background-color: #684ab9; /* Thumb color */
    border-radius: 6px; /* Rounded corners */
  }
  
  section.inner-sec2-erp-md ::-webkit-scrollbar-thumb:hover {
    background-color: #463b63; /* Hover state color */
  }

section.inner-sec2-erp-md i.fa {
    margin-top: -12%;
}

section.inner-sec2-erp-md .card {
    margin-bottom: 10px;
    border-radius: 30px;
    box-shadow: none;
    text-align: left;
    border: 1px solid #463b6380;
    width: 100%;
    background: none;
    height: auto;
    -webkit-transform: skew(360deg);
    -moz-transform: skew(360deg);
    -o-transform: skew(360deg);
    transform: skew(360deg);
    transition: all ease .6s;
}




section.inner-sec6-erp-md {
    padding: 60px 0px;
}

section.inner-sec6-erp-md .accordion-item ul li {
    padding: 10px;
    list-style: none;
    border-bottom: 2px solid #eee;
    display: flex;
    align-items: center;
}

section.inner-sec6-erp-md .accordion-item ul {
    padding-left: 0px;
}

section.inner-sec6-erp-md .accordion-item ul li i.fa {
    padding-right: 10px;
    color: #4cbbc5;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #463b63;
}

button.accordion-button {
    font-size: 24px;
}
section.inner-sec6-erp-md .accordion-item {
    margin-bottom: 10px;
}
.accordion-button{
    background-color: #463b63;
    color: #fff;
    
}
section.inner-sec7-erp-md {
    padding: 60px 0px;
    background: #f5f5f5;
}
section.inner-sec7-erp-md ul li {
    list-style: none;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    font-weight: 500;
    font-size: 18px;
    color: #47bccd;
}
section.inner-sec7-erp-md ul li i.fa {
    padding-right: 10px;
}
section.inner-sec7-erp-md ul {
    padding-left: 5px;
}
section.inner-sec4-erp-md span {
    font-size: 24px;
    font-weight: 500;
}

section.iner-sec-main {
    padding: 60px 0px;
    background: #ffffff0f;
}


section.inner-sec2-erp-md .cont p {
    font-weight: 400;
}

ul.cont-social {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding-left: 0px;
}

ul.cont-social li {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    background: #eee;
    margin: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 30px;
}


section.iner-sec-main.contact h3, section.iner-sec-main.video h3, section.iner-sec-main.faq h3, section.iner-sec-main.pricing h3{
    color: #443b66;
    padding-bottom: 10px;
    font-size: 32px;
}

section.iner-sec-main.contact h5 {
    line-height: 36px;
    margin-bottom: 0px;
    font-weight: 400;
}
.pricing-column {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    min-height: 690px;
  }
  
  .pricing-column:hover {
    transform: scale(1.05);
  }
  
  .pricing-header {
    background-color: #ffc107fa;
    padding: 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
  }
  .pricing-header h3 {
    margin-bottom: -10px!important;
    padding-bottom: 10px!important;
}
  .pricing-price {
    font-size: 2rem;
    font-weight: bold;
    margin: 20px 0;
    color: #007bff; /* Blue color */
  }
  
  .pricing-list {
    list-style-type: none;
    padding: 0;
  }
  
  .pricing-list-item {
    padding: 5px 0;
    text-align: center;
  }
.card-pricing{
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}
.pricing-column td, .pricing-column th {
    font-size: 16px;
}
.pb-sec p {
    padding-bottom: 5px;
}
section.iner-sec-main.industry h3 {
    font-size: 22px;
    text-align: center;
}


section.home-secthree.inner.erp h4 {
    color: #473c64;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 32px;
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

section.product-secone.article h4 {
    padding-top: 20px;
}

section.product-secone.article h5 {
    padding-top: 20px;
}

section.product-secone.article {
    padding: 20px 0px;
}



@media (min-width: 1920px) {
    a.nav-link {
        font-size: 16px !important;
    }

}

@media (max-width: 1920px) {
    a.nav-link {
        font-size: 16px!important;
    }
    li.nav-item {
        padding: 0px 5px!important;
    }
    section.home-secseven .owl-nav {
        position: absolute;
        top: -75px;
        left: 35%;
        height: min-content;
    }
    }
@media (max-width: 1400px) {
    a.nav-link {
        font-size: 15px!important;
    }
    li.nav-item {
        padding: 0px 5px!important;
    }

    }
    @media (max-width: 1300px) {
  
    }
    @media (max-width: 1200px) {
        a.nav-link {
            font-size: 14px!important;
        }
        li.nav-item {
            padding: 0px 1px!important;
        }
        a.social-icon.whatsapp {
            top: 49px;
        }
       
    }

    @media (max-width: 1120px) {
  
        a.social-icon.whatsapp {
            top: 110px;
        }
       
    }

@media (min-width: 1200px) {
a.nav-link {
    font-size: 14px;
}
li.nav-item {
    padding: 0px 5px;
}
section.home-secfifth h3 {
    margin-top: 15%;
}
}

@media (max-width: 1200px) {
.me-auto {
    margin-right: auto!important;
    margin-left: 0%;
}
}

@media (min-width: 991px) {
    a.nav-link.button.menus {
        margin-left: 20%;
    }
    a.nav-link {
        font-size: 12px;
    }
    li.nav-item {
        padding: 0px 5px;
    }
    .gapper {
    padding-left: 20px;
}

}
@media (max-width: 991px) {
    a.nav-link.button.menus{
    margin-left: 0%;
    margin-top: 15px;
    }
    a.social-icon.whatsapp {
        width: 40px;
        display: inherit;
        height: 40px;
        position: fixed;
        top: auto;
        bottom: 60px;
        right: 10px;
        z-index: 999999999999;
    }
}
@media (max-width:768px) {

    section.home-secone, section.home-secseven, section.home-secforth, section.home-secsix.marg, section.inner-sec2-erp-md, section.inner-sec7-erp-md, section.inner-sec6-erp-md {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    section.imner-sec1-erp-md, .inner-sec4-erp-md, section.home-secthree.inner{
       padding: 30px 10px!important; 
    }
 
    .image-blocks {
        margin-left: -10px!important;
        margin-right: -10px!important;
    }

    .blog-block h6 {
        padding-top: 0px;
 
        
    }
    section.home-secnine h3 {

    text-align: center !important;
}
.home-product img {

    padding-top: 10px;
}
section.home-secnine.hms-sol img {
 
    margin-bottom: 20px;
}
section.home-services.hms .card-services {
    min-height: auto;
    margin-top: 45px;
}
    .blog-block h4 {
        line-height: 26px;
        font-size: 24px;
    }
    section.home-secseven h2 {
        padding-bottom: 20px;
        padding-top: 20px!important;
    }
    section.home-secseven .owl-nav {
        position: absolute;
        bottom: auto;
        right: 10%;
        left: auto;
        top: -120px;
    }
    section.home-secone{
        padding: 30px 0px;
    }
    section.home-secseven .card {
        padding: 10px !important;
    }
    section.home-secone h1 {

        
        line-height: 50px;
 
        font-size: 40px!important;
    }
    .card-points h3 {
       
        text-align: center;
        font-size: 26px;
        border-radius: 10px;
        padding: 10px;
    }
    section.home-secseven p {
        text-align: initial;
    }
    ol, ul {
        padding-left: initial;
    }
    .home-owl-second {
        padding-left: initial;
    }
    section.home-secseven .card {
        min-height: auto;
    }
    section.home-secseven {
        overflow: initial;
        padding: 40px 10px;
    }
    section.home-secthree, .home-whychoose, section.home-services, section.home-aboutus {
        padding: 40px 10px;
    }
    .why-icon {
        margin-right: 0px;
    }
    .why-icon img {
        width: 120px;
    }
    ul.foot-social {
      
        margin-top: 10px;
    }
 p {
    font-size: 16px!important;
}
.header-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
}
section.home-secone .button {
    margin-top: 0.8rem;
}
section.home-secone .content-block{
    margin-bottom: 30px;
}
.content-sec {
    margin-top: 30px;
}

.cont-secc {
    margin-top: 30px;
}
section.home-secforth p {
    margin-bottom: 30px;
}
.scrl {
    height: auto;
}
.section-padding {
    padding: 0px 0;
}
section.home-seceight {
    padding: 30px 10px;
    background: #fff;
}
section.home-secfifth {
    padding: 30px 10px;
    width: 100%;
}
section.home-secenine {
    padding: 30px 10px;
}
.secnds {

    line-height: 50px;
}
footer h4 {
    margin-bottom: 10px;
    margin-top: 30px;
}
footer {
    padding: 30px 10px;

}
footer h3 {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 1.3rem!important;
    line-height: 33px!important;
}
.blogs h5 {
    font-size: .8rem;
    line-height: 16px;
}
section.home-secsix.marg {
    margin-bottom: 0%!important;
}
.out-head {
    margin-top: 0%;
}
section.home-secthree {
    
    background: none;
}
section.home-secthree img {
    width: 100%;
    margin-top: 10px;
}
section.home-secthree {
    padding: 30px 10px;

}
section.home-sectwo {
    margin-top: 0%;
    margin-bottom: 30px;
}
section.inner-sec2-erp-md .card-points {
    max-height: max-content;
    min-height: auto;
    overflow-y: scroll;
}
section.home-secthree ul li {
    list-style: none;
    font-size: 16px;
    display: flex;
    align-items: baseline;
}
img.d-block.w-100.mob {
    display: block!important;
}
img.d-block.w-100{
    display: none!important;
}
section.inner-sec2-erp-md .card, .card-services, section.inner-sec2-erp-md.sd .card-points, .pricing-column  {
    min-height: auto;

}
section.imner-sec1-erp-md {
    min-height: 845px;
    /* background-size: cover; */
    background-repeat: repeat;
    /* background-size: 1920px; */
    background-position-x: right;
}
button.accordion-button {
    font-size: 20px;
}
section.imner-sec1-erp-md img {
    margin-top: 15px;
}
section.home-secone .content-block {
    width: 100%;
    text-align: left;
}
section.home-secone {

    background-position: left;
}
section.home-aboutus img {
    margin-bottom: 20px;
}
.box-1 img {
    width: 80px;
    height: 50px;
}
.icons-services {
    width: 18%;
    margin-top: -18%;
}
section.product-secone h3 {
    font-size: 36px;
}
section.product-secone img {
    margin-bottom: 20px;
}
section.product-secone, section.product-products, section.product-cta {
    padding: 40px 10px;
}
h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: left !important;
}
h2 {
    font-size:36px;
    font-weight: 600;
    text-align: left !important;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: left !important;
}
section.product-products img {
    margin-bottom: 20px;
}
section.industries-services .card-services {
    min-height: auto;
}
section.product-cta img {
    margin-bottom: 20px;
}
section.product-products.service p.head-sub {
    text-align: left;
    margin-bottom: 20px;
}
}



@media (max-width:600px) {
   .icons-services {
        width: 10%!important;
        margin-top: auto!important;
    } 
}



