/*
 * Project:        Rocket - HTML5 Template
 * Version:        1.0
 * Author:         Neon Unicorns
 */
/* ---------------------------
  TABLE OF CONTENTS

  1. GENERAL STYLING
    1.1 TYPOGRAPHY
    1.2 FORMS
    1.3 BUTTONS
    1.4 CARDS
    1.5 SHADOWS
    1.6 TAGS
    1.7 WIDGETS
    1.8 TABS
  2. STYLES FOR PLUGINS
     2.1 Owl-carousel
     2.2 Magnific popup
     2.3 Prism
  3. SECTIONS
    3.1 HEADER
    3.2 FOOTER
    3.3 COUNTER SECTION
    3.4 DOMAIN SEARCH
    3.5 DOWNLOAD APP
    3.6 FEATURES SECTION
    3.7 HALF WIDTH SECTION
    3.8 HERO SECTION
    3.9 PAGE TITLE
    3.10 PARTNERS SECTION
    3.11 PRICING SECTION
    3.12 SCREENSHOTS SECTION
    3.13 TEAM SECTION
    3.14 TESTIMONIALS SECTION
    3.15 TIMELINE
    3.16 VIDEO SECTION
  4. BLOG
  5. PORTFOLIO
  6. SPECIAL PAGES
    6.1 Coming soon
    6.2 404 page
  --------------------------*/
/* ---------------------------
  COLORS

  primary-color: #2f2442
  accent-color: #f46c93
  --------------------------*/
/* ---------------------------
  1. GENERAL STYLING
  --------------------------*/
body {
    background: #f7f5f9;
}

/* Full width container */
.container-full {
    width: 100%;
    overflow: hidden;
}

/* Inline list style */
.inline-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: default;
}

.inline-list li {
    margin: 0 15px 0 0;
    display: inline-block;
}

.inline-list li:last-of-type {
    margin-right: 0 !important;
}

.inline-list li span {
    font-weight: bold;
    color: #6e549b;
}

/* Responsive images */
.responsive-img {
    width: 100%;
    height: auto;
}

/* Selection style */
::-moz-selection {
    color: #f7f7f7;
    background: #f46c93;
}
::selection {
    color: #f7f7f7;
    background: #f46c93;
}

/* main block */
main {
    background-color: #f7f5f9;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    main {
        margin-top: 52px;
    }
}

/* Preloader */
.preloader-container {
    position: fixed;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #2f2442;
    z-index: 999999;
}

.preloader-container .loader {
    width: 45px;
    height: 30px;
}

.preloader-container .loader:before, .preloader-container .loader:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: 7.5px;
}

.preloader-container .loader:before {
    background-color: #f46c93;
    left: 50%;
    /* easeInOutCubic */
    animation: loader-left-ball 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

.preloader-container .loader:after {
    background-color: #f7f5f9;
    right: 50%;
    /* easeInOutCubic */
    animation: loader-right-ball 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes loader-left-ball {
    0%, 100% {
        transform: translateX(50%);
    }
    50% {
        transform: translateX(-150%);
    }
}

@keyframes loader-right-ball {
    0%, 100% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(150%);
    }
}

/* Scroll to top button */
.scrollToTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 900;
    width: 64px;
    height: 64px;
}

.scrollToTop .scrollToTop-circle {
    background-color: #fff;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: -200px;
    text-align: center;
    cursor: pointer;
    transition: all .7s ease;
}

.scrollToTop .scrollToTop-icon {
    background-image: url("../image/rocket.png");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 64px;
    font-size: 2em;
    line-height: 64px;
    transition: all .75s ease;
}

.scrollToTop.show .scrollToTop-circle {
    bottom: 0;
}

.scrollToTop.show .scrollToTop-icon {
    display: block !important;
}

.scrollToTop.animated .scrollToTop-circle {
    bottom: -100px;
}

.scrollToTop.animated .scrollToTop-icon {
    -ms-transform: translateY(-1000px);
        transform: translateY(-1000px);
}

/* Helpers */
.margin-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-top-block {
    margin-top: 40px;
}

.no-margin-block {
    margin: 0;
}

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

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

/* Typed text */
.typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* 1.1 TYPOGRAPHY */
/* Main typography */
body {
    font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.varela-font, h1, h2, h3, h4, h5, h6, a.styled-link, .round-form .round-form-wrap input, .round-form .round-form-wrap textarea, .rocket-btn, .card.demo-card span.demo-text, .widget.categories-widget ul.categories a span.count, .widget.recent-posts-widget a.post-title, .mfp-close, header .logo, header ul.menu > li > a, footer .bottom-bar, section.domain-search-section .domain-list-wrap ul.domain-list li.domain, .pricing .price span, .pricing .plan-title span, .ss-timeline, .blog-card .post-likes, .blog-card .post-comments, .blog-card .post-date, .blog-card .more, .pagination-wrap ul.pagination li a, .single-post .post-author .author-description .author-socials span.follow, .quote-wrap .quote .quote-text, .portfolio-section .portfolio-filters > ul > li.portfolio-filter, .portfolio-section .portfolio-item .portfolio-item-text .portfolio-item-name, .coming-soon-countdown .countdown-section span.countdown-period,
.coming-soon-countdown .countdown-section span.countdown-amount {
    font-family: 'Varela Round', sans-serif;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #2f2442;
}

h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
    font-size: 85%;
    font-weight: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2f2442;
    text-decoration: none;
    transition: color 0.5s;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f46c93;
    text-decoration: none;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #f46c93;
}

h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 84px;
    margin-top: 16px;
    margin-bottom: 16px;
}

h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 64px;
    margin-top: 14px;
    margin-bottom: 14px;
}

h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 6px;
    margin-bottom: 6px;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

b, .text-bold, strong {
    font-weight: 500;
}

/* Style element */
hr {
    max-width: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
    border: 4px #f46c93;
    border-radius: 4px;
    border-top-style: solid;
}

hr.left {
    margin-left: 0;
}

/* Typography Helpers */
.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-gray {
    color: #757575;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-italic {
    font-style: italic;
}

.text-strike-through {
    text-decoration: line-through;
}

