﻿/*24-04-2024*/

/*master page css start*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box!important;
}
img.twitter-head {
    width: 15px;
    height: 15px;
}

.header-area .top-header-area .header-content-right li:hover a i {
    color: #ffffff !important;
}

.header-area .top-header-area .header-content-right li a i {
    cursor: pointer;
}

.main-nav .navbar .mean-menu .nav-item a {
    cursor: pointer;
}

footer ul.social-ulli {
    display: flex;
    list-style: none;
    padding-top: 10px;
}

    footer ul.social-ulli li.twitt-li {
        padding-left: 0px !important;
        margin-top: 5px;
        padding-right: 10px;
    }

        footer ul.social-ulli li.twitt-li img {
            width: 15px;
            height: 15px;
        }

.requestdemo-modal img {
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

/*home page css*/
.widget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
}

    .widget.box .widget-header {
        background: #fff;
        padding: 20px 21px 0px !important;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .widget .widget-header {
        border-bottom: 0px solid #f1f2f3;
    }

    .widget.box .widget-header {
        background: #fff;
        padding: 0px 8px 0px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .widget .widget-header {
        border-bottom: 0px solid #f1f2f3;
    }

        .widget .widget-header:after {
            clear: both;
        }

        .widget .widget-header:before, .widget .widget-header:after {
            display: table;
            content: "";
            line-height: 0;
        }

.widget-content-area {
    padding: 20px 70px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.story-container-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .story-container-1 .single-create-story {
        height: 175px;
        width: 110px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #e4e4e4;
        text-align: center;
    }

img.single-create-story-bg {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.create-story-author img {
    height: 100px;
    width: 40px;
    margin-top: -20px;
    padding: 4px;
    background: #e4e4e4;
    border-radius: 50%;
}

.story-container-1 .single-story {
    height: 176px;
    width: 150px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    /* margin-right: 88px; */
    /* margin-bottom: 10px; */
}

    .story-container-1 .single-story::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(rgb(255 0 0 / 0%), black);
    }

img.single-story-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-container-1 .story-author {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    right: 0px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
}

.story-author img {
    height: 110px;
    width: 110px !important;
    margin-left: 20px;
    border-radius: 50%;
    border: 1px solid white;
    padding: 4px;
}

.story-container-1 .story-author p {
    color: #fff;
    width: 100%;
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 12px;
}

.create-story-author p {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}

.main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
    display: block;
}

.text-content {
    margin-right: 50px;
    text-align: right;
    min-width: 300px;
}

.text {
    color: #1d1d1f;
    font-size: 2.5rem;
    margin: 0;
    font-weight: 300;
}

.instagram {
    font-size: 4rem;
    margin: 0;
    background: -moz-linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100% );
    background: -webkit-linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100% );
    background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide {
    position: relative;
    width: 170px;
    margin: 20px auto;
    display: grid;
    height: 360px;
    padding: 00px 0;
    border-radius: 30px;
    overflow: hidden;
    border: 3px solid #f3ece4;
    outline: 1px solid #ccc;
    background-color: #000;
    box-shadow: 20px 20px 5px 0px rgba(0, 0, 0, 0.3);
}

    .slide:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 30%;
        background-color: #f7f7f7;
        width: 40%;
        height: 2px;
        border-radius: 10px;
    }

.slide-items {
    position: relative;
    grid-area: 1/1;
    overflow: hidden;
    border: 6px solid #000;
    border-radius: 30px;
}

    .slide-items img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.slide-nav {
    grid-area: 1/1;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
}

.slide-items > * {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.slide-items > .active {
    position: relative;
    opacity: 1;
    poiter-events: initial;
}

.slide-nav button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.slide-thumb {
    display: flex;
    grid-column: 1/3;
    padding: 0 15px;
}

    .slide-thumb > span {
        flex: 1;
        display: block;
        height: 2px;
        background: #afafaf;
        margin: 3px;
        margin-top: 20px;
        border-radius: 3px;
        overflow: hidden;
    }

        .slide-thumb > span.done:after {
            content: "";
            display: block;
            height: inherit;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 3px;
        }

        .slide-thumb > span.active:after {
            content: "";
            display: block;
            height: inherit;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 3px;
            transform: translateX(-100%);
            animation: thumb 5s forwards linear;
        }

.colorred {
    color: #fe5a5b;
}

@keyframes thumb {
    to {
        transform: initial;
    }
}


a.index-readmore {
    color: #000;
}

.performance-area span.websitetext {
    text-transform: uppercase;
}

.client-wrap .single-client .client-img img {
    height: 80px;
    width: 80px;
}

.others-option .get-quote a.default-btn {
    border-radius: 50px;
}

.banner-btn a {
    border-radius: 50px;
}

.single-features {
    height: 100%;
}

.single-security-home {
    height: 90%;
}

ul.tabs > li:hover {
    background-color: #ff4900;
    color: #ffffff;
}

.partner-area .owl-carousel .owl-item img {
    width: 80%;
}

/*about us*/
.page-title-content h1 {
    color: #fff;
}


/*why choose us css*/
.banner-area-six .banner-text h2, p {
    visibility: visible;
    animation-delay: 1s;
    animation-name: fadeInLeft;
}

.overview-content-box h3 {
    font-size: 26px;
    text-align: center;
}

.overview-content-box a.default-btn {
    border-radius: 50px;
    width: 50%;
    margin: 10px auto;
}


div.card {
    width: 460px;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .45);
}

    div.card div.card-img-container {
        overflow: hidden;
        position: relative;
        background-color: #262626;
    }

    div.card div.card-img {
        transition: 0.45s ease all;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: url("https://cdnwe1.ltex.in/assets/img/whyus/image2.jpg");
        background-position: center;
        background-size: 150%;
        height: 408px;
        width: 460px;
        padding: 30px;
        color: white;
    }

    div.card div.card-img1 {
        transition: 0.45s ease all;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: url("https://cdnwe1.ltex.in/assets/img/whyus/image3.jpg");
        background-position: center;
        background-size: 150%;
        height: 408px;
        width: 460px;
        padding: 30px;
        color: white;
    }


    div.card div.card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px;
    }

        div.card div.card-body p {
            color: #262626;
            margin: 0 0 20px 0;
            font-weight: 400;
            line-height: 24px;
        }


