@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #928efb
}

    a:focus,
    a:hover,
    a:visited {
        text-decoration: none;
        outline: 0
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.7rem;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px;
}

button,
input,
select,
textarea {
    font-family: Poppins, sans-serif
}

textarea {
    overflow: hidden
}

.desktop_view {
    display: block !important
}

.mobile_view {
    display: none !important
}

.dark-bg {
    background-color: #282a33
}

.light-bg {
    background-color: #f6fbfd
}

p,
text {
    position: relative
}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.centered {
    text-align: center
}

.btn-style-one {
    position: relative;
    padding: 14px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    color: #232323;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif
}

    .btn-style-one .icon {
        position: relative;
        top: 2px;
        font-size: 17px;
        margin-right: 10px;
        line-height: 1em
    }

    .btn-style-one:hover {
        background: #232323;
        color: #fff;
        border-color: #232323
    }

.btn-style-two {
    position: relative;
    padding: 12px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #7c77f7;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    border: 2px solid #7c77f7;
    font-family: Poppins, sans-serif
}

    .btn-style-two:hover {
        background: 0 0;
        color: #7c77f7;
        border-color: #7c77f7
    }

.btn-style-three {
    position: relative;
    padding: 10px 50px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    color: #333;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 1px;
    -webkit-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, .15);
    font-family: Poppins, sans-serif
}

    .btn-style-three:hover {
        background: #b391f8;
        color: #fff;
        border-color: #b391f8
    }

.social-icon-one {
    position: relative
}

    .social-icon-one a {
        font-size: 15px;
        color: #222;
        margin-right: 15px;
        display: inline-block;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease
    }

        .social-icon-one a:hover {
            color: #a0aaff
        }

.social-icon-two {
    position: relative;
    display: inline-block;
    border: 1px solid #e0e0e0
}

    .social-icon-two a {
        position: relative;
        width: 36px;
        height: 36px;
        font-size: 15px;
        color: #777;
        text-align: center;
        line-height: 38px;
        float: left;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        border-right: 1px solid #e0e0e0
    }

        .social-icon-two a:hover {
            color: #fff;
            background-color: #928efb
        }

        .social-icon-two a:last-child {
            border: none
        }

.theme_color {
    color: #fff
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg)
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

    .scroll-to-top:hover {
        color: #fff;
        background: #928efb
    }

.list-style-one {
    position: relative
}

    .list-style-one li {
        position: relative;
        padding-left: 55px;
        font-size: 15px;
        margin-bottom: 22px;
        line-height: 1.8em;
        font-weight: 400;
        color: #111;
        padding-top: 6px;
        min-height: 40px
    }

        .list-style-one li:nth-child(2) {
            margin-bottom: 8px
        }

        .list-style-one li .icon {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 40px;
            height: 40px;
            color: #111;
            font-size: 18px;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
            background-color: #fff;
            -webkit-box-shadow: 0 2px 7px 0 #e5e5e5;
            -moz-box-shadow: 0 2px 7px 0 #e5e5e5;
            box-shadow: 0 2px 7px 0 #e5e5e5
        }

.list-style-two {
    position: relative
}

    .list-style-two li {
        position: relative;
        padding-left: 25px;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 1.6em;
        color: #fff
    }

        .list-style-two li:before {
            position: absolute;
            left: 0;
            top: 5px;
            content: '\f058';
            font-size: 15px;
            line-height: 1em;
            color: #fff;
            font-family: FontAwesome
        }

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%
}

    .main-header .auto-container {
        position: relative
    }

    .main-header .main-box {
        position: relative;
        padding: 0 0;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

    .main-header.fixed-header .main-box {
        position: fixed;
        border-bottom: 1px solid #181818;
        padding: 0 0;
        z-index: 999;
        opacity: 1;
        visibility: visible;
        background: #9cadff;
        background: -moz-linear-gradient(left, #9cadff 0, #af9efe 44%, #cd88fd 100%);
        background: -webkit-linear-gradient(left, #9cadff 0, #af9efe 44%, #cd88fd 100%);
        background: linear-gradient(to right, #9cadff 0, #af9efe 44%, #cd88fd 100%)
    }

    .main-header .main-box .outer-container {
        position: relative
    }

    .main-header .main-box .logo-box {
        position: relative;
        float: left;
        left: 0;
        z-index: 10;
        padding: 22px 0;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

.fixed-header .main-box .logo-box {
    padding: 15px 0
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: #444;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    background: 0 0
}

.main-header .nav-outer {
    position: relative;
    float: right
}

.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

    .main-menu .navbar-collapse {
        padding: 0
    }

    .main-menu .navigation {
        position: relative;
        margin: 0
    }

        .main-menu .navigation > li {
            position: relative;
            margin-right: 30px;
            display: inline-block;
            padding: 47px 0 20px;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0
            }

.fixed-header .main-menu .navigation > li {
    padding: 26px 0
}

.fixed-header .info-options {
    padding: 38px 0 !important
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 0 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    font-family: Poppins, sans-serif
}

.main-menu .navigation > li.dropdown > a:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 32px
}

.main-menu .navigation > li.dropdown a {
    padding-right: 15px
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #fff;
    opacity: 1
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 220px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 2px solid #928efb;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

    .main-menu .navigation > li > ul.from-right {
        left: auto;
        right: 0
    }

    .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .07)
    }

        .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none
        }

        .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            line-height: 24px;
            font-weight: 500;
            font-size: 14px;
            text-transform: capitalize;
            color: #292929;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease
        }

        .main-menu .navigation > li > ul > li:hover > a {
            color: #fff;
            background: #928efb;
            padding-left: 25px
        }

        .main-menu .navigation > li > ul > li.dropdown > a:after {
            font-family: FontAwesome;
            content: "\f105";
            position: absolute;
            right: 10px;
            top: 12px;
            width: 10px;
            height: 20px;
            display: block;
            color: #292929;
            line-height: 20px;
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            z-index: 5
        }

        .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
            color: #fff
        }

        .main-menu .navigation > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 20px;
            width: 220px;
            padding: 0;
            z-index: 100;
            display: none;
            background: #fff;
            border-top: 2px solid #928efb;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
            -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
            -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
        }

            .main-menu .navigation > li > ul > li > ul.from-right {
                left: auto;
                right: 0
            }

            .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid rgba(0, 0, 0, .07)
            }

                .main-menu .navigation > li > ul > li > ul > li:last-child {
                    border-bottom: none
                }

                .main-menu .navigation > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    line-height: 24px;
                    font-weight: 500;
                    font-size: 14px;
                    text-transform: capitalize;
                    color: #292929;
                    transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -webkit-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                    -o-transition: all .5s ease
                }

                .main-menu .navigation > li > ul > li > ul > li:hover > a {
                    color: #fff;
                    background: #928efb;
                    padding-left: 25px
                }

                .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                    font-family: FontAwesome;
                    content: "\f105";
                    position: absolute;
                    right: 10px;
                    top: 11px;
                    width: 10px;
                    height: 20px;
                    display: block;
                    color: #292929;
                    line-height: 20px;
                    font-size: 16px;
                    font-weight: 400;
                    text-align: center;
                    z-index: 5
                }

                .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
                    color: #fff
                }

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 25px;
    padding: 36px 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.fixed-header .outer-box {
    padding: 20px 0 0 0
}

.main-header .outer-box .cart-btn {
    position: relative;
    color: #fff;
    font-size: 20px
}

    .main-header .outer-box .cart-btn:hover {
        opacity: .7
    }

.header-style-three.fixed-header .main-menu .navigation > li > a,
.header-style-three.fixed-header .outer-box .cart-btn,
.header-style-two .main-menu .navigation > li > a,
.header-style-two .outer-box .cart-btn {
    color: #232323
}

.header-style-three.fixed-header .main-box,
.header-style-two.fixed-header .main-box {
    background-color: #fff;
    border-color: #e0e0e0
}

.main-slider {
    position: relative;
    z-index: 10
}

    .main-slider .tp-caption {
        z-index: 5
    }

    .main-slider .tp-dottedoverlay {
        background: 0 0 !important
    }

    .main-slider h2 {
        position: relative;
        color: #232323;
        font-weight: 700;
        font-size: 50px;
        line-height: 1.3em;
        margin-bottom: 15px
    }

        .main-slider h2 span {
            color: #fff
        }

    .main-slider .text {
        position: relative;
        color: #232323;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.9em;
        margin-bottom: 40px
    }

    .main-slider .tp-bannertimer {
        display: none !important
    }

.sec-title {
    position: relative;
    margin-bottom: 38px
}

    .sec-title .number {
        position: relative;
        color: #111;
        font-size: 20px;
        font-weight: 500;
        line-height: 1em;
        display: inline-block
    }

        .sec-title .number:after {
            position: absolute;
            content: '';
            left: 20px;
            top: 10px;
            width: 88px;
            height: 2px;
            background-color: #2d2d2d
        }

    .sec-title h2 {
        position: relative;
        color: #212331 !important;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2em;
        padding-top: 20px;
    }

    .sec-title.centered {
        text-align: center
    }

        .sec-title.centered .number {
            margin-left: -60px
        }

    .sec-title.light .number,
    .sec-title.light h2 {
        color: #fff
    }

        .sec-title.light .number:after {
            background-color: #fff
        }

.banner-section {
    position: relative;
    padding-top: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    display: block;
    height: 100%;
    min-height: 700px;
    overflow: hidden
}

    .banner-section:after {
        border-bottom: 370px solid #fff;
        border-left: 2000px solid transparent;
        bottom: 0;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        right: 0;
        width: 0;
        z-index: 11
    }

    .banner-section .content {
        position: relative;
        text-align: center;
        padding-bottom: 60px
    }

        .banner-section .content h2 {
            position: relative;
            color: #fff;
            font-size: 60px;
            line-height: 1.2em;
            padding-bottom: 30px;
            text-transform: uppercase
        }

        .banner-section .content .image {
            position: relative;
            z-index: 1;
            margin-bottom: -300px
        }

