/*!
  Theme Name: PisSaas
  Theme URI: http://saaspik.pixelsigns.art/saaspik/
  Author: PixelSigns
  Author URI: http://www.pixelsigns.co/
  Description: Software, App, SaaS landing HTML Template
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: pixsaas
  Tags: game,business,coporate,startup
  */
/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Base
  # Sections
    ## Page Loader
    ## Header
    ## Banner
    ## Section Title
    ## Icon Box
    ## Editor
    ## Genera Informes
    ## Revolutionize
    ## Testimonial
    ## Pricing
    ## Team
    ## Faq's
    ## Logo Carousel
    ## Call To Action
    ## Funfact
    ## Newsletter
    ## Page Banner
    ## About
    ## Service
    ## Contact Us
    ## Portfolio
    ## Blog
    ## Widget
    ## Sign
    ## Error
    ## Footer

  --------------------------------------------------------------*/
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
/* Front */

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #005B7B;
    overflow-x: hidden;
}

svg {
    display: block;
}

a,
button,
input,
textarea,
button,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button {
    cursor: pointer;
    outline: 0;
}

input,
textarea,
select {
    width: 100%;
    padding: 10px 12px;
    outline: 0;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #0EC99D;
}

a:hover {
    color: #005B7B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    margin-top: 0;
    font-weight: 900;
}

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

.container-wrap {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

section {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1446px;
    }
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/
.pix-btn {
    min-width: 220px;
    padding: 11px 30px;
    background: #fa7070;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

.pix-btn.btn-round {
    border-radius: 4px;
}

.pix-btn.btn-four {
    background: linear-gradient(86.67deg, #0EC99D -0.89%, #00A0C4 98.51%);
    -webkit-box-shadow: none;
    box-shadow: none;

    padding: 18px 35px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 900;
}

.pix-btn.btn-four:hover {
    box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.pix-btn.btn-round {
    border-radius: 36px;
}

.pix-btn.btn-light {
    color: #005B7B;
    background: #F5F6FD;
}

.pix-btn.btn-light:hover {
    background: #E2E4F5;
    color: #005B7B;
    box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.15);
}

.pix-btn .btn-icon {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

/* Back To Top */
.return-to-top {
    position: fixed;
    bottom: -30px;
    right: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: bottom .5s ease, opacity .5s ease;
    -o-transition: bottom .5s ease, opacity .5s ease;
    transition: bottom .5s ease, opacity .5s ease;
}

.return-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    opacity: 1;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: inherit;
    -webkit-transition: opacity .6s ease, -webkit-transform .5s ease;
    transition: opacity .6s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .6s ease;
    transition: transform .5s ease, opacity .6s ease;
    transition: transform .5s ease, opacity .6s ease, -webkit-transform .5s ease;
}

.return-to-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: inherit;
}

.return-to-top > i {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #fff, 0px 50px #fff;
    -webkit-transition: text-shadow .2s ease;
    -o-transition: text-shadow .2s ease;
    transition: text-shadow .2s ease;
    z-index: 1;
}

.return-to-top > i:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: solid 2px #fff;
    transform: rotate(135deg);
    border-top: 0;
    border-right: 0;
    top: 18px;
    left: 17px;
    position: absolute;
}

.return-to-top:hover:after {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    background: #fa7070;
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.return-to-top:hover > i {
    text-shadow: 0px -50px #fff, 0px 0px #fff;
}

.return-to-top.back-top {
    bottom: 20px;
    opacity: 1;
}

/*--------------------------------------------------------------
  ##  List
  --------------------------------------------------------------*/
.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-items li {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}

.list-items li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    background: #36CBF5;
    height: 8px;
    border-radius: 50%;
}

.list-items li:not(:last-child) {
    margin-bottom: 16px;
}

.list-items.color-two li:before {
    color: #7052fb;
}

.list-items.list-with-icon li:before {
    display: none;
}

.list-items.list-with-icon li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7052fb;
}

.list-items.list-icon-arrow li {
    padding-left: 25px;
}

.list-items.list-icon-arrow li:before {
    content: "\24";
    color: #36CBF5;
}

.engines-text {
    color: #669DB0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .list-items li {
        font-size: 18px;
    }

    .list-items li:not(:last-child) {
        margin-bottom: 0;
    }
}

