﻿/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    [Table of contents]

    1. IMPORT FONTS
    2. IMPORT FILES
    3. SKELETON
    5. HEADER
    6. SECTIONS
    7. SECTIONS
    11. ICON BOXES
    13. FEATURES
    14. CONTACT
    15. FOOTER
    16. MISC
    17. BUTTONS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/bootstrap.min.css);
/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #333333;
    font-size: 15px;
    font-family: 'Hind', sans-serif;
    line-height: 1.80857;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #212121;
        text-decoration: none !important;
        opacity: 1
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            opacity: .8
        }

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}


.lead {
    font-size: 18px;
    line-height: 24px !important;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol {
    margin: 0px;
    padding: 0px;
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/


.header-nav .navbar-toggler span {
    background: #ee8e00;
}

.header-nav .navbar-brand {
    color: #111111;
    font-weight: 800;
    position: relative;
    font-size: 23px;
}

    .header-nav .navbar-brand span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        bottom: 12px;
        right: -9px;
        float: left;
    }


/*Navbar Toogle*/
.navbar-toggler {
    background: #333333;
    border: none;
    padding: 10px 6px;
    outline: none !important;
}

    .navbar-toggler span {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #fff;
    }

        .navbar-toggler span + span {
            margin-top: 4px;
            width: 18px;
            margin-left: 4px;
        }

            .navbar-toggler span + span + span {
                width: 10px;
                margin-left: 11px;
            }
/**/


.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: lighter;
    width: 100px;
    text-align: center;
    margin-left: 10px;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        border-bottom: solid 1px #EC8D23;
        color: #333333;
        font-weight: 600;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active {
        border-bottom: solid 1px #EC8D23;
        color: #333333;
        font-weight: 600;
    }


.navbar-expand-lg .navbar-nav .nav-link-icon {
    text-align: center;
    margin-left: 10px;
    padding-top: 5px;
}

    .navbar-expand-lg .navbar-nav .nav-link-icon:hover {
        opacity: 0.8;
    }


.header_style_01 {
    background-color: rgba(255, 255, 255);
    display: block;
    left: 0;
    padding: 10px 0px !important;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1110;
    box-shadow: 0px 5px 5px #dddddd42;
}

    .header_style_01 .navbar-default {
        background-color: transparent;
        border: 0;
    }

    .header_style_01 .navbar,
    .header_style_01 .navbar-nav,
    .header_style_01 .navbar-default,
    .header_style_01 .nav {
        margin-bottom: 0 !important;
    }

    .header_style_01 .navbar-brand {
        padding: 2px 15px 0 15px;
        height: auto;
    }

    .header_style_01 .navbar-default .navbar-nav > li > a {
        border-radius: 0;
        color: #222222;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize;
        background-color: transparent;
    }

    .header_style_01 .navbar-default .navbar-nav > li a {
        background-color: transparent !important;
    }

    .header_style_01 .navbar-default .navbar-nav > li:hover a,
    .header_style_01 .navbar-default .navbar-nav > li:focus a {
        color: #EE5E07;
    }

    .header_style_01 .navbar-right > li {
        margin-top: 2px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .header_style_01 .navbar-right > li > a {
            padding-bottom: 10px;
            padding-top: 10px;
        }

li.social-links {
    margin: 0 8px;
    display: inline-block;
    font-size: 20px;
}

    li.social-links a {
        padding: 0px 0 !important;
        color: #ffffff;
        display: inline-block;
    }

        li.social-links a:hover {
            color: #EE5E07;
        }

.header_style_01.fixed-menu {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.header_style_01.fixed-menu {
    padding: 15px 0px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}

body.app_version .header_style_01.fixed-menu {
    top: 0px;
}


/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.parallax {
    /*background-attachment: fixed;*/
    background-size: contain;
    height: 100%;
    padding: 120px 0;
    /*position: relative;*/
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

    .parallax.parallax-off {
        background-attachment: scroll !important;
        display: block;
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        position: relative;
        background-position: center center;
        vertical-align: sub;
        width: 100%;
        z-index: 2;
    }

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    /*padding: 80px 0;*/
    background-size: cover;
}

#support {
    padding-top: 80px;
    padding-bottom: 80px;
}

.nopad {
    padding: 0;
}


.about.section.wb {
    background-color: #ffffff;
    z-index: 1000;
    padding-bottom: 120px;
}


.features.section.wb {
    background-color: #ffffff;
    background-image: url('../uploads/bg1.png');
    background-attachment: fixed;
    z-index: 1000;
}

.overview.section.wb {
    background-color: #ffffff;
    padding-top: 100px;
}

.section.wb {
    background-color: #ffffff;
}

.first-section {
    display: block;
    /*position: relative;*/
    overflow: hidden;
    padding: 16em 0 13em;
    height: 1120px;
}

    .first-section h2 {
        color: #333333;
        font-size: 35px;
        font-weight: 100;
        text-transform: uppercase;
        display: block;
        margin: 0;
        padding: 0 0 30px;
        position: relative;
        text-align: center;
    }

    .first-section .lead {
        font-size: 20px;
        font-weight: 300;
        padding: 0 0 40px;
        margin: 0;
        line-height: inherit;
        color: #333333;
        text-align: center;
    }

.about.section-title {
    display: block;
    position: relative;
    margin-bottom: 80px;
    margin-top: 100px
}



.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

    .section-title p {
        color: #333333;
        font-weight: 100;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .section-title h3 {
        font-size: 35px;
        font-weight: 100;
        line-height: 62px;
        margin: 0 0 25px;
        padding: 0;
        text-transform: none;
    }

.btndnld {
    width: 210px;
    margin: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btndnld:hover {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
        opacity: 0.9;
    }

.btndownlod {
    text-align: center;
}



/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}


.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

    .effect-1:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

    .effect-1:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 2px #2750ff;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(.8);
        opacity: 0;
    }

    .effect-1:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .effect-1:after {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .effect-1:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.img-fon {
    width: 230px;
    text-align: center;
    display: block;
    margin: auto;
}



/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#features li {
    display: table;
    width: 100%;
    margin: 35px 0;
    cursor: pointer;
}

.features-left,
.features-right {
    padding: 0px;
}

    .features-right li:last-child,
    .features-left li:last-child {
        margin-bottom: 0px;
        padding-bottom: 0 !important;
    }

    .features-right li i,
    .features-left li i {
        width: 68px;
        height: 68px;
        line-height: 68px;
        display: table;
        border-radius: 6px;
        font-size: 26px;
        color: #ffffff;
        background-color: #EC8D23;
        margin: 0 auto 22px;
        position: relative;
        text-align: center;
        z-index: 55;
        transition: .4s;
        padding: 0;
    }

#features i img {
    margin: auto;
    width: 30px;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: left;
}

.fr-inner {
    margin-left: 90px;
}

.features-left i {
    float: right;
}

.fl-inner {
    text-align: right;
    margin-right: 90px;
}

#features h4 {
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
    padding-bottom: 15px;
}



