@charset "utf-8";
/* CSS Document */

/* Fonts */
@font-face {
    font-family: 'SharpSans';
    font-weight: 100;
    src: url('fonts/SharpSans_2.eot');
    src: url('fonts/SharpSans_2.eot') format('embedded-opentype'), url('fonts/SharpSans_2.woff2') format('woff2'), url('fonts/SharpSans_2.woff') format('woff'), url('fonts/SharpSans_2.ttf') format('truetype'), url('fonts/SharpSans_2.svg#SharpSans_2') format('svg');
}
@font-face {
    font-family: 'SharpSans';
    font-weight: 300;
    src: url('fonts/SharpSans_4.eot');
    src: url('fonts/SharpSans_4.eot') format('embedded-opentype'), url('fonts/SharpSans_4.woff2') format('woff2'), url('fonts/SharpSans_4.woff') format('woff'), url('fonts/SharpSans_4.ttf') format('truetype'), url('fonts/SharpSans_4.svg#SharpSans_4') format('svg');
}
@font-face {
    font-family: 'SharpSans';
    font-weight: 400;
    src: url('fonts/SharpSans_6.eot');
    src: url('fonts/SharpSans_6.eot') format('embedded-opentype'), url('fonts/SharpSans_6.woff2') format('woff2'), url('fonts/SharpSans_6.woff') format('woff'), url('fonts/SharpSans_6.ttf') format('truetype'), url('fonts/SharpSans_6.svg#SharpSans_6') format('svg');
}
@font-face {
    font-family: 'SharpSans';
    font-weight: 500;
    src: url('fonts/SharpSans_8.eot');
    src: url('fonts/SharpSans_8.eot') format('embedded-opentype'), url('fonts/SharpSans_8.woff2') format('woff2'), url('fonts/SharpSans_8.woff') format('woff'), url('fonts/SharpSans_8.ttf') format('truetype'), url('fonts/SharpSans_8.svg#SharpSans_8') format('svg');
}
@font-face {
    font-family: 'SharpSans';
    font-weight: 600;
    src: url('fonts/SharpSans_10.eot');
    src: url('fonts/SharpSans_10.eot') format('embedded-opentype'), url('fonts/SharpSans_10.woff2') format('woff2'), url('fonts/SharpSans_10.woff') format('woff'), url('fonts/SharpSans_10.ttf') format('truetype'), url('fonts/SharpSans_10.svg#SharpSans_10') format('svg');
}
@font-face {
    font-family: 'SharpSans';
    font-weight: 700;
    src: url('fonts/SharpSans_12.eot');
    src: url('fonts/SharpSans_12.eot') format('embedded-opentype'), url('fonts/SharpSans_12.woff2') format('woff2'), url('fonts/SharpSans_12.woff') format('woff'), url('fonts/SharpSans_12.ttf') format('truetype'), url('fonts/SharpSans_12.svg#SharpSans_12') format('svg');
}
@font-face {
    font-family: 'SharpSans';
    font-weight: 900;
    src: url('fonts/SharpSans_14.eot');
    src: url('fonts/SharpSans_14.eot') format('embedded-opentype'), url('fonts/SharpSans_14.woff2') format('woff2'), url('fonts/SharpSans_14.woff') format('woff'), url('fonts/SharpSans_14.ttf') format('truetype'), url('fonts/SharpSans_14.svg#SharpSans_14') format('svg');
}
/* Fonts */