@keyframes pixFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pixFadeDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pixFadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pixBounceIn {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pixFade {
    -webkit-animation-name: pixFade;
    animation-name: pixFade;
}

.pixFadeUp {
    -webkit-animation-name: pixFadeUp;
    animation-name: pixFadeUp;
}

.pixFadeDown {
    -webkit-animation-name: pixFadeDown;
    animation-name: pixFadeDown;
}

.pixFadeLeft {
    -webkit-animation-name: pixFadeLeft;
    animation-name: pixFadeLeft;
}

.pixFadeRight {
    -webkit-animation-name: pixFadeRight;
    animation-name: pixFadeRight;
}

.pixZoomIn {
    -webkit-animation-name: pixZoomIn;
    animation-name: pixZoomIn;
}

.pixBounceIn {
    -webkit-animation-name: pixBounceIn;
    animation-name: pixBounceIn;
}

.zoomIn {
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
}

@-webkit-keyframes jumping {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes jumping {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@-webkit-keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveclouds {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
        transform: translate3d(-10px, -10px, 0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(30px, 0px, 0);
        transform: translate3d(30px, 0px, 0);
        opacity: 1;
    }
}

@keyframes moveclouds {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
        transform: translate3d(-10px, -10px, 0);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate3d(-20px, 20px, 0);
        transform: translate3d(-20px, 20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(30px, 0px, 0);
        transform: translate3d(30px, 0px, 0);
        opacity: 1;
    }
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.page-loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-loader svg {
    display: none;
}

.blobs {
    -webkit-filter: url(#goo);
    filter: url(#goo);
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #36CBF5;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    -webkit-box-shadow: 0 -10px 40px -5px #36CBF5;
    box-shadow: 0 -10px 40px -5px #36CBF5;
}

.blob {
    position: absolute;
    background: #36CBF5;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    -ms-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
}

.blob:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.blob:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.blob:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.blob:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.blob:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
        transform: scale(0) translate(calc(-330px - 50%), -50%);
    }
    1% {
        opacity: 1;
    }
    35%,
    65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
        transform: scale(0) translate(calc(330px - 50%), -50%);
    }
}

@-webkit-keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

@keyframes blob-grow {
    0%,
    39% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    40%,
    42% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    43%,
    44% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    45%,
    46% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    47%,
    48% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    52% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    54% {
        -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
        transform: scale(1.7, 1.6) translate(-50%, -50%);
    }
    58% {
        -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
        transform: scale(1.8, 1.7) translate(-50%, -50%);
    }
    68%,
    70% {
        -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
        transform: scale(1.7, 1.5) translate(-50%, -50%);
    }
    78% {
        -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
        transform: scale(1.6, 1.4) translate(-50%, -50%);
    }
    80%,
    81% {
        -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
        transform: scale(1.5, 1.4) translate(-50%, -50%);
    }
    82%,
    83% {
        -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
        transform: scale(1.4, 1.3) translate(-50%, -50%);
    }
    84%,
    85% {
        -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
        transform: scale(1.3, 1.2) translate(-50%, -50%);
    }
    86%,
    87% {
        -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
        transform: scale(1.2, 1.1) translate(-50%, -50%);
    }
    90%,
    91% {
        -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
        transform: scale(1, 0.9) translate(-50%, -50%);
    }
    92%,
    100% {
        -webkit-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
}

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/
.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .header-inner {
    position: relative;
}

.site-header .header-inner .site-logo a {
    display: block;
    max-width: 237px;
}

.site-header .header-inner .site-logo a img {
    width: 100%;
}

.site-header .header-inner .site-logo a .sticky-logo {
    display: none;
}

.site-header .header-inner .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header .header-inner .site-nav .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.site-header .header-inner .site-nav .menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.site-header .site-mobile-logo {
    display: none;
}

.site-header .site-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .site-main-menu li {
    margin: 0 23px;
    position: relative;
    padding: 36px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .site-main-menu li:last-child {
    margin-right: 0;
}

.site-header .site-main-menu li > a {
    color: #005B7B;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 5px 15px;
    line-height: 1.2;
}

.site-header .site-main-menu li > a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0;
}

.site-header.header-eight .toggle-menu .bar {
    background: #005B7B;
}

.site-header.header-eight .header-inner .site-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header.header-eight .site-main-menu li > a {
    color: #005B7B;
    border-radius: 25px;
    white-space: nowrap;
}

.site-header.header-eight .site-main-menu li > a:hover {
    background: #E2E4F5;
}

.site-header.header-eight .site-main-menu li > a:hover:after {
    background: #36CBF5;
}

.site-header.header-eight .site-main-menu li > a:focus,
.site-header.header-eight .site-main-menu li > a:active {
    background: #E2E4F5;
    box-shadow: inset 0px 3px 4px rgba(0, 91, 123, 0.15)
}

.site-header.header-eight .site-main-menu li .sub-menu li a:hover, .site-header.header-eight .site-main-menu li .sub-menu li a.current_page {
    color: #36CBF5;
}

.logo-sticky {
    display: none;
}

.pix-header-fixed {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 500;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    background: #fff;
}

.pix-header-fixed .header-inner .site-logo {
    padding: 18px 0;
    min-width: 180px;
}

.pix-header-fixed .header-inner .site-logo .logo-sticky {
    display: block;
}

.pix-header-fixed .header-inner .site-logo .logo-main {
    display: none;
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
    background: transparent;
    color: #fa7070;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fa7070;
}

.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #fa7070;
    color: #fff;
}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn,
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
    border-color: #7052fb;
    color: #7052fb;
}

.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn:hover,
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {
    background: #7052fb;
    color: #fff;
    border-color: #7052fb;
}

.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a:hover, .pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a.current_page {
    color: #7052fb;
}

.pix-header-fixed .site-main-menu li {
    padding: 28px 0;
}

.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #333;
}

.site-header.header-eight.pix-header-fixed .site-main-menu li a {
    color: #005B7B;
}

.site-header.header-eight.pix-header-fixed .site-main-menu li a:hover {
    background-color: #E2E4F5;
}

.pix-header-fixed .site-main-menu li a:after {
    display: none;
}

.pix-header-fixed .site-main-menu li a:hover, .pix-header-fixed .site-main-menu li a.current_page {
    color: #fa7070;
}

.pix-header-fixed .site-main-menu li a:hover:before, .pix-header-fixed .site-main-menu li a:hover:after, .pix-header-fixed .site-main-menu li a.current_page:before, .pix-header-fixed .site-main-menu li a.current_page:after {
    background: #fa7070;
}

.pix-header-fixed .site-logo .main-logo {
    display: none;
}

.pix-header-fixed .site-logo .sticky-logo {
    display: block;
}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn {
    color: #7052fb;
    border: 2px solid #7052fb;
}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #7052fb;
    border-color: #7052fb;
    color: #fff;
}