.card-img-container:hover .card-img {
    background-size: 175%;
}

.card-img-container:hover .card-img1 {
    background-size: 175%;
}




/*gallery page css*/

img.myImg {
    border-radius: 6px;
}

img.myImg1 {
    width: 100%;
    height: 350px;
    border-radius: 6px;
}


.banner-text h2 {
    font-size: 30px !important;
}

/*contact us css*/
input#ctl00_ContentPlaceHolder1_txtmsg {
    height: 70px;
}

#contactForm .page-btn {
    border: 0px;
    border-radius: 50px;
}

.single-contact-info {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px 30px !important;
    border-radius: 5px;
    height: 100%;
    border: 1px solid #ff4900;
}


a.hrms-soft:hover {
    color: #ff4900;
}

.contact-form {
    background-color: #ff4900;
    position: relative;
    border-radius: 5px;
}

    .contact-form:before {
        content: "";
        position: absolute;
        width: 26px;
        height: 26px;
        background-color: #ff4900;
        transform: rotate(45deg);
        top: 50px;
        left: -13px;
    }



/*25-04-2024*/

/*website development services*/

h1.website-development-bnr-head {
    color: #ffffff;
    text-shadow: #313131 6px -1px 6px;
}

.menuwe1 ul li a:hover {
    color: #ff4900 !important;
    border-bottom: 0px !important;
}

.menuwe1 ul li a.active {
    color: #ff4900 !important;
    border-bottom: 0px !important;
}

/*web design services css*/
.webdesin-singlesecurity {
    height: 100%;
}

/*web apps development css*/
.webapp-singlesecurity {
    height: 100%;
}

/*ecommerce development services*/
.ecommerce-singlesecurity {
    height: 100%;
}

.choose-wrap a.default-btn {
    border-radius: 50px;
}

.lats-talk-content a.default-btn {
    border-radius: 50px;
}

.single-privacy ul.cybersecurity-item li i {
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 4px;
}

    .single-privacy ul.cybersecurity-item li i:hover {
        background: #ccc;
        color: #ff4900;
        border-radius: 50px;
        padding: 4px;
    }

/*Custom web development css*/
.custom-singlesecurity {
    height: 100%;
}

.faq-area p.text-custom {
    text-align: center;
}

/*API Integration Services*/
.api-single-security {
    height: 100%;
}

/*dedicated, cloud and VPS server css*/

.single-pricing a.default-btn {
    border-radius: 50px;
}

.pricing-area {
    padding-bottom: 50px !important;
}

.server-security {
    height: 100%;
}

p.special-support-p {
    margin-bottom: 0;
}

/*mobile app development ios and adroid css*/
.mobile-app-security {
    height: 100%;
}

/*Digital Marketing agency css*/

.dm-security {
    height: 100%;
}

/*terms and conditions css and privacy policy page css*/

section.dbl-border {
    border: 3px solid #ff4900;
    margin: 80px;
    outline: 3px solid #ff4900;
    outline-offset: 10px;
    border-radius: 7px;
}

/*blog page page css*/
li.page-item {
    display: inline-block;
    border: 1px solid #ff4900;
    cursor: pointer;
}

    li.page-item a {
        color: #ff4900;
        cursor: pointer;
    }


.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: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #FFF;
    background-color: #ff4900;
    border-color: #ff4900;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #ff4900;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .blog-pagination ul {
        display: flex;
        align-items: center;
        cursor: pointer;
    }



/*26-04-2024*/

/*Industries page css*/

.single-seku-features-card {
    height: 100%;
}

/*products sub pages css*/
.we1-erp-banner {
    background-image: url(https://cdnwe1.ltex.in/assets/img/product/erpslide.jpg);
}

.we1-wms-banner {
    background-image: url(https://cdnwe1.ltex.in/assets/img/product/wms-banner.jpg);
}

.we1-ims-banner {
    background-image: url(https://cdnwe1.ltex.in/assets/img/product/ims/banner.jpg);
}

.we1-lms-banner {
    background-image: url(https://cdnwe1.ltex.in/assets/img/product/lms-banner.jpg);
}

.we1-hrms-banner {
    background-image: url(https://cdnwe1.ltex.in/assets/img/product/hrms-banner.jpg);
}

.we1-order-pro-banner {
    background-image: url(https://cdnwe1.ltex.in/assets/img/product/bannerop1.jpg);
}

.banner-area.banner-area-two .banner-text h1 {
    font-size: 60px !important;
    line-height: 1;
    color: #ff4900;
    text-shadow: #313131 6px -1px 6px;
}

.enquiryformbanner {
    border-radius: 4px;
    margin: 150px !important;
}

    .enquiryformbanner .page-btn {
        border-radius: 50px;
        border: 0;
    }

.graph-content a.default-btn {
    border-radius: 50px;
}

.home-control-area {
    padding-bottom: 50px;
}

.safer-world-area .operation-center-image img {
    padding-bottom: 50px;
}

.home-control-area h3 b.IMS {
    color: #ff4900;
}

.enquiryformbannerhrms {
    border-radius: 4px;
}

    .enquiryformbannerhrms .default-btn {
        border-radius: 50px;
        border: 0px;
    }

h5.order-pro-h5 i {
    background: #ff4900;
    color: #fff;
    border-radius: 100%;
    font-size: 17px;
}

.features-unique-order-pro .single-security {
    height: 100%;
}


/*resources sub pages css*/

.we1storiessec {
    background: #f1f1f1;
    box-shadow: 3px 2px 2px 2px #f1f1f1;
    margin: 20px 0px;
}

.stories-contents {
    padding: 33px;
}

    .stories-contents h3 a {
        font-size: 24px;
        padding-bottom: 8px;
    }

.padd {
    padding: 0px;
}

.announcebox {
    background: #f9f9f9;
    padding: 20px 50px;
    margin-top: 50px;
    border-radius: 10px;
}

    .announcebox p {
        font-weight: 500;
        color: #ff4900;
    }

.blog-details-area .widget-area .widget:first-child {
    margin-top: 0 !important;
    padding: 40px !important;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    font-size: 16px !important;
}

.single-contact-map iframe {
    height: 495px !important;
    width: 100%;
}

.blog-details-area .widget-area .widget {
    margin-top: 35px;
    padding: 40px;
}

.contact-form h2.contact-drop {
    font-size: 35px;
}



@media screen and (min-width:768px) and (max-width:1023px) {
    div.card {
        width: 100%;
        margin-top: 30px;
    }
    .mobile-spacing-blog-div {
        padding-top: 15px;
    }
    .crm-vs-erp-list-inline {
        display: block!important;
        
    }
        div.card div.card-img {
            width: 100%;
        }

        div.card div.card-img1 {
            width: 100%;
        }

    .submenu-dropdown .submenu-list {
        display: block !important;
    }

    .nav-two {
        display: block !important;
    }

    .nav-one {
        display: none;
    }

    button.navbar-toggler {
        position: relative;
        bottom: 20px;
        left: 60%;
        border: 1px solid #ff4900;
    }

    span.navbar-toggler-icon {
        filter: invert(1);
    }

    ul.navbar-nav.mx-auto {
        padding: 20px;
    }

    .dropdown-menu.mobile-view-dd {
        top: 30px;
        position: fixed;
    }
}

header.header-area.fixed-top {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6334908963585435) 0, rgba(255, 255, 255, 0) 25%);
}



.explore-category p {
    color: #ff4900;
}

.explore-category i.fa {
    color: #ff4900;
}

.job-listing .job-item i {
    color: #ff4900;
}



.job-listing .job-item a.apply-btn-job {
    color: #000 !important;
    border: 1px solid #ff4900;
    border-radius: 4px;
}

    .job-listing .job-item a.apply-btn-job:hover {
        color: #ff4900 !important;
        border-color: #ff4900 !important;
        background-color: #fff !important;
    }






/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

    .cat-item:hover {
        border-color: rgba(0, 0, 0, .08);
        box-shadow: none;
    }


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

    .job-item:hover {
        border-color: rgba(0, 0, 0, .08);
        box-shadow: none;
    }


a.job-read-more {
    color: #fff !important;
}

a.apply-btn-job {
    color: #fff !important;
}

.modal-content .contact-form h2 {
    font-size: 30px !important;
}

section.faq-contact-area {
    padding: 85px 0px;
}


.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}



.wrap-banner-about h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}

.wrap-banner-about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/abouts-page-we1.png');
    background-size: cover;
    background-position: center;
}

.wrap-banner-choose-us h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}