body {
    padding: 0;
    position: relative;
    font-family: 'SharpSans', sans-serif;
    color: #0A083A;
    font-size: 16px;
    background-color: #D8E6F0;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, div, p, ul, li, a, form, label, input {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
h1 {
    font-size: 64px;
    line-height: normal;
    font-weight: 700;
}
h2 {
    font-size: 40px;
    font-weight: 700;
}
img {
    border: 0;
    max-width: 100%;
}
.clr {
    clear: both;
}
p {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: #0A083A;
    cursor: pointer;
}
a:hover {
    color: #000;
}
b, strong {
    font-weight: 700;
}
/* Global CSS Starts */

.badge {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 150px;
}
header {
    padding: 50px;
    background-color: #D8E6F0;
}
ul.nav-menu, ul.number-list, ul.pricing-list, ul.icon-list, ul.logo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.nav-menu li, ul.number-list li {
    display: inline-block;
}
ul.nav-menu li span {
    font-weight: 500;
    margin-right: 20px;
}
ul.nav-menu li a {
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
}
ul.nav-menu li a:hover, ul.nav-menu li.active a {
    background-color: #c4d0de;
}
ul.nav-menu li:last-child a {
    padding: 14px 30px;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}
ul.nav-menu li:last-child a:hover {
    background-color: #0A083A;
    color: #fff;
}
.font-12 {
    font-size: 12px;
}
.hp-banner {
    padding: 50px 0 60px;
    background-color: #D8E6F0;
}
.hp-banner h1 {
    font-size: 64px;
}
section {
    padding: 50px 0;
}
.btn {
    font-weight: 700;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}
.btn:hover {
    color: #fff;
    background-color: #0A083A;
    box-shadow: 0 0 10px #0A083A;
}
.btn-blue {
    color: #fff;
    background-color: #0A083A;
    padding: 15px 30px 12px;
}
.btn-blue:hover {
    box-shadow: 0 0 10px #0A083A;
}
.upload-box {
    padding: 5px;
    background: #fff;
    border-radius: 32px;
    position: relative;
    z-index: 2;
    margin: 20px 0 50px;
}
.upload-box p:last-child {
    color: #6c6b89;
}
.stripe-border {
    border-radius: 32px;
    border: 1px dashed #cccccc;
}
.icon-cup {
    right: -250px;
    top: -200px;
}
.icon-cursor {
    right: -20px;
    bottom: -130px;
}
.icon-stool {
    left: -380px;
    top: 220px;
}
.icon-clock {
    top: -70px;
    left: -190px;
    z-index: 1;
}
.icon-cup-shadow {
    right: -200px;
    bottom: 0;
}
.icon-cursor-shadow {
    right: -20px;
    bottom: -200px;
    width: 160px;
}
.icon-arrow {
    left: -160px;
    bottom: -30px;
}
.modernize-your-ecommerce {
    padding: 150px 0;
}
ul.number-list li {
    line-height: 32px;
    font-weight: 700;
    margin: 30px 30px 0 0;
}
ul.number-list li span {
    background-color: #FFB1B1;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.pricing {
    background: #D8E6F0 url('../images/dollar-bg.png') no-repeat fixed center center;
    padding: 100px 0;
}
ul.pricing-list li {
    float: left;
    width: 18%;
    min-height: 370px;
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    margin: 80px 1%;
    font-weight: 700;
    font-size: 16px;
}
ul.pricing-list li span {
    display: block;
}
ul.pricing-list li.popular-item, ul.pricing-list li:hover {
    min-height: 400px;
    margin-top: 65px;
    background-color: #FFB1B1;
    border: 2px solid #0A083A;
    padding-top: 32px;
}
ul.pricing-list li.popular-item::after {
    position: absolute;
    content: "Popular";
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
ul.pricing-list li span.list-middle-text {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
ul.pricing-list li span.list-bottom-text {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    color: #6c6b89;
}
.small-font {
    font-size: 12px;
    font-weight: normal;
}
ul.pricing-list .small-font {
    color: #6c6b89;
}
ul.icon-list li {
    display: block;
    font-weight: 700;
    padding: 40px 20px 40px 70px;
    border-top: 1px solid #ececec;
}
ul.icon-list li.icon-setting {
    background: url('../images/icon-setting.png') no-repeat left center;
}
ul.icon-list li.icon-image {
    background: url('../images/icon-image.png') no-repeat left center;
}
ul.logo-list li {
    display: inline-block;
}
.bottom-bar {
    background-color: #D2EFE9;
    padding: 150px 0;
}
.icon-cup-2 {
    left: -400px;
    top: -250px;
}
.icon-clock-2 {
    top: -70px;
    right: -300px;
    z-index: 1;
}
.bottom-bar .icon-cursor {
    right: -60px;
}
.bottom-bar .icon-arrow {
    left: -140px;
    bottom: 120px;
}
.bottom-bar .icon-stool {
    left: -400px;
    top: 80px;
}
footer {
    background-color: #0A083A;
    padding: 100px 0;
    color: #fff;
    min-height: 580px;
}
footer ul {
    margin-top: 50px;
}
footer ul li {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 35px;
    font-weight: 600;
}
footer ul li a {
    color: #FFB1B1;
    text-decoration: underline;
    font-weight: 600;
}
footer ul li a:hover {
    color: #FFB1B1;
    text-decoration: none;
}
footer ul li img {
    margin-right: 20px;
}
.interest-box {
    background-color: #22204d;
    padding: 50px 20px;
    border-radius: 16px;
    text-align: center;
}
.white-background {
    background-color: #ffffff;
}
ul.blog-list {
    margin: 50px 0;
}
ul.blog-list li a {
    border-radius: 16px;
    padding: 30px 40px;
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    background: #fff url('../images/icon-arrow-right.png') no-repeat right 40px center;
    border: 2px solid transparent;
}
ul.blog-list li a span, h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #FFB1B1;
}
ul.blog-list li a:hover {
    box-shadow: 0 0 10px #999;
    border: 2px solid #FFB1B1;
}
.icon-plan {
    left: -60px;
}
.icon-clock-blog {
    right: -12px;
    z-index: -1;
    top: 85px;
}
.icon-dollar {
    bottom: -40px;
    z-index: -1;
    right: 200px;
}
.login-form {
    padding: 40px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    margin: 30px 0;
}
.login-form input, .login-form textarea {
    background-color: #F0F5F9;
    border-radius: 16px;
    width: 100%;
    height: 64px;
    border: none;
    padding: 0 20px;
}
.login-form textarea {
    min-height: 200px;
    padding: 20px;
}
.btn-facebook {
    max-width: 450px;
    background-color: #3A61B3;
    color: #fff;
    border-radius: 16px;
    padding: 20px 20px 15px;
    width: 100%;
}
.btn-google {
    max-width: 450px;
    border-radius: 16px;
    padding: 20px 20px 15px;
    width: 100%;
}
.icon-login-plan-left {
    top: 60px;
    left: -290px;
}
.icon-login-plan-right {
    top: 60px;
    right: -290px;
}
.upload-image-box {
    border-radius: 32px;
    padding: 20px;
    margin-bottom: 50px;
}
.upload-image-box .btn, .popup .btn {
    position: absolute;
    width: auto;
    min-width: 140px;
}
.upload-image-box .btn-delete, .popup .btn-delete {
    right: 20px;
}
.upload-image-box .btn-download, .popup .btn-download {
    right: 170px;
}
.pink-background {
    background-color: #FFB1B1;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
}
.popup {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: #fff;
    border-radius: 32px;
    padding: 20px 30px;
    display: none;
}
.btn-close {
    position: absolute;
    right: 20px;
    top: 30px;
}
.burger-menu {
    display: none;
}
.flex-direction-nav a::before {
    font-size: 30px;
}
.flexslider {
    margin: 0 auto;
    max-width: 1440px;
}
.flexslider .slides img {
    width: 200px;
    margin: 0 auto;
}
.flexslider .slides img.logo-3 {
    width: 160px;
}
.flexslider .slides img.logo-4 {
    width: 300px;
}

/* Responsive CSS Starts */

@media (max-width: 1440px) {
.icon-stool {
    left: -330px;
    top: 220px;
}
.icon-arrow {
    left: -100px;
    bottom: -50px;
}
}

@media (max-width: 1199px) {
ul.nav-menu li a {
    padding: 10px;
}
}

@media (max-width: 991px) {
header {
    text-align: center;
    padding: 50px 0;
}
.modernize-your-ecommerce, .pricing, .bottom-bar {
    padding: 50px 0;
}
.pricing-scroll {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
}
ul.pricing-list {
    width: 1440px;
}
ul.pricing-list li {
}
ul.pricing-list li.popular-item {
    display: block;
    margin: 50px 0 0;
}
footer ul {
    margin-top: 0;
}
ul.nav-menu {
    margin-top: 30px;
    display: none;
}
ul.nav-menu li {
    display: block;
}
ul.nav-menu li a, ul.nav-menu li:last-child a {
    display: block;
    text-align: center;
    background-color: #fff;
    margin: 0 0 10px;
    padding: 18px 0;
}
ul.nav-menu li:last-child a {
    color: #fff;
    background-color: #0A083A;
}
.burger-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: -6px;
    border-radius: 30px;
    background-color: #fff;
    width: 48px;
    height: 48px;
}
.burger-menu:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url('../images/icon-burger-menu.png') no-repeat center center;
    left: 0;
    top: 0;
}
.burger-menu.active:after {
    background: url('../images/icon-close-menu.png') no-repeat center center;
}
.popup {
    position: absolute;
    top: 100px;
    left: 0;
    transform: none;
    width: 96%;
    margin: 0 2%;
}
ul.blog-list li a {
    font-size: 16px;
    background-position: right 20px center;
    padding: 15px 50px 15px 20px;
    line-height: normal;
    font-weight: 500;
}
footer {
    padding: 50px 0;
}
footer ul li img {
    margin-right: 30px;
}
}

