﻿.ebbtn {
    border: 0;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 3px 13px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.14);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 16px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    background: #fff;
    color: #0d2366;
    text-decoration: none;
    cursor: pointer;
}

    .ebbtn:hover {
        -webkit-transform: translateY(-2px) scale(1.01);
        -ms-transform: translateY(-2px) scale(1.01);
        transform: translateY(-2px) scale(1.01);
        box-shadow: 0 5px 16px 1px rgba(0,0,0,0.13), 0 1px 4px 0 rgba(0,0,0,0.09);
        text-decoration: none;
        color: inherit;
    }

.eb_btnblue {
    background: #508bf9;
    color: #fff;
}

.eb_btnorange {
    background: #f59938;
    color: #fff;
}

.relative {
    position: relative;
}

.comsoon-plcholder img {
    max-height: 500px;
}

.comsoon-plcholder .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*demo sso page*/
.dmbtns {
}

.dmssrw {
    padding-top: 60px;
    font-family: Montserrat;
    position: relative;
    padding-bottom: 6em;
    background: -moz-linear-gradient(left, rgba(72,156,234,1) 0%, rgba(72,156,234,1) 46%, rgba(61,110,225,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(72,156,234,1)), color-stop(46%, rgba(72,156,234,1)), color-stop(100%, rgba(61,110,225,1)));
    background: -webkit-linear-gradient(left, rgba(72,156,234,1) 0%, rgba(72,156,234,1) 46%, rgba(61,110,225,1) 100%);
    background: -o-linear-gradient(left, rgba(72,156,234,1) 0%, rgba(72,156,234,1) 46%, rgba(61,110,225,1) 100%);
    background: linear-gradient(to right, rgba(72,156,234,1) 0%, rgba(72,156,234,1) 46%, rgba(61,110,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489cea', endColorstr='#3d6ee1', GradientType=1 );
    clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 91%, 0 11%);
}

.ssowrpHs p {
    font-size: 16px;
    margin-bottom: 3em;
}

.SdemWraperOuter {
    display: flex;
    flex-flow: row wrap;
    padding: 90px 30px;
    width: 65%;
    margin: 0 auto;
    /*box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);*/
    border-radius: 4px;
    border: 1px solid #eff9ff;
    background: white;
}

    .SdemWraperOuter .ssoWrpr-uc {
        width: 50%;
        display: flex;
        justify-content: center;
        position: relative;
        border-right: 1px solid #d5e9fb;
    }

    .SdemWraperOuter .ssoWrpr-dc {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .SdemWraperOuter .ssoUcBdy, .SdemWraperOuter .ssoDcBdy {
        text-align: center;
        min-width: 65%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }

    .SdemWraperOuter .wall-img {
        height: 100px;
        margin-bottom: 3em;
        width: auto;
    }

.loginbutton-demo {
    padding: 15px 40px;
    border: 1px solid #489cea;
    border-radius: 4px;
    color: #636467;
    font-weight: 500;
    background: #edf8fe;
}

    .loginbutton-demo i {
        display: none;
    }

    .loginbutton-demo:hover {
        text-decoration: none;
        font-weight: 700;
        color: #636467;
    }

        .loginbutton-demo:hover i {
            display: inline-block;
        }
/*FAQ*/
.faqContainerOtr {
    font-family: Montserrat;
}

    .faqContainerOtr .FqToolbr {
        padding: 20px;
    }

        .faqContainerOtr .FqToolbr .DocSEarchInpt {
            height: 45px;
        }

    .faqContainerOtr .topbar {
        border: #dcdcdc 1px solid;
        background: #F8F8F8;
    }

    .faqContainerOtr .contentBox {
        padding: 30px 0;
    }

    .faqContainerOtr .list_itmHd {
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        display: flex;
    }

        .faqContainerOtr .list_itmHd .eb-expand-link {
            margin-left: auto;
            font-size: 14px;
        }

        .faqContainerOtr .list_itmHd:hover {
            background: #f1f1f1;
            cursor: pointer;
            border-radius: 4px;
        }

    .faqContainerOtr .list_item {
        margin-bottom: 10px;
    }

    .faqContainerOtr .list_itmBdy {
        font-size: 15px;
        line-height: 1.8em;
    }

    .faqContainerOtr .list_itmHd-text {
        padding-left: 10px;
    }

.contentBox-inner .tOfCntent {
    padding-top: 10px;
}

    .contentBox-inner .tOfCntent .tree_item {
        padding: 5px 10px;
        border-left: 3px solid transparent;
        font-size: 15px;
        font-weight: 400;
        color: #464545;
        cursor: pointer;
    }

        .contentBox-inner .tOfCntent .tree_item:hover, .contentBox-inner .tOfCntent .tree_item:active {
            border-left-color: #0595DB;
        }

    .contentBox-inner .tOfCntent .active {
        border-left-color: #0595DB;
    }

/*in the news section*/
.eb-newssection {
    font-family: Montserrat;
}

    .eb-newssection .eb-news-head {
        border-radius: 20px;
        display: flex;
        padding: 20px;
        position: relative;
        background: #f7f9fb;
        margin-bottom: 70px;
        max-width: 80%;
    }

        .eb-newssection .eb-news-head.leftdiv {
            border-bottom-left-radius: 0;
            float: left;
        }

        .eb-newssection .eb-news-head.rightdiv {
            border-bottom-right-radius: 0;
            float: right;
        }

        .eb-newssection .eb-news-head.leftdiv:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 30px solid #f7f9fb;
            border-top: 30px solid #f7f9fb;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            bottom: -59px;
            left: 0;
        }

        .eb-newssection .eb-news-head.rightdiv:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-right: 30px solid #f7f9fb;
            border-top: 30px solid #f7f9fb;
            border-left: 30px solid transparent;
            border-bottom: 30px solid transparent;
            bottom: -59px;
            right: 0;
        }

        .eb-newssection .eb-news-head .news-text {
            flex-grow: 1;
            padding: 0 30px;
        }

            .eb-newssection .eb-news-head .news-text p {
                line-height: 2em;
                font-size: 14px;
            }

        .eb-newssection .eb-news-head .news-icon img {
            border: 1px solid #e6e6e6;
            width: 60px;
            height: 60px;
            background: white;
        }

        /*testimonial page*/