/* Responsive text align */
@media (max-width: 992px) {
    .text-sm-center {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .text-xs-center {
        text-align: center;
    }
}

/* Links style */
a {
    color: #6e549b;
    transition: all 0.5s;
}

a:active, a:hover, a:focus {
    color: #f46c93;
    outline: none;
    text-decoration: none;
}

a.styled-link {
    color: #2f2442;
}

a.styled-link i {
    padding-left: 5px;
    color: #f46c93;
    transition: padding .3s ease;
}

a.styled-link:active, a.styled-link:hover, a.styled-link:focus {
    color: #f46c93;
}

a.styled-link:active i, a.styled-link:hover i, a.styled-link:focus i {
    padding-left: 10px;
}

a.accent-link {
    color: #f46c93;
}

a.accent-link:active, a.accent-link:hover, a.accent-link:focus {
    color: #f7f5f9;
}

/* 1.2 FORMS */
/* All inputs */
input {
    padding: 20px 40px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    color: #2f2442;
    background-color: #f7f5f9;
}

/* Round forms */
.round-form {
    text-align: center;
}

.round-form textarea {
    resize: none;
}

.round-form .error {
    color: #f46c93;
    font-size: smaller;
}

.round-form .round-form-wrap {
    position: relative;
}

@media screen and (max-width: 480px) {
    .round-form .round-form-wrap {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .round-form .round-form-wrap {
        display: inline-block;
        vertical-align: middle;
    }
}

.round-form .round-form-wrap input, .round-form .round-form-wrap textarea {
    padding: 14px 20px 14px 20px;
    width: 100%;
    border-radius: 50px;
    margin-right: 3px;
}

.round-form .round-form-wrap input:active, .round-form .round-form-wrap input:focus, .round-form .round-form-wrap input:hover, .round-form .round-form-wrap textarea:active, .round-form .round-form-wrap textarea:focus, .round-form .round-form-wrap textarea:hover {
    outline: none;
}

@media (max-width: 768px) {
    .round-form .round-form-wrap input, .round-form .round-form-wrap textarea {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.round-form .round-form-wrap input.large, .round-form .round-form-wrap textarea.large {
    width: 700px;
}

.round-form .round-form-wrap .rocket-btn {
    height: 54.4px;
    line-height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .round-form .round-form-wrap .rocket-btn {
        position: relative;
        margin-top: 20px;
    }
}

/* Colors for light section */
section.light-section input {
    background-color: #fff;
}

/* Colors for dark sections */
section.dark-section .round-form .rocket-btn,
section.dark-pattern-section .round-form .rocket-btn {
    background-color: #f46c93;
}

/* 1.3 BUTTONS */
/* Buttons style */
.rocket-btn {
    font-weight: 700;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    background-color: #2f2442;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    transition: all .5s ease;
    border: none;
    border-radius: 43px;
}

.rocket-btn:hover, .rocket-btn:focus, .rocket-btn:active, .rocket-btn.is-active, .rocket-btn.active {
    text-decoration: none !important;
    color: #f7f7f7;
}

.rocket-btn.rocket-btn-accent {
    background-color: #f46c93;
}

.rocket-btn.rocket-btn-ghost {
    background: none;
    box-shadow: none;
    color: #2f2442;
    border: 2px solid #2f2442;
    line-height: 38px;
}

.rocket-btn.rocket-btn-ghost:hover, .rocket-btn.rocket-btn-ghost:focus, .rocket-btn.rocket-btn-ghost:active, .rocket-btn.rocket-btn-ghost.is-active, .rocket-btn.rocket-btn-ghost.active {
    background-color: #2f2442;
    color: #f7f7f7;
}

.rocket-btn.rocket-btn-ghost.rocket-btn-accent {
    border-color: #f46c93;
    color: #f46c93;
}

.rocket-btn.rocket-btn-ghost.rocket-btn-accent:hover, .rocket-btn.rocket-btn-ghost.rocket-btn-accent:focus, .rocket-btn.rocket-btn-ghost.rocket-btn-accent:active, .rocket-btn.rocket-btn-ghost.rocket-btn-accent.is-active, .rocket-btn.rocket-btn-ghost.rocket-btn-accent.active {
    background-color: #f46c93;
    color: #f7f7f7;
}

.rocket-btn.rocket-btn-fa {
    width: 54px;
    padding: 0;
    background-color: #f46c93;
}

.rocket-btn.rocket-btn-fixed-width {
    width: 180px;
    padding: 0;
}

.rocket-btn.rocket-btn-full-width {
    width: 100%;
}

.rocket-btn.rocket-btn-flat {
    background-color: transparent;
    color: #2f2442;
    box-shadow: none;
}

.rocket-btn.rocket-btn-flat:hover {
    background-color: #fff;
    color: #2f2442 !important;
}

.rocket-btn.rocket-btn-flat span {
    color: #2f2442 !important;
}

.rocket-btn.rocket-btn-animated-icon {
    position: relative;
    overflow: hidden;
}

.rocket-btn.rocket-btn-animated-icon span {
    color: #f7f7f7;
}

.rocket-btn.rocket-btn-animated-icon.rocket-btn-ghost span {
    color: #2f2442;
}

.rocket-btn.rocket-btn-animated-icon.rocket-btn-ghost:hover span {
    color: #f7f7f7;
}

.rocket-btn.rocket-btn-animated-icon.rocket-btn-ghost.rocket-btn-accent span {
    color: #f46c93;
}

.rocket-btn.rocket-btn-animated-icon.rocket-btn-ghost.rocket-btn-accent:hover span {
    color: #f7f7f7;
}

.rocket-btn.rocket-btn-animated-icon .rocket-btn-icon-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    margin-left: -12px;
    display: block;
    transition: transform .3s, opacity .3s;
    transition-timing-function: ease;
    -ms-transform: translateY(-150%);
        transform: translateY(-150%);
}

.rocket-btn.rocket-btn-animated-icon .rocket-btn-text-wrap {
    display: block;
    transition: transform .3s, opacity .3s;
    transition-timing-function: ease;
}

.rocket-btn.rocket-btn-animated-icon:hover .rocket-btn-icon-wrap {
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    opacity: 1;
}

.rocket-btn.rocket-btn-animated-icon:hover .rocket-btn-text-wrap {
    -ms-transform: translateY(150%);
        transform: translateY(150%);
    opacity: 0;
}

.rocket-btn.rocket-btn-animated-icon-left {
    position: relative;
}

.rocket-btn.rocket-btn-animated-icon-left .rocket-btn-icon-wrap {
    transition: all .5s ease, opacity .3s ease;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    height: 100%;
}

.rocket-btn.rocket-btn-animated-icon-left .rocket-btn-text-wrap {
    transition: all .5s ease;
}

.rocket-btn.rocket-btn-animated-icon-left:hover {
    padding-left: 50px;
}

.rocket-btn.rocket-btn-animated-icon-left:hover .rocket-btn-icon-wrap {
    left: 25px;
    opacity: 1;
}

.rocket-btn.rocket-btn-animated-icon-left:hover .rocket-btn-text-wrap {
    padding-left: 10px;
}

/* Button block with margin */
.button-block .rocket-btn {
    margin: 5px;
}

/* 1.4 CARDS */
.card {
    background-color: #fff;
    border-radius: 4px;
    margin: 15px;
    transition: all .5s ease;
}

.card .card-image {
    border-radius: 4px 4px 0 0;
    position: relative;
    overflow: hidden;
}

.card .card-image.card-image-with-hover:before {
    position: absolute;
    width: 100%;
    height: 300px;
    max-height: 100%;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all .5s ease;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 23%, rgba(47, 36, 66, 0.65) 100%);
}

.card .card-image img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    transition: all .75s ease;
}

.card .card-content {
    padding: 20px;
}

.card .card-footer {
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    background-color: #f7f5f9;
    border-radius: 0 0 4px 4px;
}

.card:hover .card-image.card-image-with-hover:before {
    opacity: 1;
}

.card.demo-card {
    box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.45);
}

.card.demo-card span.demo-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #f7f7f7;
    font-size: 24px;
    font-weight: 900;
    opacity: 1;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    transition: all .2s linear;
}

.card.demo-card span.demo-card-image {
    display: block;
    width: 100%;
    height: 200px;
    background-size: 100% auto;
    border-radius: 4px;
    overflow: hidden;
    transition: background-position 7s linear;
}

.card.demo-card span.demo-card-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: all .5s ease;
    background: #2f2442;
    opacity: 0.95;
}

.card.demo-card:hover {
    box-shadow: 1px 1px 18px -2px rgba(0, 0, 0, 0.45);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
}

.card.demo-card:hover span.demo-text {
    opacity: 0;
}

.card.demo-card:hover .demo-card-image {
    background-position: center bottom;
}

.card.demo-card:hover .demo-card-image:after {
    opacity: 0;
}

/* Colors for dark sections */
section.dark-section .card,
section.dark-pattern-section .card {
    background-color: #f7f5f9;
    color: #2f2442;
}

section.dark-section .card h1, section.dark-section .card h2, section.dark-section .card h3, section.dark-section .card h4, section.dark-section .card h5, section.dark-section .card h6, section.dark-section .card p,
section.dark-pattern-section .card h1,
section.dark-pattern-section .card h2,
section.dark-pattern-section .card h3,
section.dark-pattern-section .card h4,
section.dark-pattern-section .card h5,
section.dark-pattern-section .card h6,
section.dark-pattern-section .card p {
    color: #2f2442;
}

section.dark-section .card .card-footer,
section.dark-pattern-section .card .card-footer {
    border-top: none;
    background-color: #ece8f3;
}

/* 1.5 SHADOWS */
.normal-shadow, .scrollToTop .scrollToTop-circle, input, .rocket-btn, .card, .pricing, .sidebar {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06);
}

.normal-shadow-hover, input:active, input:focus, input:hover, .round-form .round-form-wrap input:active, .round-form .round-form-wrap input:focus, .round-form .round-form-wrap input:hover, .round-form .round-form-wrap textarea:active, .round-form .round-form-wrap textarea:focus, .round-form .round-form-wrap textarea:hover, .rocket-btn:hover, .rocket-btn:focus, .rocket-btn:active, .rocket-btn.is-active, .rocket-btn.active, .rocket-btn.rocket-btn-ghost:hover, .rocket-btn.rocket-btn-ghost:focus, .rocket-btn.rocket-btn-ghost:active, .rocket-btn.rocket-btn-ghost.is-active, .rocket-btn.rocket-btn-ghost.active, .rocket-btn.rocket-btn-flat:hover, .card:hover, .pricing:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.medium-shadow, .rocket-btn.show-more-btn:hover, .tabs ul.tabs-nav .tabs-nav-item:hover .rocket-btn-flat, .tabs ul.tabs-nav .tabs-nav-item.current .rocket-btn-flat, .code-wrap > pre, section.features-section .features-phone .icon-block i, section.video-section .video-container .video-wrapper, .single-post .post-thumbnail-wrap img.post-thumbnail, #demo-portfolio-carousel .owl-item .demo-portfolio-img img {
    box-shadow: 0 15px 37px rgba(0, 0, 0, 0.21);
}

.large-shadow, section.video-section .video-container span.play-button {
    box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.5);
}

.header-shadow, header.scrolled {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

/* 1.6 TAGS */
a.tag, .widget.tags-widget .tag-cloud > a {
    background-color: #ece8f3;
    border-radius: 4px;
    font-size: 14px !important;
    display: inline-block;
    line-height: 20px;
    padding: 4px 15px;
    margin: 0 10px 10px 0;
    vertical-align: top;
    transition: all .5s;
}

a.tag:focus, .widget.tags-widget .tag-cloud > a:focus, a.tag:hover, .widget.tags-widget .tag-cloud > a:hover {
    background-color: #f46c93;
    color: #fff;
}

/* 1.7 WIDGETS */
.widget .widget-title {
    margin: 15px 0;
    font-weight: bold;
}

.widget .widget-title:after {
    position: relative;
    display: block;
    content: "";
    width: 30%;
    margin-top: 6px;
    border: 2px #f46c93;
    border-radius: 4px;
    border-top-style: solid;
}

.light-widget .widget .widget-title {
    color: #f7f7f7;
}

.widget.text-widget {
    margin-top: 15px;
}

.widget.search-widget {
    padding: 5px;
}

.widget.search-widget .round-form-wrap {
    margin: 20px;
}

.light-widget .widget.tags-widget .tag-cloud > a {
    background-color: transparent;
    border: 1px solid #f7f7f7;
    color: #f7f7f7;
}

.light-widget .widget.tags-widget .tag-cloud > a:focus, .light-widget .widget.tags-widget .tag-cloud > a:hover {
    background: #f7f5f9;
    color: #2f2442;
}

.widget.categories-widget ul.categories {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.widget.categories-widget ul.categories > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.widget.categories-widget ul.categories > li:last-child {
    border-bottom: none !important;
}

.widget.categories-widget ul.categories a span.count {
    position: absolute;
    right: 0;
    font-weight: bold;
    background: #f46c93;
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-top: -4px;
    border-radius: 4px;
    padding: 0 5px;
    min-width: 30px;
}

.light-widget .widget.categories-widget ul.categories > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.light-widget .widget.categories-widget ul.categories > li a {
    color: #f7f7f7;
}

.light-widget .widget.categories-widget ul.categories > li a span.count {
    background: transparent;
    font-weight: normal;
}

.light-widget .widget.categories-widget ul.categories > li:hover a, .light-widget .widget.categories-widget ul.categories > li:hover span.count {
    color: #f46c93;
}

.widget.recent-posts-widget ul.recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.widget.recent-posts-widget ul.recent-posts > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.widget.recent-posts-widget ul.recent-posts > li:last-child {
    border-bottom: none !important;
}

.widget.recent-posts-widget a.post-title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.widget.recent-posts-widget span {
    font-size: 14px;
    color: #757575;
}

.light-widget .widget.recent-posts-widget ul.recent-posts > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.light-widget .widget.recent-posts-widget span, .light-widget .widget.recent-posts-widget a {
    color: #f7f7f7;
}

.light-widget .widget.recent-posts-widget a:active, .light-widget .widget.recent-posts-widget a:hover, .light-widget .widget.recent-posts-widget a:focus {
    color: #f46c93;
}

/* 1.8 TABS */
.tabs ul.tabs-nav {
    text-align: center;
}

.tabs ul.tabs-nav .tabs-nav-item.current .rocket-btn-flat {
    background-color: #fff;
    color: #2f2442 !important;
}

.tabs ul.tabs-nav .tabs-nav-item.current .rocket-btn-flat .rocket-btn-icon-wrap {
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    opacity: 1;
}

.tabs ul.tabs-nav .tabs-nav-item.current .rocket-btn-flat .rocket-btn-text-wrap {
    -ms-transform: translateY(150%);
        transform: translateY(150%);
    opacity: 0;
}

.tabs .tabs-content {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.tabs .tabs-content .tabs-content-item {
    opacity: 0;
    text-align: center;
    margin: auto;
    transition: all .5s ease;
    display: none;
}

.tabs .tabs-content .tabs-content-item.current {
    opacity: 1;
    display: block;
}

/* ---------------------------
  2. STYLE FOR PLUGINS
  --------------------------*/
/* 2.1 Owl-carousel */
.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    transition: background .5s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #2f2442;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #6e549b;
}

.owl-carousel .card {
    margin: 15px !important;
}

#owl-demo {
    position: relative;
    top: 98px;
    left: 14px;
}

#owl-demo .item img {
    height: 495px;
    width: 279px;
}