.wrap-banner-choose-us {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/why-choose-us.png');
    background-size: cover;
    background-position: center;
}

.wrap-banner-about-DS h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}

.wrap-banner-about-DS {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/data-security.png');
    background-size: cover;
    background-position: center;
}

.wrap-banner-about-portfolio h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}

.wrap-banner-about-portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/portfolio.png');
    background-size: cover;
    background-position: center;
}

.wrap-banner-about-veterans h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}

.wrap-banner-about-veterans {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Veterans.png');
    background-size: cover;
    background-position: center;
}

.wrap-banner-about-we1-gallery h2 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 4px;
}

.wrap-banner-about-we1-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/our-gallery.png');
    background-size: cover;
    background-position: center;
}

.wrap-banner-automotive {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Automotive.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-automotive h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-telecommunication {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Telecommunication.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-telecommunication h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-cg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Consumer Goods.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-cg h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-industril_manufacturing {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/industrial-manufacturer.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-industril_manufacturing h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-retail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Retail.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-retail h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-wholesale {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Wholesale Distribution.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-wholesale h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-electronic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Electronic Industry.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-electronic h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-ecommerce {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Ecommerce1.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-ecommerce h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-transportation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/transportation-shipping.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-transportation h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-scm_solutions {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/warehousing-scm-solutions1.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-scm_solutions h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-blogs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/blogs.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-blogs h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-news_media {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/News-Media.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-news_media h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }


.wrap-banner-announcements {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/Announcements.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-announcements h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-what_next {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/What Next.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-what_next h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-we1_stories {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/WE1 Stories.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-we1_stories h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/contact-us.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-contact h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-career {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/career.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-career h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.wrap-banner-sitemap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-image: url('https://cdnwe1.ltex.in/assets/img/sitemap.png');
    background-size: cover;
    background-position: center;
}

    .wrap-banner-sitemap h2 {
        color: #fff;
        font-size: 32px;
        letter-spacing: 4px;
    }

.blog-details-area .blog-details-desc .article-content h3 {
    margin-bottom: 15px !important;
    margin-top: 0;
    font-size: 30px;

}
.single-solutions.sols-time-bg-79 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/top-5-hr-tasks-you-can-easily-automate-with-an-hrms-outside.webp');
}
.single-solutions.sols-time-bg-78 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/11-mistakes-to-avoid-when-building-a-mobile-app-outside.png');
}
.single-solutions.sols-time-bg-77 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/5-inventory-challenges-that-ims-software-solves-instantly-outside.png');
}
.single-solutions.sols-time-bg-76 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/seven-signs-your-business-needs-an-erp-system-asap-outside.png');
}
.single-solutions.sols-time-bg-75 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/top-10-digital-marketing-trends-that-will-dominate-in-2025-outside.png');
}
.single-solutions.sols-time-bg-74 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/how-to-choose-the-right-wms-for-your-business-in-2025-outside.png');
}
.single-solutions.sols-time-bg-73 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/the-future-of-web-development-trends-shaping-the-digital-landscape-in-2025-outside.png');
}
.single-solutions.sols-time-bg-72 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/custom-vs-off-the-shelf-software-which-one-is-right-for-your-business-outside.png');
}

.single-solutions.sols-time-bg-71 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/how-ai-powered-tms-is-transforming-transportation-management-in-2025-outside.png');
}
.single-solutions.solutions-time-bg-70 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/web_3_0_and_its_impact_on_software_development_services_outside.png');
}

.single-solutions.solutions-time-bg-69 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/how-an-ims-can-help-you-manage-your-supply-chain-in-real-time-outside-we1.png');
}