/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/
.si-logo-ftr {
    margin: auto;
    width: 183px;
    height: auto;
    padding-top: 30px;
}

.screenshots {
    margin: auto;
    max-width: 90%;
    padding-top: 30px;
    display: block;
    text-align: center;
    padding-bottom: 80px;
}



.cac {
    background-color: #232323;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .cac:hover a h3 {
        color: #fff !important;
    }

    .cac a h3 {
        color: #333333;
    }

    .cac h3 {
        padding: 60px 0;
        margin: 0;
        font-weight: 400;
        font-size: 20px;
        text-transform: capitalize;
    }

.footer {
    padding: 50px 0 0px !important;
    color: #333333;
    background-color: #1f1f1f;
}

    .footer .widget-title {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

        .footer .widget-title small {
            color: #333333;
            display: block;
            padding: 0 58px;
            text-transform: uppercase;
        }

        .footer .widget-title h3 {
            color: #fff;
            font-weight: 500;
            font-size: 24px;
            padding: 0;
            margin: 0;
            line-height: 1 !important;
        }

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links a {
        color: #333333;
        display: block;
    }

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px;
    overflow: hidden;
}


/* Footer left */

.footer-distributed .footer-left {
    float: none;
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

    .footer-distributed .footer-links a {
        display: inline-block;
        line-height: 1.8;
        margin: 0 10px 0 10px;
        text-decoration: none;
    }

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 0;
    text-align: center;
}

    .footer-distributed .footer-company-name a {
        color: #ffffff;
    }

        .footer-distributed .footer-company-name a:hover {
            color: #EC8D23;
        }




/* Footer right */

.footer-distributed .footer-right {
    float: none;
}

.footer-distributed .widget-title p {
    padding-top: 40px;
}


.footer-right {
    float: right;
    color: #ffffff;
    text-align: center;
}

/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
    color: #333333;
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #333333;
}

.footer-distributed form input:-ms-input-placeholder {
    color: #333333;
}


/* The magnify glass icon */

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #333333;
    font-size: 18px;
    margin-top: 6px;
}



