@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.slider-section {
    /* margin-top: 154px; */
    /* margin-top: 120px; */
    /* margin-top: var(--top-margin); */
    padding-bottom: 60px;
    background-color: #fff;
    background-image: url(../../images/banners/slider-bg.jpg);
    background-size: cover;
}
@media only screen and (min-width: 992px) {
    .hero-content {
        min-height: calc(100vh - 70px) !important;
    }
}
@media only screen and (max-width: 768px) {
    .slider-section {
        padding-top: var(--top-margin);
    }
}
.hero-content {
    padding: 30px 0;
    /* min-height: calc(100vh - 154px); */
    /* min-height: 750px; */
    /* padding-top: 82px; */
    min-height: 670px;
    display: inline-flex;
    flex-flow: column;
    /* justify-content: center; */
    align-items: flex-start;
}

.hero-img {
    margin: 15px auto;
}

.slider-section .video-container {
    max-width: 100%;
    position: relative;
    mask: url('../../images/banners/hero-mask-2.png');
    -webkit-mask: url('../../images/banners/hero-mask-2.png');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}
.slider-section .video-column {
    position: relative;
}
/* .slider-section .video-column:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url('../../images/banners/shapes.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 9;
    opacity: 0.2;
    animation-name: spin;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} */

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.slider-section .video-container video {
    max-width: 100%;
    object-fit: cover;
    height: 400px;
    /* position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%); */
}
.hero-title {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 47px;
    /* color: #222; */
    color: #262323;
    font-display: swap;
    margin-bottom: 15px;
    display: inline-block;
}


.hero-text {
    /* color: #fff; */
    color: #707070;
    font-size: 18px;
    /* text-align: justify; */
    padding-right: 300px;
    margin-bottom: 30px;
    display: inline-block;
    /* mix-blend-mode: screen; */
    /* text-shadow: 1px 1px 0 #333,
        -1px -1px 0 #333,
        1px -1px 0 #333,
        -1px 1px 0 #333,
        2px 2px 5px rgba(0,0,0,0.65); */
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 24px;
        line-height: 32px;
    }

    .hero-text {
        padding: 0 !important;
    }
}
.hero-btn {
    color: #fff;
    background-color: var(--theme-color);
    padding: 8px 30px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    transition: all 0.4s;
}
.hero-btn:hover {
    /* color: var(--theme-color);
    background-color: #fff; */
    color: #ffffff;
    background-color: #ec5f5f;
}

.highlight-section {
    background-color: #FCFCFC;
}

.highlight-item-wrap {
    /* margin-bottom: 30px; */
    padding: 45px 20px;
    background: #F0F8FE;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #95989A;
    /* max-width: 180px;
    margin: 0 auto; */
}
.highlight-item-wrap img {
    max-width: 90px;
    width: 100%;
    margin-bottom: 20px;
}
.highlight-item-text {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}
.features-section {
    background-color: #fcfcfc;
}

.feature-wrap {
    display: flex;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 9px 16px 0px rgb(124 124 173 / 23%);
    border-radius: 30px;
    margin-top: -75px;
    padding: 15px 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.feature-item {
    display: inline-flex;
    flex-flow: column;
    /* justify-content: center; */
    align-items: center;
    margin: 10px 2px;
    cursor: pointer;
    flex-shrink: 0;
    max-width: 150px;
    width: calc(12.5% - 4px);
    /* margin-bottom: 20px; */
}
.feature-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.feature-item span {
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #818181;
    position: relative;
}

.feature-item:hover span {
    color: #6069c4;
}
.feature-item.active span {
    color: #E35E7A;
}
/* .feature-item.active span:after {
    position: absolute;
    content: '';
    height: 6px;
    background-color: var(--theme-color);
    width: 70px;
    left: 5px;
    bottom: -10px;
    border-radius: 15px;
} */
.feature-content-icon {
    width: 48px;
    margin-bottom: 15px;
}
.features-section .tab-content .tab-pane{
    align-items: center;
}
.features-section .tab-content .tab-pane h3 {
    color: #474747;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
}
.features-section .tab-content .tab-pane p {
    color: #555;
    font-weight: 400;
}
.features-section .tab-content .tab-pane ul {
    padding: 0;
}
.features-section .tab-content .tab-pane ul li i {
    color: var(--theme-color);
    font-weight: 600;
    margin-right: 5px;
}
.features-section .tab-content>.active {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .slider-section {
        padding-bottom: 60px;
    }
}
@media(max-width: 991px) {

    .hero-content {
        min-height: auto;
    }

    #feature-wrap {
        display: none;
    }
    .features-section .tab-content {
        padding-top: 60px;
    }
    .features-section .tab-content .tab-pane {
        margin-bottom: 60px;
        display: flex;
        opacity: 1;
    }
}
.demo-banner-section {
    color: #fff;
    background-color: var(--theme-color);
}
.demo-banner-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}
.demo-banner-text {
    font-size: 18px;
    margin-bottom: 40px;
}
.demo-banner-btn {
    font-size: 18px;
    background-color: #fff;
    color: var(--theme-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 36px;
    border-radius: 50px;
}
.demo-banner-btn.red {
    color: #fff;
    background-color: #EC5F5F;
}
.press-section {
    background-color: #EAEAF5;
}
.press-carousal {
    width: 80% !important;
}
.press-carousal,
.blog-carousal {
    position: relative;
    margin-top: 30px;
    padding: 0 5%;
    margin: 20px auto;
}
.press-carousal a {
    color: #3E3C97;
    font-weight: 600;
}
.blog-item,
.press-item {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
}
.press-item {
    padding: 5px;
}
.blog-item {
    padding: 0px;
}
.press-title {
    margin: 5px 20px;
    font-size: 24px;
    display: block;
    display: -webkit-box;
    /* max-width: 100%; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
}
.press-date {
    color: #818181;
    font-size: 14px;
    padding: 5px 20px;
}
.press-logo {
    background: #EEEEEE;
    padding: 10px 0;
}

.case-studies-section {
    background-color: #FCFCFC;
}


.stats {
    width: 100%;
    position: relative;
}



.about-section p.content {
    max-width: 530px;
    font-size: 16px;
}

.client-image img {
    /* max-width: 120px !important; */
    margin: 0 auto;
}

.stats ul {
    width: calc(50% - 30px);
    max-width: 294px;
    display: block;
    margin: 0 15px;
    padding: 0;
    float: left;
}

.stats ul:last-child {
    margin-top: 120px;
}

@media (max-width: 375px) {
    .stats ul {
        width: calc(50% - 10px);
        margin: 0 5px;
    }
    .stats ul:last-child {
        margin-top: 0px;
    }
}

.stats ul li {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    padding: 22px 20px 20px 30px;
    min-height: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    left: 0;
}

.stats ul li:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    border-radius: 0 0 8px 8px;
    bottom: 0;
    left: 0;
    background: #afafaf;
}