.single-solutions.solutions-time-bg-68 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/a-step-by-step-guide-to-implementing-wms-software-outside.png');
}
.single-solutions.solutions-time-bg-66 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/a-guide-to-web-hosting-choosing-the-best-solution-for-your-business-outside.png');
}
.single-solutions.solutions-time-bg-65 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/crm-vs-erp-which-software-solution-is-best-for-your-business-out-side.png');
}
.single-solutions.solutions-time-bg-64 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/top-11-tips-for-creating-scalable-web-applications-outside.png');
}
.single-solutions.solutions-time-bg-63 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/why-cloud-computing-is-a-must-for-businesses-in-2024-top-10-benefits-OUTSIDE.png');
}
.single-solutions.solutions-time-bg-62 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/devops-in-2024-accelerating-software-delivery-and-team-collaboration-outside.png');
}
.single-solutions.solutions-time-bg-61 {
   
    background-image: url('https://cdnwe1.ltex.in/assets/img/how-hrms-helps-with-remote-workforce-management-outside.png');
}
.single-solutions.solutions-time-bg-60 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/7-Key-Features-of -MS-Every-Business-Should-Know-outside.png');
}
.single-solutions.solutions-time-bg-59 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Top-10-Tips-to-Get-All-Your-Business-Teams-to-Use-CRM-Software-outside.png');
}
.single-solutions.solutions-time-bg-58 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Top-Trends-in-Warehouse-Management-Systems-to-Watch-in-2024-outside.png');
}
.single-solutions.solutions-time-bg-57 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/The-Importance-of-Inventory-Management-Systems-in-Your-Supply-Chain-outside.png');
}
.single-solutions.solutions-time-bg-56 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Top-10-Benefits-of-Integrating-ERP-in-E-Commerce-Businesses-outside.png');
}
.single-solutions.solutions-time-bg-55 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Why-Your-HRMS-Needs-Employee-Self-Service-ESS-Portals-outside.png');
}
.single-solutions.solutions-time-bg-54 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/7-Benefits-of-Integrating-Your-WMS-and-TMS-for-Supply-Chain-Efficiency-outside.png');
}
.single-solutions.solutions-time-bg-53 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/The-Top-10-Essential-IT-Services-Every-Business-Needs-for-Success-outside.png');
}
.single-solutions.solutions-time-bg-52 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/leveraging-ai-in-crm-for-the-enhanced-customer-experience-outside.png');
}
.single-solutions.solutions-time-bg-51 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/ims-vs-wms-whats-the-difference-outside.png');
}

.single-solutions.solutions-time-bg-50 {

    background-image: url('https://cdnwe1.ltex.in/assets/img/How-AI-is-Revolutionizing-ERP-Benefits-Examples-and-More-outside.png');
}
.single-solutions.solutions-time-bg-49 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/top-11-e-commerc-inventory-management-software-solutions-outside.png');
}
.single-solutions.solutions-time-bg-48 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/empowering-employee-engagement-and-retention-outside.png');
}
.single-solutions.solutions-time-bg-47 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/tms-outside.png');
}
.single-solutions.solutions-time-bg-46 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/optimizing-products-with-orderpro0one-ooutside.png');
}
.single-solutions.solutions-time-bg-45 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/ERP-Software-Tips-for-the-Right-Pick-outside.png');
}
.single-solutions.solutions-time-bg-44 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/we1tech-launches-wms-and-ims-in-india-boosting-productivity-outside.png');
}
.single-solutions.solutions-time-bg-43 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/we1-retail-outside.png');
}

.single-solutions.solutions-time-bg-42 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blogs-ims-outside-we1.png');
}

.single-solutions.solutions-time-bg-41 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/erp-outside.png');
}

.single-solutions.solutions-time-bg-40 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/crm-outside.png');
}

.career-btn:hover {
    background-color: #fff;
    color: #ff4900 !important;
    border: 1px solid #ff4900;
}

.product-security {
    height: 100%;
}

.title-related {
    position: relative;
    bottom: 60px;
    z-index: 99;
}

