/* PlayTime App HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Banner Section / Style Two / Style Three
6. App Section / Section Two / Section Three
7. Features Section / Section Two
8. Android Section
9. Screenshots Section / Two
10. Pricing Section
11. Testimonial Section / Two
12. Welcome Section
13. Page Title
14. Privacy  Section
15. ChatBox Section
16. Comming Soon Section
17. Blog Sidebar Section
18. Blog Detail Section
19. Error Section
20. Our Shop
21. Shop Detail
22. Cart Section
23. Login Section
24. Signup Section
25. Contact Form Section
26. Contact Info Section
27. Map Section
28. Main Footer / Style Two

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

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Titillium+Web:300,400,600,700,900&amp;display=swap');

/*  font-family: 'Titillium Web', sans-serif;
	font-family: 'Oswald', sans-serif; */

@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('swiper.css');
@import url('flaticon.css');
@import url('jquery-ui.css');
@import url('animation.css');
@import url(jquery.bxslider.min.css);
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');


/*** 

====================================================================
	Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #2b60fb;
}

    button,
    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none !important;
    }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Titillium Web', sans-serif;
}

/* Typography */

h1 {
    font-size: 70px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
}

textarea {
}

p {
    position: relative;
    line-height: 1.8em;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

/* List Style One */

.list-style-one {
    position: relative;
}

    .list-style-one li {
        position: relative;
        padding-left: 35px;
        color: #404040;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .list-style-one li:last-child {
            margin-bottom: 0px;
        }

        .list-style-one li:before {
            position: absolute;
            content: '\f138';
            left: 0px;
            top: 2px;
            color: #2196f3;
            font-size: 20px;
            font-family: "Flaticon";
        }

/* Btn Style One */

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 38px 10px;
    font-weight: 400;
    overflow: hidden;
    background: none;
    letter-spacing: 1px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}

    .btn-style-one .txt {
        position: relative;
        z-index: 1;
    }

    .btn-style-one:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        background-color: #161e39;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(1, 0.5);
        transform: scale(1, 0.5);
    }

    .btn-style-one:hover::before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .btn-style-one:hover {
        color: #ffffff;
        border-color: #161e39;
    }