.banner-section-two {
    position: relative;
    padding-top: 350px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat
}

    .banner-section-two .big-curve {
        position: absolute;
        right: -80px;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/resource/banner-curve.png) right top no-repeat
    }

    .banner-section-two .dark-circle {
        position: absolute;
        left: 100px;
        top: 20%;
        width: 120px;
        height: 120px;
        display: block;
        background: url(../images/resource/dark-circle.png) no-repeat
    }

    .banner-section-two .light-circle {
        position: absolute;
        left: -40px;
        top: 50%;
        width: 120px;
        height: 120px;
        display: block;
        background: url(../images/resource/light-circle.png) no-repeat
    }

    .banner-section-two .content-column {
        position: relative
    }

        .banner-section-two .content-column .inner-column {
            position: relative;
            padding-right: 30px
        }

            .banner-section-two .content-column .inner-column h2 {
                position: relative;
                color: #232323;
                font-weight: 700;
                font-size: 50px;
                line-height: 1.3em;
                margin-bottom: 15px
            }

            .banner-section-two .content-column .inner-column .text {
                position: relative;
                color: #777;
                font-weight: 300;
                font-size: 15px;
                line-height: 1.9em;
                margin-bottom: 40px
            }

    .banner-section-two .image-column .image {
        position: relative;
        margin-right: -80px;
        margin-top: -110px
    }

        .banner-section-two .image-column .image img {
            width: 100%;
            display: block
        }

.banner-section-three {
    position: relative;
    padding-top: 260px;
    background-position: left top;
    background-size: cover
}

    .banner-section-three:before {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: url(../images/resource/banner-layer.jpg) repeat;
        transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -webkit-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        -o-transition: all 1.5s ease
    }

    .banner-section-three.animated:before {
        width: 460px
    }

    .banner-section-three .content {
        position: relative;
        max-width: 520px;
        padding-top: 60px;
        display: inline-block
    }

        .banner-section-three .content h2 {
            position: relative;
            color: #fff;
            font-weight: 700;
            font-size: 75px;
            line-height: 1.2em;
            word-spacing: 20px;
            margin-bottom: 20px
        }

        .banner-section-three .content .text {
            position: relative;
            color: #fff;
            font-weight: 300;
            font-size: 15px;
            line-height: 1.9em;
            margin-bottom: 40px
        }

    .banner-section-three .image {
        position: relative;
        float: right;
        margin-bottom: -130px
    }

.features-section {
    position: relative;
    padding: 40px 0 0;
    background-position: left top;
    background-repeat: no-repeat
}

    .features-section.style-two {
        margin-top: -180px
    }

        .features-section.style-two:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: url(../images/resource/service-pattern.png) left top no-repeat
        }

.services-block {
    position: relative;
    margin-bottom: 30px
}

    .services-block .inner-box {
        min-height: 470px;
        position: relative;
        padding: 25px 35px;
        display: block;
        background-color: #fff;
        border: 1px solid #eaeaea;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease
    }

        .services-block .inner-box .icon-box {
            position: relative;
            margin-bottom: 30px
        }

        .services-block .inner-box h3 {
            position: relative;
            font-weight: 500;
            font-size: 20px;
            color: #202020;
            margin-bottom: 15px
        }

        .services-block .inner-box .text {
            position: relative;
            color: #777;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.8em
        }

        .services-block .inner-box:hover {
            -webkit-box-shadow: -4px 10px 19px 0 #ccc;
            -moz-box-shadow: -4px 10px 19px 0 #ccc;
            box-shadow: -4px 10px 19px 0 #ccc
        }

.android-section {
    position: relative;
    padding: 45px 0 150px;
    background-color: #9ca3ff
}

    .android-section .content-column {
        position: relative
    }

        .android-section .content-column .inner-column {
            position: relative;
            padding-right: 65px;
            padding-top: 85px;
            z-index: 1
        }

    .android-section .image-column .inner-column .circle-image {
        position: relative;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto
    }

        .android-section .image-column .inner-column .circle-image:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(156, 163, 255, .6)
        }

        .android-section .image-column .inner-column .circle-image:after {
            position: absolute;
            content: '';
            left: 70px;
            top: 70px;
            right: 70px;
            bottom: 70px;
            border-radius: 50%;
            background-color: #9ca3ff
        }

    .android-section .content-column .inner-column .sec-title {
        margin-bottom: 28px
    }

    .android-section .content-column .inner-column .text {
        position: relative;
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.9em;
        margin-bottom: 38px
    }

    .android-section .content-column .inner-column .btns-box {
        position: relative
    }

        .android-section .content-column .inner-column .btns-box .btns {
            position: relative;
            margin-right: 25px;
            margin-bottom: 15px;
            display: inline-block
        }

    .android-section .image-column {
        position: relative
    }

        .android-section .image-column .mobile-image {
            position: absolute;
            right: -60px;
            top: 240px;
            z-index: 1
        }

    .android-section.style-two {
        background: 0 0;
        padding-top: 85px
    }

        .android-section.style-two:after {
            display: none
        }

        .android-section.style-two .content-column .inner-column .text {
            color: #777
        }

        .android-section.style-two .image-column .mobile-image {
            top: 220px;
            left: 60px
        }

    .android-section .bottom-curve {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block
    }

        .android-section .bottom-curve:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            border-bottom: 1200px solid #fff;
            border-left: 10000px solid transparent
        }

.apps-section {
    position: relative;
    padding-top: 55px;
    background-repeat: no-repeat;
    background-position: left bottom
}

    .apps-section .sec-title {
        margin-bottom: 60px
    }

    .apps-section .inner-container {
        max-width: 1000px;
        margin: 0 auto
    }

    .apps-section .image-column {
        position: relative
    }

        .apps-section .image-column .image {
            position: relative;
            text-align: center
        }

    .apps-section .content-column {
        position: relative
    }

        .apps-section .content-column .inner-column {
            position: relative;
            padding-left: 25px;
            padding-top: 30px
        }

    .apps-section.style-two {
        padding: 135px 0 110px
    }

        .apps-section.style-two .sec-title {
            margin-bottom: 70px
        }

        .apps-section.style-two .content-column .inner-column {
            padding-left: 0;
            padding-top: 150px
        }

.featured-block {
    position: relative;
    margin-bottom: 50px
}

    .featured-block .inner-box {
        position: relative;
        display: block;
        padding-left: 110px
    }

        .featured-block .inner-box:after {
            position: absolute;
            content: '';
            left: 44px;
            top: 0;
            height: 150%;
            z-index: -1;
            border: 1px dashed #ff7cfd
        }

    .featured-block:last-child .inner-box:after {
        border: none
    }

    .featured-block .inner-box .icon-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 88px;
        height: 88px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        font-size: 40px;
        line-height: 88px;
        background-color: #3e3f49
    }

    .featured-block .inner-box h3 {
        position: relative;
        color: #222;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2em;
        padding-top: 32px;
        margin-bottom: 18px
    }

    .featured-block .inner-box .text {
        position: relative;
        color: #777;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.8em
    }

