/*****common*************/
.img-wrap-common {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

/*****common*************/


.banner-sec {
    max-width: 935px;
    margin: 0 auto 50px;
    padding-bottom: 0;
    position: relative;
}

.banner-sec .keen-slider .keen-slider__slide {
    display: flex;
    padding: 0 15px;
}

.banner-sec .keen-slider .keen-slider__slide div:last-child {
    margin-left: -200px !important;
    z-index: 0;
}

.banner-sec .keen-slider .keen-slider__slide img {
    border-radius: 100%;
}

.banner-sec .keen-slider .keen-slider__slide>div {
    border-radius: 100%;
    position: relative;
    transition: all 1.5s linear;
    transition: all 1s ease-in;
    transition: all 1.5s cubic-bezier(0, 0.2, 0.5, 0.8, 1);
    transition: all 1s linear;
}

.banner-sec .keen-slider .keen-slider__slide>div:first-child {
    background: #ED1C29;
    background-color: rgba(154, 22, 30, 1);
    z-index: 2;
}

.banner-sec .keen-slider .keen-slider__slide>div:first-child img {
    opacity: 0.3;
}

.banner-sec .keen-slider .keen-slider__slide div:last-child img {
    opacity: 1;
    opacity: 0.7;
}

.banner-sec .keen-slider .keen-slider__slide>div:last-child {
    z-index: 1;
}

.banner-sec .banner_content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding-left: 60px;
    z-index: 2;
}

.banner-sec .banner_content::before,
.banner-sec .banner_content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 160px;
    width: 100%;
}

.banner-sec .banner_content::after {
    top: auto;
    bottom: 100%;
}

.banner-sec .banner_content .wrap_text {
    display: inline-block;
    vertical-align: top;
}

.banner-sec .banner_content h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 88px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 32px;
    display: inline-block;
    vertical-align: top;
    line-height: 110%;
}

.banner_content .title_sub,
.banner_content .banner_title_top {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-align: right;
    padding-right: 40px;
    margin: 10px 0 0;
}

.banner_content .banner_title_top {
    text-align: left;
    margin: 0 0 10px;
}

.banner-sec .banner_content h2>div:last-child {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    letter-spacing: 20px;
    padding-left: 160px;
}

.banner-home {
    padding: 0 15px;
    position: relative;
}

.why-with-sec {
    padding: 200px 0;
    position: relative;
}

.why-with-sec .wrap-about {
    position: relative;
}

/*.why-with-sec .wrap-about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 560px;
    background: url("../images/video-bg1.png") no-repeat;
}*/
.video_backimag {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 560px;
    background: url(../images/video-bg1.png) no-repeat;
    top: 60px;
    width: 100%;
    height: 625px;
    background-size: auto 100%;
}

.why-with-sec .wrap-about::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 107px;
    height: 106px;
    background: url("../images/dot-img.png") no-repeat;
}

html .video-sec {
    position: relative;
    max-width: 690px;
    height: 505px;
    -webkit-animation: swing ease-in-out 1s infinite alternate;
    animation: swing ease-in-out 1s infinite alternate;
    transition-delay: 1s !important;
}

@keyframes swing {
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(-15px, 15px);
    }
}

html .video-sec>div {
    width: 100%;
    height: 100%;
}

html .video-sec a.why_video_btn,
html span.vid_bttn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 88px !important;
    height: 90px !important;
    background: url("../images/sprite.png") no-repeat -2px -101px;
    font-size: 0;
    margin: auto;
    cursor: pointer;
}

html .video-sec a.why_video_btn:hover,
span.vid_bttn:hover {
    opacity: 0.7;
}

.why-content {
    position: relative;
    margin: -85px 0 0;
    padding-left: 180px;
}

.why-content h2 {
    font-size: 60px;
    color: #EB1A27;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 20px;
    margin: 0;
    position: absolute;
    top: -210px;
    left: 450px;
    font-weight: 800;
}

.why-content>div {
    max-width: 780px;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 2px;
    height: auto;
}

html .main-btn,
.contact_from_wrap form input[type="submit"] {
    height: 64px;
    line-height: 64px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    position: relative;
}

.about-buttton a {
    margin: 40px 0 0 170px;
    position: relative;
    height: 104px;
    line-height: 104px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
}

.pre-vendor-sec {
    position: relative;
    padding: 100px 0 200px;
}

.pre-vendor-sec .main-title {
    max-width: 1030px;
    text-align: center;
}

.vendor-wrap>div {
    max-width: 845px;
    margin: 70px 0 90px;
    padding-left: 245px;
    font-size: 18px;
    color: #060606;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
}

.vendor-content {
    font-size: 18px;
    color: #060606;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 300;
    /*text-shadow: 0 0 BLACK;*/
}