/* Btn Style Two */

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 0px;
    letter-spacing: 1px;
    padding: 19px 25px 19px;
    text-transform: uppercase;
    box-shadow: 0px 10px 25px rgba(255,91,0,0.12);
    background-image: -ms-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -moz-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -o-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00008a), color-stop(100, #9b1fed));
    background-image: -webkit-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: linear-gradient(to right, #00008a 0%, #9b1fed 100%);
}

    .btn-style-two .icon {
        position: relative;
        font-size: 18px;
        margin-right: 10px;
    }

    .btn-style-two:hover {
        color: #ffffff;
        background-image: -ms-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: -moz-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: -o-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9b1fed), color-stop(100, #00008a));
        background-image: -webkit-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: linear-gradient(to right, #9b1fed 0%, #00008a 100%);
    }

/* Btn Style Three */

.btn-style-three {
    position: relative;
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    cursor: pointer;
    padding: 16px 40px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    transition: all 300ms linear;
    background-color: #13eaa2;
    font-family: 'Oswald', sans-serif;
}

    .btn-style-three:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: #161e39;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    }

    .btn-style-three:hover::before {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    .btn-style-three .txt {
        position: relative;
        z-index: 1;
    }

    .btn-style-three:hover {
        color: #ffffff;
        -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
        -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
        -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
        -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
        box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    }

/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    color: #161e39;
    padding: 15px 44px;
    border: 1px solid #eaeaea;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.15);
}

    .btn-style-four .icon {
        position: relative;
        font-size: 20px;
        margin-right: 10px;
    }

    .btn-style-four:hover {
        color: #ffffff;
        background-color: #00008a;
    }

/* Btn Style Five */

.btn-style-five {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    letter-spacing: 1px;
    padding: 19px 52px 19px;
    text-transform: uppercase;
    box-shadow: 0px 10px 25px rgba(255,91,0,0.12);
    background-image: -ms-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -moz-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -o-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00008a), color-stop(100, #9b1fed));
    background-image: -webkit-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: linear-gradient(to right, #00008a 0%, #9b1fed 100%);
}

    .btn-style-five .icon {
        position: relative;
        top: 2px;
        font-size: 18px;
        margin-left: 5px;
    }

    .btn-style-five:hover {
        color: #ffffff;
        background-image: -ms-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: -moz-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: -o-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9b1fed), color-stop(100, #00008a));
        background-image: -webkit-linear-gradient(left, #9b1fed 0%, #00008a 100%);
        background-image: linear-gradient(to right, #9b1fed 0%, #00008a 100%);
    }

/* Btn Style Six */

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #161e39;
    padding: 10px 38px 10px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .btn-style-six .txt {
        position: relative;
        z-index: 1;
    }

    .btn-style-six:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        background-color: #161e39;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(1, 0.5);
        transform: scale(1, 0.5);
    }

    .btn-style-six:hover::before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .btn-style-six:hover {
        color: #ffffff;
        border-color: #161e39;
    }

/*Social Icon One*/

.social-icon-one {
    position: relative;
}

    .social-icon-one li {
        position: relative;
        margin-right: 7px;
        color: #222222;
        font-size: 18px;
        float: left;
    }

        .social-icon-one li.facebook a:hover {
            background-color: #16599b;
            color: #ffffff;
        }

        .social-icon-one li.twitter a {
            color: #03a9f4;
        }

        .social-icon-one li.twitter:hover a {
            background-color: #03a9f4;
            color: #ffffff;
        }

        .social-icon-one li.dribbble a {
            color: #ea4c89;
        }

            .social-icon-one li.dribbble a:hover {
                color: #ffffff;
                background-color: #ea4c89;
            }

        .social-icon-one li.behance a {
            color: #0067ff;
        }

            .social-icon-one li.behance a:hover {
                color: #ffffff;
                background-color: #0067ff;
            }

        .social-icon-one li a {
            position: relative;
            font-size: 14px;
            color: #16599b;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-weight: 400;
            border-radius: 50px;
            display: inline-block;
            background-color: #ffffff;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .social-icon-one li a:hover {
            }

.theme_color {
    color: #2b60fb;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 110px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .scroll-to-top:hover {
        color: #ffffff;
        background: #00008a;
    }

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

    .sec-title h2 {
        position: relative;
        color: #161e39;
        font-weight: 400;
        line-height: 1.2em;
        margin-bottom: 18px;
    }

        .sec-title h2 span {
            font-weight: 700;
        }

    .sec-title .text {
        position: relative;
        font-size: 18px;
        line-height: 1.7em;
        color: #404040;
        margin-top: 20px;
    }

    .sec-title.centered {
        text-align: center !important;
    }

    .sec-title.light h2 {
        color: #ffffff;
    }

    .sec-title.light .text {
        color: #ffffff;
    }

    .sec-title.style-two h2 {
        font-weight: 700;
    }

        .sec-title.style-two h2 span {
            color: #00008a;
        }

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

    .main-header .main-box {
        position: relative;
        padding: 0px 0px;
        left: 0px;
        top: 0px;
        width: 100%;
        background: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-header .main-box .outer-container {
            position: relative;
            padding: 0px 40px;
        }

        .main-header .main-box .logo-box {
            position: relative;
            float: left;
            left: 0px;
            z-index: 10;
            padding: 30px 0px;
        }

            .main-header .main-box .logo-box .logo img {
                display: inline-block;
                max-width: 100%;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

    .main-header .header-upper {
        position: relative;
        z-index: 1;
    }

        .main-header .header-upper .outer-box {
            position: relative;
            float: right;
            padding-top: 35px;
            padding-left: 60px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .main-header .header-upper .outer-box .search-box-outer {
                position: relative;
                float: left;
                color: #ffffff;
                margin-right: 90px;
            }

                .main-header .header-upper .outer-box .search-box-outer button {
                    position: relative;
                    background: none;
                    font-size: 20px;
                    color: #ffffff;
                    padding: 13px 0px;
                    cursor: pointer;
                }

            .main-header .header-upper .outer-box .cart-box {
                position: relative;
                float: left;
                margin-right: 20px;
            }

                .main-header .header-upper .outer-box .cart-box .icon {
                    position: relative;
                    color: #ffffff;
                    font-size: 20px;
                    margin-top: 12px;
                    margin-left: 25px;
                    display: inline-block;
                }

    .main-header.header-style-two .header-upper .outer-box .theme-btn {
        border-radius: 50px;
    }

    .main-header .header-upper .outer-box .search-box {
        position: relative;
        float: left;
        margin-top: 12px;
    }

        .main-header .header-upper .outer-box .search-box .form-group {
            position: relative;
            margin: 0px;
        }

            .main-header .header-upper .outer-box .search-box .form-group input[type="text"],
            .main-header .header-upper .outer-box .search-box .form-group input[type="search"] {
                position: relative;
                line-height: 28px;
                padding: 0px 0px 10px 26px;
                background: none;
                display: block;
                font-size: 14px;
                width: 135px;
                height: 34px;
                color: #ffffff;
                font-weight: 400;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                transition: all 900ms ease;
            }

            .main-header .header-upper .outer-box .search-box .form-group input:focus {
                width: 200px;
            }

            .main-header .header-upper .outer-box .search-box .form-group button {
                position: absolute;
                left: 0px;
                top: -5px;
                height: 34px;
                width: 35px;
                font-size: 14px;
                color: #ffffff;
                line-height: 100%;
                background: none;
                display: inline-block;
                font-weight: normal;
                text-align: left;
                cursor: pointer;
            }

            .main-header .header-upper .outer-box .search-box .form-group input::-webkit-input-placeholder,
            .main-header .header-upper .outer-box .search-box .form-group textarea::-webkit-input-placeholder {
                color: #ffffff;
                font-weight: 300;
            }

    .main-header .header-upper .outer-box .nav-toggler {
        float: right;
        cursor: pointer;
        margin: 15px 0px 15px 30px;
    }

        .main-header .header-upper .outer-box .nav-toggler .nav-btn {
            color: #151d37;
            font-size: 20px;
            line-height: 1em;
        }

.header-style-two.fixed-header .header-upper .outer-box .search-box,
.header-style-two .header-upper .main-menu {
    display: none;
}

.header-style-two.fixed-header .main-menu {
    display: block;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .sticky-header .logo {
        padding: 8px 0px 8px;
    }

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0px !important;
    color: #ffffff !important;
}

.main-header .nav-outer {
    position: static;
    float: right;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 14px 0px 9px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .main-header .header-upper .logo-box .logo {
        position: relative;
    }

.main-header .header-lower {
    position: relative;
    background-color: rgba(0,0,0,0.55);
}

.main-menu {
    position: static;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .main-menu .navbar-collapse {
        padding: 0px;
        float: left;
        display: block !important;
    }

    .main-menu .navigation {
        position: static;
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: relative;
            float: left;
            margin-right: 30px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0px;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: block;
                color: #ffffff;
                text-align: center;
                line-height: 30px;
                text-transform: capitalize;
                letter-spacing: 0px;
                opacity: 1;
                font-weight: 400;
                padding: 39px 0px;
                font-size: 14px;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

            .main-menu .navigation > li > ul {
                position: absolute;
                left: 0px;
                top: 100%;
                width: 230px;
                z-index: 100;
                display: none;
                opacity: 0;
                visibility: hidden;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                padding: 0px 0px;
                background-color: #ffffff;
                box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
            }

                .main-menu .navigation > li > ul:before {
                    position: absolute;
                    content: '';
                    left: 0px;
                    top: -30px;
                    width: 100%;
                    height: 30px;
                    display: block;
                }

                .main-menu .navigation > li > ul.from-right {
                    left: auto;
                    right: 0px;
                }

                .main-menu .navigation > li > ul > li {
                    position: relative;
                    width: 100%;
                    border-bottom: 1px solid #f4f2f2;
                }

                    .main-menu .navigation > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > a {
                        position: relative;
                        display: block;
                        padding: 12px 18px;
                        line-height: 24px;
                        font-weight: 400;
                        font-size: 18px;
                        text-transform: capitalize;
                        color: #222222;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

                    .main-menu .navigation > li > ul > li:hover > a {
                        color: #ffffff;
                        padding-left: 30px;
                        background: #161e39;
                    }

                    .main-menu .navigation > li > ul > li.dropdown > a:after {
                        font-family: 'FontAwesome';
                        content: "\f105";
                        position: absolute;
                        right: 15px;
                        top: 14px;
                        width: 10px;
                        height: 20px;
                        display: block;
                        color: #222222;
                        line-height: 20px;
                        font-size: 16px;
                        font-weight: normal;
                        text-align: center;
                        z-index: 5;
                    }

                    .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
                        color: #ffffff;
                    }

                    .main-menu .navigation > li > ul > li > ul {
                        position: absolute;
                        left: 100%;
                        top: 100%;
                        width: 230px;
                        z-index: 100;
                        display: none;
                        transition: all 900ms ease;
                        -moz-transition: all 900ms ease;
                        -webkit-transition: all 900ms ease;
                        -ms-transition: all 900ms ease;
                        -o-transition: all 900ms ease;
                        padding: 0px 0px;
                        background-color: #ffffff;
                        -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                        box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
                    }

                        .main-menu .navigation > li > ul > li > ul.from-right {
                            left: auto;
                            right: 0px;
                        }

                        .main-menu .navigation > li > ul > li > ul > li {
                            position: relative;
                            width: 100%;
                            border-bottom: 1px solid #f4f2f2;
                        }

                            .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: 12px 18px;
                                line-height: 24px;
                                font-weight: 400;
                                font-size: 18px;
                                text-transform: capitalize;
                                color: #222222;
                                transition: all 500ms ease;
                                -moz-transition: all 500ms ease;
                                -webkit-transition: all 500ms ease;
                                -ms-transition: all 500ms ease;
                                -o-transition: all 500ms ease;
                            }

                            .main-menu .navigation > li > ul > li > ul > li:hover > a {
                                color: #ffffff;
                                padding-left: 30px;
                                background: #161e39;
                            }

                            .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: #272727;
                                line-height: 20px;
                                font-size: 16px;
                                font-weight: normal;
                                text-align: center;
                                z-index: 5;
                            }

                            .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
                                color: #ffffff;
                            }

            .main-menu .navigation > li.dropdown:hover > ul {
                visibility: visible;
                opacity: 1;
                border-top: 0px !important;
                -moz-transform: rotateX(0deg);
                -webkit-transform: rotateX(0deg);
                -ms-transform: rotateX(0deg);
                -o-transform: rotateX(0deg);
                transform: rotateX(0deg);
            }

        .main-menu .navigation li > ul > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 0;
            -moz-transform: rotateX(0deg);
            -webkit-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff;
        line-height: 28px;
        border: 1px solid #ffffff;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

.main-header.fixed-header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.12);
}

    .main-header.fixed-header .header-upper .logo-box {
        padding: 15px 0px;
    }

    .main-header.fixed-header .nav-outer {
        padding-top: 0px;
    }

    .main-header.fixed-header .main-menu .navigation > li > a {
        padding: 27px 0px;
        color: #000000;
    }

    .main-header.fixed-header .header-upper .outer-box .search-box-outer button,
    .main-header.fixed-header .header-upper .outer-box .cart-box .icon {
        color: #000000;
    }

    .main-header.fixed-header .header-upper .outer-box {
        padding-top: 15px;
    }

        .main-header.fixed-header .header-upper .outer-box .theme-btn {
            border-color: #000000;
            color: #000000;
        }

            .header-style-four.fixed-header .header-upper .outer-box .cart-box .icon,
            .header-style-four.fixed-header .header-upper .outer-box .search-box-outer button,
            .main-header.fixed-header .header-upper .outer-box .theme-btn:hover {
                color: #ffffff;
            }

.header-style-two.fixed-header,
.header-style-four.fixed-header {
    background-color: #000000;
}

    .header-style-two.fixed-header .main-menu .navigation > li > a,
    .header-style-four.fixed-header .main-menu .navigation > li > a {
        color: #ffffff;
    }

    .header-style-two.fixed-header .header-upper .outer-box .theme-btn,
    .header-style-four.fixed-header .header-upper .outer-box .theme-btn {
        color: #ffffff;
        border-color: #ffffff;
    }

        .header-style-two.fixed-header .header-upper .outer-box .theme-btn:before,
        .header-style-four.fixed-header .header-upper .outer-box .theme-btn:before {
            background-color: #ffffff;
        }

        .header-style-two.fixed-header .header-upper .outer-box .theme-btn:hover,
        .header-style-four.fixed-header .header-upper .outer-box .theme-btn:hover {
            color: #222222;
        }

    .header-style-two.fixed-header .header-upper .outer-box .nav-toggler .nav-btn,
    .header-style-four.fixed-header .header-upper .outer-box .nav-toggler .nav-btn {
        color: #ffffff;
    }

.header-style-three .header-upper .outer-box .theme-btn {
    border-color: #161e39;
    color: #161e39;
}

    .header-style-three .header-upper .outer-box .theme-btn:hover {
        color: #ffffff;
    }

.header-style-three .header-upper .outer-box .search-box-outer button,
.header-style-three .header-upper .outer-box .cart-box .icon,
.header-style-three .main-menu .navigation > li > a {
    color: #161e39;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
    padding-bottom: 140px;
}

    .banner-section .layers-box {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .banner-section .layers-box .layer-one {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 75%;
            border-left: 580px solid transparent;
            border-right: 580px solid transparent;
            border-top: 600px solid #2a5ffb;
        }

        .banner-section .layers-box .layer-two {
            position: absolute;
            right: -18px;
            top: -22px;
            border-top: 620px solid transparent;
            border-right: 600px solid #161e39;
            border-bottom: 550px solid transparent;
        }

        .banner-section .layers-box .layer-three {
            position: absolute;
            left: 7%;
            top: 25%;
            width: 170px;
            height: 170px;
            background-repeat: no-repeat;
        }

        .banner-section .layers-box .layer-four {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 247px;
            height: 258px;
            background-repeat: no-repeat;
        }

        .banner-section .layers-box .layer-five {
            position: absolute;
            left: 35%;
            top: 70%;
            width: 170px;
            height: 170px;
            background-repeat: no-repeat;
        }

        .banner-section .layers-box .layer-six {
            position: absolute;
            right: 7%;
            top: 55%;
            width: 170px;
            height: 170px;
            background-repeat: no-repeat;
        }

    .banner-section .content-column {
        position: relative;
        z-index: 3;
    }

        .banner-section .content-column .inner-column {
            position: relative;
            padding-top: 120px;
            padding-bottom: 60px;
        }

        .banner-section .content-column h1 {
            position: relative;
            color: #161e39;
            font-weight: 400;
            line-height: 1.1em;
            margin-bottom: 30px;
        }

            .banner-section .content-column h1 span {
                font-weight: 700;
            }

        .banner-section .content-column .text {
            position: relative;
            color: #404040;
            font-size: 18px;
            line-height: 1.8em;
            margin-bottom: 40px;
            font-weight: 400;
        }

    .banner-section .image-column {
        position: relative;
    }

        .banner-section .image-column .inner-column {
            position: relative;
        }

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

    .mobile-menu .nav-logo {
        position: relative;
        padding: 20px 20px;
        text-align: left;
    }

        .mobile-menu .nav-logo img {
            max-width: 200px;
        }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 500ms;
    -ms-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.10);
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

        .mobile-menu .navigation li > ul > li:last-child {
            border-bottom: none;
        }

        .mobile-menu .navigation li > ul > li:first-child {
            border-top: 1px solid rgba(0,0,0,0.10);
        }

        .mobile-menu .navigation li > a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 10px 20px;
            font-size: 15px;
            color: #404040;
            text-transform: capitalize;
        }

        .mobile-menu .navigation li:hover > a,
        .mobile-menu .navigation li.current > a {
            color: #f34a4d;
        }

        .mobile-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 44px;
            height: 44px;
            text-align: center;
            font-size: 16px;
            line-height: 44px;
            color: #404040;
            cursor: pointer;
            z-index: 5;
        }

            .mobile-menu .navigation li.dropdown .dropdown-btn:after {
                content: '';
                position: absolute;
                left: 0px;
                top: 10px;
                width: 1px;
                height: 24px;
                border-left: 1px solid rgba(0,0,0,0.10);
            }

        .mobile-menu .navigation li > ul,
        .mobile-menu .navigation li > ul > li > ul {
            display: none;
        }

.sticky-header .navbar-header {
    display: none;
}

/***

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(37,37,37,0.90);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(0%,-100%);
    -ms-transform: translate(0%,-100%);
    -o-transform: translate(0%,-100%);
    -moz-transform: translate(0%,-100%);
    transform: translate(0%,-100%);
}

    .search-popup.popup-visible {
        top: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
        -moz-transform: translate(0%);
        transform: translate(0%);
    }

    .search-popup .close-search {
        position: absolute;
        right: 25px;
        top: 25px;
        font-size: 20px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
        transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
    }

        .search-popup .close-search:hover {
            opacity: 0.70;
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .search-popup .search-form {
        position: relative;
        padding: 0px 15px 0px;
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 200px;
    }

        .search-popup .search-form fieldset {
            position: relative;
            border: 7px solid rgba(255,255,255,0.50);
            border-radius: 12px;
            -webkit-border-radius: 12px;
            -ms-border-radius: 12px;
            -o-border-radius: 12px;
            -moz-border-radius: 12px;
        }

            .search-popup .search-form fieldset input[type="search"] {
                position: relative;
                height: 70px;
                padding: 20px 220px 20px 30px;
                background: #ffffff;
                line-height: 30px;
                font-size: 24px;
                color: #233145;
                border-radius: 7px;
                -webkit-border-radius: 7px;
                -ms-border-radius: 7px;
                -o-border-radius: 7px;
                -moz-border-radius: 7px;
            }

            .search-popup .search-form fieldset input[type="submit"] {
                position: absolute;
                display: block;
                right: 0px;
                top: 0px;
                text-align: center;
                width: 220px;
                height: 70px;
                padding: 20px 10px 20px 10px;
                color: #ffffff !important;
                background-color: #3466fc;
                line-height: 30px;
                font-size: 20px;
                color: #233145;
                cursor: pointer;
                text-transform: uppercase;
                border-radius: 0px 7px 7px 0px;
                -moz-border-radius: 0px 7px 7px 0px;
                -ms-border-radius: 0px 7px 7px 0px;
                -o-border-radius: 0px 7px 7px 0px;
                -webkit-border-radius: 0px 7px 7px 0px;
            }

                .search-popup .search-form fieldset input[type="submit"]:hover {
                    background: #000000;
                }

    .search-popup h3 {
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 20px;
        text-align: center;
    }

    .search-popup .recent-searches {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

        .search-popup .recent-searches li {
            display: inline-block;
            margin: 0px 10px 10px 0px;
        }

            .search-popup .recent-searches li a {
                display: block;
                line-height: 24px;
                border: 1px solid #ffffff;
                padding: 7px 15px;
                color: #ffffff;
                border-radius: 3px;
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
            }

                .search-popup .recent-searches li a:hover {
                    color: #000000;
                    border-color: #ffffff;
                    background-color: #ffffff;
                }

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section {
    position: relative;
    padding-top: 90px;
}

    .app-section .welcome-column {
        position: relative;
    }

        .app-section .welcome-column .inner-column {
            position: relative;
            z-index: 1;
        }

        .app-section .welcome-column .welcome-box {
            position: relative;
            max-width: 400px;
            width: 100%;
            border-radius: 25px;
            padding: 150px 40px 110px;
            background-color: #3164fc;
            box-shadow: 0px 15px 35px rgba(0,0,0,0.15);
        }

            .app-section .welcome-column .welcome-box .inner-box {
                position: relative;
            }

            .app-section .welcome-column .welcome-box .title-box {
                position: relative;
                text-align: center;
                padding-top: 100px;
                margin-bottom: 40px;
            }

                .app-section .welcome-column .welcome-box .title-box .image {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    left: 0px;
                    margin-left: 105px;
                }

                .app-section .welcome-column .welcome-box .title-box h3 {
                    position: relative;
                    color: #ffffff;
                    text-transform: capitalize;
                    font-family: 'Oswald', sans-serif;
                }

            .app-section .welcome-column .welcome-box .inner-box .home {
                position: relative;
                font-size: 22px;
                color: #ffffff;
                font-weight: 300;
                font-family: 'Oswald', sans-serif;
            }

        .app-section .welcome-column .inner-column .image-two {
            position: absolute;
            right: -30px;
            top: -95px;
            z-index: -1;
        }

/* Login Form */

.login-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .login-form .form-group:last-child {
        margin-bottom: 0px;
    }

    .login-form .form-group .icon {
        position: absolute;
        left: 16px;
        top: 9px;
        bottom: 8px;
        width: 38px;
        color: #ffffff;
        font-size: 20px;
        line-height: 38px;
        border-right: 1px solid rgba(255,255,255,0.40);
    }

    .login-form .form-group input[type="text"],
    .login-form .form-group input[type="password"],
    .login-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 56px;
        color: #ffffff;
        height: 56px;
        font-size: 22px;
        background: none;
        font-weight: 300;
        border-radius: 7px;
        padding: 15px 15px 15px 85px;
        font-family: 'Oswald', sans-serif;
        background: rgba(255,255,255,0.30);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .login-form .form-group input::-webkit-input-placeholder,
    .login-form .form-group textarea::-webkit-input-placeholder {
        color: #ffffff;
        font-weight: 300;
    }

    .login-form .form-group input[type="text"]:focus,
    .login-form .form-group input[type="email"]:focus,
    .login-form .form-group textarea:focus {
        border-color: #322f2f;
    }

    .login-form .form-group .theme-btn {
        cursor: pointer;
        width: 100%;
    }

.app-section .content-column {
    position: relative;
}

    .app-section .content-column .inner-column {
        position: relative;
        padding-left: 70px;
        padding-top: 140px;
        z-index: 1;
    }

        .app-section .content-column .inner-column .sec-title {
            margin-bottom: 20px;
        }

    .app-section .content-column .text {
        position: relative;
        color: #404040;
        font-size: 18px;
        line-height: 1.7em;
        margin-bottom: 40px;
    }

.app-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 255px;
    height: 376px;
}

.app-section.style-two {
    padding-top: 160px;
    padding-bottom: 100px;
    background-color: #f7f9fb;
}

    .app-section.style-two .content-column .theme-btn {
        border-radius: 50px;
    }

    .app-section.style-two .dots-boxed {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .app-section.style-two .dots-boxed .dot-one {
            position: absolute;
            right: 15%;
            top: 20%;
            width: 15px;
            height: 15px;
            border-radius: 50px;
            background-color: #255afa;
        }

        .app-section.style-two .dots-boxed .dot-two {
            position: absolute;
            right: 17%;
            top: 22%;
            width: 7px;
            height: 7px;
            border-radius: 50px;
            background-color: #00008a;
        }

        .app-section.style-two .dots-boxed .dot-three {
            position: absolute;
            right: 10%;
            bottom: 12%;
            width: 7px;
            height: 7px;
            border-radius: 50px;
            background-color: #161e39;
        }

        .app-section.style-two .dots-boxed .dot-four {
            position: absolute;
            left: 10%;
            top: 26%;
            width: 12px;
            height: 12px;
            border-radius: 50px;
            background-color: #255afa;
        }

        .app-section.style-two .dots-boxed .dot-five {
            position: absolute;
            right: 48%;
            top: 70%;
            width: 7px;
            height: 7px;
            border-radius: 50px;
            background-color: #6d5ffa;
        }

    .app-section.style-two .welcome-column .inner-column .image-two .circle-one {
        position: absolute;
        right: -50px;
        top: 20px;
        width: 196px;
        height: 196px;
        z-index: -1;
        border-radius: 50%;
        border: 60px solid #feb961;
    }

    .app-section.style-two .welcome-column .inner-column .image-two .circle-two {
        position: absolute;
        left: -70px;
        bottom: 70px;
        width: 196px;
        height: 196px;
        z-index: -1;
        border-radius: 50%;
        border: 60px solid #3bffb8;
    }

.app-section .side-circle {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 311px;
    height: 311px;
    border-radius: 50%;
    background-color: #ffffff;
}

/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section {
    position: relative;
    padding-top: 115px;
    padding-bottom: 80px;
}

    .features-section .layer-one {
        position: absolute;
        left: 0px;
        top: -250px;
        z-index: -1;
        border-bottom: 1000px solid #eaedf5;
        border-right: 840px solid transparent;
    }

.featured-block {
    position: relative;
    margin-bottom: 30px;
}

    .featured-block .inner-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 55px 35px 55px;
        background-color: #ffffff;
        box-shadow: 0px 10px 30px rgba(0,0,0,0.10);
    }

        .featured-block .inner-box:before {
            position: absolute;
            content: '';
            left: 75px;
            top: 0px;
            width: 100%;
            height: 280%;
            background-color: #f8faff;
            transform: translateX(50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .featured-block .inner-box:hover::before {
            left: -90px;
            right: auto;
            transform: translateX(0%) rotate(-45deg);
            transform: translateY(0%) rotate(-45deg);
        }

        .featured-block .inner-box .side-lines {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 70px;
            height: 70px;
        }

            .featured-block .inner-box .side-lines:before {
                position: absolute;
                content: '';
                right: 0px;
                top: 0px;
                height: 2px;
                width: 0px;
                background-color: #1541e1;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
            }

        .featured-block .inner-box:hover .side-lines:before {
            width: 100%;
        }

        .featured-block .inner-box .side-lines:after {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            width: 2px;
            height: 0px;
            background-color: #1541e1;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .featured-block .inner-box:hover .side-lines:after {
            height: 100%;
        }

        .featured-block .inner-box .icon-outer {
            position: relative;
            display: inline-block;
        }

            .featured-block .inner-box .icon-outer:before {
                position: absolute;
                content: '';
                left: -17px;
                top: -15px;
                right: 0px;
                bottom: 0px;
                width: 82px;
                height: 82px;
                background: url(../images/icons/pattern-5.png);
            }

            .featured-block .inner-box .icon-outer .icon {
                position: relative;
                width: 50px;
                height: 50px;
                color: #232325;
                font-size: 24px;
                line-height: 50px;
                text-align: center;
                display: inline-block;
                background-color: #eaedf5;
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
            }

        .featured-block .inner-box:hover .icon-outer .icon {
            background-color: #2e61fc;
            color: #ffffff;
        }

        .featured-block .inner-box h4 {
            position: relative;
            color: #161e39;
            font-weight: 600;
            line-height: 1.3em;
            margin-top: 28px;
        }

        .featured-block .inner-box .text {
            position: relative;
            color: #161e39;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.8em;
            margin-top: 18px;
        }

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section-two {
    position: relative;
    padding-top: 200px;
}

    .app-section-two .account-column {
        position: relative;
    }

        .app-section-two .account-column .inner-column {
            position: relative;
            z-index: 1;
        }

        .app-section-two .account-column .account-box {
            position: relative;
            max-width: 400px;
            width: 100%;
            margin: 0 auto;
            border-radius: 25px;
            padding: 75px 40px 140px;
            box-shadow: 0px 15px 35px rgba(0,0,0,0.15);
            background-image: -ms-linear-gradient(left, #6B5DFA 0%, #8675fa 100%);
            background-image: -moz-linear-gradient(left, #6B5DFA 0%, #8675fa 100%);
            background-image: -o-linear-gradient(left, #6B5DFA 0%, #8675fa 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6B5DFA), color-stop(100, #8675fa));
            background-image: -webkit-linear-gradient(left, #6B5DFA 0%, #8675fa 100%);
            background-image: linear-gradient(to right, #6B5DFA 0%, #8675fa 100%);
        }

            .app-section-two .account-column .account-box .inner-box {
                position: relative;
            }

            .app-section-two .account-column .account-box .upload-box {
                position: relative;
                text-align: center;
                padding-top: 0px;
                margin-bottom: 40px;
            }

                .app-section-two .account-column .account-box .upload-box .image {
                    position: relative;
                    width: 110px;
                    height: 110px;
                    margin: 0 auto;
                    border-radius: 50%;
                    background-color: #ffffff;
                }

                    .app-section-two .account-column .account-box .upload-box .image:before {
                        position: absolute;
                        content: '';
                        left: -6px;
                        top: -6px;
                        right: -6px;
                        bottom: -6px;
                        border-radius: 50%;
                        border: 2px solid #ffffff;
                    }

                .app-section-two .account-column .account-box .upload-box .upload-text {
                    position: relative;
                    font-size: 13px;
                    color: #13eaa2;
                    font-weight: 300;
                    margin-top: 12px;
                    font-family: 'Oswald', sans-serif;
                }

        .app-section-two .account-column .inner-column .image-two {
            position: absolute;
            left: -90px;
            top: -95px;
            z-index: -1;
        }

/* Signup Form */

.signup-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .signup-form .form-group:last-child {
        margin-bottom: 0px;
    }

    .signup-form .form-group .icon {
        position: absolute;
        left: 16px;
        top: 9px;
        bottom: 8px;
        width: 38px;
        color: #13eaa2;
        font-size: 20px;
        line-height: 38px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }

    .signup-form .form-group input[type="text"],
    .signup-form .form-group input[type="email"],
    .signup-form .form-group input[type="password"],
    .signup-form .form-group input[type="phone"],
    .signup-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 56px;
        color: #ffffff;
        height: 56px;
        font-size: 22px;
        background: none;
        font-weight: 300;
        border-radius: 0px;
        padding: 15px 15px 15px 85px;
        font-family: 'Oswald', sans-serif;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .signup-form .form-group input::-webkit-input-placeholder,
    .signup-form .form-group textarea::-webkit-input-placeholder {
        color: #ffffff;
        font-weight: 300;
    }

    .signup-form .form-group input[type="text"]:focus,
    .signup-form .form-group input[type="phone"]:focus,
    .signup-form .form-group input[type="password"]:focus,
    .signup-form .form-group input[type="email"]:focus,
    .signup-form .form-group textarea:focus {
        border-color: #322f2f;
    }

    .signup-form .form-group .theme-btn {
        cursor: pointer;
        width: 100%;
    }

.app-section-two .content-column {
    position: relative;
}

    .app-section-two .content-column .inner-column {
        position: relative;
        padding-top: 140px;
        padding-right: 70px;
        z-index: 1;
    }

        .app-section-two .content-column .inner-column .sec-title {
            margin-bottom: 20px;
        }

    .app-section-two .content-column .text {
        position: relative;
        margin-bottom: 40px;
    }

        .app-section-two .content-column .text p {
            position: relative;
            color: #404040;
            font-size: 18px;
            line-height: 1.7em;
            margin-bottom: 15px;
        }

            .app-section-two .content-column .text p:last-child {
                margin-bottom: 0px;
            }

    .app-section-two .content-column .btn-box .theme-btn {
        position: relative;
        float: left;
        margin-right: 15px;
    }

.app-section-two .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 255px;
    height: 376px;
    background-repeat: no-repeat;
}

.app-section-two .pattern-layer-two {
    position: absolute;
    right: 5%;
    top: 0%;
    width: 247px;
    height: 258px;
    background-repeat: no-repeat;
}

.app-section-two .pattern-layer-three {
    position: absolute;
    right: 0px;
    top: 0%;
    width: 198px;
    height: 200px;
    background-repeat: no-repeat;
}

.app-section-two .dots-boxed {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

    .app-section-two .dots-boxed .dot-one {
        position: absolute;
        left: 15%;
        top: 20%;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        background-color: #255afa;
    }

    .app-section-two .dots-boxed .dot-two {
        position: absolute;
        left: 17%;
        top: 22%;
        width: 7px;
        height: 7px;
        border-radius: 50px;
        background-color: #00008a;
    }

    .app-section-two .dots-boxed .dot-three {
        position: absolute;
        left: 10%;
        bottom: 12%;
        width: 7px;
        height: 7px;
        border-radius: 50px;
        background-color: #161e39;
    }

    .app-section-two .dots-boxed .dot-four {
        position: absolute;
        right: 10%;
        top: 26%;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        background-color: #255afa;
    }

    .app-section-two .dots-boxed .dot-five {
        position: absolute;
        left: 48%;
        top: 70%;
        width: 7px;
        height: 7px;
        border-radius: 50px;
        background-color: #6d5ffa;
    }

.app-section-two.style-two {
    padding-top: 135px;
    padding-bottom: 110px;
}

.app-section-two.style-two {
    background-color: #f7f9fb;
}

    .app-section-two.style-two .content-column .inner-column .theme-btn,
    .app-section-two.style-three .content-column .inner-column .theme-btn {
        border-radius: 50px;
    }

.app-section-two.style-three {
    padding-top: 100px;
}

    .app-section-two.style-three .account-column .inner-column {
        padding-right: 40px;
        margin-left: -40px;
    }

        .app-section-two.style-three .account-column .inner-column .image-two:before {
            position: absolute;
            content: '';
            left: -15px;
            top: 0px;
            width: 390px;
            height: 390px;
            z-index: -1;
            border-radius: 25px;
            background-color: #ffb9b9;
            transform: rotate(-14deg);
        }

        .app-section-two.style-three .account-column .inner-column .image-two:after {
            position: absolute;
            content: '';
            right: -30px;
            bottom: -35px;
            width: 390px;
            height: 390px;
            z-index: -1;
            border-radius: 25px;
            background-color: #94daef;
            transform: rotate(-12deg);
        }

/*** 

====================================================================
	Screenshots Section
====================================================================

***/

.screenshots-section {
    position: relative;
    overflow: hidden;
    padding-top: 135px;
    padding-bottom: 90px;
}

    .screenshots-section .pattern-layer {
        position: absolute;
        left: 20%;
        top: -20px;
        width: 255px;
        height: 376px;
        background-repeat: no-repeat;
    }

    .screenshots-section .carousel-container {
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0px 30px;
    }

        .screenshots-section .carousel-container:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 60px;
            height: 100%;
            z-index: 2;
            background-color: #ffffff;
        }

        .screenshots-section .carousel-container:after {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            width: 60px;
            height: 100%;
            z-index: 20;
            background-color: #ffffff;
        }

    .screenshots-section .carousel-outer {
        position: relative;
        width: 429px;
        height: 700px;
        margin: 0 auto;
        padding: 82px 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: 429px;
            left: 0px;
            top: 0px;
            z-index: 20;
        }

            .screenshots-section .carousel-outer .mockup-layer:before {
                content: '';
                position: absolute;
                left: 0px;
                top: -27px;
                width: 70px;
                height: 703px;
                background: url(../images/resource/iphone-mockup-two.png) left top no-repeat;
                z-index: 20;
            }

            .screenshots-section .carousel-outer .mockup-layer:after {
                content: '';
                position: absolute;
                right: 0px;
                top: -27px;
                width: 70px;
                height: 703px;
                background: url(../images/resource/iphone-mockup-two.png) right top no-repeat;
                z-index: 20;
            }

    .screenshots-section .owl-stage-outer {
        overflow: visible;
    }

    .screenshots-section .slide .image img {
        width: 100%;
        display: block;
        border-radius: 5px;
        z-index: 99999999;
    }

    .screenshots-section .owl-dots {
        position: relative;
        text-align: center;
        margin-top: 100px;
    }

        .screenshots-section .owl-dots .owl-dot {
            position: relative;
            width: 18px;
            height: 18px;
            margin: 0px 7px;
            display: inline-block;
            background-color: #d0d9f9;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .screenshots-section .owl-dots .owl-dot.active,
            .screenshots-section .owl-dots .owl-dot:hover {
                background-color: #1541e1;
            }

    .screenshots-section .owl-nav {
        display: none;
    }

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 90px;
}

    .pricing-section .pattern-layer {
        position: absolute;
        right: 10%;
        top: -20px;
        width: 255px;
        height: 376px;
        background-repeat: no-repeat;
    }

.price-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

    .price-block .inner-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 55px 35px 55px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
    }

        .price-block .inner-box:before {
            position: absolute;
            content: '';
            left: 75px;
            top: 0px;
            width: 100%;
            height: 192%;
            background-color: #f8faff;
            transform: translateX(50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .price-block .inner-box:hover::before {
            left: -90px;
            right: auto;
            transform: translateX(0%) rotate(-45deg);
            transform: translateY(0%) rotate(-45deg);
        }

        .price-block .inner-box .side-lines {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 70px;
            height: 70px;
        }

            .price-block .inner-box .side-lines:before {
                position: absolute;
                content: '';
                right: 0px;
                top: 0px;
                height: 2px;
                width: 0px;
                background-color: #1541e1;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
            }

        .price-block .inner-box:hover .side-lines:before {
            width: 100%;
        }

        .price-block .inner-box .side-lines:after {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            width: 2px;
            height: 0px;
            background-color: #1541e1;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .price-block .inner-box:hover .side-lines:after {
            height: 100%;
        }

        .price-block .inner-box .title {
            position: relative;
            color: #161e39;
            font-size: 24px;
            font-weight: 600;
            line-height: 1.3em;
        }

        .price-block .inner-box h2 {
            position: relative;
            color: #161e39;
            font-weight: 700;
            line-height: 1.3em;
            margin-top: 10px;
        }

        .price-block .inner-box .price-list {
            position: relative;
            text-align: center;
            margin-top: 40px;
            margin-bottom: 40px;
        }

            .price-block .inner-box .price-list li {
                position: relative;
                padding: 10px 30px;
                color: #404040;
                font-size: 20px;
                max-width: 230px;
                width: 100%;
                margin-bottom: 18px;
                display: inline-block;
                border: 1px dashed #dbdbdb;
            }

                .price-block .inner-box .price-list li:last-child {
                    margin-bottom: 0px;
                }

        .price-block .inner-box .theme-btn {
            padding: 15px 70px;
        }

.price-page-section .price-block {
    margin-bottom: 100px;
}

.price-block.style-two .inner-box .title {
    display: inline-block;
    padding: 0px 12px;
    box-shadow: 0px 10px 25px rgba(255,91,0,0.12);
    background-image: -ms-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -moz-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -o-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00008a), color-stop(100, #9b1fed));
    background-image: -webkit-linear-gradient(left, #00008a 0%, #9b1fed 100%);
    background-image: linear-gradient(to right, #00008a 0%, #9b1fed 100%);
}

.price-block.style-two .inner-box:before {
    display: none;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding-bottom: 90px;
}

    .testimonial-section .section-layer-one {
        position: absolute;
        right: 0px;
        bottom: 0px;
        border-bottom: 950px solid #eaedf5;
        border-left: 850px solid transparent;
    }

    .testimonial-section .pattern-layer-two {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 247px;
        height: 258px;
    }

    .testimonial-section .inner-container {
        position: relative;
        max-width: 780px;
        margin: 0 auto;
    }

    .testimonial-section .testimonial-carousel {
        margin: 0px -10px;
        width: auto;
    }

    .testimonial-section .inner-container .owl-carousel .owl-stage-outer {
        padding: 15px 0px 30px;
    }

    .testimonial-section .testimonial-block {
        margin: 0px 15px;
    }

    .testimonial-section .owl-dots {
        position: relative;
        text-align: center;
        margin-top: 30px;
    }

        .testimonial-section .owl-dots .owl-dot {
            position: relative;
            width: 18px;
            height: 18px;
            margin: 0px 7px;
            display: inline-block;
            background-color: #d0d9f9;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .testimonial-section .owl-dots .owl-dot.active,
            .testimonial-section .owl-dots .owl-dot:hover {
                background-color: #1541e1;
            }

    .testimonial-section .owl-nav {
        display: none;
    }

.testimonial-block {
    position: relative;
}

    .testimonial-block .inner-box {
        position: relative;
        overflow: hidden;
        text-align: center;
        padding: 45px 45px;
        background-color: #ffffff;
        box-shadow: 0px 10px 15px rgba(0,0,0,0.07);
    }

        .testimonial-block .inner-box:before {
            position: absolute;
            content: '';
            left: -275px;
            top: -170px;
            right: auto;
            width: 1000px;
            height: 600px;
            background-color: #f8faff;
            transform: translateX(0%) rotate(-45deg);
            transform: translateY(0%) rotate(-45deg);
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .testimonial-block .inner-box .image {
            position: relative;
            width: 87px;
            height: 87px;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
        }

        .testimonial-block .inner-box .text {
            position: relative;
            color: #404040;
            font-size: 18px;
            font-style: italic;
            line-height: 1.6em;
            text-align: center;
            font-weight: 500;
            margin-top: 25px;
        }

        .testimonial-block .inner-box .author {
            position: relative;
            color: #161e39;
            font-size: 18px;
            font-weight: 600;
            margin-top: 15px;
        }

        .testimonial-block .inner-box .rating {
            position: relative;
        }

            .testimonial-block .inner-box .rating span {
                position: relative;
                color: #ff6f00;
                margin: 0px 3px;
                margin-top: 12px;
            }

        .testimonial-block .inner-box .quote-icon {
            position: absolute;
            right: 90px;
            bottom: 40px;
            color: #ecf3f9;
            line-height: 1em;
            font-size: 60px;
        }

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
}

    .main-footer .pattern-layer {
        position: absolute;
        left: 0px;
        bottom: 0px;
        border-bottom: 150px solid #161e39;
        border-right: 150px solid transparent;
    }

    .main-footer .pattern-layer-2 {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 198px;
        height: 199px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .main-footer .widgets-section {
        position: relative;
        padding: 80px 0px 60px;
    }

    .main-footer .footer-widget {
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
    }

        .main-footer .footer-widget h4 {
            position: relative;
            font-weight: 700;
            color: #161e39;
            margin-bottom: 10px;
            text-transform: capitalize;
        }

    .main-footer .logo-widget {
        position: relative;
        z-index: 3;
    }

        .main-footer .logo-widget .logo {
            position: relative;
            margin-bottom: 18px;
        }

        .main-footer .logo-widget .text {
            position: relative;
            font-size: 18px;
            color: #404040;
            line-height: 1.6em;
            margin-bottom: 25px;
        }

        .main-footer .logo-widget .social-box {
            position: relative;
        }

            .main-footer .logo-widget .social-box a {
                position: relative;
                font-size: 18px;
                color: #4c4c4c;
                margin-right: 20px;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .main-footer .logo-widget .social-box a:hover {
                    color: #ff7500;
                }

    .main-footer .links-widget li {
        position: relative;
        margin-bottom: 10px;
    }

        .main-footer .links-widget li a {
            position: relative;
            color: #404040;
            font-size: 18px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-footer .links-widget li a:hover {
                color: #1541e1;
            }

    .main-footer .footer-bottom {
        position: relative;
        padding: 26px 0px;
        text-align: center;
        z-index: 3;
        border-top: 1px solid #efefef;
    }

        .main-footer .footer-bottom .copyright {
            position: relative;
            color: #404040;
            font-size: 16px;
        }

    /* Main Footer / Style Two */

    .main-footer .left-layer {
        position: absolute;
        left: -90%;
        top: -38px;
        width: 411px;
        height: 520px;
        z-index: 2;
        background-size: cover;
        background-position: right top;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .main-footer .left-layer-2 {
        position: absolute;
        left: -90%;
        top: -59px;
        width: 1223px;
        height: 560px;
        z-index: 1;
        background-size: cover;
        background-position: right top;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .main-footer .left-layer-3 {
        position: absolute;
        left: -90%;
        top: -57px;
        width: 1560px;
        height: 600px;
        background-size: cover;
        background-position: right top;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .main-footer .left-layer.now-in-view {
        left: 0%;
    }

    .main-footer .left-layer-2.now-in-view {
        left: 0%;
    }

    .main-footer .left-layer-3.now-in-view {
        left: 0%;
    }

    .main-footer.style-two {
        background-color: #161e39;
        overflow: hidden;
    }

        .main-footer.style-two .footer-bottom .copyright,
        .main-footer.style-two .links-widget li a,
        .main-footer.style-two .logo-widget .text {
            color: #dadada;
        }

        .main-footer.style-two .logo-widget .social-box a {
            color: #161e39;
        }

        .main-footer.style-two .footer-widget h4 {
            color: #ffffff;
        }

        .main-footer.style-two .footer-bottom {
            border-color: rgba(255,255,255,0.20);
        }





    .main-footer.style-three {
        overflow: hidden;
        padding-top: 150px;
    }

        .main-footer.style-three .footer-bottom .copyright,
        .main-footer.style-three .links-widget li a,
        .main-footer.style-three .logo-widget .text {
            color: #dadada;
        }

        .main-footer.style-three .logo-widget .social-box a {
            color: #161e39;
        }

        .main-footer.style-three .footer-widget h4 {
            color: #ffffff;
        }

        .main-footer.style-three .footer-bottom {
            border-color: rgba(255,255,255,0.20);
        }

        .main-footer.style-three .left-layer-4 {
            position: absolute;
            content: '';
            left: -60px;
            top: 100px;
            right: -100px;
            bottom: -120px;
            background-color: #2156f5;
            transform: rotate(-5deg);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        }

        .main-footer.style-three .left-layer-5 {
            position: absolute;
            content: '';
            left: -60px;
            top: 80px;
            right: 80px;
            bottom: -120px;
            z-index: -1;
            background-color: #2156f5;
            transform: rotate(-5deg);
        }

        /* Play Box One */

        .main-footer.style-three .play-box-one {
            position: absolute;
            left: 10%;
            top: 65%;
            z-index: 10;
        }

            .main-footer.style-three .play-box-one .overlay-box span {
                position: absolute;
                width: 135px;
                height: 135px;
                left: 50%;
                top: 50%;
                z-index: 99;
                color: #ffffff;
                font-weight: 400;
                font-size: 24px;
                text-align: center;
                border-radius: 50%;
                padding-left: 4px;
                background-color: #ffffff;
                display: inline-block;
                margin-top: -67px;
                margin-left: -67px;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                box-shadow: 0px 0px 15px rgba(0,0,0,0.04);
            }

            .main-footer.style-three .play-box-one .video-box .ripple,
            .main-footer.style-three .play-box-one .video-box .ripple:before,
            .main-footer.style-three .play-box-one .video-box .ripple:after {
                position: absolute;
                top: 50%;
                left: 50%;
                height: 135px;
                width: 135px;
                margin-left: .5px;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
                -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
                -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
                -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
                -webkit-animation: ripple 3s infinite;
                -moz-animation: ripple 3s infinite;
                -ms-animation: ripple 3s infinite;
                -o-animation: ripple 3s infinite;
                animation: ripple 3s infinite;
                background-color: rgba(255,255,255,0.04);
            }

                .main-footer.style-three .play-box-one .video-box .ripple:before {
                    -webkit-animation-delay: .9s;
                    -moz-animation-delay: .9s;
                    -ms-animation-delay: .9s;
                    -o-animation-delay: .9s;
                    animation-delay: .9s;
                    content: "";
                    position: absolute;
                }

                .main-footer.style-three .play-box-one .video-box .ripple:after {
                    -webkit-animation-delay: .6s;
                    -moz-animation-delay: .6s;
                    -ms-animation-delay: .6s;
                    -o-animation-delay: .6s;
                    animation-delay: .6s;
                    content: "";
                    position: absolute;
                }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Play Box Two */

.main-footer.style-three .play-box-two {
    position: absolute;
    right: 20%;
    top: 42%;
    z-index: 1;
}

    .main-footer.style-three .play-box-two .overlay-box span {
        position: absolute;
        width: 240px;
        height: 240px;
        left: 50%;
        top: 50%;
        z-index: 99;
        color: #ffffff;
        border-radius: 50%;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -120px;
        margin-left: -120px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }

    .main-footer.style-three .play-box-two .video-box .ripple,
    .main-footer.style-three .play-box-two .video-box .ripple:before,
    .main-footer.style-three .play-box-two .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 240px;
        height: 240px;
        margin-left: .5px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        background-color: rgba(255,255,255,0.02);
    }

        .main-footer.style-three .play-box-two .video-box .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .main-footer.style-three .play-box-two .video-box .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Play Box Three */

.main-footer.style-three .play-box-three {
    position: absolute;
    right: 10%;
    bottom: 15%;
    z-index: 1;
}

    .main-footer.style-three .play-box-three .overlay-box span {
        position: absolute;
        width: 135px;
        height: 135px;
        left: 50%;
        top: 50%;
        z-index: 99;
        color: #ffffff;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -67px;
        margin-left: -67px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }

    .main-footer.style-three .play-box-three .video-box .ripple,
    .main-footer.style-three .play-box-three .video-box .ripple:before,
    .main-footer.style-three .play-box-three .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 135px;
        width: 135px;
        margin-left: .5px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        background-color: rgba(255,255,255,0.02);
    }

        .main-footer.style-three .play-box-three .video-box .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .main-footer.style-three .play-box-three .video-box .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Style Four */

.main-footer.style-four {
    background-color: #10103b;
}

    .main-footer.style-four .footer-bottom .copyright,
    .main-footer.style-four .links-widget li a,
    .main-footer.style-four .logo-widget .text {
        color: #ffffff;
    }

    .main-footer.style-four .logo-widget .social-box a {
        color: #ffffff;
    }

    .main-footer.style-four .footer-widget h4 {
        color: #ffffff;
    }

    .main-footer.style-four .footer-bottom {
        border-color: rgba(255,255,255,0.20);
    }

    .main-footer.style-four .circle-pattern {
        position: absolute;
        content: '';
        left: 80px;
        bottom: 100px;
        width: 170px;
        height: 170px;
    }

    .main-footer.style-four .pattern-layer-new {
        position: absolute;
        content: '';
        right: 0px;
        bottom: 0px;
        right: 0px;
        width: 1133px;
        height: 470px;
    }

/* Style Four */

.main-footer.style-five {
    overflow: hidden;
    padding-top: 45px;
}

    .main-footer.style-five:before {
        position: absolute;
        content: '';
        left: -50px;
        top: 30px;
        right: -50px;
        bottom: -150px;
        transform: rotate(2deg);
        background-color: #10103b;
    }

    .main-footer.style-five .footer-bottom .copyright,
    .main-footer.style-five .links-widget li a,
    .main-footer.style-five .logo-widget .text {
        color: #ffffff;
    }

    .main-footer.style-five .logo-widget .social-box a {
        color: #ffffff;
    }

    .main-footer.style-five .footer-widget h4 {
        color: #ffffff;
    }

    .main-footer.style-five .footer-bottom {
        border-color: rgba(255,255,255,0.20);
    }

    .main-footer.style-five .circle-pattern {
        position: absolute;
        content: '';
        left: 80px;
        bottom: 180px;
        width: 170px;
        height: 170px;
    }

    .main-footer.style-five .pattern-layer-new {
        position: absolute;
        content: '';
        right: 0px;
        bottom: 0px;
        right: 0px;
        width: 1133px;
        height: 470px;
    }

    .main-footer.style-five .circle-patern {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 450px;
        height: 100%;
        border-radius: 0px 600px 600px 0px;
        background-color: rgba(255,255,255,0.02);
    }

    .main-footer.style-five .right-pattern {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 950px;
        height: 503px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }

    .main-footer.style-five:after {
        position: absolute;
        content: '';
        right: 0px;
        top: -60px;
        z-index: 1;
        border-top: 140px solid #ffffff;
        border-left: 2500px solid transparent;
    }

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    top: 0px;
    right: -450px;
    width: 300px;
    height: 100%;
    background: #1c1c1c;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

    .hidden-bar .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }

    .hidden-bar.visible-sidebar {
        right: 0px;
    }

    .hidden-bar.left-align:before {
        position: absolute;
        content: '';
        left: 100%;
        top: 0px;
        width: 100000%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        display: block;
        background-color: rgba(0,0,0,0.75);
        transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
    }

    .hidden-bar.left-align.visible-sidebar:before {
        opacity: 1;
        visibility: visible;
    }

    .hidden-bar.left-align.visible-sidebar.alternate::before {
        display: none;
    }

    .hidden-bar .hidden-bar-closer {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 6px;
        background: none;
        color: #ffffff;
        border-radius: 0px;
        text-align: center;
        line-height: 40px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        z-index: 999999;
    }

        .hidden-bar .hidden-bar-closer button {
            background: none;
            display: block;
            font-size: 16px;
            color: #ffffff;
            width: 40px;
            height: 40px;
            cursor: pointer;
            line-height: 40px;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
        }

        .hidden-bar .hidden-bar-closer:hover button {
            color: #ffffff;
        }

.hidden-bar-wrapper {
    height: 100%;
    padding: 40px 15px 30px 30px;
}

.hidden-bar .logo {
    padding: 50px 30px 0px;
    background: #1c1c1c;
}

    .hidden-bar .logo img {
        display: inline-block;
        max-width: 100%;
    }

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 13px;
}

    .hidden-bar .side-menu ul li ul a {
        background: transparent;
    }

    .hidden-bar .side-menu ul li ul li ul li a {
        background: transparent;
    }

    .hidden-bar .side-menu li.current > a {
        color: #c5a47e;
    }

    .hidden-bar .side-menu ul li {
        position: relative;
        display: block;
        border-bottom: 1px dashed rgba(255,255,255,0.10);
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown.open a::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li:first-child {
        border-top: 1px solid rgba(255,255,255,0.05);
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li:last-child {
        border-bottom: none;
    }

    .hidden-bar .side-menu ul li a {
        background: transparent;
        color: #d5d5d5;
        display: block;
        font-size: 13px;
        line-height: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 13px 15px 13px 0px;
        position: relative;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .hidden-bar .side-menu ul li a button {
            width: 35px;
            right: 20px;
            top: 6px;
            height: 35px;
            line-height: 19px;
            position: absolute;
            color: rgba(255,255,255,0.60);
            background: none;
            border-radius: 0px;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
            border: 1px solid rgba(255,255,255,0.60);
        }

            .hidden-bar .side-menu ul li a button:focus {
                outline: none;
                box-shadow: none !important;
            }

    .hidden-bar .side-menu ul.navigation > li > ul > li > a {
        color: #ffffff;
        display: block;
    }

        .hidden-bar .side-menu ul.navigation > li > ul > li > a:after {
            display: none;
        }

    .hidden-bar .side-menu ul.navigation > li.active > a:before {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -1px;
        width: 20px;
        border-bottom: 2px solid #c5a47e;
    }

    .hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a:after {
        font-family: "FontAwesome";
        content: '\f105';
        position: absolute;
        right: 20px;
        top: 12px;
        font-size: 14px;
        line-height: 24px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .hidden-bar .side-menu ul > li.current > a,
    .hidden-bar .side-menu ul > li > ul > li.current > a,
    .hidden-bar .side-menu ul.navigation > li.active > a {
        color: #ffffff;
    }

    .hidden-bar .side-menu ul li a:hover,
    .hidden-bar .side-menu ul.navigation > li > ul > li > a:hover {
        color: #cccccc;
    }

.hidden-bar .social-links {
    position: absolute;
    bottom: -60px;
    left: 0px;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

    .hidden-bar .social-links li {
        position: relative;
        display: inline-block;
        line-height: 20px;
        margin: 0px 8px;
    }

        .hidden-bar .social-links li a {
            display: block;
            color: #bfbfbf;
            font-size: 16px;
            transition: all 500ms ease;
        }

            .hidden-bar .social-links li a:hover {
                color: #ffffff;
            }

.hidden-bar .copyright-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 10px;
    line-height: 20px;
    color: #a6a6a6;
    letter-spacing: 1px;
    background-color: #1c1c1c;
    text-transform: uppercase;
    padding: 15px 10px 15px 30px;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
    padding-top: 140px;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #161e39;
}

    .banner-section-two .layers-box {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .banner-section-two .layers-box .layer-one {
            position: absolute;
            right: -25%;
            top: 0%;
            width: 450px;
            height: 578px;
            z-index: 3;
            background-repeat: no-repeat;
            -webkit-transition: all 1500ms ease;
            -moz-transition: all 1500ms ease;
            -ms-transition: all 1500ms ease;
            -o-transition: all 1500ms ease;
            transition: all 1500ms ease;
        }

        .banner-section-two .layers-box .layer-two {
            position: absolute;
            right: -100%;
            top: 0px;
            width: 1203px;
            height: 1062px;
            z-index: 2;
            background-repeat: no-repeat;
            -webkit-transition: all 1500ms ease;
            -moz-transition: all 1500ms ease;
            -ms-transition: all 1500ms ease;
            -o-transition: all 1500ms ease;
            transition: all 1500ms ease;
        }

        .banner-section-two .layers-box .layer-three {
            position: absolute;
            right: -100%;
            top: 0%;
            width: 1879px;
            height: 1224px;
            background-repeat: no-repeat;
            -webkit-transition: all 1500ms ease;
            -moz-transition: all 1500ms ease;
            -ms-transition: all 1500ms ease;
            -o-transition: all 1500ms ease;
            transition: all 1500ms ease;
        }

        .banner-section-two .layers-box .layer-one.now-in-view {
            right: 0%;
        }

        .banner-section-two .layers-box .layer-two.now-in-view {
            right: 0%;
            transition-delay: 300ms;
        }

        .banner-section-two .layers-box .layer-three.now-in-view {
            right: 0%;
            transition-delay: 600ms;
        }

    .banner-section-two .content-column {
        position: relative;
        z-index: 3;
    }

        .banner-section-two .content-column .inner-column {
            position: relative;
            padding-top: 130px;
            padding-bottom: 60px;
        }

        .banner-section-two .content-column h1 {
            position: relative;
            color: #ffffff;
            font-weight: 700;
            line-height: 1.1em;
            margin-bottom: 30px;
        }

            .banner-section-two .content-column h1 span {
                color: #2b5ffb;
            }

        .banner-section-two .content-column .text {
            position: relative;
            color: #dadada;
            font-size: 18px;
            line-height: 1.8em;
            margin-bottom: 40px;
            font-weight: 400;
        }

    .banner-section-two .image-column {
        position: relative;
        z-index: 3;
    }

        .banner-section-two .image-column .inner-column {
            position: relative;
            text-align: right;
        }

/*** 

====================================================================
	Features Section Two
====================================================================

***/

.features-section-two {
    position: relative;
    padding: 100px 0px 70px;
}

    .features-section-two .pattern-layer {
        position: absolute;
        left: 0%;
        top: 14%;
        width: 247px;
        height: 258px;
    }

    .features-section-two .pattern-layer-two {
        position: absolute;
        right: 0%;
        bottom: 15%;
        width: 247px;
        height: 258px;
    }

.featured-block-two {
    position: relative;
    margin-bottom: 30px;
}

    .featured-block-two .inner-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 55px 35px 55px;
        background-color: #ffffff;
    }

        .featured-block-two .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 0px;
            height: 2px;
            background-color: #275cfb;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .featured-block-two .inner-box:hover::before {
            width: 100%;
        }

        .featured-block-two .inner-box .icon-outer {
            position: relative;
            z-index: 1;
            display: inline-block;
        }

            .featured-block-two .inner-box .icon-outer:before {
                position: absolute;
                content: '';
                left: -17px;
                top: -17px;
                right: 0px;
                bottom: 0px;
                width: 82px;
                height: 82px;
                background: url(../images/icons/pattern-5.png);
            }

            .featured-block-two .inner-box .icon-outer .icon {
                position: relative;
                width: 44px;
                height: 44px;
                color: #ffffff;
                z-index: 1;
                font-size: 18px;
                line-height: 44px;
                text-align: center;
                border-radius: 50px;
                display: inline-block;
                background-color: #161e39;
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
            }

    .featured-block-two:nth-child(2) .inner-box .icon-outer .icon {
        padding-left: 6px;
    }

    .featured-block-two.active .inner-box {
        box-shadow: 0px 10px 30px rgba(0,0,0,0.10);
    }

    .featured-block-two .inner-box:hover .icon-outer:after {
        background-color: #2e61fc;
    }

    .featured-block-two .inner-box .icon-outer:after {
        position: absolute;
        content: '';
        left: -8px;
        top: -20px;
        width: 60px;
        height: 90px;
        border-radius: 10px;
        background-color: #f8faff;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .featured-block-two .inner-box h4 {
        position: relative;
        color: #161e39;
        font-weight: 700;
        line-height: 1.3em;
        margin-top: 35px;
    }

        .featured-block-two .inner-box h4 a {
            position: relative;
            color: #161e39;
        }

    .featured-block-two .inner-box .text {
        position: relative;
        color: #404040;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7em;
        margin-top: 16px;
        margin-bottom: 30px;
    }

    .featured-block-two .inner-box .view-more {
        position: relative;
        color: #161e39;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3em;
    }

        .featured-block-two .inner-box .view-more .icon {
            position: relative;
            width: 30px;
            height: 30px;
            color: #ffffff;
            font-size: 12px;
            line-height: 30px;
            text-align: center;
            border-radius: 50px;
            font-weight: 600;
            margin-right: 5px;
            display: inline-block;
            box-shadow: 0px 0px 15px rgba(255,122,0,0.25);
            background-image: -ms-linear-gradient(top, #FF9314 0%, #ff6300 100%);
            background-image: -moz-linear-gradient(top, #FF9314 0%, #ff6300 100%);
            background-image: -o-linear-gradient(top, #FF9314 0%, #ff6300 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF9314), color-stop(100, #ff6300));
            background-image: -webkit-linear-gradient(top, #FF9314 0%, #ff6300 100%);
            background-image: linear-gradient(to bottom, #FF9314 0%, #ff6300 100%);
        }

/*** 

====================================================================
	Screenshots Section Two
====================================================================

***/

.screenshots-section-two {
    position: relative;
    overflow: hidden;
    padding: 235px 0px 140px;
}

    .screenshots-section-two .dots-boxed {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .screenshots-section-two .dots-boxed .dot-one {
            position: absolute;
            left: 15%;
            top: 20%;
            width: 15px;
            height: 15px;
            border-radius: 50px;
            background-color: #255afa;
        }

        .screenshots-section-two .dots-boxed .dot-two {
            position: absolute;
            left: 17%;
            top: 22%;
            width: 7px;
            height: 7px;
            border-radius: 50px;
            background-color: #00008a;
        }

        .screenshots-section-two .dots-boxed .dot-three {
            position: absolute;
            left: 10%;
            bottom: 12%;
            width: 7px;
            height: 7px;
            border-radius: 50px;
            background-color: #161e39;
        }

        .screenshots-section-two .dots-boxed .dot-four {
            position: absolute;
            right: 10%;
            top: 26%;
            width: 12px;
            height: 12px;
            border-radius: 50px;
            background-color: #255afa;
        }

        .screenshots-section-two .dots-boxed .dot-five {
            position: absolute;
            left: 48%;
            top: 70%;
            width: 7px;
            height: 7px;
            border-radius: 50px;
            background-color: #6d5ffa;
        }

    .screenshots-section-two .content-column {
        position: relative;
    }

        .screenshots-section-two .content-column .inner-column {
            position: relative;
            padding-top: 210px;
        }

        .screenshots-section-two .content-column .sec-title {
            margin-bottom: 18px;
        }

        .screenshots-section-two .content-column .inner-column .text {
            position: relative;
            color: #404040;
            font-size: 18px;
            line-height: 1.7em;
            margin-bottom: 30px;
        }

        .screenshots-section-two .content-column .inner-column .theme-btn {
            border-radius: 50px;
        }

    .screenshots-section-two .screenshots-column {
        position: relative;
    }

        .screenshots-section-two .screenshots-column .image {
            position: relative;
            display: inline-block;
        }

        .screenshots-section-two .screenshots-column .inner-column {
            position: relative;
            margin-right: -150px;
            padding-bottom: 200px;
        }

        .screenshots-section-two .screenshots-column .image.app-1 {
            position: absolute;
            left: 120px !important;
            top: 165px !important;
            z-index: 1;
        }

        .screenshots-section-two .screenshots-column .image.app-2 {
            position: absolute;
            left: 370px !important;
            top: -160px !important;
        }

        .screenshots-section-two .screenshots-column .image.app-3 {
            position: absolute;
            left: auto !important;
            right: -160px !important;
            top: 240px !important;
            z-index: -1;
        }

/*** 

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 60px;
}

.price-block-two {
    position: relative;
    margin-bottom: 75px;
}

    .price-block-two .inner-box {
        position: relative;
        text-align: center;
        border-radius: 12px;
        padding: 55px 35px 0px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
        background-repeat: no-repeat;
        background-position: right top;
    }

        .price-block-two .inner-box .pattern-layer-two {
            position: absolute;
            right: 0px;
            top: 0px;
            left: 0px;
            bottom: 0px;
            opacity: 0;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            background-repeat: no-repeat;
            background-position: right top;
        }

        .price-block-two .inner-box:hover .pattern-layer-two {
            opacity: 1;
        }

        .price-block-two .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 0px;
            height: 100%;
            border-radius: 12px;
            background-color: #2258f6;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .price-block-two .inner-box:hover::before {
            width: 100%;
            display: block;
        }

        .price-block-two .inner-box .title {
            position: relative;
            color: #161e39;
            font-size: 44px;
            font-weight: 600;
            line-height: 1.3em;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .price-block-two .inner-box:hover h2,
        .price-block-two .inner-box:hover .title,
        .price-block-two .inner-box:hover .price-list li {
            color: #ffffff;
        }

        .price-block-two .inner-box h2 {
            position: relative;
            color: #161e39;
            font-weight: 700;
            line-height: 1.3em;
            margin-top: 20px;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .price-block-two .inner-box .price-list {
            position: relative;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 0px;
            display: inline-block;
        }

            .price-block-two .inner-box .price-list li {
                position: relative;
                padding: 8px 0px;
                color: #404040;
                font-size: 20px;
                margin-bottom: 0px;
                list-style: disc;
                text-align: center;
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
            }

                .price-block-two .inner-box .price-list li:last-child {
                    margin-bottom: 0px;
                }

        .price-block-two .inner-box .theme-btn {
            top: 40px;
            padding: 15px 60px;
            border-radius: 50px;
        }

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding-bottom: 90px;
}

    .testimonial-section-two .inner-container {
        position: relative;
        margin-top: -115px;
    }

    .testimonial-section-two .owl-dots {
        position: relative;
        text-align: center;
        margin-top: 20px;
    }

        .testimonial-section-two .owl-dots .owl-dot {
            position: relative;
            width: 12px;
            height: 12px;
            margin: 0px 5px;
            border-radius: 50px;
            display: inline-block;
            background-color: #d0d9f9;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .testimonial-section-two .owl-dots .owl-dot.active,
            .testimonial-section-two .owl-dots .owl-dot:hover {
                background-color: #1541e1;
            }

    .testimonial-section-two .owl-nav {
        display: none;
    }

.testimonial-block-two {
    position: relative;
}

    .testimonial-block-two .upper-box {
        position: relative;
        text-align: right;
        margin-bottom: 55px;
    }

        .testimonial-block-two .upper-box .rating {
            position: relative;
        }

            .testimonial-block-two .upper-box .rating .fa {
                position: relative;
                color: #00008a;
                margin-left: 5px;
            }

        .testimonial-block-two .upper-box .votes {
            position: relative;
            color: #404040;
            font-size: 18px;
            font-weight: 600;
            margin-top: 10px;
        }

            .testimonial-block-two .upper-box .votes span {
                color: #00008a;
            }

    .testimonial-block-two .inner-box .author-image {
        position: relative;
        width: 87px;
        height: 87px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
    }

    .testimonial-block-two .inner-box .content {
        position: relative;
        margin-top: -40px;
        border-radius: 15px;
        padding: 65px 30px 65px;
        background-color: #161e39;
    }

        .testimonial-block-two .inner-box .content .quote-icon {
            position: absolute;
            left: 100px;
            top: 55px;
            font-size: 60px;
            line-height: 1em;
            color: rgba(255,255,255,0.10);
        }

        .testimonial-block-two .inner-box .content .text {
            position: relative;
            font-size: 18px;
            color: #ffffff;
            font-weight: 500;
            line-height: 1.8em;
            font-style: italic;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

    .testimonial-block-two .inner-box h5 {
        position: relative;
        color: #161e39;
        font-size: 18px;
        line-height: 1.3em;
        margin-top: 25px;
        font-weight: 600;
        text-align: center;
    }

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 260px;
}

    .banner-section-three .mouse-btn-down {
        position: absolute;
        left: 50%;
        margin-left: -90px;
        bottom: 120px;
        width: 177px;
        height: 193px;
        cursor: pointer;
        display: block;
        background: url(../images/icons/mouse-icon.png) center center no-repeat;
        z-index: 20;
    }

    .banner-section-three .mouse-btn-down {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

    .banner-section-three .mouse-btn-down {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.banner-section-three .layers-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 55px;
}

    .banner-section-three .layers-box .layer-one {
        position: absolute;
        content: '';
        left: -60px;
        top: -250px;
        right: -100px;
        bottom: 120px;
        background-color: #2156f5;
        transform: rotate(-5deg);
        box-shadow: 0px 40px 80px rgba(0,0,0,0.30);
    }

    .banner-section-three .layers-box .layer-two {
        position: absolute;
        content: '';
        left: 30px;
        top: -250px;
        right: -100px;
        bottom: 155px;
        background-color: #2258fa;
        transform: rotate(-5deg);
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }

    .banner-section-three .layers-box .layer-three {
        position: absolute;
        content: '';
        left: 30px;
        top: -250px;
        right: -100px;
        bottom: 100px;
        z-index: -1;
        background-color: #1f51e7;
        transform: rotate(-5deg);
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }

.banner-section-three .content-column {
    position: relative;
    z-index: 3;
}

    .banner-section-three .content-column .inner-column {
        position: relative;
        padding-top: 130px;
        margin-left: -40px;
        padding-bottom: 60px;
    }

    .banner-section-three .content-column h1 {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        font-size: 63px;
        line-height: 1.1em;
        margin-bottom: 30px;
    }

    .banner-section-three .content-column .text {
        position: relative;
        color: #fefefe;
        font-size: 18px;
        line-height: 1.8em;
        margin-bottom: 40px;
        font-weight: 400;
    }

.banner-section-three .image-column {
    position: relative;
    z-index: 3;
}

    .banner-section-three .image-column .inner-column {
        position: relative;
        text-align: left;
        padding-right: 60px;
        margin-left: -130px;
    }

/* Play Box One */

.banner-section-three .play-box-one {
    position: absolute;
    left: 10%;
    top: 22%;
}

    .banner-section-three .play-box-one .overlay-box span {
        position: absolute;
        width: 135px;
        height: 135px;
        left: 50%;
        top: 50%;
        z-index: 99;
        color: #ffffff;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -67px;
        margin-left: -67px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }

    .banner-section-three .play-box-one .video-box .ripple,
    .banner-section-three .play-box-one .video-box .ripple:before,
    .banner-section-three .play-box-one .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 135px;
        width: 135px;
        margin-left: .5px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        background-color: rgba(255,255,255,0.07);
    }

        .banner-section-three .play-box-one .video-box .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .banner-section-three .play-box-one .video-box .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Play Box Two */

.banner-section-three .play-box-two {
    position: absolute;
    left: 50%;
    top: 32%;
}

    .banner-section-three .play-box-two .overlay-box span {
        position: absolute;
        width: 310px;
        height: 310px;
        left: 50%;
        top: 50%;
        z-index: 99;
        color: #ffffff;
        border-radius: 50%;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -155px;
        margin-left: -155px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }

    .banner-section-three .play-box-two .video-box .ripple,
    .banner-section-three .play-box-two .video-box .ripple:before,
    .banner-section-three .play-box-two .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 310px;
        width: 310px;
        margin-left: .5px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        background-color: rgba(255,255,255,0.08);
    }

        .banner-section-three .play-box-two .video-box .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .banner-section-three .play-box-two .video-box .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Play Box Three */

.banner-section-three .play-box-three {
    position: absolute;
    right: 10%;
    bottom: 35%;
}

    .banner-section-three .play-box-three .overlay-box span {
        position: absolute;
        width: 135px;
        height: 135px;
        left: 50%;
        top: 50%;
        z-index: 99;
        color: #ffffff;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -67px;
        margin-left: -67px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    }

    .banner-section-three .play-box-three .video-box .ripple,
    .banner-section-three .play-box-three .video-box .ripple:before,
    .banner-section-three .play-box-three .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 135px;
        width: 135px;
        margin-left: .5px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        background-color: rgba(255,255,255,0.07);
    }

        .banner-section-three .play-box-three .video-box .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .banner-section-three .play-box-three .video-box .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*** 

====================================================================
	Features Section Three
====================================================================

***/

.features-section-three {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0px;
}

    .features-section-three .pattern-layer {
        position: absolute;
        left: 0px;
        top: -80px;
        width: 247px;
        height: 259px;
        background-repeat: no-repeat;
    }

    .features-section-three .title-column {
        position: relative;
        margin-bottom: 40px;
    }

        .features-section-three .title-column .inner-column {
            position: relative;
            padding-top: 180px;
        }

            .features-section-three .title-column .inner-column .theme-btn {
                border-radius: 50px;
            }

    .features-section-three .blocks-column {
        position: relative;
        margin-bottom: 40px;
    }

        .features-section-three .blocks-column .inner-column {
            position: relative;
            margin-top: -100px;
        }

/* Featured Block Three */

.featured-block-three {
    position: relative;
    margin-bottom: 30px;
}

    .featured-block-three .inner-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 55px 35px 55px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
    }

        .featured-block-three .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 0px;
            height: 2px;
            background-color: #275cfb;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .featured-block-three .inner-box:hover::before {
            width: 100%;
        }

        .featured-block-three .inner-box .icon-outer {
            position: relative;
            z-index: 1;
            display: inline-block;
        }

            .featured-block-three .inner-box .icon-outer:before {
                position: absolute;
                content: '';
                left: -35px;
                top: -32px;
                right: 0px;
                bottom: 0px;
                width: 110px;
                height: 110px;
                background: url(../images/icons/pattern-9.png);
            }

    .featured-block-three.style-two .inner-box .icon-outer:before {
        background: url(../images/icons/pattern-10.png);
    }

    .featured-block-three.style-three .inner-box .icon-outer:before {
        background: url(../images/icons/pattern-11.png);
    }

    .featured-block-three .inner-box .icon-outer .icon {
        position: relative;
        width: 44px;
        height: 44px;
        color: #275cfb;
        z-index: 1;
        font-size: 20px;
        line-height: 44px;
        text-align: center;
        border-radius: 50px;
        display: inline-block;
        background-color: #e8fbff;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
    }

.features-section-three .featured-block-three.margin-top {
    margin-top: 240px;
}

.featured-block-three.style-two .inner-box h4 a:hover {
    color: #ec3e3e;
}

.featured-block-three.style-two .inner-box .icon-outer .icon {
    padding-left: 4px;
}

.featured-block-three.style-two .inner-box .icon-outer .icon {
    background-color: #fde3e3;
    color: #ec3e3e;
}

.featured-block-three.style-two .inner-box:before {
    background-color: #ec3e3e;
}

.featured-block-three.style-three .inner-box h4 a:hover {
    color: #ff865f;
}

.featured-block-three.style-three .inner-box .icon-outer .icon {
    background-color: #fff5e1;
    color: #ff865f;
}

.featured-block-three.style-three .inner-box:before {
    background-color: #ff865f;
}

.featured-block-three.active .inner-box {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.10);
}

.featured-block-three .inner-box:hover .icon-outer:after {
    background-color: #2e61fc;
}

.featured-block-three .inner-box h4 {
    position: relative;
    color: #161e39;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 45px;
}

    .featured-block-three .inner-box h4 a {
        position: relative;
        color: #161e39;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

        .featured-block-three .inner-box h4 a:hover {
            color: #275cfb;
        }

.featured-block-three .inner-box .text {
    position: relative;
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 16px;
    margin-bottom: 30px;
}

.featured-block-three .inner-box .view-more {
    position: relative;
    color: #161e39;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
}

    .featured-block-three .inner-box .view-more .icon {
        position: relative;
        width: 30px;
        height: 30px;
        color: #ffffff;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        border-radius: 50px;
        font-weight: 600;
        margin-right: 5px;
        display: inline-block;
        box-shadow: 0px 0px 15px rgba(255,122,0,0.25);
        background-image: -ms-linear-gradient(top, #FF9314 0%, #ff6300 100%);
        background-image: -moz-linear-gradient(top, #FF9314 0%, #ff6300 100%);
        background-image: -o-linear-gradient(top, #FF9314 0%, #ff6300 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF9314), color-stop(100, #ff6300));
        background-image: -webkit-linear-gradient(top, #FF9314 0%, #ff6300 100%);
        background-image: linear-gradient(to bottom, #FF9314 0%, #ff6300 100%);
    }

/*** 

====================================================================
	Screenshots Section Three
====================================================================

***/

.screenshots-section-three {
    position: relative;
    overflow: hidden;
    padding: 70px 0px 40px;
}

    .screenshots-section-three .pattern-layer {
        position: absolute;
        left: 0px;
        top: 150px;
        z-index: 11;
        width: 255px;
        height: 376px;
        background-repeat: no-repeat;
    }

    .screenshots-section-three .dots-boxed {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .screenshots-section-three .dots-boxed .dot-one {
            position: absolute;
            left: 15%;
            top: 25%;
            width: 15px;
            height: 15px;
            z-index: 100;
            border-radius: 50px;
            background-color: #255afa;
        }

        .screenshots-section-three .dots-boxed .dot-two {
            position: absolute;
            left: 17%;
            top: 27%;
            width: 7px;
            height: 7px;
            z-index: 100;
            border-radius: 50px;
            background-color: #00008a;
        }

    .screenshots-section-three .title-column {
        position: relative;
    }

        .screenshots-section-three .title-column .inner-column {
            position: relative;
            z-index: 200;
            padding-top: 120px;
        }

        .screenshots-section-three .title-column .theme-btn {
            border-radius: 50px;
        }

    .screenshots-section-three .outer-container {
        position: relative;
    }

        .screenshots-section-three .outer-container .carousel-column {
            position: relative;
        }

        .screenshots-section-three .outer-container .title-column:before {
            position: absolute;
            content: '';
            right: -15px;
            top: 0px;
            width: 2000px;
            height: 100%;
            display: block;
            z-index: 10;
            background-color: #ffffff;
        }

        .screenshots-section-three .outer-container .carousel-column .inner-column {
            position: relative;
            width: 429px;
            height: 700px;
            padding: 82px 70px;
            background: url(../images/resource/iphone-mockup-one.png) left top no-repeat;
        }

            .screenshots-section-three .outer-container .carousel-column .inner-column .mockup-layer {
                position: absolute;
                width: 430px;
                left: 0px;
                top: 0px;
                z-index: 20;
            }

                .screenshots-section-three .outer-container .carousel-column .inner-column .mockup-layer:before {
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 70px;
                    height: 700px;
                    background: url(../images/resource/mobile-curve-1.jpg) left top no-repeat;
                    z-index: 20;
                }

    .screenshots-section-three .carousel-column .inner-column .mockup-layer:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 70px;
        height: 700px;
        background: url(../images/resource/mobile-curve-2.jpg) right top no-repeat;
        z-index: 20;
    }

    .screenshots-section-three .carousel-column .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .screenshots-section-three .carousel-column .image img {
        width: 100% !important;
        display: block;
    }

    .screenshots-section-three .carousel-column .owl-nav {
        position: absolute;
        left: 400px;
        width: 150px;
        bottom: -40px;
    }

        .screenshots-section-three .carousel-column .owl-nav .owl-prev,
        .screenshots-section-three .carousel-column .owl-nav .owl-next {
            position: relative;
            width: 39px;
            height: 39px;
            color: #a6a6a6;
            font-size: 14px;
            line-height: 37px;
            border-radius: 50px;
            display: inline-block;
            border: 1px solid #a6a6a6;
            margin-right: 12px;
            text-align: center;
        }

    .screenshots-section-three .carousel-column .owl-dots {
        display: none;
    }

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
    position: relative;
    padding-top: 120px;
    padding-bottom: 90px;
}

    .testimonial-section-three .inner-container {
        position: relative;
        overflow: hidden;
        padding: 95px 80px 90px;
        border-radius: 15px;
        background-color: #2258f8;
        box-shadow: 0px 50px 100px rgba(0,0,0,0.10);
    }

        .testimonial-section-three .inner-container .quote-box {
            position: absolute;
            right: 0px;
            top: 0px;
        }

            .testimonial-section-three .inner-container .quote-box:before {
                position: absolute;
                content: '';
                right: 0px;
                top: 0px;
                width: 250px;
                height: 250px;
                border-radius: 50%;
                margin-right: -70px;
                margin-top: -70px;
                background-color: #164df3;
                box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
            }

            .testimonial-section-three .inner-container .quote-box .quote {
                position: relative;
                color: #ffffff;
                opacity: 0.10;
                font-size: 70px;
                line-height: 1em;
                margin-right: 50px;
                margin-top: 40px;
                display: inline-block;
            }

        .testimonial-section-three .inner-container .title-column {
            position: relative;
        }

            .testimonial-section-three .inner-container .title-column .inner-column {
                position: relative;
            }

            .testimonial-section-three .inner-container .title-column h2 {
                position: relative;
                color: #ffffff;
                font-size: 44px;
                line-height: 1.2em;
                font-weight: 700;
            }

            .testimonial-section-three .inner-container .title-column .votes {
                position: relative;
                color: #ffffff;
                font-size: 18px;
                line-height: 1.2em;
                font-weight: 600;
                margin-top: 18px;
            }

                .testimonial-section-three .inner-container .title-column .votes span {
                    color: #161e39;
                }

            .testimonial-section-three .inner-container .title-column .rating {
                position: relative;
                color: #ff6f00;
                margin-top: 12px;
            }

                .testimonial-section-three .inner-container .title-column .rating .fa {
                    position: relative;
                    margin-right: 6px;
                }

    .testimonial-section-three .carousel-column {
        position: relative;
    }

        .testimonial-section-three .carousel-column .inner-column {
            position: relative;
        }

        .testimonial-section-three .carousel-column .owl-carousel .owl-stage-outer {
            padding-top: 20px;
        }

        .testimonial-section-three .carousel-column .owl-nav {
            display: none;
        }

        .testimonial-section-three .carousel-column .owl-dots {
            position: relative;
            margin-top: 40px;
            margin-left: 70px;
        }

            .testimonial-section-three .carousel-column .owl-dots .owl-dot {
                position: relative;
                width: 12px;
                height: 12px;
                margin: 0px 5px;
                border-radius: 50%;
                display: inline-block;
                background-color: #2850e0;
            }

                .testimonial-section-three .carousel-column .owl-dots .owl-dot:hover,
                .testimonial-section-three .carousel-column .owl-dots .owl-dot.active {
                    background-color: #1541e1;
                }

.testimonial-block-three {
    position: relative;
}

    .testimonial-block-three .inner-box {
        position: relative;
    }

        .testimonial-block-three .inner-box .content {
            position: relative;
            padding-left: 110px;
        }

            .testimonial-block-three .inner-box .content .author-image {
                position: absolute;
                left: 0px;
                top: -15px;
                width: 87px;
                height: 87px;
                border-radius: 50%;
                overflow: hidden;
            }

        .testimonial-block-three .inner-box h4 {
            position: relative;
            color: #ffffff;
            font-size: 24px;
            font-weight: 600;
            line-height: 1.3em;
        }

        .testimonial-block-three .inner-box .text {
            position: relative;
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.7em;
            margin-top: 10px;
            font-style: italic;
        }

/*** 

====================================================================
	Pricing Section Three
====================================================================

***/

.pricing-section-three {
    position: relative;
}

    .pricing-section-three .pattern-layer {
        position: absolute;
        left: 0px;
        bottom: -60px;
        width: 247px;
        height: 259px;
        background-repeat: no-repeat;
    }

.price-block-three {
    position: relative;
    margin-bottom: 75px;
}

    .price-block-three .inner-box {
        position: relative;
        text-align: center;
        border-radius: 12px;
        padding: 50px 35px 50px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
        background-repeat: no-repeat;
        background-position: right top;
    }

        .price-block-three .inner-box .pattern-layer-two {
            position: absolute;
            right: 0px;
            top: 0px;
            left: 0px;
            bottom: 0px;
            opacity: 0;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            background-repeat: no-repeat;
            background-position: right top;
        }

        .price-block-three .inner-box:hover .pattern-layer-two {
            opacity: 1;
        }

        .price-block-three .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 0px;
            height: 100%;
            border-radius: 12px;
            background-color: #2258f6;
            transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
        }

        .price-block-three .inner-box:hover::before {
            width: 100%;
            display: block;
        }

        .price-block-three .inner-box .title {
            position: relative;
            color: #161e39;
            font-size: 24px;
            font-weight: 600;
            line-height: 1.3em;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .price-block-three .inner-box:hover h2,
        .price-block-three .inner-box:hover .title,
        .price-block-three .inner-box:hover .price-list li {
            color: #ffffff;
        }

        .price-block-three .inner-box h2 {
            position: relative;
            color: #161e39;
            font-weight: 700;
            line-height: 1.3em;
            margin-top: 5px;
            margin-bottom: 20px;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .price-block-three .inner-box .price-list {
            position: relative;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 0px;
            display: inline-block;
        }

            .price-block-three .inner-box .price-list li {
                position: relative;
                padding: 8px 0px;
                color: #404040;
                font-size: 20px;
                margin-bottom: 0px;
                list-style: disc;
                text-align: left;
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
            }

                .price-block-three .inner-box .price-list li:last-child {
                    margin-bottom: 0px;
                }

        .price-block-three .inner-box .theme-btn {
            padding: 15px 60px;
            border-radius: 50px;
        }

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 175px 0px 35px;
    background-color: #2459fa;
}

    .page-title .pattern-layer {
        position: absolute;
        left: 55px;
        left: 60px;
        width: 170px;
        height: 170px;
        z-index: 1;
    }

    .page-title .pattern-layer-two {
        position: absolute;
        left: 0px;
        top: 0px;
        border-top: 400px solid #3467fd;
        border-right: 350px solid transparent;
    }

    .page-title .pattern-layer-three {
        position: absolute;
        right: 0px;
        top: 0px;
        border-bottom: 400px solid #161e39;
        border-left: 350px solid transparent;
    }

    .page-title h1 {
        position: relative;
        font-size: 48px;
        color: #ffffff;
        line-height: 1.3em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .page-title .bread-crumb {
        position: relative;
    }

        .page-title .bread-crumb li {
            position: relative;
            font-size: 15px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 600;
            padding-right: 15px;
            margin-right: 12px;
            display: inline-block;
            text-transform: capitalize;
        }

            .page-title .bread-crumb li:first-child {
                padding-left: 20px;
            }

                .page-title .bread-crumb li:first-child:after {
                    position: absolute;
                    content: '\f185';
                    left: 0px;
                    top: 0px;
                    color: #ffffff;
                    font-size: 14px;
                    font-weight: 400;
                    font-family: "Flaticon";
                }

            .page-title .bread-crumb li:before {
                position: absolute;
                right: -3px;
                font-size: 14px;
                line-height: 30px;
                color: #12203c;
                content: "/";
                font-weight: 600;
            }

            .page-title .bread-crumb li:last-child {
                padding-right: 0;
                margin-right: 0;
            }

                .page-title .bread-crumb li:last-child:before {
                    display: none;
                }

            .page-title .bread-crumb li a {
                color: #161e39;
                font-weight: 700;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .page-title .bread-crumb li a:hover {
                    color: #ffffff;
                }

/*** 

====================================================================
	App Section Three
====================================================================

***/

.app-section-three {
    position: relative;
    padding-top: 110px;
    background: linear-gradient(175deg, #e6e6e6, #ffffff, #e6e6e6);
    margin: 25px 50px;
    border-radius: 50px
}

    .app-section-three .pattern-layer {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 230px;
        height: 376px;
        background-repeat: no-repeat;
    }

    .app-section-three .image-column {
        position: relative;
    }

        .app-section-three .image-column .inner-column {
            position: relative;
            margin-left: -40px;
        }

    .app-section-three .content-column {
        position: relative;
    }

        .app-section-three .content-column .inner-column {
            position: relative;
            padding-left: 40px;
            padding-top: 110px;
        }

        .app-section-three .content-column .sec-title {
            margin-bottom: 20px;
        }

        .app-section-three .content-column .text {
            position: relative;
            margin-bottom: 30px;
        }

            .app-section-three .content-column .text p {
                position: relative;
                color: #404040;
                font-size: 18px;
                line-height: 1.7em;
                margin-bottom: 20px;
            }

                .app-section-three .content-column .text p:last-child {
                    margin-bottom: 0px;
                }

    .app-section-three.style-two {
        padding-bottom: 100px;
    }

        .app-section-three.style-two .content-column .inner-column {
            padding-left: 0px;
            padding-right: 60px;
        }

        .app-section-three.style-two .image-column .inner-column {
            position: relative;
            margin-right: -40px;
        }

/*** 

====================================================================
	Trial Section
====================================================================

***/

.trial-section {
    position: relative;
    padding: 60px 0px 80px;
    z-index: 1;
    background-image: -ms-linear-gradient(left, #2258FA 0%, #3668fd 100%);
    background-image: -moz-linear-gradient(left, #2258FA 0%, #3668fd 100%);
    background-image: -o-linear-gradient(left, #2258FA 0%, #3668fd 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2258FA), color-stop(100, #3668fd));
    background-image: -webkit-linear-gradient(left, #2258FA 0%, #3668fd 100%);
    background-image: linear-gradient(to right, #2258FA 0%, #3668fd 100%);
}

    .trial-section .title-box {
        position: relative;
        text-align: center;
        margin-bottom: 40px;
    }

        .trial-section .title-box h2 {
            position: relative;
            color: #ffffff;
            line-height: 1.4em;
        }

            .trial-section .title-box h2 span {
                font-weight: 600;
            }

        .trial-section .title-box .text {
            position: relative;
            color: #ffffff;
            font-size: 18px;
            margin-top: 6px;
        }

    .trial-section .trial-form {
        max-width: 570px;
        margin: 0 auto;
    }

.trial-form {
    position: relative;
}

    .trial-form .form-group {
        position: relative;
        display: block;
        z-index: 1;
        margin-bottom: 0px;
    }

        .trial-form .form-group .icon {
            position: absolute;
            left: 32px;
            top: 24px;
            font-size: 30px;
            color: rgba(255,255,255,1);
        }

        .trial-form .form-group input[type="text"],
        .trial-form .form-group input[type="tel"],
        .trial-form .form-group input[type="email"],
        .trial-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            height: 65px;
            font-size: 18px;
            color: #ffffff;
            line-height: 38px;
            padding: 10px 200px 10px 30px;
            font-weight: 400;
            border-radius: 0px;
            background: none;
            text-transform: uppercase;
            border: 1px solid rgba(255,255,255,0.20);
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .trial-form .form-group input[type="email"]:focus {
                border-color: #00008a;
            }

            .trial-form .form-group textarea::-webkit-input-placeholder,
            .trial-form .form-group input::-webkit-input-placeholder {
                color: #ffffff;
            }

        .trial-form .form-group .theme-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            padding: 20px 62px 20px;
        }

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 105px 0px 70px;
}

    .team-section .owl-dots {
        display: none;
    }

    .team-section .owl-nav {
        position: absolute;
        left: 0px;
        top: 45%;
        right: 0px;
    }

        .team-section .owl-nav .owl-prev {
            position: absolute;
            left: -60px;
            width: 40px;
            height: 40px;
            color: #707070;
            font-size: 18px;
            line-height: 38px;
            text-align: center;
            border-radius: 50px;
            display: inline-block;
            border: 2px solid #f6f6f6;
        }

        .team-section .owl-nav .owl-next {
            position: absolute;
            right: -70px;
            width: 40px;
            height: 40px;
            color: #707070;
            font-size: 18px;
            line-height: 38px;
            text-align: center;
            border-radius: 50px;
            display: inline-block;
            border: 2px solid #f6f6f6;
        }

            .team-section .owl-nav .owl-prev:hover,
            .team-section .owl-nav .owl-next:hover {
                background-color: #f6f6f6;
            }

.team-block {
    position: relative;
    margin-bottom: 30px;
}

    .team-block .inner-box {
        position: relative;
        padding-top: 40px;
        overflow: hidden;
        text-align: center;
        background-color: #f6f6f6;
    }

        .team-block .inner-box:before {
            position: absolute;
            content: '';
            left: 75px;
            top: 0px;
            width: 100%;
            height: 192%;
            background-color: #f8faff;
            transform: translateX(50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .team-block .inner-box:hover::before {
            left: -90px;
            right: auto;
            transform: translateX(0%) rotate(-45deg);
            transform: translateY(0%) rotate(-45deg);
        }

        .team-block .inner-box .side-lines {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 70px;
            height: 70px;
        }

            .team-block .inner-box .side-lines:before {
                position: absolute;
                content: '';
                right: 0px;
                top: 0px;
                height: 2px;
                width: 0px;
                background-color: #1541e1;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
            }

        .team-block .inner-box:hover .side-lines:before {
            width: 100%;
        }

        .team-block .inner-box .side-lines:after {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            width: 2px;
            height: 0px;
            background-color: #1541e1;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .team-block .inner-box:hover .side-lines:after {
            height: 100%;
        }

        .team-block .inner-box .image {
            position: relative;
        }

        .team-block .inner-box .social-box {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 35px;
        }

            .team-block .inner-box .social-box a {
                position: relative;
                width: 32px;
                height: 32px;
                color: #ffffff;
                margin: 0px 3px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                border: 1px solid #ffffff;
                transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .team-block .inner-box .social-box a:hover {
                    background-color: #ff7200;
                    border-color: #ff7200;
                    color: #ffffff;
                }

        .team-block .inner-box .upper-box {
            position: relative;
            margin-bottom: 20px;
        }

            .team-block .inner-box .upper-box h4 {
                position: relative;
                color: #161e39;
                font-weight: 700;
                line-height: 1.3em;
            }

            .team-block .inner-box .upper-box .designation {
                position: relative;
                color: #161e39;
                font-size: 16px;
                margin-top: 5px;
            }

/*** 

====================================================================
	Stunning Section
====================================================================

***/

.stunnig-section {
    position: relative;
    padding-top: 115px;
}

    .stunnig-section .pattern-layer {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 230px;
        height: 376px;
        background-repeat: no-repeat;
    }

    .stunnig-section .content-column {
        position: relative;
    }

        .stunnig-section .content-column .inner-column {
            position: relative;
            padding-top: 150px;
            padding-right: 40px;
        }

        .stunnig-section .content-column .sec-title {
            margin-bottom: 20px;
        }

        .stunnig-section .content-column .text {
            position: relative;
        }

            .stunnig-section .content-column .text p {
                position: relative;
                color: #404040;
                font-size: 18px;
                line-height: 1.7em;
                margin-bottom: 20px;
            }

                .stunnig-section .content-column .text p:last-child {
                    margin-bottom: 0px;
                }

    .stunnig-section .image-column {
        position: relative;
    }

        .stunnig-section .image-column .inner-column {
            position: relative;
            text-align: center;
        }

/*** 

====================================================================
	Time Section
====================================================================

***/

.time-section {
    position: relative;
    padding-top: 115px;
    padding-bottom: 100px;
}

    .time-section .pattern-layer {
        position: absolute;
        right: 5%;
        top: 50px;
        width: 250px;
        height: 259px;
        background-repeat: no-repeat;
    }

    .time-section .content-column {
        position: relative;
    }

        .time-section .content-column .inner-column {
            position: relative;
            padding-top: 150px;
            padding-left: 40px;
        }

        .time-section .content-column .sec-title {
            margin-bottom: 20px;
        }

        .time-section .content-column .text {
            position: relative;
        }

            .time-section .content-column .text p {
                position: relative;
                color: #404040;
                font-size: 18px;
                line-height: 1.7em;
                margin-bottom: 20px;
            }

                .time-section .content-column .text p:last-child {
                    margin-bottom: 0px;
                }

    .time-section .image-column {
        position: relative;
    }

        .time-section .image-column .inner-column {
            position: relative;
            text-align: center;
        }

/*** 

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section {
    position: relative;
    padding-top: 120px;
}

    .team-page-section .pattern-layer {
        position: absolute;
        left: 0px;
        bottom: 30px;
        width: 247px;
        height: 259px;
        background-repeat: no-repeat;
    }

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section {
    position: relative;
    padding-top: 120px;
}

    .blog-page-section .pattern-layer {
        position: absolute;
        left: 0px;
        bottom: 30px;
        width: 247px;
        height: 259px;
        background-repeat: no-repeat;
    }

.news-block {
    position: relative;
    margin-bottom: 70px;
}

    .news-block .inner-box {
        position: relative;
    }

        .news-block .inner-box .image {
            position: relative;
            overflow: hidden;
            background-color: #000000;
        }

            .news-block .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

        .news-block .inner-box:hover .image img {
            opacity: 0.5;
            transform: scale(1.08,1.08) rotate(2deg);
        }

        .news-block .inner-box .lower-content {
            position: relative;
            padding-top: 28px;
        }

            .news-block .inner-box .lower-content .post-meta {
                position: relative;
            }

                .news-block .inner-box .lower-content .post-meta li {
                    position: relative;
                    color: #161e39;
                    font-size: 15px;
                    margin-right: 15px;
                    display: inline-block;
                }

                    .news-block .inner-box .lower-content .post-meta li .icon {
                        position: relative;
                        margin-right: 7px;
                    }

                    .news-block .inner-box .lower-content .post-meta li:last-child {
                        margin-right: 0px;
                    }

            .news-block .inner-box .lower-content h4 {
                position: relative;
                font-weight: 700;
                line-height: 1.3em;
                margin-top: 12px;
                margin-bottom: 12px;
            }

                .news-block .inner-box .lower-content h4 a {
                    position: relative;
                    color: #161e39;
                    transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                    .news-block .inner-box .lower-content h4 a:hover {
                        color: #00008a;
                    }

            .news-block .inner-box .lower-content .text {
                position: relative;
                color: #404040;
                line-height: 1.7em;
                font-size: 18px;
                margin-bottom: 28px;
            }

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

    .styled-pagination li {
        position: relative;
        margin: 0px 3px 6px;
        display: inline-block;
    }

        .styled-pagination li a {
            position: relative;
            width: 55px;
            height: 55px;
            color: #666666;
            font-size: 20px;
            font-weight: 600;
            line-height: 55px;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            border: 1px solid transparent;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

        .styled-pagination li.active a,
        .styled-pagination li:hover a {
            border-color: #ececec;
        }

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px 100px;
}

    .sidebar-page-container .pattern-layer {
        position: absolute;
        left: 0px;
        bottom: 30px;
        width: 247px;
        height: 259px;
        background-repeat: no-repeat;
    }

    .sidebar-page-container .content-side,
    .sidebar-page-container .sidebar-side {
        margin-bottom: 40px;
    }

.sidebar-widget {
    position: relative;
    margin-bottom: 35px;
}

    .sidebar-widget .widget-content {
        position: relative;
        padding: 30px 25px;
        border-radius: 7px;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
    }

    .sidebar-widget:last-child {
        margin-bottom: 0px;
    }

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

    .sidebar .search-box .form-group input[type="text"],
    .sidebar .search-box .form-group input[type="search"] {
        position: relative;
        line-height: 30px;
        padding: 10px 50px 10px 15px;
        background: #ffffff;
        display: block;
        font-size: 15px;
        width: 100%;
        height: 50px;
        color: #797979;
        font-weight: 400;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        border: 1px solid #ebebeb;
    }

    .sidebar .search-box .form-group textarea::-webkit-input-placeholder,
    .sidebar .search-box .form-group input::-webkit-input-placeholder {
        color: #797979;
    }

    .sidebar .search-box .form-group button {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 50px;
        width: 60px;
        display: block;
        font-size: 16px;
        color: #fe5722;
        line-height: 100%;
        font-weight: normal;
        background: none;
        cursor: pointer;
    }

/*Sidebar Title*/

.sidebar-widget .widget-content h4 {
    position: relative;
    color: #161e39;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 22px;
}

.cat-list {
    position: relative;
}

    .cat-list li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 20px;
    }

        .cat-list li:last-child {
            margin-bottom: 0px;
        }

        .cat-list li a {
            position: relative;
            font-size: 17px;
            font-weight: 600;
            color: #161e39;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .cat-list li:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 8px;
            width: 6px;
            height: 6px;
            background-color: #ff7f00;
        }

        .cat-list li a:hover {
            color: #ff7f00;
        }

/* Popular Posts */

.sidebar .popular-posts .post {
    position: relative;
    padding-left: 150px;
    padding-top: 10px;
    min-height: 100px;
    margin-bottom: 20px;
}

    .sidebar .popular-posts .post:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .sidebar .popular-posts .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 130px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .sidebar .popular-posts .post:hover .post-thumb img {
        opacity: 0.70;
    }

    .sidebar .popular-posts .post .post-thumb img {
        display: block;
        width: 100%;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .sidebar .popular-posts .post h4 {
        position: relative;
        font-size: 17px;
        margin: 0px 0px 2px;
        font-weight: 600;
        color: #161e39;
        line-height: 1.7em;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .sidebar .popular-posts .post a,
    .sidebar .popular-posts .post a:hover {
        color: #00008a;
    }

    .sidebar .popular-posts .post h4 a {
        color: #161e39;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

.sidebar .popular-posts .post-time {
    position: relative;
    font-size: 15px;
    color: #676767;
}

    .sidebar .popular-posts .post-time strong {
        font-weight: 400;
        margin-left: 15px;
    }

.sticky-top {
    top: 110px;
    z-index: 1;
}

/* Tags */

.sidebar .tags a {
    position: relative;
    color: #666666;
    font-size: 15px;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.04);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

    .sidebar .tags a:hover {
        background-color: #00008a;
        color: #ffffff;
    }

.news-detail {
    position: relative;
}

    .news-detail .inner-box {
        position: relative;
    }

        .news-detail .inner-box .image {
            position: relative;
        }

            .news-detail .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
            }

        .news-detail .inner-box .lower-content {
            position: relative;
            padding: 30px 25px 40px;
            background-color: #fdfdfd;
        }

            .news-detail .inner-box .lower-content .post-meta {
                position: relative;
            }

                .news-detail .inner-box .lower-content .post-meta li {
                    position: relative;
                    color: #161e39;
                    font-size: 15px;
                    margin-right: 15px;
                    display: inline-block;
                }

                    .news-detail .inner-box .lower-content .post-meta li .icon {
                        position: relative;
                        margin-right: 7px;
                    }

                    .news-detail .inner-box .lower-content .post-meta li:last-child {
                        margin-right: 0px;
                    }

            .news-detail .inner-box .lower-content h4 {
                position: relative;
                font-weight: 700;
                color: #161e39;
                line-height: 1.3em;
                margin-top: 12px;
                margin-bottom: 12px;
            }

            .news-detail .inner-box .lower-content .text {
                position: relative;
            }

                .news-detail .inner-box .lower-content .text p {
                    position: relative;
                    color: #404040;
                    font-size: 18px;
                    line-height: 1.7em;
                    margin-bottom: 15px;
                }

                    .news-detail .inner-box .lower-content .text p:last-child {
                        margin-bottom: 0px;
                    }

                .news-detail .inner-box .lower-content .text .image {
                    position: relative;
                    margin-top: 25px;
                    margin-bottom: 30px;
                }

        .news-detail .inner-box .post-share-options {
            position: relative;
            margin-top: 50px;
        }

            .news-detail .inner-box .post-share-options .post-share-inner {
                position: relative;
                padding-top: 45px;
                border-top: 1px solid #dddddd;
            }

            .news-detail .inner-box .post-share-options .tags span {
                font-size: 22px;
                color: #161e39;
                font-weight: 600;
                margin-right: 8px;
                text-transform: capitalize;
            }

            .news-detail .inner-box .post-share-options .tags a {
                position: relative;
                color: #3d415b;
                font-size: 16px;
                font-weight: 400;
                line-height: 1em;
                margin-right: 4px;
                padding: 6px 8px 8px;
                display: inline-block;
                background-color: #ffffff;
                text-transform: capitalize;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
            }

            .news-detail .inner-box .post-share-options .tags {
                position: relative;
                color: #ff4800;
                font-size: 16px;
                font-weight: 400;
                margin-top: 3px;
            }

                .news-detail .inner-box .post-share-options .tags a:hover {
                    color: #ffffff;
                    background-color: #ff7900;
                }

            .news-detail .inner-box .post-share-options .social-box {
                position: relative;
            }

                .news-detail .inner-box .post-share-options .social-box .share {
                    position: relative;
                    color: #161e39;
                    font-size: 18px;
                    font-weight: 600;
                }

                .news-detail .inner-box .post-share-options .social-box li {
                    position: relative;
                    margin-left: 18px;
                    display: inline-block;
                }

                    .news-detail .inner-box .post-share-options .social-box li a {
                        position: relative;
                        font-size: 20px;
                        color: #404040;
                        display: inline-block;
                        -webkit-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        -moz-transition: all 300ms ease;
                        transition: all 300ms ease;
                    }

                        .news-detail .inner-box .post-share-options .social-box li a:hover {
                            color: #ff7400;
                        }

    .news-detail .pages-pagination {
        margin-top: 40px;
    }

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.pages-pagination {
    position: relative;
}

    .pages-pagination li {
        position: relative;
        color: #404040;
        font-size: 19px;
        margin: 0px 3px 6px;
        display: inline-block;
    }

        .pages-pagination li a {
            position: relative;
            width: 55px;
            height: 55px;
            color: #666666;
            font-size: 20px;
            font-weight: 600;
            line-height: 55px;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            border: 1px solid transparent;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

        .pages-pagination li.active a,
        .pages-pagination li:hover a {
            border-color: #ececec;
        }

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title {
    position: relative;
}

    .sidebar-page-container .group-title h4 {
        position: relative;
        font-size: 20px;
        color: #161e39;
        font-weight: 700;
        margin-bottom: 25px;
        text-transform: capitalize;
    }

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .sidebar-page-container .comments-area .comment-box:last-child {
        margin-bottom: 0px;
    }

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 120px;
    padding: 0px 0px 0px 110px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #7a7a7a;
}

    .sidebar-page-container .comments-area .comment-box .author-thumb img {
        width: 100%;
        display: block;
    }

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 600;
    color: #161e39;
    display: block;
    line-height: 1.3em;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #404040;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: absolute;
    right: 0px;
    font-size: 15px;
    color: #161e39;
    padding-left: 24px;
    display: inline-block;
}

    .sidebar-page-container .comments-area .comment-info .comment-time:before {
        position: absolute;
        content: "\f1c5";
        left: 0px;
        top: 0px;
        color: #ff6200;
        font-family: "Flaticon";
    }

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    font-size: 16px;
    color: #ff6200;
    font-weight: 700;
    text-transform: capitalize;
}

    .sidebar-page-container .comments-area .comment-box .theme-btn:hover {
        color: #3d415b;
    }

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .group-title h4 {
    position: relative;
    margin-bottom: 15px;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

    .comment-form .form-group label {
        position: relative;
        color: #666666;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .comment-form .form-group input[type="text"],
    .comment-form .form-group input[type="password"],
    .comment-form .form-group input[type="tel"],
    .comment-form .form-group input[type="email"],
    .comment-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 28px;
        padding: 10px 25px;
        color: #888888;
        border: 1px solid #ebebeb;
        height: 50px;
        font-size: 14px;
        background: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .comment-form .form-group input[type="text"]:focus,
        .comment-form .form-group input[type="password"]:focus,
        .comment-form .form-group input[type="tel"]:focus,
        .comment-form .form-group input[type="email"]:focus,
        .comment-form .form-group select:focus,
        .comment-form .form-group textarea:focus {
            border-color: #00008a;
        }

    .comment-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 15px 25px 25px;
        color: #888888;
        border: 1px solid #dddddd;
        height: 145px;
        background: #ffffff;
        resize: none;
        font-size: 14px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.comment-form .theme-btn {
    position: relative;
    margin-top: 10px;
}

/*** 

====================================================================
	Price Page Section
====================================================================

***/

.price-page-section {
    position: relative;
    padding: 120px 0px 0px;
}

    .price-page-section .layer-one {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        border-bottom: 1000px solid #eaedf5;
        border-right: 840px solid transparent;
    }

.price-page-section-two {
    position: relative;
    padding-top: 100px;
}

/* Price Block Four */

.price-block-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

    .price-block-four .inner-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding-bottom: 45px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
    }

        .price-block-four .inner-box .title-box {
            position: relative;
            padding: 55px 35px 45px;
            background-image: -ms-linear-gradient(left, #2258FA 0%, #3668fd 100%);
            background-image: -moz-linear-gradient(left, #2258FA 0%, #3668fd 100%);
            background-image: -o-linear-gradient(left, #2258FA 0%, #3668fd 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2258FA), color-stop(100, #3668fd));
            background-image: -webkit-linear-gradient(left, #2258FA 0%, #3668fd 100%);
            background-image: linear-gradient(to right, #2258FA 0%, #3668fd 100%);
        }

    .price-block-four:nth-child(2) .inner-box .title-box {
        background-image: none;
        background-color: #161e39;
    }

    .price-block-four:nth-child(3) .inner-box .title-box {
        box-shadow: 0px 10px 25px rgba(255,91,0,0.12);
        background-image: -ms-linear-gradient(left, #00008a 0%, #9b1fed 100%);
        background-image: -moz-linear-gradient(left, #00008a 0%, #9b1fed 100%);
        background-image: -o-linear-gradient(left, #00008a 0%, #9b1fed 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00008a), color-stop(100, #9b1fed));
        background-image: -webkit-linear-gradient(left, #00008a 0%, #9b1fed 100%);
        background-image: linear-gradient(to right, #00008a 0%, #9b1fed 100%);
    }

    .price-block-four .inner-box .title {
        position: relative;
        color: #161e39;
        font-size: 24px;
        font-weight: 600;
        padding: 2px 10px;
        line-height: 1.3em;
        display: inline-block;
        background-color: #ffffff;
    }

    .price-block-four .inner-box h2 {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.3em;
        margin-top: 10px;
    }

    .price-block-four .inner-box .price-list {
        position: relative;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .price-block-four .inner-box .price-list li {
            position: relative;
            padding: 10px 30px;
            color: #404040;
            font-size: 20px;
            max-width: 230px;
            width: 100%;
            margin-bottom: 18px;
            display: inline-block;
            border: 1px dashed #dbdbdb;
        }

            .price-block-four .inner-box .price-list li:last-child {
                margin-bottom: 0px;
            }

    .price-block-four .inner-box .theme-btn {
        padding: 15px 70px;
    }

.shops-page-section {
    position: relative;
    padding-top: 120px;
}

    .shops-page-section .styled-pagination {
        margin-top: 20px;
    }

.shop-block {
    position: relative;
    margin-bottom: 30px;
}

    .shop-block .inner-box {
        position: relative;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
    }

        .shop-block .inner-box .image {
            position: relative;
            overflow: hidden;
            background-color: #000000;
        }

            .shop-block .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                -webkit-transition: all 600ms ease;
                -ms-transition: all 600ms ease;
                -o-transition: all 600ms ease;
                -moz-transition: all 600ms ease;
                transition: all 600ms ease;
            }

        .shop-block .inner-box:hover .image img {
            opacity: 0.4;
            transform: scale(1.07,1.07) rotate(3deg);
        }

        .shop-block .inner-box .lower-content {
            position: relative;
            text-align: center;
            padding: 28px 30px 30px;
        }

            .shop-block .inner-box .lower-content h5 {
                position: relative;
                color: #161e39;
                font-weight: 700;
                line-height: 1.3em;
            }

                .shop-block .inner-box .lower-content h5 a {
                    position: relative;
                    color: #161e39;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .shop-block .inner-box .lower-content h5 a:hover {
                        color: #00008a;
                    }

            .shop-block .inner-box .lower-content .price {
                position: relative;
                margin-top: 6px;
                color: #666666;
                font-size: 15px;
                margin-bottom: 25px;
            }

            .shop-block .inner-box .lower-content .theme-btn {
                padding: 14px 40px 14px;
            }

/*** 

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section {
    position: relative;
    padding-top: 110px;
}

    .shop-single-section .image-column {
        position: relative;
    }

        .shop-single-section .image-column .inner-column {
            position: relative;
        }

        .shop-single-section .image-column .image {
            position: relative;
        }

            .shop-single-section .image-column .image img {
                position: relative;
                width: 100%;
                display: block;
            }


    .shop-single-section .info-column {
        position: relative;
    }

        .shop-single-section .info-column .inner-column {
            position: relative;
            padding-left: 40px;
        }

        .shop-single-section .info-column .details-header {
            position: relative;
        }

            .shop-single-section .info-column .details-header h2 {
                font-weight: 700;
                margin: 0px 0px;
                line-height: 1.4em;
                color: #222222;
                margin-bottom: 8px;
            }

                .shop-single-section .info-column .details-header h2 a {
                    color: #333333;
                }

            .shop-single-section .info-column .details-header .rating {
                color: #161e39;
                font-size: 16px;
                margin-bottom: 15px;
                display: inline-block;
            }

                .shop-single-section .info-column .details-header .rating span {
                    color: #00008a;
                }

                .shop-single-section .info-column .details-header .rating .fa {
                    display: inline-block;
                    margin-right: 1px;
                }

                    .shop-single-section .info-column .details-header .rating .fa.light {
                        color: #dadada;
                    }

            .shop-single-section .info-column .details-header .item-price {
                position: relative;
                font-size: 24px;
                font-weight: 700;
                color: #ff6200;
                line-height: 24px;
                letter-spacing: 1px;
                margin-bottom: 20px;
            }



.bootstrap-touchspin .input-group-btn-vertical {
    width: 30px;
    border-left: 1px solid #dddddd;
}

.shop-single-section .info-column .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 13px 10px;
    background: none;
    left: 4px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
}




.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f0d8";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f0d7";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    font-family: 'FontAwesome';
}


.shop-single-section .info-column .text {
    position: relative;
    color: #404040;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.shop-single-section .info-column .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777777;
}

    .shop-single-section .info-column .availablity strong {
        font-size: 14px;
        letter-spacing: 2px;
        color: #11da61;
        font-weight: 600;
        text-transform: uppercase;
    }

.shop-single-section .info-column .item-quantity {
    position: relative;
    float: left;
    width: 120px;
    margin-bottom: 15px;
    margin-right: 25px;
    box-shadow: none;
    border: 1px solid #dddddd;
    border-radius: 50px 0px 0px 50px;
}

.shop-single-section .info-column .btns-box {
    position: relative;
}

    .shop-single-section .info-column .btns-box .theme-btn {
        padding: 16px 62px 16px;
    }

.shop-single-section .info-column .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 54px !important;
    box-shadow: none !important;
    border-radius: 50px 0px 0px 50px;
    border: 0px;
}

.shop-single-section .info-column .shop-list {
    position: relative;
    margin-top: 20px;
}

    .shop-single-section .info-column .shop-list li {
        position: relative;
        color: #666666;
        font-size: 18px;
        margin-bottom: 10px;
    }

        .shop-single-section .info-column .shop-list li strong {
            color: #161e39;
            font-size: 18px;
            margin-right: 5px;
            text-transform: capitalize;
        }

        .shop-single-section .info-column .shop-list li a {
            position: relative;
            color: #00008a;
            font-size: 14px;
            font-weight: 700;
            margin-top: 0px;
            display: inline-block;
            text-transform: uppercase;
        }














/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-page .prod-tabs {
    position: relative;
    margin-top: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e6ebee;
}

    .shop-page .prod-tabs .tab-btns {
        position: relative;
        margin-bottom: 15px;
    }

        .shop-page .prod-tabs .tab-btns .tab-btn {
            position: relative;
            display: block;
            margin-right: 20px;
            font-size: 16px;
            background: none;
            color: #161e39;
            border-bottom: 1px solid transparent;
            text-transform: capitalize;
            font-weight: 600;
            line-height: 24px;
            cursor: pointer;
            margin-bottom: 12px;
            display: inline-block;
            padding: 0px 0px 9px;
            transition: all 500ms ease;
        }

            .shop-page .prod-tabs .tab-btns .tab-btn:hover,
            .shop-page .prod-tabs .tab-btns .tab-btn.active-btn {
                border-color: #222222;
            }

    .shop-page .prod-tabs .tabs-content {
        position: relative;
    }

        .shop-page .prod-tabs .tabs-content .tab {
            position: relative;
            display: none;
        }

            .shop-page .prod-tabs .tabs-content .tab.active-tab {
                display: block;
            }

            .shop-page .prod-tabs .tabs-content .tab p {
                font-size: 18px;
                line-height: 1.7em;
                color: #404040;
            }

                .shop-page .prod-tabs .tabs-content .tab p:last-child {
                    margin-bottom: 0px;
                }

            .shop-page .prod-tabs .tabs-content .tab h3,
            .shop-page .prod-tabs .tabs-content .tab h4,
            .shop-page .prod-tabs .tabs-content .tab h5,
            .shop-page .prod-tabs .tabs-content .tab h6 {
                margin-bottom: 15px;
            }

            .shop-page .prod-tabs .tabs-content .tab h4 {
                font-weight: 700;
                color: #222222;
            }

    .shop-page .prod-tabs .reviews-container {
        position: relative;
        padding-bottom: 1px;
    }

        .shop-page .prod-tabs .reviews-container .review-box {
            position: relative;
            margin-bottom: 30px;
            padding-left: 120px;
            min-height: 130px;
            padding-bottom: 30px;
            border-bottom: 1px solid #f0f0f0;
        }

            .shop-page .prod-tabs .reviews-container .review-box:last-child {
                margin-bottom: 0px;
                padding-bottom: 0px;
                border: none;
            }

.bootstrap-touchspin .input-group-btn-vertical {
    right: 0px;
    position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
    font-size: 18px;
    font-style: normal;
    font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
    font-size: 18px;
    font-style: normal;
    font-family: 'FontAwesome';
}

.shop-page .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .shop-page .prod-tabs .reviews-container .rev-thumb img {
        display: block;
        width: 100%;
        border-radius: 3px;
    }

.shop-page .prod-tabs .reviews-container .rev-content {
    position: relative;
    background: #ffffff;
}

.shop-page .prod-tabs .reviews-container .rev-header {
    position: relative;
}

    .shop-page .prod-tabs .reviews-container .rev-header h4 {
        float: left;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .shop-page .prod-tabs .reviews-container .rev-header .rating {
        position: relative;
        float: left;
        margin-left: 40px;
        color: #00008a;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }

        .shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
            margin-right: 3px;
        }

    .shop-page .prod-tabs .reviews-container .rev-header .time {
        position: relative;
        float: right;
        color: #000000;
        line-height: 30px;
        font-size: 14px;
    }

.shop-page .prod-tabs .reviews-container .rev-option {
    font-size: 14px;
    color: #9e9e9e;
}

    .shop-page .prod-tabs .reviews-container .rev-option a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
    }

.shop-page .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.8em;
    margin-bottom: 15px;
}

/*Add Review*/

.shop-page .prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}

    .shop-page .prod-tabs .add-review h4 {
        color: #000000;
        font-weight: 700;
    }

    .shop-page .prod-tabs .add-review .rating {
        position: relative;
        padding-top: 8px;
    }

        .shop-page .prod-tabs .add-review .rating .rate-box {
            position: relative;
            display: inline-block;
            margin-right: 10px;
            font-size: 14px;
            color: #555555;
        }

            .shop-page .prod-tabs .add-review .rating .rate-box:hover,
            .shop-page .prod-tabs .add-review .rating .rate-box:focus,
            .shop-page .prod-tabs .add-review .rating .rate-box:active {
                color: #00008a;
            }

    .shop-page .prod-tabs .add-review label {
        position: relative;
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 400;
        color: #303030;
    }

    .shop-page .prod-tabs .add-review h3 {
        margin-bottom: 20px;
    }

    .shop-page .prod-tabs .add-review .form-group {
        position: relative;
        margin-bottom: 20px;
    }

        .shop-page .prod-tabs .add-review .form-group input[type="text"],
        .shop-page .prod-tabs .add-review .form-group input[type="password"],
        .shop-page .prod-tabs .add-review .form-group input[type="tel"],
        .shop-page .prod-tabs .add-review .form-group input[type="email"],
        .shop-page .prod-tabs .add-review .form-group select {
            position: relative;
            display: block;
            width: 100%;
            line-height: 22px;
            padding: 9px 15px;
            color: #222222;
            border: 1px solid #e0e0e0;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
        }

        .shop-page .prod-tabs .add-review .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 22px;
            padding: 8px 15px;
            color: #222222;
            border: 1px solid #e0e0e0;
            height: 150px;
            resize: none;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
        }

    .shop-page .prod-tabs .add-review button {
        padding: 8px 35px;
    }

.related-projects {
    position: relative;
    padding-top: 40px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
    position: relative;
    padding: 100px 0px 0px;
}

.cart-outer {
    position: relative;
}

.checkout-page .cart-outer {
    margin-bottom: 40px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
    border-bottom: 1px solid #e9e9e9;
}

    .cart-outer .cart-table tbody {
        padding-bottom: 30px;
    }

.cart-table .cart-header {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #1c1c1c;
    border-bottom: 1px solid #ebebeb;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 15px 28px;
    font-weight: 700;
    font-size: 18px;
    color: #161e39;
    text-align: center;
    letter-spacing: 1px;
}

    .cart-table thead tr th .fa {
        font-size: 18px;
    }

.cart-table tbody tr td {
    line-height: 24px;
    padding: 25px 50px 25px;
}

.cart-table tbody tr .qty {
    width: 225px;
    padding-right: 80px;
}

    .cart-table tbody tr .qty .item-quantity {
        border: 1px solid #dddddd;
    }

    .cart-table tbody tr .qty .quantity-spinner {
        background: #ffffff;
    }

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 120px;
    padding-top: 45px;
    padding-left: 150px;
}

    .cart-table tbody tr .prod-column .column-box .prod-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 120px;
        float: left;
    }

        .cart-table tbody tr .prod-column .column-box .prod-thumb img {
            display: block;
            max-width: 100%;
        }

    .cart-table tbody tr .prod-column .column-box h4 {
        position: relative;
        font-size: 18px;
        color: #161e39;
        font-weight: 700;
    }

    .cart-table tbody tr .prod-column .column-box .text {
        position: relative;
        font-size: 16px;
        color: #777777;
        font-weight: 400;
        margin-top: 15px;
    }

.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #333333;
    margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
    font-weight: 700;
    color: #161e39;
    font-size: 18px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: #00008a;
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .cart-table tbody tr .remove-btn .fa {
        position: relative;
        font-size: 24px;
        line-height: 30px;
    }

    .cart-table tbody tr .remove-btn:hover {
        color: #f67a65;
    }

.cart-table tbody tr td {
    vertical-align: middle;
    color: #797979;
    font-size: 17px;
}

.cart-table tbody tr .total-price {
    font-weight: 700;
    color: #161e39;
    font-size: 18px;
}

.cart-table tbody tr td .prod-title {
    position: relative;
    font-size: 17px;
    color: #797979;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
}

    .cart-table tbody .available-info .icon {
        position: absolute;
        left: 0px;
        top: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        background: #223555;
        border-radius: 50%;
    }

.cart-section .cart-options {
    position: relative;
    padding: 28px 35px 15px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-top: 0px;
}

.cart-section .apply-coupon {
    position: relative;
}

    .cart-section .apply-coupon .form-group {
        position: relative;
        float: left;
        margin-right: 10px;
    }

        .cart-section .apply-coupon .form-group input[type="text"] {
            display: block;
            line-height: 15px;
            padding: 8px 25px 8px 0px;
            border-bottom: 1px solid #e0e0e0;
            width: 230px;
            height: 50px;
            color: #161e39;
            font-size: 18px;
            font-weight: 600;
            background: #ffffff;
        }

.cart-section .btn-style-two {
    padding: 14px 35px;
    margin-right: 15px;
}

    .cart-section .btn-style-two:hover {
        color: #ffffff;
    }

.cart-section .cart-options .btn-style-one {
    top: -4px;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 32px;
}

.cart-section .totals-table {
    position: relative;
    margin-top: 0px;
}

.cart-section h3 {
    position: relative;
    color: #161e39;
    font-size: 36px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.3em;
    margin-bottom: 0px;
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 14px 0px;
    border-bottom: 1px solid #dee4e8;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 30%;
    color: #161e39;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0px;
    text-transform: capitalize;
}

.cart-section .totals-table li .col:last-child {
    color: #161e39;
}

.cart-section .checkout-btn {
    margin-top: 35px;
}

.cart-section .cart-btn {
    padding: 8px 34px;
    margin-top: 110px;
}

.cart-table tbody tr .qty .input-group-btn-vertical {
    position: absolute;
    right: 0px;
    top: 0px;
}

/*** 

====================================================================
	Login Page Section
====================================================================

***/

.login-page-section {
    position: relative;
    padding: 110px 0px 0px;
}

    .login-page-section .auto-container {
        position: relative;
        border-bottom: 1px solid #dee4e8;
    }

    .login-page-section.signup-section .auto-container {
        border-bottom: 0px;
    }

    .login-page-section.signup-section .inner-container {
        padding-bottom: 0px;
    }

    .login-page-section .inner-container {
        position: relative;
        max-width: 580px;
        margin: 0 auto;
        padding-bottom: 100px;
    }

.styled-form {
    position: relative;
}

    .styled-form .form-group {
        position: relative;
        margin-bottom: 25px;
    }

        .styled-form .form-group label {
            position: relative;
            color: #666666;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .styled-form .form-group input {
            position: relative;
            height: 50px;
            padding: 6px 15px;
            width: 100%;
            color: #222222;
            border: 1px solid #ebebeb;
        }

    .styled-form .forgot {
        position: relative;
        font-weight: 600;
        color: #161e39;
        font-size: 16px;
        margin-top: 10px;
        display: inline-block;
    }

    .styled-form .form-group .check-box {
        position: relative;
        margin-top: -15px;
    }

        .styled-form .form-group .check-box label {
            position: relative;
            display: block;
            height: 30px;
            width: 100%;
            line-height: 20px;
            padding: 5px 10px;
            padding-left: 20px;
            background: #ffffff;
            font-size: 16px;
            font-weight: 600;
            color: #161e39;
            cursor: pointer;
            margin-bottom: 0;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .styled-form .form-group input[type="checkbox"]:checked + label {
        border-color: #25a9e0;
    }

    .styled-form .form-group .check-box label:before {
        position: absolute;
        left: 0;
        top: 9px;
        height: 12px;
        width: 12px;
        content: "";
        border-radius: 0px;
        background: #00008a;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .styled-form .form-group .check-box input[type="checkbox"] {
        display: none;
    }

        .styled-form .form-group .check-box input[type="checkbox"]:checked + label:before {
            background: #2359fa;
        }

        .styled-form .form-group .check-box input[type="checkbox"]:checked + label:after {
            max-width: 20px;
            opacity: 1;
        }

    .styled-form .form-group .check-box .terms {
        color: #00008a;
    }

    /* Radio Box */

    .styled-form .form-group .radio-box {
        position: relative;
        margin-top: -15px;
    }

        .styled-form .form-group .radio-box label {
            position: relative;
            display: block;
            height: 30px;
            width: 100%;
            line-height: 20px;
            padding: 5px 10px;
            padding-left: 20px;
            background: #ffffff;
            font-size: 16px;
            font-weight: 600;
            color: #161e39;
            cursor: pointer;
            margin-bottom: 0;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .styled-form .form-group input[type="radio"]:checked + label {
        border-color: #25a9e0;
    }

    .styled-form .form-group .radio-box label:before {
        position: absolute;
        left: 0;
        top: 9px;
        height: 12px;
        width: 12px;
        content: "";
        border-radius: 0px;
        background: #00008a;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .styled-form .form-group .radio-box input[type="radio"] {
        display: none;
    }

        .styled-form .form-group .radio-box input[type="radio"]:checked + label:before {
            background: #2359fa;
        }

        .styled-form .form-group .radio-box input[type="radio"]:checked + label:after {
            max-width: 20px;
            opacity: 1;
        }

    .styled-form .theme-btn {
        width: 100%;
    }

    .styled-form .or-box {
        position: relative;
        margin-top: 45px;
        text-align: center;
        margin-bottom: 20px;
    }

        .styled-form .or-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            height: 1px;
            width: 100%;
            background-color: #dcdcdb;
        }

        .styled-form .or-box .or {
            position: relative;
            font-weight: 600;
            color: #161e39;
            font-size: 16px;
            padding: 0px 20px;
            display: inline-block;
            top: -10px;
            background-color: #ffffff;
        }

    .styled-form .account-btn {
        position: relative;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 14px 15px;
        width: 100%;
        display: block;
        border: 1px solid #dcdcdb;
        text-transform: uppercase;
        background: none;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .styled-form .account-btn:hover {
            background-color: #00008a;
            color: #ffffff;
            border-color: #00008a;
        }

/*** 

====================================================================
	Policy Section
====================================================================

***/

.policy-section {
    position: relative;
    padding: 100px 0px 0px;
}

    .policy-section .auto-container {
        padding-bottom: 40px;
        border-bottom: 1px solid #dee4e8;
    }

    .policy-section h4 {
        position: relative;
        color: #161e39;
        font-weight: 700;
        line-height: 1.3em;
        margin-bottom: 3px;
    }

    .policy-section p {
        position: relative;
        color: #161e39;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.7em;
        margin-bottom: 5px;
    }

    .policy-section h5 {
        position: relative;
        color: #161e39;
        font-weight: 600;
        line-height: 1.3em;
        margin-bottom: 1px;
    }

    .policy-section ul {
        padding-left: 25px;
        margin-bottom: 5px;
    }

        .policy-section ul li {
            list-style: disc;
            color: #222;
            font-size: 15px;
        }

/*** 

====================================================================
	Chatbox Section
====================================================================

***/

.chatbox-section {
    position: relative;
    padding: 100px 0px 0px;
}

.chatbox-sectio .auto-container {
    position: static;
}

.chat-boxed .inner-box .pattern-layer {
    position: absolute;
    right: 0px;
    width: 255px;
    height: 376px;
    margin-top: 200px;
}

.chat-boxed {
    position: static;
    padding-bottom: 100px;
}

    .chat-boxed .inner-box {
        position: static;
    }

        .chat-boxed .inner-box .image-column {
            position: relative;
        }

            .chat-boxed .inner-box .image-column .inner-column {
                position: relative;
                padding-right: 60px;
                margin-left: -120px;
            }

            .chat-boxed .inner-box .image-column .image {
                position: relative;
            }

        .chat-boxed .inner-box .content-column {
            position: relative;
        }

            .chat-boxed .inner-box .content-column .inner-column {
                position: relative;
                padding-top: 70px;
            }

            .chat-boxed .inner-box .content-column .sec-title {
                margin-bottom: 15px;
            }

            .chat-boxed .inner-box .content-column .text {
                position: relative;
                font-size: 18px;
                color: #404040;
                line-height: 1.7em;
                margin-bottom: 35px;
            }

            .chat-boxed .inner-box .content-column .video-box {
                position: relative;
                width: 70px;
                height: 70px;
                color: #ff6500;
                font-size: 20px;
                text-align: center;
                border-radius: 50px;
                line-height: 70px;
                margin-left: 25px;
                display: inline-block;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                border: 1px solid #ff6500;
            }

                .chat-boxed .inner-box .content-column .video-box .overlay-box span {
                    position: absolute;
                    width: 70px;
                    height: 70px;
                    left: 50%;
                    top: 50%;
                    z-index: 99;
                    color: #ffffff;
                    font-weight: 400;
                    font-size: 24px;
                    text-align: center;
                    border-radius: 50%;
                    padding-left: 4px;
                    display: inline-block;
                    margin-top: -35px;
                    margin-left: -35px;
                    transition: all 900ms ease;
                    -moz-transition: all 900ms ease;
                    -webkit-transition: all 900ms ease;
                    -ms-transition: all 900ms ease;
                    -o-transition: all 900ms ease;
                    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
                }

                .chat-boxed .inner-box .content-column .video-box .ripple,
                .chat-boxed .inner-box .content-column .video-box .ripple:before,
                .chat-boxed .inner-box .content-column .video-box .ripple:after {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    height: 70px;
                    width: 70px;
                    margin-left: .5px;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                    border-radius: 50%;
                    -webkit-box-shadow: 0 0 0 0 rgba(255, 132, 0, .4);
                    -moz-box-shadow: 0 0 0 0 rgba(255, 132, 0, .4);
                    -ms-box-shadow: 0 0 0 0 rgba(255, 132, 0, .4);
                    -o-box-shadow: 0 0 0 0 rgba(255, 132, 0, .4);
                    box-shadow: 0 0 0 0 rgba(255, 132, 0, .4);
                    -webkit-animation: ripple 3s infinite;
                    -moz-animation: ripple 3s infinite;
                    -ms-animation: ripple 3s infinite;
                    -o-animation: ripple 3s infinite;
                    animation: ripple 3s infinite;
                }

                    .chat-boxed .inner-box .content-column .video-box .ripple:before {
                        -webkit-animation-delay: .9s;
                        -moz-animation-delay: .9s;
                        -ms-animation-delay: .9s;
                        -o-animation-delay: .9s;
                        animation-delay: .9s;
                        content: "";
                        position: absolute;
                    }

                    .chat-boxed .inner-box .content-column .video-box .ripple:after {
                        -webkit-animation-delay: .6s;
                        -moz-animation-delay: .6s;
                        -ms-animation-delay: .6s;
                        -o-animation-delay: .6s;
                        animation-delay: .6s;
                        content: "";
                        position: absolute;
                    }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.chat-boxed.style-two .inner-box .image-column .inner-column {
    margin-left: 0px;
    padding-left: 40px;
    padding-right: 0px;
}

/*Comming Soon*/

.comming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-size: cover;
}

    .comming-soon .content {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: table;
        text-align: center;
        vertical-align: middle;
    }

        .comming-soon .content .content-inner {
            position: relative;
            padding: 50px 15px;
            display: table-cell;
            vertical-align: middle;
        }

            .comming-soon .content .content-inner .miss {
                position: relative;
                margin-top: 60px;
                color: #ffffff;
                font-size: 18px;
                margin-bottom: 30px;
            }

            .comming-soon .content .content-inner .logo {
                position: relative;
                margin-bottom: 50px;
            }

            .comming-soon .content .content-inner h2 {
                position: relative;
                color: #ffffff;
                font-weight: 700;
                line-height: 1.2em;
                margin-bottom: 10px;
            }

            .comming-soon .content .content-inner .text {
                position: relative;
                color: #e1e1e1;
                font-size: 18px;
                font-weight: 400;
                line-height: 1.6em;
                margin-top: 2px;
                margin-bottom: 60px;
                letter-spacing: 1px;
            }

    .comming-soon .emailed-form .form-group {
        position: relative;
        display: block;
        max-width: 570px;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }

        .comming-soon .emailed-form .form-group input[type="text"],
        .comming-soon .emailed-form .form-group input[type="tel"],
        .comming-soon .emailed-form .form-group input[type="email"],
        .comming-soon .emailed-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 20px;
            height: 65px;
            font-size: 14px;
            color: #ffffff;
            overflow: hidden;
            padding: 10px 50px 10px 30px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            background: none;
            font-weight: 600;
            text-transform: uppercase;
            border: 1px solid rgba(255,255,255,0.40);
        }

        .comming-soon .emailed-form .form-group input[type="submit"],
        .comming-soon .emailed-form button {
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 20px 62px 21px;
        }

        .comming-soon .emailed-form .form-group textarea::-webkit-input-placeholder,
        .comming-soon .emailed-form .form-group input::-webkit-input-placeholder {
            color: #ffffff;
        }

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
    position: relative;
}

    .time-counter .time-countdown {
        position: relative;
        display: inline-block;
        border-radius: 20px;
        background-color: rgba(255,255,255,0.10);
    }

        .time-counter .time-countdown .counter-column {
            position: relative;
            margin-left: 20px;
            width: 140px;
            height: 140px;
            text-align: left;
            display: inline-block;
            padding: 30px 0px 10px;
            color: #ffffff;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 300;
            border-radius: 8px;
            margin-bottom: 25px;
        }

            .time-counter .time-countdown .counter-column:before {
                position: absolute;
                content: ':';
                right: -20px;
                top: 40px;
                font-size: 80px;
                font-weight: 600;
            }

            .time-counter .time-countdown .counter-column:last-child:before {
                display: none;
            }

            .time-counter .time-countdown .counter-column .count {
                position: relative;
                display: block;
                font-size: 66px;
                line-height: 40px;
                padding: 10px 10px;
                color: #ffffff;
                letter-spacing: 1px;
                font-weight: 600;
                margin-bottom: 15px;
            }

.comming-soon .social-box {
    position: relative;
    margin-top: 50px;
}

    .comming-soon .social-box a {
        position: relative;
        width: 35px;
        height: 35px;
        color: #161e39;
        font-size: 17px;
        margin: 0px 3px;
        line-height: 35px;
        text-align: center;
        border-radius: 50px;
        display: inline-block;
        background-color: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .comming-soon .social-box a:hover {
            background-color: #ff6600;
            color: #ffffff;
        }

/* Error Section */

.error-section {
    position: relative;
    padding: 100px 0px 100px;
}

    .error-section .content {
        position: relative;
        text-align: center;
    }

    .error-section h1 {
        position: relative;
        color: #161e39;
        font-weight: 600;
        line-height: 1em;
        margin-bottom: 60px;
    }

    .error-section h3 {
        position: relative;
        color: #161e39;
        font-weight: 600;
        line-height: 1.2em;
        margin-top: 60px;
        margin-bottom: 35px;
    }

    .error-section .go-home {
        position: relative;
        color: #ffffff;
        font-size: 36px;
        font-weight: 600;
        line-height: 1em;
        padding: 0px 5px 5px;
        display: inline-block;
        background-color: #161e39;
    }

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
    position: relative;
    padding: 100px 0px 60px;
}

    .contact-page-section .title-box {
        position: relative;
        margin-bottom: 35px;
    }

        .contact-page-section .title-box h3 {
            position: relative;
            color: #161e39;
            font-size: 36px;
            font-weight: 600;
            line-height: 1.3em;
        }

        .contact-page-section .title-box .text {
            position: relative;
            color: #404040;
            font-size: 18px;
            line-height: 1.6em;
            margin-top: 10px;
        }

    .contact-page-section .form-column {
        position: relative;
        margin-bottom: 40px;
    }

        .contact-page-section .form-column .inner-column {
            position: relative;
        }

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group {
    margin-bottom: 20px;
}

    .contact-form .form-group input[type="text"],
    .contact-form .form-group input[type="password"],
    .contact-form .form-group input[type="tel"],
    .contact-form .form-group input[type="email"],
    .contact-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 28px;
        padding: 10px 0px 10px 0px;
        color: #888888;
        border-bottom: 1px solid #ebebeb;
        height: 50px;
        font-size: 14px;
        background: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .contact-form .form-group input[type="text"]:focus,
        .contact-form .form-group input[type="password"]:focus,
        .contact-form .form-group input[type="tel"]:focus,
        .contact-form .form-group input[type="email"]:focus,
        .contact-form .form-group select:focus,
        .contact-form .form-group textarea:focus {
            border-color: #00008a;
        }

    .contact-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 0px 0px 25px;
        color: #888888;
        border-bottom: 1px solid #dddddd;
        height: 145px;
        background: #ffffff;
        resize: none;
        font-size: 14px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.contact-form .theme-btn {
    position: relative;
    margin-top: 10px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

    .contact-page-section .info-column .inner-column {
        position: relative;
        padding-left: 60px;
    }

/* Contact Info */

.contact-info {
    position: relative;
    margin-bottom: 0px;
}

.contact-page-section .contact-info li {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    font-weight: 400;
    margin-bottom: 35px;
}

    .contact-page-section .contact-info li .icon {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        line-height: 1.4em;
        color: #282835;
    }

    .contact-page-section .contact-info li strong {
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #404040;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .contact-page-section .contact-info li a {
        color: #404040;
        display: inline-block;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .contact-page-section .contact-info li a:hover {
            color: #00008a;
        }

.map-section {
    position: relative;
}

    .map-section iframe {
        position: relative;
        height: 400px;
        width: 100%;
    }

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-four {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
    padding-bottom: 70px;
}

    .banner-section-four .layers-box {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .banner-section-four .layers-box .layer-one {
            position: absolute;
            left: -300px;
            top: -7%;
            width: 400px;
            height: 1000px;
            opacity: 0.14;
            border-radius: 25px;
            transform: rotate(15deg);
            background-color: #edc483;
        }

        .banner-section-four .layers-box .layer-two {
            position: absolute;
            right: -250px;
            top: -7%;
            width: 400px;
            height: 1000px;
            border-radius: 45px;
            transform: rotate(15deg);
            background-color: #2a5ffb;
            border: 22px solid #295aed;
        }

        .banner-section-four .layers-box .layer-three {
            position: absolute;
            left: 7%;
            top: 25%;
            width: 170px;
            height: 170px;
            background-repeat: no-repeat;
        }

        .banner-section-four .layers-box .layer-four {
            position: absolute;
            right: 3%;
            bottom: 21%;
            width: 170px;
            height: 170px;
            background-repeat: no-repeat;
        }

    .banner-section-four .content-column {
        position: relative;
        z-index: 3;
    }

        .banner-section-four .content-column .inner-column {
            position: relative;
            padding-top: 20px;
            padding-bottom: 60px;
        }

        .banner-section-four .content-column h1 {
            position: relative;
            color: #161e39;
            font-weight: 400;
            line-height: 1.1em;
            margin-bottom: 30px;
        }

            .banner-section-four .content-column h1 span {
                font-weight: 700;
            }

        .banner-section-four .content-column .text {
            position: relative;
            color: #404040;
            font-size: 18px;
            line-height: 1.8em;
            margin-bottom: 40px;
            font-weight: 400;
        }

    .banner-section-four .image-column {
        position: relative;
    }

        .banner-section-four .image-column .inner-column {
            position: relative;
            text-align: center;
        }

        .banner-section-four .image-column .column-layers {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
        }

            .banner-section-four .image-column .column-layers .layer-five {
                position: absolute;
                left: 0px;
                bottom: -30px;
                width: 245px;
                height: 245px;
                border-radius: 50%;
                background-color: #edc483;
            }

            .banner-section-four .image-column .column-layers .layer-six {
                position: absolute;
                right: 20px;
                top: 80px;
                width: 245px;
                height: 245px;
                border-radius: 50%;
                background-color: #f496d5;
            }

            .banner-section-four .image-column .column-layers .layer-seven {
                position: absolute;
                left: -1%;
                bottom: 8%;
                width: 170px;
                height: 170px;
                background-repeat: no-repeat;
            }

            .banner-section-four .image-column .column-layers .layer-eight {
                position: absolute;
                right: -1%;
                top: 8%;
                width: 170px;
                height: 170px;
                background-repeat: no-repeat;
            }

/*** 

====================================================================
	Features Section Four
====================================================================

***/

.features-section-four {
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
}

    .features-section-four .features-column {
        position: relative;
    }

        .features-section-four .features-column .inner-column {
            position: relative;
        }

.featured-block-four {
    position: relative;
    margin-bottom: 30px;
}

    .featured-block-four .inner-box {
        position: relative;
        background: #c1ffea;
        padding: 20px 15px;
        border-radius: 15px;
        box-shadow: 0px 0px 10px 0px #ffffff11;
        border: 1px solid #e4e4e4;
        display: block;
    }

        .featured-block-four .inner-box .upper-box {
            position: relative;
            display: flex;
            align-items: center;
            grid-gap: 24px;
            margin-bottom: 0;
        }

        .featured-block-four .inner-box .icon-outer {
            /*position: absolute;
            left: 0px;
            top: 0px;
            display: inline-block;*/
        }

            /*.featured-block-four .inner-box .icon-outer:before {
                position: absolute;
                content: '';
                left: -17px;
                top: -15px;
                right: 0px;
                bottom: 0px;
                width: 82px;
                height: 82px;
                background: url(../images/icons/pattern-5.png);
            }*/

            .featured-block-four .inner-box .icon-outer .icon {
                position: relative;
                width: 50px;
                height: 50px;
                color: #ffffff;
                font-size: 24px;
                border-radius: 10px;
                line-height: 45px;
                text-align: center;
                display: inline-block;
                background-color: #856cc7;
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
            }
                .featured-block-four .inner-box .icon-outer .icon img{
                    width:25px;
                }

                .featured-block-four:nth-child(2) .inner-box .icon-outer .icon {
                    background-color: #ff9b3d;
                }

    .featured-block-four:nth-child(3) .inner-box .icon-outer .icon {
        background-color: #255afa;
    }

    .featured-block-four .inner-box .upper-box h5 {
        position: relative;
        font-weight: 600;
        color: #161e39;
        font-size: 17px;
        margin-bottom: 3px;
    }

    .featured-block-four .inner-box .text {
        position: relative;
        color: #404040;
        font-size: 15px;
        line-height: 18px;
        margin:0
    }

.features-section-four .title-column {
    position: relative;
}

    .features-section-four .title-column .inner-column {
        position: relative;
        padding-top: 10px;
    }

    .features-section-four .title-column .sec-title {
        margin-bottom: 30px;
    }


.features-section-four.style-two {
    padding-top: 80px;
}

/*** 

====================================================================
	App Section Four
====================================================================

***/

.app-section-four {
    position: relative;
    padding-top: 110px;
    overflow: hidden;
}

    .app-section-four .layer-one {
        position: absolute;
        left: -345px;
        top: 200px;
        width: 400px;
        height: 700px;
        opacity: 0.14;
        border-radius: 55px;
        transform: rotate(15deg);
        background-color: #edc483;
    }

    .app-section-four .pattern-layer {
        position: absolute;
        right: 0px;
        bottom: 120px;
        width: 255px;
        height: 376px;
    }

    .app-section-four:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 200px;
        right: 0px;
        bottom: 80px;
        background-color: #f8f8f8;
    }

    .app-section-four .image-column {
        position: relative;
    }

        .app-section-four .image-column .inner-column {
            position: relative;
            text-align: center;
        }

            .app-section-four .image-column .inner-column .image {
                position: relative;
                display: inline-block;
            }

            .app-section-four .image-column .inner-column .layer-three {
                position: absolute;
                left: 40px;
                bottom: 140px;
                width: 195px;
                height: 195px;
                border-radius: 50%;
                background-color: #edc483;
            }

            .app-section-four .image-column .inner-column .layer-four {
                position: absolute;
                right: 30px;
                top: 140px;
                width: 195px;
                height: 195px;
                border-radius: 50%;
                background-color: #f496d5;
            }

    .app-section-four .title-column {
        position: relative;
    }

        .app-section-four .title-column .inner-column {
            position: relative;
            padding-top: 0px;
        }

    .app-section-four.style-two {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .app-section-four.style-two:before {
            display: none;
        }

        .app-section-four.style-two .title-column .big-text {
            position: relative;
            color: #e8e8ea;
            line-height: 1em;
            font-size: 90px;
            text-transform: uppercase;
        }

        .app-section-four.style-two .title-column .inner-column {
            padding-top: 120px;
        }

    .app-section-four .image-column .inner-column .image .image-dotted-layer {
        position: absolute;
        right: -125px;
        bottom: -50px;
        width: 208px;
        height: 200px;
        z-index: -1;
    }

/*** 

====================================================================
	App Section Five
====================================================================

***/

.app-section-five {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

    .app-section-five .pattern-layer {
        position: absolute;
        left: 3%;
        top: 6%;
        width: 170px;
        height: 170px;
        background-repeat: no-repeat;
    }

    .app-section-five .pattern-layer-two {
        position: absolute;
        right: -300px;
        bottom: 0%;
        width: 400px;
        height: 800px;
        border-radius: 95px;
        transform: rotate(15deg);
        background-color: #fcf7ed;
    }

    .app-section-five .pattern-layer-three {
        position: absolute;
        right: 0%;
        bottom: 12%;
        width: 170px;
        height: 170px;
        background-repeat: no-repeat;
    }

    .app-section-five .content-column {
        position: relative;
    }

        .app-section-five .content-column .inner-column {
            position: relative;
            padding-top: 140px;
            padding-right: 70px;
            z-index: 1;
        }

            .app-section-five .content-column .inner-column .sec-title {
                margin-bottom: 20px;
            }

        .app-section-five .content-column .text {
            position: relative;
            margin-bottom: 40px;
        }

            .app-section-five .content-column .text p {
                position: relative;
                color: #404040;
                font-size: 18px;
                line-height: 1.7em;
                margin-bottom: 15px;
            }

                .app-section-five .content-column .text p:last-child {
                    margin-bottom: 0px;
                }

        .app-section-five .content-column .btn-box .theme-btn {
            position: relative;
            float: left;
            margin-right: 15px;
        }

    .app-section-five .image-column {
        position: relative;
    }

        .app-section-five .image-column .inner-column {
            position: relative;
            text-align: center;
        }

            .app-section-five .image-column .inner-column .image {
                position: relative;
                display: inline-block;
            }

        .app-section-five .image-column .layer-four {
            position: absolute;
            left: 40px;
            bottom: 140px;
            width: 195px;
            height: 195px;
            border-radius: 50%;
            background-color: #edc483;
        }

        .app-section-five .image-column .layer-five {
            position: absolute;
            right: 30px;
            top: 140px;
            width: 195px;
            height: 195px;
            border-radius: 50%;
            background-color: #f496d5;
        }

/*** 

====================================================================
	Pricing Section Four
====================================================================

***/

.pricing-section-four {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

    .pricing-section-four .layer-one {
        position: absolute;
        left: -345px;
        top: 0px;
        width: 400px;
        height: 900px;
        opacity: 0.14;
        border-radius: 95px;
        transform: rotate(15deg);
        background-color: #edc483;
    }

/* Price Block Four */

.price-block-five {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

    .price-block-five .inner-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding-bottom: 45px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
    }

        .price-block-five .inner-box .title-box {
            position: relative;
            padding: 20px 35px 20px;
            background-color: #4044b5;
        }

    .price-block-five:nth-child(2) .inner-box .title-box {
        background-image: none;
        background-color: #161661;
    }

    .price-block-five:nth-child(3) .inner-box .title-box {
        background-color: #275cfb;
    }

    .price-block-five .inner-box .title {
        position: relative;
        color: #ffffff;
        font-size: 28px;
        font-weight: 600;
        padding: 2px 10px;
        line-height: 1.2em;
        margin-top: 5px;
        display: inline-block;
    }

        .price-block-five .inner-box .title span {
            font-size: 18px;
            font-weight: 400;
            display: block;
        }

    .price-block-five .inner-box h2 {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.3em;
        margin-top: 10px;
    }

    .price-block-five .inner-box .price-list {
        position: relative;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .price-block-five .inner-box .price-list li {
            position: relative;
            color: #404040;
            font-size: 20px;
            max-width: 230px;
            width: 100%;
            margin-bottom: 18px;
            display: inline-block;
        }

            .price-block-five .inner-box .price-list li:last-child {
                margin-bottom: 0px;
            }

    .price-block-five .inner-box .theme-btn {
        padding: 15px 70px;
    }

/*** 

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four {
    position: relative;
    padding: 100px 0px 110px;
    background-color: #f9f9f9;
}

    .testimonial-section-four .testimonial-outer {
        position: relative;
    }

    .testimonial-section-four .owl-nav {
        position: absolute;
        left: 0px;
        top: 60%;
        right: 0px;
    }

        .testimonial-section-four .owl-nav .owl-prev {
            position: absolute;
            left: 0px;
            width: 32px;
            height: 32px;
            font-size: 20px;
            text-align: center;
            line-height: 32px;
            border-radius: 50px;
            background-color: #ffffff;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        }

        .testimonial-section-four .owl-nav .owl-next {
            position: absolute;
            right: 0px;
            width: 32px;
            height: 32px;
            font-size: 20px;
            text-align: center;
            line-height: 32px;
            border-radius: 50px;
            background-color: #ffffff;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        }

            .testimonial-section-four .owl-nav .owl-prev:hover,
            .testimonial-section-four .owl-nav .owl-next:hover {
                background-color: #10103b;
                color: #ffffff;
            }

/* Testimonial Block */

.testimonial-block-four {
    position: relative;
}

    .testimonial-block-four .inner-box {
        position: relative;
        text-align: center;
    }

        .testimonial-block-four .inner-box .quote {
            position: relative;
            color: #4788c7;
            font-size: 70px;
            line-height: 1em;
        }

        .testimonial-block-four .inner-box .text {
            position: relative;
            color: #404040;
            font-size: 18px;
            font-weight: 600;
            font-style: italic;
            line-height: 1.7em;
            max-width: 880px;
            margin: 0 auto;
            margin-top: 20px;
        }

.testimonial-section-four .client-thumb-outer {
    position: relative;
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
}

    .testimonial-section-four .client-thumb-outer .author-info {
        position: relative;
        padding-top: 15px;
    }

        .testimonial-section-four .client-thumb-outer .author-info .author-name {
            position: relative;
            color: #161e39;
            font-size: 18px;
            font-weight: 600;
        }

    .testimonial-section-four .client-thumb-outer .rating {
        color: #ff6f00;
        margin-top: 8px;
    }

    .testimonial-section-four .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
        z-index: 999;
        /* -o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1); */
    }

    .testimonial-section-four .client-thumb-outer .client-thumbs-carousel {
        position: relative;
        max-width: 150px;
        margin: 0 auto;
        text-align: center;
    }

        .testimonial-section-four .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
            overflow: visible;
        }

    .testimonial-section-four .client-thumb-outer .thumb-item .thumb-box {
        width: 80px;
        height: 80px;
        cursor: pointer;
        border-radius: 0%;
        margin: 0 auto;
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .testimonial-section-four .client-thumb-outer .owl-item {
        opacity: 0.4;
    }

        .testimonial-section-four .client-thumb-outer .owl-item.active {
            opacity: 1;
        }

    .testimonial-section-four .client-thumb-outer .client-thumbs-carousel .thumb-item img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0%;
    }

.testimonial-section .owl-nav,
.testimonial-section .owl-dots {
    display: none;
}

/*** 

====================================================================
	Banner Section Five
====================================================================

***/

.banner-section-five {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
    padding-bottom: 190px;
    background-color: #161e39;
}

    .banner-section-five:before {
        position: absolute;
        content: '';
        right: 0px;
        bottom: 0px;
        z-index: 1;
        border-bottom: 140px solid #ffffff;
        border-right: 2500px solid transparent;
    }

    .banner-section-five .layers-box {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .banner-section-five .layers-box .layer-one {
            position: absolute;
            left: -35%;
            top: 0px;
            width: 980px;
            height: 100%;
            border-radius: 120px;
            background-color: #3063fc;
            transform: rotate(45deg);
        }

        .banner-section-five .layers-box .layer-two {
            position: absolute;
            left: -38%;
            top: 150px;
            width: 700px;
            height: 100%;
            border-radius: 120px;
            transform: rotate(45deg);
            background-color: rgba(255,255,255,0.07);
        }

        .banner-section-five .layers-box .layer-three {
            position: absolute;
            right: -55%;
            top: -85px;
            width: 980px;
            height: 100%;
            border-radius: 120px;
            background-color: rgba(255,255,255,0.02);
            transform: rotate(45deg);
        }

        .banner-section-five .layers-box .layer-four {
            position: absolute;
            right: 20%;
            bottom: 60px;
            width: 245px;
            height: 245px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.02);
        }

        .banner-section-five .layers-box .layer-eight {
            position: absolute;
            right: 20%;
            bottom: 60px;
            width: 170px;
            height: 170px;
            opacity: 0.3;
            border-radius: 50%;
        }

    .banner-section-five .content-column {
        position: relative;
        z-index: 3;
    }

        .banner-section-five .content-column .inner-column {
            position: relative;
            padding-top: 120px;
            padding-bottom: 60px;
        }

            .banner-section-five .content-column .inner-column .big-text {
                position: relative;
                color: #1a2344;
                font-size: 90px;
                font-weight: 400;
                line-height: 1em;
                text-transform: uppercase;
            }

        .banner-section-five .content-column h1 {
            position: relative;
            color: #ffffff;
            font-weight: 400;
            line-height: 1.1em;
            margin-bottom: 30px;
        }

            .banner-section-five .content-column h1 span {
                font-weight: 700;
            }

        .banner-section-five .content-column .text {
            position: relative;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.8em;
            margin-bottom: 40px;
            font-weight: 400;
        }

    .banner-section-five .image-column {
        position: relative;
    }

        .banner-section-five .image-column .inner-column {
            position: relative;
            text-align: center;
        }

        .banner-section-five .image-column .column-layers {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
        }

            .banner-section-five .image-column .column-layers .layer-five {
                position: absolute;
                left: 0px;
                bottom: -30px;
                width: 245px;
                height: 245px;
                border-radius: 50%;
                background-color: rgba(255,255,255,0.04);
            }

            .banner-section-five .image-column .column-layers .layer-six {
                position: absolute;
                right: 35px;
                top: 80px;
                width: 245px;
                height: 245px;
                border-radius: 50%;
                background-color: rgba(255,255,255,0.04);
            }

            .banner-section-five .image-column .column-layers .layer-seven {
                position: absolute;
                left: 0%;
                bottom: 0%;
                width: 170px;
                height: 170px;
                background-repeat: no-repeat;
            }

/*** 

====================================================================
	Screenshots Section Four
====================================================================

***/

.screenshots-section-four {
    position: relative;
    overflow: hidden;
    padding: 150px 0px 40px;
}

    .screenshots-section-four:before {
        position: absolute;
        content: '';
        left: -80px;
        top: 10%;
        width: 200%;
        height: 680px;
        background-color: #f3f3f3;
        transform: rotate(4deg);
    }

    .screenshots-section-four .big-text {
        position: relative;
        line-height: 1em;
        color: #e8e8ea;
        font-size: 94px;
        text-align: center;
    }

    .screenshots-section-four .pattern-layer {
        position: absolute;
        left: 80px;
        top: 80px;
        width: 208px;
        height: 200px;
        background-repeat: no-repeat;
    }

    .screenshots-section-four .pattern-layer-two {
        position: absolute;
        right: 80px;
        bottom: 360px;
        width: 208px;
        height: 200px;
        background-repeat: no-repeat;
    }

    .screenshots-section-four .auto-container {
        max-width: 1020px;
    }

    .screenshots-section-four .carousel-container {
        overflow: hidden;
    }

    .screenshots-section-four .carousel-outer {
        position: relative;
        width: 429px;
        height: 700px;
        margin: 0 auto;
        padding: 82px 70px;
        background: url(../images/resource/iphone-mockup-one.png) center top no-repeat;
    }

        .screenshots-section-four .carousel-outer .owl-carousel {
            z-index: auto;
        }

        .screenshots-section-four .carousel-outer .mockup-layer {
            position: absolute;
            width: 429px;
            left: 0px;
            top: 0px;
            z-index: 20;
        }

            .screenshots-section-four .carousel-outer .mockup-layer:before {
                content: '';
                position: absolute;
                left: 0px;
                top: -27px;
                width: 70px;
                height: 703px;
                background: url(../images/resource/iphone-mockup-two.png) left top no-repeat;
                z-index: 20;
            }

            .screenshots-section-four .carousel-outer .mockup-layer:after {
                content: '';
                position: absolute;
                right: 0px;
                top: -27px;
                width: 70px;
                height: 703px;
                background: url(../images/resource/iphone-mockup-two.png) right top no-repeat;
                z-index: 20;
            }

    .screenshots-section-four .owl-stage-outer {
        overflow: visible;
    }

    .screenshots-section-four .slide .image img {
        width: 100%;
        display: block;
        border-radius: 5px;
        z-index: 99999999;
    }

    .screenshots-section-four .owl-dots {
        position: relative;
        text-align: center;
        margin-top: 100px;
    }

        .screenshots-section-four .owl-dots .owl-dot {
            position: relative;
            width: 18px;
            height: 18px;
            margin: 0px 7px;
            display: inline-block;
            background-color: #d0d9f9;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .screenshots-section-four .owl-dots .owl-dot.active,
            .screenshots-section-four .owl-dots .owl-dot:hover {
                background-color: #1541e1;
            }

    .screenshots-section-four .owl-nav {
        position: relative;
        text-align: center;
        margin-top: 60px;
    }

        .screenshots-section-four .owl-nav .owl-prev,
        .screenshots-section-four .owl-nav .owl-next {
            position: relative;
            width: 34px;
            height: 34px;
            color: #808081;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            line-height: 34px;
            margin: 0px 9px;
            border-radius: 50px;
            display: inline-block;
            background-color: #ffffff;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        }

            .screenshots-section-four .owl-nav .owl-prev:hover,
            .screenshots-section-four .owl-nav .owl-next:hover {
                background-color: #33288a;
                color: #ffffff;
            }

    .screenshots-section-four.style-two {
        padding-top: 100px;
    }

        .screenshots-section-four.style-two:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0%;
            width: 100%;
            height: 680px;
            background: url(../images/background/bottom-layer-1.png) center bottom no-repeat;
            background-size: cover;
            transform: rotate(0deg);
        }

    .screenshots-section-four .circle-layer {
        position: absolute;
        left: 10%;
        top: 22%;
        width: 185px;
        height: 185px;
    }

    .screenshots-section-four .dotted-layer {
        position: absolute;
        right: 7%;
        top: 34%;
        width: 208px;
        height: 200px;
    }

/*** 

====================================================================
	Pricing Section Five
====================================================================

***/

.pricing-section-five {
    position: relative;
    overflow: hidden;
    padding: 200px 0px 140px;
}

    .pricing-section-five:before {
        position: absolute;
        content: '';
        left: -80px;
        top: 17%;
        width: 200%;
        height: 760px;
        background-color: #f3f3f3;
        transform: rotate(4deg);
    }

    .pricing-section-five .pattern-layer {
        position: absolute;
        left: 80px;
        top: 80px;
        width: 208px;
        height: 200px;
        background-repeat: no-repeat;
    }

    .pricing-section-five .pattern-layer-two {
        position: absolute;
        right: 80px;
        bottom: 360px;
        width: 208px;
        height: 200px;
        background-repeat: no-repeat;
    }

    .pricing-section-five .title-column {
        position: relative;
    }

        .pricing-section-five .title-column .inner-column {
            position: relative;
            padding-top: 80px;
        }

        .pricing-section-five .title-column .big-text {
            position: relative;
            line-height: 1em;
            color: #e8e8ea;
            font-size: 94px;
        }

        .pricing-section-five .title-column .price-column {
            position: relative;
        }

            .pricing-section-five .title-column .price-column .inner-column {
                position: relative;
            }

/* Pricing Tabs */

.pricing-tabs {
    position: relative;
}

    .pricing-tabs .tab-buttons {
        position: relative;
        z-index: 1;
    }

        .pricing-tabs .tab-buttons .tab-btn {
            position: relative;
            color: #161e39;
            font-size: 14px;
            font-weight: 600;
            float: left;
            cursor: pointer;
            padding: 16px 50px;
            margin-right: 30px;
            background-color: #ffffff;
            text-transform: uppercase;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            box-shadow: 0px 10px 15px rgba(0,0,0,0.10);
        }

            .pricing-tabs .tab-buttons .tab-btn:hover,
            .pricing-tabs .tab-buttons .tab-btn.active-btn {
                color: #ffffff;
                box-shadow: 0px 10px 25px rgba(255,91,0,0.12);
                background-image: -ms-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: -moz-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: -o-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00008a), color-stop(100, #9b1fed));
                background-image: -webkit-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: linear-gradient(to right, #00008a 0%, #9b1fed 100%);
            }

    .pricing-tabs .tabs-content .tab {
        position: relative;
        display: none;
        z-index: 1;
    }

        .pricing-tabs .tabs-content .tab.active-tab {
            display: block;
        }

        .pricing-tabs .tabs-content .tab .price-block-five {
            max-width: 370px;
            margin: 0 auto;
        }

            .pricing-tabs .tabs-content .tab .price-block-five:before {
                position: absolute;
                content: '';
                right: -125px;
                bottom: -50px;
                width: 208px;
                height: 200px;
                z-index: -1;
                background: url(../images/icons/pattern-13.png) no-repeat;
            }

            .pricing-tabs .tabs-content .tab .price-block-five .inner-box .title-box {
                background-color: #161661;
                overflow: hidden;
            }

                .pricing-tabs .tabs-content .tab .price-block-five .inner-box .title-box:before {
                    position: absolute;
                    content: '';
                    left: 0px;
                    top: 0px;
                    right: 0px;
                    bottom: 0px;
                    border-radius: 0px 0px 0px 120px;
                    background-color: #2c60fc;
                }

/*** 

====================================================================
	Testimonial Section Five
====================================================================

***/

.testimonial-section-five {
    position: relative;
    padding: 100px 0px 110px;
}

    .testimonial-section-five .pattern-layer {
        position: absolute;
        left: 6%;
        top: -5%;
        width: 170px;
        height: 170px;
        background-repeat: no-repeat;
    }

    .testimonial-section-five .pattern-layer-two {
        position: absolute;
        right: 6%;
        bottom: 5%;
        width: 170px;
        height: 170px;
        background-repeat: no-repeat;
    }

    .testimonial-section-five .owl-carousel .owl-stage-outer {
        padding-top: 30px;
    }

    .testimonial-section-five .owl-dots {
        display: none;
    }

    .testimonial-section-five .owl-nav {
        position: relative;
        text-align: center;
        margin-top: 60px;
    }

        .testimonial-section-five .owl-nav .owl-prev,
        .testimonial-section-five .owl-nav .owl-next {
            position: relative;
            width: 34px;
            height: 34px;
            color: #808081;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            line-height: 34px;
            margin: 0px 9px;
            border-radius: 50px;
            display: inline-block;
            background-color: #ffffff;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        }

            .testimonial-section-five .owl-nav .owl-prev:hover,
            .testimonial-section-five .owl-nav .owl-next:hover {
                background-color: #33288a;
                color: #ffffff;
            }

/* Testimonial Block Five */

.testimonial-block-five {
    position: relative;
}

    .testimonial-block-five .inner-box {
        position: relative;
        padding: 0px 30px 30px;
        background-color: #f8f8f8;
    }

        .testimonial-block-five .inner-box .quote {
            position: relative;
            font-size: 60px;
            line-height: 1em;
            color: #4788c7;
            margin-top: -29px;
            display: inline-block;
        }

        .testimonial-block-five .inner-box .text {
            position: relative;
            color: #404040;
            font-size: 17px;
            font-weight: 600;
            font-style: italic;
            line-height: 1.7em;
            margin-top: 20px;
            margin-bottom: 15px;
        }

        .testimonial-block-five .inner-box .author-info {
            position: relative;
        }

            .testimonial-block-five .inner-box .author-info .info-inner {
                position: relative;
                padding-left: 110px;
                min-height: 87px;
                padding-top: 15px;
            }

                .testimonial-block-five .inner-box .author-info .info-inner .thumb-item {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 87px;
                    height: 87px;
                    overflow: hidden;
                    border-radius: 50px;
                }

                .testimonial-block-five .inner-box .author-info .info-inner .author-name {
                    position: relative;
                    color: #161e39;
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 4px;
                }

                .testimonial-block-five .inner-box .author-info .info-inner .rating {
                    position: relative;
                    color: #fe911f;
                }

/*** 

====================================================================
	Banner Section Six
====================================================================

***/

.banner-section-six {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 200px;
    background-color: #265bfb;
}

    .banner-section-six:before {
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: -2px;
        height: 105px;
        background: url(../images/background/bottom-layer.png) center bottom no-repeat;
        background-size: cover;
        background-position: 100%;
    }

    .banner-section-six .layers-box {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

        .banner-section-six .layers-box .layer-one {
            position: absolute;
            left: 2%;
            top: 24%;
            width: 170px;
            height: 170px;
            background-repeat: no-repeat;
        }

        .banner-section-six .layers-box .layer-two {
            position: absolute;
            right: 2%;
            top: 12%;
            width: 170px;
            height: 170px;
            opacity: 0.4;
            background-repeat: no-repeat;
        }

    .banner-section-six .content-box {
        position: relative;
        text-align: center;
    }

        .banner-section-six .content-box h1 {
            position: relative;
            color: #ffffff;
            font-weight: 700;
            line-height: 1.1em;
            font-size: 70px;
        }

        .banner-section-six .content-box .store {
            position: relative;
            color: #161e39;
            font-size: 24px;
            font-weight: 700;
            margin-top: 35px;
            margin-bottom: 30px;
        }

        .banner-section-six .content-box .btns-box {
            position: relative;
            margin-bottom: 30px;
        }

            .banner-section-six .content-box .btns-box a {
                position: relative;
                border-radius: 5px;
                border-radius: 4px;
                text-align: center;
                display: inline-block;
                margin: 0px 7px;
                background-color: #ffffff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .banner-section-six .content-box .btns-box a:hover {
                    background-color: #161e39;
                }

/*** 

====================================================================
	Features Section Five
====================================================================

***/

.features-section-five {
    position: relative;
}

    .features-section-five.margin {
        margin-top: -100px;
    }

.featured-block-five {
    position: relative;
    margin-bottom: 30px;
}

    .featured-block-five .inner-box {
        position: relative;
        padding: 32px 32px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    }

        .featured-block-five .inner-box .upper-box {
            position: relative;
        }

            .featured-block-five .inner-box .upper-box .upper-inner {
                position: relative;
                padding-left: 80px;
            }

            .featured-block-five .inner-box .upper-box .icon-outer {
                position: absolute;
                left: 0px;
                top: 10px;
                display: inline-block;
            }

                .featured-block-five .inner-box .upper-box .icon-outer:before {
                    position: absolute;
                    content: '';
                    left: -17px;
                    top: -15px;
                    right: 0px;
                    bottom: 0px;
                    width: 82px;
                    height: 82px;
                    background: url(../images/icons/pattern-5.png);
                }

                .featured-block-five .inner-box .upper-box .icon-outer .icon {
                    position: relative;
                    width: 50px;
                    height: 50px;
                    color: #ffffff;
                    font-size: 24px;
                    line-height: 50px;
                    text-align: center;
                    display: inline-block;
                    transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
                    background-image: -ms-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
                    background-image: -moz-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
                    background-image: -o-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
                    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8090DB), color-stop(100, #a7b2e4));
                    background-image: -webkit-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
                    background-image: linear-gradient(to right, #8090DB 0%, #a7b2e4 100%);
                }

        .featured-block-five .inner-box:hover .icon-outer .icon {
            background-color: #2e61fc;
            color: #ffffff;
        }

    .featured-block-five.style-two .inner-box .upper-box .icon-outer .icon {
        background-image: -ms-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
        background-image: -moz-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
        background-image: -o-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5BD5C6), color-stop(100, #1aedd4));
        background-image: -webkit-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
        background-image: linear-gradient(to right, #5BD5C6 0%, #1aedd4 100%);
    }

    .featured-block-five.style-three .inner-box .upper-box .icon-outer .icon {
        background-image: -ms-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: -moz-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: -o-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #4981FE), color-stop(100, #5a86e6));
        background-image: -webkit-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: linear-gradient(to right, #4981FE 0%, #5a86e6 100%);
    }

    .featured-block-five .inner-box .upper-box h4 {
        position: relative;
        color: #161e39;
        font-weight: 600;
        line-height: 1.3em;
    }

    .featured-block-five .inner-box .text {
        position: relative;
        color: #404040;
        font-size: 16px;
        line-height: 1.7em;
        margin-top: 12px;
    }

/*** 

====================================================================
	Features Section Six
====================================================================

***/

.features-section-six {
    position: relative;
    padding-top: 60px;
}

    .features-section-six .featured-column {
        position: relative;
    }

        .features-section-six .featured-column .inner-column {
            position: relative;
        }

    .features-section-six .layer-one {
        position: absolute;
        left: -345px;
        top: 0px;
        width: 400px;
        height: 700px;
        opacity: 0.14;
        border-radius: 95px;
        transform: rotate(15deg);
        background-color: #edc483;
    }

.featured-block-six {
    position: relative;
    margin-bottom: 30px;
}

    .featured-block-six .inner-box {
        position: relative;
        padding-left: 95px;
        padding-top: 15px;
    }

        .featured-block-six .inner-box .icon-outer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 75px;
            height: 75px;
            color: #ffffff;
            font-size: 34px;
            line-height: 75px;
            text-align: center;
            border-radius: 50px;
            background-image: -ms-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
            background-image: -moz-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
            background-image: -o-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5BD5C6), color-stop(100, #1aedd4));
            background-image: -webkit-linear-gradient(left, #5BD5C6 0%, #1aedd4 100%);
            background-image: linear-gradient(to right, #5BD5C6 0%, #1aedd4 100%);
        }

            .featured-block-six .inner-box .icon-outer .icon {
                position: relative;
            }

        .featured-block-six .inner-box h4 {
            position: relative;
            color: #161e39;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.3em;
        }

        .featured-block-six .inner-box .text {
            position: relative;
            color: #404040;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.7em;
            margin-top: 12px;
        }

    .featured-block-six:nth-child(2) .inner-box .icon-outer {
        background-image: -ms-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
        background-image: -moz-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
        background-image: -o-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8090DB), color-stop(100, #a7b2e4));
        background-image: -webkit-linear-gradient(left, #8090DB 0%, #a7b2e4 100%);
        background-image: linear-gradient(to right, #8090DB 0%, #a7b2e4 100%);
    }

    .featured-block-six:nth-child(3) .inner-box .icon-outer {
        background-image: -ms-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: -moz-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: -o-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #4981FE), color-stop(100, #5a86e6));
        background-image: -webkit-linear-gradient(left, #4981FE 0%, #5a86e6 100%);
        background-image: linear-gradient(to right, #4981FE 0%, #5a86e6 100%);
    }

    .featured-block-six:nth-child(4) .inner-box .icon-outer {
        background-image: -ms-linear-gradient(left, #66DCFD 0%, #20b7e1 100%);
        background-image: -moz-linear-gradient(left, #66DCFD 0%, #20b7e1 100%);
        background-image: -o-linear-gradient(left, #66DCFD 0%, #20b7e1 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #66DCFD), color-stop(100, #20b7e1));
        background-image: -webkit-linear-gradient(left, #66DCFD 0%, #20b7e1 100%);
        background-image: linear-gradient(to right, #66DCFD 0%, #20b7e1 100%);
    }

.features-section-six .image-column {
    position: relative;
}

    .features-section-six .image-column .inner-column {
        position: relative;
    }

    .features-section-six .image-column .circles-layer {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 510px;
        height: 510px;
        margin-left: -280px;
        margin-top: -230px;
        background: url(../images/background/12.png) no-repeat;
    }

    .features-section-six .image-column .image {
        position: relative;
    }

        .features-section-six .image-column .image:before {
            position: absolute;
            content: '';
            right: 0px;
            bottom: -80px;
            width: 208px;
            height: 200px;
            z-index: -1;
            background: url(../images/icons/pattern-13.png);
            background-repeat: no-repeat;
        }

/*** 

====================================================================
	App Section Six
====================================================================

***/

.app-section-six {
    position: relative;
    padding-top: 125px;
    padding-bottom: 120px;
}

    .app-section-six .image-column {
        position: relative;
    }

        .app-section-six .image-column .inner-column {
            position: relative;
            text-align: center;
        }

        .app-section-six .image-column .circles-layer {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 510px;
            height: 510px;
            margin-left: -255px;
            margin-top: -230px;
            background: url(../images/background/12.png) no-repeat;
        }

        .app-section-six .image-column .image {
            position: relative;
            display: inline-block;
        }

            .app-section-six .image-column .image:before {
                position: absolute;
                content: '';
                left: -80px;
                bottom: -60px;
                width: 208px;
                height: 200px;
                z-index: -1;
                background: url(../images/icons/pattern-13.png);
                background-repeat: no-repeat;
            }

    .app-section-six .content-column {
        position: relative;
    }

        .app-section-six .content-column .inner-column {
            position: relative;
            padding-top: 80px;
        }

        .app-section-six .content-column .sec-title {
            margin-bottom: 15px;
        }

        .app-section-six .content-column .list-style-one {
            margin-bottom: 45px;
        }

        .app-section-six .content-column .theme-btn {
            border-radius: 7px;
        }

/*** 

====================================================================
	App Section Seven
====================================================================

***/

.app-section-seven {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

    .app-section-seven .pattern-layer {
        position: absolute;
        left: 10%;
        top: 0%;
        width: 170px;
        height: 170px;
        background-repeat: no-repeat;
    }

    .app-section-seven .pattern-layer-two {
        position: absolute;
        right: -350px;
        bottom: 0%;
        width: 400px;
        height: 800px;
        border-radius: 95px;
        transform: rotate(15deg);
        background-color: #fcf7ed;
    }

    .app-section-seven .content-column {
        position: relative;
    }

        .app-section-seven .content-column .inner-column {
            position: relative;
            padding-top: 90px;
        }

            .app-section-seven .content-column .inner-column .sec-title {
                margin-bottom: 15px;
            }

        .app-section-seven .content-column .text {
            position: relative;
            margin-bottom: 15px;
        }

            .app-section-seven .content-column .text p {
                position: relative;
                color: #404040;
                font-size: 18px;
                line-height: 1.7em;
                margin-bottom: 15px;
            }

                .app-section-seven .content-column .text p:last-child {
                    margin-bottom: 0px;
                }

        .app-section-seven .content-column h4 {
            position: relative;
            color: #161e39;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .app-section-seven .content-column .btns-box {
            position: relative;
        }

            .app-section-seven .content-column .btns-box a {
                position: relative;
                border-radius: 5px;
                text-align: center;
                display: inline-block;
                margin-right: 20px;
                background-color: #ffffff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
                box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
            }

                .app-section-seven .content-column .btns-box a:hover {
                    background-color: #161e39;
                }

    .app-section-seven .image-column {
        position: relative;
    }

        .app-section-seven .image-column .inner-column {
            position: relative;
            text-align: center;
        }

        .app-section-seven .image-column .circles-layer {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 510px;
            height: 510px;
            margin-left: -255px;
            margin-top: -230px;
            background: url(../images/background/12.png) no-repeat;
        }

        .app-section-seven .image-column .image {
            position: relative;
            display: inline-block;
        }

            .app-section-seven .image-column .image:before {
                position: absolute;
                content: '';
                left: -80px;
                bottom: -60px;
                width: 208px;
                height: 200px;
                z-index: -1;
                background: url(../images/icons/pattern-13.png);
                background-repeat: no-repeat;
            }

/*** 

====================================================================
	Pricing Section Six
====================================================================

***/

.pricing-section-six {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
}

    .pricing-section-six .layer-one {
        position: absolute;
        left: -345px;
        top: 0px;
        width: 400px;
        height: 700px;
        opacity: 0.14;
        border-radius: 95px;
        transform: rotate(15deg);
        background-color: #edc483;
    }

/* Pricing Tabs */

.pricing-tabs-two {
    position: relative;
    margin-bottom: 30px;
}

    .pricing-tabs-two .tab-buttons {
        position: relative;
        text-align: center;
        margin-bottom: 60px;
    }

        .pricing-tabs-two .tab-buttons .tab-btn {
            position: relative;
            color: #161e39;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            padding: 18px 50px;
            margin: 0px 5px;
            background-color: #ffffff;
            text-transform: uppercase;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            display: inline-block;
            box-shadow: 0px 10px 15px rgba(0,0,0,0.10);
        }

            .pricing-tabs-two .tab-buttons .tab-btn:hover,
            .pricing-tabs-two .tab-buttons .tab-btn.active-btn {
                color: #ffffff;
                box-shadow: 0px 10px 25px rgba(255,91,0,0.12);
                background-image: -ms-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: -moz-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: -o-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00008a), color-stop(100, #9b1fed));
                background-image: -webkit-linear-gradient(left, #00008a 0%, #9b1fed 100%);
                background-image: linear-gradient(to right, #00008a 0%, #9b1fed 100%);
            }

    .pricing-tabs-two .tabs-content .tab {
        position: relative;
        display: none;
        z-index: 1;
    }

        .pricing-tabs-two .tabs-content .tab.active-tab {
            display: block;
        }

/* Price Block Six */

.price-block-six {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

    .price-block-six .inner-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        border-radius: 6px;
        padding: 30px 0px 30px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
    }

        .price-block-six .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            border-radius: 6px;
            background-color: #2f62fc;
            transform: translateX(-100%);
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
        }

        .price-block-six .inner-box:hover::before {
            transform: translateX(0%);
        }

        .price-block-six .inner-box .title {
            position: relative;
            color: #161e39;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.3em;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .price-block-six .inner-box .title-text {
            position: relative;
            color: #404040;
            font-size: 14px;
            margin-top: 15px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .price-block-six .inner-box h2 {
            position: relative;
            color: #161e39;
            font-weight: 700;
            line-height: 1.3em;
            margin-top: 8px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .price-block-six .inner-box h2 sub {
                position: relative;
                font-size: 24px;
                bottom: 0px;
                margin-right: 2px;
            }

            .price-block-six .inner-box h2 sup {
                position: relative;
                font-size: 20px;
                bottom: 0px;
                margin-left: 6px;
            }

        .price-block-six .inner-box:hover h2,
        .price-block-six .inner-box:hover .title,
        .price-block-six .inner-box:hover .title-text {
            color: #ffffff;
        }

        .price-block-six .inner-box .price-list {
            position: relative;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 40px;
        }

            .price-block-six .inner-box .price-list li {
                position: relative;
                padding: 15px 0px;
                color: #404040;
                font-size: 16px;
                width: 100%;
                font-weight: 600;
                margin-bottom: 4px;
                display: block;
                border-bottom: 1px solid #f9f9f9;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .price-block-six .inner-box .price-list li:last-child {
                    margin-bottom: 0px;
                }

        .price-block-six .inner-box:hover .price-list li {
            color: #ffffff;
            border-color: rgba(255,255,255,0.10);
        }

        .price-block-six .inner-box .theme-btn {
            padding: 18px 60px;
            border-radius: 5px;
        }

/************************** 
* 15. testimonials styles 
***************************/

.testimonials-style-one {
    position: relative;
    padding-bottom: 120px;
}

    .testimonials-style-one .container {
        position: relative;
    }

    .testimonials-style-one .pattern-layer {
        position: absolute;
        left: 5%;
        top: 55%;
        width: 170px;
        height: 170px;
    }

    .testimonials-style-one .pattern-layer-two {
        position: absolute;
        right: 5%;
        top: 15%;
        width: 210px;
        height: 200px;
        background-repeat: no-repeat;
    }

    .testimonials-style-one .sec-title {
        margin-bottom: 15px;
        margin-left: 72px;
    }

    .testimonials-style-one .container > img.testi-thumb {
        position: absolute;
        top: 0;
        left: 0;
    }

    .testimonials-style-one .title h3 {
        margin: 0;
        color: #170B35;
        font-size: 32px;
        line-height: 48px;
        font-weight: 600;
        padding-left: 35px;
    }

.single-testimonial .img-box, .single-testimonial .text-box {
    display: table-cell;
    vertical-align: top;
}

.single-testimonial .img-box {
    width: 58%;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .single-testimonial .img-box img {
        max-width: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 0px;
        -webkit-box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
        box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
        border-radius: 50%;
    }

.single-testimonial .text-box img {
    max-width: none;
    width: auto;
}

.single-testimonial .text-box p {
    font-size: 18px;
    color: #404040;
    line-height: 26px;
    letter-spacing: .01em;
    margin: 0;
    font-weight: 600;
    font-style: italic;
    line-height: 1.8em;
    margin-top: 25px;
    margin-bottom: 20px;
}

.single-testimonial .text-box h3 {
    margin: 0;
    color: #161e39;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-testimonial .text-box span {
    color: #de4e51;
    font-size: 16px;
}

.testimonials-slider .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0;
}

    .testimonials-slider .bx-wrapper ul.slider {
        padding: 0;
        margin: 0;
    }

    .testimonials-slider .bx-wrapper .bx-controls-direction {
        text-align: center;
        margin-top: 30px;
        margin-left: 270px;
    }

        .testimonials-slider .bx-wrapper .bx-controls-direction a {
            text-indent: 0;
            background-image: none;
            color: #de4e51;
            font-size: 27px;
            position: relative;
            top: 0px;
            z-index: 1;
            width: 34px;
            height: 34px;
            color: #808081;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            line-height: 34px;
            margin: 0px 9px;
            border-radius: 50px;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        }

            .testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
                color: #ffffff;
                background-color: #3063fc;
            }

    .testimonials-slider .bx-wrapper .bx-prev {
        left: 0px;
        margin-right: 15px;
        margin-left: 40px;
    }

    .testimonials-slider .bx-wrapper .bx-next {
        right: 0px;
    }

#testimonials-slider-pager a.pager-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

    #testimonials-slider-pager a.pager-item.icon-one {
        top: 50%;
        left: 20%;
    }

    #testimonials-slider-pager a.pager-item.icon-two {
        top: 50%;
        left: 20%;
    }

    #testimonials-slider-pager a.pager-item.icon-three {
        top: 50%;
        left: 20%;
    }

    #testimonials-slider-pager a.pager-item.icon-four {
        top: 50%;
        left: 20%;
    }

    #testimonials-slider-pager a.pager-item.icon-five {
        top: 50%;
        left: 20%;
    }

    #testimonials-slider-pager a.pager-item.icon-six {
        top: 50%;
        left: 20%;
    }

    #testimonials-slider-pager a.pager-item.icon-one.now-in-view {
        top: 5%;
        left: 8%;
    }

    #testimonials-slider-pager a.pager-item.icon-two.now-in-view {
        top: 5%;
        left: 34%;
    }

    #testimonials-slider-pager a.pager-item.icon-three.now-in-view {
        top: 45%;
        left: 20%;
    }

    #testimonials-slider-pager a.pager-item.icon-four.now-in-view {
        top: 40%;
        left: 40%;
    }

    #testimonials-slider-pager a.pager-item.icon-five.now-in-view {
        top: 70%;
        left: 4%;
    }

    #testimonials-slider-pager a.pager-item.icon-six.now-in-view {
        top: 85%;
        left: 25%;
    }

@media (max-width: 768px) {
    #testimonials-slider-pager {
        display: none;
    }
}

.single-testimonial .text-box .author-info {
    position: relative;
    min-height: 85px;
    padding-top: 8px;
    padding-left: 108px;
}

    .single-testimonial .text-box .author-info .author-image {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 85px;
        height: 85px;
        border-radius: 50px;
        overflow: hidden;
    }

    .single-testimonial .text-box .author-info .rating {
        position: relative;
        color: #ff6e00;
    }

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section {
    position: relative;
    padding-bottom: 120px;
    background-color: #2359fa;
}

    .subscribe-section:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 230px;
        background: url(../images/background/bottom-layer-2.png) center center no-repeat;
        background-size: cover;
        background-position: 100% 100%;
    }

    .subscribe-section .title-column {
        position: relative;
    }

        .subscribe-section .title-column .inner-column {
            position: relative;
            padding-top: 230px;
        }

        .subscribe-section .title-column h4 {
            position: relative;
            color: #ffffff;
            font-size: 44px;
            font-weight: 700;
            line-height: 1.3em;
        }

        .subscribe-section .title-column .text {
            position: relative;
            font-weight: 400;
            font-size: 18px;
            line-height: 1.7em;
            margin-top: 15px;
            margin-bottom: 30px;
            color: rgba(255,255,255,0.90);
        }



.subscribe-form {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
}

    .subscribe-form .form-group {
        position: relative;
        display: block;
        z-index: 1;
        margin-bottom: 0px;
    }

        .subscribe-form .form-group .icon {
            position: absolute;
            left: 32px;
            top: 24px;
            font-size: 30px;
            color: rgba(255,255,255,1);
        }

        .subscribe-form .form-group input[type="text"],
        .subscribe-form .form-group input[type="tel"],
        .subscribe-form .form-group input[type="email"],
        .subscribe-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            height: 65px;
            font-size: 18px;
            color: #000000;
            line-height: 38px;
            padding: 10px 200px 10px 30px;
            font-weight: 400;
            border-radius: 5px;
            background: #ffffff;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .subscribe-form .form-group input[type="email"]:focus {
                border-color: #00008a;
            }

            .subscribe-form .form-group textarea::-webkit-input-placeholder,
            .subscribe-form .form-group input::-webkit-input-placeholder {
                color: #161e39;
            }

        .subscribe-form .form-group .theme-btn {
            position: absolute;
            top: 0px;
            right: 0px;
            cursor: pointer;
            border-radius: 5px;
            padding: 21px 62px 20px;
        }

.subscribe-section .title-column .store {
    position: relative;
    color: #161e39;
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 30px;
}

.subscribe-section .title-column .btns-box {
    position: relative;
    margin-bottom: 30px;
}

    .subscribe-section .title-column .btns-box a {
        position: relative;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        margin-right: 12px;
        background-color: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .subscribe-section .title-column .btns-box a:hover {
            background-color: #161e39;
        }



.subscribe-section .image-column {
    position: relative;
}

    .subscribe-section .image-column .inner-column {
        position: relative;
        padding-top: 80px;
    }

.image img {
    width: 100% !important;
}

.content-column .btn-box .theme-btn {
    position: relative;
    float: left;
    margin-right: 15px;
}

.logo img {
    height: 85px;
}

.topheader {
    padding: 4px 10px;
    text-align: center;
    font-size: 12px;
    background: #f2f5ff;
    color: #262525;
}

.signupBTN {
    line-height: 16px;
    margin-left: 10px;
    background: #161e39;
    color: #fff !important;
}

    .signupBTN:hover {
        background: transparent !important;
        color: #ffffff !important;
    }

@media (max-width: 768px) {
    .banner-section-four {
        padding-top: 30px !important;
    }

    .content-column .btn-box .theme-btn {
        position: relative;
        float: left;
        margin-right: 5px;
        width: 48%;
        padding: 10px;
        font-size: 12px;
        line-height:23px;
    }
    .featured-block-four {
        margin-bottom: 20px;
    }

    .screenshots-section-three.padding {
        padding-top: 20px !important;
    }

    .app-section-four {
        padding-bottom: 0px !important;
    }

    .features-section-four {
        padding-bottom: 0px !important;
    }
}

.darkHead {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 18px;
}

.text-gradient {
    background: linear-gradient(90deg, #04b7d6, #7f46ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-card {
    background: linear-gradient(356deg, #323d9e91, transparent);
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #00bcd436;
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.35);
    }

.feature-icon {
    font-size: 2.5rem;
    color: #b4d798;
    animation: pulse 2s infinite;
}

.featured-block-four:nth-child(2) .feature-card .feature-icon {
    color: #c8ff47;
}

.featured-block-four:nth-child(3) .feature-card .feature-icon {
    color: #00ffc6;
}

.featured-block-four:nth-child(4) .feature-card .feature-icon {
    color: #8cd600;
}

.feature-card h5 {
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
}

.feature-card p {
    color: #eee;
    font-size: 14px;
    line-height: 1.7em;
    margin:0;

}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}



/* Cards */
.howitworks-step {
    border-radius: 18px;
    padding: 28px 20px 34px;
    position: relative;
    transition: transform .3s, box-shadow .3s;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    overflow: hidden;
}

    .howitworks-step:hover {
        transform: translateY(-8px);
        box-shadow: 0 16px 36px rgba(0,0,0,.22);
    }

    .howitworks-step .step-icon {
        font-size: 2.4rem;
        color: #fff;
        animation: hw-fadeUp 1.1s ease both;
    }

    .howitworks-step .step-number {
        position: absolute;
        top: -14px;
        right: 16px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        box-shadow: 0 6px 16px rgba(0,0,0,.28);
        background: rgba(255,255,255,.25);
        backdrop-filter: blur(3px);
        border: 1px solid rgba(255,255,255,.35);
    }

    /* Unique gradients per card */
    .howitworks-step.c1 {
        background: linear-gradient(135deg,#06b6d4,#2563eb);
    }

    .howitworks-step.c2 {
        background: linear-gradient(135deg,#8b5cf6,#ec4899);
    }

    .howitworks-step.c3 {
        background: linear-gradient(135deg,#22c55e,#0ea5e9);
    }

    .howitworks-step.c4 {
        background: linear-gradient(135deg,#f59e0b,#ef4444);
    }

/* SVG dashed curved connectors */
.howitworks-connectors {
    position: absolute;
    left: 0;
    right: 0;
    top: 210px;
    height: 280px;
    width: 100%;
    pointer-events: none;
}

.howitworks-dash {
    fill: none;
    stroke-width: 4;
    stroke-dasharray: 6 10;
    stroke-linecap: round;
    opacity: .65;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,.08));
}

.howitworks-connectors .c1 {
    stroke: #06b6d4;
}

.howitworks-connectors .c2 {
    stroke: #8b5cf6;
}

.howitworks-connectors .c3 {
    stroke: #22c55e;
}

.howitworks-connectors .node {
    fill: #fff;
    stroke: #111827;
    stroke-width: 2;
}
.howitworks-step h5 {
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
}
.howitworks-step .text {
    color: #eee;
    font-size: 14px;
    line-height: 1.7em;
    margin: 0;
}
/* Subtle entrance */
@keyframes hw-fadeUp {
    from {
        opacity: 0;
        transform: translateY(14px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Layout tweak for SVG alignment on large screens */
@media (min-width: 992px) {
    .howitworks-grid > div:nth-child(1) {
        transform: translateX(10px);
    }

    .howitworks-grid > div:nth-child(4) {
        transform: translateX(-10px);
    }
}
/* Hide connectors on small screens (stacked layout) */
@media (max-width: 767.98px) {
    .howitworks-connectors {
        display: none !important;
    }
    .app-section-three{
        margin:0;
    }
}