.video-section {
    position: relative;
    overflow: hidden;
    padding-top: 145px;
    padding-bottom: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

    .video-section:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        border-bottom: 120px solid #fff;
        border-right: 2000px solid transparent
    }

    .video-section:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #9cadff;
        background: -moz-linear-gradient(left, #9cadff 0, #af9efe 44%, #cd88fd 100%);
        background: -webkit-linear-gradient(left, #9cadff 0, #af9efe 44%, #cd88fd 100%);
        background: linear-gradient(to right, #9cadff 0, #af9efe 44%, #cd88fd 100%)
    }

    .video-section .content-column {
        position: relative;
        margin-bottom: 50px
    }

        .video-section .content-column .inner-column {
            position: relative;
            padding-right: 75px
        }

            .video-section .content-column .inner-column h2 {
                position: relative;
                color: #fff;
                font-size: 40px;
                margin-bottom: 12px
            }

            .video-section .content-column .inner-column .text {
                position: relative;
                font-size: 15px;
                font-weight: 300;
                line-height: 1.9em;
                color: #fff;
                margin-bottom: 75px
            }

            .video-section .content-column .inner-column .video-btn {
                position: relative;
                width: 100px;
                height: 100px;
                font-size: 20px;
                color: #fff;
                line-height: 100px;
                border-radius: 50%;
                text-align: center;
                display: inline-block;
                margin-left: 30px;
                border: 1px solid rgba(255, 255, 255, .05);
                background-color: rgba(255, 255, 255, .01);
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease
            }

                .video-section .content-column .inner-column .video-btn .icon {
                    position: relative;
                    color: #fff
                }

                .video-section .content-column .inner-column .video-btn:before {
                    position: absolute;
                    content: '';
                    left: -30px;
                    top: -30px;
                    right: -30px;
                    bottom: -30px;
                    border-radius: 50%;
                    background-color: rgba(255, 255, 255, .01);
                    border: 1px solid rgba(255, 255, 255, .05);
                    transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -webkit-transition: all .3s ease;
                    -ms-transition: all .3s ease;
                    -o-transition: all .3s ease
                }

                .video-section .content-column .inner-column .video-btn:hover,
                .video-section .content-column .inner-column .video-btn:hover:before {
                    border-color: rgba(255, 255, 255, .3)
                }

    .video-section .gallery-column {
        position: relative
    }

        .video-section .gallery-column .row {
            margin: 0 -10px
        }

        .video-section .gallery-column .gallery-item {
            position: relative;
            padding: 0 10px
        }

    .video-section.style-two {
        padding-bottom: 130px
    }

        .video-section.style-two:after {
            display: none
        }

.gallery-item {
    position: relative;
    margin-bottom: 20px
}

    .gallery-item .inner-box {
        position: relative;
        display: block
    }

        .gallery-item .inner-box .image {
            position: relative
        }

            .gallery-item .inner-box .image img {
                position: relative;
                width: 100%;
                display: block
            }

            .gallery-item .inner-box .image .overlay-box {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: block;
                text-align: center;
                opacity: 0;
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                background: -webkit-linear-gradient(right, #aa6cfc, #7bb0f8);
                background: -ms-linear-gradient(right, #aa6cfc, #7bb0f8);
                background: -o-linear-gradient(right, #aa6cfc, #7bb0f8);
                background: -moz-linear-gradient(right, #aa6cfc, #7bb0f8)
            }

                .gallery-item .inner-box .image .overlay-box .overlay-link {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    display: block
                }

                .gallery-item .inner-box .image .overlay-box .text {
                    position: relative;
                    color: #fff;
                    font-size: 12px;
                    font-weight: 500;
                    top: 50%;
                    margin-top: -8px;
                    text-transform: uppercase
                }

        .gallery-item .inner-box:hover .image .overlay-box {
            opacity: .85
        }

.screenshots-section {
    position: relative;
    padding: 40px 0 120px
}

    .screenshots-section .carousel-container {
        position: relative;
        overflow: hidden;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 100px
    }

        .screenshots-section .carousel-container:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100px;
            height: 100%;
            z-index: 2;
            background-color: #fff
        }

        .screenshots-section .carousel-container:after {
            position: absolute;
            content: '';
            right: 0;
            top: 0;
            width: 100px;
            height: 100%;
            z-index: 20;
            background-color: #fff
        }

    .screenshots-section .carousel-outer {
        position: relative;
        width: 391px;
        height: 652px;
        margin: 0 auto;
        padding: 108px 70px;
        background: url(../images/resource/iphone-mockup-one.png) center top no-repeat
    }

        .screenshots-section .carousel-outer .owl-carousel {
            z-index: auto
        }

        .screenshots-section .carousel-outer .mockup-layer {
            position: absolute;
            width: 390px;
            left: 0;
            top: 0;
            z-index: 20
        }

            .screenshots-section .carousel-outer .mockup-layer:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 70px;
                height: 630px;
                background: url(../images/resource/iphone-mockup-one.png) left top no-repeat;
                z-index: 20
            }

            .screenshots-section .carousel-outer .mockup-layer:after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                width: 70px;
                height: 630px;
                background: url(../images/resource/iphone-mockup-one.png) right top no-repeat;
                z-index: 20
            }

    .screenshots-section .owl-stage-outer {
        overflow: visible !important
    }

    .screenshots-section .slide .image img {
        width: 100%;
        display: block;
        border-radius: 5px;
        z-index: 99999999
    }

    .screenshots-section .owl-dots {
        display: none
    }

    .screenshots-section .owl-nav {
        position: absolute;
        left: 0;
        top: 50%;
        width: 1390px;
        display: block;
        z-index: 30;
        margin-left: -560px
    }

        .screenshots-section .owl-nav .owl-next,
        .screenshots-section .owl-nav .owl-prev {
            position: absolute;
            display: inline-block;
            top: 50%;
            width: 62px;
            height: 62px;
            line-height: 62px;
            font-size: 20px;
            margin-top: -31px;
            text-align: center;
            border-radius: 50%;
            background-color: #f3f1fe;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease
        }

            .screenshots-section .owl-nav .owl-next:hover,
            .screenshots-section .owl-nav .owl-prev:hover {
                color: #fff;
                background-color: #afacfb
            }

        .screenshots-section .owl-nav .owl-next {
            right: 5px
        }

    .screenshots-section.style-two {
        overflow: hidden;
        padding-top: 135px;
        background-position: left bottom;
        background-repeat: no-repeat
    }

        .screenshots-section.style-two .owl-nav {
            display: none
        }

        .screenshots-section.style-two .carousel-outer {
            margin: 0 0
        }

            .screenshots-section.style-two .carousel-outer:before {
                position: absolute;
                content: '';
                right: 89%;
                top: 0;
                width: 3000px;
                height: 100%;
                display: block;
                z-index: 2;
                background-color: #fff
            }

.testimonial-section {
    position: relative;
    overflow: hidden;
    padding: 140px 0 200px
}

    .testimonial-section .inner-container {
        position: relative;
        max-width: 810px;
        margin: 0 auto
    }

    .testimonial-section:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        border-bottom: 800px solid #fff;
        border-left: 10000px solid transparent
    }

.testimonial-block {
    position: relative
}

    .testimonial-block .inner-box {
        position: relative;
        display: block;
        padding-left: 140px
    }

        .testimonial-block .inner-box .image {
            position: absolute;
            left: 0;
            top: 0;
            width: 118px;
            height: 118px;
            overflow: hidden;
            border-radius: 5px;
            margin-bottom: 20px
        }

        .testimonial-block .inner-box .quote-icon {
            position: relative;
            color: #00bcd4;
            font-size: 30px;
            line-height: 1em
        }

        .testimonial-block .inner-box .text {
            position: relative;
            font-size: 15px;
            line-height: 1.7em;
            color: #777;
            font-weight: 400;
            margin-left: 40px;
            margin-bottom: 12px;
            font-family: Poppins, sans-serif
        }

        .testimonial-block .inner-box .author {
            position: relative;
            color: #00bcd4;
            font-size: 15px;
            font-weight: 500
        }

            .testimonial-block .inner-box .author span {
                position: relative;
                color: #383843;
                font-size: 18px
            }

.testimonial-section .owl-dots {
    display: none
}

.testimonial-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -14px
}

    .testimonial-section .owl-nav .owl-next,
    .testimonial-section .owl-nav .owl-prev {
        position: absolute;
        width: 28px;
        height: 28px;
        color: #fff;
        font-size: 14px;
        line-height: 27px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #fff;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease
    }

    .testimonial-section .owl-nav .owl-prev {
        left: -100px
    }

    .testimonial-section .owl-nav .owl-next {
        right: -100px
    }

        .testimonial-section .owl-nav .owl-next:hover,
        .testimonial-section .owl-nav .owl-prev:hover {
            background-color: #fff;
            color: #fff
        }

.price-section {
    position: relative;
    padding: 30px 0
}

    .price-section.alternate {
        padding-top: 130px
    }

    .price-section .sec-title {
        margin-bottom: 50px
    }

    .price-section .row {
        margin: 0 -50px
    }

    .price-section .price-block {
        position: relative;
        padding: 0 50px;
        margin-bottom: 40px
    }

    .price-section.style-two {
        padding-top: 135px;
        padding-bottom: 20px
    }

.price-block .inner-box {
    position: relative;
    text-align: center;
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 40px 30px 60px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .5);
    -moz-box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .5);
    box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .5)
}

    .price-block .inner-box .upper-box {
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 28px;
        border-bottom: 1px solid #ddd
    }

        .price-block .inner-box .upper-box .price {
            position: relative;
            font-weight: 700;
            font-size: 50px;
            color: #333;
            line-height: 1em;
            margin-bottom: 18px
        }

        .price-block .inner-box .upper-box .title {
            position: relative;
            font-size: 20px;
            font-weight: 500;
            text-transform: uppercase
        }

    .price-block .inner-box .lower-box {
        position: relative
    }

        .price-block .inner-box .lower-box ul {
            position: relative;
            margin-bottom: 40px
        }

            .price-block .inner-box .lower-box ul li {
                position: relative;
                color: #777;
                font-size: 15px;
                font-weight: 300;
                margin-bottom: 8px
            }

                .price-block .inner-box .lower-box ul li a {
                    position: relative;
                    color: #b391f8;
                    font-weight: 600
                }