.mask-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3333;
    top: 0;
    left: 0;
}

.close-menu {
    display: none;
}

.home-color-two .return-to-top:hover:after {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    background: #7052fb;
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15);
}

.home-color-two .return-to-top:hover > i {
    text-shadow: 0px -50px #fff, 0px 0px #fff;
}

@media (max-width: 991px) {
    .toggle-menu {
        position: absolute;
        left: 0;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 24px;
    }

    .toggle-menu .bar {
        width: 18px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    .toggle-menu .bar:nth-child(2) {
        width: 24px;
    }

    .site-header .header-inner {
        text-align: center;
        padding: 15px 0;
    }

    .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px;
    }

    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }

    .site-header .site-mobile-logo {
        display: block;
    }

    .site-header .site-main-menu li {
        margin: 0 15px;
    }

    .site-header .site-logo {
        display: none;
    }

    .site-header.header-two.toggle-light .toggle-menu .bar {
        background: #fff;
    }

    .site-header.header-five .toggle-menu .bar, .site-header.header-six .toggle-menu .bar {
        background: #333;
    }

    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: #fff;
        top: 0;
        left: -100%;
        display: block !important;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .site-header .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        text-align: left;
    }

    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #f1f2f3;
    }

    .site-header .site-nav .site-main-menu li:first-child {
        border-top: 1px solid #f1f2f3;
    }

    .site-header .site-nav .site-main-menu li a {
        display: block;
        color: #888888;
        padding: 6px 35px;
        font-weight: 400;
    }

    .site-header .site-nav .site-main-menu li a:after {
        display: none;
    }

    .header-inner .site-mobile-logo img {
        max-height: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 2px;
        padding: 30px 20px;
    }

    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }

    .close-menu span {
        font-size: 15px;
    }

    .header-dark .toggle-menu .bar {
        background: #2b2350;
    }
}

@media (max-width: 420px) {
    .site-header .site-nav {
        width: 100% !important;
    }
}

/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/
.banner {
    position: relative;
}

.banner .banner-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner.banner-eight {
    position: relative;
    min-height: calc(100vh - 100px);
    display: flex;
    /*align-items: center;*/
}

