/* Custom Conten Slideshow */
#content_slideshow .item {
    width: 100%;
    min-height: 432px;
    height: 432px;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    background-position: center;
    }

#content_slideshow .owl-carousel .owl-stage
{padding:0;}
    #content_slideshow .owl-stage-outer{ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 18px 0 rgba(0, 0, 0, 0.07), 0 3px 5px -1px rgba(0, 0, 0, 0.2);border-radius: 8px;}
    #content_slideshow .content{opacity: 0;}
    #content_slideshow .content p ,  #content_slideshow h3{color: white;margin: 0;}
    #content_slideshow .content-wrapper{position: relative; z-index: 1;}
    #content_slideshow h3{font-weight:600; margin-bottom: 1rem; letter-spacing: 2px;opacity: 0; text-transform: uppercase;}
    #content_slideshow .item::before {
        content: "";
        display: block;
        background: linear-gradient(0deg, #292929 0%, transparent 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    #content_slideshow .item a {
        color: red;
        text-decoration: none;
    }
    #content_slideshow .owl-nav button{
        width: 35px;
        border: 1px solid rgba(255,255,255,0.3)!important;
        height: 35px;
        border-radius: 50%;
        font-size: 0;
        background: rgba(255,255,255,0.2);
        background-image: none !important;
        text-indent: 0;
    }
    #content_slideshow .owl-nav button:nth-child(1){margin-right: 5px;}
    #content_slideshow .owl-nav{   display: flex;
        position: absolute;
        top: 0;
        right: 0 !important;
        left: unset !important;
        margin: 1rem;
        height: 60px;
    }
    #content_slideshow .owl-dot span{ display: none !important;}
#content_slideshow .owl-carousel .owl-stage{
    padding:0;
}
    #content_slideshow .owl-nav button:before {
        font-family: "Material Icons";
        content: "\e314";
        font-size: 1.4rem;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    #content_slideshow .owl-nav button:nth-child(2):before {content: "\e315";}
    #content_slideshow  .owl-dot span {
            width: 13px;
            height: 13px;
            display: block;
            background: rgba(255,255,255,0.25);
            border-radius: 50%;
            margin: 2px;
        }
        #content_slideshow  .owl-dot.active span{
            background: red;
        }
        #content_slideshow  .owl-dots{
            display: flex;
            justify-content: flex-end;
            margin-top: -35px;
            position: relative;
            z-index: 10;
            padding-right: 20px;
        }
    #content_slideshow .notice{background: #f6f6f6; padding:20px 12px 12px 12px; margin-top:10px;border-radius: 0 0 8px 8px; font-size: 0.88em; color: #bcbcbc;font-weight: 500;}
    .notice i {vertical-align: middle;margin-right: 10px;}
    #content_slideshow .content-wrapper span{ color: white;margin-bottom: 10px;display: block;}
    #content_slideshow .content span{font-size: 0.6em;font-weight: 500;margin: 30px 0 0 0; color: rgba(255,255,255,0.45)}
    /*#content_slideshow .content-wrapper span:before{content: "0"}*/
    #content_slideshow .content span i{line-height: 1px;vertical-align: middle; color:#249bfd;margin-left: -8px;}
    #content_slideshow .content p{word-break: keep-all;}
    .animated.delay{-moz-animation-delay: 0.6s !important;-webkit-animation-delay: 0.6s !important;animation-delay: 0.6s !important;}