#owl-demo .owl-controls {
    position: absolute;
    left: 88px;
    bottom: -58px;
}

/* Colors for dark sections */
section.dark-section .owl-theme .owl-dots .owl-dot.active span,
section.dark-section .owl-theme .owl-dots .owl-dot:hover span,
section.dark-pattern-section .owl-theme .owl-dots .owl-dot.active span,
section.dark-pattern-section .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f7f5f9;
}

/* 2.2 Magnific popup */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-bg {
    background: #2f2442;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.95;
}

/* Close button */
.mfp-close {
    opacity: 1;
    color: #f46c93 !important;
    font-size: 48px;
    width: 74px;
    height: 74px;
    top: -70px !important;
}

/* 2.3 Prism */
/* Upgrade colors */
pre[class*="language-"], :not(pre) > code[class*="language-"] {
    background: #2f2442;
}

.token.keyword {
    color: #f46c93;
}

/* Size wraps */
.code-wrap {
    margin: 40px auto;
}

.code-wrap.code-large {
    width: 760px;
}

@media screen and (max-width: 780px) {
    .code-wrap.code-large {
        width: auto;
    }
}

.code-wrap > pre {
    border: none;
    border-radius: 10px;
}

/* ---------------------------
  3. SECTIONS
  --------------------------*/
section {
    padding-top: 60px;
    padding-bottom: 60px;
}

section .section-header {
    text-align: center;
    margin-bottom: 45px;
}

section .section-header .section-subtitle {
    font-size: 18px;
    color: #333;
    width: 60%;
    margin: auto;
}

section .section-header.text-align-left {
    text-align: left;
}

section .section-header.text-align-left .section-subtitle {
    width: 100%;
    margin: 0;
}

section.light-section {
    background-color: #f7f5f9;
    color: #333;
}

section.dark-section {
    background: #2f2442;
}

section.dark-pattern-section {
    background-color: #1d1629;
    background-image: url("../image/space-pattern.svg");
    background-repeat: repeat;
    background-size: 500px 500px;
}

section.dark-section, section.dark-pattern-section {
    color: #f7f7f7;
}

section.dark-section .section-title, section.dark-section .section-subtitle, section.dark-section h1, section.dark-section h2, section.dark-section h3, section.dark-section h4, section.dark-section h5, section.dark-section h6, section.dark-section p, section.dark-pattern-section .section-title, section.dark-pattern-section .section-subtitle, section.dark-pattern-section h1, section.dark-pattern-section h2, section.dark-pattern-section h3, section.dark-pattern-section h4, section.dark-pattern-section h5, section.dark-pattern-section h6, section.dark-pattern-section p {
    color: #f7f7f7;
}

/* Call to action */
section.call-to-action {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #2f2442;
    color: #f7f5f9;
}

@media screen and (max-width: 990px) {
    section.call-to-action {
        text-align: center;
    }
}

section.call-to-action .call-to-action-text {
    color: #f7f5f9;
    float: left;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 990px) {
    section.call-to-action .call-to-action-text {
        width: 100%;
    }
}

section.call-to-action .rocket-btn {
    float: right;
}

@media screen and (max-width: 990px) {
    section.call-to-action .rocket-btn {
        float: none;
        margin-top: 20px;
    }
}

section.call-to-action.accent {
    background-color: #f46c93;
}

section.call-to-action.accent .call-to-action-text {
    color: #fff;
}

section.call-to-action.accent .call-to-action-text span {
    color: #2f2442;
}

/* 3.1 HEADER */
header {
    width: 100%;
    padding: 0 30px;
    float: left;
    background: #F7F5F9;
    transition: all .5s ease;
    position: fixed;
    top: 0;
    z-index: 999;
}

header .logo {
    color: #2f2442;
    margin: 23px 30px 23px 15px;
    float: left;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}

header .logo img.logo-img {
    width: 100%;
    height: auto;
    min-height: 38px;
}

header ul.menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul.menu > li {
    display: inline-block;
    float: left;
}

header ul.menu > li.top-bar-wrap {
    display: none;
}

header ul.menu > li > a {
    padding: 32px 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #2f2442;
    outline: 0;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

header ul.menu > li.active > a, header ul.menu > li:hover > a {
    color: #f46c93;
}

header ul.menu > li .indicator {
    margin-left: 6px;
    display: inline-block;
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
}

header ul.menu > li ul.dropdown,
header ul.menu > li ul.dropdown li ul.dropdown {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 24px 32px 0 rgba(0, 0, 0, 0.19);
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 180px;
    white-space: nowrap;
    background-color: #f7f5f9;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
}

header ul.menu > li ul.dropdown > li {
    clear: both;
    width: 100%;
    border: 0;
    position: relative;
}

header ul.menu > li ul.dropdown > li:hover > a {
    padding-left: 36px;
}

header ul.menu > li ul.dropdown > li:hover > a:before {
    opacity: 1;
    left: 22px;
}

header ul.menu > li ul.dropdown > li > a {
    width: 100%;
    padding: 10px 25px 10px 22px;
    color: #2f2442;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all .5s ease;
}

header ul.menu > li ul.dropdown > li > a span.indicator {
    float: right;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
}

header ul.menu > li ul.dropdown > li > a:before {
    font-family: 'FontAwesome';
    display: block;
    content: '\f105';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .5s ease;
}

header ul.menu > li ul.dropdown > li > a:hover {
    background-color: #ece8f3;
}

header ul.menu > li ul.dropdown > li:last-child > a {
    border-radius: 0 0 4px 4px;
}

header ul.menu > li ul.dropdown > li > ul.dropdown {
    margin-top: 5px;
    border-radius: 4px;
    left: 100%;
}

header ul.menu > li ul.dropdown > li > ul.dropdown.left {
    left: -100%;
}

header ul.menu > li ul.dropdown > li > ul.dropdown li:first-child > a {
    border-radius: 4px 4px 0 0;
}

header .megamenu {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 24px 32px 0 rgba(0, 0, 0, 0.19);
    width: calc(100% - 60px);
    padding: 20px 30px;
    left: 30px;
    position: absolute;
    display: none;
    z-index: 99;
    border: none;
    background: #F7F5F9;
    border-radius: 0 0 2px 2px;
}

header .megamenu .col-sm-1, header .megamenu .col-sm-2, header .megamenu .col-sm-3, header .megamenu .col-sm-4,
header .megamenu .col-sm-5, header .megamenu .col-sm-6, header .megamenu .col-sm-7, header .megamenu .col-sm-8,
header .megamenu .col-sm-9, header .megamenu .col-sm-10, header .megamenu .col-sm-11, header .megamenu .col-sm-12 {
    position: initial;
}

header .megamenu .col-sm-1.accent-block, header .megamenu .col-sm-2.accent-block, header .megamenu .col-sm-3.accent-block, header .megamenu .col-sm-4.accent-block,
header .megamenu .col-sm-5.accent-block, header .megamenu .col-sm-6.accent-block, header .megamenu .col-sm-7.accent-block, header .megamenu .col-sm-8.accent-block,
header .megamenu .col-sm-9.accent-block, header .megamenu .col-sm-10.accent-block, header .megamenu .col-sm-11.accent-block, header .megamenu .col-sm-12.accent-block {
    height: 100%;
    background-color: #1d1629;
    background-image: url("../image/space-pattern.svg");
    background-repeat: repeat;
    background-size: 300px 300px;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    text-align: center;
    border-radius: 0 0 4px 0;
}

header .megamenu .col-sm-1.accent-block .accent-block-content, header .megamenu .col-sm-2.accent-block .accent-block-content, header .megamenu .col-sm-3.accent-block .accent-block-content, header .megamenu .col-sm-4.accent-block .accent-block-content,
header .megamenu .col-sm-5.accent-block .accent-block-content, header .megamenu .col-sm-6.accent-block .accent-block-content, header .megamenu .col-sm-7.accent-block .accent-block-content, header .megamenu .col-sm-8.accent-block .accent-block-content,
header .megamenu .col-sm-9.accent-block .accent-block-content, header .megamenu .col-sm-10.accent-block .accent-block-content, header .megamenu .col-sm-11.accent-block .accent-block-content, header .megamenu .col-sm-12.accent-block .accent-block-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    color: #f7f7f7;
    padding: 20px;
}