.banner.banner-eight:not(.inner-page):not(.custom-banner):before {
    content: "";
    position: absolute;
    background: url("../img/main-bg.svg") no-repeat top/cover;
    top: 95px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.bg-section {
    content: "";
    /*background: url("../img/main-bg-full.svg") no-repeat 0 95px/cover;*/
    top: 95px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

@media (max-width: 991px) {
    .banner.banner-eight {
        height: auto;
    }

    .banner.banner-eight:before {
        width: 100%;
        left: 0;
    }
}

.banner.banner-eight .banne-content-wrapper-eight {
    position: relative;
    z-index: 222;
}

@media (max-width: 991px) {
    .banner.banner-eight .banne-content-wrapper-eight {
        padding-top: 120px;
    }
}

.banner.banner-eight .banne-content-wrapper-eight .banner-title {
    font-size: 48px;
    font-weight: bold;
    color: #005B7B;
    line-height: 50px;
    margin-bottom: 34px;
}

.banner.banner-eight .banne-content-wrapper-eight .banner-title span {
    font-size: 38px;
    font-weight: 300;
    display: block;
}

@media (max-width: 1200px) {
    .banner.banner-eight .banne-content-wrapper-eight .banner-title {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .banner.banner-eight .banne-content-wrapper-eight .banner-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .banner.banner-eight .banne-content-wrapper-eight .banner-title {
        font-size: 36px;
    }
}

.banner.banner-eight .banne-content-wrapper-eight .banner-title span {
    font-weight: 300;
}

.banner.banner-eight .banne-content-wrapper-eight p {
    margin-bottom: 40px;
    font-size: 16px;
    color: #669DB0;
}

.banner.banner-eight .banne-content-wrapper-eight .banner-button-container {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.banner.banner-eight .banne-content-wrapper-eight .banner-button-container .banner-btn {
    padding: 18px 35px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 900;
}

.banner.banner-eight .banne-content-wrapper-eight .banner-button-container .banner-btn .btn-icon,
.footer-btn .btn-icon {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.banner.banner-eight .banner-six-promo-image {
    position: relative;
}

@media (max-width: 991px) {
    .banner.banner-eight .banner-six-promo-image.text-right {
        text-align: center !important;
    }
}

@media (max-width: 1400px) {
    .banner.banner-eight .banner-six-promo-image {
        padding-top: 130px;
    }
}

@media (max-width: 991px) {
    .banner.banner-eight .banner-six-promo-image {
        padding-top: 50px;
        max-width: 480px;
        margin: 0 auto;
    }
}

.banner.banner-eight .banner-six-promo-image img {
    position: relative;
    z-index: 22;
}

/*--------------------------------------------------------------
  ##  Section Title
  --------------------------------------------------------------*/
.section-title {
    margin-bottom: 70px;
}

.section-title .sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fa7070;
    letter-spacing: 3px;
}

.section-title .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #005B7B;
    margin-bottom: 32px;
}

.section-title .title span {
    color: #005B7B;
    display: block;
    white-space: nowrap;
}

.section-title.style-five {
    margin-bottom: 25px;
}

.section-title.style-five .sub-title {
    color: #5BB324;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 13px;
}

.section-title.style-five .title {
    font-size: 48px;
    color: #005B7B;
    font-weight: bold;
    max-width: 700px;
    margin: 0 auto;
}

.how-works-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.how-works-list li {
    font-size: 18px;
    line-height: 28px;
    color: #669DB0;
    margin-bottom: 30px;
}

.how-works-list li:last-child {
    margin-bottom: 0;
}

.footer-app {
    background-color: #005B7B;
}

@media (max-width: 991px) {
    .section-title.style-five .title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .section-title.style-five .title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .section-title {
        margin-bottom: 50px;
    }

    .section-title .title {
        font-size: 32px;
    }

    .section-title p br {
        display: none;
    }

    .section-title.style-two p {
        margin-top: 13px;
    }

    .section-title.style-two p br {
        display: none;
    }

    .section-title .title-two {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 28px;
    }

    .section-title .title br {
        display: none;
    }
}

/*--------------------------------------------------------------
  ##  Icon Box
  --------------------------------------------------------------*/

.saaspik-icon-box-wrapper {
    margin-bottom: 30px;
}

.saaspik-icon-box-wrapper .saaspik-icon-box-icon {
    margin-bottom: 32px;
    min-height: 60px;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a {
    color: #2b2350;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content .pixsass-icon-box-title a:hover {
    color: #fa7070;
}

.saaspik-icon-box-wrapper .pixsass-icon-box-content p {
    margin: 0;
}

.saaspik-icon-box-wrapper.style-two {
    margin-bottom: 88px;
}

.saaspik-icon-box-wrapper.style-ten {
    padding: 50px 40px;
    height: calc(100% - 30px);
    border-radius: 10px;
    background: rgba(54, 203, 245, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.saaspik-icon-box-wrapper.style-ten .pixsass-icon-box-content .pixsass-icon-box-title {
    margin-bottom: 15px;
}

.saaspik-icon-box-wrapper.style-ten .pixsass-icon-box-content p {
    margin-bottom: 30px;
    font-size: 17px;
}

.teams-four {
    padding: 0 0 40px;
}

.teams-four .section-title {
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .teams-four {
        padding: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .teams-four .section-title {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .teams-four {
        padding: 30px 0;
    }
}

.what-give-wrapper {
    background: url('../img/what-give-bg.svg') no-repeat right/contain, linear-gradient(273.94deg, #36CBF5 13.57%, #26BCE7 91.63%);
    border-radius: 30px;
    padding: 60px;
}

@media (max-width: 575px) {
    .what-give-wrapper {
        padding: 20px 30px;
    }
}

.what-give {
    margin: 150px 0;
    color: #fff;
}

@media (max-width: 767px) {
    .what-give {
        margin: 80px 0;
    }
}

@media (max-width: 575px) {
    .what-give {
        margin: 30px 0;
    }
}

.what-give-title {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .what-give-title {
        font-size: 30px;
        line-height: 1.2;
    }
}

.what-give-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.what-give-text:not(:last-child) {
    margin-bottom: 15px;
}

.engines {
    color: #005B7B;
    text-align: center;
}

.engines:not(:last-child) {
    margin-bottom: 98px;
}

.engines .section-title {
    margin-bottom: 48px;
}

@media all and (max-width: 1200px) {
    .engines:not(:last-child) {
        margin-bottom: 100px;
    }
}

@media all and (max-width: 767px) {
    .engines .section-title {
        margin-bottom: 40px;
        order: -1;
    }
}

/*--------------------------------------------------------------
  ##  Faq's
  --------------------------------------------------------------*/

.faqs {
    padding: 50px 0 80px 0;
}

.card {
    border: 0;
    background: transparent;
}

.card .card-header {
    background-color: transparent;
    border: 0;
    border-radius: 6px;
}

.card .card-header .btn-link {
    padding: 0;
    color: #2b2350;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.card .card-body {
    padding: 0;
}

.card .card-body p {
    font-size: 16px;
    margin-bottom: 25px;
}

.faq {
    position: relative;
    z-index: 2;
}

.faq .card {
    box-sizing: border-box;
    background: #FFF;
    border: 2px solid #E2E4F5;
    border-radius: 20px;
    margin-bottom: 24px;
}

.faq .card .card-header {
    padding: 0;
}

.faq .card .card-header h5 {
    position: relative;
    margin: 0;
}

.faq .card .card-header .btn-link {
    color: #005B7B;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    width: 100%;
    padding: 34px 120px;
    line-height: 1.2;
}

.faq .card .card-header {
    position: relative;
}

.faq .card .card-header .arrow {
    content: '';
    width: 18px;
    height: 20px;
    background: url(../img/faq-icon.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 52px;
    transition: all .3s;
}

.faq .card.active .card-header .arrow {
    background: url(../img/faq-icon-active.svg) no-repeat center/contain;
    transform: translateY(-50%) rotate(-180deg);
}

.faq .card .card-body {
    padding: 0 120px 34px;
}

.faq .card .card-body p {
    font-size: 16px;
    margin-bottom: 0;
    color: #76788A;
}

.faq .card.active .card-header .btn-link {
    color: #0EC99D;
}

.faq .card .card-number {
    position: absolute;
    top: 50%;
    left: 52px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #005B7B;
    transition: 0.2s ease;
    font-weight: 900;
}

.faq .card.active .card-number {
    color: #0EC99D;
}

.faq-forms {
    padding-top: 120px;
}

.faq-forms .section-title {
    margin-bottom: 50px;
}

.faq-forms {
    max-width: 830px;
    margin: 0 auto;
}

#faq, #about {
    padding-top: 90px;
}

@media (max-width: 991px) {
    #faq {
        padding: 80px 0 50px;
    }

    .faq-two {
        margin-bottom: 30px;
    }

    .faq-section-two {
        padding-top: 65px;
    }

    .faq-section {
        padding-top: 75px;
    }

    .faqs {
        padding: 80px 0;
    }

    .faq-forms {
        padding-top: 78px;
    }
}

@media (max-width: 768px) {
    #faq {
        padding: 50px 0 20px;
    }

    .faq .card .card-header h5:before {
        right: 20px;
    }

    .faq .card .card-header .btn-link {
        padding: 18px 60px;
    }

    .faq .card .card-body {
        padding: 0 60px 34px;
    }

    .faq .card .card-number {
        left: 20px;
    }

    .faq .card .card-header .arrow {
        right: 20px;
    }
}

@media (max-width: 576px) {
    .faq .card .card-header .btn-link {
        padding: 18px 30px 18px 50px;
        font-size: 18px;
    }

    .faq .card .card-header h5:before {
        right: 10px;
    }

    .faq .card .card-body {
        padding: 5px 20px 25px 50px;
    }

    .faq .card .card-number {
        font-size: 18px;
        left: 12px;
    }

    .faq .card .card-header .arrow {
        right: 12px;
    }
}

.blog-content {
    padding: 22px 45px 30px;
}

.blog-content .entry-title {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 32px;
    line-height: 30px;
}

.blog-content .entry-title a:hover {
    color: #fa7070;
}

.blog-content .read-more-ntn {
    font-size: 16px;
    font-weight: 500;
    color: #5BB324;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.blog-content .read-more-ntn i {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-content .read-more-ntn .read-more-ntn-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #5BB324;
    border-bottom: 2px solid #5BB324;
    transform: rotate(-45deg);
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-content .read-more-ntn:hover {
    color: #81ea3f;
}

.blog-content .read-more-ntn:hover i {
    margin-left: 8px;
}

.blog-content .read-more-ntn:hover .read-more-ntn-arrow {
    border-color: #81ea3f;
}

.color-two .blog-content .post-meta li a:hover {
    color: #7052fb;
}

.color-two .blog-content .entry-title a:hover {
    color: #7052fb;
}

.post-author {
    font-size: 16px;
    font-weight: 500;
    color: #656177;
}

.post-author img {
    border-radius: 50%;
    margin-right: 20px;
}

.post-author:hover {
    color: #7052fb;
}

.blog-post-archive {
    padding: 120px 0;
}

.post-post-grid {
    border-radius: 24px;
    background: #FFF;
    border: 2px solid #E2E4F5;
    box-shadow: 0 8px 0 #0EC99D, 0 30.49px 40.6534px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 40px;
}

.post-post-grid .feature-image img {
    width: 100%;
}

.post-post-grid .blog-content {
    padding: 34px;
}

.post-post-grid .blog-content .entry-title {
    margin: 8px 0 10px;
    line-height: 30px;
    height: 128px;
    max-height: 128px;
    overflow: hidden;
}

.post-post-grid .post-meta {
    list-style-type: none;
    padding: 0;
    margin: 0 0 12px;
}

.post-post-grid .post-meta a {
    color: #669DB0;
}

.post-post-grid .post-meta a:hover {
    text-decoration: underline;
}

.post-post-grid .entry-title a {
    color: #005B7B;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
}

.post-post-grid .entry-title a:hover {
    color: #0EC99D;
}

.blog-image {
    border-radius: 10px;
    overflow: hidden;
}

.widget:not(:last-child) {
    margin-bottom: 50px;
}

.widget .widget-title {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ebe3e3;
    padding-bottom: 13px;
    margin-bottom: 25px;
}


/*--------------------------------------------------------------
  ##  Page Banner
  --------------------------------------------------------------*/
.page-banner {
    text-align: center;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-banner .page-title {
    font-size: 50px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 30px auto 15px;
}

.page-banner .bradcurmed {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.page-banner .bradcurmed li {
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.page-banner .bradcurmed li:not(:last-child) {
    margin-right: 30px;
}

.page-banner .bradcurmed li:not(:last-child):before {
    content: "\35";
    font-family: eleganticons;
    position: absolute;
    right: -25px;
    top: 0;
}

.page-banner .bradcurmed li a {
    color: #2b2350;
    font-weight: 500;
}

.page-banner .bradcurmed li a:hover {
    color: #fa7070;
}

.page-banner .circle {
    position: absolute;
    top: -51%;
    left: -15%;
    z-index: 1;
}

.page-banner.blog-details-banner {
    height: 700px;
}

.page-banner.blog-details-banner .circle {
    position: absolute;
    top: -39%;
    left: -19%;
    z-index: 1;
}

.page-banner.blog-details-banner .page-title-wrapper {
    margin-top: 60px;
}

.page-banner.blog-details-banner .page-title {
    font-size: 40px;
    line-height: 54px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.page-banner.blog-details-banner .post-meta {
    position: relative;
    z-index: 22;
    padding: 0;
}

.page-banner.blog-details-banner .post-meta li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-transform: uppercase;
}

.page-banner.blog-details-banner .post-meta li:not(:last-child):after {
    position: absolute;
    content: '';
    right: -20px;
    top: 7px;
    width: 2px;
    height: 14px;
    background: #9997a3;
}

.page-banner.blog-details-banner .post-meta li a {
    color: #669DB0;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 5px;
}

.page-banner.blog-details-banner .post-meta li a:hover {
    color: #fa7070;
}

.page-banner.blog-details-banner .post-meta.color-theme {
    margin-bottom: 10px;
}

.page-banner.blog-details-banner .post-meta.color-theme li a {
    color: #fa7070;
}


/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

#footer .footer-inner {
    padding: 85px 0 62px;
}

#footer .widget.footer-widget .widget-title {
    color: #2b2350;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 68px;
    border-bottom: 0;
    padding-bottom: 0;
}

#footer .widget.footer-widget p {
    margin-bottom: 40px;
    max-width: 576px;
}

#footer .footer-menu {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

#footer .footer-menu li:not(:last-child) {
    margin-bottom: 10px;
}

#footer .footer-menu li a {
    display: block;
    color: #669DB0;
    font-weight: 400;
    line-height: 1.2;
}

#footer .footer-menu li a:hover {
    color: #fa7070;
}


#footer .footer-logo img {
    width: 274px;
}

@media screen and (max-width: 767px) {
    #footer .footer-logo img {
        width: auto;
    }
}

#footer .site-info {
    padding: 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    background-color: #00465F;
}

#footer .site-info p {
    margin: 0;
}

#footer .site-info p a {
    color: #fa7070;
    font-weight: 500;
}