.dropdown-menu {
    width: 100vw !important;
    position: fixed !important;
    top: 135px !important;
    left: 0px !important;
    background: linear-gradient(136.1deg, #ff4900 1.84%, #FE5D68 100%)!important;
    height: 60%;
    padding: 50px;
}

.is-sticky .dropdown-menu {
    width: 100vw !important;
    position: fixed !important;
    top: 83px !important;
    left: 0px !important;
    background: linear-gradient(136.1deg, #ff4900 1.84%, #FE5D68 100%) !important;
    height: 60%;
    padding: 50px;
}

.dropdown-menu .bdr-right {
    border-right: 1px solid #fff;
    padding-left: 20px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ff4900 !important;
    background-color: #f3f3f3;
}

.dropdown-menu .blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    font-size: 14px !important;
    color: #000 !important;
}

dropdown-menu .blog-details-area .widget-area .widget-peru-posts-thumb .item .info time {
    font-size: 13px !important;
}

.dropdown-menu .widget-peru-posts-thumb {
    background: #fff !important;
}

/*13-May-2024*/

.dropdown-menu .submenu-dropdown a:hover {
    color: #ff4900 !important;
}

.dropdown-menu .blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title-submenu a {
    font-size: 14px !important;
    color: #000 !important;
    line-height: 1.7;
}

.dropdown-menu .submenu-dropdown i.fa-chevron-right {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.dropdown-menu .submenu-dropdown .submenu-list a {
    font-size: 13px !important;
}

ul.submenu-list li ul.dropdown-three {
    display: none;
    visibility: hidden;
    opacity: 0;
}

ul.submenu-list li:hover ul.dropdown-three li {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.submenu-list li:hover > ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.submenu-list {
    color: #ff4900;
}

/*Ram css*/

nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #242526;
}

    nav .wrapper {
        position: relative;
        max-width: 1300px;
        padding: 0px 30px;
        height: 70px;
        line-height: 70px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

    .nav-links li a {
        color: #f2f2f2;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        padding: 9px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

        .nav-links li a:hover {
            background: #3A3B3C;
        }

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

    .mega-box .content {
        background: #242526;
        padding: 25px 20px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    }

        .mega-box .content .row {
            width: calc(25% - 30px);
            line-height: 45px;
        }

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

    .row .mega-links li a {
        padding: 0px;
        padding: 0 20px;
        color: #d9d9d9;
        font-size: 17px;
        display: block;
    }

        .row .mega-links li a:hover {
            color: #f2f2f2;
        }

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

    .wrapper .btn.close-btn {
        position: absolute;
        right: 30px;
        top: 10px;
    }

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

        .nav-links li a {
            padding: 0 20px;
            display: block;
            font-size: 20px;
        }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

        .nav-links .mobile-item:hover {
            background: #3A3B3C;
        }

    .drop-menu li {
        margin: 0;
    }

        .drop-menu li a {
            border-radius: 5px;
            font-size: 18px;
        }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 20px 20px 0 20px;
        }

            .mega-box .content .row {
                width: 100%;
                margin-bottom: 15px;
                border-top: 1px solid rgba(255,255,255,0.08);
            }

                .mega-box .content .row:nth-child(1),
                .mega-box .content .row:nth-child(2) {
                    border-top: 0px;
                }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

    .body-text div {
        font-size: 45px;
        font-weight: 600;
    }

.nav-two {
    display: none;
}


@media screen and (min-width:0px) and (max-width:767px) {
    div.card {
        width: auto !important;
        margin-top: 30px;
    }
    .banner-area.banner-area-three .banner-text {
        margin: 0px !important;
        text-align: center;
    }
    .crm-vs-erp-list-inline {
        display: block !important;
    }
        .banner-area.banner-area-three .banner-text span{
            padding-top:15px;
        }
        .footer-bottom-area .copy-right p {
            font-size: 12px;
        }

    .banner-area.banner-area-three {
        padding-top: 0px !important;
    }

    section.dbl-border {
        border: 2px solid #ff4900;
        margin: 22px;
        outline: 2px solid #ff4900;
        outline-offset: 6px;
        border-radius: 7px;
    }

    .choose-us-content {
        width: 100%;
        height: auto;
        right: 0;
        margin-bottom: 30px;
    }

        .choose-us-content p {
            font-size: 13px;
        }

    .we1-mainbnr h2 {
        padding-top: 50px;
    }

    .we1-mainbnr {
        height: 25vh !important;
    }

    .blogsection1 .single-blog p {
        font-size: 12px !important;
    }

    h2.heading {
        padding-top: 20px;
    }

    .announcebox p {
        font-size: 12px;
    }

    .job-listing .job-item a.apply-btn-job {
        margin-left: 27px;
    }

    .single-contact-info p.we1-address {
        font-size: 13px;
    }

    .single-serve p {
        font-size: 13px;
    }

    .single-serve h3 {
        font-size: 18px;
    }

    .banner-area .banner-text span {
        line-height: 1.4;
        font-size: unset;
    }

    .floating {
        margin-left: 0px !important;
    }

    .faq-accordion .accordion .accordion-title {
        font-size: 16px !important;
    }

    .faq-accordion .accordion .accordion-content p {
        line-height: 1.6 !important;
        font-size: 14px !important;
    }

    .blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
        font-size: 14px !important;
    }

    .enquiryformbanner {
        display: none;
    }

    .submenu-dropdown .submenu-list {
        display: block !important;
    }

    .dropdown-menu {
        padding: 0px !important;
        height: 100vh !important;
        top: 70px !important;
    }



    .banner-img h3 {
        font-size: 16px !important;
        padding-top: 20px;
    }

    .nav-two {
        display: block !important;
    }

    .nav-one {
        display: none;
    }

    button.navbar-toggler {
        position: relative;
        bottom: 20px;
        left: 20%;
        border: 1px solid #ff4900;
    }

    span.navbar-toggler-icon {
        filter: invert(1);
    }

    ul.navbar-nav.mx-auto {
        padding: 20px;
    }

    .nav-two ul.mobile-navbar li:hover {
        color: #ff4900;
    }
    .book p {
        font-size: 15px!important;
      
    }
    .mobile-spacing-blog-div{
        padding-top:15px;
    }
    .blog-details-area p{
        font-size:14px;
    }
    .blog-details-area h5 {
        font-size: 20px;
    }
    .blog-details-area h2.weone-h2 {
        font-size: 21px!important;
        line-height:1.5;
    }
}

/*15-May-2024*/



.choose-wrap.hrms-software {
    background-color: #fff !important;
}


.single-serve h3{
    font-size:20px!important;
}
.single-serve p {
    font-size: 13px;
}


/*16/05/2024*/


header.we1-mobile-menu {
    width: 100%;
    min-height: 66px;
    background: #000;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display:none;
}

    header.we1-mobile-menu a.logo-mobile-menu {
        color: #fff;
        font-size: 1.75em;
        font-weight: 600;
        text-decoration: none;
    }

    header.we1-mobile-menu ul.menu-one li {
        position: relative;
        list-style: none;
        float: left;
    }

        header.we1-mobile-menu ul.menu-one li a {
            color: #fff;
            font-size: 1.1em;
            padding: 20px 25px;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
        }

            header.we1-mobile-menu ul.menu-one li a:hover {
                background: #000;
                color:#ff4900;
            }

        header.we1-mobile-menu ul.menu-one li ul.menu-two {
            position: absolute;
            left: 0;
            width: 200px;
            background: #445964;
            display: none;
        }

        header.we1-mobile-menu ul.menu-one li:hover > ul.menu-two {
            display: block;
        }

        header.we1-mobile-menu ul.menu-one li:hover ul.menu-two li {
            position: relative;
            width: 100%;
            border: 1px solid rgba(0,0,0,0.2);
        }

            header.we1-mobile-menu ul.menu-one li:hover ul.menu-two li ul.menu-two {
                top: 0;
                left: 200px;
            }

@media(max-width: 900px) {
    header.we1-mobile-menu {
        padding: 10px 20px;
        display:block;
    }

        header.we1-mobile-menu nav.we1-menu {
            position: absolute;
            width: 100%;
            top: 83px;
            left: 0;
            background: #445964;
            display: none;
        }

    header.active nav.we1-menu {
        display: initial;
    }

    header.we1-mobile-menu nav.we1-menu ul.menu-one li {
        width: 100%;
    }

        header.we1-mobile-menu nav.we1-menu ul.menu-one li ul.menu-two {
            width: 100%;
            position: relative;
            left: 0;
        }

    header.we1-mobile-menu ul.menu-one li ul.menu-two li ul.menu-two {
        top: 0;
        left: 0 !important;
    }

    header.we1-mobile-menu nav.we1-menu ul.menu-one li:hover ul.menu-two li {
        background: #546e7b;
    }

    .menuToggle {
        position: relative;
        width: 40px;
        height: 0px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom:30px;
        left:86%;
    }

        .menuToggle::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #fff;
            transform: translateY(-12px);
            box-shadow: 0 12px #fff;
        }

        .menuToggle::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #fff;
            transform: translateY(12px);
        }

    header.we1-mobile-menu.active .menuToggle::before {
        transform: rotate(45deg);
        box-shadow: 0 0 #fff;
    }

    header.we1-mobile-menu.active .menuToggle::after {
        transform: rotate(315deg);
    }
}




