﻿/*----------eight_btn_style-----------*/
.grid {
    margin: -5px;
}

.ourfeaturecard, .demo, .feature i {
    float: left;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

.feature {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature, .page-footer {
    display: -webkit-box;
    display: -ms-flexbox;
}

i[class^=nc-icon] {
    font-size: 3.125em;
    color: #d9d9d9;
}

.ourfeaturecard, .demo, .feature i {
    float: left;
    margin-left:-1rem;
}

.nc-icon-outline {
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

.nc-icon-outline, img {
    display: inline-block;
}

.feature h3 {
    overflow: hidden;
    padding-left: 1.667em;
    margin-bottom:0;
}


.ourfeaturecard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 10.5px);
    height: 150px;
    margin: 5px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
}

@media only screen and (min-width:768px) {
    .ourfeaturecard {
        width: calc(50% - 10.5px);
    }
}

@media only screen and (min-width:1200px) {
    .ourfeaturecard {
        width: calc(33% - 10.5px);
    }
}

@media only screen and (min-width:1440px) {
    .ourfeaturecard {
        width: calc(25% - 10.5px);
    }
}

@media only screen and (min-width:1600px) {
    .ourfeaturecard {
        padding-left: 50px;
        padding-right: 50px;
    }
}