.stats ul li.yellow:before {
    background: var(--yellow);
}

.stats ul li.purple:before {
    background: var(--purple);
}

.stats ul li.sky-blue:before {
    background: var(--sky-blue);
}

.stats ul li.green:before {
    background: var(--green);
}

.stats ul li:after {
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, #f5aa97, #f6795a, #f5aa97);
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.stats ul li:hover:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.stats-block-title {
    color: #4661fc;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-family: 700;
}

.stats-block-number {
    font-size: 56px;
    font-family: 700;
    margin: 10px 0 15px;
}

.stats-block-content {
    font-size: 14px !important;
    line-height: 24px;
}

.about-section {
    background: linear-gradient(to right, #FBEBE7, #E3F3F3);
    background: -o-linear-gradient(to right, #FBEBE7, #E3F3F3);
    background: -moz-linear-gradient(to right, #FBEBE7, #E3F3F3);
    background: -webkit-linear-gradient(to right, #FBEBE7, #E3F3F3);
    background-color: #E3F3F3;
    /* background-color: #fefdfb; */
}


.service-slide {
    width: 100%;
    display: block;
    position: relative;
    min-height: 670px;
    padding-left: 700px;
}

.service-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 775px;
    height: 670px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
}

.service-thumb-img i {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

.service-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    opacity: 0;
    transition: opacity .5s linear;
}

.service-thumb-img img.active {
    opacity: 1;
}

.srvice-slide-sec {
    width: 100%;
    position: relative;
    padding: 40px 0 20px;
}

.srvice-slide-sec .item {
    padding: 25px 15px;
}
@media (max-width: 767px) {
    .service-slide {
        padding: 100px 0 0;
    }
    .service-thumb-img {
        width: 100%;
        height: 250px;
        border-radius: 0;
    }
    .srvice-slide-sec {
        padding: 30px 0 20px;
    }
    .srvice-slide-sec .owl-nav {
        position: static !important;
        width: 100%;
        text-align: center !important;
    }
    .srvice-slide-sec .owl-nav .owl-next, .srvice-slide-sec .owl-nav .owl-prev {
        float: none !important;
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .service-slide {
        padding: 100px 15px 0;
    }
    .srvice-slide-sec {
        padding: 0;
    }
    .service-thumb-img {
        width: 100%;
        height: 380px;
        border-radius: 0;
    }
    .service-thumb-img img {
        object-position: top;
    }

    .srvice-slide-sec {
        padding: 0;
    }
}

@media (min-width: 1280px) and (max-width:1500px) {
    .service-slide {
        padding-left: 400px;
        min-height: inherit
    }

    .service-thumb-img {
        width: 475px;
        height: 610px
    }

    .srvice-slide-sec {
        padding: 30px 0 20px
    }

    .srv-sld-blk {
        padding: 25px;
        min-height: 495px
    }

    .srv-sld-blk h4 {
        font-size: 26px;
        line-height: 32px;
        min-height: 64px
    }

    .srv-sld-blk p {
        font-size: 16px;
        margin: 15px 0 0;
        min-height: 245px;
        line-height: 24px;
        -webkit-line-clamp: 10
    }

    .srv-sld-icn {
        margin-bottom: 20px
    }

    .srv-sld-blk .home-link {
        margin-top: 15px
    }

    .srvice-slide-sec .owl-nav {
        top: -20px
    }

    .srv-sld-blk .service-title {
        font-size: 26px;
        line-height: 30px
    }
}

@media (min-width: 1024px) and (max-width: 1279px){
    .service-slide {
        padding-left: 200px;
        min-height: inherit
    }

    .service-thumb-img {
        width: 300px;
        height: 520px
    }

    .srvice-slide-sec {
        padding: 30px 0 20px
    }

    .srv-sld-blk {
        padding: 25px;
        min-height: 425px
    }

    .srv-sld-blk h4 {
        font-size: 26px;
        line-height: 32px;
        min-height: 64px
    }

    .srv-sld-blk p {
        font-size: 15px;
        margin: 15px 0 0;
        min-height: 160px;
        line-height: 23px
    }

    .srv-sld-icn {
        margin-bottom: 20px
    }

    .srv-sld-blk .home-link {
        margin-top: 15px
    }

    .srvice-slide-sec .owl-nav {
        top: -20px
    }
}
@media (min-width: 1501px) and (max-width: 1800px){
    .service-slide {
        padding-left: 450px;
        min-height: inherit
    }

    .service-thumb-img {
        width: 525px;
        height: 610px
    }

    .srvice-slide-sec {
        padding: 30px 0 20px
    }

    .srv-sld-blk {
        padding: 25px;
        min-height: 495px;
    }
}

.srv-sld-blk {
    width: 100%;
    display: flex;
    padding: 35px;
    min-height: 510px;
    background: var(--white);
    flex-direction: column;
    position: relative;
    border-radius: 8px;
}


.srv-sld-blk {
    width: 100%;
    display: flex;
    padding: 35px;
    min-height: 510px;
    background: var(--white);
    flex-direction: column;
    position: relative;
    border-radius: 8px
}

.srv-sld-blk:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0 0 10px 7px rgba(0,0,0,.03);
    border: 1px solid #eee;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1
}

.service-opacity .srv-sld-blk:hover:before {
    width: calc(100% + 15px);
    height: calc(100% + 15px)
}

.srv-sld-icn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 30px
}

.srv-sld-icn img {
    width: auto!important;
    max-height: 100%;
}

.srv-sld-icn.product-logo {
    width: 150px;
    height: 150px;
}

.srv-clr-green {
    background: #d4ebd7
}

.srv-clr-blue {
    background: #c1e4f7
}

.srv-clr-purple {
    background: #d3caf8
}

.srv-sld-blk .service-title {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-family: var(--font-family-bold);
    min-height: 80px
}

.srv-sld-blk p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--light-grey);
    margin: 20px 0 0;
    min-height: 172px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.srv-sld-blk .home-link {
    margin-top: 35px
}

.service-opacity .srv-sld-blk {
    filter: none;
    opacity: 1
}

.srvice-slide-sec .owl-nav {
    display: block;
    position: absolute;
    top: -50px;
    right: 40px
}

.srvice-slide-sec .owl-nav .owl-next, .srvice-slide-sec .owl-nav .owl-prev {
    width: 77px;
    height: 20px;
    margin: 0 10px;
    text-indent: -9999px;
    float: left;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    cursor: pointer
}

.srvice-slide-sec .owl-nav button {
    outline: none;
}

.srvice-slide-sec .owl-nav .owl-prev {
    background: url(../../images/icons/owl/sld-arw-sm.png) no-repeat center !important;
    filter: brightness(60%);
}

.srvice-slide-sec .owl-nav .owl-next {
    background: url(../../images/icons/owl/sld-arw-sm-rt.png) no-repeat center !important;
    filter: brightness(60%);
}

.srvice-slide-sec .owl-nav .owl-prev:hover {
    background: url(../../images/icons/owl/sld-arw-lg-rt.png) no-repeat center !important;
}

.srvice-slide-sec .owl-nav .owl-next:hover {
    background: url(../../images/icons/owl/sld-arw-lg-lt.png) no-repeat center !important;
    transform: none
}

.service-icon-sprites {
    /* background: url(https://picum.photos/public/local-cdn/images/service-icon-sprites.png) no-repeat 0 0 */
}

.service-icon1 {
    width: 34px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: 0 0
}

.service-icon2 {
    width: 24px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -55px 0
}

.service-icon3 {
    width: 41px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -99px 0
}

.service-icon4 {
    width: 36px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -161px 0
}

.service-icon5 {
    width: 33px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -217px 0
}

.service-icon6 {
    width: 35px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -270px 0
}

.service-icon7 {
    width: 28px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -325px 0
}

.service-icon8 {
    width: 37px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -373px 0
}

.service-icon9 {
    width: 31px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -431px 0
}

.service-icon10 {
    width: 36px;
    height: 39px;
    display: block;
    margin: auto;
    margin-top: 18px;
    background-position: -482px 0
}

.home-cmn-ttl {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}