header .megamenu .col-sm-1.accent-block .accent-block-content h3, header .megamenu .col-sm-2.accent-block .accent-block-content h3, header .megamenu .col-sm-3.accent-block .accent-block-content h3, header .megamenu .col-sm-4.accent-block .accent-block-content h3,
header .megamenu .col-sm-5.accent-block .accent-block-content h3, header .megamenu .col-sm-6.accent-block .accent-block-content h3, header .megamenu .col-sm-7.accent-block .accent-block-content h3, header .megamenu .col-sm-8.accent-block .accent-block-content h3,
header .megamenu .col-sm-9.accent-block .accent-block-content h3, header .megamenu .col-sm-10.accent-block .accent-block-content h3, header .megamenu .col-sm-11.accent-block .accent-block-content h3, header .megamenu .col-sm-12.accent-block .accent-block-content h3 {
    color: #f7f7f7;
    margin: 0;
}

header .megamenu .col-sm-1.accent-block .accent-block-content p, header .megamenu .col-sm-2.accent-block .accent-block-content p, header .megamenu .col-sm-3.accent-block .accent-block-content p, header .megamenu .col-sm-4.accent-block .accent-block-content p,
header .megamenu .col-sm-5.accent-block .accent-block-content p, header .megamenu .col-sm-6.accent-block .accent-block-content p, header .megamenu .col-sm-7.accent-block .accent-block-content p, header .megamenu .col-sm-8.accent-block .accent-block-content p,
header .megamenu .col-sm-9.accent-block .accent-block-content p, header .megamenu .col-sm-10.accent-block .accent-block-content p, header .megamenu .col-sm-11.accent-block .accent-block-content p, header .megamenu .col-sm-12.accent-block .accent-block-content p {
    margin: 0 0 10px;
}

header .megamenu .col-sm-1.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-2.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-3.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-4.accent-block .accent-block-content .rocket-btn,
header .megamenu .col-sm-5.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-6.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-7.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-8.accent-block .accent-block-content .rocket-btn,
header .megamenu .col-sm-9.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-10.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-11.accent-block .accent-block-content .rocket-btn, header .megamenu .col-sm-12.accent-block .accent-block-content .rocket-btn {
    margin: 0;
}

header .megamenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

header .megamenu ul > li {
    width: 100%;
    border: 0;
    position: relative;
    margin-top: 5px;
}

header .megamenu ul > li:hover > a {
    padding-left: 12px;
}

header .megamenu ul > li > a {
    width: 100%;
    padding: 10px 25px 10px 0;
    color: #2f2442;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all .5s ease;
    border-radius: 4px;
}

header .megamenu ul > li > a:hover {
    background-color: #ece8f3;
}

header .megamenu.half-width {
    width: 50%;
    left: auto;
    margin-left: -60px;
}

header .megamenu.half-width.right {
    right: 0;
    left: auto;
}

header .menutoggle {
    width: 60px;
    height: 52px;
    padding: 0;
    display: none;
    float: right;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

header a.rocket-btn {
    margin: 21px 20px auto 16px;
    font-size: 18px;
    text-align: center;
    padding: 0 40px !important;
    line-height: 40px !important;
}

header.scrolled {
    padding: 0 20px;
    background: #fff;
}

header.scrolled .megamenu {
    background-color: #fff;
    border-top: solid 1px #f0f0f0;
}

header.scrolled ul.menu > li > a {
    padding: 26px 16px;
}

@media (max-width: 767px) {
    header.scrolled ul.menu > li > a {
        padding: 16px 20px;
    }
}

header.scrolled ul.menu ul.dropdown,
header.scrolled ul.menu ul.dropdown li ul.dropdown {
    background-color: #fff;
}

header.scrolled ul.menu .rocket-btn {
    margin: 15px 20px auto 16px;
}

header.scrolled .logo {
    margin: 17px 30px 17px 15px;
}

/* mobile landscape */
@media (max-width: 767px) {
    header {
        padding: 0 20px;
    }
    header .logo {
        margin: 11px 30px 10px 20px !important;
        font-size: 20px;
        line-height: 1.55;
    }
    header .menutoggle {
        display: block;
    }
    header ul.menu {
        width: 280px;
        position: fixed;
        left: -400px;
        height: 100%;
        background-color: #1d1629;
        color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 20000;
        padding-top: 0;
        transition: left .8s ease;
    }
    header ul.menu span.indicator {
        position: absolute;
        right: 0;
        top: 0;
        height: 52px;
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    }
    header ul.menu span.indicator i {
        color: #fff;
        padding: 19px;
        transition: transform .5s ease;
    }
    header ul.menu span.indicator.indicator-up i {
        color: #f46c93;
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }
    header ul.menu.open {
        left: 0;
    }
    header ul.menu > li {
        width: 100%;
        display: block;
        position: relative;
    }
    header ul.menu > li.top-bar-wrap {
        width: 100%;
        background-color: #261d35;
        padding: 20px;
        display: inline-block;
    }
    header ul.menu > li.top-bar-wrap > a {
        padding: 0;
        margin: 0;
    }
    header ul.menu > li.top-bar-wrap > a .close-icon {
        display: inline-block;
        float: right;
    }
    header ul.menu > li > a {
        color: #fff;
        width: 100%;
        padding: 16px 20px;
        display: block;
        font-weight: bold;
    }
    header ul.menu > li > a:before {
        display: none;
    }
    header ul.menu > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
        top: 0;
        margin: auto;
        border-left: 4px solid #f46c93;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }
    header ul.menu > li.active > a:after {
        opacity: 1;
        visibility: visible;
    }
    header ul.menu > li ul.dropdown,
    header ul.menu > li ul.dropdown li ul.dropdown {
        width: 100%;
        position: static;
        box-shadow: none;
    }
    header ul.menu > li ul.dropdown > li a,
    header ul.menu > li ul.dropdown li ul.dropdown > li a {
        padding: 16px 20px;
        border: none !important;
        border-radius: 0 !important;
        color: white;
    }
    header ul.menu > li ul.dropdown > li > a {
        padding-left: 30px;
        background-color: #261d35;
    }
    header ul.menu > li ul.dropdown > li > a:hover {
        background-color: #261d35;
    }
    header ul.menu > li ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 50px;
        background-color: #2f2442;
    }
    header ul.menu > li ul.dropdown > li > ul.dropdown > li > a:hover {
        background-color: #2f2442;
    }
    header ul.menu > li ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
        padding-left: 70px;
        background-color: #2f2442;
    }
    header ul.menu > li ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a:hover {
        background-color: #2f2442;
    }
    header ul.menu .megamenu {
        position: static;
        background-color: #261d35;
        box-shadow: none;
        border: none;
        width: 100%;
        color: #fff;
    }
    header ul.menu .megamenu.half-width {
        width: 100%;
        margin-left: 0;
    }
    header ul.menu .megamenu h1, header ul.menu .megamenu h2, header ul.menu .megamenu h3, header ul.menu .megamenu h4, header ul.menu .megamenu h5, header ul.menu .megamenu h6, header ul.menu .megamenu p, header ul.menu .megamenu a {
        color: #fff;
    }
    header ul.menu .megamenu a:hover {
        background-color: #261d35;
    }
    header ul.menu .megamenu .accent-block {
        display: none;
    }
    header .overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        display: none;
        z-index: 19999;
        background-color: rgba(47, 36, 66, 0.7);
    }
}

/* Close icon */
a.close-icon-wrap {
    width: 30px;
    height: 30px;
    float: right;
    margin: 15px;
    display: none;
}

