html,
body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;

}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.2rem
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: 0.8rem
}

h6 {
    font-size: 0.7rem
}

p {
    font-size: 1rem;
    line-height: 1.5
}

ul,
ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.col {
    float: left;
    padding: 0 10px;
    box-sizing: border-box
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul li a.button.btn {
    background: #0089ff;
    color: #fff;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

nav ul {
    margin: 0;
    display: flex;
    justify-content: end;
}

nav {
    position: relative;
}

nav .line {
    height: 2px;
    position: absolute;
    bottom: 0;
    margin: 10px 0 0 0;
    background: #FF1847;
}

nav ul li {
    transition: all 0.4s ease;
    margin: 0 10px;
}

nav ul li.active {
    opacity: 1;
}

nav ul li.last {
    display: flex;
    align-items: center;
    margin-right: 0;
}

nav ul li.last a:hover {
    background: #ff1847;
    transition: all 0.5s ease-in-out;
}

nav ul li a:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #FF1847;
    display: block;
    width: 0;
    left: 50%;
    transition: all 0.5s ease-in-out;
}
nav ul li a:before {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #FF1847;
    display: block;
    width: 0;
    right: 50%;
    transition: all 0.5s ease-in-out;
}

nav ul li.current a {
    color: #FF1847;
    
}

nav ul li a {
    display: block;
    padding: 15px 10px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.5s ease-in-out;
}
nav ul li:not(.last) a:hover:before, nav ul li:not(.last) a:hover:after, nav ul li.current a:after, nav ul li.current a:before{
    width: 50%;
}

header {
    padding: 0;
    position: sticky;
    z-index: 9999;
    background: #fff;
    top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

header .row {
    display: flex;
    align-items: center;
}

.button {
    padding: 10px 20px;
    border-radius: 20px;
}

.green {
    background: #2bc48a;
    color: #fff;
}
.callToAction.centeralligned {
    text-align: center;
    margin: 50px auto;
}

.callToAction.centeralligned h2 {
    font-size: 1.875vw;
    font-weight: 800;
    margin-bottom: 0;
}

.callToAction.centeralligned p {
    color: #666;
}

.callToAction.centeralligned a.button.yellow {
    margin: 20px auto 0;
}
.callToAction.centeralligned {
    text-align: center;
    margin: 50px auto;
}

.callToAction.centeralligned h2 {
    font-size: 1.875vw;
    font-weight: 800;
    margin-bottom: 0;
}

.callToAction.centeralligned p {
    color: #666;
}

.callToAction.centeralligned a.button.yellow {
    margin: 20px auto 0;
}

.footer {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

ul.social {
    display: flex;
}

ul.social li a {
    font-size: 0;
    width: 23px;
    height: 23px;
    background: url(../../images/img/fb.png) no-repeat;
    display: block;
    background-position: -4px -3px;
    background-size: auto 30px;
}

ul.social li a.Twitter {
    background-position: -52px -3px;
}

ul.social li a.Youtube {
    background-position: -100px -3px;
}

ul.social li a.LinkedIN {
    background-position: -196px -3px;
}

ul.social li a.pintIn {
    background-position: -244px -3px;
}

ul.social li {
    padding: 0 7px 0 0;
}

ul.staticLinks {
    display: flex;
    justify-content: flex-end;
}

ul.staticLinks li:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #666;
}

ul.staticLinks li a {
    color: #000;
    text-decoration: none;
    display: block;
}


@media (min-width: 768px) {

    .span_1 {
        width: 8.33%
    }

    .span_2 {
        width: 16.66%
    }

    .span_3 {
        width: 25%
    }

    .span_4 {
        width: 33.33%
    }

    .span_5 {
        width: 41.66%
    }

    .span_6 {
        width: 50%
    }

    .span_7 {
        width: 58.33%
    }

    .span_8 {
        width: 66.66%
    }

    .span_9 {
        width: 75%
    }

    .span_10 {
        width: 83.33%
    }

    .span_11 {
        width: 91.6%
    }

    .span_12 {
        width: 100%
    }
}


@media only screen and (min-width: 1024px){
    span.menutoggle, a.closebtn{
        display: none;
    }
}
@media only screen and (max-width: 1023px){
    header{
        position: relative;z-index: 999;
    }
    
    .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      background-color: #f0f0f0;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    overflow-x: hidden
    }

    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }

    .sidenav a:hover {
      color: #f1f1f1;
    }

    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    header .col.span_10 span.menutoggle{
        font-size: 14px;
        color: #000;
    }
    header .col.span_10 {
        text-align: right;
    }

    header {
        padding: 10px 0;
    }
    nav#mySidenav ul {
        display: block;
        width: 250px;
    }

    nav#mySidenav ul li a {
        padding: 10px 20px;
    }
}