.vendor_line {
    position: absolute;
    left: 0;
    top: 10px;
    width: 214px;
    height: 1px;
    background: #000000;
}

.vendor-buttton.main-btn {
    margin-top: 55px;
}

.vendor-logos {
    padding: 0 80px;
}

.vendor-logos ul {
    display: flex;
}

.vendor-logos li {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 10px rgba(143, 136, 136, 0.25);
    padding: 18px 18px 10px;
    border-radius: 10px;
    margin-right: 15px;
    background: #fff;
}

.vendor-logos li h4 {
    font-size: 12px;
    color: rgba(0, 0, 0, .56);
    font-weight: 500;
    margin: 0 0 15px;
}

.vendor-logos li:first-child>h4 {
    margin: 0 0 23px;
}

.trustedCustomers {
    padding: 100px 0 100px;
    position: relative;
    /*overflow-x: hidden;*/
}

.trustedCustomers>div>h4 {
    max-width: 810px;
    margin: 0 auto;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 18px;
    color: #484848;
    padding: 140px 0;
    position: relative;
    text-align: center;
}

.trustedCustomers>div>h4 .red_title {
    font-weight: 800;
    letter-spacing: 8px;
}

.trustedCustomers .vendor_line {
    top: auto;
    bottom: 150px;
    width: 329px;
    left: -330px;
}

.trustedCustomers>.navigation-wrapper {
    max-width: 1050px;
    margin: 0 0 0 auto;
    padding: 55px 25px 55px 0;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, color-stop(1%, rgba(192, 204, 218, 0.11)), color-stop(50%, rgba(192, 204, 218, 0.6)), to(rgba(192, 204, 218, 0.1))) 100% 0 100% 0/2px 0 2px 0 stretch;
    -webkit-border-image: -webkit-linear-gradient(right, rgba(192, 204, 218, 0.11) 1%, rgba(192, 204, 218, 0.6) 50%, rgba(192, 204, 218, 0.1) 100%) 100% 0 100% 0/2px 0 2px 0 stretch;
    border-image: -webkit-gradient(linear, right top, left top, color-stop(1%, rgba(192, 204, 218, 0.11)), color-stop(50%, rgba(192, 204, 218, 0.6)), to(rgba(192, 204, 218, 0.1))) 100% 0 100% 0/2px 0 2px 0 stretch;
    border-image: linear-gradient(to left, rgba(192, 204, 218, 0.11) 1%, rgba(192, 204, 218, 0.6) 50%, rgba(192, 204, 218, 0.1) 100%) 100% 0 100% 0/2px 0 2px 0 stretch;
}

.trustedCustomers>.navigation-wrapper li.keen-slider__slide {
    max-width: 20% !important;
    min-width: 20% !important;
    text-align: right;
}

.trustedCustomers>.navigation-wrapper .owl-dots {
    display: none;
}

.trustedCustomers>.navigation-wrapper button.slick-arrow {
    display: none !important;
}

.trustedCustomers .slick-list .slick-track {
    display: flex;
    align-items: center;
}

.banner-sec .keen-slider .keen-slider__slide>div {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
}

.banner-sec .keen-slider .keen-slider__slide img {
    border-radius: 100%;
    box-sizing: border-box;
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: auto;
}

.our_solution {
    padding: 400px 0 200px;
    /*overflow-x: hidden;*/
    position: relative;
}

.our_solution .warely_backlogo {
    top: 175px;
    left: 0;
}

.solution_top {
    display: flex;
    margin: 0 -76px 0 auto;
    max-width: 1130px;
}

.solution_top>div {
    width: 33.33%;
    padding: 0 15px;
    position: relative;
    /*height: 550px;*/
    transform: skew(-20deg);
    transform-origin: 100% 50%;
    overflow: hidden;
}

.solution_top>div div div:first-child {
    /* position: static !important; */
    /*transform: skew(-20deg);*/
    width: 100%;
    height: 100%;
    display: block !important;
}

.solution_top>div img {
    object-fit: cover;
    transform: skew(20deg);
    min-width: 620px !important;
    height: 560px;
    margin-left: -160px !important;
    transition: 1s ease-in-out;
    display: block;
}

.pos_top img {
    filter: grayscale(1);
}

.pos_top>div:last-child,
.ecom_top>div:last-child,
.erp_top>div:last-child {
    transform-origin: 0% 50%;
    transform: skew(20deg) translate(-21%, 100%);
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 50px 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    line-height: 34px;
    transition: 1s all;
}

.solution_top>div:hover>div:last-child {
    transform: skew(20deg) translate(0%, 0%);
}