#footer .site-info p a:hover {
    color: #f83f3f;
}

#footer.footer-two {
    background: #f8f7fc;
}

#footer.footer-two .footer-menu li a:hover {
    color: #7052fb;
}

#footer.footer-two .footer-social-link li a:hover {
    background: #7052fb;
    border-color: #7052fb;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

#footer.footer-two .site-info {
    border-color: #dad8e3;
}

#footer.footer-two .site-info p a {
    color: #7052fb;
}

#footer.footer-two .site-info p a:hover {
    color: #4720fa;
}

#footer.footer-two .footer-social-link li a {
    border-color: #dad8e3;
}

#footer.footer-two .site-info-menu li a:hover {
    color: #7052fb;
}

#footer.footer-three {
    position: relative;
}

#footer.footer-three .footer-inner {
    position: relative;
    z-index: 3;
}

#footer.footer-three .map-bg {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 0;
    width: 100%;
}

#footer.footer-four .site-info {
    background: #f8f2f2;
    border-top: 1px solid #e4d9d9;
    padding: 25px 0;
}

#footer.footer-four .site-info .site-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer.footer-five {
    background: #2c234d;
}

#footer.footer-five .widget.footer-widget .widget-title {
    color: #fff;
}

#footer.footer-five .widget p {
    color: #a39eb9;
}