/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}


#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: center center no-repeat none;
    background-size: 95px 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


/**************************************
GRADIENTS 
**************************************/


body.app_version .dmtop:hover,
body.app_version .features-right li:hover i,
body.app_version .features-left li:hover i {
    background-position: 100px;
    color: #ffffff;
    background: #EE5E07;
    box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}

body.app_version .navbar-nav span {
    color: #0d61d0 !important;
}


body.app_version .cac:hover {
    background: #f9f9f9;
}

/**************************************
OTHERS 
**************************************/

body.app_version .app_iphone_01 {
    max-width: 450px;
    position: absolute;
    z-index: 2;
    padding-top: 40px;
    margin-left: 2%;
}

body.app_version .app_iphone_02 {
    max-width: 450px;
    position: relative !important;
    z-index: 3;
    float: right;
}

body.app_version .cac {
    background-color: #FEFEFE;
    height: 100px;
    border-top: 1px solid #ddd;
}

body.app_version .dmtop,
body.app_version .footer,
body.app_version .affix {
    background-color: #333333;
}

body.app_version .copyrights {
    background-color: #333333;
}

body.app_version .footer-distributed form input {
    background-color: #120d17;
}

body.app_version .btn-light {
    color: #ffffff;
    opacity: 1;
}

    body.app_version .btn-light:hover {
        background: #ffffff;
        color: #121212;
    }

    body.app_version .btn-light i {
        margin-right: 5px;
        vertical-align: middle;
    }

body.app_version .effect-1:after {
    box-shadow: 0 0 0 2px #fff;
}

body.app_version .footer a,
body.app_version .cac a h3,
body.app_version .footer-distributed .footer-company-name,
body.app_version .footer {
    color: #736e78;
    text-align: center;
}


body.app_version .section.db .section-title h2 {
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 0;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}


body.app_version .dev-list .widget p {
    margin: 0;
    padding: 5px 0 15px;
}

body.app_version .dev-list img {
    width: 35px;
}



.social {
    width: 80px !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .social:hover {
        opacity: 0.8;
    }


.cntcticon {
    width: 25px !important;
    margin-right: 10px;
}

.contact {
    padding-top: 120px;
}

body.app_version .footer-social .btn {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #e80d45 !important;
    color: #ffffff;
    background-color: #e80d45 !important;
}


.widget.clearfix {
    background-image: url(uploads/mask.png);
    background-position: left;
    background-size: 320px;
    background-repeat: no-repeat;
}


.widget.clearfix2 {
    background-image: url(uploads/mask2.png);
    background-position: left;
    background-size: 320px;
    background-repeat: no-repeat;
}

body.app_version .dev-list .widget {
    padding: 20px;
}

    body.app_version .dev-list .widget h3 {
        font-size: 21px;
        padding: 0 0 5px;
        margin: 0;
        line-height: 1 !important;
        text-transform: uppercase;
    }

body.app_version .dev-list .widget-title {
    padding: 20px 0 10px;
    margin: 0;
    line-height: 1 !important;
}


.navbar-brand img {
    width: 128px;
}

.vborder {
    border-left: 1px solid #333333;
    height: 40px;
}

.iosicon {
    width: 16px;
    margin-top: 10px;
    margin-right: 10px;
}

.gplayicon {
    width: 16px;
    margin-top: 10px;
}

.mob {
    margin: auto;
    max-width: 700px;
    padding-top: 80px;
}

.socialmediasection {
    text-align: center;
}

.hoverme :hover {
    color: #fff;
}

.nav-link:hover {
    border-bottom: solid 1px #EC8D23;
    color: #333333;
}

.privacypolicy :hover {
    border-bottom: solid 1px #EC8D23 !important;
    color: #fff;
}

.smallbutton {
    width: 23px;
}

.middleline {
    top: 220px;
    left: 0px;
    width: 100%;
    height: 0px;
    border: 1px solid #DDDDDD;
    opacity: 1;
}


@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (max-width:768px) {
    div.mob, div .app_iphone_01.wow.slideInUp.hidden-xs.hidden-sm, img.img-fluid {
        max-width: 300px !important;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (max-width:991px) {
    .navbar-nav {
        display: inline-block;
        width: 100%;
    }

        .navbar-nav li {
            width: 100%;
        }

            .navbar-nav li:last-child {
                width: 30px;
                float: left;
            }

            .navbar-nav li:nth-child(6) {
                width: 2px;
                float: left;
            }

            .navbar-nav li:nth-child(7) {
                width: 30px;
                float: left;
            }
}
