/* Front */

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #76788A;
    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: #16DFAF;
}

a:hover {
    color: #58af23;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    margin-top: 0;
    font-weight: 600;
    color: #0A1637;
}

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: 1200px;
    }
}

.col-count-2 {
    column-count: 2;
}

.col-count-2 h5 {
    margin-top: 37px;
    margin-bottom: 11px;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    z-index: 5;
}

/*--------------------------------------------------------------
  ##  Buttons
  --------------------------------------------------------------*/
.pix-btn {
    min-width: 180px;
    padding: 7px 30px;
    background: #fa7070;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.pix-btn.btn-four {
    background: #16DFAF;
    border: 2px solid #16DFAF;
}

.pix-btn.btn-four:hover {
    background: #fff;
    color: #545454;
    border: 2px solid #16DFAF;
}

.btn-light {
    background: #fff;
    color: #3764D8;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
}

.btn-outline {
    border: solid 1px #3764D8;
    box-shadow: none;
}

/* 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: #16DFAF;
    -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: 17px;
    line-height: 36px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.list-items li.active {
    color: #3764D8;
}

.list-items li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #939AAB;
}

.list-items li.active:before {
    color: #3764D8;
}

@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: #58af23;
    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 #58af23;
    box-shadow: 0 -10px 40px -5px #58af23;
}

.blob {
    position: absolute;
    background: #58af23;
    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;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*box-shadow: 0px 4px 25px rgba(22, 223, 175, 0.3);*/
}

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

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

.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: #fff;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.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: #16DFAF;
}

.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: #545454;
}

.site-header.header-eight .site-main-menu li > a:hover {
    color: #16DFAF;
}

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

.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: #12bf7c;
}

.logo-sticky {
    display: none;
}

.pix-header-fixed {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
    box-shadow: 0px 4px 25px rgba(22, 223, 175, 0.3);
    -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;
}

.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: #333;
}

.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: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner.banner-eight:not(.custom-bg) {
    background: url("../img/main-bg.svg") repeat-x center;
}

.banner.banner-eight.custom-bg {
    background: url("../img/main-bg.svg") repeat-x bottom;
}

.page-removed {
    background: url("../img/main-bg.svg") repeat-x center;
}

@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;
    }
}

@media (max-width: 575px) {
    .banner.banner-eight .banne-content-wrapper-eight {
        text-align: center;
    }
}

.banner.banner-eight .banne-content-wrapper-eight .banner-title {
    font-size: 75px;
    font-weight: 500;
    color: #141414;
    line-height: 1.2;
    margin-bottom: 12px;
}

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

@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: 800;
    color: #16DFAF;
}

.banner.banner-eight .banne-content-wrapper-eight p {
    margin-bottom: 40px;
    font-size: 20px;
}

.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: 11px 20px 11px 30px;
    width: 200px;
    font-size: 16px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    transition: 0.2s ease;
}

.banner.banner-eight .banne-content-wrapper-eight .banner-button-container .banner-btn svg {
    margin-left: 10px;
}

.banner.banner-eight .banne-content-wrapper-eight .banner-button-container .banner-btn path {
    transition: 0.2s ease;
}

.banner.banner-eight .banne-content-wrapper-eight .banner-button-container .banner-btn:hover path {
    stroke: #545454;
}

@media (max-width: 575px) {
    .banner.banner-eight .banne-content-wrapper-eight .banner-button-container .banner-btn {
        margin: 0 auto;
    }
}

.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;
    margin-right: -55px;
    transform: scale(1.2);
    transition: 0.2s ease;
}

@media (max-width: 991px) {
    .banner.banner-eight .banner-six-promo-image img {
        margin-right: 0;
    }
}

@media (max-width: 380px) {
    .banner .banner-button-container {
        display: block;
    }
}

.second-banner {
    z-index: 2;
}

.second-banner .img-wrapper {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.second-banner .sub-img-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    height: 230px;
    right: -100px;
}

@media screen and (max-width: 1366px) {
    .second-banner .sub-img-wrapper {
        right: 0;
        width: 40%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .second-banner .sub-img-wrapper {
        display: none;
    }
}

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

.section-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #797687;
    max-width: 810px;
    text-align: center;
    margin: 0 auto;
}

.section-title .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
}

.section-title .title span {
    color: #fa7070;
}

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

.section-title.style-five .title {
    font-size: 48px;
    font-weight: 500;
    color: #141414;
}

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

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

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

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

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

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

.section-title.style-five .title.reverse {
    color: #fff;
}