.close-icon,
.close-icon:before {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.close-icon {
    position: relative;
    top: 12px;
    background: #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.close-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}

/* Hamburger icon */
.bar,
.bar:after,
.bar:before {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    float: right;
}

.bar {
    position: relative;
    -ms-transform: translateY(25px);
        transform: translateY(25px);
    background: #2f2442;
    transition: all 0ms 300ms;
}

.bar:before, .bar:after {
    content: "";
    position: absolute;
    left: 0;
    background: #2f2442;
}

.bar:before {
    bottom: 10px;
}

.bar:after {
    top: 10px;
}

/* 3.2 FOOTER */
footer.fix-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .main-footer {
    background-color: #2f2442;
    color: #f7f7f7;
    padding: 30px 0;
}

footer .bottom-bar {
    background-color: #261d35;
    color: #ece8f3;
    padding: 20px 0;
}

footer a {
    color: #6e549b;
}

footer a:hover {
    color: #f46c93;
}

/* 3.3 COUNTER SECTION */
.counter-section .counter-block {
    text-align: center;
}

.counter-section .counter-block .counter-icon {
    margin-bottom: 12px;
}

.counter-section .counter-block .counter-icon i {
    font-size: 32px;
    padding: 10px;
}

.counter-section .counter-block .counter-number {
    font-size: 39px;
    color: #fff;
}

.counter-section .counter-block .counter-text {
    font-size: 18px;
}

/* Colors for light section */
section.light-section.counter-section .counter-block {
    color: #2f2442;
}

/* 3.4 DOMAIN SEARCH */
section.domain-search-section .domain-list-wrap {
    margin: 0 auto;
    text-align: center;
}

section.domain-search-section .domain-list-wrap ul.domain-list {
    margin-top: 30px;
}

section.domain-search-section .domain-list-wrap ul.domain-list li.domain {
    font-weight: bold;
}

section.domain-search-section .domain-list-wrap ul.domain-list li.domain span.price {
    margin-left: 10px;
    color: #f46c93;
}

/* 3.5 DOWNLOAD APP */
section.download-app img {
    width: 205px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

/* 3.6 FEATURES SECTION */
section.features-section .features-inline .feature {
    text-align: center;
    cursor: default;
}

section.features-section .features-inline .feature .icon-wrapper {
    padding-bottom: 30px;
}

section.features-section .features-inline .feature .icon-wrapper img {
    width: 220px;
}

section.features-section .features-phone .feature {
    margin: 20px auto 20px auto;
}

section.features-section .features-phone .text-block {
    display: inline-block;
    width: calc(100% - 75px);
}

section.features-section .features-phone .text-block h4 {
    color: #f46c93;
    line-height: 0.9;
    margin: 0;
}

section.features-section .features-phone .text-block p {
    margin: 10px 0 0;
}

section.features-section .features-phone .icon-block {
    margin-top: 20px;
}

section.features-section .features-phone .icon-block i {
    color: #fff;
    background-color: #f46c93;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 26px;
    border-radius: 100%;
}

section.features-section .features-phone .features-phone-left .feature {
    text-align: right;
}

section.features-section .features-phone .features-phone-left .feature .icon-block {
    float: right;
    margin-left: 10px;
}

section.features-section .features-phone .features-phone-image {
    text-align: center;
}

section.features-section .features-phone .features-phone-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 992px) {
    section.features-section .features-phone .features-phone-image img {
        position: relative;
        height: 600px;
        width: auto;
    }
}

section.features-section .features-phone .features-phone-right .feature {
    text-align: left;
}

section.features-section .features-phone .features-phone-right .feature .icon-block {
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    section.features-section .features-phone .feature {
        text-align: center !important;
    }
    section.features-section .features-phone .icon-block {
        float: none !important;
    }
    section.features-section .features-phone .features-phone-right .icon-block, section.features-section .features-phone .features-phone-left .icon-block {
        margin: 5px 0 5px 0 !important;
    }
}

/* Fix for next section */
section.after-features-phone {
    background-color: #f7f5f9;
    z-index: 2;
    position: relative;
}

/* 3.7 HALF WIDTH SECTION */
section.half-width-section h3.section-title {
    color: #2f2442;
    margin: 10px 0;
    position: relative;
}

section.half-width-section .features {
    text-align: left;
}

section.half-width-section .features .feature {
    padding-top: 30px;
}

section.half-width-section .features .feature .feature-icon i.fa {
    color: #f46c93;
}

section.half-width-section .features .feature .feature-text .feature-header, section.half-width-section .features .feature .feature-text p {
    margin: 5px 0;
}

section.half-width-section .features .feature .feature-text .feature-header {
    color: #2f2442;
    font-weight: 600;
}

section.half-width-section .features .feature .feature-text p {
    color: #757575;
    font-size: 16px;
}

section.half-width-section img {
    padding-top: 30px;
}

section.half-width-section img.phones-image {
    padding-top: 0;
}

/* 3.8 HERO SECTION */
section#hero {
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    section#hero {
        height: 100% !important;
    }
}

section#hero h1.hero-header {
    font-size: 2.5em;
    line-height: normal;
}

section#hero p.hero-text {
    margin: 10px 0 15px 0;
    font-size: 18px;
}

section#hero .hero-sm .text-section {
    position: fixed;
    z-index: 5;
    width: 40%;
}

section#hero .hero-sm .rocket-section {
    position: fixed;
    left: 50%;
}

section#hero .hero-sm .rocket-section #stars {
    position: absolute;
    z-index: 5;
    width: 552px;
    left: 0;
    bottom: 60px;
}

section#hero .hero-sm .rocket-section #rocket-wrap {
    position: fixed;
    width: 171px;
    left: calc(50% + 177px);
    bottom: 0;
    z-index: 6;
    transform: translate3d(0px, 200%, 0px);
}

section#hero .hero-sm .rocket-section #bg-wrap {
    transform: translate3d(0px, 0px, 0px);
    position: fixed;
    left: 50%;
    width: 50%;
    bottom: 4%;
}

section#hero .hero-sm .rocket-section #bg1, section#hero .hero-sm .rocket-section #bg2, section#hero .hero-sm .rocket-section #bg3 {
    position: absolute;
    bottom: 0;
    width: 495px;
    left: 15px;
}

section#hero .hero-sm .rocket-section #bg1 {
    z-index: 2;
}

section#hero .hero-sm .rocket-section #bg2 {
    z-index: 3;
}

section#hero .hero-sm .rocket-section #bg3 {
    z-index: 4;
}

section#hero .hero-sm .rocket-section #clouds-wrap {
    transform: translate3d(0px, 0px, 0px);
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 7;
    width: 552px;
}

section#hero .hero-sm .rocket-section #large-clouds {
    position: absolute;
    left: 1.5%;
    top: -85px;
    width: 525px;
}

section#hero .hero-sm .rocket-section #cloud-1, section#hero .hero-sm .rocket-section #cloud-2, section#hero .hero-sm .rocket-section #cloud-3 {
    position: absolute;
    bottom: 0;
}

section#hero .hero-sm .rocket-section #cloud-1 {
    width: 204px;
    left: 32%;
    bottom: -60px;
    -ms-transform: translateX(-5%);
        transform: translateX(-5%);
    animation: cloud-1 2s linear infinite alternate;
}

@keyframes cloud-1 {
    to {
        transform: translateX(5%);
    }
}

section#hero .hero-sm .rocket-section #cloud-2 {
    width: 148px;
    left: 5%;
    bottom: -55px;
    -ms-transform: translateX(-5%);
        transform: translateX(-5%);
    animation: cloud-2 3s linear infinite alternate;
}

@keyframes cloud-2 {
    to {
        transform: translateX(10%);
    }
}

section#hero .hero-sm .rocket-section #cloud-3 {
    width: 63px;
    right: 10%;
    bottom: -40px;
    -ms-transform: translateX(-20%);
        transform: translateX(-20%);
    animation: cloud-3 2.5s linear infinite alternate;
}

@keyframes cloud-3 {
    to {
        transform: translateX(20%);
    }
}

section#hero .hero-xs .text-xs-section {
    margin-top: 80px;
}

section#hero .hero-xs .rocket-xs-section {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Fire animation */
.small-fire {
    animation: small-fire .5s linear infinite alternate;
}

.big-fire-1 {
    animation: big-fire-1 .6s linear infinite alternate;
}

.big-fire-2 {
    animation: big-fire-2 .6s linear infinite alternate;
}

.big-fire-3 {
    animation: big-fire-3 .6s linear infinite alternate;
}

@keyframes small-fire {
    from {
        transform: translateY(-1px);
    }
    to {
        transform: translateY(1px);
    }
}

@keyframes big-fire-1 {
    from {
        transform: translateY(-1px);
    }
    to {
        transform: translateY(3px);
    }
}

@keyframes big-fire-2 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(2px);
    }
}

@keyframes big-fire-3 {
    from {
        transform: translateY(-2px);
    }
    to {
        transform: translateY(2px);
    }
}

/* Stars animation */
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.star1 {
    fill: #2f2442;
    animation: blinker 2.1s linear infinite;
}

.star2 {
    fill: #2f2442;
    animation: blinker 2.2s linear infinite;
}

.star3 {
    fill: #2f2442;
    animation: blinker 2.3s linear infinite;
}

.star4 {
    fill: #2f2442;
    animation: blinker 2.4s linear infinite;
}

.star5 {
    fill: #2f2442;
    animation: blinker 2.5s linear infinite;
}

.star6 {
    fill: #2f2442;
    animation: blinker 2.6s linear infinite;
}

.star7 {
    fill: #2f2442;
    animation: blinker 2.7s linear infinite;
}

.star8 {
    fill: #2f2442;
    animation: blinker 2.8s linear infinite;
}

.star9 {
    fill: #2f2442;
    animation: blinker 2.9s linear infinite;
}

.star10 {
    fill: #2f2442;
    animation: blinker 3s linear infinite;
}

.star11 {
    fill: #2f2442;
    animation: blinker 3.1s linear infinite;
}

.star12 {
    fill: #2f2442;
    animation: blinker 3.2s linear infinite;
}

.star13 {
    fill: #2f2442;
    animation: blinker 3.3s linear infinite;
}

.star14 {
    fill: #2f2442;
    animation: blinker 3.4s linear infinite;
}

.star15 {
    fill: #2f2442;
    animation: blinker 3.5s linear infinite;
}

.star16 {
    fill: #2f2442;
    animation: blinker 3.6s linear infinite;
}

.star17 {
    fill: #2f2442;
    animation: blinker 3.7s linear infinite;
}

/* 3.9 PAGE TITLE */
section.page-title {
    position: relative;
    text-align: center;
}

section.page-title.page-title-pattern {
    background-color: #1d1629;
    background-image: url("../image/space-pattern.svg");
    background-repeat: repeat;
    background-size: 400px;
}