.testimonial{
    font-family:Montserrat;
}
.testimonial-outer{
    
}
.testimonial-content .content:before {
    content: "\201C";
    position: absolute;
    top: -2px;
    left: -50px;
    font-size: 6em;
    color: #88a2de;
}
.testimonial-content .content:after {
    content: "\201D";
    position: absolute;
    bottom: -50px;
    right: 0px;
    font-size: 6em;
    color: #88a2de;
}
.testimonial-content .content {
    margin-top: 3em;
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #404040;
    position:relative;
}
.testimonial-customer-info {
    margin-top: 3em;
    position:relative;
}
    .testimonial-customer-info .testimonial-customer-info_logo {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
    }
.testimonial-customer-info h3 {
    font-size: 20px;
}
.testimonial-customer {
    display: flex;
    justify-content: center;
    margin-top: 4em;
    position:relative;
}
    .testimonial-customer img {
        max-width: 60%;
    }
/*testimonial end*/
/************SECURITY SECTION************/
.integration-sec .integration-sec-body {
    display: flex;
    flex-flow:row wrap;
}
.integration-sec .integration-item {
    width: 20%;
    padding: 20px;
    min-height: 204px;
}
.integration-sec .integration-item-inner {
       box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.15);
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    position:relative;
}
.integration-sec .integration-item .integration-name {
    margin: 0;
    position: absolute;
    bottom: 10px;
    font-size:15px;
}
.integration-sec .integration-item .integration-img {
    max-width: 140px;
    margin-bottom:10px;
}
/************SECURITY SECTION END************/

/************SCREENSHOT SECTION and slider END************/
.screenshot-sec{

}
    .screenshot-sec .screenshot-img-wrapr {
        display: flex;
        width: 90%;
        position: relative;
        margin: 3em auto;
    }

    /*slider*/
    .screenshot-sec .slider-viewport {
        margin: 0 auto;
        transition: left 1s linear;
        transition: right 1s linear;
    }
    .screenshot-sec .slider-viewport-right {
        position: absolute;
        z-index: -1;
        right: 0;
        height: 418px;
        bottom: 0;
        right: 5%;
        bottom: 15px;
    }
    .screenshot-sec .slider-viewport-hidden {
        display: none;
    }
    .screenshot-sec .slider-viewport-left {
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 5%;
        bottom: 15px;
    }
    .screenshot-sec .slider-thumnail {
        border: 1px solid #ccc;
        width: 60%;
        padding: 10px;
        background: white;
        border-radius: 4px;
        box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.15);
    }
        .screenshot-sec .slider-thumnail img {
            height: 100%;
            max-width: 100%;
        }
    .screenshot-sec .slider-btn {
        position: absolute;
        align-self: center;
        border-radius: 50%;
        font-size: 16px;
        background: #508bf9;
        color: white;
        border: 1px solid #508bf9;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .screenshot-sec .slider-btn:focus, .slider-btn:active {
            outline: none;
        }
        .screenshot-sec .slider-btn.nextbtn {
            right: 0;
        }
        .screenshot-sec .slider-btn.prevbtn {
        }
    .screenshot-sec .screenshot-img-counter-wrpr {
        display: flex;
        justify-content: center;
    }
        .screenshot-sec .screenshot-img-counter-wrpr .screenshot-img-counter {
            width: 15px;
            height: 15px;
            border: 1px solid #8e8e8e;
            margin: 0 7px;
            border-radius: 50%;
        }
        .screenshot-sec .screenshot-img-counter-wrpr .current {
            background: #ef9e59;
            border-color: #ef9e59;
        }
/************SCREENSHOT SECTION END************/
/*mobile*/
@media (min-width: 20px) and (max-width: 450px) {
    .eb-newssection .eb-news-head {
        max-width: 100%;
    }

    .SdemWraperOuter {
        width: 100%;
        padding: 30px;
    }
        .SdemWraperOuter .ssoWrpr-uc, .SdemWraperOuter .ssoWrpr-dc {
            width: 100%;
            margin: 10px 0;
        }
    .integration-sec .integration-item {
        width: 50%;
        padding:10px;
        min-height:160px;
    }
    .screenshot-sec .slider-thumnail {
        width:78%;
    }
    .screenshot-sec .slider-viewport-left, .screenshot-sec .slider-viewport-right {
        display: none;
    }
    .screenshot-sec .screenshot-img-wrapr {
        width: 95%;
    }
}