/*--------------------------------------------------------------
  ##  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: 600;
    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-color: #fff;
    border: 2px solid  rgba(22, 223, 175, 1);
}

.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: 85px 0 0;
    margin-top: -90px;
    background: #313136;
}

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

.hiw-header-wrapper {
    z-index: 1;
    background: url("../img/main-bg.svg") repeat-x top/70%;
    padding: 50px 0 100px;
}

@media (max-width: 575px) {
    .hiw-header-wrapper {
        padding: 50px 0;
    }
}

.hiw-header-wrapper .title {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .hiw-header-wrapper .title {
        margin-bottom: 30px;
    }
}

.hiw-header-wrapper .sub-title {
    color: #16DFAF;
}

.hiw-wrapper {
    background: #FBFBFC;
    margin-bottom: -90px;
    padding-top: 70px;
}

.hiw-wrapper .img-wrapper {
    text-align: center;
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.hiw-wrapper .img-wrapper img {
    z-index: 1;
    position: relative;
}

.hiw-wrapper .img-wrapper:before,
.hiw-wrapper .img-wrapper:after {
    content: '';
    position: absolute;
    background: url("../img/img-bg.svg") no-repeat center/contain;
    width: 74px;
    height: 86px;
}

.hiw-wrapper .img-wrapper:before {
    top: -15px;
    left: -10px;
}

.hiw-wrapper .img-wrapper:after {
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.hiw-inner-wrapper {
    padding: 90px 0 40px;
    background: #fff url("../img/main-bg.svg") repeat-x center;
}

.hiw-step {
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.hiw-step .step-img {
    width: 47%;
}

.hiw-step .step-img {
    width: 50%;
}

.hiw-step .step-content {
    width: 50%;
    padding-left: 7rem;
}

.hiw-step.reverse .step-content {
    padding-left: 0;
    padding-right: 7rem;
}

@media all and (max-width: 768px) {
    .hiw-step .step-content {
        padding-left: 1rem;
    }

    .hiw-step.reverse .step-content {
        padding-right: 1rem;
    }
}

@media all and (max-width: 575px) {
    .hiw-step {
        flex-direction: column;
    }

    .hiw-step .step-img,
    .hiw-step .step-content {
        width: 100%;
    }

    .step-img {
        order: 1;
    }

    .hiw-step .step-content,
    .hiw-step.reverse .step-content {
        padding: 20px;
    }
}

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

.faqs {
    padding: 80px 0 30px;
    position: relative;
    background-color: #FBFBFC;
}

.faqs-title {
    position: relative;
    max-width: 740px;
    display: inline-block;
    margin: 0 auto;
    z-index: 2;
}

.faqs-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    background: url("../img/img-bg.svg") repeat;
    width: 74px;
    height: 86px;
    z-index: -1;
}

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

.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: 600;
    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 {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #C6C2DA;
    box-sizing: border-box;
    box-shadow: 0 60px 100px rgba(79, 35, 35, 0.1);
    border-radius: 4px;
    padding: 20px 40px;
    margin-bottom: 20px;
}

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

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

.faq .card .card-header .btn-link {
    color: #2B2350;
    font-size: 20px;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    width: 100%;
    /*padding: 20px 0 20px;*/
}

.faq .card .card-header .btn-link:before,
.faq .card .card-header .btn-link:after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    left: 100%;
    top: 15px;
    background-color: #16DFAF;
    background-position: center;
    transition: 0.2s ease;
}

.faq .card .card-header .btn-link.collapsed:after {
    transform: rotate(90deg);
    background-position: center;
    display: block;
}

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

.faq .card .card-body p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #797687;
}

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

    .faq {
        padding: 30px;
    }

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

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

    .faqs {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .faq .card .card-header .btn-link {
        padding: 5px 0;
    }

    .faqs {
        padding: 50px 0;
    }
}

@media (max-width: 576px) {
    .faq {
        padding: 0;
    }

    .faq .card {
        padding: 15px 35px 15px 0;
    }

    .faq .card .card-header .btn-link {
        padding: 5px 20px;
        font-size: 18px;
    }

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

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

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

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


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

.page-banner .page-title {
    font-size: 40px;
    font-weight: 600;
    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: 600;
    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: #797687;
    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-btn {
    padding: 11px 20px 11px 30px;
    width: 200px;
    font-size: 16px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    transition: 0.2s ease;
}

.footer-btn svg {
    margin-left: 10px;
}

.footer-btn path {
    transition: 0.2s ease;
}

.footer-btn:hover path {
    stroke: #545454;
}

#footer .footer-inner {
    padding: 85px 0 80px;
    color: #fff;
}

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

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

#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: #797687;
    font-weight: 400;
    line-height: 30px;
}

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