@media (max-width: 767px) {
.badge {
    width: 100px;
}
.hp-banner h1, h1 {
    font-size: 40px;
}
.hp-banner h1 br, h2 br {
    display: none;
}
ul.logo-list li {
    width: 48%;
}
.image-btns {
    margin-top: 40px;
}
.upload-image-box {
    margin-bottom: 20px;
}
.upload-image-box .btn, .popup .btn {
    width: 100%;
    right: auto;
    position: relative;
    margin-bottom: 10px;
    background-color: #D8E6F0;
}
.upload-image-box .btn:hover, .popup .btn:hover {
    background-color: #0A083A;
}
}

@media (max-width: 480px) {
.hp-banner p.font-weight-semibold {
    padding: 0 30px;
}
.login-form a {
    display: block;
}
.icon-login-plan-left, .icon-login-plan-right, .icon-cup-shadow, .icon-cursor-shadow {
    display: none;
}
.icon-cup {
    right: -15px;
    top: -220px;
    width: 75px;
    overflow: hidden;
}
.icon-cup img {
    max-width: none;
    width: 162px;
}
.icon-clock {
    top: -70px;
    left: -55px;
    z-index: 1;
    width: 40%;
}
.icon-stool {
    left: -100px;
    top: 285px;
    width: 70%;
}
.icon-arrow {
    left: 25px;
    bottom: -30px;
    width: 40%;
}
.icon-cursor {
    right: 0;
    bottom: -90px;
    width: 35%;
}
.icon-cup-2 {
    left: -105px;
    top: -160px;
    width: 52%;
}
.icon-clock-2 {
    top: -70px;
    right: -15px;
    z-index: 1;
    width: 50px;
    overflow: hidden;
}
.icon-clock-2 img {
    max-width: none;
    width: 100px;
}
.bottom-bar {
    padding-bottom: 100px;
}
.bottom-bar .icon-arrow {
    left: 10px;
    bottom: -50px;
}
.bottom-bar .icon-stool {
    left: -100px;
    top: 310px;
}
.bottom-bar .icon-cursor {
    right: -15px;
}
ul.number-list li {
    margin: 0 0 20px;
}
}