.subscribe-section {
    position: relative;
    padding: 140px 0 120px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

    .subscribe-section:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #9cadff;
        background: -moz-linear-gradient(left, #9cadff 0, #af9efe 44%, #cd88fd 100%);
        background: -webkit-linear-gradient(left, #9cadff 0, #af9efe 44%, #cd88fd 100%);
        background: linear-gradient(to right, #9cadff 0, #af9efe 44%, #cd88fd 100%)
    }

    .subscribe-section h2 {
        position: relative;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 52px
    }

.subscribe-form {
    position: relative;
    max-width: 700px;
    margin: 0 auto
}

    .subscribe-form .form-group {
        position: relative;
        margin: 0
    }

    .subscribe-form input[type=email],
    .subscribe-form input[type=password],
    .subscribe-form input[type=text] {
        display: block;
        width: 100%;
        height: 60px;
        padding: 14px 40px;
        font-size: 12px;
        background: #fff;
        border-radius: 50px
    }

    .subscribe-form .theme-btn {
        position: absolute;
        right: 2px;
        top: 2px;
        width: 175px;
        height: 56px;
        padding: 15px 50px;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        background: #a89bfe;
        border-radius: 50px
    }

.sponsors-section {
    position: relative;
    padding: 60px 0 60px
}

    .sponsors-section:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -180px;
        width: 100%;
        height: 203px;
        background: url(../images/resource/divider-line.png) center bottom repeat-x
    }

    .sponsors-section .sponsors-outer {
        position: relative
    }

        .sponsors-section .sponsors-outer .owl-dots,
        .sponsors-section .sponsors-outer .owl-nav {
            position: relative;
            display: none
        }

        .sponsors-section .sponsors-outer .image-box {
            position: relative;
            text-align: center
        }

            .sponsors-section .sponsors-outer .image-box img {
                max-width: 100%;
                width: auto;
                display: inline-block;
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease
            }

    .sponsors-section.style-two:after {
        display: none
    }

.main-footer {
    position: relative
}

    .main-footer .footer-upper {
        position: relative;
        padding: 70px 0
    }

        .main-footer .footer-upper .auto-container {
            max-width: 1000px
        }

        .main-footer .footer-upper .info-column {
            position: relative
        }

            .main-footer .footer-upper .info-column .inner-column {
                position: relative;
                padding-right: 0
            }

            .main-footer .footer-upper .info-column h2 {
                position: relative;
                color: #222;
                font-size: 25px;
                margin-bottom: 20px;
                font-weight: 400
            }

            .main-footer .footer-upper .info-column .text {
                position: relative;
                color: #777;
                font-size: 15px;
                font-weight: 400;
                line-height: 1.8em;
                margin-bottom: 25px
            }

    .main-footer .footer-bottom {
        position: relative;
        padding: 170px 0 20px;
        text-align: center;
        background: url(../images/background/4.png) center top no-repeat;
        background-size: cover
    }

        .main-footer .footer-bottom .copyright {
            position: relative;
            color: #fff;
            font-size: 13px
        }

    .main-footer .footer-bottom-two {
        position: relative;
        padding: 40px 0 40px;
        text-align: center;
        margin-top: 100px;
        background-color: #232323
    }

        .main-footer .footer-bottom-two .copyright {
            position: relative;
            color: #fff;
            font-size: 14px
        }

    .main-footer .footer-upper .form-column .default-form .row {
        margin: 0 0
    }

    .main-footer .footer-upper .form-column .default-form .form-group {
        padding: 0 20px
    }

.default-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.default-form input[type=email],
.default-form input[type=password],
.default-form input[type=text],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    height: 50px;
    font-size: 12px;
    border: 1px solid #f3f3f3;
    padding: 10px 25px;
    background: #f3f3f3;
    color: #010101;
    border-radius: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.default-form textarea {
    height: 110px;
    resize: none;
    font-size: 12px;
    border-radius: 10px;
    background: #f3f3f3
}

.default-form .theme-btn {
    margin-top: 15px;
    padding: 13px 50px
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #9dacff;
    background: 0 0
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: red;
    background: 0 0
}

.default-form label.error {
    display: block;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 12px;
    letter-spacing: .03em;
    color: red
}

.launch-form {
    position: relative;
    max-width: 500px
}

    .launch-form .form-group {
        position: relative;
        margin: 0
    }

    .launch-form input[type=email],
    .launch-form input[type=password],
    .launch-form input[type=text] {
        display: block;
        width: 100%;
        height: 65px;
        padding: 14px 40px;
        font-size: 14px;
        background: #fff;
        border-radius: 50px;
        -webkit-box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .5);
        -moz-box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .5);
        box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .5)
    }

    .launch-form .theme-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 60px;
        height: 55px;
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        background: #a798fe;
        border-radius: 0 50px 50px 0
    }

        .launch-form .theme-btn .fa {
            position: relative;
            right: 3px
        }

.launch-form-two {
    position: relative;
    max-width: 450px
}

    .launch-form-two .form-group {
        position: relative;
        margin: 0
    }

    .launch-form-two input[type=email],
    .launch-form-two input[type=password],
    .launch-form-two input[type=text] {
        display: block;
        width: 100%;
        height: 65px;
        padding: 14px 40px 14px 40px;
        font-size: 14px;
        color: #fff;
        background: rgba(0, 0, 0, .5);
        border-radius: 50px
    }

    .launch-form-two input::-webkit-input-placeholder {
        color: #fff
    }

    .launch-form-two .send-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 65px;
        height: 65px;
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        background: #232323;
        border-radius: 0 50px 50px 0
    }

        .launch-form-two .send-btn .fa {
            position: relative;
            right: 5px
        }

.app-demo-section {
    position: relative;
    padding: 135px 0 125px;
    background-color: #9ca3ff
}

    .app-demo-section .sec-title {
        margin-bottom: 90px
    }

    .app-demo-section .inner-container {
        position: relative;
        max-width: 750px;
        margin: 0 auto
    }

        .app-demo-section .inner-container .circle-layer-one {
            position: absolute;
            top: 0;
            width: 800px;
            height: 800px;
            left: 50%;
            border-radius: 50%;
            margin: 0 auto;
            margin-left: -400px;
            background-color: rgba(255, 255, 255, .05);
            -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
            -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05)
        }

        .app-demo-section .inner-container .circle-layer-two {
            position: absolute;
            top: 100px;
            width: 620px;
            height: 620px;
            left: 50%;
            border-radius: 50%;
            margin: 0 auto;
            margin-left: -310px;
            z-index: 1;
            background-color: rgba(255, 255, 255, .05);
            -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
            -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05)
        }

        .app-demo-section .inner-container .circle-layer-three {
            position: absolute;
            top: 170px;
            width: 480px;
            height: 480px;
            left: 50%;
            border-radius: 50%;
            margin: 0 auto;
            margin-left: -240px;
            z-index: 2;
            background-color: rgba(255, 255, 255, .05);
            -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
            -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05)
        }

    .app-demo-section .prod-tabs {
        position: relative
    }

        .app-demo-section .prod-tabs .tab-btns {
            position: absolute;
            left: 0;
            top: 90px;
            width: 100%;
            bottom: 90px
        }

            .app-demo-section .prod-tabs .tab-btns .tab-btn {
                position: relative;
                display: inline-block;
                font-size: 15px;
                color: rgba(255, 255, 255, .2);
                text-transform: uppercase;
                font-weight: 500;
                line-height: 24px;
                cursor: pointer;
                text-align: center;
                z-index: 99;
                transition: all .5s ease
            }

                .app-demo-section .prod-tabs .tab-btns .tab-btn:nth-child(2) {
                    position: absolute;
                    right: 0;
                    top: 0
                }

                .app-demo-section .prod-tabs .tab-btns .tab-btn:nth-child(3) {
                    position: absolute;
                    left: 0;
                    bottom: 30px
                }

                .app-demo-section .prod-tabs .tab-btns .tab-btn:nth-child(4) {
                    position: absolute;
                    right: 0;
                    bottom: 30px
                }

                .app-demo-section .prod-tabs .tab-btns .tab-btn .icon {
                    position: relative;
                    display: block;
                    font-size: 60px;
                    line-height: 1em;
                    margin-bottom: 14px
                }

                .app-demo-section .prod-tabs .tab-btns .tab-btn.active-btn,
                .app-demo-section .prod-tabs .tab-btns .tab-btn:hover {
                    color: #fff
                }

        .app-demo-section .prod-tabs .tabs-content {
            position: relative;
            padding: 110px 0 90px;
            z-index: 9;
            background: url(../images/resource/mobile-app.png) center top no-repeat;
            width: 436px;
            margin: 0 auto
        }

            .app-demo-section .prod-tabs .tabs-content .tab {
                position: relative;
                display: none;
                text-align: center
            }

                .app-demo-section .prod-tabs .tabs-content .tab .image {
                    width: 323px;
                    margin: 0 auto
                }

                    .app-demo-section .prod-tabs .tabs-content .tab .image img {
                        position: relative;
                        width: 100%;
                        display: block
                    }

                .app-demo-section .prod-tabs .tabs-content .tab.active-tab {
                    display: block
                }

.testimonial-section.style-two {
    padding-bottom: 140px
}

    .testimonial-section.style-two::after {
        display: none
    }

    .testimonial-section.style-two .sec-title {
        margin-bottom: 85px
    }

    .testimonial-section.style-two .inner-container {
        max-width: 1080px
    }

    .testimonial-section.style-two .owl-nav {
        position: relative;
        left: 0;
        bottom: 0;
        top: auto;
        width: auto;
        margin-top: 50px;
        text-align: center
    }

        .testimonial-section.style-two .owl-nav .owl-prev {
            position: relative;
            left: 0;
            margin: 0 10px;
            display: inline-block
        }

        .testimonial-section.style-two .owl-nav .owl-next {
            position: relative;
            right: 0;
            margin: 0 10px;
            display: inline-block
        }

.testimonial-block-two {
    position: relative
}

    .testimonial-block-two .inner-box {
        position: relative
    }

        .testimonial-block-two .inner-box .content-box {
            position: relative;
            border-radius: 7px;
            margin-bottom: 20px;
            padding: 48px 44px 40px;
            background-color: #fff
        }

            .testimonial-block-two .inner-box .content-box .quote-icon {
                position: absolute;
                left: 30px;
                top: 30px;
                color: #f2f2f2;
                font-size: 64px;
                line-height: 1em
            }

            .testimonial-block-two .inner-box .content-box .text {
                position: relative;
                font-size: 15px;
                font-weight: 300;
                line-height: 1.9em
            }

        .testimonial-block-two .inner-box .lower-box {
            position: relative
        }

            .testimonial-block-two .inner-box .lower-box .inner {
                position: relative;
                padding-left: 90px;
                padding-top: 10px;
                min-height: 68px
            }

                .testimonial-block-two .inner-box .lower-box .inner .image {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 72px;
                    height: 69px;
                    overflow: hidden;
                    border-radius: 10px
                }

                .testimonial-block-two .inner-box .lower-box .inner .author-name {
                    position: relative;
                    font-size: 20px;
                    font-weight: 500;
                    color: #383843;
                    margin-bottom: 6px;
                    text-transform: capitalize
                }

                .testimonial-block-two .inner-box .lower-box .inner .designation {
                    position: relative;
                    font-size: 15px;
                    font-weight: 500;
                    color: #fff;
                    text-transform: capitalize
                }

.features-section-two {
    position: relative;
    padding: 130px 0 80px
}

    .features-section-two .image-column {
        position: relative;
        text-align: center;
        padding-right: 70px
    }

        .features-section-two .image-column .image {
            position: relative
        }

            .features-section-two .image-column .image img {
                position: relative;
                max-width: 100%;
                display: inline-block
            }

    .features-section-two .content-column {
        position: relative
    }

        .features-section-two .content-column .inner-column {
            position: relative;
            padding-top: 50px
        }