/*17-05-2024*/


  

.blog-card {
    padding: 30px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    height:100%;
}

  
    .blog-card .blog-card__background, .blog-card .card__background--layer {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .blog-card .blog-card__background {
        padding: 15px;
        background: white;
    }

    .blog-card .card__background--wrapper {
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
        position: relative;
        overflow: hidden;
    }

    .blog-card .card__background--main {
        height: 100%;
        position: relative;
        transition: 300ms ease-in-out;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .blog-card .card__background--layer {
        z-index: 0;
        opacity: 0;
        background: rgba(51, 51, 51, 0.9);
        transition: 300ms ease-in-out;
    }

    .blog-card .blog-card__head {
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blog-card .blog-card__info {
        z-index: 10;
        background: white;
        padding: 20px 15px;
    }

        .blog-card .blog-card__info h5 {
            transition: 300ms ease-in-out;
        }

    

    .blog-card .card__background--main {
        transform: scale(1.2) rotate(5deg);
    }

    .blog-card .card__background--layer {
        opacity: 1;
    }

    .blog-card .blog-card__info h5 {
        color: #ff4900;
    }





.btn.btn--with-icon {
    background: white;
    color: #363738;
    font-weight: bold;
    outline: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0;
    border: none;
}

    .btn.btn--with-icon:focus {
        box-shadow: none;
    }

    .btn.btn--with-icon:hover {
        background: #ff4900;
        color: #fff;
    }

    .btn.btn--with-icon {
        padding-right: 20px;
    }

        .btn.btn--with-icon i {
            padding: 0px 30px 0px 15px;
            margin-right: 10px;
            height: 50px;
            line-height: 50px;
            vertical-align: bottom;
            color: white;
            background: #ff4900;
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
        }

    .btn.btn--only-icon {
        width: 50px;
    }






.listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
}

.listar-feature-item {
    height: calc(100% - 20px);
}

    .listar-feature-item.listar-feature-has-link ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
        position: relative;
        display: block;
        width: 100%;
        height: 30px;
    }

    .listar-feature-item a {
        position: absolute;
        top: -12px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% + 4px);
        border-radius: 1000px;
        z-index: 10;
    }

.listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
}
.listar-feature-item .listar-feature-item-inner {
    padding: 14px 30px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
}

    .listar-feature-item .listar-feature-item-inner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
}

.listar-feature-items {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
.listar-feature-item
a:hover ~ .listar-feature-item-inner
.listar-feature-right-border:before {
    border: 11px solid #ff4900!important;
}

.listar-feature-right-border:before,
.listar-hovering-features
.listar-feature-item
a:hover ~ .listar-feature-item-inner
.listar-feature-right-border:before,
.listar-hovering-features-grey
.listar-feature-item
a:hover ~ .listar-feature-item-inner
.listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid #258bd5;
    border-radius: 800px;
    left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    margin: -30px;
    padding: 30px;
    height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #fff;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
}

.listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
}

.listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
}

    .listar-feature-icon-inner div {
        transform: rotate(0deg);
        display: inline-block;
        position: relative;
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: left;
    }

    .listar-feature-icon-inner img {
        position: relative;
        margin: 0 auto;
        vertical-align: middle;
        display: inline-block;
        width: auto;
        left: 50%;
        transform: translate(-50%);
        height: 55px;
    }

.listar-feature-item img,
.listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color: #ff4900;
}



.listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
}

    .listar-feature-item
    .listar-feature-item-title.listar-feature-counter-added > span {
        margin-left: 25px;
        border-radius: 0 50px 50px 0;
    }

    .listar-feature-item .listar-feature-item-title > span {
        box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12), 5px 0px 40px rgba(80, 80, 80, 0.1);
        padding: 10px 20px;
        display: inline-block;
        position: relative;
        background-color: #fff;
    }

        .listar-feature-item .listar-feature-item-title > span span {
            box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
            padding: 10px 0;
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 30px;
            white-space: nowrap;
            position: absolute;
            top: -3px;
            left: -40px;
            border-radius: 50px;
            background-color: #fff;
        }

    .listar-feature-item .listar-feature-item-title span {
        display: inline-block;
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
        text-shadow: none;
        border-radius: 50px;
        color: #252525;
        font-size: 18px;
    }

.listar-feature-item-excerpt {
    padding: 0 20px;
}

.listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size:14px;
}

.pset {
    padding-top: 125px;
   
}

.listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
    transition: all 0.2s ease-in;
}

    .listar-map-button-text span:after {
        border: 12px solid #fff;
    }

    .listar-map-button-text span:after {
        content: "";
        position: absolute;
        top: -14px;
        left: -14px;
        width: calc(100% + 28px);
        height: calc(100% + 28px);
        border-radius: 36px;
    }

.listar-map-button:hover .listar-map-button-text span {
    padding: 10px 43px 10px 51px;
    transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15), 15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -30px;
    background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
    background-size: 40%;
    color: #555;
    line-height: 52px;
}

.book {
    position: relative;
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 9px #000;
    perspective: 2000px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 0 auto;
}

.cover {
    top: 0;
    position: absolute;
    background-color: whitesmoke;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s;
    transform-origin: 0;
    box-shadow: 1px 1px 9px #ff4900;
   display: flex;
    align-items: center;
    justify-content: center;
}

.book:hover .cover {
    transition: all 0.5s;
    transform: rotateY(-120deg);
}

.book p {
    font-size: 14px;
    font-weight: normal;
    color: #707070!important;
    line-height:1.7;
    padding:15px;
}
.book h2{
    font-size:24px;
}


/*20/May/2024*/
.wms h1{
    font-size:19px;
    line-height:1.5;
}
.wms p{
    font-size:13px;
}