section.page-title.page-title-image {
    background-color: #1d1629;
    background-image: url("../image/page-title.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.page-title.page-title-image:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(47, 36, 66, 0.7);
}

section.page-title .page-title-wrap {
    z-index: 1;
    position: relative;
    margin-bottom: 24px;
}

section.page-title .page-title-wrap h1 {
    color: #f7f7f7;
    font-size: 36px;
    font-weight: 600;
}

section.page-title a.post-date {
    display: inline-block;
    padding-top: 20px;
    color: #fff;
}

section.page-title a.post-date:hover {
    color: #f46c93;
}

/* Bread crumbs */
ul.bread-crumbs > li:after {
    display: inline-block;
    content: '/';
    margin-left: 15px;
    color: #f46c93;
}

ul.bread-crumbs > li:last-child:after {
    display: none;
}

ul.bread-crumbs > li.active a {
    color: #f46c93;
}

ul.bread-crumbs > li a {
    color: white;
}

ul.bread-crumbs > li a:hover {
    color: #f46c93;
}

/* 3.10 PARTNERS SECTION */
section.partners-section .partners {
    text-align: center;
}

section.partners-section .partners .partner {
    margin: auto 20px;
}

section.partners-section .partners .partner img {
    transition: all .5s ease;
}

section.partners-section .partners.partners-grayscale .partner img {
    opacity: .85;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

section.partners-section .partners.partners-grayscale .partner img:hover {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
}

/* 3.11 PRICING SECTION */
.pricing {
    position: relative;
    overflow: visible;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    padding: 20px 0;
    border-radius: 8px;
    text-align: center;
    transition: all .5s ease;
}

.pricing .price span {
    display: inline-block;
    position: relative;
    color: #2f2442;
}

.pricing .price span.amount {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing .price span.period {
    font-size: 16px;
    margin-left: -6px;
}

.pricing .price span.currency {
    font-size: 21px;
    letter-spacing: -6px;
    top: -20px;
    left: -5px;
}

.pricing .plan-title span {
    display: inline-block;
    position: relative;
    color: #2f2442;
}

.pricing .plan-title span.plan {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing .pricing-content {
    padding: 0 20px 0 20px;
    border-radius: 0 0 2px 2px;
}

.pricing .pricing-content ul, .pricing .pricing-content ul li {
    list-style-type: none;
    padding: 0;
}

.pricing .pricing-content ul.collection {
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
    position: relative;
}

.pricing .pricing-content ul.collection .collection-item {
    line-height: 1.5rem;
    font-weight: 300;
    font-size: 16px;
    background-color: transparent;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    cursor: default;
    color: #2f2442;
}

.pricing .pricing-content ul.collection .collection-item b, .pricing .pricing-content ul.collection .collection-item .text-bold {
    font-weight: bold;
}

.pricing .pricing-content ul.collection .collection-item:last-child {
    border-bottom: none !important;
}

.pricing .plan-signup-btn {
    margin: 20px auto;
}

.pricing.pricing-active {
    background-color: #2f2442;
    color: white;
}

.pricing.pricing-active .pricing-content ul.collection .collection-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.pricing.pricing-active .plan-title span, .pricing.pricing-active .price span,
.pricing.pricing-active .pricing-content ul.collection .collection-item b,
.pricing.pricing-active .pricing-content ul.collection .collection-item .text-bold {
    color: white;
}

.pricing.pricing-active .plan-signup-btn .rocket-btn {
    background: #f46c93;
}

.pricing.pricing-large .price {
    padding: 20px;
}

/* 3.12 SCREENSHOTS SECTION * */
section.screenshots-section .screenshot {
    position: relative;
}

section.screenshots-section .screenshot:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    transition: all .5s ease;
    background: linear-gradient(to bottom, #f46c93, #2f2442);
    opacity: 0.85;
}

section.screenshots-section .screenshot > img {
    -webkit-filter: grayscale(85%);
            filter: grayscale(85%);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    transition: all .5s ease;
    border-radius: 4px;
}

section.screenshots-section .owl-item.active.center .screenshot > img, section.screenshots-section .owl-item.active.center .screenshot:after {
    -webkit-filter: none;
            filter: none;
    -ms-transform: none;
        transform: none;
}

section.screenshots-section .owl-item.active.center .screenshot:after {
    opacity: 0;
}

/* 3.13 TEAM SECTION */
.team-carousel {
    margin: 10px auto 0;
    text-align: center;
}

.team-section .team-member {
    cursor: default;
}

.team-section .team-member .card-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 2;
    opacity: 0;
    transition: all .5s ease-in-out;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(47, 36, 66, 0.55) 100%);
}

.team-section .team-member .team-member-name, .team-section .team-member .team-member-details {
    margin: 0;
}

.team-section .team-member .team-member-name {
    font-size: 29px;
    color: #2f2442;
}

.team-section .team-member .team-member-details {
    color: #757575;
}

.team-section .team-member:hover .card-image:before {
    opacity: 1;
}

/* 3.14 TESTIMONIALS SECTION */
.testimonials-section .testimonials-carousel {
    text-align: center;
}

.testimonials-section .testimonials-carousel .testimonial {
    display: block;
    width: 100%;
    height: auto;
}

.testimonials-section .testimonials-carousel p.client-testimonial {
    width: 60%;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.testimonials-section .testimonials-carousel p.client-testimonial:before, .testimonials-section .testimonials-carousel p.client-testimonial:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 19px;
    background-image: url("../image/quote.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials-section .testimonials-carousel p.client-testimonial:before {
    -ms-transform: translate(-110%, -50%);
        transform: translate(-110%, -50%);
}

.testimonials-section .testimonials-carousel p.client-testimonial:after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    margin-top: 10px;
    margin-left: 5px;
}

.testimonials-section .testimonials-carousel .client-info {
    margin-bottom: 20px;
}

.testimonials-section .testimonials-carousel .client-info img {
    height: 90px;
    width: 90px;
    display: block;
    border-radius: 50%;
    margin: 10px auto 5px;
}

.testimonials-section .testimonials-carousel .client-info .client-name, .testimonials-section .testimonials-carousel .client-info .client-details {
    margin: 0;
}

.testimonials-section .testimonials-carousel .client-info .client-name {
    font-size: 29px;
    color: #f46c93;
}

.testimonials-section .testimonials-carousel .client-info .client-details {
    color: #f7f7f7;
}

/* 3.15 TIMELINE */
/* GENERAL TIMELINE STYLING */
.ss-timeline {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ss-timeline .timeline-block {
    position: relative;
    padding-bottom: 50px;
    min-height: 120px;
}

.ss-timeline .timeline-block.first-block {
    padding-bottom: 180px;
}

.ss-timeline .timeline-block.first-block > .timeline-planet-wrap {
    top: -25px;
}

.ss-timeline .timeline-block:before {
    display: block;
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 50%;
    z-index: 2;
    background-image: url("../image/dot.svg");
    background-repeat: repeat-y;
    background-size: 4px 12px;
}

.ss-timeline .timeline-block:last-child:before {
    display: none;
}

.ss-timeline .timeline-block .timeline-planet-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
}

.ss-timeline .timeline-block .timeline-planet-wrap .planet {
    position: relative;
    left: calc(-50% + 2px);
}

.ss-timeline .timeline-block .timeline-content {
    position: relative;
    width: 40%;
}

.ss-timeline .timeline-block .timeline-content.left {
    text-align: right;
    margin-left: 0;
}

.ss-timeline .timeline-block .timeline-content.left span {
    text-align: left;
    left: 150%;
}

.ss-timeline .timeline-block .timeline-content.right {
    text-align: left;
    margin-left: 60%;
}

.ss-timeline .timeline-block .timeline-content.right span {
    text-align: right;
    left: -150%;
}

.ss-timeline .timeline-block .timeline-content span {
    position: absolute;
    top: 0;
    width: 100%;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .ss-timeline .timeline-block:before {
        left: 52px;
    }
}

@media only screen and (max-width: 768px) {
    .ss-timeline .timeline-block .timeline-planet-wrap {
        left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .ss-timeline .timeline-block .timeline-planet-wrap .planet {
        left: calc(54px - 50%);
    }
}

@media only screen and (max-width: 768px) {
    .ss-timeline .timeline-block .timeline-content.right, .ss-timeline .timeline-block .timeline-content.left {
        text-align: left;
        margin-left: 120px;
        width: calc(100% - 120px);
    }
}

@media only screen and (max-width: 768px) {
    .ss-timeline .timeline-block .timeline-content span {
        display: block;
        left: 0 !important;
        text-align: left !important;
        position: relative !important;
    }
}

@media only screen and (max-width: 768px) {
    .timeline-planet-wrap {
        left: 0;
    }
}

/* PLANETS */
#sun-wrap {
    width: 140px;
}

#mercury-wrap {
    width: 40px;
}

#venus-wrap {
    width: 60px;
}

#earth-wrap {
    width: 70px;
}

#mars-wrap {
    width: 80px;
}

#jupiter-wrap {
    width: 100px;
}

#saturn-wrap {
    width: 110px;
}

#uranus-wrap {
    width: 60px;
}

#neptune-wrap {
    width: 40px;
}

/* ANIMATION */
.ss-timeline .timeline-block .timeline-planet-wrap .planet.dontanimate {
    animation: none !important;
}

/* Spin animation */
#sun-wrap > svg, #neptune-wrap > svg, #mercury-wrap > svg, #earth-wrap > svg {
    animation: planet-spin 15s infinite linear;
}

@keyframes planet-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Venus animation */
#venus-line-01 {
    animation: venus-line-01-anim 3s linear infinite;
}

@keyframes venus-line-01-anim {
    to {
        stroke-dashoffset: 72%;
    }
}

#venus-line-02 {
    animation: venus-line-02-anim 5s linear infinite;
}

@keyframes venus-line-02-anim {
    to {
        stroke-dashoffset: -102%;
    }
}

#venus-line-03 {
    animation: venus-line-03-anim 4s linear infinite;
}

@keyframes venus-line-03-anim {
    to {
        stroke-dashoffset: -110%;
    }
}

/* Saturn animation */
#saturn-ring {
    stroke-dasharray: 40% 10%;
    stroke-linecap: round;
    animation: saturn-ring-anim 3s linear infinite;
}

@keyframes saturn-ring-anim {
    to {
        stroke-dashoffset: 50%;
    }
}

/* Mars animation */
#mars-line-05, #mars-line-04, #mars-line-03, #mars-line-02, #mars-line-01 {
    stroke-dasharray: 40% 7%;
    stroke-dashoffset: 0%;
    stroke-linecap: round;
    animation: mars-lines-anim 5s linear infinite;
}

@keyframes mars-lines-anim {
    to {
        stroke-dashoffset: 47%;
    }
}