#footer.footer-five .footer-menu li a {
    color: #a39eb9;
}

#footer.footer-five .footer-menu li a:hover {
    color: #7052fb;
}

#footer.footer-five .footer-social-link li a {
    border-color: #615a7e;
    color: #a39eb9;
}

#footer.footer-five .footer-social-link li a:hover {
    background: #7052fb;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
    border-color: #7052fb;
    color: #fff;
}

#footer.footer-five .site-info-menu li a {
    color: #9c99a7;
}

#footer.footer-five .site-info-menu li a:hover {
    color: #7052fb;
}

#footer.footer-five .site-info {
    border-color: #3d355b;
}

#footer.footer-five .site-info p {
    color: #9c99a7;
}

#footer.footer-five .site-info p a {
    color: #7052fb;
}

#footer.footer-tax-service {
    background: #f2f7fe;
    position: relative;
}

#footer.footer-tax-service .footer-inner {
    padding: 116px 0 175px;
}

#footer.footer-tax-service .email-info {
    color: #f97bc5;
    margin-bottom: 20px;
}

#footer.footer-tax-service .copyright-text a {
    color: #f97bc5;
}

#footer.footer-tax-service .footer-social-link li a {
    border-color: #d6dee9;
    color: #9198a4;
}

#footer.footer-tax-service .footer-social-link li a:hover {
    background: #f97bc5;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(235, 56, 160, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(235, 56, 160, 0.3);
    color: #fff;
}

#footer.footer-tax-service .footer-menu li a {
    color: #505064;
}

#footer.footer-tax-service .footer-menu li a:hover {
    color: #f97bc5;
}

#footer.footer-tax-service .footer-bottom-element .shape-element {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li {
    position: absolute;
    bottom: 0;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(2) {
    bottom: 0;
    left: 70px;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(3) {
    bottom: 0;
    left: 20px;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(4) {
    bottom: 20px;
    left: 40%;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(5) {
    bottom: 0;
    right: 120px;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(6) {
    bottom: 0;
    left: 200px;
}

#footer.footer-job-board {
    background-size: cover;
    background-position: center center;
}

#footer.footer-job-board .footer-inner {
    padding: 115px 0 85px;
}

@media (max-width: 991px) {
    #footer.footer-job-board .footer-inner {
        padding: 75px 0 45px;
    }
}

#footer.footer-job-board .widget.footer-widget .widget-title {
    color: #fff;
}

#footer.footer-job-board .footer-social-link {
    margin-bottom: 22px;
}

#footer.footer-job-board .footer-social-link li a {
    background: rgba(255, 255, 255, 0.078);
    border: 0;
    color: #fff;
}

#footer.footer-job-board .footer-social-link li a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(12, 118, 142, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(12, 118, 142, 0.2);
    color: #fd4d5c;
}

#footer.footer-job-board .footer-menu li:not(:last-child) {
    margin-bottom: 5px;
}

#footer.footer-job-board .footer-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

#footer.footer-job-board .footer-menu li a:hover {
    color: #fd4d5c;
}

#footer.footer-job-board .copyright-text {
    color: rgba(255, 255, 255, 0.502);
}

#footer.footer-job-board .copyright-text a {
    color: #fd4d5c;
}

#footer.footer-app .widget.footer-widget .widget-title {
    color: #fff;
}

