body {
    color: #000 !important;
    font-family: "Inter-Regular", sans-serif !important;
    font-size: 15px;
}

html,
.main-footersd {
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden;
}

/*section, .main-footersd{overflow-x:hidden*/
/*}*/
a {
    text-decoration: none !important;
}

p {
    font-size: 16px;
}



@font-face {
    font-family: 'Inter-Regular';
    src: url('../inter-font/static/Inter-Regular.woff2') format('woff2'),
        url('../inter-font/static/Inter-Regular.woff') format('woff'),
        url('../inter-font/static/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    /* Regular weight */
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../inter-font/static/Inter-Medium.woff2') format('woff2'),
        url('../inter-font/static/Inter-Medium.woff') format('woff'),
        url('../inter-font/static/Inter-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../inter-font/static/Inter-SemiBold.woff2') format('woff2'),
        url('../inter-font/static/Inter-SemiBold.woff') format('woff'),
        url('../inter-font/static/Inter-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../inter-font/static/Inter-Bold.woff2') format('woff2'),
        url('../inter-font/static/Inter-Bold.woff') format('woff'),
        url('../inter-font/static/Inter-Bold.ttf') format('truetype');

    font-style: normal;
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../inter-font/static/Inter-ExtraBold.woff2') format('woff2'),
        url('../inter-font/static/Inter-ExtraBold.woff') format('woff'),
        url('../inter-font/static/Inter-ExtraBold.ttf') format('truetype');

    font-style: normal;
}


img {
    height: auto;
    max-width: 100%;
}

@media (max-width:1600px) {
    .container {
        max-width: 1200px;
    }
}

/*home banner section*/
.main-banner-sec {
    position: relative;
    padding: 6rem 0 7rem;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
    box-shadow: 0px 1px 4px 0px #0000000D;
    z-index: 1;

}

.main-banner-sec:before {
    content: "";
    position: absolute;
    top: 6%;
    left: 4%;
    height: 53px;
    background-position: center;
    width: 193px;
    background-image: url(../images/bg/clouds.svg);
    animation: move-left 5s infinite linear;
    z-index: -1;
}

.main-banner-sec:after {
    content: "";
    position: absolute;
    top: 2%;
    right: 4%;
    height: 84px;
    background-position: center;
    width: 121px;
    background-image: url(../images/bg/salesforce-cloud.svg);
    animation: move-left 5s infinite linear;
    z-index: -1;

}

@keyframes move-left {
    40% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

.banne-sec-left {
    position: relative;
}

.banne-sec-left p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    font-family: 'Inter-Regular';
}

.banne-title {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 1.2;
    color: #36347D;
    margin-bottom: 1.7rem;
    position: relative;
    font-family: 'Inter-Bold';
}

.banne-title:before {
    content: "";
    position: absolute;
    width: 65px;
    background: #C5C402;
    height: 4px;
    bottom: -16px;
    left: 0;
    transition: 0.5s linear;

}

.banne-title span,
.text-slider {
    color: #343434;
    font-weight: 500;
    display: block;
    font-size: 2.5rem;
    text-transform: capitalize;
    font-family: 'Inter-Medium';

}

.book-obksd {
    position: absolute !important;
    bottom: -10px;
    left: 50%;
}

.book-obksd-2 {
    position: absolute !important;
    bottom: -30px;
    left: 25%;
}

.banner-lef-img {
    position: relative;
    margin-top: 2rem;
    text-align: center;
    margin-left: -4rem;
}

@media(min-width:1800px) {
    .banner-lef-img {
        margin-left: -1rem !important;
    }
}

.banner-lef-img:after {
    content: "";
    position: absolute;
    top: 84%;
    left: 45%;
    height: 2px;
    width: 491px;
    /*background: #2DA7FF;*/
    transform: translate(-50%, -50%);
}

.banner-lef-img:before {
    content: "";
    position: absolute;
    top: 36%;
    left: 45%;
    transform: translate(-50%, -50%);
    height: 310px;
    width: 491px;
    /*background: url(../images/bg/half-circle.svg);*/
}

.banner-lef-img img {
    position: relative;
    z-index: 1;
}

.more-banner-tin {
    position: relative;
    display: flex;
    gap: 30px;
    margin-bottom: 4.4rem;
}

.theme-btn {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border-radius: 9px;
    color: #000;
    font-weight: 500;
    padding-left: 4.8rem;
    font-size: 1.1rem;
    min-width: 132px;
    text-align: center;
    overflow: hidden;
    position: relative;

}

.theme-btn:hover:before,
.theme-btn-2:hover:before {
    width: 100% !important;
}

.theme-btn:before,
.theme-btn-2:before {
    content: "";
    position: absolute;
    border: 2px solid #413f3f;
    height: 45px;
    width: 45px;
    left: 0;
    top: 0px;
    border-radius: 40px;
    transition: 0.4s linear;
}

.theme-btn.text-white:before {
    border-color: #fff !important;
}

.theme-btn.text-white:hover span {
    color: #fff;
}

.theme-btn span,
.theme-btn-2 span {
    position: relative;
    z-index: 2;
    transition: 0.4s linear;
    font-weight: 500;
    transform: translateY(-3.4px);
    display: inline-block;
    font-family: 'Inter-Medium';
}

.theme-btn:after,
.theme-btn-2:after {
    position: absolute;
    font-size: 2.3rem;
    left: 28px;
    font-family: flaticon_normal-icon !important;
    top: -4px;
    transition: 0.4s linear;
    content: "\f174";
    transform: translateY(-1.3px);
}

.theme-btn-2:after {
    color: #c5c402 !important;
}

.theme-btn-2:before {
    border-color: #c5c402 !important;
}

.theme-btn-2 {
    border-radius: 9px;
    padding: 0.7rem 1.4rem;
    color: #000;
    padding-left: 4.8rem;
    min-width: 132px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    font-size: 1.1rem;
    position: relative;
}

.banne-sec-left p span {
    position: relative;
    margin: 0 10px;
}

.banne-sec-left p span:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    bottom: 2px;
    border-right: 2px solid #797373;
}

.main-ser-clou {
    position: absolute;
    z-index: 3;
    transition: 0.5s linear;
}

.mar-mar-top {
    top: -20%;
    left: 43%;
}

.mar-mar-right {
    top: 30%;
    right: 1%;
}

.mar-mar-left {
    top: 31%;
    left: 5%;
}

.mar-mar-topr {
    top: -4%;
    right: 8%;
}

.mar-mar-topr:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 10px;
    left: 30px;
    bottom: -15px;
    background: #C5C402;
}

.mar-mar-topl {
    top: -4%;
    left: 14%;
}

.main-ser-clou a {
    color: #000;
    position: relative;
    font-weight: 500;
    display: block;
    margin-top: 0.25rem;

}

.main-ser-clou a:before {
    content: "";
    position: absolute;
    background-image: url(../svg/banner-colud.svg);
    width: 40px;
    height: 29px;
    left: -10px;
    z-index: -1;
    top: -3px;
}

/*services*/
.servicesd {
    position: relative;
    padding: 6rem 0 3rem;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
    box-shadow: 0px 1px 4px 0px #0000000D;

}

.servicesd:before,
.work-procesd:before,
.cont-rtsfdsf:before,
.how-we-work-sec:before,
.aslae-cloudsd:before {
    content: "";
    position: absolute;
    top: 6%;
    right: 4%;
    height: 84px;
    background-position: center;
    width: 195px;
    animation: move-left 5s infinite linear;
    background-image: url(../images/bg/cloud-services.svg);
}

.how-we-work-sec:before {
    top: 10px !important;
}

.servicesd:after,
.cont-rtsfdsf:after,
.how-we-work-sec:after,
.aslae-cloudsd:after {
    content: "";
    position: absolute;
    top: 14%;
    left: 4%;
    height: 69px;
    background-position: center;
    width: 45px;
    background-image: url(../images/bg/cloud-service-usa.svg);
    animation: move-left 5s infinite linear;

}

.how-we-work-sec:after {
    top: 35px !important;
}

.main-ser-inner {
    position: relative;
    padding: 1.8rem 1.8rem 1.4rem;
    display: flex;
    transition: 0.4s linear;
    gap: 23px;
    align-items: center;
    margin: 1.4rem 0.7rem;
    overflow: hidden;
    border-radius: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background: #fff;
    border: 1px solid #0000001A;

}

.main-ser-inner:before {
    content: '';
    background: #36347D;
    position: absolute;
    width: 120%;
    height: 100%;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 100%, 0) scale3d(0.8, 0.8, 0.8);
    transition: 0.8s linear;
}

.main-ser-inner:hover:before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.8s cubic-bezier(0.1, 0, 0.3, 1);
}

.main-ser-inner:hover,
.main-ser-inner.active {
    filter: drop-shadow(0 0 0.75rem #00000026);

    box-shadow: 0px 0px 10px #00000048;

}

.main-ser-inner:hover .main-se-titl a,
.main-ser-inner.active .main-se-titl a {
    color: #fff;
}

.main-ser-inner:hover .more-servc {
    color: #fff;
}

.more-servc {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    line-height: 53px;
    background: #36347D;
    transition: 0.4s linear;
    overflow: hidden;
    border-bottom-right-radius: 6px;
}

.more-servc i {
    position: relative;
    z-index: 2;
    transform: rotate(-45deg);
    display: inline-block;
    left: 2px;
}


.serv-icons:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: #fff;
    transition: 0.3s linear;
}

.serv-icons img {
    position: relative;
    transition: 0.5s linear;
    filter: brightness(0);
}

.main-ser-inner:hover p,
.main-ser-inner.active p {
    color: #fff;
}