.hrms h1{
     font-size:22px;
}



.timeline {
    color: #000;
    position: relative;
    width: 360px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

    .timeline:before {
        position: absolute;
        left: 9%;
        top: 0;
        content: ' ';
        display: block;
        width: 6px;
        height: 100%;
        margin-left: -3px;
        background: rgb(80,80,80);
        background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
        z-index: 5;
    }

    .timeline li {
        padding: 1em 0;
    }

    .timeline li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248,248,248);
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.direction-l .flag {
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -40px;
        content: ' ';
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid #ff4900;
        z-index: 10;
    }

    .direction-r .flag:before {
        left: -40px;
    }

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgba(0,0,0,0.2);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgba(0,0,0,0.2);
    border-width: 8px;
    pointer-events: none;
}



.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}



.desc {
    margin: 1em 0.75em 0 0;
    font-size: 14px;
   
}



/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }
        .timeline:before {
           
            left: 50%;
           
        }

        .timeline li {
            padding: 2em 0;
        }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: rgb(255,255,255);
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 20px;
        height: 20px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid #ff4900;
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255,255,255);
        border-width: 8px;
        pointer-events: none;
    }


    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245,245,245);
        box-shadow: 0 0 1px rgba(0,0,0,0.20);
        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 2em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }
}

@media screen and (min-width: 400px) and ( max-width: 660px) {

    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 4em 0 4em;
    }
}


.list-wrapper {
    padding: 20px;
    overflow: hidden;
}





.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: 0px 0px 10px 0px #EEE;
        
    }

.simple-pagination .current {
    color: #FFF;
    background-color: #ff4900;
    border-color: #ff4900;
    border-radius: 50px;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #ff4900;
    
}


ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
}

    ul.accordion-list li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px;
        margin: 0 auto 15px auto;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
    }

        ul.accordion-list li.active h3:after {
            transform: rotate(45deg);
        }

        ul.accordion-list li h3 {
            font-weight: 600;
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 16px;
            letter-spacing: 0.01em;
            cursor: pointer;
        }

        ul.accordion-list li div.answer {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

            ul.accordion-list li div.answer p {
                position: relative;
                display: block;
                font-weight: 300;
                padding: 10px 0 0 0;
                cursor: pointer;
                line-height: 150%;
                margin: 0 0 15px 0;
                font-size: 14px;
            }

.categories-blog-we1 {
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    border-radius:7px;
}
    .categories-blog-we1 h3.categories-head{
        padding-left:20px;
        font-size:20px;
        border-bottom:1px solid #eee;
        padding-bottom:20px;
        padding-top:20px
    }


    /*03-06-2024*/


.ag-courses_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ag-courses_item {
    overflow: hidden;
    border-radius: 28px;
}

.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #121212;
    overflow: hidden;
    position: relative;
}

    .ag-courses-item_link:hover,
    .ag-courses-item_link:hover .ag-courses-item_date {
        text-decoration: none;
        color: #FFF;
    }

        .ag-courses-item_link:hover .ag-courses-item_bg {
            transform: scale(10);
        }

.ag-courses-item_title {
    margin: 0 0 25px;
    overflow: hidden;
    font-weight: bold;
    font-size: 23px;
    color: #FFF;
    z-index: 2;
    position: relative;
    line-height:1.3;
}

.ag-courses-item_date-box {
    font-size: 15px;
    color: #FFF;
    z-index: 2;
    position: relative;
}

.ag-courses-item_date {
    font-weight: bold;
    color: #ff4900;
    transition: color .5s ease
}

.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #ff4900;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    transition: all .5s ease;
}

@media only screen and (max-width: 979px) {
    
        

    .ag-courses-item_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
    p.column-count {
        column-count: unset!important;
      
    }
}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        flex-basis: 100%;
    }

    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;
        font-size: 24px;
    }

    .ag-courses-item_link {
        padding: 22px 40px;
    }

    .ag-courses-item_date-box {
        font-size: 16px;
    }
}
.ag-courses-item_title i {
    font-size: 30px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ff4900), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #ff4900, #ff5e68);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ag-courses-item_title:hover i {
    transform: rotateY(360deg);
    background:#000;
}

.ag-courses_item:hover i {
    transform: rotateY(360deg);
    background: #000;
}

.swiper-pagination-bullet-active {
    
    background: #ff4900!important;
}
p.column-count{
    column-count:2;
    column-gap:50px;
    column-rule: 1px dotted #707070;
}

.main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

img.insta-slide {
    max-width: 100%;
    display: block;
}

.slide {
    position: relative;
    width: 300px;
    margin: 150px auto;
    display: grid;
    height: 100%;
    padding: 00px 0;
    border-radius: 30px;
    overflow: hidden;
    border: 3px solid #f3ece4;
    outline: 1px solid #ccc;
    background-color: #000;
    box-shadow: 20px 20px 5px 0px rgba(0, 0, 0, 0.3);
}

    .slide:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 30%;
        background-color: #f7f7f7;
        width: 40%;
        height: 2px;
        border-radius: 10px;
    }

