﻿/*----------------------------------*/


/*==================== fonts  =======================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/*@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url("../fonts/montserrat-light_[allfont.net].ttf") format("truetype");
}*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*----------------------------------*/


.typed-cursor {
    opacity: 1;
    font-weight: 100;
    color: #fff;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    top: -2px;
}

@-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.typed-fade-out {
    opacity: 0;
    animation: 0;
    transition: opacity .25s;
}


/*----------------------------------*/

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

body {
    /*font-family: 'Montserrat';*/
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    color: #222;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    transition: all 0.6s ease-in-out;
}

    a:hover,
    a:focus,
    .btn:hover,
    .btn:focus,
    button:hover,
    button:focus {
        text-decoration: none;
        outline: none;
    }

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .btn.view-demo.active {
        outline: none !important;
        box-shadow: none !important;
    }

p {
    margin: 0px;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0px;
}

section.row,
header.row,
footer.row {
    margin: 0;
}

body {
    overflow-x: hidden;
}


/*====Hero area==*/

.hero-area-fix {
    position: relative;
    width: 100%;
    content: '';
    background: url(../image/slider-1.png) no-repeat scroll center center;
    background-size: cover;
    min-height: 900px;
    z-index: 1;
}


/*
.hero-area:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 3;
    height: 100%;
    background-image: -moz-linear-gradient( 150deg, rgb(166,64,208) 0%, rgb(248,57,93) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(166,64,208) 0%, rgb(248,57,93) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(166,64,208) 0%, rgb(248,57,93) 100%);
    opacity: 0.702;
}
*/

.product-landing .col-md-4 {
    margin-bottom: 40px;
}


.hero-text {
    text-align: center;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

    .hero-text h1 {
        /*font-family: 'Montserrat';*/
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 60px;
    }

    .hero-text h3 {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 24px;
        margin-top: 24px;
        margin-bottom: 25px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
        min-height: 40px;
    }

    .hero-text h4 {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        margin-top:10px;
        /*margin-bottom: 60px;*/
    }

.view-demo {
    /*font-family: 'Montserrat';*/
    font-size: 13px;
    text-transform: uppercase;
    background: #fff;
    color: #191919;
    padding: 15px 62px;
    border-radius: 50px;
    margin-right: 15px;
}

    .view-demo:hover {
        color: #f8395d;
    }

.buy-now {
    /*font-family: 'Montserrat';*/
    font-size: 13px;
    text-transform: uppercase;
    background: #fff;
    color: #191919;
    padding: 15px 62px;
    border-radius: 50px;
}

@keyframes slideShow {
    0% {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transformm: scale(1);
    }
}

.buy-now:hover {
    background: #fff;
    color: #f8395d;
}

.product-landing {
    padding-top: 113px;
    padding-bottom: 70px;
}

.radius {
    border-radius: 4px 4px 0 0;
}

.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding-bottom: 80px;
}

.product-title {
    font-size: 15px;
    color: #4f4f4f;
    text-align: center;
    height: 95px;
    padding-top: 25px;
    overflow: hidden;
    display: block;
    position: relative;
    background: #fff !important;
    font-weight: 400;
}

.item-imag {
    transition: .5s;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 57px -11px rgba(0,0,0,0.3);
}

    .item-imag:hover {
        transition: .5s;
        border-radius: 0 0 6px 6px;
        border-radius: 6px;
    }

        .item-imag:hover .product-title {
            background: #f8395d !important;
            color: #fff;
            transition: .5s;
            border-radius: 0 0 4px 4px;
            box-shadow: 0px 4px 6px -3px #959595;
        }

    /*
.item-imag {
    -webkit-box-shadow: 1px 1px 8px -1px rgba(156, 156, 156, 0.53);
    -moz-box-shadow: 1px 1px 8px -1px rgba(156, 156, 156, 0.53);
    box-shadow: 1px 1px 8px -1px rgba(156, 156, 156, 0.53);
}
*/
    .item-imag span {
        position: absolute;
        top: -13px;
        right: 0;
        background: #f8395d;
        width: 60px;
        height: 25px;
        border-radius: 40px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        line-height: 25px;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    }

    .item-imag:after {
        content: '';
        position:
    }

.saas-landing {
    background: #f7f7f7;
    padding: 120px 0;
}

.footer-area {
    background: #161716;
    padding: 50px 0;
}

.fotter-head {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

    .fotter-head a {
        color: #78c81f;
    }

        .fotter-head a:hover {
            color: #64aa16;
        }

.copyright {
    color: #97989b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400px;
}

.line {
    background: #1aabec;
    height: 2px;
    width: 50px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.footer-demo {
    background: url(../image/product/foot-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    margin-top: 120px;
}

    .footer-demo h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 30px;
        margin-bottom: 45px;
    }

.mr {
    margin-top: 30px;
}

.mocc img {
    margin: 0 auto;
}

.mocc {
    margin-top: 75px;
}

@media only screen and (max-width: 860px) {
    .view-demo {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 413px) {
    .product-landing .col-xs-12 {
        margin-bottom: 40px;
    }

    .saas-landing .col-xs-12 {
        margin-bottom: 40px;
    }
}

@media (max-width:991px) {
    .col-sm-6 {
        margin-bottom: 40px;
    }
}

@media all and (min-width: 412px) and (max-width: 767px) {
    .col-xs-12 {
        width: 56%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 40px;
    }
    /*
    .saas-landing .col-xs-12 {
        width: 62%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 40px;
    }
*/
}


table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.text-center {
    text-align: center;
}

.typed-strings {
    padding-top: 15px;
}