#footer .footer-logo {
    display: block;
    margin-bottom: 30px;
    max-width: 100px;
}

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

.modal-footer{
    justify-content: center;
}

.modal-dialog {
    top: 100px;
}

@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;
}

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

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

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

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

#footer.footer-app .footer-menu li a:hover {
    color: #16DFAF;
}

#footer.footer-app .site-info {
    display: block;
    padding: 25px 0;
    background: #313037;
}

#footer.footer-app .site-info p {
    color: #9997a2;
}

.bg-footer-color {
    background: #313037;
}

@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;
    }
}


@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;
        box-shadow: none;
    }

    .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;
    padding: 50px 80px 50px 30px;
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
}

.feature-image {
    box-shadow: 0px 28px 28px rgba(132, 221, 99, 0.3);
    margin-bottom: 70px;
}

.feature-number {
    min-width: 4rem;
}

.feature-number img {
    display: block;
}

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

.feature-text {
    color: #232325;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 480px) {
    .feature {
        padding: 30px;
        flex-direction: column;
    }

    .feature-number {
        margin-bottom: 10px;
    }

    .feature-number img {
        margin: 0 auto;
    }
}

.footer-logo {
    margin-bottom: 25px;
    display: block;
}

.cookie-bar {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #ff5964;
    padding: 10px;
    z-index: 100;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
}

.section-master {
    padding: 95px 0;
}

.block-master {
    background: radial-gradient(84.52% 59.25% at 92.71% 44.64%, rgba(7, 77, 255, 0.33) 0%, rgba(0, 70, 251, 0) 100%), radial-gradient(96.83% 59.26% at 2.98% 40.74%, rgba(26, 59, 143, 0.6) 0%, rgba(22, 54, 136, 0) 100%), #3764D8;
    border-radius: 10px;
    position: relative;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    padding: 50px;
}

.block-master > div {
    position: relative;
    z-index: 1;
}

.block-master:before,
.block-master:after {
    content: "";
    width: 50%;
    height: 160px;
    position: absolute;
    background: linear-gradient(270deg, #3060DD 0%, #1D336F 100%), #C1C5CE;
    opacity: 0.2;
    top: 25px;
}

.block-master:before {
    right: 0;
    transform: rotate(180deg);
}

.block-master:after {
    left: 0;
}

.block-master .icon-search,
.block-master .icon-chrome {
    position: absolute;
    z-index: 1;
}

.block-master .icon-search {
    left: -50px;
    top: 85px;
}

.block-master .icon-chrome {
    right: -60px;
    top: 100px;
}

.cookie-bar.show {
    display: flex;
}

.cookie-bar p {
    margin: 0;
    color: #fff;
}

.cookie-btn {
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    transition: all 0.4s;
    margin-left: 15px;
    white-space: nowrap;
}

a.cookie-btn:hover {
    background: #fff;
    color: #473590 !important;
    cursor: pointer;
    box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
}

.cookie-link {
    margin-left: 15px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.cookie-link:hover {
    color: #333;
}

.banner.banner-eight.inner-page {
    padding-bottom: 80px;
    padding-top: 150px;
}

.gray-bg {
    background: rgba(193, 197, 206, 0.2);
}

.inner-page .gray-bg {
    padding: 50px 0;
}

.inner-page .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
}

.text-big {
    font-size: 20px;
}

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

.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 .btn-wrapper {
    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;
    }

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

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

.inner-page-content {
    position: relative;
    padding: 50px 15px;
    z-index: 1;
}

.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;
}

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

@media (max-width: 991px) {
    .block-master .icon-search, .block-master .icon-chrome {
        max-width: 200px;
        top: 55%;
    }
}

@media (max-width: 767px) {
    .block-master {
        font-size: 40px;
    }

    .block-master .icon-search, .block-master .icon-chrome {
        max-width: 150px;
        top: 55%;
    }
}

@media (max-width: 576px) {
    .block-master .icon-search, .block-master .icon-chrome {
        display: none;
    }
}

.banner.banner-eight.contact-page {
    background: url("../img/contact-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
    justify-content: center;
}

.banner.banner-eight.contact-page > div {
    width: 100%;
}

.contact-features {
    position: relative;
}

.color {
    color: #16DFAF;
}

.contact-features:before,
.contact-features:after {
    content: "";
    position: absolute;
    top: -50px;
    width: 40vw;
    bottom: -50px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #C1C5CE;
    opacity: 0.2;
}

.contact-features:before {
    left: 0;
}

.contact-features:after {
    right: 0;
    transform: rotate(180deg);
}

.bold {
    font-weight: 800 !important;
}

.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%), #F3FFEF;
}

.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%;
}