/*************** Content slideshow theme 2020 ********************/
#content_slideshow.theme-2020 h3{ color: #292929; text-transform: none; font-size: 2.2rem; margin-top: 1rem; letter-spacing: 0;}
#content_slideshow.theme-2020 p{ color: #4c4c4c;}
#content_slideshow.theme-2020 .item::before {display: none;}
#content_slideshow.theme-2020 .item img{width: auto; height: auto; max-width: 114px;}
#content_slideshow.theme-2020 .item{ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-shadow: none; box-shadow: none; border-radius: 0;}
#content_slideshow.theme-2020 .owl-nav button:before{ color: red}
#content_slideshow.theme-2020 .owl-stage-outer{ -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05); box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05); background-size: cover; background: url('images/pattern-content_slider.svg') white; border: 1px solid #ebebeb; }
#content_slideshow.theme-2020 .owl-stage, #content_slideshow.theme-2020 .item{ background: none;}
#content_slideshow.theme-2020 .owl-carousel .animated{ -webkit-animation-duration: 0.5s; animation-duration: 0.5s;}





    /*   Keyframes   */
    @-webkit-keyframes fadeInUp {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
      
        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
      
      @keyframes fadeInUp {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
        }
      
        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
      
      .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
      }
      
      @-webkit-keyframes fadeInUpBig {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, 2000px, 0);
          transform: translate3d(0, 2000px, 0);
        }
      
        to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
    /*Digital Roadblocks CTA css start here*/
    .ctaInner {
    width: 100%;
    height: auto;
    padding: 1.5625em 3em;
    background: url(images/cta-bg1.png) no-repeat center 10%;
    background-size: 100%;
    overflow: hidden;
}
.ctaBox {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    background: #eae9ea url(images/cta-bg.jpg) no-repeat center;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 1.2rem;
}
.ctaBoxnew{border:none!important; background:#ff0000 ;}
.ctaBoxnew .ctaInner {    background: url(images/ctanewbg.png) #ff0000 no-repeat right bottom ;     padding:36px;     display: flex;
    align-items: center;  
}
.ctaBoxnew.rpa_solution .ctaInner {    background: url(images/cta-download.png) #ff0000 no-repeat right bottom!important ;    }
.ctaBoxnew.cta-selfservice .ctaInner {    background: url(images/CTAselfservices.png) #ff0000 no-repeat right bottom!important ; background-image:none!important; height:265px; position:relative;    }
.ctaBoxnew.cta-selfservice .ctaText {
    float: left;
    padding-left: 39%;
}

.ctaBoxnew.rpa_solution .ctaImg{ position:relative; top:20px;}
.ctaBoxnew.cta-selfservice .ctaImg{    position: absolute;    top: 0;    left: 0;}
.ctaBoxnew .ctaText h3{ margin-bottom: 0em;}

.ctaBoxnew .btn_red{ background:#292929; border-color: #292929;}
.ctaBoxnew .btn_red:hover{background:#292929;}
.ctaBoxnew .ctaText p, .ctaText p{
   
    margin-bottom: 0.1rem!important;} 
.cta-selfservice .ctaText h4{color: #292929 !important;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;}
    .cta-selfservice .ctaText h4:nth-last-child(2)  { color:#fff!important;
    
    border-bottom: #ff6161 2px solid;
    padding-bottom: 11px;
    margin-bottom: 21px;
}


.ctaBoxnew a, .ctaBoxnew a:hover, .ctaBoxnew a:focus{ text-decoration:none;}
.ctaImg {
    float: left;
    padding-right: 3em;
}
.ctaBoxnew .ctaInner .ctaImg {
        align-items: center;
    display: inline-flex;
}

/*Digital Roadblocks CTA css end here*/

@media only screen and (max-width: 640px){

#content_slideshow.theme-2020 h3{ font-size: 1.5rem; margin-bottom: 0.6rem;}
#content_slideshow.theme-2020 .card{ padding: 1.2rem !important}
#content_slideshow.theme-2020 .item img{ max-width: 86px;}
#content_slideshow.theme-2020 .owl-dots{ justify-content: center; padding-right: 0; margin-top: -30px;}
.ctaInner, .ctaBoxnew .ctaInner {
    padding: 1.5rem;
    background: none;
    display: block;
}
.ctaImg {
    width: 100%;
    text-align: left;
    padding-right: 1.5em!important;
}
.ctaText {
    width: 100%;
}
.ctaBoxnew.rpa_solution .ctaImg {
    position: inherit;
}
.ctaBoxnew.cta-selfservice .ctaText {
    padding-left: 0;
    padding-top: 20px;
}
.ctaBoxnew.cta-selfservice .ctaInner {
    height: auto;
}
#content_slideshow .item {
    padding: 30px;
}

}