@media (max-width: 767px) {
    .footer .col {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    ul.staticLinks, ul.social {
        justify-content: center;
    }
    .callToAction.centeralligned h2 {
        font-size: 24px;
    }

    .callToAction.centeralligned {
        padding: 0 20px;
    }
    .callToAction.centeralligned h2 {
        font-size: 24px;
    }

    .callToAction.centeralligned {
        padding: 0 20px;
    }
    header .col.span_10 {
        float: right;
    }

    header .col.span_2 a img {
        display: block;
        height: 20px;
    }

    header .col.span_10 span.menutoggle {
        font-size: 16px;
    }
    header .row{
        display: block;
    }
    nav#mySidenav ul li a {
        font-size: 16px;
        display: block;
        text-align: right;
    }

    nav ul li.last {
        display: block;
    }
    
}
.banner h2 {
    font-size: 2.5vw;
    font-weight: 700;
}

section.banner {
    height: auto;
    background: #fae785 url(../../images/img/featuresbanerbg.png) no-repeat center center;
    position: relative;
    padding: 50px 0 0;
}

.greenBG {
    position: relative;
    margin-top: -2vw;
}

.banner.is-visible .tablet,
.banner.is-visible .phone {
    -webkit-transition: opacity 1s 0.4s ease-out,
        -webkit-transform 2s 1s cubic-bezier(0, 1, .3, 1);
    transition: opacity 1s 0.4s ease-out, -webkit-transform 2s 1s cubic-bezier(0, 1, .3, 1);
    transition: transform 2s 1s cubic-bezier(0, 1, .3, 1), opacity 1s 0.4s ease-out;
    transition: transform 2s 1s cubic-bezier(0, 1, .3, 1), opacity 1s 0.4s ease-out,
        -webkit-transform 2s 1s cubic-bezier(0, 1, .3, 1);
}

.callToAction.centeralligned {
    background: #1995ff;
    color: #fff;
}

.callToAction.centeralligned h2 {
    font-weight: 400;
    text-align: left;
}

form.getStartedForm input[type="email"] {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    height: 35px;
    border-radius: 20px 0 0 20px;
    border-right: 0;
}

form.getStartedForm .row {
    margin: 0px;
}

form.getStartedForm {
    padding: 20px 0 0;
}

form.getStartedForm button {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    background: #002b6a;
    color: #fff;
    border: 0;
    border-radius: 0 20px 20px 0;
}

form.getStartedForm .row .col {
    padding: 0;
}

form.getStartedForm .callToAction.centeralligned p {
    text-align: left;
    color: #fff;
}

.callToAction.centeralligned p {
    text-align: left;
    color: #fff;
}
.callToAction.centeralligned{
    margin-bottom: 0;
}

form.getStartedForm input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

form.getStartedForm input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

form.getStartedForm input[type="email"]::placeholder {
  color: #fff;
}
section.banner h2 {
    margin: 0;
}
.faqsSection {
    padding: 50px 0;
}

ul.paymentList li {
    padding: 20px 0;
    border-bottom: 1px solid #9a9a9a;
    font-size: 14px;
}

ul.paymentList li:first-child {
    border-top: 1px solid #9a9a9a;
}
.faqsSection .col.span_8 .row{
    margin: 0 -40px;
}

.faqsSection .col.span_8 .row .col{
    padding: 0 40px;
}
.faqsSection .col.span_8 h3 {
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}
ul.paymentList li:after {content: "\2192";/* float: right; */margin-left: 20px;}