.slide-items {
    position: relative;
    grid-area: 1/1;
    overflow: hidden;
    border: 6px solid #000;
    border-radius: 30px;
}

    .slide-items img.insta-slide {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.slide-nav {
    grid-area: 1/1;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
}

.slide-items > * {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.slide-items > .active {
    position: relative;
    opacity: 1;
    pointer-events: initial;
}

.slide-nav button {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.slide-thumb {
    display: flex;
    grid-column: 1/3;
    padding: 0 15px;
}

    .slide-thumb > span {
        flex: 1;
        display: block;
        height: 2px;
        background: #afafaf;
        margin: 3px;
        margin-top: 20px;
        border-radius: 3px;
        overflow: hidden;
    }

        .slide-thumb > span.done:after {
            content: "";
            display: block;
            height: inherit;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 3px;
        }

        .slide-thumb > span.active:after {
            content: "";
            display: block;
            height: inherit;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 3px;
            transform: translateX(-100%);
            animation: thumb 5s forwards linear;
        }

@keyframes thumb {
    to {
        transform: initial;
    }
}

.banner-area .banner-text span {
   
    margin-bottom: -9px!important;
    
}

.single-serve-suite{
    padding-left:0px;
    transition: all 0.5s;
}

.single-serve-suite img {
    border: 1px solid #ff4900;
    border-radius: 5px;
    padding: 10px;
}

.single-serve-suite h3{
    font-size: 22px;
}
.single-serve-suite p{
    font-size:13px;
}
.single-serve-suite:hover {
    transform: translateY(-5px);
}
.single-security:hover img {
    transform: rotate(360deg);
}

.ims-wms {
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 6%), 0 1px 0px 0 rgb(0 0 0 / 5%), 0px 1px 9px 0px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding:40px;
}

.wrap-up{
    border-bottom:1px solid #969696;
    padding-bottom:40px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/How-AI-is-Revolutionizing-ERP-Benefits-Examples-and-More-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg5 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/top-11-e-commerc-inventory-management-software-solutions-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg6 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/empowering-employee-engagement-and-retention-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg7 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/tms-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg8 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/optimizing-products-with-orderpro0one-ooutside.png');
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg9 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/ERP-Software-Tips-for-the-Right-Pick-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg10 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/we1tech-launches-wms-and-ims-in-india-boosting-productivity-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg11 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/we1-retail-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-ims {
    background-image: url('https://cdnwe1.ltex.in/assets/img/ims-vs-wms-whats-the-difference-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-leveraging {
    background-image: url('https://cdnwe1.ltex.in/assets/img/leveraging-ai-in-crm-for-the-enhanced-customer-experience-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-essential-it-services {
    background-image: url('https://cdnwe1.ltex.in/assets/img/The-Top-10-Essential-IT-Services-Every-Business-Needs-for-Success-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-benefits-of-integrate {
    
    background-image: url('https://cdnwe1.ltex.in/assets/img/7-Benefits-of-Integrating-Your-WMS-and-TMS-for-Supply-Chain-Efficiency-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-ess-portals {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Why-Your-HRMS-Needs-Employee-Self-Service-ESS-Portals-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-integrate-erp-business {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Top-10-Benefits-of-Integrating-ERP-in-E-Commerce-Businesses-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-importance-ims {
    background-image: url('https://cdnwe1.ltex.in/assets/img/The-Importance-of-Inventory-Management-Systems-in-Your-Supply-Chain-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-watch-2024 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Top-Trends-in-Warehouse-Management-Systems-to-Watch-in-2024-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-crm-software {
    background-image: url('https://cdnwe1.ltex.in/assets/img/Top-10-Tips-to-Get-All-Your-Business-Teams-to-Use-CRM-Software-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-tms-business {
    background-image: url('https://cdnwe1.ltex.in/assets/img/7-Key-Features-of -MS-Every-Business-Should-Know-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-hrms-remote {
    background-image: url('https://cdnwe1.ltex.in/assets/img/how-hrms-helps-with-remote-workforce-management-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-devops {
    background-image: url('https://cdnwe1.ltex.in/assets/img/devops-in-2024-accelerating-software-delivery-and-team-collaboration-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-cloud-computing {
    background-image: url('https://cdnwe1.ltex.in/assets/img/why-cloud-computing-is-a-must-for-businesses-in-2024-top-10-benefits-OUTSIDE.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-scalable-web {
    background-image: url('https://cdnwe1.ltex.in/assets/img/top-11-tips-for-creating-scalable-web-applications-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-crm-vs-erp {
    
    background-image: url('https://cdnwe1.ltex.in/assets/img/crm-vs-erp-which-software-solution-is-best-for-your-business-out-side.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-guide-web-host {
    background-image: url('https://cdnwe1.ltex.in/assets/img/a-guide-to-web-hosting-choosing-the-best-solution-for-your-business-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-a-step-by-step {
    background-image: url('https://cdnwe1.ltex.in/assets/img/a-step-by-step-guide-to-implementing-wms-software-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-how-an-ims {
    background-image: url('https://cdnwe1.ltex.in/assets/img/how-an-ims-can-help-you-manage-your-supply-chain-in-real-time-outside-we1.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-web-and-its-impact {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/web_3_0_and_its_impact_on_software_development_services_outside.png');
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-AI-Powered {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/how-ai-powered-tms-is-transforming-transportation-management-in-2025-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-custom-vs-off-shelf {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/custom-vs-off-the-shelf-software-which-one-is-right-for-your-business-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-future-of-web-development-trends {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/the-future-of-web-development-trends-shaping-the-digital-landscape-in-2025-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-how-to-choose-the-right-wms-for-your-business {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/how-to-choose-the-right-wms-for-your-business-in-2025-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg-top-dm-dominate-2025 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/top-10-digital-marketing-trends-that-will-dominate-in-2025-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.seven-signs-blog-img {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/seven-signs-your-business-needs-an-erp-system-asap-outside.png');
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.inventory-challenges-that-ims-software-img {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/5-inventory-challenges-that-ims-software-solves-instantly-outside.png');
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.mistakes-to-avoid-when-building-a-mobile-app-img {
    background-image: url('https://cdnwe1.ltex.in/assets/img/blog/11-mistakes-to-avoid-when-building-a-mobile-app-outside.png');
}

a.menu-post {
    margin-right: 15px !important;
}

a.menu-post:hover {
   color:#ff4900!important;
}
.blog-details-area h1.we1-blog-head{
    font-size:34px;
    font-weight:600;
}
.blog-details-area h2.weone-h2 {
    font-size: 28px;
    font-weight: 600 !important;
}
.blog-details-area ul {
padding-left:30px;
}
.blog-details-area ul li{
    list-style-type:disc;
    padding-top:10px;
 }
.blog-details-area ul li > h5 {
    font-weight:600;
}
.banner-area.banner-item-bg-1 {
    background-image: url('https://cdnwe1.ltex.in/assets/img/banner-img/home-one/bg.png');
}
aside.widget-area{
    position:sticky;
    top:0px;
}

.crm-vs-erp-ul-li{
    margin-top:-15px;
}
crm-vs-erp-ul-li-diff {
    margin-top: -10px;
}
.crm-vs-erp-list-inline{
    display:flex;
    justify-content:space-between
}
h3 span.products-grey {
    color: RGBA(33,37,41,var(--bs-bg-opacity,1)) !important;
}
ul.list-inline-web-host-blog{
    display:flex;
    justify-content:space-between;
}