#footer.footer-app .widget.widget-about {
    max-width: 240px;
}

#footer.footer-app .widget.widget-about p {
    color: #b5b3be;
    margin-bottom: 26px;
}

#footer.footer-app .widget.widget-about .footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

#footer.footer-app .footer-menu li:not(:last-child) {
    margin-bottom: 5px;
}

#footer.footer-app .footer-menu li a {
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

#footer.footer-app .footer-menu li a:hover {
    border-color: #fff;
}

#footer.footer-app .site-info {
    display: block;
    border-top-color: #2f3255;
    padding: 25px 0;
}

#footer.footer-app .site-info p {
    color: #fff;
    font-size: 16px;
}

.site-info-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-info-menu li {
    display: inline-block;
}

.site-info-menu li a {
    display: inline-block;
    color: #669DB0;
}

.site-info-menu li a:hover {
    color: #fa7070;
}

@media (max-width: 991px) {
    #footer .footer-inner {
        padding: 76px 0 22px;
    }

    #footer .site-info {
        padding: 21px 0;
    }

    #footer .widget.footer-widget {
        margin-bottom: 30px;
    }

    #footer .widget.footer-widget .widget-title {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    #footer .footer-menu {
        margin-bottom: 40px;
    }

    #footer .site-info {
        padding: 21px 0;
        display: block;
        text-align: center;
    }

    #footer.footer-four .copyright {
        margin-bottom: 20px;
    }

    #footer.footer-four .site-info .site-info-inner {
        display: block;
    }
}


@media (max-width: 991px) {
    .toggle-menu {
        position: absolute;
        left: 0;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 24px;
    }

    .toggle-menu .bar {
        width: 18px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    .toggle-menu .bar:nth-child(2) {
        width: 24px;
    }

    .site-header .header-inner {
        text-align: center;
        padding: 15px 0;
    }

    .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px;
    }

    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }

    .site-header .site-mobile-logo {
        display: block;
    }

    .site-header .site-main-menu li {
        margin: 0 15px;
    }

    .site-header .site-logo {
        display: none;
    }

    .site-header.header-two.toggle-light .toggle-menu .bar {
        background: #fff;
    }

    .site-header.header-five .toggle-menu .bar, .site-header.header-six .toggle-menu .bar {
        background: #333;
    }

    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: #fff;
        top: 0;
        left: -100%;
        display: block !important;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .site-header .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        text-align: left;
    }

    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #f1f2f3;
    }

    .site-header .site-nav .site-main-menu li:first-child {
        border-top: 1px solid #f1f2f3;
    }

    .site-header .site-nav .site-main-menu li a {
        display: block;
        color: #888888;
        padding: 6px 35px;
        font-weight: 400;
    }

    .site-header .site-nav .site-main-menu li a:after {
        display: none;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children {
        position: relative;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children:after {
        display: none;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children a:hover, .site-header .site-nav .site-main-menu li.menu-item-has-children:focus {
        color: #fa7070;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children i {
        position: absolute;
        top: 6px;
        right: 20px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        z-index: 222;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        width: auto;
        visibility: visible;
        background: transparent;
        padding: 0;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #f1f2f3;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li a {
        color: #888888;
        font-weight: 400;
        padding: 5px 35px 5px 45px;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 0;
        top: auto;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
        padding-left: 60px;
    }

    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
        content: "\33";
        color: #fff;
    }

    .site-header .site-nav .nav-right {
        display: none;
    }

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover, .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus {
        color: #7052fb;
    }

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover:after, .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus:after {
        color: #7052fb;
    }

    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:hover, .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:focus {
        color: #7052fb;
    }

    .site-header.header-two .toggle-menu .bar {
        background: #2b2350;
    }

    .header-inner .site-mobile-logo img {
        max-height: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .pix-header-fixed .toggle-menu {
        top: 30px;
    }

    .pix-header-fixed .toggle-menu .bar {
        background: #333;
    }

    .pix-header-fixed .site-main-menu li a {
        color: #fff;
    }

    .pix-header-fixed .site-main-menu li.menu-item-has-children:after {
        color: #fff;
    }

    .pix-header-fixed .header-inner .site-logo {
        padding: 12px 0;
    }

    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
        background: #000;
    }

    .sidebar-open .site-header .site-nav {
        left: 0;
    }

    .sidebar-open .menu-wrapper:before {
        opacity: 1;
        visibility: visible;
    }

    .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 2px;
        padding: 30px 20px;
        color: #888888;
    }

    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }

    .close-menu span {
        font-size: 15px;
    }

    .header-dark .toggle-menu .bar {
        background: #2b2350;
    }
}

@media (max-width: 420px) {
    .site-header .site-nav {
        width: 100% !important;
    }
}

.feature {
    display: flex;
    margin-bottom: 2rem;
}

.feature-number {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    background: -webkit-linear-gradient(180deg, rgb(255, 196, 53), rgb(18, 191, 124));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    margin-right: 1rem;
    min-width: 5rem;
}

.feature-title {
    font-size: 20px;
    line-height: 30px;
    color: #2B2350;
    margin-bottom: 12px;
}

.light-bg {
    background: #F6FAF8;
}

.inner-page {
    padding-bottom: 40px;
    background-color: #F5F6FD;
}

.inner-page .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    color: #fff;
    background-color: #00465F;
    z-index: 5;
}

.banner.banner-eight.inner-page .banner-background-element .triangle {
    right: 10%;
    left: auto;
}

.inner-page-holder {
    position: relative;
    z-index: 2;
}