@media only screen and (max-width: 1023px){
    .row{
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .container {
        max-width: 100%;
    }
    
    ul.why-us-features li.firstWithBgRound:after, ul.why-us-features li.firstWithBgRound:before, .manage li.firstWithBgRound:after{
        top:20%;
    }
    .manage li.firstWithBgRound:before{
        top: 30%;
    }
}

@media only screen and (max-width: 767px){
    ul.why-us-features li, ul.manage li{
        width: 100%;
    }
    ul.why-us-features li:nth-child(3n-1), ul.manage li:nth-child(3n-1){
        transform: none !important;
    }
    ul.why-us-features li.firstWithBgRound p {
        font-size: 14px;
    }
    ul.why-us-features li.firstWithBgRound h3, ul.manage li.firstWithBgRound h3, ul.manage li h4, ul.why-us-features li h4, ul.manage li h3 {
        font-size: 16px;
    }
   
    ul.why-us-features li.firstWithBgRound:after, ul.why-us-features li.firstWithBgRound:before, .manage li.firstWithBgRound:after, .manage li.firstWithBgRound:before{
        width: 100%;
        height: 100%;
        transform: none;
        top: 0;
        left: 0;
        border-radius: 20px;
    }
    ul.why-us-features li.firstWithBgRound, ul.manage li.firstWithBgRound{
            box-shadow: none;
        position: relative;
        padding: 20px;
        transform: none;
        margin: 15px;
    }
    ul.manage li.map span.count{
        font-size: 20px;
    }
    ul.manage li h3 {
        text-align: center;
        text-align: center;
        width: 100%;
        left: 0;
    }
    .banner h2 {
        font-size: 20px;
    }

    section.banner {
        height: auto;
    }

    section.banner a.button {
        display: inline-block;
        margin-bottom: 20px;
    }

    section.banner .col.span_7 {
        width: 100%;
    }

    section.banner .col.span_5 {
        width: 100%;
    }

    .greenBG > div {
        position: static;
    }

    .greenBG {
        display: flex;
        align-items: baseline;
        margin-top: 0px;
        justify-content: flex-end;
    }

    .greenBG .tablet {
        width: 50%;
    }

    .greenBG .phone {
        width: 20%;
    }
    
    .createOwn .container .row .col:first-child {
        order: 2;
    }

    .createOwn .container .row .col {
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    .createOwn .container .row h3 {
        font-size: 20px;
    }
    
    
    .callToAction.centeralligned h2 {
        font-size: 24px;
    }

    .callToAction.centeralligned {
        padding: 0 20px;
    }
    .callToAction.centeralligned h2 {
        font-size: 24px;
    }

    .callToAction.centeralligned {
        padding: 0 20px;
    }

    .footer .col {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    ul.staticLinks, ul.social {
        justify-content: center;
    }
    .faqsSection {
        padding: 0px 0;
    }
    .faqsSection .col.span_8 .row .col {
        width: 100%;
    }
    ul.paymentList li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faqsSection .col.span_8{
        margin-bottom: 40px;
    }
    .faqsSection .col.span_8 .row .col {
        padding: 0;
    }
    .faqsSection .col.span_8 .row {
        margin: 0;
    }
    .callToAction.centeralligned {
        padding: 0;
    }
    section.banner{
        padding-top: 20px;
    }
}
/* Styles for the animated quote */

.banner{
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 40em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-shadow: 0 0 1em #fff;
    
}

.banner.is-visible .greenBG .layer1, .banner.is-visible .greenBG .layer2, .banner.is-visible .greenBG .layer3 {
    -webkit-transition: opacity 3s .4s ease-out, -webkit-transform 2s .4s cubic-bezier(0,1,.3,1);
    transition: opacity 3s .4s ease-out, -webkit-transform 2s .4s cubic-bezier(0,1,.3,1);
    transition: transform 2s .4s cubic-bezier(0,1,.3,1), opacity 3s .4s ease-out;
    transition: transform 2s .4s cubic-bezier(0,1,.3,1), opacity 3s .4s ease-out, -webkit-transform 2s .4s cubic-bezier(0,1,.3,1);
}
.banner.is-visible .tablet, .banner.is-visible .phone {
    -webkit-transition: opacity 1s 0.4s ease-out, 
    -webkit-transform 2s 1s cubic-bezier(0,1,.3,1);
    transition: opacity 1s 0.4s ease-out, -webkit-transform 2s 1s cubic-bezier(0,1,.3,1);
    transition: transform 2s 1s cubic-bezier(0,1,.3,1), opacity 1s 0.4s ease-out;
    transition: transform 2s 1s cubic-bezier(0,1,.3,1), opacity 1s 0.4s ease-out, 
    -webkit-transform 2s 1s cubic-bezier(0,1,.3,1);
}
.is-visible .playOpacity {
    transition: all 3s 0.4s cubic-bezier(0,1,.3,1) ;
}
.banner.is-visible .tablet, .banner.is-visible .phone, .banner.is-visible img.paymentIcon, .letDiscuss.is-visible .playOnMouseMove {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.is-visible .playOpacity, .why-us-features li{
    opacity: 1
}
.letDiscuss .playOnMouseMove{
        transform: translate(-150px, 120px);
    opacity: 0;
}
.why-us-features li{
    
}

.letDiscuss.is-visible .playOnMouseMove {
    -webkit-transition: opacity 2s 0.4s ease-out, 
    -webkit-transform 2s 0.4s cubic-bezier(0,1,.3,1);
    transition: opacity 1s 0.4s ease-out, -webkit-transform 2s 1s cubic-bezier(0,1,.3,1);
    transition: transform 2s 0.4s cubic-bezier(0,1,.3,1), opacity 2s 0.4s ease-out;
    transition: transform 2s 0.4s cubic-bezier(0,1,.3,1), opacity 2s 0.4s ease-out, 
    -webkit-transform 2s 0.4s cubic-bezier(0,1,.3,1);
}

.quote {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 40em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-shadow: 0 0 1em #fff;
}

.quote:after {
  background: -webkit-linear-gradient(top, #fee, rgba(255, 238, 238, .4) 30%, rgba(255, 238, 238, .4) 70%, #fee);
  background: linear-gradient(to bottom, #fee, rgba(255, 238, 238, .4) 30%, rgba(255, 238, 238, .4) 70%, #fee);
    bottom: 0;
  content: "";
    left: 0;
  position: absolute;
    right: 0;
    top: 0;
}

/* This is a lovely trick for getting content to go full width in a container */
.full-width {
    left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
    right: 50%;
  width: 100vw;
}

.quote p {
  opacity: 0;
  -webkit-transform: translateY(2em) scale(1.4);
          transform: translateY(2em) scale(1.4);
  -webkit-transition: none;
  transition: none;
  width: 80%;
  z-index: 1;
}

.quote .source {
  font-style: italic;
  opacity: .8;
}

.quote .background {
  background: url(../images/yogi_berra.jpg) no-repeat;
  background-size: cover;
    bottom: 0;
    left: 0;
  opacity: 0;
  position: absolute;
    right: -20%;
    top: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-transition: none;
  transition: none;
  z-index: 0;
}

.quote.is-visible .background, .quote.is-visible p {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.quote.is-visible .background {
  -webkit-transition: opacity 3s .4s ease-out,
              -webkit-transform 2s .4s cubic-bezier(0,1,.3,1);
  transition: opacity 3s .4s ease-out,
              -webkit-transform 2s .4s cubic-bezier(0,1,.3,1);
  transition: transform 2s .4s cubic-bezier(0,1,.3,1),
              opacity 3s .4s ease-out;
  transition: transform 2s .4s cubic-bezier(0,1,.3,1),
              opacity 3s .4s ease-out,
              -webkit-transform 2s .4s cubic-bezier(0,1,.3,1);
}


.quote.is-visible p {
  -webkit-transition: opacity 4s ease-out,
              -webkit-transform 2s cubic-bezier(0,1,.2,1.1);
  transition: opacity 4s ease-out,
              -webkit-transform 2s cubic-bezier(0,1,.2,1.1);
  transition: transform 2s cubic-bezier(0,1,.2,1.1),
              opacity 4s ease-out;
  transition: transform 2s cubic-bezier(0,1,.2,1.1),
              opacity 4s ease-out,
              -webkit-transform 2s cubic-bezier(0,1,.2,1.1);
}


/* Header stuff */

header {
  opacity: 0;
  -webkit-transition: opacity .5s .25s ease-out;
  transition: opacity .5s .25s ease-out;
}

header.is-visible {
  opacity: 1;
}

.main-photo {
  -webkit-transform: scale(.8);
          transform: scale(.8);
}

.heading {
  -webkit-transform: translate(-50%, calc(-50% + 1em));
          transform: translate(-50%, calc(-50% + 1em));
}

.is-visible .main-photo {
  -webkit-transform: none;
          transform: none;
}

.is-visible .heading {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-photo, .heading {
  -webkit-transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1), -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);

  will-change: transform;
}

/* Inline photos */

.inline-photo {
  border: 1em solid #fff;
  border-bottom: 4em solid #fff;
  border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0,0,0,.2);
  margin: 2em auto;
  max-width: 600px;
  opacity: 0;
  -webkit-transform: translateY(4em) rotateZ(-5deg);
          transform: translateY(4em) rotateZ(-5deg);
  -webkit-transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  width: 90%;

  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  -webkit-transform: rotateZ(-2deg);
          transform: rotateZ(-2deg);
}