.pos_top>div:last-child::before,
.ecom_top>div:last-child::before,
.erp_top>div:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transform: skew(-20deg);
    z-index: -1;
}

.pos_top:hover>div>div,
.ecom_top:hover>div>div,
.erp_top:hover>div>div {
    background: #9A161E;
}

.pos_top:hover img,
.ecom_top:hover img,
.erp_top:hover img {
    opacity: 0.4;
}


.solution_bottom {
    max-width: 1130px;
    margin: 25px 26px 0 auto;
    display: flex;
}

.solution_bottom>div {
    width: 33.33%;
    padding: 0 15px;
    position: relative;
}

.solution_bottom img {
    height: 128px !important;
    width: 100% !important;
    display: block;
}

.pos_bottom>div:last-child,
.ecom_bottom>div:last-child,
.erp_bottom>div:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 128px;
    font-size: 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 10px;
}

.solution_wrap {
    position: relative;
    z-index: 2;
}

.solution_wrap.mobile-only {
    display: none !important;
}

@media(max-width: 768px) {
    .solution_wrap.desktop-only {
        display: none !important;
    }

    .solution_wrap.mobile-only {
        display: block !important;
    }
}

.our_solution::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 450px;
    background: url("../images/bg3-new.jpg") no-repeat;
    width: 100%;
    height: 440px;
    background-size: cover;
    z-index: 1;
}

.hiring_sec {
    max-width: 960px;
    margin: 0 auto 260px;
    padding: 0 15px;
    position: relative;
    height: 760px;
}

.hiring_sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 760px;
    height: 760px;
    background: url("../images/hiring-background.png") no-repeat;
    margin: auto;
    opacity: 0.3;
}