.inner-page .saaspik-icon-box-wrapper {
    margin-bottom: 0;
    height: 100%;
}

.inner-page .pixsass-icon-box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inner-page .pixsass-icon-box-content .pix-btn {
    margin-top: auto;
}

.mb-50 {
    margin-bottom: 50px;
}

.inner-page .header {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 0;
}

.inner-page .pix-btn.btn-four img {
    max-width: 30px;
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .inner-page .saaspik-icon-box-wrapper {
        height: auto;
        margin-bottom: 30px;
    }

    .inner-page-content:before {
        display: none;
    }
}

.pix-btn.btn-link {
    background: transparent;
    color: #13B979;
    box-shadow: none;
}

.inner-page-content {
    position: relative;
    z-index: 1;
    width: 1512px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px 40px 0 0;
}

.custom-bg-block {
    position: relative;
}

.custom-bg-block.reverse:before {
    transform: scale(-1, 1);
    left: auto;
    right: -100px;
}

.custom-bg-block .dot-shape {
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.custom-bg-block.reverse .dot-shape {
    left: -60px;
    bottom: -50px;
    position: absolute;
}

.custom-bg-block.reverse .dot-line {
    right: -60px;
    bottom: -50px;
    position: absolute;
}

.text-white {
    color: #fff !important;
    padding-top: 30px;
}

@media screen and (max-width: 575px) {
    .inner-page {
        padding-bottom: 100px;
    }
}

.terms-content p {
    color: #669DB0;
}

.terms-privacy {
    /*background: url("../img/bg-inner.svg") no-repeat top/contain;*/
    padding-top: 200px;
    position: relative;
    padding-bottom: 100px;
}

.terms-privacy h1 {
    margin-bottom: 50px;
    text-align: center;
}

.terms-privacy:before,
.contact-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1300px;
    max-height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24.48%, #FFFFFF 100%), rgba(38, 188, 231, 0.2);
}

.terms-privacy p {
    word-break: break-word;
}

.contact-section {
    background: url("../img/bg-inner.svg") no-repeat center/cover;
    position: relative;
}

.contact-section:before {
    max-height: 70%;
}

.removed-image {
    margin-bottom: 40px;
}

.main-container-wrapper {
    width: 1512px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px 40px 0 0;
}

#main_content {
    background-color: #F5F6FD;
    padding-top: 100px;
    background-image: url("../img/main-bg.svg"), url("../img/main-bg.svg"), url("../img/main-bg.svg"), url("../img/main-bg.svg"), url("../img/main-bg.svg"), url("../img/main-bg.svg");
    background-repeat: no-repeat;
    background-position: -40px 0, calc(100% + 40px) 0, -40px 1300px, calc(100% + 40px) 2100px, -40px 3000px, calc(100% + 40px) 3900px, -40px 4600px;
    box-shadow: 0 6px 12px rgba(0, 91, 123, 0.1);
}

.benefits-wrapper {
    margin-bottom: 102px;
}

.benefits-item {
    border: 2px solid #E2E4F5;
    border-radius: 40px;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.benefits-item-img {
    margin-right: 28px;
}

.benefits-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0EC99D;
}

.benefits-text {
    color: #669DB0;
    line-height: 1.6;
}

.about-us {
    color: #669DB0;
    margin-bottom: 100px;
}

.about-us .row {
    margin-bottom: 80px;
}

.about-list {
    padding: 0;
    margin: 0 0 22px;
    list-style-type: none;
}

.about-list li {
    position: relative;
    padding-left: 16px;
}

.about-list li:not(:last-child) {
    margin-bottom: 12px;
}

.about-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: linear-gradient(86.67deg, #0EC99D -0.89%, #00A0C4 98.51%);
    border-radius: 50%;
}

.about-us .extra-img {
    transform: translateX(-48px);
}

.about-us p {
    margin-bottom: 28px;
}

.about-notification {
    padding-left: 32px;
    position: relative;
}

.about-notification:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url("../img/about-notification.svg") no-repeat center/cover;
}

.about-notification span {
    font-weight: bold;
}

.uninstall-description {
    max-width: 700px;
    margin: 0 auto 20px;
    color: #669DB0;
}

.contact-page-wrapper {
    padding-top: 100px;
}

.remove-page-wrapper .header {
    top: -94px;
}

@media all and (max-width: 1200px) {
    .benefits-wrapper .col-xl-4 {
        margin-bottom: 30px;
    }

    .benefits-item-content {
        flex: 1;
    }
}

@media all and (max-width: 991px) {
    .remove-content {
        text-align: center;
    }

    .remove-content .pix-btn.btn-four {
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {
    .post-post-grid .blog-content .entry-title {
        min-height: initial;
        height: auto;
    }

    .benefits-wrapper {
        margin-bottom: 50px;
    }

    .about-us,
    .about-us .row {
        margin-bottom: 50px;
    }

    .about-us .img-wrapper {
        margin: 30px 0;
    }

    .engines:not(:last-child) {
        margin-bottom: 60px;
    }

    .faqs {
        padding: 40px 0 60px;
    }

    .section-title .title span {
        white-space: initial;
    }
}

@media all and (max-width: 575px) {
    .banner.banner-eight .banne-content-wrapper-eight .banner-button-container {
        flex-direction: column;
    }

    .banner.banner-eight .banne-content-wrapper-eight .banner-button-container .banner-btn {
        margin: 0 0 12px;
    }

    .benefits-item {
        flex-direction: column;
    }

    .benefits-item-img {
        margin-right: 0;
    }

    .benefits-item-content {
        text-align: center;
        width: 100%;
    }
}