.featured-block-two {
    position: relative;
    margin-bottom: 50px
}

    .featured-block-two .inner-box {
        position: relative;
        display: block;
        padding: 30px 30px;
        border: 1px solid #eaeaea;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

        .featured-block-two .inner-box .icon-box {
            position: relative;
            color: #cfcfcf;
            font-size: 70px;
            line-height: 1em;
            margin-left: 2px;
            margin-bottom: 60px;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease
        }

        .featured-block-two .inner-box:hover .icon-box {
            color: #9ca3ff;
            -ms-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1)
        }

        .featured-block-two .inner-box h3 {
            position: relative;
            color: #202020;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 15px
        }

        .featured-block-two .inner-box .text {
            position: relative;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.7em
        }

        .featured-block-two .inner-box:hover {
            border: 1px solid transparent;
            -webkit-box-shadow: -4px 10px 19px 0 #ccc;
            -moz-box-shadow: -4px 10px 19px 0 #ccc;
            box-shadow: -4px 10px 19px 0 #ccc
        }

.fullwidth-video-section {
    position: relative;
    padding: 160px 0;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #243a51
}

    .fullwidth-video-section:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(34, 45, 57, .85)
    }

    .fullwidth-video-section .play-link {
        position: relative;
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease
    }

        .fullwidth-video-section .play-link .icon-box {
            position: relative;
            display: block;
            margin: 0 auto;
            color: #fff;
            font-size: 80px;
            font-weight: 300
        }

    .fullwidth-video-section .overlay-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        height: 100%
    }

.fluid-section-one {
    position: relative
}

    .fluid-section-one .outer-container {
        position: relative;
        min-height: 250px;
        background-color: #9ca3ff
    }

    .fluid-section-one .image-column {
        position: absolute;
        float: right;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }

        .fluid-section-one .image-column .image-box {
            position: relative;
            display: none
        }

            .fluid-section-one .image-column .image-box img {
                position: relative;
                display: block;
                width: 100%
            }

    .fluid-section-one .content-column {
        position: relative;
        float: left;
        width: 50%
    }

        .fluid-section-one .content-column .inner-box {
            position: relative;
            max-width: 600px;
            float: right;
            width: 100%;
            padding: 130px 90px 130px 15px
        }

        .fluid-section-one .content-column .benefits-tabs {
            position: relative
        }

            .fluid-section-one .content-column .benefits-tabs .tab-btns {
                position: relative;
                z-index: 1;
                margin-bottom: 30px
            }

                .fluid-section-one .content-column .benefits-tabs .tab-btns .tab-btn {
                    position: relative;
                    top: 1px;
                    display: block;
                    float: left;
                    margin-right: 10px;
                    font-size: 12px;
                    background: rgba(255, 255, 255, 0);
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 600;
                    line-height: 24px;
                    cursor: pointer;
                    padding: 8px 30px 8px;
                    transition: all .5s ease
                }

                    .fluid-section-one .content-column .benefits-tabs .tab-btns .tab-btn.active-btn,
                    .fluid-section-one .content-column .benefits-tabs .tab-btns .tab-btn:hover {
                        background: rgba(255, 255, 255, .3)
                    }

            .fluid-section-one .content-column .benefits-tabs .tabs-content {
                position: relative
            }

                .fluid-section-one .content-column .benefits-tabs .tabs-content .tab {
                    position: relative;
                    display: none;
                    border-top: 0
                }

                    .fluid-section-one .content-column .benefits-tabs .tabs-content .tab.active-tab {
                        display: block
                    }

                    .fluid-section-one .content-column .benefits-tabs .tabs-content .tab .content {
                        position: relative
                    }

                        .fluid-section-one .content-column .benefits-tabs .tabs-content .tab .content .text {
                            position: relative;
                            color: #fff;
                            font-size: 15px;
                            font-weight: 300;
                            line-height: 1.9em;
                            margin-bottom: 20px
                        }

.team-section {
    position: relative;
    padding: 140px 0 35px;
    background-color: #9ca3ff
}

    .team-section .sec-title {
        margin-bottom: 90px
    }

    .team-section .row {
        margin: 0 -58px
    }

    .team-section .team-block {
        padding: 0 58px
    }

.team-block {
    position: relative;
    margin-bottom: 40px
}

    .team-block .inner-box {
        position: relative;
        display: block;
        padding: 6px;
        border-radius: 10px;
        background-color: #fff
    }

        .team-block .inner-box .image {
            position: relative
        }

            .team-block .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                border-radius: 10px
            }

        .team-block .inner-box .lower-box {
            position: relative;
            text-align: center;
            padding: 18px 0 15px
        }

            .team-block .inner-box .lower-box h3 {
                position: relative;
                font-size: 20px;
                font-weight: 500;
                color: #232323
            }

                .team-block .inner-box .lower-box h3 a {
                    color: #232323
                }

            .team-block .inner-box .lower-box .designation {
                position: relative;
                color: #b0b0b0;
                font-size: 15px
            }

.testimonial-section-two {
    position: relative;
    padding: 125px 0 175px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center
}

    .testimonial-section-two:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(13, 13, 13, .85)
    }

    .testimonial-section-two .sec-title {
        margin-bottom: 0
    }

    .testimonial-section-two .inner-container {
        max-width: 870px;
        margin: 0 auto
    }

    .testimonial-section-two .owl-dots,
    .testimonial-section-two .owl-nav {
        display: none
    }

    .testimonial-section-two .owl-stage-outer {
        padding-top: 20px
    }

.testimonial-block-three {
    position: relative
}

    .testimonial-block-three .inner-box {
        position: relative
    }

        .testimonial-block-three .inner-box .quote-icon {
            position: relative;
            color: #4d4d4d;
            font-size: 48px;
            margin-bottom: 20px
        }

        .testimonial-block-three .inner-box .text {
            position: relative;
            color: #797979;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.9em;
            text-align: center;
            margin-bottom: 25px
        }

        .testimonial-block-three .inner-box .image {
            position: relative;
            width: 83px;
            height: 83px;
            margin: 0 auto;
            border-radius: 50%;
            margin-bottom: 25px
        }

            .testimonial-block-three .inner-box .image img {
                position: relative;
                width: 83px;
                height: 83px;
                margin: 0 auto;
                overflow: hidden;
                border-radius: 50%
            }

            .testimonial-block-three .inner-box .image:before {
                position: absolute;
                content: '';
                left: -5px;
                top: -5px;
                right: -5px;
                bottom: -5px;
                border-radius: 50%;
                background-color: rgba(255, 255, 255, .2)
            }

        .testimonial-block-three .inner-box .author {
            position: relative;
            color: #797979;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            text-transform: uppercase
        }

            .testimonial-block-three .inner-box .author span {
                color: #fff;
                font-size: 13px;
                font-weight: 300;
                text-transform: capitalize
            }

.map-section {
    position: relative
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

    .map-data h6 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
        color: #121212
    }

.map-canvas {
    height: 450px
}

.screenshots-section-two {
    position: relative;
    padding: 80px 0 135px
}

    .screenshots-section-two .ms-skin-default .ms-nav-next {
        right: -170px;
        opacity: 1 !important;
        display: block !important;
        background: #f3f1fe;
        color: #30333c;
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%
    }

        .screenshots-section-two .ms-skin-default .ms-nav-next:before {
            font-family: FontAwesome;
            content: "\f105";
            display: block;
            line-height: 60px
        }

    .screenshots-section-two .ms-skin-default .ms-nav-prev {
        left: -170px;
        opacity: 1 !important;
        display: block !important;
        background: #f3f1fe;
        color: #30333c;
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%
    }

        .screenshots-section-two .ms-skin-default .ms-nav-prev:before {
            font-family: FontAwesome;
            content: "\f104";
            display: block;
            line-height: 60px
        }

        .screenshots-section-two .ms-skin-default .ms-nav-next:hover,
        .screenshots-section-two .ms-skin-default .ms-nav-prev:hover {
            background: #30333c;
            color: #fff
        }

.services-section {
    position: relative;
    padding: 135px 0 110px
}

    .services-section .sec-title {
        margin-bottom: 80px
    }

.services-block-two {
    position: relative;
    margin-bottom: 40px
}

    .services-block-two .inner-box {
        position: relative;
        display: block;
        text-align: center
    }

        .services-block-two .inner-box .icon-box {
            position: relative;
            width: 90px;
            height: 90px;
            color: #fff;
            line-height: 90px;
            margin: 0 auto;
            font-size: 40px;
            margin-bottom: 35px;
            border-radius: 50%;
            background-color: #3e3f49;
            -webkit-box-shadow: 0 4px 18px 0 rgba(62, 63, 73, .2);
            -moz-box-shadow: 0 4px 18px 0 rgba(62, 63, 73, .2);
            box-shadow: 0 4px 18px 0 rgba(62, 63, 73, .2)
        }

        .services-block-two .inner-box h3 {
            position: relative;
            color: #222;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 15px;
            text-transform: capitalize
        }

        .services-block-two .inner-box .text {
            position: relative;
            font-size: 15px;
            line-height: 1.8em;
            font-weight: 300
        }

.fact-counter-section {
    position: relative;
    background-size: cover;
    padding: 85px 0 60px 0;
    background-color: #fff;
    background-repeat: repeat-x
}