.wrap_hiring {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hire_top {
    font-size: 68px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    box-shadow: 2px 8px 8px rgb(0 0 0 / 25%);
    letter-spacing: 13px;
    font-weight: 600;
    padding: 60px 140px;
    transform: perspective(200px) rotateX(-4deg);
    position: relative;
    z-index: 2;
}

.hire_bottom {
    font-size: 68px;
    font-weight: 800;
    letter-spacing: 10px;
    background: url("../images/we are hiring2.png") no-repeat;
    display: inline-block;
    vertical-align: top;
    padding: 54px 100px 69px;
    color: #fff;
    float: right;
    margin: -43px 120px 0 0;
    animation: swing2 ease-in-out 1s infinite alternate;
}

@keyframes swing2 {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

.join_btn {
    position: absolute;
    right: 0;
    top: 238px;
    /*transition: 1s all ease-in-out;*/
    animation: zoom ease-in-out 2s infinite alternate;
}

@keyframes zoom {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

html .join_btn a {
    height: 79px;
    border: 1px solid #000000;
    display: inline-block;
    vertical-align: top;
    line-height: 77px;
    font-size: 20px;
    color: #210E0E;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 80px 0 42px;
    border-radius: 20px;
    position: relative;
}

html .join_btn a::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 28px;
    width: 25px;
    height: 21px;
    background: url("../images/sprite.png") no-repeat -4px -42px;
}


.right_whyText,
.right_trustText {
    position: absolute;
    right: 0;
    bottom: 276px;
}

.right_solutionText {
    position: absolute;
    left: 0;
    top: 450px;
    z-index: 2;
}

.right_trustText {
    bottom: 356px;
}

.right_whyText>div,
.right_trustText>div,
.right_solutionText>div {
    transform: rotate(-90deg);
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
}

.right_solutionText>div {
    transform: rotate(-90deg);
}

.right_whyText>div::before,
.right_trustText>div::before,
.right_solutionText>div::before {
    content: "";
    position: absolute;
    right: 118%;
    height: 1px;
    width: 64px;
    background: #000000;
    top: auto;
    bottom: 2px;
}

.right_solutionText>div::before {
    right: 118%;
    top: auto;
    left: auto;
    bottom: 2px;
}

.trustedCustomers>.navigation-wrapper .owl-dots {
    display: none;
}

/*****new changes****************/
.trustedCustomers .slick-list .slick-slide {
    padding: 0 15px;
}

.trustedCustomers .slick-list img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.trustedCustomers>.navigation-wrapper {
    padding: 32px 25px 32px 0;
}

.solution_bottom .img-wrap-common {
    display: block !important;
}

.solution_bottom>div.active>div>div {
    background: #9A161E;
}

.solution_bottom>div.active img {
    opacity: 0.5;
}

.why_video>div,
.why_video>div * {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
}

/*****new changes****************/

/*******main-style-changes*******************/
.solution_bottom>div>div>div {
    transition: 1s ease-in-out;
}

ul.testi_lists li>div:first-child {
    display: flex;
    width: 100%;
    height: 100%;
}

ul.testi_lists .testi_left img,
ul.testi_lists .testi_right img {
    width: 100% !important;
    height: 576px !important;
}

.posts_home ul.post_lists .slick-track .slick-slide {
    padding: 0 11px;
}

ul.post_lists .slick-list {
    margin: 0 -11px;
}

/*******main-style-changes*******************/
span.banner_title_top,
.banner-sec .banner_content h2>div:first-child {
    /*transform: translateX(-100%) !important;*/
    transition: 0.5s all;
    /*transform: translateX(0) !important;*/
    animation: bnnrtext1 2s ease-in-out;
    /*animation-delay: 2s;*/
    transition-delay: 2s;
}

span.title_sub,
.banner-sec .banner_content h2>div:last-child {
    /*transform: translateX(100%) !important;*/
    transition: 0.5s all;
    /*transform: translateX(0) !important;*/
    animation: bnnrtext2 2s ease-in-out;
    /*animation-delay: 2s;*/
    transition-delay: 2s;
}

@keyframes bnnrtext1 {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes bnnrtext2 {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0);
    }
}

/*16-9-2021*/
body .testimonial_sec .vid_bttn {
    display: none;
}

body .testi_content {
    left: 50%;
}

body .solution_wrap div.pos_sec:hover .pos_top>div:last-child,
body .solution_wrap div.ecom_sec:hover .ecom_top>div:last-child,
body .solution_wrap div.erp_sec:hover .erp_top>div:last-child {
    transform: skew(20deg) translate(0%, 0%);
}

body .solution_wrap div.pos_sec:hover .pos_bottom .img-wrap-common,
body .solution_wrap div.ecom_sec:hover .ecom_bottom .img-wrap-common,
body .solution_wrap div.erp_sec:hover .erp_bottom .img-wrap-common {
    background: #9A161E;
}

body .solution_wrap div.pos_sec:hover .pos_bottom img,
body .solution_wrap div.ecom_sec:hover .ecom_bottom img,
body .solution_wrap div.erp_sec:hover .erp_bottom img {
    opacity: 0.5;
}

body .solution_wrap div.pos_sec:hover .pos_top .img-wrap-common,
body .solution_wrap div.ecom_sec:hover .ecom_top .img-wrap-common,
body .solution_wrap div.erp_sec:hover .erp_top .img-wrap-common {
    background: #9A161E;
}

body .solution_wrap div.pos_sec:hover .pos_top .img-wrap-common img,
body .solution_wrap div.ecom_sec:hover .ecom_top .img-wrap-common img,
body .solution_wrap div.erp_sec:hover .erp_top .img-wrap-common img {
    opacity: 0.4;
}

/*.solution_wrap .slick-slider div.slick-current .pos_sec*/

/*16-9-2021*/
/*********************responsive**********************************************/
@media (min-width: 1920px) and (max-width: 3000px) {
    .solution_wrap {
        max-width: 1190px;
        margin: 0 auto;
    }

    .solution_top {
        margin: 0 -80px auto auto;
        max-width: 1170px;
    }

    .solution_bottom {
        max-width: 1170px;
        margin: 25px 24px 0 auto;
    }

    .right_whyText,
    .right_trustText {
        right: 30px;
        bottom: 306px;
    }

    .right_trustText {
        bottom: 436px;
    }

    .banner-sec {
        max-width: 1095px;
    }

    .why-with-sec .wrap-about::before,
    .video_backimag {
        top: 60px;
        width: 100%;
        height: 625px;
        background-size: auto 100%;
    }

    .pre-vendor-sec .main-title {
        max-width: 1030px;
        margin: 0 0 0 80px;
    }

    .vendor-wrap>div {
        max-width: 965px;
        padding-left: 405px;
    }

    .vendor-wrap>div {
        max-width: 835px;
        padding-left: 275px;
    }

    .vendor_line {
        width: 245px;
    }

    .trustedCustomers .vendor_line {
        display: none;
    }

    .trustedCustomers>.navigation-wrapper {
        max-width: 1340px;
        margin: 30px auto 0;
        padding: 45px 60px 45px 60px;
    }

    .trustedCustomers>div>h4 {
        max-width: 650px;
        font-size: 45px;
        letter-spacing: 10px;
        padding: 145px 0;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .our_solution {
        padding: 250px 0 200px;
    }

    .our_solution::before {
        top: 310px;
    }

    .our_solution::after {
        top: 100px;
    }

    .right_solutionText {
        top: 310px;
    }

    .solution_top {
        margin: 0 -95px 0 auto;
        max-width: 890px;
    }

    .solution_top>div,
    .solution_bottom>div {
        padding: 0 10px;
    }

    .solution_bottom {
        max-width: 890px;
        margin: 20px 6px 0 auto;
    }

    .pos_top>div:last-child,
    .ecom_top>div:last-child,
    .erp_top>div:last-child {
        -webkit-transform: skew(20deg) translate(-25%, 100%);
        transform: skew(20deg) translate(-25%, 100%);
        left: 10px;
        right: 10px;
        padding: 30px 15px 30px 30px;
    }

    .hiring_sec {
        max-width: 840px;
    }

    .hire_top {
        padding: 60px 70px;
    }

    .trustedCustomers .slick-list img {
        padding: 0 10px !important;
    }

    .banner-sec {
        max-width: 785px;
    }

    .banner-sec .banner_content h2 {
        font-size: 78px;
    }

    .why-content {
        padding-left: 120px;
        max-width: 790px;
    }

    .why-with-sec .wrap-about::before,
    .video_backimag {
        top: 130px;
        height: 480px;
        background-size: 870px;
    }

    .why-content h2 {
        width: 430px;
    }

    .about-buttton a {
        margin: 40px 0 0 120px;
    }

    .trustedCustomers>div>h4 {
        max-width: 590px;
    }

    .trustedCustomers>.navigation-wrapper {
        max-width: 740px;
    }

    .trustedCustomers>.navigation-wrapper li.keen-slider__slide {
        padding: 0 15px;
    }

    .trustedCustomers::before {
        width: 160px;
    }

    .trustedCustomers .slick-list img {
        padding: 0 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .our_solution {
        padding: 200px 0 150px;
    }

    .our_solution::before {
        top: 250px;
        height: 310px;
    }

    .our_solution .warely_backlogo {
        top: 110px;
    }

    .right_solutionText {
        left: -30px;
        top: 260px;
    }

    .solution_top {
        margin: 0 -50px 0 auto;
        max-width: 650px;
    }

    .solution_top>div,
    .solution_bottom>div {
        padding: 0 7px;
    }

    .solution_bottom {
        max-width: 650px;
        margin: 14px 23px 0 auto;
    }

    .pos_top>div:last-child,
    .ecom_top>div:last-child,
    .erp_top>div:last-child {
        -webkit-transform: skew(20deg) translate(-29%, 100%);
        transform: skew(20deg) translate(-29%, 100%);
        left: 10px;
        right: 10px;
        padding: 20px 15px 20px 30px;
        font-size: 13px;
        line-height: 23px;
    }

    .solution_bottom img {
        height: 100px !important;
        width: 100% !important;
    }

    .pos_bottom>div:last-child,
    .ecom_bottom>div:last-child,
    .erp_bottom>div:last-child {
        line-height: 100px;
        font-size: 20px;
    }

    .solution_top>div img {
        height: 400px;
    }

    .hiring_sec {
        max-width: 690px;
        height: 600px;
        margin-bottom: 150px;
    }

    .hiring_sec::before {
        width: 600px;
        height: 600px;
        background-size: 600px;
    }

    .hire_top {
        padding: 40px 30px;
        font-size: 50px;
        margin-left: 20px;
    }

    .hire_bottom {
        font-size: 50px;
        padding: 35px 50px 40px;
        margin: -43px 70px 0 0;
    }

    .join_btn {
        position: absolute;
        right: 15px;
        top: 177px;
    }

    .join_btn a {
        padding: 0 70px 0 32px;
    }

    .right_whyText,
    .right_trustText {
        bottom: 226px;
    }

    .right_trustText {
        bottom: 266px;
    }

    .banner-sec {
        max-width: 585px;
    }

    .site-logo {
        padding: 40px 20px 40px;
    }

    .banner-sec .banner_content h2 {
        font-size: 61px;
        letter-spacing: 25px;
    }

    .banner-sec .banner_content h2 div {
        padding-left: 0px;
    }

    .banner-sec .banner_content h2>div:last-child {
        letter-spacing: 10px;
        padding-left: 120px;
    }

    .why-with-sec {
        padding: 100px 0;
    }

    html .video-sec {
        max-width: 550px;
        height: 435px;
    }

    .why-with-sec .wrap-about::before,
    .video_backimag {
        height: 450px;
        top: 105px;
        background-size: 670px 100%;
    }

    .why-content {
        padding-left: 120px;
        width: 598px;
    }

    .why-content>div {
        max-width: 555px;
        font-size: 16px;
        line-height: 38px;
    }

    .why-content h2 {
        font-size: 50px;
        letter-spacing: 15px;
        top: -200px;
        left: 340px;
        width: 339px;
    }

    .about-buttton a {
        margin: 40px 0 0 120px;
    }

    .pre-vendor-sec {
        padding: 50px 0 100px;
    }

    html .main-title {
        font-size: 50px;
        letter-spacing: 14px;
    }

    .pre-vendor-sec::before,
    .trustedCustomers::before {
        width: 190px;
        height: 500px;
        background-size: 500px;
    }

    .vendor-wrap>div {
        margin: 50px 0 40px;
    }

    .trustedCustomers {
        padding: 50px 0 50px;
    }

    .trustedCustomers>div>h4 {
        max-width: 520px;
        padding: 100px 20px 50px;
    }

    .trustedCustomers>.navigation-wrapper {
        max-width: 610px;
        padding: 35px 15px 35px 0;
    }

    .trustedCustomers>.navigation-wrapper li.keen-slider__slide {
        padding: 0 15px;
    }

    .trustedCustomers::before {
        width: 110px;
        background-size: 500px;
        height: 500px;
    }

    .vendor-logos {
        padding: 0 20px;
    }

    .trustedCustomers .slick-list img {
        padding: 0 10px !important;
    }

}

@media (max-width: 767px) {
    .right_contBtn {
        right: -27px;
        top: 125px;
    }

    .right_contBtn a {
        font-size: 12px;
        padding: 5px 10px;
    }

    .right_whyText,
    .right_trustText {
        right: -20px;
        bottom: 106px;
        display: none;
    }

    .right_trustText {
        bottom: 116px;
    }

    .right_solutionText {
        left: -49px;
        top: 140px;
    }

    .right_whyText>div,
    .right_trustText>div,
    .right_solutionText>div {
        font-size: 12px;
    }

    .our_solution {
        padding: 100px 0 60px;
    }

    .our_solution::before {
        top: 150px;
        height: 290px;
    }

    .our_solution .warely_backlogo {
        top: 43px;
        left: 0;
    }

    .solution_top {
        margin: 0 -26px 0 auto;
        max-width: 95%;
    }

    .solution_top>div {
        padding: 0 5px;
    }

    .solution_top>div img {
        height: 230px;
        margin-left: -160px !important;
    }

    .pos_top>div:last-child,
    .ecom_top>div:last-child,
    .erp_top>div:last-child {
        padding: 30px 35px 30px 45px;
    }

    .solution_bottom {
        max-width: 95%;
        margin: 10px 16px 0 auto;
    }

    .solution_bottom>div {
        padding: 0 5px;
    }

    .solution_bottom img {
        height: 50px !important;
    }

    .pos_bottom>div:last-child,
    .ecom_bottom>div:last-child,
    .erp_bottom>div:last-child {
        line-height: 80px;
        font-size: 19px;
        letter-spacing: 7px;
    }

    .hiring_sec {
        max-width: 100%;
        padding: 0 15px;
        height: 320px;
        margin: 50px auto 220px;
    }

    .hiring_sec::before {
        width: 320px;
        height: 320px;
        background-size: 320px;
    }

    .hire_top {
        font-size: 28px;
        letter-spacing: 9px;
        padding: 20px 10px;
        margin-left: 15px;
    }

    .hire_bottom {
        font-size: 30px;
        padding: 18px 20px 18px;
        margin: -13px 30px 0 0;
    }

    html .join_btn {
        right: 0;
        top: auto;
        position: absolute;
        bottom: -85.9px;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }

    html .join_btn a {
        height: 52px;
        line-height: 52px;
        font-size: 14px;
        padding: 0 54px 0 12px;
        border-radius: 10px;
    }

    html .join_btn a::before {
        right: 17px;
        top: 17px;
        width: 22px;
        height: 21px;
        background: url("../images/sprite.png") no-repeat -1px -30px;
        background-size: 300px;
    }

    .trustedCustomers .slick-list img {
        padding: 0 10px !important;
    }

    .site-logo a {
        margin-left: 0;
    }

    .site-logo {
        text-align: left;
        padding: 15px 15px 9px;
        position: fixed;
        top: 0;
        z-index: 99;
        background: #fff;
        width: calc(100% - 100px);
    }

    .banner-home {
        padding: 60px 15px 0;
    }

    .banner-sec {
        margin: 0 auto 30px;
    }

    .banner-sec .keen-slider .keen-slider__slide div:last-child {
        margin-left: -80px !important;
    }

    .banner-sec .banner_content {
        left: 0;
        padding-left: 30px;
    }

    .banner_content .title_sub,
    .banner_content .banner_title_top {
        font-size: 12px;
        padding-right: 20px;
        margin: 5px 0 0;
    }

    .banner_content .banner_title_top {
        margin: 0 0 5px;
    }

    .banner-sec .banner_content h2 {
        font-size: 38px;
        letter-spacing: 12px;
    }

    .banner-sec .banner_content h2 div {
        padding-left: 0;
        letter-spacing: 8px;
    }

    .banner-sec .banner_content h2>div:last-child {
        letter-spacing: 4px;
        padding-left: 20px;
    }

    .why-with-sec {
        padding: 60px 0;
    }

    html .video-sec {
        max-width: 95%;
        height: 285px;
    }

    .why-content {
        margin: -80px 0 0;
        padding: 0 15px;
    }

    .why-content h2 {
        font-size: 30px;
        letter-spacing: 10px;
        position: static;
        text-align: center;
        padding: 10px 0 0;
    }

    .why-content>div {
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .why-with-sec .wrap-about::before,
    .video_backimag {
        top: 60px;
        width: 100%;
        height: 340px;
        background-size: 370px 100%;
    }

    .about-buttton a {
        margin: 40px 0 0 120px;
        height: 75px;
        line-height: 76px;
        padding: 0 30px;
    }

    .why-with-sec .wrap-about::after {
        bottom: -34px;
        background-size: 90px;
    }

    .vendor-wrap>div {
        margin: 40px 0 40px;
        padding-left: 100px;
        line-height: 25px;
    }

    .vendor-content {
        font-size: 13px;
        line-height: 28px;
        padding-right: 20px;
    }

    .vendor_line {
        width: 87px;
    }

    .vendor-logos {
        padding: 0 15px;
    }

    .vendor-logos li {
        padding: 8px 8px 5px;
        margin-right: 10px;
    }

    .pre-vendor-sec {
        padding: 100px 0 60px;
    }

    .trustedCustomers {
        padding: 0px 0 60px;
    }

    .trustedCustomers>div>h4 {
        max-width: 322px;
        font-size: 30px;
        letter-spacing: 12px;
        padding: 60px 15px;
    }

    .trustedCustomers>.navigation-wrapper {
        max-width: 90%;
        padding: 30px 15px 30px 0;
    }

    .trustedCustomers .vendor_line {
        display: none;
    }

    .trustedCustomers .slick-list img {
        padding: 0 10px !important;
    }

    .vendor-logos li h4 {
        margin: 0 0 8px;
    }

    .vendor-logos li:first-child>h4 {
        margin: 0 0 15px;
    }

    ul.post_lists .slick-list {
        margin: 0 -11px;
        max-width: 375px;
        margin: 0 auto;
    }

    .pos_top>div:last-child,
    .ecom_top>div:last-child,
    .erp_top>div:last-child {
        transform: skew(30deg) translate(-21%, 100%);
    }

    .pos_top>div:last-child::before,
    .ecom_top>div:last-child::before,
    .erp_top>div:last-child::before {
        transform: skew(-30deg);
    }

    /*16-9-2021*/
    body .solution_wrap div.pos_sec:hover .pos_top>div:last-child,
    body .solution_wrap div.ecom_sec:hover .ecom_top>div:last-child,
    body .solution_wrap div.erp_sec:hover .erp_top>div:last-child {
        transform: skew(30deg) translate(0%, 0%);
    }

    body .testi_content {
        left: 10px;
    }

    /*16-9-2021*/
    /*20-9-2021*/
    body .vendor-buttton {
        text-align: left;
    }

    body .solution_wrap button.slick-arrow {
        background: #A51A1A;
    }

    body .solution_wrap .slick-prev.slick-disabled:before,
    body .solution_wrap .slick-next.slick-disabled:before {
        opacity: 1;
    }

    body .solution_wrap button.slick-arrow:hover {
        background: #000000;
    }

    /*20-9-2021*/
    /*22-9-2021*/
    body .solution_wrap div.pos_sec:hover .pos_top>div:last-child,
    body .solution_wrap div.ecom_sec:hover .ecom_top>div:last-child,
    body .solution_wrap div.erp_sec:hover .erp_top>div:last-child {
        transform: skew(30deg) translate(-21%, 100%);
        pointer-events: none;
    }

    body .solution_wrap div.pos_sec:hover .pos_bottom .img-wrap-common,
    body .solution_wrap div.ecom_sec:hover .ecom_bottom .img-wrap-common,
    body .solution_wrap div.erp_sec:hover .erp_bottom .img-wrap-common {
        background: unset;
        pointer-events: none;
    }

    body .solution_wrap div.pos_sec:hover .pos_bottom img,
    body .solution_wrap div.ecom_sec:hover .ecom_bottom img,
    body .solution_wrap div.erp_sec:hover .erp_bottom img {
        opacity: unset;
        pointer-events: none;
    }

    body .solution_wrap div.pos_sec:hover .pos_top .img-wrap-common,
    body .solution_wrap div.ecom_sec:hover .ecom_top .img-wrap-common,
    body .solution_wrap div.erp_sec:hover .erp_top .img-wrap-common {
        background: unset;
        pointer-events: none;
    }

    body .solution_wrap div.pos_sec:hover .pos_top .img-wrap-common img,
    body .solution_wrap div.ecom_sec:hover .ecom_top .img-wrap-common img,
    body .solution_wrap div.erp_sec:hover .erp_top .img-wrap-common img {
        opacity: unset;
        pointer-events: none;
    }

    /*active css*/
    body .testimonial_sec .vid_bttn {
        display: none;
    }

    /*body .testi_content {
    left: 50%;
}*/
    body .solution_wrap .slick-slider div div.pos_sec .pos_top>div:last-child,
    body .solution_wrap .slick-slider div div.ecom_sec .ecom_top>div:last-child,
    body .solution_wrap .slick-slider div div.erp_sec .erp_top>div:last-child {
        opacity: 0;
    }

    body .solution_wrap .slick-slider div.slick-current div.pos_sec .pos_top>div:last-child,
    body .solution_wrap .slick-slider div.slick-current div.ecom_sec .ecom_top>div:last-child,
    body .solution_wrap .slick-slider div.slick-current div.erp_sec .erp_top>div:last-child {
        transform: skew(20deg) translate(0%, 0%);
        opacity: 1;
    }

    body .solution_wrap .slick-slider div.slick-current div.pos_sec .pos_bottom .img-wrap-common,
    body .solution_wrap .slick-slider div.slick-current div.ecom_sec .ecom_bottom .img-wrap-common,
    body .solution_wrap .slick-slider div.slick-current div.erp_sec .erp_bottom .img-wrap-common {
        background: #9A161E;
    }

    body .solution_wrap .slick-slider div.slick-current div.pos_sec .pos_bottom img,
    body .solution_wrap .slick-slider div.slick-current div.ecom_sec .ecom_bottom img,
    body .solution_wrap .slick-slider div.slick-current div.erp_sec .erp_bottom img {
        opacity: 0.5;
    }

    body .solution_wrap .slick-slider div.slick-current div.pos_sec .pos_top .img-wrap-common,
    body .solution_wrap .slick-slider div.slick-current div.ecom_sec .ecom_top .img-wrap-common,
    body .solution_wrap .slick-slider div.slick-current div.erp_sec .erp_top .img-wrap-common {
        background: #9A161E;
    }

    body .solution_wrap .slick-slider div.slick-current div.pos_sec .pos_top .img-wrap-common img,
    body .solution_wrap .slick-slider div.slick-current div.ecom_sec .ecom_top .img-wrap-common img,
    body .solution_wrap .slick-slider div.slick-current div.erp_sec .erp_top .img-wrap-common img {
        opacity: 0.4;
    }

    body .solution_wrap .slick-slider div.slick-current div.pos_top>div:last-child::before,
    body .solution_wrap .slick-slider div.slick-current div.ecom_top>div:last-child::before,
    body .solution_wrap .slick-slider div.slick-current div.erp_top>div:last-child::before {
        transform: skew(-20deg);
    }


    /*.
/*active css*/
    /*22-9-2021*/
    /*.solution_wrap .slick-slider div.slick-current .pos_sec*/
}


@media (min-width: 480px) and (max-width: 767px) {
    .solution_top>div img {
        height: 310px;
    }

    .solution_bottom img {
        height: 70px !important;
    }

    .pos_bottom>div:last-child,
    .ecom_bottom>div:last-child,
    .erp_bottom>div:last-child {
        line-height: 70px;
        font-size: 15px;
        letter-spacing: 7px;
    }

    .solution_bottom {
        max-width: 95%;
        margin: 10px 29px 0 auto;
    }

    .pos_top>div:last-child,
    .ecom_top>div:last-child,
    .erp_top>div:last-child {
        padding: 10px 0px 10px 25px;
        font-size: 13px;
        line-height: 24px;
    }

    .hiring_sec {
        max-width: 450px;
        height: 430px;
    }

    .hiring_sec::before {
        width: 430px;
        height: 430px;
        background-size: 430px;
    }

    .hire_top {
        font-size: 40px;
        padding: 20px 30px;
        margin-left: 0;
    }

    .hire_bottom {
        font-size: 40px;
        padding: 22px 30px 22px;
        margin: -13px 30px 0 0;
    }

    .join_btn {
        right: -13px;
        top: 140px;
    }

    /*.posts_home h2 {
        font-size: 19px;
        text-align: center;
    }*/
    .our_solution {
        padding: 150px 0 60px;
    }

    .our_solution .warely_backlogo {
        top: 60px;
    }

    .our_solution::before {
        top: 190px;
        height: 230px;
    }
}



/*****font-family*

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;

**/