/* Jupiter animation */
#jupiter-line-06, #jupiter-line-05, #jupiter-line-04, #jupiter-line-03, #jupiter-line-02, #jupiter-line-01 {
    animation: jupiter-line-anim 3s linear infinite;
}

@keyframes jupiter-line-anim {
    to {
        stroke-dashoffset: 29;
    }
}

/* Uranus animation */
#uranus-line-06 {
    animation: uranus-line-06-anim 3s linear infinite;
}

@keyframes uranus-line-06-anim {
    to {
        stroke-dashoffset: 14;
    }
}

#uranus-line-05 {
    animation: uranus-line-05-anim 3s linear infinite;
}

@keyframes uranus-line-05-anim {
    to {
        stroke-dashoffset: 31;
    }
}

#uranus-line-04 {
    animation: uranus-line-04-anim 3s linear infinite;
}

@keyframes uranus-line-04-anim {
    to {
        stroke-dashoffset: -30;
    }
}

#uranus-line-03 {
    animation: uranus-line-03-anim 3s linear infinite;
}

@keyframes uranus-line-03-anim {
    to {
        stroke-dashoffset: -30;
    }
}

#uranus-line-02 {
    animation: uranus-line-02-anim 3s linear infinite;
}

@keyframes uranus-line-02-anim {
    to {
        stroke-dashoffset: -26;
    }
}

#uranus-line-01 {
    animation: uranus-line-01-anim 3s linear infinite;
}

@keyframes uranus-line-01-anim {
    to {
        stroke-dashoffset: 31;
    }
}

/* Dots animation */
.timeline-block:before {
    animation: dot-anim 1s linear infinite;
}

@keyframes dot-anim {
    to {
        transform: translateY(12px);
    }
}

/* Lazy color change */
.ss-change-fill {
    fill: #f7f5f9 !important;
    stroke: #f46c93 !important;
}

.ss-change-stroke {
    stroke: #f46c93 !important;
}

/* 3.16 VIDEO SECTION */
section.video-section .video-container {
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 1050px;
    position: relative;
}

section.video-section .video-container .video-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

section.video-section .video-container .video-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #f46c93, #2f2442);
    opacity: 0.85;
    display: block;
    border-radius: 10px;
    top: 0;
    left: 0;
    position: absolute;
}

section.video-section .video-container span.play-button {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #f46c93;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -42px;
    margin-top: -42px;
    text-align: center;
    -ms-transform: scale(1);
        transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
    animation: play-button 1s linear infinite alternate;
}

section.video-section .video-container span.play-button > i {
    font-size: 42px;
    line-height: 84px;
    margin-left: 10px;
    color: #fff;
}

@keyframes play-button {
    to {
        transform: scale(1.1);
    }
}

/* ---------------------------
  4. BLOG
  --------------------------*/
/* Blog card */
.blog-card {
    margin: 0 0 40px 0;
}

.blog-card .post-likes, .blog-card .post-comments, .blog-card .post-date, .blog-card .more {
    font-weight: bold;
}

.blog-card .post-likes, .blog-card .post-comments {
    float: right;
}

.blog-card .post-likes {
    padding-right: 10px;
}

.blog-card a.more {
    display: block;
    text-align: right;
    margin-top: 10px;
    transition: transform .5s ease;
}

.blog-card a.more i {
    transition: transform .5s ease;
}

.blog-card a.more:hover {
    -ms-transform: translateX(-6px);
        transform: translateX(-6px);
}

.blog-card a.more:hover i {
    -ms-transform: translateX(11px);
        transform: translateX(11px);
}

.owl-carousel .blog-card .blog-card-info {
    margin-bottom: 10px;
}

.owl-carousel .blog-card .blog-card-info a {
    font-size: 14px;
    font-weight: normal;
}

.owl-carousel .blog-card h4.blog-card-header {
    font-size: 24px;
    font-weight: bold;
}

/* Pagination */
.pagination-wrap {
    text-align: right;
    margin-top: 20px;
}

.pagination-wrap ul.pagination {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0;
}

.pagination-wrap ul.pagination li {
    display: inline;
}

.pagination-wrap ul.pagination li a {
    font-weight: bold;
    color: #757575;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    margin: 3px;
    transition: background-color .3s;
    background: none;
    border: none;
}

.pagination-wrap ul.pagination li a.active {
    background-color: #f46c93;
    color: #fff;
}

.pagination-wrap ul.pagination li a.disabled {
    opacity: 0.8;
    cursor: default;
}

.pagination-wrap ul.pagination li a:hover:not(.active):not(.disabled) {
    background-color: #ece8f3;
}

/* Single blog post */
.single-post .post-thumbnail-wrap img.post-thumbnail {
    border-radius: 4px;
    margin-bottom: 40px;
}

.single-post .post-tags {
    margin-top: 30px;
}

.single-post .post-author {
    margin: 30px 0;
    min-height: 140px;
}

.single-post .post-author .author-avatar {
    float: left;
    width: 100px;
}

.single-post .post-author .author-avatar img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.single-post .post-author .author-description {
    padding-left: 120px;
}

.single-post .post-author .author-description .author-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
}

.single-post .post-author .author-description .author-bio {
    margin: 5px auto;
    color: #757575;
}

/* Related posts section */
.related-posts-section {
    margin: 30px auto;
}

.related-posts-section h3 {
    margin-left: 15px;
}

/* Sidebar */
.sidebar {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
}

.sidebar .sidebar-widget {
    padding: 10px 20px;
}

.sidebar .sidebar-widget.sidebar-top {
    background-color: #ece8f3;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    padding: 0;
}

/* Quote */
.quote-wrap {
    margin: 20px auto;
    position: relative;
}