.fact-counter {
    position: relative
}

    .fact-counter .column {
        position: relative;
        z-index: 5;
        margin-bottom: 30px
    }

        .fact-counter .column .inner {
            position: relative;
            text-align: center;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease
        }

    .fact-counter .count-outer {
        position: relative;
        font-size: 36px;
        line-height: 1em;
        font-weight: 500;
        margin: 0 0
    }

        .fact-counter .count-outer .icon {
            position: relative;
            color: #9ca3ff;
            display: block;
            font-size: 60px;
            line-height: 1em;
            margin-bottom: 35px
        }

        .fact-counter .count-outer .count-text {
            position: relative;
            font-weight: 700;
            color: #232323;
            font-size: 45px
        }

    .fact-counter .column .counter-title {
        position: relative;
        font-size: 12px;
        font-weight: 600;
        color: #232323;
        margin-top: 10px;
        text-transform: uppercase;
        display: block;
        letter-spacing: 1px
    }

.page-title {
    position: relative;
    padding-top: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #414e69
}

    .page-title:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, .6)
    }

    .page-title:after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 450px;
        height: 100%;
        display: block;
        z-index: 11;
        background: url(../images/resource/banner-layer-1.jpg) repeat
    }

    .page-title h1 {
        position: relative;
        color: #fff;
        font-size: 45px;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 10px;
        padding-bottom: 5px;
        margin-top: 60px;
        display: inline-block;
        text-transform: capitalize
    }

    .page-title .page-breadcrumb {
        position: relative
    }

        .page-title .page-breadcrumb li {
            position: relative;
            display: inline-block;
            margin-right: 10px;
            padding-right: 10px;
            color: #928efb;
            font-size: 14px;
            font-weight: 400
        }

            .page-title .page-breadcrumb li.home a {
                padding-left: 18px
            }

                .page-title .page-breadcrumb li.home a:before {
                    position: absolute;
                    content: '\f015';
                    left: 0;
                    top: 0;
                    color: #fff;
                    font-size: 14px;
                    font-family: FontAwesome
                }

            .page-title .page-breadcrumb li:after {
                position: absolute;
                content: '/';
                right: -4px;
                top: 0;
                color: #fff;
                font-family: FontAwesome
            }

            .page-title .page-breadcrumb li:last-child::after {
                display: none
            }

            .page-title .page-breadcrumb li:last-child {
                padding-right: 0;
                margin-right: 0
            }

            .page-title .page-breadcrumb li a {
                color: #fff;
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease
            }

                .page-title .page-breadcrumb li a:hover {
                    color: #928efb
                }

    .page-title .image {
        position: relative;
        z-index: 99
    }

.sidebar-page-container {
    position: relative;
    padding: 140px 0 70px
}

    .sidebar-page-container .content-side,
    .sidebar-page-container .sidebar-side {
        margin-bottom: 40px !important
    }

    .sidebar-page-container .sidebar {
        position: relative
    }

    .sidebar-page-container .blog-list {
        padding-right: 60px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e4e4e4
    }

.news-block {
    position: relative;
    margin-bottom: 100px
}

    .news-block .inner-box {
        position: relative;
        display: block
    }

        .news-block .inner-box .image {
            position: relative;
            margin-bottom: 20px
        }

            .news-block .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                border-radius: 10px
            }

        .news-block .inner-box .lower-content {
            position: relative
        }

            .news-block .inner-box .lower-content .post-meta {
                position: relative
            }

                .news-block .inner-box .lower-content .post-meta li {
                    position: relative;
                    color: #777;
                    font-size: 13px;
                    font-weight: 400;
                    margin-right: 20px;
                    display: inline-block
                }

                    .news-block .inner-box .lower-content .post-meta li .icon {
                        position: relative;
                        color: #928efb;
                        font-size: 14px;
                        margin-right: 6px
                    }

            .news-block .inner-box .lower-content h3 {
                position: relative;
                color: #222;
                font-size: 30px;
                margin-top: 5px;
                margin-bottom: 6px
            }

                .news-block .inner-box .lower-content h3 a {
                    position: relative;
                    color: #222;
                    transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -webkit-transition: all .3s ease;
                    -ms-transition: all .3s ease;
                    -o-transition: all .3s ease
                }

                    .news-block .inner-box .lower-content h3 a:hover {
                        color: #928efb
                    }

            .news-block .inner-box .lower-content .text {
                position: relative;
                line-height: 1.9em;
                color: #777;
                font-size: 15px;
                font-weight: 300;
                margin-bottom: 26px
            }

            .news-block .inner-box .lower-content .theme-btn {
                padding: 9px 28px
            }

.news-block-two {
    position: relative;
    margin-bottom: 60px
}

    .news-block-two .inner-box {
        position: relative;
        display: block
    }

        .news-block-two .inner-box .image {
            position: relative
        }

            .news-block-two .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                border-radius: 10px 10px 0 0
            }

        .news-block-two .inner-box .lower-content {
            position: relative;
            border-radius: 0 0 10px 10px;
            padding: 30px 28px 40px;
            background-color: #f1f1f1
        }

            .news-block-two .inner-box .lower-content .post-meta {
                position: relative
            }

                .news-block-two .inner-box .lower-content .post-meta li {
                    position: relative;
                    color: #777;
                    font-size: 13px;
                    font-weight: 400;
                    margin-right: 20px;
                    display: inline-block
                }

                    .news-block-two .inner-box .lower-content .post-meta li .icon {
                        position: relative;
                        color: #928efb;
                        font-size: 14px;
                        margin-right: 6px
                    }

            .news-block-two .inner-box .lower-content h3 {
                position: relative;
                color: #222;
                font-size: 30px;
                margin-top: 5px;
                margin-bottom: 6px
            }

                .news-block-two .inner-box .lower-content h3 a {
                    position: relative;
                    color: #222;
                    transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -webkit-transition: all .3s ease;
                    -ms-transition: all .3s ease;
                    -o-transition: all .3s ease
                }

                    .news-block-two .inner-box .lower-content h3 a:hover {
                        color: #928efb
                    }

            .news-block-two .inner-box .lower-content .text {
                position: relative;
                line-height: 1.9em;
                color: #777;
                font-size: 15px;
                font-weight: 300;
                margin-bottom: 26px
            }

            .news-block-two .inner-box .lower-content .theme-btn {
                padding: 9px 28px
            }

    .news-block-two.style-two .inner-box .lower-content {
        background-color: #fd6d92
    }

        .news-block-two.style-two .inner-box .lower-content .post-meta li,
        .news-block-two.style-two .inner-box .lower-content .post-meta li .icon,
        .news-block-two.style-two .inner-box .lower-content .text,
        .news-block-two.style-two .inner-box .lower-content h3 a {
            color: #fff
        }

    .news-block-two.style-three .inner-box .lower-content {
        background-color: #928efb
    }

        .news-block-two.style-three .inner-box .lower-content .post-meta li,
        .news-block-two.style-three .inner-box .lower-content .post-meta li .icon,
        .news-block-two.style-three .inner-box .lower-content .text,
        .news-block-two.style-three .inner-box .lower-content h3 a {
            color: #fff
        }

    .news-block-two.style-four .inner-box .lower-content {
        background-color: #15d07f
    }

        .news-block-two.style-four .inner-box .lower-content .post-meta li,
        .news-block-two.style-four .inner-box .lower-content .post-meta li .icon,
        .news-block-two.style-four .inner-box .lower-content .text,
        .news-block-two.style-four .inner-box .lower-content h3 a {
            color: #fff
        }

.styled-pagination {
    position: relative
}

    .styled-pagination ul {
        position: relative;
        display: inline-block;
        border: 1px solid #e0e0e0
    }

    .styled-pagination li {
        position: relative;
        display: block;
        float: left;
        border-right: 1px solid #e0e0e0
    }

        .styled-pagination li:last-child {
            border: none
        }

        .styled-pagination li a {
            position: relative;
            display: inline-block;
            line-height: 22px;
            padding: 7px 5px;
            height: 34px;
            font-size: 13px;
            min-width: 34px;
            color: #777;
            font-weight: 500;
            text-align: center;
            text-transform: capitalize;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            -moz-transition: all .5s ease
        }

            .styled-pagination li a.active,
            .styled-pagination li a:hover {
                color: #fff;
                background-color: #928efb
            }

.sidebar-widget {
    position: relative;
    margin-bottom: 35px
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px
}

    .sidebar-title h2 {
        font-size: 20px;
        color: #232323;
        font-weight: 300;
        line-height: 1.2em;
        padding-bottom: 15px;
        text-transform: capitalize;
        border-bottom: 1px solid #ececec
    }

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

    .sidebar .search-box .form-group input[type=search],
    .sidebar .search-box .form-group input[type=text] {
        position: relative;
        line-height: 28px;
        padding: 10px 50px 10px 25px;
        border: 1px solid transparent;
        background: #f9f8f8;
        display: block;
        font-size: 15px;
        width: 100%;
        height: 50px;
        color: #909090;
        border-radius: 50px;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

    .sidebar .search-box .form-group button {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 60px;
        display: block;
        font-size: 16px;
        color: #4c4c4c;
        line-height: 100%;
        font-weight: 400;
        background: 0 0
    }

.cat-list {
    position: relative
}

    .cat-list li {
        position: relative
    }

        .cat-list li a {
            position: relative;
            color: #777;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 20px;
            display: block;
            padding-left: 25px;
            text-transform: capitalize;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease
        }

            .cat-list li a:after {
                position: absolute;
                content: '\f0a9';
                left: 0;
                top: 0;
                color: #535353;
                font-size: 15px;
                font-family: FontAwesome
            }

            .cat-list li a:hover {
                color: #928efb
            }

.about-widget .text {
    position: relative;
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.9em
}

.sidebar .popular-posts .sidebar-title {
    margin-bottom: 30px
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 0;
    padding-left: 100px;
    min-height: 80px;
    margin-bottom: 30px;
    padding-top: 2px
}

    .sidebar .popular-posts .post:last-child {
        margin-bottom: 0
    }

    .sidebar .popular-posts .post .post-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px
    }

        .sidebar .popular-posts .post .post-thumb img {
            display: block;
            width: 100%;
            border-radius: 10px;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease
        }

    .sidebar .popular-posts .post .text {
        position: relative;
        font-size: 15px;
        margin: 5px 0 0;
        font-weight: 500;
        color: #232323;
        line-height: 1.6em;
        padding-right: 50px;
        text-transform: capitalize
    }

        .sidebar .popular-posts .post .text a {
            color: #232323;
            transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease
        }

    .sidebar .popular-posts .post a,
    .sidebar .popular-posts .post a:hover {
        color: #928efb
    }

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 15px;
    color: #bcbcbc;
    font-weight: 300
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 28px 10px;
    margin: 0 6px 10px 0;
    color: #777;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background: 0 0;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #dfdfdf;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

    .sidebar .popular-tags a:hover {
        color: #fff;
        border-color: #928efb;
        background-color: #928efb
    }

