/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700";
@font-face {
    font-family: "Din";
    src: url(../fonts/din-bold-webfont.eot);
    src: url("../fonts/din-bold-webfont.eot?#iefix") format("embedded-opentype"), url(../fonts/din-bold-webfont.ttf) format("truetype"), url("../fonts/din-bold-webfont.svg#aller") format("svg");
    font-weight: 400;
    font-style: normal; }

body {
    background-color: #eee;
    width: 100%;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1;
    background: #fff;
    font-family: "Montserrat", sans-serif; }

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

applet {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

object {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: 2.1rem;
    line-height: 3rem;
    margin: 0 auto;
    font-weight: 400 !important; }

h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 50px; }

h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: 1.8rem;
    line-height: 2.9rem;
    font-weight: 400;
    letter-spacing: 1px; }

h4 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #3e3f6c; }

h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 200;
    line-height: 30px;
    vertical-align: baseline; }

p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    quotes: none; }
blockquote:before {
    content: '';
    content: none; }
blockquote:after {
    content: '';
    content: none; }

pre {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.2s;
    -khtml-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
a:hover {
    opacity: .8; }

abbr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

acronym {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

big {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

cite {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

code {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

del {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

dfn {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

em {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

ins {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

kbd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

q {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    quotes: none; }
q:before {
    content: '';
    content: none; }
q:after {
    content: '';
    content: none; }

s {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

samp {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

small {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

strike {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

sub {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

sup {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

tt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

b {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

u {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

i {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

center {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

dl {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

dt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

ol {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none; }

ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    list-style-type: none; }

li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

form {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

table {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border-collapse: collapse;
    border-spacing: 0; }

caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

tfoot {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

thead {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

th {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

article {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

aside {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

canvas {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

embed {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

.padding-50 {
    padding: 50px 0px; }

.padding-10 {
    padding: 10px 0px; }

.padding-20 {
    padding: 20px 0px; }

.padding-30 {
    padding: 30px 0px; }

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

.padding-50 {
    padding: 50px 0px; }

.padding-60 {
    padding: 60px 0px; }

.padding-70 {
    padding: 70px 0px; }

.padding-80 {
    padding: 80px 0px; }

.padding-90 {
    padding: 90px 0px; }

footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(310deg, #1c57a1 2%, #1a2677 40%, #2c165b 100%); }
footer .container-fluid {
    position: relative; }
footer #triangle-rounded {
    top: 0; }
footer .footer-content {
    position: relative; }
footer .footer-content.features {
    margin-top: 50px; }
footer .footer-title {
    width: 709.84px;
    margin: 0 auto;
    font-size: 35px;
    font-family: Din;
    letter-spacing: 1px;
    line-height: 50px;
    color: #fff; }
footer .footer-body {
    position: relative; }
footer .footer-footer {
    padding: 20px 0;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    z-index: 2; }
footer .footer-footer .link-header {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0;
    margin-left: 90px;
    color: #fff; }
footer .footer-footer .link-list {
    margin-left: 90px;
    list-style-type: none; }
footer .footer-footer .link-list li {
    padding: 0 0; }
footer .footer-footer .link-list li a {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-decoration: none; }

header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    background-image: linear-gradient(310deg, #1c57a1 2%, #1a2677 40%, #2c165b 100%); }

hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

menu {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block; }

output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

ruby {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    position: relative;
    overflow: hidden; }

summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

time {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

mark {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

audio {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

.dropdown-close {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 6; }

.text-center {
    text-align: center;
    margin: 0 auto; }

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

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

.container-fluid {
    max-width: 1300px; }

.darkblue {
    color: #3e3f6c; }

.caret {
    width: 0;
    height: 0;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    -webkit-transition: all ease 0.2s;
    -khtml-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; }

.caret.right {
    border-left: 10px solid #fff; }

.btn {
    border-width: 1px;
    border-style: solid;
    background: transparent;
    position: relative;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.btn:focus {
    outline: none; }

.btn.btn-default {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    border-color: #fff; }

.btn.with-icon {
    padding-left: 80px;
    color: #fff; }
.btn.with-icon i {
    margin-left: -15px; }

.btn.btn-default.active {
    background-color: #fff;
    color: #211a62; }

.btn.mysystem {
    background: linear-gradient(310deg, #FF91BD 40%, #FFA0A0 100%);
    color: #fff;
    border: none;
    -webkit-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
    -khtml-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
    -moz-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
    -ms-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
    -o-box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px;
    box-shadow: rgba(20, 22, 71, 0.2) 0px 12px 34px 0px; }
.btn.mysystem.active {
    color: #fff; }
.btn.mysystem:hover {
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -khtml-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -moz-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -ms-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    -o-box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px;
    box-shadow: rgba(20, 22, 71, 0.2) 0px 16px 34px 0px; }

.btn.darkblue {
    border-color: #3e3f6c; }
.btn.darkblue:hover {
    background-color: #3e3f6c;
    color: #fff;
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.btn.darkblue.active {
    background-color: #3e3f6c;
    color: #fff; }

.btn.blue {
    border-color: #DADAEB;
    color: #DADAEB;
    -webkit-transform: scale(0.95);
    -khtml-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
.btn.blue:hover {
    background-color: #1d54a2;
    color: #fff;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.btn.blue.active {
    background-color: #1d54a2;
    color: #fff;
    border-color: #1d54a2;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.btn.lightblue {
    border-color: #b6dcfd;
    color: #b6dcfd; }
.btn.lightblue:hover {
    color: #b6dcfd; }

.btn.lightblue.active {
    color: #b6dcfd; }

.btn.green {
    border-color: #39d17c;
    border-width: 1px;
    color: #39d17c; }
.btn.green:hover {
    background-color: #39d17c;
    color: #fff;
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.btn.green.active {
    background-color: #39d17c;
    color: #fff; }

.btn.sm {
    padding: 15px 30px; }

.btn.sm.with-icon {
    padding-left: 45px;
    color: #fff; }

.btn.lg {
    padding: 20px 50px;
    font-size: 14px; }

.btn.lg.with-icon {
    padding-left: 50px; }
.btn.lg.with-icon i {
    left: 30px; }

#triangle-rounded {
    position: relative;
    bottom: -10px;
    fill: #fff;
    z-index: 2; }

#triangle-rounded.pricing {
    fill: #f0f0f7;
    bottom: 0;
    position: absolute; }

#triangle-round-flip.home {
    fill: #edf1f7; }

#mainNav {
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none; }
#mainNav .nav li a {
    color: #fff; }
#mainNav .nav li a.btn {
    margin-top: 10px; }

.hide-scrolled {
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative; }

.hide-scrolled.scrolled {
    opacity: 0;
    width: 1px;
    padding: 0px !important;
    left: 100px; }

.navbar {
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 30px 0; }
.navbar .container-fluid {
    position: relative; }
.navbar .nav {
    width: 90%;
    float: right;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    list-style-type: none;
    text-align: right; }
.navbar .nav li {
    display: inline-block;
    padding: 0 20px; }
.navbar .nav li:first-child {
    position: relative; }
.navbar .nav li a {
    font-size: .65rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px; }
.navbar .nav li a.btn {
    padding: 9px 14px 8px 14px;
    font-weight: 600; }
.navbar .nav li a.btn.platformly-home {
    color: #5d77e4; }
.navbar .navbar-toggle {
    display: none;
    width: 90%;
    float: right; }
.navbar .navbar-toggle .btn-toggle {
    float: right;
    outline: none;
    border: none;
    background-color: transparent; }
.navbar .navbar-brand {
    position: relative;
    width: 10%;
    float: left; }
.navbar .navbar-brand img {
    -webkit-transition: all ease 0.2s;
    -khtml-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    height: 25px;
    margin-top: -5px; }
.navbar .navbar-brand img.front {
    position: absolute;
    top: 0;
    left: 0; }
.navbar .navbar-brand img.back {
    left: 0;
    opacity: 1; }

.navbar.top-fixed {
    position: fixed;
    z-index: 5; }

.navbar.scrolled {
    background: #16184e;
    padding: 10px 0 10px 0; }
.navbar.scrolled .container-fluid {
    margin: 0 auto; }
.navbar.scrolled .dropdown {
    margin-top: 12px;
    right: 120px; }
.navbar.scrolled .dropdown.mobile {
    margin-top: 0;
    right: 0; }
.navbar.scrolled .navbar-brand {
    position: relative;
    top: 4px; }
.navbar.scrolled .navbar-brand img {
    height: 20px; }
.navbar.scrolled .navbar-brand img.back {
    opacity: 0; }

.navbar.scrolled.mysystem {
    background: #616ab9; }

.dropdown-link {
    padding-bottom: 40px;
    cursor: pointer; }
.dropdown-link:hover ~ .dropdown {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    visibility: visible; }

.button-group {
    position: relative;
    z-index: 4; }
.button-group button:nth-child(2) {
    margin-left: 10px; }

.close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden; }
.close:hover::before {
    background: #3e3f6c; }
.close:hover::after {
    background: #3e3f6c; }
.close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #3e3f6c;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #3e3f6c;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.close.white::before {
    background: #fff; }

.close.white::after {
    background: #fff; }

.close.white:hover::before {
    background: #fff;
    opacity: .8; }

.close.white:hover::after {
    background: #fff;
    opacity: .8; }

.close.big {
    -webkit-transform: scale(3);
    -khtml-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3); }

.close.hairline::before {
    height: 1px; }

.close.hairline::after {
    height: 1px; }

.close.thick::before {
    height: 4px;
    margin-top: -2px; }

.close.thick::after {
    height: 4px;
    margin-top: -2px; }

.close.rounded::before {
    border-radius: 5px; }

.close.rounded::after {
    border-radius: 5px; }

ul.list-inline {
    padding: 30px 0;
    display: grid;
    display: -ms-grid;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 2; }
ul.list-inline li {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px; }
ul.list-inline li:nth-child(1) {
    border-right: 1px solid #eee; }
ul.list-inline li a {
    color: #3e3f6c;
    letter-spacing: 1px;
    font-size: 12px; }

ul.btn-full li {
    padding: 10px;
    text-align: center; }
ul.btn-full li .btn {
    width: 60%;
    padding: 20px;
    letter-spacing: 1px;
    text-transform: capitalize; }

.dropdown {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
    -khtml-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    -webkit-transform: translateY(10px);
    -khtml-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    left: -300px;
    width: 700px;
    z-index: -1; }
.dropdown:hover {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    visibility: visible; }
.dropdown a {
    color: #000; }

.dropdown.mobile {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    width: 320px;
    height: 0vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0;
    opacity: 0;
    width: 95%;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(10px);
    -khtml-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
.dropdown.mobile .dropdown-close {
    right: 0;
    padding: 20px 15px;
    background: transparent;
    border: none;
    outline: none;
    position: absolute; }
.dropdown.mobile .dropdown-sub-menu {
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0;
    padding: 10px 0 10px 30px;
    text-align: left; }
.dropdown.mobile .dropdown-sub-menu:after {
    display: none; }
.dropdown.mobile .dropdown-sub-menu li {
    padding: 15px 0;
    margin: 0 auto;
    height: 5vh;
    width: 45%; }
.dropdown.mobile .dropdown-sub-menu li:nth-child(3) {
    position: relative;
    top: -18px; }
.dropdown.mobile .dropdown-sub-menu li:nth-child(5) {
    position: relative;
    top: -18px; }
.dropdown.mobile .dropdown-sub-menu li:nth-child(7) {
    position: relative;
    top: -18px; }
.dropdown.mobile .dropdown-sub-menu li .icon {
    -webkit-transform: scale(0.7);
    -khtml-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    float: left; }
.dropdown.mobile .dropdown-sub-menu li a {
    text-decoration: none;
    color: #3e3f6c;
    display: block;
    position: relative;
    height: 60px;
    width: 140px;
    margin: 0 auto; }
.dropdown.mobile .dropdown-sub-menu li p {
    font-size: 11px; }
.dropdown.mobile .button-group .btn {
    display: block;
    position: relative;
    width: 60%;
    padding: 15px;
    margin: 10px auto;
    font-size: 12px;
    top: -20px; }

.dropdown.mobile.open {
    height: 110vh;
    width: 100vw;
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    position: fixed;
    -webkit-transition: none;
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.dropdown.open {
    display: block;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.burger-icon {
    width: 22px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -khtml-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
.burger-icon span {
    display: block;
    position: absolute;
    height: 2.4px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -khtml-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
.burger-icon span:nth-child(1) {
    top: 1px; }
.burger-icon span:nth-child(2) {
    top: 8px; }
.burger-icon span:nth-child(3) {
    top: 8px; }
.burger-icon span:nth-child(4) {
    top: 15px; }
.burger-icon:after {
    width: 10px;
    height: 6px;
    content: " ";
    position: absolute;
    z-index: 3;
    top: 23px;
    opacity: 1; }

.burger-icon.open:after {
    opacity: 0; }

.burger-icon.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%; }

.burger-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.burger-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.burger-icon.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%; }

.features-header {
    position: relative; }
.features-header .features-header-title {
    padding-bottom: 60px; 
}
.features-header .features-header-title h1 {
    font-family: Din;
    letter-spacing: 1px;
    color: #fff;
    width: 598.72px; }
.features-header .features-header-title p {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    width: 800px;
    margin: 0 auto;
    padding-top: 20px; }
.features-header .features-header-title .mysystem {
    margin: 50px auto; }
.features-header .features-header-content {
    width: 100%;
    height: auto; }
.features-header .features-header-content .figure-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto; }
.features-header .features-header-content .figure-container .background {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    position: relative; }
.features-header .features-header-content .figure-container .background.mysystem {
    top: auto;
    bottom: 0;
    right: -30px;
    height: auto;
    width: 90%;
    position: absolute; }

.features-header.mysystem .features-header-title h1 {
    width: 998px; }

.features-header.mysystem .features-header-content {
    height: 550px; 
    margin-top: 50px;
}

.planet-ornament-group {
    height: 1100px;
    position: absolute;
    left: -220px;
    right: 0;
    top: 20px;
    margin: 0 auto;
    width: 1100px;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: -250px;
    right: 0;
    top: 20px;
    z-index: 2; }
.planet-ornament-group .inner-planet {
    background-image: url(../img/home/first/Inner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1550px;
    height: 1550px;
    -webkit-animation: rotateinner 500s infinite ease;
    -khtml-animation: rotateinner 500s infinite ease;
    -moz-animation: rotateinner 500s infinite ease;
    -ms-animation: rotateinner 500s infinite ease;
    -o-animation: rotateinner 500s infinite ease;
    animation: rotateinner 500s infinite ease;
    position: absolute;
    left: -215px;
    right: 0;
    margin: 0 auto;
    top: -230px; }
.planet-ornament-group .outer-planet {
    background-image: url(../img/home/first/Outer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
    -webkit-transform: rotate(30deg);
    -khtml-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }

.planet-ornament-group.layer-2 {
    z-index: 2; }
.planet-ornament-group.layer-2 .planet-ornament .earth {
    background-image: url(../img/home/first/animate/Platform-Venus.png);
    width: 30px;
    top: 20px; }
.planet-ornament-group.layer-2 .planet-ornament .venus {
    left: 550px;
    top: 20px;
    height: 30px;
    background-image: url(../img/home/first/animate/Platform-Venus.png); }
.planet-ornament-group.layer-2 .planet-ornament .satelit {
    height: 40px;
    top: 10px;
    left: 100px; }
.planet-ornament-group.layer-2 .planet-ornament .saturnus {
    width: 60px;
    height: 50px;
    right: 250px;
    top: 220px; }

.box-white {
    width: 100vw;
    height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 2; }

header.mysystem {
    background-image: linear-gradient(310deg, #71A0EA 40%, #7747B5 90%); }
header.mysystem .features-header {
    height: 800px; }

.triangle.top {
    border-bottom: 200px solid transparent;
    border-left: 100vw solid #fff; }
.triangle.top.bold {
    border-top: 50px solid #fff; }
.triangle.top.thick {
    border-top: 0px solid #fff; }

.triangle.bottom {
    border-top: 200px solid transparent;
    border-right: 100vw solid #edf1f7;
    position: relative; }

.video-player {
    margin: 0 auto; }
.video-player img {
    width: 900px; }

.section-title {
    position: relative;
    top: -180px; }
.section-title.auto {
    top: 0; }
.section-title .arrow {
    position: absolute;
    right: -820px;
    left: 0;
    margin: 0 auto;
    width: 180px;
    top: 8px; }
.section-title h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 auto;
    font-family: Din;
    font-weight: 400;
    color: #3e3f6c;
    text-align: center;
    position: relative; }
.section-title h4 {
    line-height: 3rem;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #3e3f6c;
    text-align: center;
    position: relative; }

section.learn-features {
    background: #edf1f7;
    padding-bottom: 40px; }

.padding-align {
    padding: 0px 80px; }

.content {
    width: 100%; }
.content .content-title {
    padding: 0 0;
    position: relative; }
.content .content-title h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 auto;
    font-family: Din;
    font-weight: 400;
    color: #3e3f6c; }

.tab-panel {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-top: 30px; }
.tab-panel .nav-panel {
    margin: 0 auto; }
.tab-panel .nav-panel li {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
.tab-panel .nav-panel li a {
    font-size: 13px;
    text-decoration: none;
    color: #949EB6;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.tab-panel .nav-panel li a:hover {
    border-bottom: 2px solid #39d17c; }
.tab-panel .nav-panel li.active a {
    border-bottom: 2px solid #39d17c; }
.tab-panel .panel-content .icon-group {
    padding: 40px;
    margin: 0 auto;
    max-width: 840px;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.tab-panel .panel-content .icon-group li {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 160px;
    height: 180px;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    margin-top: 40px;
    cursor: pointer;
    border-bottom: 10px solid #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
    -khtml-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
    -moz-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
    -ms-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
    -o-box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09);
    box-shadow: 0 13px 25px 3px rgba(31, 38, 58, 0.09); }
.tab-panel .panel-content .icon-group li:hover {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border-bottom: 10px solid #39d17c;
    -webkit-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
    -khtml-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
    -moz-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
    -ms-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
    -o-box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09);
    box-shadow: 0 8px 25px 3px rgba(31, 38, 58, 0.09); }
.tab-panel .panel-content .icon-group li a {
    cursor: pointer; }
.tab-panel .panel-content .icon-group li a img {
    height: 50px;
    margin-top: 50px; }
.tab-panel .panel-content .icon-group li p {
    color: #3e3f6c;
    line-height: 2.2rem; }
.tab-panel .panel-content .icon-group li.hide {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.1s;
    -khtml-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    position: absolute; }
.tab-panel .panel-content .icon-group li.hide a img {
    width: 0; }
.tab-panel .panel-content .icon-group li.hide p {
    font-size: 0; }

section.features-content {
    background: #fff;
    width: 100%;
    height: auto; }
section.features-content .feature-caption.long {
    padding: 40px 200px;
    font-size: .9rem;
    line-height: 1.9rem;
    color: #949EB6;
    font-weight: 300; }
section.features-content .features-title {
    font-size: 35px;
    font-family: Din;
    letter-spacing: 1px;
    line-height: 50px;
    color: #3e3f6c;
    padding: 10px 5px; }
section.features-content .features-title h3 {
    color: #3E3E6E;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
section.features-content .features-title p {
    font-size: .9rem;
    line-height: 1.4rem;
    padding-top: 20px;
    color: #949EB6;
    font-family: "Montserrat", sans-serif;
    font-weight: 200; }
section.features-content .features-title p.features-title-image {
    font-size: 1.5rem;
    padding-top: 0px; }
section.features-content .box {
    height: 100%; }
section.features-content .features-container {
    width: 100%;
    position: relative; }
section.features-content .features-container.card {
    width: 60%;
    padding: 30px 30px;
    display: flex;
    background: #fff;
    margin: 30px auto 40px auto;
    -webkit-box-shadow: #eceef9 0px 8px 30px 2px;
    -khtml-box-shadow: #eceef9 0px 8px 30px 2px;
    -moz-box-shadow: #eceef9 0px 8px 30px 2px;
    -ms-box-shadow: #eceef9 0px 8px 30px 2px;
    -o-box-shadow: #eceef9 0px 8px 30px 2px;
    box-shadow: #eceef9 0px 8px 30px 2px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
section.features-content .features-container.card.align-center {
    height: 200px; }
section.features-content .features-container.card .card-illustration img {
    width: auto;
    height: 130px; }
section.features-content .features-container.card .card-caption {
    padding: 0px 40px;
    width: 70%; }
section.features-content .features-container.card .card-caption p {
    color: #949EB6;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 200;
    line-height: 30px; }
section.features-content .features-container .feature-item {
    width: 50%;
    padding: 50px 0; }
section.features-content .features-container .feature-item .feature-caption {
    padding-right: 50px;
    padding-left: 50px; }
section.features-content .features-container .feature-item.feature-item-center {
    width: 100%;
    text-align: center;
    padding: 25px 0px 20px 0px; }
section.features-content .features-container .feature-item.feature-item-center .feature-figure-container img {
    width: 20%; }
section.features-content .features-container .feature-item.feature-item-center .feature-caption p {
    width: 70%;
    margin: 0 auto; }
section.features-content .features-container .features-container-subtitle {
    font-weight: 100;
    margin: 30px 0px; }
section.features-content .features-container .features-container-caption {
    color: #A5AEC3;
    text-align: left;
    font-weight: 100;
    line-height: 1.5rem; }
section.features-content .features-container .feature-item.left {
    float: left; }
section.features-content .features-container .feature-item.right {
    float: right; }
section.features-content .features-container .feature-item.right .feature-figure-container {
    text-align: right; }
section.features-content .features-container .feature-item .feature-figure-container img {
    width: 80%; }
section.features-content .features-container .feature-item .feature-figure-container.feature-gif{
    padding: 30px ;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
    margin-bottom: 30px;

    -webkit-box-shadow: #eceef9 0px 8px 30px 2px;
    -khtml-box-shadow: #eceef9 0px 8px 30px 2px;
    -moz-box-shadow: #eceef9 0px 8px 30px 2px;
    -ms-box-shadow: #eceef9 0px 8px 30px 2px;
    -o-box-shadow: #eceef9 0px 8px 30px 2px;
    box-shadow: #eceef9 0px 8px 30px 2px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
section.features-content .feature-item h3 {
    color: #3E3E6E; }
section.features-content .feature-item p {
    font-size: .9rem;
    line-height: 1.9rem;
    color: #949EB6;
    font-weight: 300;
    padding-top: 10px; }

.contact-box {
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    padding: 60px 20px;
    width: 729.72px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 3; }
.contact-box h3 {
    color: #3e3f6c;
    width: 470px;
    margin: 0 auto; }
.contact-box input {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    width: 441.37px;
    margin: 0 auto; }
.contact-box .btn {
    padding: 15px 40px;
    margin-top: 50px; }
.contact-box form {
    padding: 0 50px; }
.contact-box form a {
    color: #1a297a;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px; }

.contact-box.pricing h3 {
    width: 100%; }

.form-group {
    padding: 30px 0;
    margin: 0 auto;
    position: relative; }

.form-control {
    height: 40px;
    outline: none;
    border: 2px solid #d7d7d7;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.form-control:focus {
    border: 2px solid #b1b1b1; }
.form-control:focus::-webkit-input-placeholder {
    opacity: .2; }
.form-control:-moz-placeholder {
    color: red;
    opacity: 1; }
.form-control::-moz-placeholder {
    color: red;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: red; }
.form-control::-ms-input-placeholder {
    color: red; }

footer.platformly-home {
    background-image: linear-gradient(310deg, #21D4FD 0%, #B721FF 100%); }
footer.platformly-home .footer-body h3 {
    color: #fff;
    width: 794px;
    margin: 0 auto;
    padding-bottom: 50px; }

footer.mysystem {
    padding-top: 100px;
    background-image: linear-gradient(310deg, #71A0EA 20%, #7747B5 90%); }
footer.mysystem .footer-link-list {
    margin-top: 150px; }

.footer-link-list {
    padding: 20px 0px; }
.footer-link-list li {
    display: inline-block;
    padding: 20px; }
.footer-link-list li a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 14px; }

.star-group {
    position: absolute;
    border-bottom: 0;
    z-index: 1;
    right: 0;
    overflow: hidden;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }

.box-item .medals {
    width: 54%; }

.box-item .box-caption h4 {
    color: #3E3E6E; }

.box-item .box-caption p {
    font-size: .9rem;
    line-height: 1.9rem;
    color: #949EB6;
    font-weight: 300;
    padding-top: 20px; }

.link-list {
    margin-top: 10px; }
.link-list li a {
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    font-size: 12px; }

.link-header {
    font-size: 13px;
    letter-spacing: 1px; }

.link-header.blue {
    color: #27a4bc; }

.link-header.red {
    color: #e14379; }

.link-header.yellow {
    color: #d5b245; }

.chevron {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 5px; }
.chevron:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: 6px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    -webkit-transform: transform-origin(50% 50%);
    -khtml-transform: transform-origin(50% 50%);
    -moz-transform: transform-origin(50% 50%);
    -ms-transform: transform-origin(50% 50%);
    -o-transform: transform-origin(50% 50%);
    transform: transform-origin(50% 50%); }

.chevron.left:before {
    -webkit-transform: rotate(-135deg);
    -khtml-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: -15px 0 0 -10px; }

.chevron.up:before {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -10px 0 0 -15px; }

.chevron.down:before {
    -webkit-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: -20px 0 0 -15px; }

.chevron.right:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -15px 0 0 -20px; }

.chevron.circle {
    background: rgba(233, 233, 180, 0.75);
    border-radius: 50px; }

.chevron.debug {
    outline: 1px solid darkblue; }
.chevron.debug:before {
    outline: 1px solid red; }

.canvas {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.canvas .foreground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(http://www.sketchworld.de/images/trees2.png) repeat-x left bottom;
    background-size: 10%;
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 20px; }
.canvas .sky {
    height: 300%;
    width: 300%;
    position: absolute;
    top: -100%;
    left: -100%;
    margin-top: 50%;
    background-color: darkblue;
    background: -webkit-radial-gradient(center, #000046 0%, #000 60%);
    -webkit-animation: rotate 250s infinite linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 600px; }
.align-center.reduce-space {
    height: 400px; }
.align-center .left {
    position: absolute;
    left: 0;
    width: 50%; }
.align-center .right {
    position: absolute;
    right: 0;
    width: 50%; }

.sub-title {
    width: 100%;
    padding-top: 70px; }
.sub-title h4 {
    width: 630px;
    margin: 0 auto; }
.sub-title h1 {
    color: #3e3f6c; }

.icon-list {
    width: 100%; }
.icon-list li {
    width: 100%;
    position: relative;
    height: 100%;
    display: inline-block; }
.icon-list li .image {
    padding: 5px 0px;
    float: left;
    left: 0;
    width: 5%;
    text-align: left; }
.icon-list li .image img {
    width: 40%; }
.icon-list li b {
    float: right;
    right: 0;
    width: 95%;
    line-height: 30px; }

.process-illustration {
    width: 60%; }

.platformly-card {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative; }
.platformly-card .item {
    width: 420px;
    display: inline-block;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #CCD1E9 0 11px 23px 0;
    -khtml-box-shadow: #CCD1E9 0 11px 23px 0;
    -moz-box-shadow: #CCD1E9 0 11px 23px 0;
    -ms-box-shadow: #CCD1E9 0 11px 23px 0;
    -o-box-shadow: #CCD1E9 0 11px 23px 0;
    box-shadow: #CCD1E9 0 11px 23px 0;
    -webkit-transition: all ease 0.2s;
    -khtml-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: #fff;
    margin: 80px 50px;
    padding: 40px 0px;
    font-family: "Montserrat", sans-serif; }
.platformly-card .item:hover {
    height: 110%;
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
.platformly-card .item h3 {
    color: #424271;
    letter-spacing: 1px; }
.platformly-card .item label {
    color: #3E3E6E;
    line-height: 30px;
    letter-spacing: 1px; }
.platformly-card .item ul {
    padding: 40px 0px 20px 0px; }
.platformly-card .item ul li {
    color: #3E3E6E;
    letter-spacing: 1px;
    line-height: 30px; }
.platformly-card .item h1 {
    line-height: 100px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    color: #424271; }
.platformly-card .item .btn {
    width: 60%; }
.platformly-card .item .secure {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #3E3E6E;
    font-weight: 100; }
.platformly-card .item .secure img {
    height: 30px;
    padding: 0px 10px;
    position: relative;
    top: 6px; }
.platformly-card .item .card-payment img {
    width: 70%;
    padding: 20px 0px; }

.animation-wrapper {
    max-width: 1800px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2%;
    margin: 0 auto; }
.animation-wrapper .background {
    width: 80%;
    left: 3%;
    position: relative; }

.mysystem-illustration-animation {
    position: absolute;
    left: 0;
    top: 0;
    right: -100px;
    margin: 0 auto;
    width: 600px; }
.mysystem-illustration-animation svg {
    width: 100%;
    position: relative;
    z-index: 2; }
.mysystem-illustration-animation .ornament {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%; }
.mysystem-illustration-animation .ornament img {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
.mysystem-illustration-animation .ornament img.ornament-1 {
    width: 60px;
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3);
    left: -124px;
    top: 100px;
    opacity: 0; }
.mysystem-illustration-animation .ornament img.ornament-2 {
    width: 60px;
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3);
    left: -294px;
    top: 110px;
    opacity: 0; }
.mysystem-illustration-animation .ornament img.ornament-3 {
    width: 60px;
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3);
    left: -444px;
    top: 70px;
    opacity: 0; }
.mysystem-illustration-animation .ornament img.ornament-4 {
    width: 60px;
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3);
    left: -244px;
    top: 20px;
    opacity: 0; }
.mysystem-illustration-animation .ornament img.ornament-5 {
    width: 60px;
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3);
    left: 104px;
    top: 100px;
    opacity: 0; }
.mysystem-illustration-animation .ornament img.ornament-6 {
    width: 60px;
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3);
    left: -404px;
    top: 0px;
    opacity: 0; }
.mysystem-illustration-animation .ornament img.ornament-7 {
    width: 60px;
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3);
    left: 24px;
    top: -20px;
    opacity: 0; }
.mysystem-illustration-animation .box-result {
    position: absolute;
    top: 350px;
    right: 160px;
    width: 100px;
    height: 100px; }
.mysystem-illustration-animation .box-result img {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
.mysystem-illustration-animation .box-result .box-result-1 {
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3); }
.mysystem-illustration-animation .box-result .box-result-2 {
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3); }
.mysystem-illustration-animation .box-result .box-result-3 {
    -webkit-transform: translate(0px, 0px) scale(0.3);
    -khtml-transform: translate(0px, 0px) scale(0.3);
    -moz-transform: translate(0px, 0px) scale(0.3);
    -ms-transform: translate(0px, 0px) scale(0.3);
    -o-transform: translate(0px, 0px) scale(0.3);
    transform: translate(0px, 0px) scale(0.3); }

.green-switch.animate {
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-animation: green-switch-animate 3s infinite;
    -khtml-animation: green-switch-animate 3s infinite;
    -moz-animation: green-switch-animate 3s infinite;
    -ms-animation: green-switch-animate 3s infinite;
    -o-animation: green-switch-animate 3s infinite;
    animation: green-switch-animate 3s infinite; }

.gray-switch.animate {
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-animation: green-switch-animate 3.5s infinite;
    -khtml-animation: green-switch-animate 3.5s infinite;
    -moz-animation: green-switch-animate 3.5s infinite;
    -ms-animation: green-switch-animate 3.5s infinite;
    -o-animation: green-switch-animate 3.5s infinite;
    animation: green-switch-animate 3.5s infinite; }

.red-switch.animate {
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-animation: red-switch-animate 4s infinite;
    -khtml-animation: red-switch-animate 4s infinite;
    -moz-animation: red-switch-animate 4s infinite;
    -ms-animation: red-switch-animate 4s infinite;
    -o-animation: red-switch-animate 4s infinite;
    animation: red-switch-animate 4s infinite; }

.smoke-1 {
    stroke-dasharray: 100 !important;
    stroke-dashoffset: 100; }
.smoke-1.animate {
    stroke-dashoffset: 100;
    -webkit-animation: dash 1s linear forwards;
    -khtml-animation: dash 1s linear forwards;
    -moz-animation: dash 1s linear forwards;
    -ms-animation: dash 1s linear forwards;
    -o-animation: dash 1s linear forwards;
    animation: dash 1s linear forwards; }

.smoke-2 {
    stroke-dasharray: 100 !important;
    stroke-dashoffset: 100; }
.smoke-2.animate {
    stroke-dashoffset: 100;
    -webkit-animation: dash 1s linear forwards;
    -khtml-animation: dash 1s linear forwards;
    -moz-animation: dash 1s linear forwards;
    -ms-animation: dash 1s linear forwards;
    -o-animation: dash 1s linear forwards;
    animation: dash 1s linear forwards; }

.smoke-4 {
    stroke-dasharray: 180 !important;
    stroke-dashoffset: 180; }
.smoke-4.animate {
    stroke-dashoffset: 530;
    -webkit-animation: dash-4 1s linear infinite;
    -khtml-animation: dash-4 1s linear infinite;
    -moz-animation: dash-4 1s linear infinite;
    -ms-animation: dash-4 1s linear infinite;
    -o-animation: dash-4 1s linear infinite;
    animation: dash-4 1s linear infinite; }

.smoke-5 {
    stroke-dasharray: 150 !important;
    stroke-dashoffset: 150; }
.smoke-5.animate {
    stroke-dashoffset: 450;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-6 {
    stroke-dasharray: 100 !important;
    stroke-dashoffset: 100; }
.smoke-6.animate {
    stroke-dashoffset: 300;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-7 {
    stroke-dasharray: 40 !important;
    stroke-dashoffset: 40; }
.smoke-7.animate {
    stroke-dashoffset: 20;
    -webkit-animation: dash-short-reverse 1s linear infinite;
    -khtml-animation: dash-short-reverse 1s linear infinite;
    -moz-animation: dash-short-reverse 1s linear infinite;
    -ms-animation: dash-short-reverse 1s linear infinite;
    -o-animation: dash-short-reverse 1s linear infinite;
    animation: dash-short-reverse 1s linear infinite; }

.smoke-8 {
    stroke-dasharray: 40 !important;
    stroke-dashoffset: 40; }
.smoke-8.animate {
    stroke-dashoffset: 100;
    -webkit-animation: dash-short 1s linear infinite;
    -khtml-animation: dash-short 1s linear infinite;
    -moz-animation: dash-short 1s linear infinite;
    -ms-animation: dash-short 1s linear infinite;
    -o-animation: dash-short 1s linear infinite;
    animation: dash-short 1s linear infinite; }

.smoke-9 {
    stroke-dasharray: 100 !important;
    stroke-dashoffset: 100; }
.smoke-9.animate {
    stroke-dashoffset: 350;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-10 {
    stroke-dasharray: 100 !important;
    stroke-dashoffset: 100; }
.smoke-10.animate {
    stroke-dashoffset: 350;
    -webkit-animation: dash-reverse 1s linear infinite;
    -khtml-animation: dash-reverse 1s linear infinite;
    -moz-animation: dash-reverse 1s linear infinite;
    -ms-animation: dash-reverse 1s linear infinite;
    -o-animation: dash-reverse 1s linear infinite;
    animation: dash-reverse 1s linear infinite; }

.smoke-3 {
    stroke-dasharray: 50 !important;
    stroke-dashoffset: 150; }
.smoke-3.animate {
    -webkit-animation: dash-3 1s linear infinite;
    -khtml-animation: dash-3 1s linear infinite;
    -moz-animation: dash-3 1s linear infinite;
    -ms-animation: dash-3 1s linear infinite;
    -o-animation: dash-3 1s linear infinite;
    animation: dash-3 1s linear infinite; }

@-webkit-keyframes dash-reverse {
    to {
        stroke-dashoffset: 150; } }

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 300; } }

@-webkit-keyframes dash-4 {
    to {
        stroke-dashoffset: 180; } }

@-webkit-keyframes dash-3 {
    to {
        stroke-dashoffset: 50; } }

@-webkit-keyframes dash-short {
    to {
        stroke-dashoffset: 20; } }

@-webkit-keyframes dash-short-reverse {
    to {
        stroke-dashoffset: 100; } }

@-webkit-keyframes dash-short-2 {
    to {
        stroke-dashoffset: 100; } }

.yellow-lamp {
    -webkit-animation: yellow-lamp 4s ease infinite;
    -khtml-animation: yellow-lamp 4s ease infinite;
    -moz-animation: yellow-lamp 4s ease infinite;
    -ms-animation: yellow-lamp 4s ease infinite;
    -o-animation: yellow-lamp 4s ease infinite;
    animation: yellow-lamp 4s ease infinite; }

.yellow-glow {
    -webkit-animation: yellow-glow 4s ease infinite;
    -khtml-animation: yellow-glow 4s ease infinite;
    -moz-animation: yellow-glow 4s ease infinite;
    -ms-animation: yellow-glow 4s ease infinite;
    -o-animation: yellow-glow 4s ease infinite;
    animation: yellow-glow 4s ease infinite; }

@-webkit-keyframes yellow-glow {
    0% {
        fill-opacity: 0.3;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        -khtml-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
    33% {
        fill-opacity: 0.2;
        -webkit-transform: scale(0.9);
        -khtml-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: 50% 50%;
        -khtml-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
    100% {
        fill-opacity: 0.3;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        -khtml-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; } }

@-webkit-keyframes yellow-lamp {
    0% {
        fill-opacity: 1; }
    33% {
        fill-opacity: 0.6; }
    100% {
        fill-opacity: 1; } }

@-webkit-keyframes ornament-1 {
    0% {
        opacity: 1;
        -webkit-transform: translate(182px, 155px) opacity(1);
        -khtml-transform: translate(182px, 155px) opacity(1);
        -moz-transform: translate(182px, 155px) opacity(1);
        -ms-transform: translate(182px, 155px) opacity(1);
        -o-transform: translate(182px, 155px) opacity(1);
        transform: translate(182px, 155px) opacity(1); } }

.indicator-top.animate {
    -webkit-animation: indicator-top-animate 2s infinite;
    -khtml-animation: indicator-top-animate 2s infinite;
    -moz-animation: indicator-top-animate 2s infinite;
    -ms-animation: indicator-top-animate 2s infinite;
    -o-animation: indicator-top-animate 2s infinite;
    animation: indicator-top-animate 2s infinite; }

@-webkit-keyframes indicator-top-animate {
    0% {
        stroke: #7A88EE; }
    33% {
        stroke: #FF7471; }
    100% {
        stroke: #7A88EE; } }

@-webkit-keyframes green-switch-animate {
    0% {
        -webkit-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    33% {
        -webkit-transform: translateY(17px);
        -khtml-transform: translateY(17px);
        -moz-transform: translateY(17px);
        -ms-transform: translateY(17px);
        -o-transform: translateY(17px);
        transform: translateY(17px); }
    100% {
        -webkit-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }

@-webkit-keyframes red-switch-animate {
    0% {
        -webkit-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    33% {
        -webkit-transform: translateY(-17px);
        -khtml-transform: translateY(-17px);
        -moz-transform: translateY(-17px);
        -ms-transform: translateY(-17px);
        -o-transform: translateY(-17px);
        transform: translateY(-17px); }
    100% {
        -webkit-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }

@media screen and (min-width: 1600px) {
    .features-header.mysystem .features-header-content {
        margin-top: 2vh; } }

@media screen and (min-width: 1681px) {
    .features-header.mysystem .features-header-content {
        margin-top: 5vh; } }

@media screen and (min-width: 2300px) {
    .features-header.mysystem .features-header-content {
        margin-top: 6vh; } }

@media screen and (max-width: 1030px) {
    .features-header.mysystem .features-header-title h1 {
        width: auto; } }

@media screen and (min-width: 981px) {
    .hidden-lg {
        display: none !important; }
    .fade {
        -webkit-transition: all ease-in-out 0.3s;
        -khtml-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
    .fade.bottom {
        -webkit-transform: translateY(50px) scale(0.5);
        -khtml-transform: translateY(50px) scale(0.5);
        -moz-transform: translateY(50px) scale(0.5);
        -ms-transform: translateY(50px) scale(0.5);
        -o-transform: translateY(50px) scale(0.5);
        transform: translateY(50px) scale(0.5);
        opacity: 0; }
    .fade.bottom.in {
        -webkit-animation: fade-bottom 0.5s ease-in-out forwards;
        -khtml-animation: fade-bottom 0.5s ease-in-out forwards;
        -moz-animation: fade-bottom 0.5s ease-in-out forwards;
        -ms-animation: fade-bottom 0.5s ease-in-out forwards;
        -o-animation: fade-bottom 0.5s ease-in-out forwards;
        animation: fade-bottom 0.5s ease-in-out forwards;
        opacity: 1; }
    .pricing-box {
        z-index: 4; }
    .center {
        top: 50%;
        transform: translateY(50%); }
    .features-header {
        height: 435px; }
    .features-header .features-header-content .figure-container .ornament-group .ornament.rotate {
        -webkit-animation: rotateornament 50s ease-in-out infinite;
        -khtml-animation: rotateornament 50s ease-in-out infinite;
        -moz-animation: rotateornament 50s ease-in-out infinite;
        -ms-animation: rotateornament 50s ease-in-out infinite;
        -o-animation: rotateornament 50s ease-in-out infinite;
        animation: rotateornament 50s ease-in-out infinite; } }

@media screen and (max-width: 980px) {
    header.mysystem .features-header {
        height: 900px; }
    header.mysystem .features-header .features-header-content {
        height: 530px; }
    header.mysystem .features-header .features-header-content .figure-container {
        top: auto;
        height: 100%; }
    header.mysystem .features-header .features-header-title {
        padding-right: 40px;
        padding-left: 40px; }
    header.mysystem .features-header .features-header-title h1 {
        padding: 0px; }
    header.mysystem .features-header .features-header-title p {
        width: auto; }
    section.features-content .features-container .feature-item.feature-item-center .feature-figure-container img {
        width: 50%; }
    section.features-content .features-container .feature-item.feature-item-center .feature-caption p {
        width: 100%; }
    section.features-content .features-container.card {
        width: 80%;
        text-align: left; }
    .navbar .container-fluid {
        padding: 0 2rem; }
    section.features-content .feature-caption.long {
        padding: 40px 0px; }
    .padding-align {
        padding: 0px 40px; }
    section.features-content.platformly-home .features-container .features-container-subtitle {
        padding: 0px 0px; }
    section.features-content.platformly-home .features-container {
        padding: 0px 0px 50px 0px; }
    .text-center-mobile {
        text-align: center !important; }
    section.features-content.platformly-home .features-container .features-container-caption {
        padding: 0px; }
    .icon-list {
        width: 100%; }
    .box-item .medals {
        padding-top: 40px;
        padding-bottom: 20px;
        width: 70%; }
    .align-center {
        display: block;
        text-align: center;
        height: auto; }
    .align-center.reduce-space {
        height: auto; }
    .align-center .left {
        position: relative;
        width: 100%; }
    .align-center .right {
        position: relative;
        width: 100%; }
    .section-title.platformly-home {
        top: -120px; }
    .features-header .features-header-content .figure-container .background.platformly-home {
        width: 680px;
        height: auto; }
    .features-header.platformly-home .features-header-content .figure-container {
        top: 30px; }
    .box-white {
        display: none; }
    .features-header {
        height: 600px; }
    .features-header .features-header-content .figure-container .scientist.crm {
        top: 80px; }
    .features-header .features-header-content .figure-container .moon.pricing {
        bottom: -100px; }
    .features-header .features-header-content .figure-container .astronaut.messaging {
        height: 220px;
        left: -80px; }
    .features-header .features-header-content .figure-container .icon.linktracking {
        left: -570px;
        top: 190px; }
    .features-header .features-header-content .figure-container .icon:nth-child(2).linktracking {
        left: -400px;
        top: 50px; }
    .features-header .features-header-content .figure-container .icon:nth-child(3).linktracking {
        top: 35px;
        left: -120px; }
    .features-header .features-header-content .figure-container .icon:nth-child(4).linktracking {
        top: 45px;
        left: 250px; }
    .features-header .features-header-content .figure-container .icon:nth-child(5).linktracking {
        top: 137px;
        left: 505px; }
    .features-header .features-header-content .figure-container .land {
        bottom: 0; }
    .features-header .features-header-content .figure-container .land.crm {
        bottom: 90px; }
    .features-header .features-header-content .figure-container .background.linktracking {
        top: 25px; }
    .features-header.pricing {
        height: 400px; }
    .video-player img {
        width: 100%; }
    .contact-box {
        width: 679.72px; }
    footer.platformly-home .footer-body h3 {
        width: auto; }
    footer .footer-footer .link-list {
        margin-left: 0; }
    footer .footer-footer .link-header {
        margin-left: 0; }
    footer .footer-footer .footer-home {
        margin-top: 50px;
        padding: 0 2rem; }
    footer .footer-title {
        width: 100%;
        font-size: 18px;
        line-height: 33px;
        margin-top: 50px; }
    section.features-content.platformly-home {
        padding-bottom: 0px; }
    section.features-content .features-container .feature-item {
        width: 100%; }
    section.features-content .features-container .feature-item.left {
        float: none; }
    section.features-content .features-container .feature-item.right {
        float: none; }
    section.features-content .features-container .feature-item.right .feature-figure-container {
        text-align: center; }
    .feature-box.faq {
        text-align: center; } }

@media screen and (max-width: 800px) {
    .hidden-sm {
        display: none; }
    .section-title h1 {
        top: -150px; }
    h3 {
        font-size: 1.5rem;
        line-height: 2rem; }
    h4 {
        font-size: 1.1rem;
        line-height: 1.8rem; }
    .video-player {
        padding: 10px 0; }
    .video-player img {
        width: 100%; }
    .content .content-title {
        padding-bottom: 60px; }
    .box-item {
        padding: 40px 0px; }
    .dropdown.mobile {
        margin-top: 0; }
    #triangle-round-flip.home {
        fill: #fff; }
    .triangle.top {
        border-bottom: 80px solid transparent; }
    .triangle.bottom {
        border-top: 80px solid transparent;
        border-right: 100vw solid #fff; }
    .navbar {
        padding: 15px 0; }
    .navbar .container-fluid {
        padding: 0 30px; }
    .navbar .nav {
        display: none; }
    .navbar .navbar-toggle {
        display: block; }
    .navbar .navbar-brand img {
        height: 20px;
        padding-top: 7px; }
    .navbar.scrolled {
        padding: 10px 0; }
    .navbar.scrolled .navbar-brand {
        top: 2px; }
    .navbar.scrolled .navbar-brand img {
        height: 15px; }
    #triangle-rounded.pricing {
        fill: #fff; }
    section.faq .section-title h1 {
        top: 0; }
    section.features-content .features-title {
        padding: 30px 5px; }
    section.features-content .features-container {
        padding: 50px 0px; }
    section.features-content .features-container .feature-item {
        width: 100%; }
    section.features-content .features-container .feature-item .feature-caption {
        padding-right: 0;
        padding-left: 0; }
    section.features-content .features-container .feature-item .feature-caption h4 {
        text-align: center; }
    section.features-content .features-container .feature-item .feature-caption p {
        text-align: left; }   
    section.features-content .features-container .feature-item {
        padding: 0px 0px; }
    section.features-content .features-container .feature-item .feature-figure-container {
        padding-bottom: 40px; }
    section.features-content .features-container .feature-item.left {
        float: none; }
    section.features-content .features-container .feature-item.right {
        float: none; }
    section.learn-features {
        background: #fff; }
    section.beta-pricing {
        height: auto;
        background: #fff; }
    footer .footer-footer .link-list {
        margin-left: 0; }
    footer .footer-footer .link-header {
        margin-left: 0; }
    footer .footer-title {
        width: 100%;
        font-size: 18px;
        line-height: 33px;
        margin-top: 50px; }
    footer.home .footer-title h2 {
        font-weight: 300;
        line-height: 90px; }
    .contact-box {
        width: auto;
        padding-left: 4px;
        padding-right: 4px; }
    .contact-box h3 {
        width: auto; }
    .contact-box form {
        padding: 0 20px; }
    .contact-box input {
        width: 100%; }
    header.home .features-header {
        height: auto; }
    header.pricing {
        height: auto; }
    header.pricing .features-header .features-header-title {
        position: relative;
        top: 100px; }
    .features-header.home .features-header-title h1 {
        width: auto;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.2rem; }
    .features-header.home .features-header-title p {
        text-align: center;
        font-size: .8rem; }
    .features-header.home .features-header-title .button-group {
        margin: 0 auto;
        margin-top: -20px;
        width: 200px;
        z-index: 4;
        position: relative; }
    .features-header.home .features-header-title .button-group button {
        padding: 15px;
        width: 100%; }
    .features-header.home .features-header-title .button-group button:nth-child(2) {
        margin-top: 10px;
        padding-left: 30px;
        margin-left: 0; }
    .features-header .features-header-title {
        margin-top: -20px;
        padding-bottom: 60px; 
    }
    .features-header .features-header-title h1 {
        width: auto;
        padding: 0 2rem; }
    .features-header .features-header-content .figure-container {
        height: 400px;
        height: 500px;
        top: -80px;
        margin: 0 auto; }
    header .container-fluid {
        padding-left: 0;
        padding-right: 0; } }

@media screen and (width: 768px) {
    .pricing-box {
        width: 600px;
        z-index: 4; }
    .hidden-lg {
        display: none !important; } }

@media only screen and (max-width: 680px) {
    header.mysystem .features-header {
        height: 700px; }
    header.mysystem .features-header .features-header-content {
        padding-top: 30px;
        height: 320px; }
    header.mysystem .features-header .features-header-content .figure-container {
        height: 100%; }
    header.mysystem .features-header .features-header-content .figure-container img {
        display: none; }
    header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation {
        top: -40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100vw;
        height: 100%;
        position: relative;
        z-index: 1;
        right: 0;
        margin: 0 auto;
        background-image: url(https://cdn.plypages.com/cfb46282-f0f8-4c6e-b678-49b5ece693dd/-/resize/2600x/-/quality/lighter/home_mainmachine.png); }
    header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation svg {
        display: none; }
    header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation .ornament {
        display: none; }
    section.features-content .features-container .feature-item.feature-item-center .feature-figure-container img {
        width: 70%; }
    section.features-content .features-container .feature-item.feature-item-center {
        padding: 0px; }
    section.features-content .features-container.card.align-center {
        height: auto;
        display: block;
        text-align: center; }
    section.features-content .features-container.card .card-caption {
        padding: 20px 0px;
        width: 100%; }
    .features-header .features-header-content .figure-container .ornament.platformly-home .first {
        -webkit-animation: none;
        -khtml-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none; }
    .features-header .features-header-content .figure-container .ornament.platformly-home .second {
        -webkit-animation: none;
        -khtml-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none; }
    .features-header .features-header-content .figure-container .ornament.platformly-home .third {
        -webkit-animation: none;
        -khtml-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none; }
    .sub-title h4 {
        width: auto; }
    .process-illustration {
        width: 100%; }
    .platformly-card .item {
        width: 80%;
        margin: 40px 0px;
        padding: 40px 20px; }
    .features-header .features-header-content .figure-container .background.platformly-home {
        width: 100%;
        margin: 30px auto; }
    .section-title {
        padding: 0px 10px; }
    .section-title h4 {
        line-height: 2rem; }
    .dropdown.mobile .align-center {
        margin: 30vh 0px; } }

@media screen and (max-width: 480px) {
    header.mysystem .features-header {
        height: 820px; }
    header.mysystem .features-header .features-header-content {
        height: 300px; }
    header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation {
        top: -40px;
        background-size: cover; }
    .platformly-card .item .secure img {
        height: 20px;
        top: 4px; }
    .platformly-card .item .btn {
        width: 80%; }
    .platformly-card .item {
        width: 80%;
        padding: 40px 25px; }
    .box-item {
        padding: 0px 0px; }
    .icon-list li .image img {
        width: 100%; }
    .icon-list li b {
        width: 90%; }
    .features-header .features-header-content .figure-container .ornament.platformly-home .first {
        width: 30%;
        top: 0px; }
    .features-header .features-header-content .figure-container .ornament.platformly-home .second {
        width: 30%;
        top: -20px;
        right: -200px; }
    .features-header .features-header-content .figure-container .ornament.platformly-home .third {
        width: 25%;
        top: 75px;
        left: -30px; }
    .tab-panel {
        margin-top: 10px; }
    .tab-panel .filter-active {
        padding: 10px 0 15px 0;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        cursor: pointer;
        color: #3e3f6c; }
    .tab-panel .filter-active a .chevron:before {
        border-color: #3e3f6c; }
    .tab-panel .nav-panel {
        position: fixed;
        top: 0;
        width: 100%;
        height: 0;
        padding: 0 0;
        overflow: hidden;
        z-index: 6;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff;
        left: 0;
        right: 0; }
    .tab-panel .nav-panel .dropdown-close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px; }
    .tab-panel .nav-panel li {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #eee; }
    .tab-panel .nav-panel li a:hover {
        border: none; }
    .tab-panel .nav-panel li.active a {
        border: none !important; }
    .tab-panel .nav-panel.open {
        height: 100vh;
        padding: 60px 0; }
    .tab-panel .panel-content .icon-group {
        padding: 0; }
    .tab-panel .panel-content .icon-group li {
        width: 90px;
        height: 120px; }
    .tab-panel .panel-content .icon-group li a img {
        height: 30px; }
    .tab-panel .panel-content .icon-group li p {
        font-size: .5rem;
        line-height: 1rem; }
    .nav-mobile {
        display: block; }
    h1 {
        font-size: 1.8rem;
        line-height: 2.8rem; }
    footer .footer-footer {
        position: relative;
        z-index: 2; }
    footer .footer-footer .link-list {
        margin-left: 0; }
    footer .footer-footer .link-header {
        margin-left: 0; }
    footer .footer-title {
        width: 100%;
        font-size: 18px;
        line-height: 33px;
        margin-top: 50px; }
    .features-header.home .features-header-content .figure-container .ornament {
        width: auto;
        top: -370px; }
    .features-header .features-header-content .figure-container {
        height: 400px;
        top: -80px;
        margin: 0 auto; } }

@media screen and (max-width: 321px) {
    ul.list-inline {
        padding: 2px 0; }
    section.features-content .features-container.card.align-center {
        width: 70%; }
    header.mysystem .features-header .features-header-content .figure-container {
        height: 230px;
        top: -80px; }
    header.mysystem .features-header .features-header-content .figure-container .mysystem-illustration-animation {
        top: 40px; }
    ul.btn-full li {
        padding: 5px 0; }
    .features-header.home .features-header-content .figure-container .rocket {
        top: 90px !important; }
    .features-header.home .features-header-content .figure-container .ornament {
        top: -350px !important;
        width: 300px !important;
        left: -10px; }
    .features-header.home .features-header-title p {
        padding-bottom: 50px;
        padding-top: 30px; } }


.dropdown.mobile .btn-get-invite,
.dropdown.mobile .btn-get-start{
    line-height: 55px;
}

.features-header .features-header-title .btn-get-invite,
.features-header .features-header-title .btn-get-start{
    line-height: 55px;
    top: 50px;
    z-index: 3;
}

.footer-content.features .btn-get-invite,
.footer-content.features .btn-get-start{
    line-height: 55px;
}

/* START sweet alert modal */

.sweet-alert{
    padding-left: 20px;
    padding-right: 20px;
}

.sweet-alert h2{
    font-weight: 600;
    color: #596176;
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sweet-alert .text-muted {
    color: #9a9a9a;
    line-height: 21px;
    margin-top: 20px;
}

.sweet-alert .btn {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.sweet-alert .btn-success,
.sweet-alert .btn-success:focus,
.sweet-alert .btn-success:active{
    border: 0px solid #17A88B;
    color: #FFF;
    background-color: #17A88B;
    border-radius: 100px!important;
    outline: 0!important;
}

.sweet-alert .btn-success:hover {
    color: #FFF!important;
    background-color: #149278!important;
    border-color: #149278!important;
}

.sweet-alert .btn-default,
.sweet-alert .btn-default:focus,
.sweet-alert .btn-default:active{
    border: 0px solid #17A88B;
    color: #737373;
    background-color: #e6e6e6;
    border-radius: 100px!important;
    outline: 0!important;
}

.sweet-alert .btn-default:hover {
    color: #737373!important;
    background-color: #d9d9d9!important;
    border-color: #d9d9d9!important;
}

.sweet-alert .sa-button-container{
    padding-top: 15px;
}


/* END sweet alert modal */

/* START some tempary fixes by Eranga*/
.features-container-calendar{
    padding-top:20px !important;
    /*padding-bottom:50px !important;*/
}
.features-container-communication{
    padding-top:80px !important;
    padding-bottom:50px !important;
}
/* END some tempary fixes Eranga*/

/* START fixes for pricing page */
.pricing-header-content .btn-group-price{
    margin-bottom: 15px;
}
.pricing-header-content .btn-group-price .btn.mysystem:hover{
    transform: translateY(0px);
}

.pricing-header-content .btn-group-price .btn.mysystem{
    background: #fff;
    color: #5d77e4;
    margin-left: 0px;
    margin-right: 0px;
    /*font-weight: bold;*/
}
.pricing-header-content .btn-group-price .btn.mysystem.active{
    background: linear-gradient(310deg, #FF91BD 40%, #FFA0A0 100%);
    color: #fff;
}

.pricing-header-content .btn-group-price .btn.mysystem:hover{
    background: #fff;
}
.pricing-header-content .btn-group-price .btn.mysystem.active:hover{
    background: linear-gradient(310deg, #FF91BD 40%, #FFA0A0 100%);
}

.pricing-header-content .btn-group-price .btn.btn-left{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pricing-header-content .btn-group-price .btn.btn-right{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pricing-header-content .btn-group-price .saving-yearly{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    /*margin-left: 20px;*/
    background: #52cdd9;
    padding: 15px 15px 15px 15px;
    position: absolute;
        margin-top: -40px;
    border-radius: 10px;
    margin-left: -140px;
}

.pricing-header-content .packet-secure .features.small{
    font-size: 80%;
    margin-top: -10px;
    color: #949EB6;
}

.pricing-header-content .packet-price .-unlimited-price-year,
.pricing-header-content .packet-price .-unlimited-price-year-save{
    padding: 5px 0px 5px 0px;
    
}
/* END fixes for pricing page */

.text-justify,
section.features-content .features-container .feature-item .feature-caption p.text-justify{
  text-align: justify;}

 section.features-content .features-container .feature-item .feature-caption p.text-center {
    text-align: center; }
 
 .pb-0{
     padding-bottom: 0px !important;
 }

 section.privacy p,
 section.terms p{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
    vertical-align: baseline;
    text-align: left;
 }
 
 section.privacy h2,
 section.terms h2{
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0 auto;
    /*font-family: Din;*/
    font-weight: normal;
    color: #000000;
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0;
}

section.privacy ul,
section.terms ul{    
    margin: 0;
    padding: 0;
    border: 0;
    padding-left: 50px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    list-style-type: none;
}

section.privacy li,
section.terms li{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
    list-style-type: circle;
    text-align: left;   
    
}

header.mysystem.privacy .features-header,
header.mysystem.terms .features-header{
    height: 125px;
}

section.features-content.privacy,
section.features-content.terms{
    padding-top:0px;
}

@media screen and (min-width: 981px){
    header.mysystem.privacy .features-header,
    header.mysystem.terms .features-header{
        height: 125px;
    }
}

@media screen and (max-width: 980px){
    header.mysystem.privacy .features-header,
    header.mysystem.terms .features-header{
        height: 125px;
    }
    
    section.features-content.privacy,
    section.features-content.terms{
        padding-top:15px;
    }
    
}

@media screen and (max-width: 680px){
    header.mysystem.privacy .features-header,
    header.mysystem.terms .features-header{
        height: 180px;
    }
    
    section.features-content.privacy,
    section.features-content.terms{
        padding-top:25px;
    }
}

@media screen and (max-width: 480px){
    header.mysystem.privacy .features-header,
    header.mysystem.terms .features-header{
        height: 180px;
    }
}