.quote-wrap:after {
    content: '';
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
    width: 100px;
    height: 100px;
    background-image: url("../image/quote-dark-gray.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 80px;
}

.quote-wrap .quote {
    position: relative;
    padding: 20px 20px 20px 120px;
    color: #333;
}

.quote-wrap .quote .quote-text {
    display: block;
    font-size: 28px;
    font-style: italic;
    line-height: 28px;
}

.quote-wrap .quote .quote-author {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    font-style: italic;
}

/* ---------------------------
  5. PORTFOLIO
  --------------------------*/
.portfolio-section {
    overflow: hidden;
}

.portfolio-section .portfolio-filters {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-section .portfolio-filters > ul {
    display: inline-block;
    border-top: 2px solid rgba(130, 130, 130, 0.5);
    border-radius: 2px;
}

@media (max-width: 992px) {
    .portfolio-section .portfolio-filters > ul {
        border-top: none;
    }
}

.portfolio-section .portfolio-filters > ul > li.portfolio-filter {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    transition: all .5s ease;
    margin-left: 15px;
    margin-right: 15px;
}

.portfolio-section .portfolio-filters > ul > li.portfolio-filter:first-of-type {
    margin-left: 0;
}

.portfolio-section .portfolio-filters > ul > li.portfolio-filter:last-of-type {
    margin-right: 0;
}

.portfolio-section .portfolio-filters > ul > li.portfolio-filter:hover {
    cursor: pointer;
    color: #f46c93;
}

.portfolio-section .portfolio-filters > ul > li.portfolio-filter.active {
    color: #f46c93;
}

.portfolio-section .portfolio-filters > ul > li.portfolio-filter:before {
    transition: all .5s ease;
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    border-top: 2px solid #f46c93;
    margin-top: -2px;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px 0 rgba(244, 108, 147, 0.75);
    opacity: 0;
}

@media (max-width: 992px) {
    .portfolio-section .portfolio-filters > ul > li.portfolio-filter:before {
        display: none;
    }
}

.portfolio-section .portfolio-filters > ul > li.portfolio-filter.active:before {
    opacity: 1;
}

.portfolio-section .portfolio-masonry, .portfolio-section .portfolio-grid {
    margin-left: auto;
    margin-right: auto;
}

.portfolio-section .portfolio-grid-2-columns > .portfolio-item {
    width: 580px;
    height: 580px;
}

.portfolio-section .portfolio-grid-3-columns > .portfolio-item {
    width: 380px;
    height: 380px;
}

.portfolio-section .portfolio-grid-4-columns > .portfolio-item {
    width: 285px;
    height: 285px;
}

.portfolio-section .portfolio-masonry-2-columns > .grid-sizer {
    width: 50%;
}

.portfolio-section .portfolio-masonry-2-columns > .portfolio-item {
    width: 50%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.portfolio-section .portfolio-masonry-2-columns > .portfolio-item.size-3 {
    width: 100%;
    height: auto;
}

.portfolio-section .portfolio-masonry-3-columns > .grid-sizer {
    width: 33.33333%;
}

.portfolio-section .portfolio-masonry-3-columns > .portfolio-item {
    width: 33.33333%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.portfolio-section .portfolio-masonry-3-columns > .portfolio-item.size-3 {
    width: 100%;
    height: auto;
}

.portfolio-section .portfolio-masonry-4-columns > .grid-sizer {
    width: 25%;
}

.portfolio-section .portfolio-masonry-4-columns > .portfolio-item {
    width: 25%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.portfolio-section .portfolio-masonry-4-columns > .portfolio-item.size-3 {
    width: 100%;
    height: auto;
}

.portfolio-section .portfolio-full-width-large-images > .portfolio-item,
.portfolio-section .portfolio-full-width-medium-images > .portfolio-item,
.portfolio-section .portfolio-full-width-small-images > .portfolio-item {
    margin-bottom: 0;
}

.portfolio-section .portfolio-full-width-large-images > .portfolio-item .portfolio-item-image,
.portfolio-section .portfolio-full-width-medium-images > .portfolio-item .portfolio-item-image,
.portfolio-section .portfolio-full-width-small-images > .portfolio-item .portfolio-item-image {
    border-radius: 0;
}

.portfolio-section .portfolio-full-width-large-images > .portfolio-item .portfolio-item-image:after,
.portfolio-section .portfolio-full-width-medium-images > .portfolio-item .portfolio-item-image:after,
.portfolio-section .portfolio-full-width-small-images > .portfolio-item .portfolio-item-image:after {
    border-radius: 0;
    border-color: transparent;
}

.portfolio-section .portfolio-full-width-large-images > .portfolio-item:hover .portfolio-item-image:after,
.portfolio-section .portfolio-full-width-medium-images > .portfolio-item:hover .portfolio-item-image:after,
.portfolio-section .portfolio-full-width-small-images > .portfolio-item:hover .portfolio-item-image:after {
    border-radius: 0;
    border-color: transparent;
}

.portfolio-section .portfolio-full-width-large-images > .grid-sizer {
    width: 50%;
}

.portfolio-section .portfolio-full-width-large-images > .portfolio-item {
    width: 50%;
    height: auto;
}

.portfolio-section .portfolio-full-width-large-images > .portfolio-item.size-2 {
    width: 100%;
    height: auto;
}

.portfolio-section .portfolio-full-width-medium-images > .grid-sizer {
    width: 25%;
}

.portfolio-section .portfolio-full-width-medium-images > .portfolio-item {
    width: 25%;
    height: auto;
}

.portfolio-section .portfolio-full-width-medium-images > .portfolio-item.size-2 {
    width: 50%;
    height: auto;
}

.portfolio-section .portfolio-full-width-small-images > .grid-sizer {
    width: 20%;
}

.portfolio-section .portfolio-full-width-small-images > .portfolio-item {
    width: 20%;
    height: auto;
}

.portfolio-section .portfolio-full-width-small-images > .portfolio-item.size-2 {
    width: 40%;
    height: auto;
}

.portfolio-section .portfolio-item {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    outline: 0;
    float: left;
}

.portfolio-section .portfolio-item .portfolio-item-image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.portfolio-section .portfolio-item .portfolio-item-image img {
    display: block;
    overflow: hidden;
    z-index: 1;
    /* easeInSine */
    transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
    width: 100%;
    height: auto;
}

.portfolio-section .portfolio-item .portfolio-item-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, #f46c93, #2f2442);
    opacity: 0;
    border-radius: 4px;
    transition: all .3s;
}

.portfolio-section .portfolio-item .portfolio-item-text {
    width: 100%;
    position: absolute;
    top: calc(50% - 50px);
    text-align: center;
    color: #fff;
    z-index: 3;
}

.portfolio-section .portfolio-item .portfolio-item-text .portfolio-item-description, .portfolio-section .portfolio-item .portfolio-item-text .portfolio-item-name, .portfolio-section .portfolio-item .portfolio-item-text .portfolio-item-link {
    display: block;
    opacity: 0;
    transition: all .5s ease;
}

.portfolio-section .portfolio-item .portfolio-item-text .portfolio-item-description {
    -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    font-size: 16px;
    font-weight: 400;
}

.portfolio-section .portfolio-item .portfolio-item-text .portfolio-item-name {
    -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    font-size: 20px;
    font-weight: 600;
}

.portfolio-section .portfolio-item .portfolio-item-text .portfolio-item-link {
    -ms-transform: translateY(20px);
        transform: translateY(20px);
    padding-top: 10px;
    font-size: 32px;
    font-weight: 600;
}

.portfolio-section .portfolio-item:hover .portfolio-item-image:after {
    background: linear-gradient(to bottom, #f46c93, #2f2442);
    opacity: .85;
}

.portfolio-section .portfolio-item:hover .portfolio-item-description, .portfolio-section .portfolio-item:hover .portfolio-item-name, .portfolio-section .portfolio-item:hover .portfolio-item-link {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
}

/* ---------------------------
  6. SPECIAL PAGES
  --------------------------*/
/* 6.1 Coming soon */
.coming-soon-section {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

@media (max-width: 470px) {
    .coming-soon-section {
        overflow-y: scroll;
    }
}

.coming-soon-wrap {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index: 3;
    position: relative;
}

.coming-soon-container {
    display: table-cell;
    vertical-align: middle;
}

.coming-soon-container h2.section-title {
    color: #f46c93;
}

.coming-soon-container .section-subtitle {
    font-weight: 900;
}

.coming-soon-countdown {
    margin-bottom: 40px;
}

.coming-soon-countdown .countdown-section {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.coming-soon-countdown .countdown-section span.countdown-period,
.coming-soon-countdown .countdown-section span.countdown-amount {
    display: block;
}

.coming-soon-countdown .countdown-section span.countdown-amount {
    font-size: 42px;
    font-weight: bold;
    color: #f46c93;
}

/* 6.2 404 page */
.page-404-section {
    background-color: #2f2442;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-x: hidden;
    z-index: 1;
    padding: 0;
}

.page-404-section h2, .page-404-section p {
    color: #fff;
}

.page-404-text-wrap {
    height: 100vh;
    display: table;
    vertical-align: middle;
}

.page-404-text-wrap .page-404-text {
    display: table-cell;
    vertical-align: middle;
}

.page-404-text-wrap .page-404-text h2 {
    font-size: 48px;
    color: #f7f7f7;
}

.page-404-text-wrap .page-404-text p {
    font-size: 22px;
    margin: 5px 0 25px;
    color: #f7f7f7;
}

#ufo svg {
    display: block;
    height: 100vh;
    margin: auto;
    padding-bottom: 25px;
}

/* Numbers animation */
#number1 {
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    animation: numbers 2.5s linear infinite alternate;
}

#number2 {
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    animation: numbers 2.2s linear infinite alternate;
}

#number3 {
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    animation: numbers 2.1s linear infinite alternate;
}

@keyframes numbers {
    to {
        transform: translateY(15px);
    }
}

/* Spotlights animation */
#spotlight1 #circle1, #spotlight2 #circle1_1_,
#spotlight3 #circle1_2_, #spotlight4 #circle1_3_,
#spotlight5 #circle1_4_ {
    fill: #eeffcf;
    opacity: 0;
    animation: spotlight 1s linear infinite alternate;
}

#spotlight1 #circle1 {
    animation-delay: -1s;
}

#spotlight2 #circle1_1_ {
    animation-delay: -0.5s;
}

#spotlight3 #circle1_2_ {
    animation-delay: -0.66666s;
}

#spotlight4 #circle1_3_ {
    animation-delay: -0.75s;
}

#spotlight5 #circle1_4_ {
    animation-delay: -0.8s;
}

@keyframes spotlight {
    to {
        opacity: 1;
    }
}

/* Stars animation */
#star1 {
    animation: blinker 2.1s linear infinite;
}

#star2 {
    animation: blinker 2.2s linear infinite;
}

#star3 {
    animation: blinker 2.3s linear infinite;
}

#star4 {
    animation: blinker 2.4s linear infinite;
}

#star5 {
    animation: blinker 2.5s linear infinite;
}

#star6 {
    animation: blinker 2.6s linear infinite;
}

#star7 {
    animation: blinker 2.7s linear infinite;
}

#star8 {
    animation: blinker 2.8s linear infinite;
}

#star9 {
    animation: blinker 2.9s linear infinite;
}

#star10 {
    animation: blinker 3s linear infinite;
}

#star11 {
    animation: blinker 3.1s linear infinite;
}

#star12 {
    animation: blinker 3.2s linear infinite;
}

#star13 {
    animation: blinker 3.3s linear infinite;
}

#star14 {
    animation: blinker 3.4s linear infinite;
}

/* Light animation */
#light3 {
    animation: light-3 2s linear infinite alternate;
}

@keyframes light-3 {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 0.7;
    }
}

#light2 {
    animation: light-2 2s linear infinite alternate;
}

@keyframes light-2 {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 0.4;
    }
}

#light1 {
    animation: light-1 2s linear infinite alternate;
}

@keyframes light-1 {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 0.6;
    }
}

/* Space ship animation */
#spaceship, #alien, #lightRing {
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    animation: spaceship 2s linear infinite alternate;
}

@keyframes spaceship {
    to {
        transform: translateY(2px);
    }
}

/* ---------------------------
  7. Cookie Consent
  --------------------------*/
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    border-radius: 0;
}

.cookies p {
    line-height: 2;
}

.cookies p.text-center {
    text-align: center;
}

/* ---------------------------
  8. Info block
  --------------------------*/
.rocket-info-box {
    position: relative;
    display: block;
    padding: 20px;
    padding-right: 40px;
    padding-left: 70px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    color: #fff;
}

.rocket-info-box.success {
    background-color: #5cb85c;
}

.rocket-info-box.danger {
    background-color: #d9534f;
}

.rocket-info-box.rocket-info-box-noicon {
    padding-left: 40px;
}

.rocket-info-box .rocket-info-box-icon {
    position: absolute;
    display: block;
    margin-top: -3px;
    margin-left: -45px;
    font-size: 2rem;
    line-height: 1;
}

.rocket-info-box .rocket-info-box-close-btn {
    display: block;
    float: right;
    margin-right: -20px;
    cursor: pointer;
}

/* ---------------------------*/
/* Demo page styles */
#demo-portfolio-carousel .owl-stage {
    margin-top: 20px;
}

#demo-portfolio-carousel .owl-item .demo-portfolio-img {
    position: relative;
    border-radius: 4px;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    z-index: 1;
    transition: all .5s ease;
}

#demo-portfolio-carousel .owl-item .demo-portfolio-img img {
    -webkit-filter: grayscale(85%);
            filter: grayscale(85%);
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    transition: all .5s ease;
    border-radius: 4px;
}

#demo-portfolio-carousel .owl-item.active.center .demo-portfolio-img img {
    -webkit-filter: none;
            filter: none;
    -ms-transform: none;
        transform: none;
}

.widget.categories-widget ul.categories div span.count {
    font-weight: 700;
    background: #f46c93;
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-top: -4px;
    border-radius: 4px;
    padding: 0 5px;
    min-width: 30px;
	float: right;
    margin-left: 5px;
}