.blog-single {
    position: relative;
    padding-right: 60px
}

    .blog-single .inner-box {
        position: relative
    }

        .blog-single .inner-box .image {
            position: relative;
            margin-bottom: 20px
        }

            .blog-single .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                border-radius: 10px
            }

        .blog-single .inner-box .lower-content {
            position: relative
        }

            .blog-single .inner-box .lower-content .post-meta {
                position: relative
            }

                .blog-single .inner-box .lower-content .post-meta li {
                    position: relative;
                    color: #777;
                    font-size: 13px;
                    font-weight: 400;
                    margin-right: 20px;
                    display: inline-block
                }

                    .blog-single .inner-box .lower-content .post-meta li .icon {
                        position: relative;
                        color: #928efb;
                        font-size: 14px;
                        margin-right: 6px
                    }

            .blog-single .inner-box .lower-content h2 {
                position: relative;
                color: #222;
                font-size: 30px;
                line-height: 1.2em;
                margin-top: 10px;
                margin-bottom: 15px
            }

            .blog-single .inner-box .lower-content .text {
                position: relative;
                margin-bottom: 40px
            }

                .blog-single .inner-box .lower-content .text p {
                    position: relative;
                    color: #777;
                    font-size: 15px;
                    line-height: 1.9em;
                    margin-bottom: 20px
                }

                .blog-single .inner-box .lower-content .text blockquote {
                    position: relative;
                    padding: 75px 75px;
                    border: none;
                    margin: 35px 0;
                    background-color: #fafafa
                }

                    .blog-single .inner-box .lower-content .text blockquote .blockquote-text {
                        position: relative;
                        font-weight: 300;
                        color: #777;
                        line-height: 1.7em;
                        font-size: 20px;
                        padding-left: 20px;
                        border-left: 5px solid #7c77f7
                    }

    .blog-single .post-share-options {
        position: relative;
        padding: 30px 0 6px;
        border-top: 1px solid #e4e4e4
    }

        .blog-single .post-share-options .tags a {
            position: relative;
            color: #aaa;
            font-size: 15px;
            font-weight: 400;
            margin-left: 15px
        }

        .blog-single .post-share-options .tags span {
            position: relative;
            color: #232323;
            font-size: 13px;
            font-weight: 500;
            margin-right: 5px
        }

        .blog-single .post-share-options .tags {
            position: relative;
            color: #777;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase
        }

        .blog-single .post-share-options .social-icon-two {
            top: -10px
        }

.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 40px;
    margin-top: 70px
}

.sidebar-page-container .title-box {
    position: relative;
    margin-bottom: 30px
}

    .sidebar-page-container .title-box h2 {
        color: #000;
        font-size: 20px;
        font-weight: 400
    }

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 50px 35px 50px;
    background-color: #fafafa;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 88px
}

    .sidebar-page-container .comments-area .comment .comment-inner {
        position: relative
    }

    .sidebar-page-container .comments-area .comment .comment-reply {
        position: relative;
        color: #333;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        padding: 1px 10px;
        margin-top: 16px;
        text-transform: uppercase;
        background-color: #ffb200;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }

        .sidebar-page-container .comments-area .comment .comment-reply .icon {
            font-size: 13px;
            margin-right: 2px
        }

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    overflow: hidden;
    margin-bottom: 20px
}

    .sidebar-page-container .comments-area .comment-box .author-thumb img {
        display: block
    }

.sidebar-page-container .comments-area .comment-info {
    color: #232323;
    line-height: 24px;
    font-size: 17px;
    font-weight: 400
}

    .sidebar-page-container .comments-area .comment-info strong {
        font-weight: 500
    }

    .sidebar-page-container .comments-area .comment-info span {
        font-weight: 400;
        font-size: 16px;
        color: #777;
        margin-left: 22px
    }

.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: relative;
    font-size: 18px;
    color: #ffb200
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #777;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.6em;
    font-weight: 300
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px
}

.comment-form {
    position: relative
}

    .comment-form .form-group {
        position: relative;
        margin-bottom: 30px
    }

        .comment-form .form-group input[type=email]:focus,
        .comment-form .form-group input[type=password]:focus,
        .comment-form .form-group input[type=tel]:focus,
        .comment-form .form-group input[type=text]:focus,
        .comment-form .form-group select:focus,
        .comment-form .form-group textarea:focus {
            border-color: #7c77f7
        }

        .comment-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 24px;
            padding: 20px 25px;
            color: #000;
            height: 120px;
            font-size: 15px;
            resize: none;
            font-weight: 300;
            background-color: #fafafa;
            border: 1px solid transparent;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease
        }

.blog-page {
    position: relative;
    padding: 150px 0 75px
}

    .blog-page .inner-container {
        padding-bottom: 30px;
        margin-bottom: 75px;
        border-bottom: 1px solid #e4e4e4
    }

    .blog-page .row {
        margin: 0 -28px
    }

    .blog-page .news-block-two {
        padding: 0 28px
    }

.faq-section {
    position: relative;
    padding: 100px 0
}

    .faq-section .faq-tabs {
        position: relative
    }

        .faq-section .faq-tabs h2 {
            position: relative;
            color: #222;
            font-size: 25px;
            font-weight: 500;
            padding-bottom: 22px;
            margin-bottom: 25px;
            border-bottom: 1px solid #d2d2d2
        }

        .faq-section .faq-tabs .tab-btns {
            position: relative;
            margin-bottom: 40px
        }

            .faq-section .faq-tabs .tab-btns .tab-btn {
                position: relative;
                display: block;
                font-size: 15px;
                color: #222;
                font-weight: 400;
                cursor: pointer;
                line-height: 1.6em;
                margin-bottom: 10px;
                border-radius: 50px;
                padding: 15px 15px 15px 25px;
                transition: all .5s ease;
                text-transform: capitalize
            }

                .faq-section .faq-tabs .tab-btns .tab-btn.active-btn,
                .faq-section .faq-tabs .tab-btns .tab-btn:hover {
                    color: #222;
                    background-color: #ececec
                }

        .faq-section .faq-tabs .tabs-content {
            position: relative;
            padding-left: 60px
        }

            .faq-section .faq-tabs .tabs-content h3 {
                position: relative;
                color: #222;
                font-size: 30px;
                font-weight: 400;
                margin-bottom: 20px
            }

            .faq-section .faq-tabs .tabs-content .tab {
                position: relative;
                display: none
            }

                .faq-section .faq-tabs .tabs-content .tab.active-tab {
                    display: block
                }

.accordion-box {
    position: relative;
    z-index: 10;
    margin-bottom: 70px
}