.main-ser-inner:hover .serv-icons:before,
.main-ser-inner.active .serv-icons:before {

    transform: scale(1);
}

.main-se-titl,
.main-se-titl a {
    font-size: 20px;
    font-weight: 600;
    transition: 0.4s linear;
    text-transform: capitalize;
    color: #343434;
}

.serv-icons {
    position: relative;
    background: #EEEEEE;
    min-width: 75px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    overflow: hidden;
}

.main-se-conte {
    position: relative;
    max-width: 80%;
}

.main-se-conte p {
    margin-bottom: 0;
    transition: 0.4s linear;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-width: 94%;
    font-weight: 400;
    /* height: 70px; */
    line-height: 1.6;
    margin-top: 0.25rem;
}

.ht-shape-btn.bottom {
    transform: rotate(90deg);
    top: auto;
    bottom: 0;
}

.ht-shape-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    border-radius: 0 30px 0 0;
}

.ht-shape-btn svg path {
    fill: #F3F3FF !important;
}



/*title*/

.section-titles {
    position: relative;
    margin-bottom: 1rem;
    z-index: 2;
}

.section-titles.text-center .sec-title-bot:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sect-small-tit {
    font-size: 16px;
    color: #36347D;
    text-transform: uppercase;
    font-family: 'Inter-Medium';
    display: block;
    margin-bottom: 0.2rem;
}

.sec-title-big {
    font-size: 30px;
    font-family: 'Inter-Bold';
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #343434;
}

.section-titles p {
    max-width: 80%;
    margin: 0 auto 1rem;
    font-weight: 400;
}


/*who we are*/
.who-er-are {
    position: relative;
    padding: 3rem 0;
    overflow: hidden;
}

.main-what-inner {
    position: relative;
    /* border: 1px solid #0000001A; */
    padding: 2rem 1.8rem;
    display: flex;
    gap: 23px;
    border-radius: 5px;
    background: #F8F8F8;
    box-shadow: 1px 2px 3px 0px #0000001A;
    margin: 1.5rem 0;
    max-width: 660px;
    align-items: center;
    transition: 0.5s linear;
}

.main-what-inner:hover {
    transform: scale(1.05);
}

.main-who-conte {
    position: relative;
}

.main-who-titl {
    position: relative;
    background: #FDDCEF;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    overflow: hidden;
}

.main-who-conte p {
    margin-bottom: 0;

}

.left-margind {
    left: 10%;
}

.bg-greend {
    background: #CDF1D8;
}

.bg-purpled {
    background: #EDC3FC;

}


/*work process*/
.work-procesd {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
    box-shadow: 0px 1px 4px 0px #0000000D;

}

.work-proc-point {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin-top: 2rem;
}

