/*
Assan saas web app landing template stylesheet
*/
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}

@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 700;
    src: url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
}

/*
Basic of template
*/
html {
    font-size: 20px;
}

html, body, .fullScreen {
    height: 100%;
}

body {
    color: #818181;
    font-family: 'Open Sans', 'RixSGo', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.9;
    overflow-x: hidden;
}

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

button, input, optgroup, select, textarea {
    font-family: 'Open Sans', 'RixSGo', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    button:focus {
        outline: 0 !important;
    }

a, .simple-hover img, button, .btn, .pricing-card, .carousel-browser.owl-carousel.owl-theme .owl-dots .owl-dot span {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a {
    color: #007bff;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0 !important;
        color: #aeaeae;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'Open Sans', 'RixSGo', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #46495c;
    letter-spacing: -.5px;
}

h1, .h1 {
    font-size: 55px;
}

h2, .h2 {
    font-size: 40px;
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 15px;
    font-weight: 400;
}

.title-font {
    font-size: 3.4rem;
    letter-spacing: -2px;
    font-weight: 300;
}

.border-btm1 .container {
    position: relative;
}

    .border-btm1 .container:after {
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #eee;
    }

hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(30, 207, 202, 0.04);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

ul, ol {
    margin: 0 0 1.5em 0;
}

.font-base-400 {
    font-family: 'Open Sans', 'RixSGo', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
}

.font-base {
    font-family: 'Open Sans', 'RixSGo', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font12 {
    font-size: 12px !important;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font700 {
    font-weight: 700 !important;
}

.font900 {
    font-weight: 900 !important;
}

.label {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 2px;
    font-size: 10px;
}

.bg-faded {
    background: #f0f4f7 !important;
}

.badge {
    font-weight: 400;
    font-size: 13px;
}

.badge-primary {
    background: #007bff !important;
}

.bg-primary {
    background: #007bff !important;
    border-color: #007bff;
}

.bg-primary-dark {
    background: #344880 !important;
    border-color: #344880;
}

.bg-success {
    background: #46da60 !important;
    border-color: #46da60;
}

.bg-warning {
    background: #fa9140;
    border-color: #fa9140;
}

.bg-info {
    background-color: #19b0f5 !important;
    border-color: #19b0f5 !important;
}

.bg-danger {
    background-color: #fa5240;
    border-color: #fa5240;
}

.bg-dark {
    border-color: #46495c !important;
    background-color: #46495c !important;
}

.bg-white {
    background: #fff;
}

.text-primary {
    color: #007bff !important;
}

.text-danger {
    color: #fa5240 !important;
}

.text-success {
    color: #46da60 !important;
}

.text-warning {
    color: #fa9140 !important;
}

.text-info {
    color: #19b0f5 !important;
}

.text-white {
    color: white !important;
}

.text-dark {
    color: #46495c !important;
}

.text-white-gray {
    color: rgba(255, 255, 255, 0.8) !important;
}

.text-dark-gray {
    color: rgba(70, 73, 92, 0.5) !important;
}

.border-round {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pos-relative {
    position: relative;
}

.lead {
    font-weight: 600;
    font-size: 1rem;
}

strong, b {
    font-weight: 700;
}

.color-point {
	color:red;
}

.fWidth {
    width: 100% !important;
}

.oHidden {
    overflow: hidden !important;
}

.mr0 {
    margin-right: 0px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.bg-default {
    background-color: #fbfbfb !important;
}

.bg-gray {
    background-color: rgba(70, 73, 92, 0.02) !important;
}

.pd-card {
    padding: 40px 20px;
}

.border.border-primary {
    border-color: #007bff !important;
}

.border.border-success {
    border-color: #46da60 !important;
}

.border.border-danger {
    border-color: #fa5240 !important;
}

.border.border-warning {
    border-color: #fa9140 !important;
}

.border.border-faded {
    border-color: #f7f7f7 !important;
}

.back-to-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-radius: 5px;
    bottom: 10px;
    right: 10px;
    background: #495057;
    color: #fff;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
}

    .back-to-top i {
        display: block;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
    }

    .back-to-top:hover {
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
    }

/**preloader**/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.center-img {
    display: block;
    margin: 0 auto;
}

.section-subtitle {
    opacity: 0.7;
    font-size: 14px;
    color: #46495c;
    text-transform: uppercase;
    font-weight: 400;
    word-break: keep-all;
}

.section-title {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    font-size: 2.2rem;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: 'Godo', sans-serif;
    word-break: keep-all;
}

    .section-title:after {
        content: "";
        position: absolute;
        margin-left: -25px;
        width: 50px;
        height: 2px;
        background-color: #eee;
        bottom: 0;
        left: 50%;
    }
    .section-title span {
        font-size: 1rem;
        color: #999999;
    }
    .section-title span:before {
        content:"|";
        margin-right:10px;
    }

.gradien-primary {
    background: #48659d;
    background: -webkit-linear-gradient(left, #1b2b3a, #48659d);
    background: -moz-linear-gradient(left, #1b2b3a, #48659d);
    background: -webkit-linear-gradient(left, #1b2b3a, #48659d);
}

.gradient-faded {
    background: #fbfbfb;
    background: -webkit-linear-gradient(bottom, #fbfbfb, #fff);
    background: -moz-linear-gradient(bottom, #fbfbfb, #fff);
    background: -webkit-linear-gradient(bottom, #fbfbfb, #fff);
}

/**angle backgrounds**/
.transparent-angle {
    position: absolute;
    top: 0;
    background-image: url("../images/angle-right.png");
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
    height: 100%;
    width: 100%;
}

    .transparent-angle.angle-top-right {
        right: 0;
        top: 0;
    }

.content-table {
    display: table;
    width: 100%;
    height: 100%;
}

    .content-table .content-middle {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .content-table .content-bottom {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
    }

/*
Preloader style
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #46495c;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    #preloader-inner,
    #preloader-inner:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
Buttons
*/
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: .8rem;
}

.btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 0.95rem !important;
    font-family: 'Open Sans', 'RixSGo', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 13px 28px 13px;
    text-transform: capitalize !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

    .btn i {
        display: inline-block;
        margin-right: 8px;
    }

    .btn.btn-rounded {
        border-radius: 100px;
    }

    .btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        z-index: -1;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

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

        .btn:hover:before, .btn:focus:before {
            transition: all .3s;
            -webkit-transition: all .3s;
            z-index: -1;
        }

    .btn.btn-link {
        border: 0px;
        padding: 0px !important;
    }

    .btn.btn-sm {
        padding: 10px 18px 10px;
        font-size: .65rem;
    }

    .btn.btn-lg {
        padding: 18px 38px 18px;
        font-size: .95rem;
    }

    .btn.btn-link {
        color: #007bff;
        text-transform: uppercase;
        width: 130px;
        text-align: center;
        padding: 0px;
    }

        .btn.btn-link:after {
            font-family: 'Linearicons';
            content: "\e93c";
            margin-left: 5px;
            font-size: 10px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .btn.btn-link:hover {
            text-decoration: none;
            color: #999;
        }

            .btn.btn-link:hover:after {
                margin-left: 10px;
            }

        .btn.btn-link.btn-lg {
            font-size: .95rem;
            width: 210px;
        }

.btn-white {
    background-color: #fff;
    color: #46495c;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        color: #46495c;
    }

.btn-white-outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

    .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
        color: #333;
        border-color: #fff;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .btn-white-outline:hover:before, .btn-white-outline:focus:before, .btn-white-outline:active:before {
            width: 100%;
            background-color: #fff;
        }

.btn-outline-primary {
    border: 2px solid #007bff;
    background-color: transparent;
    color: #007bff !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
        color: #fff !important;
        border-color: #007bff;
        background-color: transparent;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
            width: 100%;
            background-color: #007bff;
        }

.btn-outline-info {
    border: 2px solid #19b0f5;
    background-color: transparent;
    color: #19b0f5;
}

    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
        color: #fff;
        border-color: #19b0f5;
        background-color: transparent;
    }

        .btn-outline-info:hover:before, .btn-outline-info:focus:before, .btn-outline-info:active:before {
            width: 100%;
            background-color: #19b0f5;
        }

.btn-outline-success {
    border: 2px solid #46da60;
    background-color: transparent;
    color: #46da60;
}

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
        color: #fff;
        border-color: #46da60;
        background-color: transparent;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .btn-outline-success:hover:before, .btn-outline-success:focus:before, .btn-outline-success:active:before {
            width: 100%;
            background-color: #46da60;
        }

.btn-outline-danger {
    border: 2px solid #fa5240;
    background-color: transparent;
    color: #fa5240;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
        color: #fff;
        border-color: #fa5240;
        background-color: transparent;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .btn-outline-danger:hover:before, .btn-outline-danger:focus:before, .btn-outline-danger:active:before {
            width: 100%;
            background-color: #fa5240;
        }

.btn-outline-warning {
    border: 2px solid #fa9140;
    background-color: transparent;
    color: #fa9140;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
        color: #fff;
        border-color: #fa9140;
        background-color: transparent;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .btn-outline-warning:hover:before, .btn-outline-warning:focus:before, .btn-outline-warning:active:before {
            width: 100%;
            background-color: #fa9140;
        }

.btn-outline-secondary {
    border: 2px solid #fbfbfb;
    background-color: transparent;
    color: #46495c;
}

    .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
        color: #fff;
        border-color: #46495c;
        background-color: transparent;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .btn-outline-secondary:hover:before, .btn-outline-secondary:focus:before, .btn-outline-secondary:active:before {
            width: 100%;
            background-color: #46495c;
            color: #fff;
        }

/**fill buttons**/
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-secondary, .btn-dark, .btn-white {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
    border: 0px;
}

    .btn-primary:hover, .btn-success:hover, .btn-warning:hover, .btn-danger:hover, .btn-info:hover, .btn-secondary:hover, .btn-dark:hover, .btn-white:hover {
        border: 0px;
        box-shadow: 0 8px 23px rgba(0, 0, 0, 0.18);
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

.btn-secondary {
    background: #f9f9f9;
    box-shadow: none;
    color: #333;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        border: 0px;
        background-color: #007bff;
        color: #fff !important;
    }

.btn-primary {
    background: #0056b3;
    color: #fff !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #007bff;
        color: #fff;
    }

.btn-success {
    background: #46da60;
    color: #fff !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #46da60;
        color: #fff;
    }

.btn-dark {
    background: #46495c;
    color: #fff;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
        background: #46495c;
        color: #fff;
    }

.btn-outline-dark {
    border: 2px solid #46495c;
    color: #46495c;
    background-color: transparent;
}

    .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
        color: #fff;
        border-color: #46495c;
        background-color: transparent;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .btn-outline-dark:hover:before, .btn-outline-dark:focus:before, .btn-outline-dark:active:before {
            width: 100%;
            background-color: #46495c;
        }

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon:hover {
        border-color: transparent;
    }

    .social-icon i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 40px;
        position: relative;
    }

        .social-icon i:last-child {
            color: #FFF !important;
        }

    .social-icon:hover i:first-child {
        margin-top: -40px;
    }

/***social icons lg (big)***/
.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon-lg:hover {
        border-color: transparent;
    }

    .social-icon-lg i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 60px;
        position: relative;
    }

        .social-icon-lg i:last-child {
            color: #FFF !important;
        }

    .social-icon-lg:hover i:first-child {
        margin-top: -60px;
    }

/***social icons small***/
.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon-sm:hover {
        border-color: transparent;
    }

    .social-icon-sm i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 30px;
        position: relative;
    }

        .social-icon-sm i:last-child {
            color: #FFF !important;
        }

    .social-icon-sm:hover i:first-child {
        margin-top: -30px;
    }

si-border {
    border: 1px solid #AAA !important;
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray {
    background: #f3f3f3;
    border: 0px;
}

.si-dark {
    background-color: #46495c;
    border: 0px !important;
    color: #fff !important;
}

/**icons hover colored**/
.si-colored-blog, .si-blog:hover {
    border: none;
}

.si-colored-facebook, .si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
    background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox:hover {
    background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
    background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
    background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
    background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
    background-color: #1E8CBE !important;
}

.circle-button {
    display: inline-block;
    vertical-align: middle;
}

    .circle-button span {
        vertical-align: middle;
        display: inline-block;
    }

.circle-icon-button {
    width: 3.92857rem;
    height: 3.92857rem;
    border-radius: 50%;
    font-size: 1.28571rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .circle-icon-button > i {
        position: relative;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        padding-left: 3px;
        padding-top: 3px;
    }

/*
Header style
*/
.navbar .container, .navbar .container-fluid {
    position: relative;
}

.navbar .navbar-nav .nav-link {
    text-transform: capitalize;
    font-weight: 400;
    font-size: .8rem;
    font-family: "Godo", sans-serif;
    border-top: 2px solid transparent;
    cursor: pointer;
}

.navbar-light.navbar .navbar-nav .nav-link {
    color: rgba(70, 73, 92, 0.6);
}

    .navbar-light.navbar .navbar-nav .nav-link:hover, .navbar-light.navbar .navbar-nav .nav-link:focus, .navbar-light.navbar .navbar-nav .nav-link:active, .navbar-light.navbar .navbar-nav .nav-link.active {
        color: #111;
        border-top-color: #111;
    }

@media (min-width: 992px) {
    .navbar.navbar-sticky.navbar-transparent-light.bg-white {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        background-color: transparent !important;
    }

        .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-brand > img {
            position: absolute;
            top: 20px;
        }

            .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-brand > .logo-scroll {
                display:none;
                opacity: 0;
            }

        .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-nav .nav-link {
            color: rgba(0, 0, 0, 0.53);
        }

            .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-nav .nav-link:hover, .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-nav .nav-link.active, .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-nav .nav-link:active, .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-nav .nav-link:focus {
                color: #111;
            }

    .navbar-expand-lg.navbar {
        padding-top: 0;
        padding-bottom: 0;
        z-index: 999;
    }

        .navbar-expand-lg.navbar .navbar-nav .nav-item {
            padding-left: .9rem;
            padding-right: .9rem;
        }


        .navbar-expand-lg.navbar .navbar-nav .nav-link {
            padding-top: 1rem;
            padding-bottom: 1rem;
            padding-left: 0;
            padding-right: 0;
        }

    .navbar-nav .nav-item .nav-link.btn {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        border: 0px !important;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        position: relative;
        top: 13px;
        margin-left: 1rem;
    }

    .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        animation: fadeInDown .4s;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

        .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top .navbar-brand > .logo-scroll {
            display: block;
            opacity: 1;
            color: #203144 !important;
        }
            .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top .navbar-brand > .logo-trans {
                display: none;
                opacity: 0;
            }

        .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 0.73);
        }

            .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link:hover, .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link.active, .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link:active, .navbar.navbar-transparent-light.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link:focus {
                color: #fff;
                border-top-color:#fff;
            }
}

/*
Dropdown menu styles
*/
.dropdown-menu {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    min-width: 5rem;
    background-color: #fff;
    border: 0px;
    padding: .8rem .0rem;
    border-radius: 0px;
    margin: 0px;
}

    .dropdown-menu .dropdown-item {
        font-weight: 400;
        font-size: .75rem;
        color: #333c4e;
        font-family: "Godo", sans-serif;
        text-transform: capitalize;
    }

        .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
            color: #007bff;
            background-color: transparent;
        }

        .dropdown-menu .dropdown-item.current-demo {
            pointer-events: none;
            cursor: default;
            opacity: 0.4;
        }

@media (min-width: 992px) {
    .dropdown-menu, .dropdown-submenu .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .show > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

/*
Parallax backgrounds
*/
.gradient-bg-hero {
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding-top: 8rem;
    padding-bottom: 0;
    background: linear-gradient(215deg, #007bff 0%, #9c51f5 70%, #b88ee7 100%);
    background: -webkitlinear-gradient(215deg, #007bff 0%, #9c51f5 70%, #b88ee7 100%);
}

    .gradient-bg-hero h3.h1 {
        font-weight: 400;
        color: #444;
        font-size: 44px;
        line-height: 1.3;
        font-family: 'Open Sans', 'RixSGo', 'Nanum Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

.hero-gradient-light,
.hero-gradient-dark,
.hero-parallax {
    padding-bottom: 100px;
    padding-top: 100px;
    margin-top: 4rem;
    position: relative;
    z-index: 3;
}
.gradient-light {
    background: #f2f3f7;
    background: -webkit-linear-gradient(bottom, #f2f3f7, #fff);
    background: -moz-linear-gradient(bottom, #f2f3f7, #fff);
    background: -webkit-linear-gradient(bottom, #f2f3f7, #fff);
}
.gradient-primary {
    background: #404aad;
    background: -webkit-linear-gradient(left, #404aad, #5864d5);
    background: -moz-linear-gradient(left, #404aad, #5864d5);
    background: -webkit-linear-gradient(left, #404aad, #5864d5);
}
    .hero-gradient-light .h1,
    .hero-gradient-dark .h1 {
        font-weight: 400;
        color: #444;
        font-size: 30px;
        line-height: 1.3;
        font-family: 'Godo', sans-serif;
    }
        .hero-gradient-light .h1 span,
        .hero-gradient-dark .h1 span {
            display: block;
            font-size: 44px;
            word-break: keep-all;
        }
    .parallax-video-fc {
        position: relative;
        z-index: 3;
        height: 100%;
        overflow: hidden;
    }

.fullScreen-particles {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .fullScreen-particles .content-table {
        display: table;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

/*
Cards features,  icons, images, teams etc.
*/
#features .row h2 {
    font-family: 'Godo', sans-serif;
}
.feature-icon i {
    font-size: 44px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    float: left;
    margin-right: 1.5rem;
}

.feature-icon h4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}

    .feature-icon h4:after {
        content: "";
        width: 40px;
        height: 3px;
        background-color: #f2f3f7;
        position: absolute;
        left: 0;
        margin-left: 0;
        bottom: 0;
    }
.feature-icon p {
    font-size:.85rem;
}
.feature-img {
    max-width: 500px;
    position: absolute;
}

    .feature-img.img-right {
        right: 0;
    }

    .feature-img.img-left {
        left: 0;
    }

.feature-list li {
    padding-left: 30px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-size: 1rem;
}

    .feature-list li:before {
        content: "\e959";
        font-family: 'Linearicons';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1rem;
    }

@media (min-width: 992px) {
    .feature-img-section {
        position: relative;
    }

    .feature-img {
        position: absolute;
        max-width: 600px;
    }

        .feature-img.pos-left {
            left: 0;
        }

        .feature-img.pos-right {
            right: 0;
        }
}


#top-slide.swiper-container {
    width: 100%;
    height: 400px;
}

#top-slide .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
}
#top-slide .swiper-pagination {
    bottom:-50px;
}

/* swiper slide */
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color:rgba(0,0,0,.3);
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
        cursor:pointer;
    }
    .gallery-thumbs .swiper-slide:hover,
    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

/* features */
#features .text-white-gray {
    font-size: .9rem;
}

#features .row {
    min-height: 450px;
}

#features .btn {
    padding: 10px 15px;
    font-size: .8rem !important;
}
#features .swiper-slide {
    background-size:contain;
}

#features .gallery-top .icon-magnifier {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: #fff;
}

#features .gallery-top .swiper-slide:hover {
    cursor: pointer;
}
#features .gallery-top .swiper-slide:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}
    #features .gallery-top .swiper-slide:hover:after {
        content: "\e922";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-family: 'linearicons' !important;
        color:#fff;
        font-size:70px;
        text-align:center;
        line-height:360px;
    }

.feature-list li {
    padding-left: 30px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-size: .8rem;
    word-break: keep-all;
}

    .feature-list li:before {
        content: "\e959";
        font-family: 'Linearicons';
        position: absolute;
        left: 10px;
        top: 5px;
        line-height: 20px;
        font-size: .8rem;
    }

@media (min-width: 992px) {
    .feature-img-section {
        position: relative;
    }

    .feature-img {
        position: absolute;
        max-width: 600px;
    }

        .feature-img.pos-left {
            left: 0;
        }

        .feature-img.pos-right {
            right: 0;
        }
}

/*
Pricing tables
*/

.pricing-card {
    text-align: center;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#pricing .section-title:after {
    background-color: #007bff;
}
.pricing-card h4 {
    padding: 25px 20px;
    margin: 0;
    background: #007bff;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

    .pricing-card .price-value {
        padding: 25px 20px;
        background-color: rgba(70, 73, 92, 0.01);
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 800;
        color: #007bff;
    }

        .pricing-card .price-value sup {
            font-size: .8rem;
            color: #007bff;
            vertical-align: top;
            font-weight: 400;
        }

        .pricing-card .price-value sub {
            font-size: 13px;
            font-weight: 400;
            color: #aeaeae;
            vertical-align: bottom;
            opacity: 0.5;
        }

    .pricing-card ul.list-unstyled {
        padding: 35px 20px;
        margin: 0px;
    }

        .pricing-card ul.list-unstyled > li {
            position: relative;
            padding-left: 30px;
            padding-bottom: 10px;
            text-align: center;
            display: block;
            border-bottom: 1px solid #eee;
            margin-bottom: 10px;
            line-height: normal;
            font-size: .8rem;
            text-align: left;
            word-break: keep-all;
        }

            .pricing-card ul.list-unstyled > li:last-child {
                margin-bottom: 0px;
            }

            .pricing-card ul.list-unstyled > li:before {
                content: "\e934";
                font-family: 'Linearicons';
                font-size: .8rem;
                position: absolute;
                left: 0;
                top: 3px;
            }

    .pricing-card ul.list-unstyled-sub {
        padding: 3px 0;
        margin: 0 0 3px 20px;
        word-break: keep-all;
    }
        .pricing-card ul.list-unstyled-sub li {
            margin:5px 0;
            font-size:.75rem;
        }

        .pricing-card ul.list-unstyled > li .mark {
            background: none;
            text-decoration: underline;
        }

    .pricing-card .pricing-footer {
        display: block;
        padding: 35px 20px;
        padding-top: 0px;
        position: relative;
    }

    .pricing-card:hover, .pricing-card.active {
        box-shadow: 0px 15px 50px rgba(70, 73, 92, 0.1);
    }

    .pricing-card.active {
        background: linear-gradient(215deg, #007bff 0%, #0062cc 70%, #344880 100%);
        background: -webkitlinear-gradient(215deg, #007bff 0%, #0062cc 70%, #344880 100%);
        background-color: #007bff;
    }

        .pricing-card.active h4 {
            color: #fff;
        }

        .pricing-card.active .price-value {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.1);
        }

            .pricing-card.active .price-value sub, .pricing-card.active .price-value sup {
                color: #fff;
                opacity: 0.5;
            }

        .pricing-card.active ul.list-unstyled li {
            border-bottom-color: rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.8);
        }

        .pricing-card.active .pricing-footer {
            border-top-color: rgba(255, 255, 255, 0.1);
        }

/*
Clients & reviews
*/
.client-reviews-card {
    text-align: center;
    position: relative;
}

    .client-reviews-card:before {
        content: "\e7e0";
        font-family: 'Linearicons';
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -30px;
        margin-top: -30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: #fff;
        font-size: 32px;
        border: 1px solid #eee;
        z-index: 2;
        border-radius: 50%;
    }

    .client-reviews-card .client-reviews-content {
        position: relative;
        background: #fff;
        border: 1px solid #eee;
        padding: 20px 20px;
        padding-top: 40px;
        text-align: center;
        font-size: .8rem;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 24px;
    }

        .client-reviews-card .client-reviews-content:after, .client-reviews-card .client-reviews-content:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .client-reviews-card .client-reviews-content:after {
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #fff;
            border-width: 10px;
            margin-left: -10px;
        }

        .client-reviews-card .client-reviews-content:before {
            border-color: rgba(238, 238, 238, 0);
            border-top-color: #eee;
            border-width: 11px;
            margin-left: -11px;
        }

        .client-reviews-card .client-reviews-content a {
            display: block;
        }

        .client-reviews-card .client-reviews-content .more {
            display: none;
            margin-top: 5px;
            padding-top: 5px;
            border-top: 1px dashed #eee;
            font-size: 13px;
        }

        .client-reviews-card .client-reviews-content a:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 20px;
            height: 50px;
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.88) 88%, rgba(255,255,255,0.98) 100%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.88) 88%,rgba(255,255,255,0.98) 100%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.88) 88%,rgba(255,255,255,0.98) 100%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        }

        .client-reviews-card .client-reviews-content a:hover .more {
            display: block;
        }

        .client-reviews-card .client-reviews-content a:hover:after {
            content: none;
        }

    .client-reviews-card .client-reviews-author {
        display: inline-block;
    }

        .client-reviews-card .client-reviews-author .thumb {
            display: inline-block;
            width: 60px;
            height: 60px;
            font-size: 0;
            text-align: center;
            overflow: hidden;
            border: 1px solid #eee;
        }

            .client-reviews-card .client-reviews-author .thumb:after {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
            }

            .client-reviews-card .client-reviews-author .thumb img {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                vertical-align: middle;
            }

        .client-reviews-card .client-reviews-author .img-fluid {
            width: 60px;
            margin: 0 auto;
            margin-bottom: 15px;
        }

        .client-reviews-card .client-reviews-author h5 {
            text-transform: capitalize;
            font-weight: 700;
            letter-spacing: 0px;
            margin-bottom: 0px;
            font-size: .8rem;
        }

        .client-reviews-card .client-reviews-author span {
            font-size: .6rem;
            opacity: 0.8;
        }

#reviews .owl-carousel .owl-item .item {
    box-sizing: border-box;
    padding: 20px;
    width: 200px;
    height: 100px;
    font-size: 0;
    text-align: center;
    border: 1px solid #eee;
}

    #reviews .owl-carousel .owl-item .item:after {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    #reviews .owl-carousel .owl-item .item img {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

/*
Parallax backgrounds
*/
.bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

    .bg-parallax .container {
        position: relative;
        z-index: 3;
    }

.parallax-overlay {
    background: #344880;
    background: -webkit-linear-gradient(left, #344880, #007bff);
    background: -moz-linear-gradient(left, #344880, #007bff);
    background: -webkit-linear-gradient(left, #344880, #007bff);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
}

/*
Tweeter feeds style
*/
.tweets-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tweets-container ul li {
        padding-bottom: 10px;
        color: rgba(70, 73, 92, 0.7);
        font-size: 16px;
        font-weight: 400;
    }

        .tweets-container ul li a {
            color: #46495c;
        }

            .tweets-container ul li a:hover {
                text-decoration: underline;
            }

/*
Owl carousel sliders style
*/
.carousel-outer {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 13;
}

    .carousel-outer .owl-theme .owl-dots {
        position: absolute;
        z-index: 99;
        width: 100%;
        bottom: -50px;
    }

    .carousel-outer .item img {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        max-width: 500px;
        height: auto;
    }

.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

    .owl-carousel.owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 0;
    }

    .owl-carousel.owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 0;
    }

    .owl-carousel.owl-theme .owl-nav [class*=owl-] {
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        font-size: 1.8rem;
        line-height: 1.8rem;
        color: #999;
        height: auto;
        width: auto;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    padding: 0px;
    border-radius: 50%;
    background-color: #999;
    opacity: .7;
    margin-bottom: 0px;
}

    .owl-theme .owl-dots .owl-dot span:hover {
        background-color: #007bff;
    }

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #007bff;
    opacity: 1;
}

.owl-carousel.owl-theme.carousel-review p {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.owl-carousel.owl-theme.carousel-review .btn {
    padding: 10px;
    font-size: .8rem !important;
}

.owl-carousel.owl-theme.carousel-review .img-fluid {
    width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.bg-primary .owl-theme .owl-nav [class*=owl-], .bg-primary-dark .owl-theme .owl-nav [class*=owl-], .bg-dark .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    opacity: 0.8;
    transition: all .3s;
    background-color: transparent;
    -webkit-transition: all .3s;
}

    .bg-primary .owl-theme .owl-nav [class*=owl-]:hover, .bg-primary-dark .owl-theme .owl-nav [class*=owl-]:hover, .bg-dark .owl-theme .owl-nav [class*=owl-]:hover {
        opacity: 1;
    }

/*
Footer style
*/
.footer {
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: #fbfbfb;
}
    .footer h4 {
        font-size:1rem;
        font-family:'Godo', sans-serif;
    }

    .footer ul.list-unstyled li {
        position: relative;
        color: rgba(70, 73, 92, 0.7);
        font-size: 15px;
        display: block;
        padding-bottom: 8px;
    }

        .footer ul.list-unstyled li:last-child {
            padding-bottom: 0;
        }

        .footer ul.list-unstyled li a {
            color: rgba(70, 73, 92, 0.7);
            font-size: .8rem;
        }

            .footer ul.list-unstyled li a:hover {
                color: #007bff;
            }

    .footer hr {
        border-top: 2px solid rgba(30, 207, 202, 0.05);
    }

    .footer .copyright span {
        font-size: .7rem;
        color: rgba(70, 73, 92, 0.7);
    }

        .footer .copyright span a {
            color: #46495c;
        }

    .footer .lead {
        margin-bottom: 8px;
        line-height: 36px;
        font-size: .8rem;
    }

    .footer .col-lg-3 .lead {
        font-size: 20px;
    }

    .footer .social-icon {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

@media (max-width: 991px) {
    .hero-gradient-light {
        padding-top:0;
    }
    #reviews .owl-carousel .owl-item .item {
        width: 170px;
    }

    #top-slide.swiper-container {
        height: 300px;
    }
    #top-slide .swiper-slide {
        background-size:contain;
    }
    #top-slide .swiper-pagination {
        bottom: -30px;
    }

    .bg-parallax .custom-control-description, .bg-dark .custom-control-description, .bg-primary .custom-control-description, .hero-form .custom-control-description {
        font-size: 1rem;
    }

    .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-brand > .logo-trans {
        display:none;
        opacity: 0;
    }
    .navbar.navbar-sticky.navbar-transparent-light.bg-white .navbar-brand {
        color: #203144 !important;
        line-height:normal;
    }
    .hero-gradient-dark {
        padding-bottom: 0rem;
        padding-top: 4rem;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        background-image: none;
        border: 0px;
        padding: 0px;
        top: 1px;
        width: 40px;
        height: 36px;
        line-height: 1;
    }

        .navbar-toggler .navbar-toggler-icon {
            background-image: none;
        }

            .navbar-toggler .navbar-toggler-icon:after {
                font-family: 'Linearicons';
                content: "\e92b";
                position: absolute;
                right: 0;
                font-size: 1.6em;
                top: 3px;
                transition: all .3s;
                -webkit-transition: all .3s;
                color: #000;
                cursor: pointer;
            }

    .navbar .navbar-nav .nav-link {
        border-top: 0px;
        padding: 5px 0;
        font-size: 1rem;
    }

    .navbar.navbar-expand-lg .nav-link.btn {
        display: none;
    }

    .dropdown-menu {
        box-shadow: none;
        padding: 0;
    }

        .dropdown-menu .dropdown-item {
            font-size: 1rem;
        }

        .feature-img-section .lead,
        .feature-img-section .feature-list {
            text-align: left;
        }

    .feature-img {
        position: static;
        margin-bottom: 30px;
        width: 100%;
        display: table;
        margin: 0 auto;
        display: block;
    }

    [id^=feature-slide] {
        order:1;
        height:360px;
    }
}

/**download store butto*/
.store-button {
    padding-left: 55px;
    display: inline-block;
    padding-left: 70px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    height: 70px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 5px;
}

    .store-button span {
        font-size: 13px;
        opacity: 0.6;
        display: block;
        line-height: 1.2;
        text-align: left;
        font-family: "Raleway", sans-serif;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    .store-button h4 {
        color: #fff;
    }

    .store-button > img {
        position: absolute;
        left: 15px;
        top: 12px;
    }

    .store-button.android-btn {
        background-color: #a4c639;
        background: -webkit-linear-gradient(bottom, #a4c639, #b9e824);
        background: -moz-linear-gradient(bottom, #a4c639, #b9e824);
        background: -webkit-linear-gradient(bottom, #a4c639, #b9e824);
    }

        .store-button.android-btn > img {
            width: 45px;
        }

    .store-button.app-store-btn {
        background-color: #1d5bee;
        background: -webkit-linear-gradient(bottom, #1d5bee, #1ae1ff);
        background: -moz-linear-gradient(bottom, #1d5bee, #1ae1ff);
        background: -webkit-linear-gradient(bottom, #1d5bee, #1ae1ff);
    }

        .store-button.app-store-btn > img {
            width: 43px;
        }

    .store-button:hover, .store-button:focus, .store-button:active {
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

        .store-button:hover span, .store-button:focus span, .store-button:active span {
            opacity: 1;
            color: #fff;
        }

/* Dimmed Layer */
.ly_fixed_wrap {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 0;
}

    .ly_fixed_wrap:after {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .ly_fixed_wrap.dimmed:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .ly_fixed_wrap .innr_cont {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        border: 1px solid rgba(0, 0, 0, 0.25);
        padding: 30px 15px 15px;
        background-color: #fff;
        min-height: 80px;
        overflow: hidden;
        vertical-align: middle;
        background-clip: padding-box;
        font-size: 13px;
        box-sizing: border-box;
        color: #666;
        line-height: 1.4;
        max-width:99%;
    }
    .ly_fixed_wrap .img_view{        
        max-width:1300px;
        max-height:800px;
        overflow-x:auto;
        overflow-y:auto;
    }
    .ly_fixed_wrap .btn_clse {
        position: absolute;
        top: 10px;
        right: 10px;
        overflow: hidden;
        width: 30px;
        height: 30px;
        color: transparent;
        font-size: 0;
        cursor: pointer;
    }

        .ly_fixed_wrap .btn_clse:before, .ly_fixed_wrap .btn_clse:after {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            background: #333;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .ly_fixed_wrap .btn_clse:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    .ly_fixed_wrap .btn_clse:hover {
        background:#333;
    }
        .ly_fixed_wrap .btn_clse:hover:before, .ly_fixed_wrap .btn_clse:hover:after {
            background:#fff;
        }



#home {
    background-image: url("../images/bg.jpg");
    background-size:cover;
}
    #home:before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    #home h1 {
        position:relative;
        text-align:center;
        padding:30px 0;
    }
    #home h1:before {
        position: absolute;
        content: "";
        left: 50%;
        margin-left: -100px;
        top: 0;
        width: 200px;
        height: 2px;
        background: #ccc;
    }

#home h1:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -100px;
    bottom: 0;
    width: 200px;
    height: 2px;
    background: #ccc;
}
    #home .lead {
        font-size:.8rem;
    }
.gallery {
    overflow:hidden;
    margin:0;
    padding:0;
}
    .gallery li {
        float: left;
        box-sizing: border-box;
        border: 1px solid #ccc;
        background: #fff;
        padding: 7px;
        width: 25%;
        list-style: none;
        margin: 0;
        cursor: pointer;
    }
    .gallery li a {
        display: block;
        position: relative;
        padding-top: 60%;        
        font-size: 0;
    }
        .gallery li:hover img {
            opacity:.5;
        }
    .gallery li a:after {
        content:"";
        display:inline-block;
        height:100%;
        vertical-align:middle;
    }
    .gallery li img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        width:auto;
        height:auto;
        max-width:100%;
        max-height:100%;
        vertical-align:middle;
        opacity:1;        
    }