.faq-section .accordion-box {
    margin-bottom: 0
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

    .accordion-box .block:last-child {
        margin-bottom: 0
    }

        .accordion-box .block:last-child .acc-btn {
            border: 0
        }

    .accordion-box .block .acc-btn {
        position: relative;
        font-size: 15px;
        margin-bottom: 0;
        cursor: pointer;
        background: 0 0;
        line-height: 24px;
        font-weight: 500;
        overflow: hidden;
        color: #232323;
        background: #9cadff;
        background: -moz-linear-gradient(left, #0cdfde 44%, #92a5fc 100%);
        background: -webkit-linear-gradient(left, #0cdfde 44%, #92a5fc 100%);
        background: linear-gradient(to right, #0cdfde 44%, #92a5fc 100%);
        padding: 17px 70px 17px 40px;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

        .accordion-box .block .acc-btn .icon-outer {
            position: absolute;
            right: 40px;
            top: 14px;
            font-size: 12px;
            color: #b4b4b4;
            line-height: 26px;
            text-align: center;
            border-radius: 50%;
            font-weight: 600;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease
        }

            .accordion-box .block .acc-btn .icon-outer .icon {
                position: relative;
                display: block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-radius: 50%;
                background-color: #fff
            }

        .accordion-box .block .acc-btn.active .icon-outer .icon-plus {
            opacity: 1
        }

    .accordion-box .block .icon-outer .icon-minus {
        opacity: 0
    }

    .accordion-box .block.active-block .icon-minus {
        opacity: 1;
        color: #b4b4b4;
        margin-top: -30px;
        border-color: #ff5400;
        background-color: #ff5400
    }

    .accordion-box .block .acc-content {
        position: relative;
        display: none;
        background-color: #fff
    }

        .accordion-box .block .acc-content.current {
            display: block
        }

    .accordion-box .block .content {
        position: relative;
        font-size: 15px;
        padding: 0 15px 25px 46px;
        background: #9cadff;
        background: -moz-linear-gradient(left, #0cdfde 44%, #92a5fc 100%);
        background: -webkit-linear-gradient(left, #0cdfde 44%, #92a5fc 100%);
        background: linear-gradient(to right, #0cdfde 44%, #92a5fc 100%)
    }

        .accordion-box .block .content p {
            margin-bottom: 10px;
            line-height: 1.8em;
            font-size: 15px;
            color: #fff;
            font-weight: 700
        }

            .accordion-box .block .content p:last-child {
                margin-bottom: 0
            }

.login-section {
    position: relative;
    padding: 135px 0 150px;
    background-color: #fdfdfd
}

    .login-section h2 {
        position: relative;
        color: #232323;
        font-size: 30px;
        text-align: center;
        margin-bottom: 85px
    }

.login-bar {
    position: relative;
    max-width: 1010px;
    margin: 0 auto;
    padding: 80px 0;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 #fafafa;
    -moz-box-shadow: 0 0 15px 0 #fafafa;
    box-shadow: 0 0 15px 0 #fafafa
}

    .login-bar .inner {
        position: relative;
        max-width: 520px;
        margin: 0 auto;
        padding: 0 15px
    }

.styled-form {
    position: relative
}

    .styled-form .form-group {
        position: relative;
        margin-bottom: 40px
    }

    .styled-form.login-form .form-group:nth-child(2) {
        margin-bottom: 20px
    }

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
    color: #272727
}

    .styled-form .form-group .check-box label {
        position: relative;
        top: -1px;
        font-weight: 400;
        padding: 0;
        font-size: 15px;
        cursor: pointer
    }

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer
}

.styled-form .form-group .field-label {
    display: block;
    color: #232323;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 400
}

.styled-form input[type=email],
.styled-form input[type=number],
.styled-form input[type=password],
.styled-form input[type=tel],
.styled-form input[type=text],
.styled-form input[type=url],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #f1f1f1;
    line-height: 38px;
    padding: 10px 28px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.styled-form .remember-me {
    color: #232323;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 400
}

.styled-form .forgot {
    position: relative;
    color: #232323;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 400
}

.styled-form .theme-btn {
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 30px;
    margin-top: 18px;
    border-color: #928efb;
    background-color: #928efb
}

    .styled-form .theme-btn:hover {
        background: 0 0;
        color: #928efb
    }

.styled-form .account {
    position: relative;
    color: #777;
    font-size: 15px;
    text-align: center
}

.signup-form.styled-form .theme-btn {
    margin-top: 0
}

.icon i {
    border: 1px solid #edeef0;
    border-radius: 50%;
    color: #8a8a8a;
    font-size: 26px;
    height: 63px;
    line-height: 63px;
    margin-bottom: 25px;
    transition: all .3s ease 0s;
    width: 63px;
    text-align: center
}

.about h2 {
    text-align: left;
    margin-bottom: 0 !important
}

.white {
    color: #fff
}

.demo-button,
.top-button {
    margin-bottom: 25px
}

.headline {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 10px !important
}

.tag-line {
    color: #fff;
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px
}

.button-container,
.headline-container {
    z-index: 22222
}

.about p {
    color: #fff
}

@keyframes pound {
    from {
        transform: scale(.2)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(.2)
    }
}

.circle-shape .dot {
    animation: 10s ease 0s normal none infinite running pound;
    transform-origin: center center 0
}

.circle-shape .dot {
    background: #000;
    border-radius: 50%;
    position: absolute;
    opacity: .04
}

.circle-shape .c11 {
    opacity: .02
}

.circle-shape .c12,
.circle-shape .c13,
.circle-shape .c14,
.circle-shape .c15 {
    opacity: .05
}

.c34 {
    width: 34px;
    height: 34px
}

.c44 {
    width: 44px;
    height: 44px
}

.c53 {
    width: 53px;
    height: 53px
}

.c84 {
    width: 84px;
    height: 84px
}

.c100 {
    width: 100px;
    height: 100px
}

.c140 {
    width: 140px;
    height: 140px
}

.c172 {
    width: 172px;
    height: 172px
}

.c206 {
    width: 206px;
    height: 206px
}

.c355 {
    width: 355px;
    height: 355px
}

.c393 {
    width: 393px;
    height: 393px
}

.c1 {
    top: 4.8%;
    left: 6.6%;
    animation-delay: 3s
}

.c2 {
    top: 11.5%;
    left: 8.7%;
    animation-delay: 3.5s
}

.c3 {
    bottom: 0;
    left: -202px;
    animation-delay: 3.4s
}

.c4 {
    top: 39.9%;
    left: 4.7%;
    animation-delay: 4s
}

.c5 {
    bottom: 32.4%;
    left: 8%;
    animation-delay: 4.2s
}

.c6 {
    bottom: 49.02%;
    left: 13.1%;
    animation-delay: 4.5s
}

.c7 {
    top: 25.7%;
    left: 10.9%
}

.c8 {
    top: 25.8%;
    left: 20.2%
}

.c9 {
    top: 23.3%;
    left: 22.3%
}

.c10 {
    bottom: 22.2%;
    left: 30.7%
}

.c11 {
    top: 18.8%;
    left: 34.1%
}

.c12 {
    top: 24.1%;
    right: 43.7%
}

.c13 {
    bottom: 26.6%;
    right: 37.7%
}

.c14 {
    top: 1.8%;
    right: 7.3%
}

.c15 {
    top: 5.3%;
    right: 3.6%
}

.c16 {
    top: 30.4%;
    right: -280px
}

.circle-shape-2 .c1 {
    left: 15.6%;
    top: 8.8%
}

.circle-shape-2 .c4 {
    left: 4.2%;
    top: 27.1%
}

.circle-shape-2 .c5 {
    bottom: 20%;
    left: 7.4%
}

.circle-shape-2 .c6 {
    bottom: 52.4%;
    left: 12.7%
}

.circle-shape-2 .c9 {
    left: inherit;
    top: inherit;
    right: 24.7%;
    bottom: 14.5%
}

.circle-shape-2 .c8 {
    left: inherit;
    top: inherit;
    right: 21.6%;
    bottom: 17.8%
}

.circle-shape-2 .c15 {
    right: 14%;
    top: 20.3%
}

.circle-shape-2 .c16 {
    bottom: 4.3%;
    right: -100px;
    top: inherit
}

.pages-header .c16 {
    top: 0
}

.pages-header .c13 {
    bottom: 37.9%
}

.pages-header .c10 {
    bottom: 31.9%
}

.pages-header .c1 {
    left: 10.8%;
    top: -55px
}

.pages-header .c2 {
    left: 20.2%;
    top: -30px
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center
}

.ceb-logo {
    width: 120px;
    margin: 0 auto
}

h2 {
    font-size: 3rem
}

@media only screen and (max-width:767px) {
    .font_mobile {
        font-size: 1.8rem !important
    }

    .desktop_view {
        display: none !important
    }

    .mobile_view {
        display: block !important
    }

    .ceb-logo {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) and (min-width:645px) {
    .letter_sp {
        letter-spacing: 1.2px
    }
}

@media only screen and (max-width:480px) {
    .reduce_f_size {
        font-size: 52px
    }
}

@media only screen and (max-width:767px) {
    .accordion-box .block .acc-btn .icon-outer .icon {
        left: 35px
    }
}

.logo-container {
    display: inline-block;
    padding: 12px 5px 5px 5px;
    cursor: pointer;
    border: 1px solid #92a5fc
}

.links {
    background-color: #92a5fc;
    color: #fff;
    display: inline-block;
    height: calc(100px - 40px);
    line-height: calc(100px - 80px);
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: calc(100px - 40px)
}

    .links h3 i {
        font-size: 35px
    }

.color-white {
    color: #fff !important
}

.barra-redes {
    right: 0;
    position: fixed;
    top: 50%;
    z-index: 2000
}

.links:hover {
    background-color: #92a5fc;
    padding: 17px 150px 0 10px;
    color: #fff
}

.logo-container:hover > #logo-easter-egg {
    display: inline-block;
    width: 140px;
    padding-left: 0;
    font-size: 16px
}

#logo-easter-egg {
    display: none;
    font-weight: 600
}

.logo-container:hover > #logo {
    display: none
}

html {
    scroll-behavior: smooth
}

@media(min-width:480px) {
    .barra-redes {
        display: none
    }
}

.contact_section {
    padding-top: 50px;
    margin-top: -50px;
}

.errorcls {
    font-size: 13px;
}

.text_anchor {
    color: #92a5fc;
}


@media (max-width:1050px) {
    .sec-title h2 {
        font-size: 1.8rem ;
    }
}

@media (max-width:767px) {
    .sec-title h2 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .barra-redes {
        display: none;
    }
}








.counter-circle {
    width: 140px;
    height: 140px;
    color: white;
    padding: 11px;
    font-weight: 600;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to right, #0cdfde 44%, #92a5fc 100%);
    top: 20px;
    right: 35px;
}

.counter-circle svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite;
}

text {
    display: block;
    white-space: nowrap;
}

.counter-circle .coloring {
    fill: #fff;
}

.counter-circle .counter-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0cdfde;
    font-size: 40px;
}

@media (max-width: 480px) {
    .counter-circle {
        top: 4px;
        right: 20px;
        width: 120px;
        height: 120px;
        padding: 8px;
    }

    .counter-circle .counter-icon {
        color: #111;
        font-size: 30px;
        width: 70px;
        height: 70px;
    }
}



@media screen and (min-width: 1200px) {
    .image-effect {
        position: relative;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        transition: all 900ms ease;
        clip-path: polygon(0 0, 6% 0, 6% 100%, 0% 100%)
    }

        .image-effect.animated {
            opacity: 1;
            -webkit-transition-delay: 300ms;
            -moz-transition-delay: 300ms;
            -ms-transition-delay: 300ms;
            -o-transition-delay: 300ms;
            transition-delay: 300ms;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
        }
}

@media screen and (max-width: 1199px) {
    .image-effect {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        -webkit-transition: all 100ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 100ms ease;
        -o-transition: all 100ms ease;
        transition: all 100ms ease
    }
}


@-webkit-keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotated_circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}