.work-proc-point li {
    border: 0.5px solid #27C2B1;
    font-family: 'Inter-Medium';
    padding: 0.8rem 0.7rem;
    text-transform: capitalize;
    border-radius: 5px;
    z-index: 1;
    font-size: 0.9rem;
    color: #343434;
    filter: drop-shadow(0 0 0.75rem #0000000f);
    background: #fff;
    margin-bottom: 1.3rem;
    position: relative;
}

.work-proc-point li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    background: linear-gradient(89.76deg, #27C2B2 0.14%, #3FE097 99.79%);
    transition: 0.5s linear;
}

.work-proc-point li:hover:before {
    width: 100%;
}

.max-wd-how {
    max-width: 615px;
}

.work-proc-point li:hover {
    color: #fff;
}

.work-proc-point:before {
    content: "";
    position: absolute;
    height: 92%;
    background: #C5C402;
    width: 2px;
    /* left: 50%; */
    bottom: 0;
    top: 18%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.work-proc-point:after {
    content: "";
    position: absolute;
    background: #C5C402;
    width: 12px;
    height: 12px;
    left: 46%;
    /* transform: translateX(46.5%); */
    border-radius: 50em;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.work-proc-top:after {
    left: 0;
    right: 0;
}

.work-proc-top:after,
.work-proc-top:before {
    top: -10.5%;
}

@media (min-width:1800px) {
    /*.work-proc-point:after{*/
    /*    left: 46.55%  !important;*/
    /*}*/
    /*.main-why-chosd{*/
    /*    left: 36% !important;*/
    /*}*/
}

.section-nef {
    border-left: 3px solid #C5C402;
    padding-left: 13px;
}


/*why choose us*/
.why-udsd {
    position: relative;
    padding: 4rem 0 9rem;
    margin-bottom: 70px;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
}

.why-udsd .fle-btn {
    margin-top: 1rem;
}

.why-udsd .section-titles {
    top: 14%;
    left: -10%;
}

.why-udsd:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 385px;
    top: 10%;
    transform: translateX(-50%);
    width: 800px;
    background-image: url(../images/bg/map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.why-udsd .container {
    position: relative;
}

.main-why-chosd {
    position: absolute;
    background: #FFFFFF;
    left: 18.5%;
    top: 41%;
    padding: 2rem 2rem 2.8rem 3.5rem;
    filter: drop-shadow(0 0 0.75rem #0000000f);
}

.main-why-chos-poin {
    position: relative;
    margin: 1.5rem 0.5rem;
}

.main-why-chos-poin h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
}

.main-why-chos-poin h5:before {
    position: absolute;
    content: "";
    width: 10px;
    left: -21px;
    border-radius: 50%;
    top: 7px;
    height: 10px;
    background: #C5C402;
}

.fle-btn {
    position: relative;
    display: flex;
    gap: 30px;
}


/*faq*/
.faw-home {
    position: relative;
    padding: 5rem 0;
}

.faw-home:before,
.salesforse-servi-sec-carusel:before {
    position: absolute;
    content: "";
    background-image: url(../images/sales/business-success.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 410px;
    height: 272px;
    top: 0;
    left: -40px;
    filter: brightness() invert(1);
    transform: rotate(180deg);
    z-index: -1;
}

.accordion-button span {
    position: absolute;
    left: -20px;
    top: 25px;
}

.accordion-item {
    padding-left: 20px;
    border: 0;
    margin-bottom: 0rem;
    border-top: 1px solid #0000004f;
    border-bottom: 1px solid #0000004f;
}

.accordion-button {
    padding: 1.45rem;
    font-size: 1.3rem;
    color: #36347D;
    font-family: 'Inter-SemiBold';
    padding-right: 40px;
}

.accordion-button:not(.collapsed) {
    color: #36347D;

    background: #fff;
    padding-bottom: 1rem;
    box-shadow: unset;

}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: unset;
    border-top-right-radius: unset;

}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;

}

.accordion-body {
    border-top: 0;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 1.45rem 1.45rem;
    line-height: 1.8;
    font-family: 'Inter-Medium';
}

.accordion-item:first-of-type {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    position: absolute;
    content: "-";
    color: #36347d;
    font-size: 2.4rem;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background: #DBE6FF 0% 0% no-repeat padding-box;
    right: 0;
    display: flex;
    place-content: center;
}

.accordion-button::after {
    background-image: unset !important;
    position: absolute;
    content: "+";
    color: #36347d;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background: #DBE6FF 0% 0% no-repeat padding-box;
    right: 0;
    display: flex;
    place-content: center;
}

.accordion-button:focus {
    box-shadow: unset !important;
}


/*keynumbers*/
.keynumber-home {
    padding: 3.5rem 0 4rem;
    box-shadow: 0px 1px 4px 0px #0000000D;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
    position: relative;
    overflow: hidden;
}

.keynumber-home:before {
    content: "";
    position: absolute;
    background-image: url(../images/bg/map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    left: 0;
}

.main-keynum-inn {
    position: relative;
    text-align: center;
    margin-top: 1.3rem;
}

.keunu-numb {
    font-size: 40px;
    color: #36347D;
    font-family: 'Inter-Bold';
}

.kynum-title {
    font-size: 18px;
    color: #343434;
    font-weight: 700;
}


/*industry*/
.our-solutdsd {
    position: relative;
    padding: 10rem 0 4rem;
    background-image: url(../images/bg/industry-bg.webp);
    background-size: cover;
    background-position: center;
}

.text-greend {
    color: #C5C402;
}

.industr-tabs {
    position: relative;
    margin-top: 4rem;
}

.industr-tabs .tab-content {
    width: 64.8%;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    box-shadow: 0px 2.08px 4.16px 0px #0000001A;
    color: #343434;
}

.nav-pills .nav-link {
    width: 355px;
    border-radius: 51.01px;
    display: flex;
    align-items: center;
    padding: 0.3rem;
    margin-bottom: 1.2rem;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    border: 1.04px solid #FFFFFF;
    text-align: left;
}

.indus-iconsd {
    display: inline-block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: white;
    text-align: center;
    line-height: 44px;
    margin-right: 0.8rem;
}

.nav-pills .nav-link.active .indus-iconsd,
.nav-pills .show>.nav-link .indus-iconsd {
    background: #2DA7FF;
}

.nav-pills .nav-link.active .indus-iconsd img,
.nav-pills .show>.nav-link .indus-iconsd img {
    filter: brightness(0)invert(1) !important;
}

.theme-btn-2.text-whited {
    border-color: #fff;
    color: #fff;
}

.indus-tab-innsd {
    position: relative;

    margin-bottom: 1rem;
    /* top: -30px; */

}

.indus-conted {

    color: #fff;
    font-size: 15px;

    width: 90%;

    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.tab-content>.tab-pane {
    /*text-align: -webkit-center;*/
}

.tab-content .fle-btn {
    justify-content: center;
}

.industr-tabs .d-flex {
    justify-content: space-between;
}

.aniot-tabfg .tab-content p {
    margin: 1rem 6% 2.5rem;
}

.aniot-tabfg .detail-pagesd {
    width: 30%;
}

.aniot-tabfg .tab-content {
    width: 64.8%;
}

/*cta*/
.cta-home {
    position: relative;
    margin-top: -3rem;
    z-index: 3;
    overflow-x: unset;
}

.cta-bgsd {
    padding: 3.5rem 5rem;
    background-image: url(../images/reff/cta-image.webp);
    transform: translateY(70px);
    background-size: cover;
    z-index: 2;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-color: #34539c;
    background-position: bottom;
    border-radius: 10px;
}

.cta-bgsd:before {
    position: absolute;
    content: "";
    box-shadow: 0px 0px 3px 0px #0000001A;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    left: 0;
    border-radius: 10px;
    bottom: 2px;
    z-index: -1;
}

.cta-title {
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    line-height: 1.3;
    color: #fff;
    position: relative;
    margin-bottom: 1.2rem;
}

.cta-title:before {
    content: "";
    position: absolute;
    background: #C5C402;
    height: 4px;
    width: 65px;
    bottom: -13px;

}

.cta-para {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-top: 2rem;
    margin-bottom: 0;
    text-transform: capitalize;
}


/*header*/
.top-headersd {
    position: relative;
    padding: 1.2rem 0;
    background: #ffffffe8;
    backdrop-filter: blur(5px);
}

/* .top-headersd {
    position: relative;
    padding: 1rem 0;
    background: transparent;
    backdrop-filter: blur(5px);
} */

.heade-rlog {
    position: relative;
    display: block
}

.main-heasd-flec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn {
    background: #C5C402;
    border-radius: 27px;
    color: #343434;
    padding: 0.5rem 1.3rem 0.5rem 2rem;
    font-weight: 600;
    font-size: 15px;
    filter: drop-shadow(0 2px 2px #0000001a);
    position: relative;
    border: 1px solid #36347d2b;
}

.header-consult-icon {
    width: 45px;
    margin-right: 5px;
    background: #fff;
    border-radius: 29px;
    padding: 2px;
    border: 2px solid #C5C402;
    position: absolute;
    top: -3px;
    left: -19px;
}

/* .header-btn:before{
    position: absolute;
    content: "";
    border-right: 2px solid #0000004f;
    width: 1px;
    height: 20px;
    bottom: 10px;
    right: -16px;
    z-index: 1;
} */

.header-calls.whatsapp:before {
    position: absolute;
    content: "";
    border-right: 2px solid #0000004f;
    width: 1px;
    height: 20px;
    bottom: 6px;
    right: -16px;
    z-index: 1;
}

.call-cin-flex {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header-calls {
    position: relative;
    color: #343434;
    font-size: 15px;
    font-family: 'Inter-Medium';
    display: flex;
    align-items: center;
}

.header-calls.whatsapp i {
    background: #2BA63B;
    margin-right: 0;
}

.header-calls i {
    background: #36347D;
    filter: drop-shadow(0 2px 2px #0000001a);
    display: inline-block;
    height: 35px;
    min-width: 35px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin-right: 0.4rem;
    font-size: 1.2rem;
}

.bottom-headsd {
    position: relative;
    background: #36347D;
}

.header-menusd {
    position: relative;
}

.header-menusd ul li {
    padding: 8px 0;
}

.header-menusd>ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 40px;
    color: #fff;
    margin-bottom: 0.25rem;
    padding-left: 0;
    justify-content: space-evenly;
}

.header-menusd>ul .submenu {
    position: absolute;
    border-radius: 5px;
    width: 1180px;
    height: 0;
    background: #fff;
    z-index: 999;
    top: 35px;
    left: -360px;
    transform: translateY(50px);
    transform-origin: top;
    opacity: 0;
    color: #000;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0;
    transition: 0.5s ease;
    overflow: hidden;
}

.main-sid-titlsdd {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3;
    text-shadow: 1.2px 0px 1px #000;
    text-transform: capitalize;
    margin: 7.5rem 0 1.5rem;
    position: relative;
}

.header-mailsd {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    margin-top: 2rem;
    position: relative;
}

.header-mailsd span {
    color: #C5C402;
}

.header-mailsd:before {
    content: "";
    position: absolute;
    background: #a6a104;
    width: 7px;
    height: 8px;
    right: 6.3%;
    border-radius: 45%;
    bottom: -1px;
}

.header-mailsd:after {
    content: "";
    position: absolute;
    background: #a6a104;
    width: 75%;
    height: 2px;
    left: 18%;
    bottom: 2px;
}

.ead-pagd {
    padding: 1.1rem 3rem 1rem;
}

.header-menusd>ul .submenu p {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.main-hesd-drop {
    font-size: 2rem;
    font-family: 'Inter-Bold';
    margin-bottom: 0;
    position: relative;
}

.main-hesd-drop:before {
    position: absolute;
    content: "";
    height: 74%;
    width: 3px;
    background: #C5C402;
    left: -15px;
    bottom: 6px;
}

.header-menusd .dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
}

.sales {
    left: -216px !important;
}

/*.industruesd{*/
/*    left: -495px !important;*/
/*}*/

.header-menusd>ul .submenu>li a:hover {
    color: #36347d;

}

.header-menusd>ul .submenu ul {
    list-style: none;
}

.header-menusd>ul .submenu ul>li {
    color: #000;
}

.header-menusd>ul .submenu ul {
    padding-left: 0;
}

.header-menusd>ul .submenu ul>li a {
    color: #000;
    font-weight: 700;
    padding: 0.2rem 1.8rem 0rem 0rem;
    display: inline-block;
    font-size: 18px;
    position: relative;
    transition: 0.4s li;

}

.header-menusd>ul .submenu .col-md-6 ul>li p {
    margin-bottom: 0;
    line-height: 1.6;
}

.header-menusd>ul .submenu ul>li a.active,
.header-menusd>ul .submenu ul>li a:hover {
    color: #36347D;
}

.header-menusd>ul .submenu ul>li .active:after {
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 0.9rem;
    position: absolute;
    right: 0;
    top: 7px;
    transform: rotate(270deg);
}

.header-sides {
    background-image: url(../images/reff/city-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 0 2rem;
    position: relative;
}

.header-sides:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(359deg, black, transparent);
    left: 0;
    opacity: 0.6;
}

.header-menusd>ul>li>a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.header-menusd>ul>li>a:before {
    content: "";
    position: absolute;
    width: 0px;
    background: #C5C402;
    height: 2px;
    bottom: -5px;
    left: 8px;
    transition: 0.5s linear;
}

.header-menusd ul>li.active>a:before,
.header-menusd ul>li>a:hover:before {
    width: 24px;
}

.header-menusd ul>li.dropdown>a:after {
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 0.8rem;
    position: absolute;
    right: -17px;
    top: 1px;
}

.header-menusd ul>li.dropdown {
    margin-right: 15px;
}

.main-headsder.sticky {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    transform: translateY(-100%);

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: transform 600ms ease, visibility 600ms ease;
    transform: perspective(300px) rotateX(0deg) perspective(300px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out;
}

.main-headsder {
    transition: 0.5s linear;
    position: relative;
    width: 100%;
    z-index: 999;

}

@keyframes sliddown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*footer*/
.footer-cta {
    position: relative;
    background: #283369;
}

.footer-cta .paly-blog {
    position: relative;
    display: flex;
    align-items: center;
    width: 230px;
}

.cta-content {
    padding-left: 16px;
    width: 84%;
}

.footer-cta .paly-blog .title-text {
    position: relative;
}

.footer-cta .paly-blog .title-text:before {
    position: absolute;
    content: "";
    background: #ffffffb0;
    width: 1px;
    height: 70%;
    bottom: 5px;
    right: -14%;

}

.footer-cta .our-exp-tec {
    color: #fff;
    font-size: 1.05rem;
    margin: 0;
    font-family: 'Inter-Regular';
}

.fle-footsd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fle-footsd p {
    margin-bottom: 0;
}

.footer-cta .paly-blog i {
    font-size: 3rem;
    transform: rotate(90deg) translateY(15px);
    color: #C5C402;
}

.footer-cta .theme-btn,
.footer-cta .theme-btn span {
    color: #C5C402 !important;

}

.footer-cta .theme-btn:before,
.theme-btn-2:before {
    border-color: #C5C402 !important;
}

.paly-blog .title-text span {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 0.9rem;
    display: block;
}

.paly-blog .title-text .la-blog {
    color: #fff;
    margin: 0;
    font-size: 1.4rem;
    font-family: 'Inter-Bold';
}

.foot-cta-titl {
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}

.main-footersd {
    position: relative;
    padding: 3rem 0 1rem;
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
    box-shadow: 0px 1px 4px 0px #0000000D;

}

.main-footersd:after {
    content: "";
    position: absolute;
    top: 2%;
    right: 4%;
    height: 84px;
    background-position: center;
    width: 121px;
    background-image: url(../images/bg/salesforce-cloud.svg);
    animation: move-left 5s infinite linear;
}

.main-footersd:before {
    content: "";
    position: absolute;
    top: 6%;
    left: 4%;
    height: 53px;
    background-position: center;
    width: 193px;
    background-image: url(../images/bg/clouds.svg);
    animation: move-left 5s infinite linear;
}

.footer-widged {
    position: relative;
    z-index: 2;
}

.footer-logsd {
    display: block;
    margin-bottom: 1.3rem;
}

.footer-adsd {
    position: relative;
    color: #343434;
    font-size: 15px;
    font-family: 'Inter-Regular';
    display: flex;
    margin-bottom: 1.2rem;
}

.footer-adsd i {
    background: #36347D;
    filter: drop-shadow(0 2px 2px #0000001a);
    display: inline-block;
    height: 30px;
    min-width: 30px;
    color: #fff;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    margin-right: 0.7rem;
}

.foote-titles {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1.4rem;
    position: relative;
    padding-bottom: 0.6rem;
}

.foote-titles:before {
    content: "";
    position: absolute;
    width: 156px;
    height: 0.5px;
    background: #3434346b;
    bottom: 0;
}

.foote-titles:after {
    content: "";
    position: absolute;
    background: #C5C402;
    width: 42px;
    height: 3px;
    bottom: -1px;
    left: 0;
}

.footer-linksd {
    position: relative;
    list-style: none;
    padding-left: 0;
}

.footer-linksd li a {
    color: #555555;
    margin-bottom: 0.2rem;
    display: block;
    font-weight: 500;
    position: relative;
    padding-left: 1rem;
    transition: 0.2s linear;
}

.foot-left-spac {
    margin-left: 3rem;
}

.footer-linksd li a:hover {
    color: #283369;
    font-weight: 700;
    transform: translateX(5px);
}

.footer-linksd li a:before {
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 0.8rem;
    position: absolute;
    left: -5px;
    top: 2px;
    transform: rotate(270deg);
}

.foter-botsd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.1px solid #343434b0;
    padding-top: 0.8rem;
    margin-top: 2rem;
}

.fot-socvialsd {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    gap: 7px;
    align-items: center;
}

.fot-socvialsd li a {
    transition: 0.3s;
}

.fot-socvialsd li a:hover {
    transition: 0.5s linear;
    transform: scale(1.1);
    display: block;
}

.foter-botsd p {
    margin-bottom: 0;
    font-size: 0.9rem;
}


/*side sticky*/
.side-stickdsd {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9999;
    border: 1.07px solid #3434341A;
    display: grid;
    gap: 8px;
    padding: 0.6rem 0.4rem;
    border-radius: 30px;
    background: #fff;
    filter: drop-shadow(0 0 0.75rem #3434341a);
}

.side-stickdsd .whatsdad {
    background: #2BA63B
}

.side-stickdsd a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 1.3rem;
}

.side-stickdsd .calls {
    background: #2DA7FF;
}


/**/
.slides-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide .centered {
    width: 60%;
    margin: 200px auto 0;
}

.slide .centered h1 {
    text-align: center;
}

.slide .centered p {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

#slide-1 {
    background-color: #FFFFFF;
}

#slide-2 {
    background-color: #45959b;
}

#slide-3 {
    background-color: #778899;
}

#slide-4 {
    color: #FFFFFF;
    background-color: #291F37;
}

.go-prev,
.go-next {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.po-relat {
    position: relative;
    height: 300px;
    width: 100%;
}

.side-stickdsd {
    display: none;
}

.header-menusd>ul .submenu:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #F5F5F5 -3.62%, #FFFFFF 99.94%);
    width: 100%;
    height: 75%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.work-procesd .sec-title-big,
.why-udsd .sec-title-big,
.faw-home .sec-title-big {
    margin-left: 14px;
}

.nav-pills .nav-link:hover {
    background-color: #fff;
    box-shadow: 0px 2.08px 4.16px 0px #0000001A;
    color: #343434;
}

.nav-pills .nav-link {
    transition: 0.3s linear;
}

.nav-pills .nav-link:hover .indus-iconsd img {
    filter: brightness(0) invert(1);
}

.nav-pills .nav-link:hover .indus-iconsd {
    background: #2DA7FF;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.faw-home .text-faqp,
.faw-home .theme-btn {
    margin-left: 14px
}

.faw-home .sec-title-bot {
    margin-left: 0;
}


.header-menusd>ul .submenu ul>li a:after {
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 0.9rem;
    position: absolute;
    right: 5px;
    top: 7px;
    opacity: 0;
    visibility: hidden;
    transition: 1s linear;
    transform: rotate(270deg);
}

.header-menusd>ul .submenu ul>li a:hover:after,
.header-menusd>ul .submenu ul>li a.active:after {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.footer-cta .row-new {
    display: flex;
    align-items: center;
}

/*indusry detail*/
.indu-details {
    position: relative;
    padding: 4rem 0;
    background-image: url(../images/industries-detail/transportation-software.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.hc-nav-trigger.hc-nav-1 {

    position: absolute;
    top: -40px;
    right: 10px;
    color: #c5c402;

}

.mobile-view {
    display: none;
}

.mobile-none {
    display: block;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    background: #c5c402 !important;
}

.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #36347D !important;
}

.rou-icfsdf {
    border-radius: 50%;
    display: inline-block;
    background: #1882E2 0% 0% no-repeat padding-box;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 35px;
    line-height: 50px;
    text-align: center;
    filter: drop-shadow(0px 3px 6px #0000001A);
    border: 4px solid #FFFFFF;


}

.finas-serv {
    position: relative;
}

.finas-serv .routindusf {
    min-height: 600px;
}

.main-dfsdf {
    display: flex;
    justify-content: flex-end;
}

.main-ind-detailsd {
    position: relative;
}

.mn-odfsdf {
    position: absolute;
    bottom: 50px;
}

.main-ind-detailsd:before {
    content: "";
    /*background:#0f6ce1;*/
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}

.ca-ind-til {
    font-size: 30px;
    font-family: 'Inter-Bold';
    position: relative;
    margin-bottom: 2rem;
}

.routindusf {
    position: relative;
    border: 3px solid #FFFFFF;
    border-radius: 20px 20px 59px 20px;
    filter: drop-shadow(0 3px 14px #00000062);
    background: #fff;
    padding: 1.6rem;
    min-height: 500px;
}

.routindusf p:last-child {
    margin-bottom: 5rem;
}

.main-ind-detailsd .swiper-slide {
    border-radius: 20px 20px 59px 20px;

    overflow: hidden;
}

.mobile-topbtn,
.mobile-closebtn,
.meun-dop-btn {
    display: none;
}

.what-we-sec .nav-pills .nav-link .indus-iconsd img {
    filter: brightness(0);
}

@media screen and (max-width: 1027px) {

    .hc-nav-original.hc-nav-1,
    .nav-hc-dnone {
        display: none !important;
    }
}

/**/
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    height: 2px !important;
}

.hc-nav-trigger span {
    width: 23px !important;
}

.hc-nav-trigger span::before {
    width: 30px !important;
}

.hc-nav-trigger span::after {
    width: 17px !important;
}

.hc-nav-trigger.toggle-open span::after {
    width: 30px !important;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -12px !important;
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
    width: 10px !important;
    height: 10px !important;
}

.hc-offcanvas-nav a.nav-next:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    left: -2px;
    top: 13px;
    background: #4d4d4d;
    border-radius: 2px;
}

.hc-offcanvas-nav a.nav-next:before {
    background: #37347d !important;
}

.how-svg-img.mobile-view {
    margin-bottom: 1rem
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
    font-size: 19px !important;
    font-weight: normal;
    color: #fff;
    background: #37347d !important;
    color: #fff;
    padding: 14px 14px !important;
    margin: 0 !important;
    font-family: 'Inter-Regular';
}

.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #f8f9fd !important;
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative;
    border-bottom: 1px solid #ebebeb !important;
}

.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    color: #000 !important;
    font-family: 'Inter-SemiBold' !important;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
    border-top: 2px solid #37347d !important;
    border-left: 2px solid #37347d !important;
}

.hc-offcanvas-nav .nav-content {
    padding: 0 !important;
}

.nav-hc-dnone {
    display: none !important;
}


/*blog details*/
.blog-fdetail,
.blog-section {
    position: relative;
    padding: 3rem 0;
}

.blog-items {
    position: relative;
    margin: 0.7rem 0;
}

.blog-items>img {
    height: 350px;
    width: 350px;
}

.item-content {
    padding: 20px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    margin-left: auto;
    margin-top: -50px;
    box-shadow: 0 16px 52px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.item-content:hover .read-more {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 10px 0 #96d3ff inset, 0 0 20px 2px #96d3ff;
    border: 1px solid #00d7c3;
}

.read-more {
    transition: 1s;
    background-color: #2ab1ec;
    border: 1px solid #b9b9b9;
    border-radius: 30px;
    font-size: 1rem;
    padding: 0.4rem 1rem;
    display: inline-block;
}

.blog-heading {
    font-size: 21px;
    /*line-height: 1.4;
    margin: 1rem 0 0.8rem;*/
    font-family: 'Inter-Bold';
    text-transform: capitalize;
    color: #36347D !important;
}

.blog-heading a {
    color: #000;
}

/*new*/
.card-body-section {
    padding: 0 0 0 16px;
    border-left: 3px solid #C5C402;
}

.blog-head-section {
    position: relative;
}

.blog-text-par {
    background: #36347D;
    color: #fff;
    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
    font-size: 14px;
}

.img-logo-shape {
    background: #fff;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 10;
    right: 0;
    margin: 15px;
    border-radius: 40px;
    padding: 10px;
    opacity: 0.9;
}

.blog-phara {
    font-size: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #0000003d;
    margin-top: 10px;
    line-height: 1.6rem;
    margin-bottom: 1.1rem;
    text-align: justify;
}

.blog-card__image {
    width: 380px;
    height: 320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.blog-card__image img:first-child {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__image img {
    transition: 0.5s;
    background-size: cover;
    width: 100%;
}

.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--nionx-black3-rgb, 0, 0, 0), 0.5);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 0.5s, transform 0.5s;
}

.blog-items:hover .blog-card__image img:first-child {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.blog-items:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__date {
    transition: 0.4s ease-in-out;
    margin-top: -57px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70px;
    padding: 12px 0;
    background-color: #36347D;
    font-family: var(--nionx-font, "Plus Jakarta Sans");
    color: var(--nionx-white, #fff);
    z-index: 10;
    font-family: var(--nionx-heading-font, "Instrument Sans", sans-serif);
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    border-radius: 10px;
}

.blog-card__date__day {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}

.blog-card__meta__comment {
    border-radius: 40px;
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 16px;
    font-weight: 500;
    top: 5%;
    z-index: 5;
    right: 6%;
    background: #36347D;
    position: absolute;
    padding: 5px 20px;
    transition: 0.4s ease-in-out;
}

.blog-card__content__btn__link {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.blog-card__content__btn__link span {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: var(--nionx-font, "Plus Jakarta Sans");
    font-weight: 600;
    line-height: 178.571%;
    transition: 0.5s;
    position: relative;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2ab0eb, #002988);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-card__content__btn__link img {
    margin-left: 1rem;
}

@keyframes move-left {

    0%,
    100% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(-5px);
    }
}

.blog-items:hover .blog-card__content__btn__link img {
    animation: 3s infinite move-left;
}

.blog-items:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card__image__link::after,
.blog-card__image__link::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--nionx-white, #fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-main-space {
    margin-top: 2rem;
}

.simple-pagination .current {
    color: #fff;
    background-color: #2eb2ec;
    border-color: #c5c402;
}

.sidebar__categories li:not(:last-of-type),
.sidebar__posts__item:not(:last-of-type) {
    border-bottom: 1px solid var(--nionx-border-color, #d9d9d9);
}

.simple-pagination .next.current,
.simple-pagination .prev.current {
    background: #000047;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #eee;
}

.sidebar__single {
    background-color: var(--nionx-white, #fff);
    padding: 30px 20px;
    box-shadow: 0 0 60px 0 rgba(2, 2, 2, 0.07);
    max-width: 400px;
    width: 100%;
    margin: 1.5rem auto;
    position: sticky;
    top: 20%;
}

.sidebar__title {
    margin: -5px 0 29px;
    padding-bottom: 24px;
    color: var(--nionx-title, #1d1729);
    font-size: 24px;
    font-weight: 700;
    line-height: 108.333%;
    letter-spacing: -0.72px;
    border-bottom: 1px solid var(--nionx-base, #5f2dde);
}

.blog-table tr:first-child,
.blog-table-c4 tr:first-child,
.send-blog-btn {
    background: #000047;
    color: #fff;
}

.sidebar__categories {
    margin-bottom: -4px;
}

.sidebar__categories li a {
    display: flex;
    align-items: center;
    padding: 13.55px 0 13.44px;
    color: var(--nionx-text, #6c6a72);
    font-family: var(--nionx-heading-font, "Instrument Sans", sans-serif);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s;
}

.sidebar__categories li:first-child a {
    padding-top: 0;
}

.sidebar__categories li a i {
    margin-right: 17px;
    font-weight: 700;
    transition: 0.5s;
    font-size: 16px;
    color: var(--nionx-base, #5f2dde);
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 16px;
    padding-bottom: 17px;
}

.sidebar__posts__item {
    align-items: center;
}

.sidebar__posts__image {
    border-radius: 6px;
    margin-right: 20px;
    overflow: hidden;
    max-width: 70px;
    width: 100%;
    height: 70px;
    position: relative;
}

.sidebar__posts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

.sidebar__posts__image::after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background-color: rgba(var(--nionx-black3-rgb, 0, 0, 0), 0.5);
    position: absolute;
    transition: 0.4s ease-in-out;
}

.sidebar__posts__meta {
    margin: 0 0 8px;
    line-height: 1em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sidebar__posts__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}

.sidebar__posts__title a {
    color: #36347d;
}

.main-blog-title-big {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: 'Inter-Bold';
}

.main-blog-title-small {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    font-family: 'Inter-SemiBold';
}

.main-blogs-spcas {
    position: relative;
    margin-bottom: 2rem;
}

.blog-listchek {
    list-style: none;
    margin: 1rem 0;
    padding-left: 0;
}

.blog-listchek li,
.who-can h5 {
    display: flex;
    position: relative;
    margin-bottom: 0.2rem;
    margin-left: 30px;

}

.who-can h5 {
    font-family: 'Inter-SemiBold';
    font-size: 1.25rem;
    display: block !important;
}

.help-business h5 {
    font-family: 'Inter-SemiBold';
    font-size: 1.25rem;
}

.blog-listchek li i,
.who-can h5 i {
    font-size: 1.2rem;
    color: #000047;
    top: -2px;
    position: absolute;
    left: -30px;
}

.chec-2 li i {
    top: 3px !important;
}

.blog-listchek li h6 {
    font-size: 1rem;
    margin-bottom: 0;
    font-family: 'Inter-SemiBold';
}

img {
    max-width: 100%;
    height: auto;
}

.form-blog .form-control {
    margin-bottom: 1rem;
}

.send-blog-btn {
    position: relative;
    width: 100%;
    padding: 0.4rem 0;
    margin-top: 0.5rem;
}

.main-blog-title-tsmall,
.main-blogs-spcas h5 {
    font-size: 1.3rem;
    font-family: 'Inter-SemiBold';
}

.blog-table,
.blog-table-c4 {
    position: relative;
    padding: 1rem 0 3rem;
}

.blog-table table,
.blog-table-c4 table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.blog-table td,
.blog-table th,
.blog-table-c4 td,
.blog-table-c4 th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.blog-table tr,
.blog-table-c4 tr {
    background-color: #f0f8ff;
}

.blog-table .sec-width-tab2,
.blog-table-c4 .sec-width-tabc1 {
    width: 40%;
}

.blog-table .sec-width-tab3 {
    width: 35%;
}

.blog-table .sec-width-tab1 {
    width: 25%;
}

.blog-table-c4 .sec-width-tabc2,
.blog-table-c4 .sec-width-tabc3,
.blog-table-c4 .sec-width-tabc4 {
    width: 20%;
}

.blog-table th,
.blog-table-c4 th,
.table-content-center td:last-child,
.table-content-center td:nth-child(2),
.table-content-center td:nth-child(3),
.table-content-center td:nth-child(4) {
    text-align: center;
}

.greyboxcont .greybox .mulesoft {
    background: url(../images/mulesoft_sprite.svg) -3px -1px no-repeat;
    width: 50px;
    height: 50px;
}

.greyboxcont .greybox .upgrade-mule {
    background: url(../images/mulesoft_sprite.svg) -3px -54px no-repeat;
    width: 50px;
    height: 50px;
}

.greyboxcont .greybox .linking-mule {
    background: url(../images/mulesoft_sprite.svg) -3px -106px no-repeat;
    width: 50px;
    height: 50px;
}

.greyboxcont .greybox .efficient-mule {
    background: url(../images/mulesoft_sprite.svg) -3px -157px no-repeat;
    width: 50px;
    height: 50px;
}

.sidebar__posts__item {
    display: none;
}

.sidebar__posts__item:first-child,
.sidebar__posts__item:nth-child(2),
.sidebar__posts__item:nth-child(3),
.sidebar__posts__item:nth-child(4),
.sidebar__posts__item:nth-child(5) {
    display: block;
}

.ablog-authors {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 7px 10px;
}

.ablog-authors em {
    display: block;
    font-size: 0.8rem;
    /*transform: translateY(-2px);*/
    line-height: 1.4;
}

.ablog-authors span {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 500;
    display: inline-block;
    /* height: 10px; */
    line-height: 1.5;
}

.btn-container button:first-child {
    margin-right: 0rem;
}

.blog-items .btnflex {
    margin-top: 1rem;
}

.item-content .btn-container button {
    font-weight: 600;
    --width: 60px;
    font-size: 0.8rem;
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-blog-detail-nams {
    position: relative;
    margin-top: 1.5rem;
}

.main-blog-detail-nams h6 {
    margin-bottom: 0.3rem;
}

.related-blgs {
    position: relative
}

.related-blgs .item-content {
    margin-top: 0 !important;
}

/**/
.parent {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.btn-container button {
    --width: 180px;
    --height: 44px;
    border: 0;
    position: relative;
    min-width: var(--width);
    min-height: var(--height);
    border-radius: var(--height);
    color: #fff;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 0.89rem;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

@media only screen and (max-width: 767px) {
    .btn-container button {
        --width: 140px;
    }

    .btn-container button .text {
        width: 100% !important;
        text-align: center !important;
    }

    .btn-container button .icon-container {
        /*display: none;*/
    }

    .btn-container button::after {
        background: 0 0 !important;
    }
}

.btn-container button .icon-container,
.btn-container button .text {
    position: relative;
    z-index: 2;
    margin-right: 7px;
    margin-top: -3px;
}

.btn-container button .text {
    width: 58%;
    text-align: left;
    margin-top: 0;
}

.btn-container button .icon-container {
    --icon-size: 25px;
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    margin-left: -6px;
    line-height: 27px;
    transition: transform 0.5s;
}

.btn-container button .icon-container .icon {
    position: absolute;
    left: 7px;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 0.5s, opacity 250ms;
}

.btn-container button .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
}

.btn-container button .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.btn-container button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: var(--btn-bg);*/
    background: #36347d;
    border-radius: var(--height);
    z-index: 1;
    transition: transform 0.5s;
}

.headingsection .divider span,
.headingsection .whitedivider span {
    top: -3.8px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin: 0 auto;
}

.btn-container button:hover::after {
    transform: translateX(75%);
}

.btn-container button:hover .icon-container {
    transform: translateX(104%);
}

.btn-container button:hover .icon-container .icon--left {
    transform: translateX(-12px);
    opacity: 1;
}

.btn-container button:hover .icon-container .icon--right {
    transform: translateX(200%);
    opacity: 0;
}

.btn-container button:first-child {
    margin-right: 1rem;
}

button.primary {
    /*background: #0042ab;*/
    background: #36347d;
}

button.primary:hover,
button.secondary:hover {
    border: 1px solid #fff;
}

button.secondary {
    background: #6a6a6a;
}

@keyframes gradient {

    0%,
    100% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translatex(0);
    }

    50% {
        transform: translatex(-20px);
    }
}

.blog-section .row .col-md-4 {
    padding: 0 10px !important;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #C5C402 !important;
    color: #fff !important;
    border-radius: 0;
}

.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    top: 5px !important;
}

.salesforce-crm img {
    width: 100%;
    height: 249px;
    object-fit: cover;
}

.blog-section .theme-btn,
.item-content .theme-btn {
    padding-left: 0 !important;
    min-width: 82px;
    padding-right: 0.8rem;
    height: 50px;
}

.blog-section .theme-btn:hover:before,
.item-content .theme-btn:hover:before {
    width: 45px !important;
}

.blog-section .theme-btn:hover:after,
.item-content .theme-btn:hover:after {
    left: 32px;
}

.blog-section .theme-btn:after {
    transition: 0.4s linear;
}

.colf-red {
    background: #97AF19 !important;
    line-height: 34px !important;
}


/**/
.dlr-fsdf {
    position: absolute;
    filter: drop-shadow(0 0 0.75rem #0000000f);
    padding: 1rem;
    background: #fff;
    max-width: fit-content;
    left: 0;
    right: 0;
    bottom: -10%;
    /* width: 100%; */
    margin: 0 auto;
    gap: 60px;
    display: flex;
    align-items: center;
}

/**/
.aslae-cloudsd {
    position: relative;
    padding: 4rem 0;
    background-image: url(../images/bg/contact-cloud.webp);
}

.main-conssdfsds {
    position: relative;
    text-align: center;
    padding-top: 3rem;
}

.cont-dsed {
    font-size: 22px;
    font-family: 'Inter-semiBold';
    margin-top: 1rem;
}

.main-conssdfsds ul {
    list-style: none;

    max-width: fit-content;
    margin: 0 auto;
    padding: 0 1rem;
}

.main-conssdfsds ul li a {
    color: #4D4D4D !important;
    display: block;
    font-family: 'Inter-Medium';
    margin-bottom: 1rem;
    font-size: 16px;
    border-bottom: 1px solid #4D4D4D1A;

    margin: 0 auto 0.8rem;
    padding-bottom: 0.8rem;
    position: relative;

}

.main-conssdfsds ul li:nth-child(2) a,
.main-conssdfsds ul li:last-child a {
    color: #36347D !important;
    font-family: 'Inter-semiBold';
}

.aslae-cloudsd .col-md-6:first-child {
    position: relative;
}

.aslae-cloudsd .col-md-6:first-child:before {
    content: "";
    border-right: 1px solid #4D4D4D1A;
    position: absolute;
    right: 0px;
    height: 47%;
    top: 35%;
}

.main-conssdfsds ul li:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-button {
    font-size: 14px;
    border: 1px solid #C5C402;
    border-radius: 5px;
    text-align: center;
    color: #36347d;
    border-radius: 50rem;
    padding: 6px 20px;
    margin: 30px 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Inter-SemiBold';

}

.filter-button:hover {
    text-align: center;
    color: #ffffff;
    background-color: #C5C402;

}

button.btn.btn-default.filter-button.active {
    background-color: #C5C402 !important;
    color: white !important;
}

.horimenu {
    width: 100%;
    margin: 0 auto;
    /*display:flex;*/
    display: block;
    text-wrap: nowrap;
}

@media only screen and (max-width:600px) {
    .horimenu {
        width: 100%;
        overflow-x: scroll;
    }

    .horimenu::-webkit-scrollbar {
        display: none
    }

    ;
}

/*next & previous button*/

.pagination {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    justify-content: space-between;
}

.left-arrow i {
    padding-right: 10px;
    border-radius: 20px;
    color: #212529;
}

.right-arrow i {
    padding-left: 10px;
    color: #212529;
}


.pagination .left-arrow {
    font-size: 15px;
    font-style: italic;
    color: #202020 !important;
}

.pagination .right-arrow {
    font-size: 15px;
    font-style: italic;
    color: #202020 !important;
}

.pagination .right {
    text-align: right;
}

.pagination p {
    font-size: 16px;
    /*margin-top: 10px;*/
    font-style: normal;
    text-decoration: underline;
    color: #36347d;
    font-weight: 700;
}


/**/

@media (max-width: 768px) {
    .blog-heading {
        font-size: 1.1rem;
        line-height: 1.3;
        text-align: left !important;
    }

    .sidebar__single {
        position: static;
    }
}


/*blog home page*/
.table-header {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.table-header tr {
    background-color: #f0f8ff;
    border: 1px solid #ddd;
    padding: .35em;
}

.table-header th,
.table-header td {
    padding: 12px;
    text-align: justify;
    border: 1px solid #ddd;
}

.table-header th {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #000047;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .table-header {
        border: 0;
    }

    .table-header thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-header tr {

        background-color: #f0f8ff;
        display: block;
        margin-bottom: .625em;
        padding: 0;
    }

    .table-header td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;

    }

    .table-header td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 10px;
        display: block;
    }

    .table-header td:first-child {
        background: #000047;
        color: #fff;
        padding: 12px;
        line-height: 1.8;
    }

    .table-header td:last-child {
        border-bottom: 0;
        padding: 12px;
        line-height: 1.8;
    }

    .table-header th,
    .table-header td {
        border: 0;
    }
}

/*search filed*/

.search-container {
    text-align: center;
}

.select2-container {
    width: 70% !important;
    text-align: left;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 4px;
    padding: 20px 5px;
    border: 1px solid #f3eded !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 5px;
}

.select2-results__option {
    color: #4d4d4d;
    font-style: italic;
    font-size: 14px;
}

.select2-dropdown {
    border: 1px solid #f3eded !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    z-index: 10;
}

.page-item {
    padding: 8px 16px !important;
    border-radius: 33px !important;
}

.page-item.active {
    background-color: #36347D !important;
    color: #fff !important;
}

.page-item:hover:not(.active) {
    background-color: #C5C402 !important;
    color: #fff !important;
}

.page-item.disabled:hover {
    color: #aaa !important;
    cursor: not-allowed !important;
    background-color: #f0f0f0 !important;
}


/* careers */
.design-icon {
    background: #FDDCEF;
    padding: 15px;
    width: 65px;
    height: 65px;
    border-radius: 47px;
}

.business-icon {
    background: #CDF1D8;
    padding: 15px;
    width: 65px;
    height: 65px;
    border-radius: 47px;
}

.development-icon {
    background: #EDC3FC;
    padding: 15px;
    width: 65px;
    height: 65px;
    border-radius: 47px;
}

.marketing-icon {
    background: #D6D6FF;
    padding: 15px;
    width: 65px;
    height: 80px;
    border-radius: 47px;
}

.careers-section h4 {
    color: #36347D;
    font-weight: 600;

}

.show-more-btn {
    color: #202020;
    text-decoration: underline !important;
    font-size: 16px;
}

.card-bgm {
    background-color: #fefefe !important;
    padding: 25px 25px !important;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0 !important;
    border: none !important;
    border-radius: 12px !important;
}

.careers-section .theme-btn {
    font-size: 1.0rem;
    /* padding: 0.7rem 1.2rem; */
}

.careers-section .theme-btn:after,
.theme-btn-2:after {
    left: 22px;
    top: -6px;
}

.careers-section .theme-btn:before,
.theme-btn-2:before {
    height: 40px;
    width: 40px;
}

.colllapse-card {
    border: none;
}

/* form */

:root {
    --color-background: #e7e7e7;
    --color-background-alt: #ba5ed7;
    --color-border-active: #a94bc3;
    --color-border-default: #d1d1d1;
    --color-highlight: #e2b6f1;
    --color-primary: #86319a;
    --color-primary-active: #5e2768;
    --color-text-default: #262626;
    --color-text-muted: #4f4f4f;
}


/** Components **/

.fs-form {
    display: grid;
    row-gap: 1rem;
}

.fs-form:where(.fs-layout__2-column) {
    column-gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
}

fieldset {
    display: grid;
    row-gap: 1rem;
}

.fs-form:where(.fs-layout__2-column) fieldset {
    column-gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / -1;
}

.fs-field {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.fs-label {
    color: var(--color-text-default);
    display: block;
    font-family: var(--font-family-display);
    font-size: 1rem;
    line-height: 1.25rem;
}

.fs-description {
    color: var(--color-text-muted);
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
}

.fs-button-group {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 0.75rem;
    justify-content: flex-end;
}

.fs-form:where(.fs-layout__2-column) .fs-button-group {
    grid-column: 1 / -1;
}

.fs-button {
    background-color: #c5c402;
    border-radius: 9999px;
    color: white;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 0.75rem 2rem;
    transition-duration: 200ms;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fs-button:hover {
    background-color: #36347D;
}

.fs-button:focus-visible {
    background-color: var(--color-primary-active);
    outline: 4px solid var(--color-highlight);
}

.fs-input,
.fs-select {
    appearance: none;
    border-radius: 9999px;
    border-width: 0;
    box-shadow: var(--color-border-default) 0 0 0 1px inset;
    color: var(--color-text-default);
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 1.25rem;
    outline: none;
    padding-left: 1rem;
    padding-right: 1rem;
}

.fs-input:focus-visible,
.fs-select:focus-visible {
    box-shadow: var(--color-border-active) 0 0 0 1px inset;
}

.fs-input::placeholder {
    color: var(--color-text-muted);
}

.fs-checkbox-group,
.fs-radio-group {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.fs-checkbox-field,
.fs-radio-field {
    column-gap: 0.5rem;
    display: flex;
}

:is(.fs-checkbox-field, .fs-radio-field) .fs-label+.fs-description {
    margin-top: 0.25rem;
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
    align-items: center;
    display: flex;
    height: 1.25rem;
}

.fs-checkbox,
.fs-radio {
    background-color: #fff;
    border: 1px solid var(--color-border-default);
    height: 1.25rem;
    width: 1.25rem;
}

.fs-checkbox {
    border-radius: 0.25rem;
}

.fs-radio {
    border-radius: 100%;
}

.fs-checkbox:checked,
.fs-radio:checked {
    background-color: var(--color-primary);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
}

.fs-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.fs-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.fs-checkbox:focus-visible,
.fs-radio:focus-visible {
    border-color: var(--color-border-active);
    outline: 4px solid var(--color-highlight);
    outline-offset: 0;
}

.fs-checkbox:checked:focus-visible,
.fs-radio:checked:focus-visible {
    border-color: transparent;
}

.fs-select {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.625em 1.625em;
    padding-right: 2.875rem;
}

.fs-slider {
    background: transparent;
    cursor: pointer;
    height: 1.25rem;
    width: 100%;
}

.fs-slider::-moz-range-track {
    background-color: var(--color-background);
    border-radius: 0.5rem;
    height: 0.5rem;
}

.fs-slider::-webkit-slider-runnable-track {
    background-color: var(--color-background);
    border-radius: 0.5rem;
    height: 0.5rem;
}

.fs-slider::-moz-range-thumb {
    background-color: var(--color-primary);
    border: none;
    /* Removes extra border that FF applies */
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
}

.fs-slider::-webkit-slider-thumb {
    appearance: none;
    background-color: var(--color-primary);
    border-radius: 50%;
    height: 1.25rem;
    margin-top: -0.375rem;
    /* Centers thumb on the track */
    width: 1.25rem;
}

.fs-slider:focus-visible::-moz-range-thumb {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.fs-slider:focus-visible::-webkit-slider-thumb {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.fs-switch-field {
    align-items: center;
    column-gap: 0.75rem;
    display: flex;
    justify-content: space-between;
}

.fs-switch {
    background-color: var(--color-background-alt);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.75' fill='white'/%3e%3c/svg%3e");
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 1.25rem;
    cursor: pointer;
    height: 1.25rem;
    transition-duration: 200ms;
    transition-property: background-color, background-position;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 2.5rem;
}

.fs-switch:checked {
    background-color: var(--color-primary);
    background-position: right center;
}

.fs-switch:focus-visible {
    outline: 4px solid var(--color-highlight);
    outline-offset: 0;
}

.fs-textarea {
    appearance: none;
    border-radius: 0.75rem;
    border-width: 0;
    box-shadow: var(--color-border-default) 0 0 0 1px inset;
    color: var(--color-text-default);
    font-size: 0.875rem;
    line-height: 1.25rem;
    outline: none;
    padding: 0.5rem 0.75rem;
    resize: vertical;
}

.fs-textarea:focus-visible {
    box-shadow: var(--color-border-active) 0 0 0 1px inset;
}

.fs-textarea::placeholder {
    color: var(--color-text-muted);
}

/*media query*/
@media (max-width: 576px) {
    .blog-heading {
        font-size: 16px !important;
        margin-bottom: 1px !important;

    }

    .blog-text-par {
        background: #36347D;
        color: #fff;
        position: absolute;
        padding: 5px 10px;
        bottom: 0;
        right: 0;
        font-size: 13px;
    }

    text {
        font-size: 13px !important;
    }

    .card-text {
        font-size: 14px !important;
    }

    .flaticon-calendar-1 {
        font-size: 16px !important;
    }

    .blog-fdetail span {
        font-size: 13px !important;
    }

    .bottom-text {
        line-height: 1.5 !important;
    }

    .select2-container--default .select2-selection--single {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 4px;
        padding: 16px 5px;
        border: 1px solid #f3eded !important;
        display: flex;
        align-items: center;
    }

    .select2-container {
        width: 100% !important;
    }

    /* career filling form */
    .career-form fieldset {
        display: flex;
        flex-direction: column;
    }

    .career-form .file--uploading>label {
        color: #36347d;
        box-shadow: #d1d1d1 0 0 0 0.1px;
        padding: 6px;
        width: 100%;
        border-radius: 50px;
        border: 1px solid #C5C402;
    }
}

@media (max-width: 991px) {
    .blog-heading {
        font-size: 18px !important;
        margin-bottom: 2px !important;


    }

    .blog-text-par {
        background: #36347D;
        color: #fff;
        position: absolute;
        padding: 5px 10px;
        bottom: 0;
        right: 0;
        font-size: 14px;
    }

    text {
        font-size: 14px !important;
    }

    .card-text {
        font-size: 15px !important;
    }

    .flaticon-calendar-1 {
        font-size: 17px !important;
    }

    .blog-fdetail span {
        font-size: 14px !important;
    }

    .bottom-text {
        line-height: 1.5 !important;
    }
}

.notesection {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 8px;
}

.notesection {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 8px;
}

/* 404 page */
.top-cloud_img {
    position: absolute;
    top: 0;
    animation: move-left 5s infinite linear;
}

.middle-cloud_img {
    width: 150px;
    position: absolute;
    top: 15%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.background_404 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-404 {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.img-404 {
    display: flex;
    justify-content: center !important;
    gap: 30px;
    margin: auto;
    animation: move-left 5s infinite linear;
}

.section-4-01 {
    width: 140px;
    height: 140px;
}

.section-0-02 {
    width: 160px;
    height: 140px;
}

.section-4-02 {
    width: 140px;
    height: 140px;
    z-index: 2;
}

.section-4-01::before {
    background: url('../images/404/Asset-5.svg') no-repeat;
    width: 110px;
    height: 99px;
    content: '';
    position: absolute;
    left: -70px;
    bottom: -60px;
}

.section-4-02::after {
    background: url('../images/404/Asset-6.svg') no-repeat;
    width: 100px;
    height: 99px;
    content: '';
    position: absolute;
    right: -55px;
    bottom: -80px;
    z-index: -1;
}

.background_404 h3 {
    padding: 30px 0 0 0;
    margin-bottom: 0;

    color: #05668e;
    text-transform: uppercase;
    font-size: 30px;
    font-family: inter-bold;
}

.background_404 p {
    font-size: 21px;
    padding: 10px;
    margin: 0;
}

.btn-404 {
    background: #36347D;
    color: #fff;
    border: 2px solid #36347D;
    border-radius: 30px;
    width: 200px;
    margin: 5px auto;
    padding: 8px 20px;
    cursor: pointer;
}


/* .btn-404-2{
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
} */

.footer-404_cloud {
    background: url("../images/404/background-cloud.svg") bottom center;
    background-repeat: repeat-x;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 258px;
    z-index: -1;

}

.content-404 {
    margin-top: 35px;
}

.favicon-404 {
    border-radius: 30px;
    width: 35px;
}

@media (max-width: 576px) {
    .section-404 {
        position: relative;
        width: 250px;
        margin: 0 auto;
    }

    .middle-cloud_img {
        width: 80px;
        position: absolute;
        top: 20%;
        left: 25%;
        transform: translate(-50%, -50%);
    }

    .img-404 {
        display: flex;
        justify-content: center !important;
        gap: 5px;
        margin: auto;
    }

    .section-4-01 {
        width: 120px;
        height: 120px;
    }

    .section-0-02 {
        width: 140px;
        height: 140px;
    }

    .section-4-02 {
        width: 120px;
        height: 140px;
        z-index: 2;
    }

    .section-4-01::before {
        background: url(../images/404/Asset-5.svg) no-repeat;
        width: 50px;
        height: 83px;
        content: '';
        position: absolute;
        left: -25px;
        bottom: 5px;
    }

    .section-4-02::after {
        background: url(../images/404/Asset-6.svg) no-repeat;
        width: 50px;
        height: 99px;
        content: '';
        position: absolute;
        right: -26px;
        bottom: -22px;
        z-index: -1;
    }

    .background_404 h3 {
        font-size: 20px;
        padding: 0px;
        font-family: 'Inter-Bold';
    }

    .background_404 p {
        /* padding: 5px 20px; */
        font-size: 16px;
    }

    .content-404 {
        margin-top: 0;
    }

    .btn-404 {
        background: #36347D;
        color: #fff;
        border: 2px solid #36347D;
        border-radius: 30px;
        padding: 8px 25px;
        cursor: pointer;
    }

    .btn-404-2 {
        background: none;
        border: 0;
        color: #fff;
        font-size: 12px;
        padding: 5px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .favicon-404 {
        border-radius: 30px;
        width: 30px;
    }

    .footer-404_cloud {
        background: url(../images/404/background-cloud.svg) bottom center;
        background-repeat: repeat-x;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 200px;
        z-index: -1;
    }

    /* caousel on case stuy */
    .recent-case-study .carousel-container{
        display: none;
    }



    /* cookies section */

    .cookies-section{
        flex-direction: column;
    }
    .cookies-section h3{
        font-size: 21px !important;
        margin-bottom: 10px;
    }

    .cookies-section p{
        font-size: 14px;
    }

    .btn-cookies{
        background-color: #36347D;
        color: #fff;
        border: 0;
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 5px;
        border: 1px solid #36347D;
    }
}

.awtblogs tbody,
.awtblogs td,
.awtblogs tfoot,
.awtblogs th,
.awtblogs thead,
.awtblogs tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}

.awtblogs pre {
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #353535;
    direction: ltr;
    font-style: normal;
    min-width: 200px;
    padding: 1em;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
}

.logo-privacy-policy {
    background: #ffffff52;
    border-radius: 8px;
    height: 100px;
    width: 100px !important;
    align-self: anchor-center;
    align-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/* /* .lft-rht-scrolling-content */

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    ;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}


.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 60s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.scroller[data-animated="true"] .scroller__inner:has(img:hover, img:active, img:focus) {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.lft-rht-scrolling-content img:hover,
.lft-rht-scrolling-content img:focus,
.lft-rht-scrolling-content img:active {
    transform: scale(1.1);
    filter: saturate(1.5);
}

.scroller[data-animated="true"] .scroller__inner:has(li:hover, li:active, li:focus) {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.lft-rht-scrolling-content li:hover,
.lft-rht-scrolling-content li:focus,
.lft-rht-scrolling-content li:active {
    transform: scale(1);
    filter: saturate(3);
}


/* general styles */

:root {
    --clr-neutral-100: hsl(0, 0%, 100%);
    --clr-primary-100: hsl(205, 15%, 58%);
    --clr-primary-400: hsl(0, 0%, 99%);
    --clr-primary-800: hsl(242, 41%, 35%);
    --clr-primary-900: hsl(218, 33%, 9%);
}


.body-section {
    display: grid;
    /* background-color: hsl(242deg 41% 35% / 20%); */
    /* align-items: end; */
}

.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
}

.tag-list li {
    padding: 10px;
    background: var(--clr-primary-400);
    border-radius: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    cursor: pointer;
}

.recent-case-study {
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.recent-case-study .carousel-container {
    /* width: 100%; */
    height: 40px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    background: #36347d;
    color: #fff;
}

.recent-case-study .card-carousel {
    position: absolute;
    top: 0;
    transition: transform 0.6s ease-in-out;
    right: 0;
    padding: 0;
    /* width: 75%; */
}


.recent-case-study .card {
    height: 40px;
    padding: 20px;
    justify-content: center;
    font-size: 15px;
    border: 0;
    background: #36347d;
    color: #fff;
    border-radius: 0;
    display: flex;
}

.recent-case-study p {
    background: #c5c402;
    color: #343434;
    font-size: 16px;
    align-content: center;
    height: 40px !important;
    /* width: 300px; */
    padding-left: 20px;
    border: 2px solid #36347d2b;
    font-weight: 600;
    border-right: 0;
}

.recent-case-study .icon-close {
    align-self: center;
    font-size: 16px;
    color: #ffffff;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    cursor: pointer;
}
.recent-case-study .icon-close:hover {
    color: #c5c402;
    transition: 0.5s linear;
}

.recent-case-study .flaticon-close:before{
    padding: 0 10px;
    font-size: 12px;
}

/* cookies section */
.cookies-section {
    background-color: #fff;
    padding: 20px;
    z-index: 99999999999999999999;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #36347d;
    align-items: center !important;
    display: flex;
    justify-content: space-between;
}

.cookies-section h3{
    font-size: 24px;
    margin-bottom: 10px;
}

.cookies-section p{
    font-size: 14px;
}

.btn-cookies{
    background-color: #36347D;
    color: #fff;
    border: 0;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 5px;
    border: 1px solid #36347D;
    width: 150px;
}

.btn-cookies:hover{
    border: 1px solid #c5c402;
    color: #4d4d4d;
    transition: 0.5s linear;
    background-color: #fff;

}

@media screen and (min-width:1800px) {
    .recent-case-study p {
        background: #c5c402;
        color: #343434;
        font-size: 16px;
        align-content: center;
        height: 40px;
        width: 300px;
        padding-left: 20px;
        border: 2px solid #36347d2b;
        font-weight: 600;
        border-right: 0;
    }

    .recent-case-study .card-carousel {
        position: absolute;
        top: 0;
        transition: transform 0.6s ease-in-out;
        right: 0;
        padding: 0;
        width: 80% !important;
        left: 0;
    }
}

/* careers */
.careers-section .card{
    background: none !important;
}

#summary {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

#summary div.collapse:not(.show) {
    height: 140px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

#summary div.collapsing {
    min-height: 120px !important;
}

#summary .collaped-btn-more.collapsed {
    margin-top: 20px;
    display: inline-block;
}

#summary .collaped-btn-more.collapsed:after {
    content: 'MORE +';
    cursor: pointer;
}

#summary .collaped-btn-more.collapsed:before {

    background: rgba(255, 255, 255, .8);
    content: '';
    position: absolute;
    width: 92%;
    height: 31px;
    top: 143px;
}


#summary .collaped-btn-more:not(.collapsed):after {
    content: '- LESS';
    cursor: pointer;
}

.more-btn-job {
    color: #000;
    font-weight: 600;

}



/* career */
.career-card-width {
    width: 50%;
}

/* upload-btn */
.variants {
    display: flex;
    justify-content: center;
    align-items: center;
}

.variants>div {
    margin-right: 5px;
}

.variants>div:last-of-type {
    margin-right: 0;
}

.file {
    /* display: flex;
  align-items: center; */
}

.file>input[type='file'] {
    display: none
}

.file>label {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-radius: 4px;
    border-width: 1px;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 29%);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file>label:hover {
    border-color: hsl(0, 0%, 21%);
}

.file>label:active {
    background-color: hsl(0, 0%, 96%);
}

.file>label>i {
    padding-right: 5px;
}

.file--upload>label {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
}

.file--upload>label:hover {
    border-color: hsl(204, 86%, 53%);
    background-color: hsl(204, 86%, 96%);
}

.file--upload>label:active {
    background-color: hsl(204, 86%, 91%);
}

.file--uploading>label {
    color: #36347d;
    box-shadow: #d1d1d1 0 0 0 0.1px;
    padding: 6px;
    width: 40%;
    border-radius: 50px;
    border: 1px solid #C5C402;
}

.file--uploading>label:hover {
    border-color: hsl(48, 100%, 67%);
    background-color: hsl(48, 100%, 96%);
}

.file--uploading>label:active {
    background-color: hsl(48, 100%, 91%);
}

.file--success>label {
    color: hsl(141, 71%, 48%);
    border-color: hsl(141, 71%, 48%);
}

.file--success>label:hover {
    border-color: hsl(141, 71%, 48%);
    background-color: hsl(141, 71%, 96%);
}

.file--success>label:active {
    background-color: hsl(141, 71%, 91%);
}

.file--danger>label {
    color: hsl(348, 100%, 61%);
    border-color: hsl(348, 100%, 61%);
}

.file--danger>label:hover {
    border-color: hsl(348, 100%, 61%);
    background-color: hsl(348, 100%, 96%);
}

.file--danger>label:active {
    background-color: hsl(348, 100%, 91%);
}

.file--disabled {
    cursor: not-allowed;
}

.file--disabled>label {
    border-color: #e6e7ef;
    color: #e6e7ef;
    pointer-events: none;
}

@keyframes pulse {
    0% {
        color: hsl(48, 100%, 67%);
    }

    50% {
        color: hsl(48, 100%, 38%);
    }

    100% {
        color: hsl(48, 100%, 67%);
    }
}

@media screen and (max-width:1024px) {
    .careers-section {
        flex-direction: column;
    }

    .career-card-width {
        width: 100%;
    }
}

/* loder start */
  .wrapper {
    align-items: center;
    background-color: #000000c9;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    display: none;
}
.loader{
    position: fixed;
    z-index: 1000 !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    display: none;
}
  
.loading-text {
    color: #36347D;
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    /* top: 62% !important; */
    transition: all;
      animation-name: fluffy;
      animation-duration: 3s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;

}

   .loader svg {
      filter: drop-shadow(2px 2px 3px #0002);
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all;
      animation-name: fluffy;
      animation-duration: 3s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      position: absolute;
  
      &:nth-of-type(1) {
        width: 14%;
        height: 28%;
        transform: translate(-55%, -53%);
      }
      &:nth-of-type(2) {
        width: 10%;
        height: 18%;
        animation-delay: -0.2s;
        transform: translate(-40%, -30%);
      }
      &:nth-of-type(3) {
        width: 15%;
        height: 13%;
        animation-delay: -0.3s;
        transform: translate(-73%, -8%);
      }
    }
  
  
  @keyframes fluffy {
    0% {
      top: 50%;
    }
    50% {
      top: 44%;
    }
    100% {
      top: 50%;
    }
  }
  
@media screen and (max-width:1440px) {
    .loader {
        position: fixed;
        z-index: 1000 !important;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        transform: translate(0%, -15%);
    }
    .loader svg {
        filter: drop-shadow(2px 2px 3px #0002);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all;
        animation-name: fluffy;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        position: absolute;
    
        &:nth-of-type(1) {
            width: 14%;
            height: 28%;
            transform: translate(-55%, -50%);
        }
        &:nth-of-type(2) {
            width: 10%;
            height: 18%;
            animation-delay: -0.2s;
            transform: translate(-40%, -33%);
        }
        &:nth-of-type(3) {
            width: 15%;
            height: 13%;
            animation-delay: -0.3s;
            transform: translate(-73%, -22%);
        }
      }
}
  /* loader end */