@import url("font-awesome/css/fontawesome-all.css");
@import url("icofont.css");
@import url("fontello/css/fontello.css");

@font-face{ font-family: 'Circular'; src: url(../fonts/CircularStd-Book.otf); font-style: normal: }
@font-face{ font-family: 'CircularBold'; src: url(../fonts/CircularStd-Bold.otf); font-style: normal: }
@font-face{ font-family: 'CircularMedium'; src: url(../fonts/CircularStd-Medium.otf); font-style: normal: }


html {
    font-size: 62.5%;
    box-sizing: border-box;
}
input{
  filter: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    background: #FFFFFF;
    font-family: 'Circular';
    font-size: 1.7rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.765;
    color: #555555;
    margin: 0;
    padding: 0;
    line-height: 1;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

.full-width {
    width: 100%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
  
  a {
    color: #13283F;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  a:hover,
  a:focus,
  a:active {
    color: #26bfb5;
  }
  
  a:hover,
  a:active {
    outline: 0;
  }
  
  @media only screen and (max-width:600px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
      margin-top: 5.1rem;
    }
  
  }
  
  h5, .h5, h6, .h6 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
  }
  
  @media only screen and (max-width:600px) {
    h5, .h5, h6, .h6 {
      margin-top: 3.6rem;
      margin-bottom: 0.9rem;
    }
  }
  
  h1, .h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -0.1rem;
  }
  
  @media only screen and (max-width:600px) {
    h1, .h1 {
      font-size: 3.3rem;
      letter-spacing: -0.07rem;
    }
  
  }
  
  h2, .h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  
  h3, .h3 {
    font-size: 2.40px;
    line-height: 1.25;
  }
  
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 1.286;
  }
  
  h5, .h5 {
    font-size: 1.7rem;
    line-height: 1.235;
  }
  
  h6, .h6 {
    font-size: 1.40px;
    line-height: 1.286;
    text-transform: uppercase;
    letter-spacing: 0.16rem;
  }
  
  p img {
    margin: 0;
  }
  
  em, i, strong, b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
  }
  
  em, i {
    font-family: "metropolis-italic", sans-serif;
  }
  
  strong, b {
    font-family: 'CircularBold';
    font-weight: normal;
  }
  
  small {
    font-size: 1.2rem;
    line-height: inherit;
  }
  
  
  abbr {
    font-family: "metropolis-bold", sans-serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.05rem;
    color: #626262;
  }
  
  var, kbd, samp, code, pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
  }
  
  pre {
    padding: 2.40px 30px 30px;
    background: #f1f1f1;
    overflow-x: auto;
  }
  
  
  del {
    text-decoration: line-through;
  }
  
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
  }
  
  mark {
    background: #ffd900;
    color: #000000;
  }
  
  hr {
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    clear: both;
    margin: 2.40px 0 1.5rem;
    height: 0;
  }
  
  ol {
    list-style: decimal;
  }
  
  ul {
    list-style: disc;
  }
  
  li {
    display: list-item;
  }
  
  ol,
  ul {
    margin-left: 1.7rem;
  }
  
  ul li {
    padding-left: 0.40px;
  }
  
  ul ul,
  ul ol,
  ol ol,
  ol ul {
    margin: 0.6rem 0 0.6rem 1.7rem;
  }
  
  dt {
    margin: 0;
    color: #13283F;
  }
  
  dd {
    margin: 0 0 0 20px;
  }
  
  img.pull-right {
    margin: 1.5rem 0 0 30px;
  }
  
  img.pull-left {
    margin: 1.5rem 30px 0 0;
  }
  
  
  fieldset {
    margin-bottom: 1.5rem;
  }
  
  .pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .pace-inactive { display: none; }
  
  .pace .pace-progress {
    background: #C50129;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
  }
  
  .oldie .pace { display: none; }
  
  .drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem 0.6rem 0 0;
    font-size: 8.40px;
    font-family: "metropolis-bold", sans-serif;
    font-weight: normal;
    line-height: 6rem;
    text-indent: 0;
    background: transparent;
    color: #000000;
  }
  
  
  .wide {
    max-width: 1400px;
  }
  
  .narrow {
    max-width: 800px;
  }
  
  .light-gray {
    background-color: #f1f1f1;
  }
  
  .s-header {
    z-index: 500;
    width: 100%;
    height: 90px;
    padding-top: 10px;
    background-color: #ffffff;
  /*  background-color: transparent;
    position: absolute;
  */ 
  }
  
  .s-header-trans {
    z-index: 500;
    width: 100%;
    height: 90px;
    padding-top: 10px;
    background-color: transparent;
    position: absolute; 
  }
  
  .header-logo {
    z-index: 501;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-logo a {
    display: block;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-logo img {
    width: 124px !important;
    height: 44px !important;
  }
  
  
  .header-nav {
    z-index: 900;
    font-family: 'Circular';
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 30px 3.6rem 3.6rem;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    color:#13283F;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
  }
  .header-nav a,
  .header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
  }
  .header-nav a:hover,
  .header-nav a:focus,
  .header-nav a:active {
    color: white;
  }
  .header-nav h3 {
    font-family: 'CircularBold';
    font-size: 11px;
    line-height: 1.363;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin-bottom: 4.8rem;
    margin-top: 0.9rem;
    color: #13283F;
  }
  .header-nav p {
    font-family: 'Circular';
    color: #013C80;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: .7rem;
    padding-top: 1.8rem;
  }
  
  .header-nav__content {
    background: #FFFFFF;
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
  }
  
  .header-nav__list {
    font-family: 'Circular' !important;
    font-size: 1.8rem;
    margin: 0.6rem 0 0rem 0 !important;
    padding: 0 0 .1rem 0;
    list-style: none;
    counter-reset: ctr;
  }
  .header-nav__list li {
    border-top: 0px solid rgba(255, 255, 255, 0.04);
    line-height: 4.8rem;
    position: relative;
    color: #13283F !important;
  }
  .header-nav__list li:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.04);
  }
  .header-nav__list li a {
    color: #13283F !important;
  }
  
  .header-nav__list .current a {
    padding: 12px 80px 12px 80px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF !important;
    font-size: 1.3rem;
    text-transform: uppercase;
    outline: none;
    font-family: 'CircularBold' !important;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    border-radius: 25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #C50129;
  }
  
  .header-nav__list .current a:hover {
    color: #C50129;
  }
  
  .header-nav__list a {
    display: block;
    color: #13283F !important;
    text-align: center;
    position: relative;
  }
  .header-nav__list a::before {
    font-family: 'Circular';
    font-size: 11px;
    color: #013C80;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 3px;
    top: 0;
  }
  .header-nav__list a:hover::before {
    color: #013C80;
    text-decoration: none !important;
  }
  .header-nav__list a:hover {
    color: #013C80;
    text-decoration: none !important;
  }
  .header-nav__social {
    list-style: none;
    display: inline-block;
    font-size: 2.2rem;
    margin: auto;
  }
  .header-nav__social li {
    display: inline-block;
    margin-right: 20px;
    padding-left: 0;
  }
  .header-nav__social li a {
    color: #13283F !important;
  }
  .header-nav__social li a:hover,
  .header-nav__social li a:focus {
    color: #333333;
  }
  .header-nav__social li:last-child {
    margin: 0;
  }
  
  .header-nav__close {
    z-index: 800;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 35px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  .header-nav__close span::before,
  .header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 32px;
    background-color: #13283F;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -1px;
  }
  .header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /* menu is open
   * ----------------------------------------------- */
  .menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
  }
  .menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
  }
  
  
  .header-menu-toggle {
    position: absolute;
    right: 110px;
    top: 20px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-family: 'Circular';
    font-size: 1.40px;
    text-transform: uppercase;
    letter-spacing: 0.40px;
    color: #13283F;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header-menu-toggle::before {
    display: inline-block;
    content: "Menu";
    height: 45px;
    left: auto;
    text-align: right;
    padding-left: 15px;
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .header-menu-toggle.opaque {
    background-color: #000000;
  }
  .header-menu-toggle.opaque::before {
    display: none;
  }
  .header-menu-toggle:hover,
  .header-menu-toggle:focus,
  .header-menu-toggle:active {
    color: #13283F;
  }
  
  .header-menu-icon {
    display: block;
    width: 26px;
    height: 2px;
    margin-top: -1px;
    right: auto;
    bottom: auto;
    background-color:#13283F;
    position: absolute;
    left: 11px;
    top: 50%;
  }
  .header-menu-icon::before,
  .header-menu-icon::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
  }
  .header-menu-icon::before {
    top: -9px;
  }
  .header-menu-icon::after {
    bottom: -9px;
  }
  
  /* ------------------------------------------------------------------- 
   * responsive:
   * header
   * ------------------------------------------------------------------- */
  @media only screen and (max-width: 1600px) {
    .header-logo {
      left: 60px;
    }
  
    .header-menu-toggle {
      right: 60px;
    }
  }
  @media only screen and (max-width: 800px) {
    .header-logo {
      left: 40px;
    }
  
    .header-menu-toggle {
      right: 40px;
    }
    .header-logo img {
      margin-top: 10px;
      width: 127px !important;
      height: 45px !important;
    }
  }
  @media only screen and (max-width: 600px) {
    .s-header, .s-header-trans {
      top: 0px;
      position: absolute;
    }
  
    .header-logo {
      left: 30px;
    }
    .header-logo img {
      margin-top: 10px;
      width: 127px !important;
      height: 45px !important;
    }
  
    .header-menu-toggle {
      right: 25px;
      top: 30px;
    }
  }
  @media only screen and (max-width: 500px) {
    /* .header-nav__content{
      width: 100% !important;
      margin-top:-80% !important;
    } */
    .header-menu-toggle::before {
      display: none;
    }
    .header-logo img {
      width: 127px !important;
      height: 45px !important;
    }
  }
  @media only screen and (max-width: 400px) {
    .header-logo {
      left: 25px;
    }
    .header-logo img {
      width: 96px !important;
      height: 34px !important;
    }
    .header-menu-toggle {
      top: 24px;
      right: 20px;
    }
  }
  
  /* fade in */
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150%, 0);
      -ms-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150%, 0);
      -ms-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  /* fade out */
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -150%, 0);
      -ms-transform: translate3d(0, -150%, 0);
      transform: translate3d(0, -150%, 0);
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -150%, 0);
      -ms-transform: translate3d(0, -150%, 0);
      transform: translate3d(0, -150%, 0);
    }
  }
  
  
  .spacer{ 
    height: 20vh;
    background: #fff !important;
  }
  
  #header #logo img {
    /*  width: 367px !important;
      height: 44px !important;
    */
  }
  
  @media (max-width: 768px) {
    #header #logo img {
      height: 20px !important;
    }
  }
  
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  
  .nav-menu li {
    position: relative;
    white-space: nowrap;
  }
  
  .nav-menu > li {
    float: left;
  }
  
  .nav-menu li:hover > ul,
  .nav-menu li.sfHover > ul {
    display: block;
  }
  
  .nav-menu ul ul {
    top: 0;
    left: 100%;
  }
  
  .nav-menu ul li {
    min-width: 180px;
    text-align: left;
  }
  
  /* Nav Meu Container */
  #nav-menu-container {
    margin: auto;
  }
  
  @media (max-width: 768px) {
    #nav-menu-container {
      display: none;
    }
  }
  
  /* Nav Meu Styling */
  .nav-menu a {
    padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
    color: #13283F;
    font-size: 16px;
    outline: none;
    font-family: 'Circular' !important;
  }
  
  .nav-menu a:hover {
    color: #C50129;
    text-decoration: none;
  }
  
  .nav-menu .current a {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
    outline: none;
    font-family: 'CircularBold' !important;
    margin-top: -5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    border-radius: 4px;
    background: #C50129;
    border: 0px #C50129 solid;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .nav-menu .current a:hover {
    color: #13283F;
  }
  
  .s-header .nav-menu a{
    color: #13283F;  
  }
  
  .s-header .nav-menu a:hover {
    color: #C50129;
  }
  
  .s-header .nav-menu .current a {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    color: #13283F;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    font-family: 'CircularBold' !important;
    margin-top: -5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    border-radius: 25rem;
    border: 2px #13283F solid;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .s-header .nav-menu .current a:hover {
    border: 2px #13283F solid;
    background: #13283F; 
    color: #FFFFFF;
  }
  
  .nav-menu > li {
    margin-right: 20px;
  }
  
  .nav-menu ul {
    margin: 14px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
  }
  
  .nav-menu ul li {
    transition: 0.3s;
  }
  
  .nav-menu ul li a {
    padding: 10px;
    color: #13283F;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;
  }
  
  .nav-menu ul li:hover > a {
    color: #C50129;
  }
  
  .nav-menu ul ul {
    margin: 0;
  }
    
  .footer-newsletter .link{
    padding: 10px 0px 10px 30px !important;
    text-decoration: none;
    display: inline-block;
    color: #013C80;
    font-size: 18px;
    text-transform: uppercase;
    outline: none;
    font-family: 'CircularBold' !important;
    text-align: center;
    line-height: 50px;
    border-radius: 25rem;
    border: 2px #033953 solid;
    background-color: #FFFFFF;
  }
  
  .footer-newsletter .link-icon{
    background: #C50129;
    color:#013C80;
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    margin-left: 50px;
  }
  
  .footer-newsletter .link:hover{
    background: #C50129;
    color: #013C80 !important;
  }
      
  .welcome-banner {
    position: relative;
    padding-top: 20rem;
    padding-bottom: 0;
    /* background-color: #f3faff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23d6e3ec' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */

    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23f0f0f0' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .welcome-banner .title{
    text-align: center;
    padding-bottom: 50px;
  }
  .welcome-banner .title h1{
    color: #13283F;
    font-size: 50px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
    font-weight: bold !important;
  }
  .welcome-banner .title p{
    margin-bottom: 0px;  
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .welcome-banner .btn-banner{
    padding: 5px 0px 5px 20px;
    text-decoration: none;
    display: inline-block;
    color: #C50129;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    font-family: 'CircularBold' !important;
    text-align: center;
    line-height: 40px;
    border-radius: 25rem;
    border: 2px #FCE9EE solid;
    background-color:#FCE9EE;
  }
  .welcome-banner .btn-icon{
    background: #C50129;
    color:#FFFFFF;
    border-radius: 50%;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-left: 20px;
  } 
  .welcome-banner .btn-banner:hover{
    color: #13283F; 
  }

  .welcome-featurebox{
    background: #FFF;
    padding: 30px 50px 30px 50px;
    position: absolute;
    top:-70px;
    width: 100%;
    border-radius: 8px;
    box-shadow:.8rem 0 1rem 1rem rgba(0,0,0,.175)
  }
  .welcome-featurebox .box span{
    padding: 15px;
    float: left;
    background: #FFE6EB;
    margin-right: 20px;
    border-radius: 50px;
  }
  .welcome-featurebox .box i{
    font-size: 40px;
    text-align: center;
    color: #C50129;
  }
  .welcome-featurebox .box h1{
    color: #13283F;
    font-family: 'CircularBold';
    font-size: 18px;
    padding: 0; margin: 0;
    margin-top: 5px;
  }
  .welcome-featurebox .box p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 24px;
  }

  .welcome-section{
    margin-top: 20rem !important;
    padding-bottom: 15rem; 
    background: transparent;
    z-index: 100 !important;
    position: relative;
  }
  .welcome-section .hattend-features .item{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .welcome-note{
    margin-top: 0px;
  }
  .welcome-note h1{
    color: #13283F;
    font-size: 40px;
    font-family: 'CircularBold';
    margin-bottom: 20px;
    font-weight: bold;
  }
  .welcome-note p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 20px;
  }
  .welcome-link{
    background: #FCE9EE;
    border-radius: 25px;
    padding: 12px 50px 12px 50px;
    color: #C50129;
    font-size: 14px;
  }
  .welcome-link:hover{
    text-decoration: none;
    color: #C50129;
    border: 2px #C50129 solid;
  }

  
  .video-wrapper {
    position: relative;
  }

  .video-wrapper > video {
      width: 100%;
      vertical-align: middle;
  }

  .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
      display: none;
  }

  .video-overlay-play-button {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding: 10px calc(50% - 50px);
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      opacity: 0.95;
      cursor: pointer;
      background-image: linear-gradient(transparent, #000);
      transition: opacity 150ms;
  }

  .video-overlay-play-button:hover {
      opacity: 1;
  }

  .video-overlay-play-button.is-hidden {
      display: none;
  }
  
  .second-section{
    padding-top: 15rem;
    padding-bottom: 10rem;
    background: #F3FAFF;
    min-height:100vh;
  }
  .second-section .title{
    padding-left:150px;
    margin-bottom: 50px;
  }
  .second-section .title h1{
    color: #13283F;
    font-size: 45px;
    margin-bottom: 10px;
    font-family: 'CircularBold';
  }
  .second-section p{
    /*font-family: 'Circular';*/
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 24px;
    font-weight: 400 !important;
    margin-bottom: 40px;
  }
  .second-section img{
    border-radius: 3px;
    border: 5px #DDD solid;
  }
  @media (max-width: 768px) {
      .second-section,
      .other-section,
      .solutions-section{
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
      }
      
      .second-section .title{
        padding:0px !important;
        margin: 50px;
        margin-top:0px;
        text-align:center;
      }
    }
    
  .other-section{
    padding-top: 10rem;
    padding-bottom: 10rem; 
    background: #F3FAFF;
  }
  .other-section h1{
    color: #13283F;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'CircularBold';
  }
  .other-section p {
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 24px;
    font-weight: 400 !important;
    margin-bottom: 40px;
  }
  


  .featured-note{ }
  .featured-note .item{
    margin-bottom: 80px;
  }
  .featured-note .item .square-icon-btn{
    margin-bottom: 20px;
  }
  .featured-note .item h1{
    color: #C50129;
    font-size: 20px;
    margin: 0 !important;
    padding: 0;
    font-family: 'CircularBold';
  }
  .featured-note .item p{
    color: #FFFFFF;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    margin-top: 5px !important;
    line-height: 24px !important;
  }


  .solutions-section{
    background: #13283F url("../images/homebg.png") repeat;
    padding-top: 10rem;
    padding-bottom: 10rem; 
    /* border-radius: 0% 0 85% / 15% 0; */
  }
  .solutions-section .title{
    margin-bottom: 100px;
  }
  .solutions-section h1{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'CircularBold';
  }
  .solutions-section .title h5{
    margin-bottom: 0px;  
    color: #13283F;
    font-family: 'LinoLight' !important;
    font-size: 16px;
    font-weight: 400;
  }
  .solutions-section p{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400 !important;
    margin-bottom: 40px;
  }
  
  .circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #C50129;
    color: #FFFFFF;
    max-height: 50px;
    font-family: 'Circular';
    z-index: 2;
  }
  .how-it-works .body{
    padding-bottom: 50px;
  }
  .how-it-works.row {
    display: flex;
  }
  .how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
  }
  .how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #C50129;
    z-index: 1;
  }
  .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
  }
  .how-it-works.row .col-2.full::after {
    height: 100%;
    left: 50%;
  }
  .how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
  }
  .how-it-works h5{
    color: #13283F;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
  }
  .how-it-works p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400 !important;
  }
  
  .timeline div {
    padding: 0;
    height: 40px;
  }
  .timeline hr {
    border-top: 3px solid #C50129;
    margin: 0;
    top: 17px;
    position: relative;
  }
  .timeline .col-2 {
    display: flex;
    overflow: hidden;
  }
  .timeline .corner {
    border: 3px solid #C50129;
    width: 100%;
    position: relative;
    border-radius: 15px;
  }
  .timeline .top-right {
    left: 50%;
    top: -50%;
  }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
  }
  .timeline .top-left {
    left: -50%;
    top: -50%;
  }
  .timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
  }
 

  .hero-section{
    background: #F3FAFF;
    padding-top: 10rem;
    padding-bottom: 0rem; 
    position: relative;
    z-index: 1;
  }
  .hero-section .title{
    margin-bottom: 50px;
  }
  .hero-section .title h1{
    color: #13283F;
    font-size: 50px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
  }
  .hero-section .title p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400 !important;
    margin-top: 5px !important;
    margin-bottom: 50px;
  }

  .faq-section{
    background: #FFFFFF;
    padding-top: 10rem;
    padding-bottom: 10rem; 
    position: relative;
    z-index: 1;
  }
  .faq-section .title{
    margin-bottom: 10px;
  }
  .faq-section .title h1{
    color: #13283F;
    font-size: 50px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
  }

  .benefits-section{
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 15rem; 
  }
  .benefits-section .card{
    background: #F6F9FC;
    padding: 50px 20px 20px 20px;
  }
  .benefits-section .card h1{
    color: #13283F;
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-top: 40px;
  }
  .benefits-section .card p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 20px;
    line-height: 35px;
  }
  .benefits-section .card p i{
    color: #13283F;
  }

  .about-section{
    background: #F6F9FC;
    padding-top: 10rem;
    padding-bottom: 10rem; 
  }
  .about-section hr{
    border-color: #13283F;
    border-width: 4px;
    border-right: 100px #C50129 solid;
  }
  .about-section .title{
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .about-section .title h1{
    color: #13283F;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
  }
  .about-section .title h2{
    color: #13283F;
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    font-family: 'CircularBold';
  }
  .about-section .title p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 20px;
    line-height: 26px;
  }
  .about-section .title img{ margin-bottom: 20px; }
  
  .white-section{
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 10rem; 
  }
  .white-section .title{
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .white-section .title h1{
    color: #13283F;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .white-section .title h5{
    color: #C50129;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: 'Circular';
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .white-section .title p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 20px;
    line-height: 26px !important;
  }
  .white-section img{
    background-size: contain !important; 
  }
    
  .solution-list-section{
    background: #20242B url("../images/team-pattern.png") no-repeat top;
    padding-top: 50px;
    padding-bottom: 10rem; 
  }
  .solution-list-section .title {
    margin-bottom: 20px;
    position: relative;
  }
  .solution-list-section .title h1{
    color: #C50129;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
    margin-top: 20px; 
  }
  .solution-list-section .title p{
    color: #FCE9EE;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
  }
  


  .page-loader {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
  }
  .page-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .page-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
  }
  .page-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
  }
  .page-body span{
    display: inline-block;
    color: #FFFFFF;
    font-size: 22px;
    font-family: 'Circular';
    position: absolute;
    top: calc(70% - 4em);
    text-align: center;
    width: 100%;
    height: 2em;
    padding-top: 20px;
  }

  .body-blue{  
    background: #E5EEF6;
  }
  .auth-section{  
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .auth-section .logo{
    margin-bottom: 30px;
  }
  .auth-section .auth-box{
    margin-bottom: 50px;
    border-radius: 5px !important;
  }
  .auth-section .auth-body{
    background: #FFF;
    border-top-right-radius: 3px; border-top-left-radius: 3px;
    padding:40px 30px 40px 30px;
  }
  .auth-section .auth-body span{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px !important;
    padding-bottom: 20px;
    display: block;
    text-align: right;
  }
  .auth-section .auth-body span a{
    color: #777;
  }
  .auth-section .auth-body span a:hover{
    color: #13283F;
    text-decoration: none;
  }
  .auth-section .auth-box .btn{
    font-size: 18px;
  }
  .auth-section .auth-box h1{
    color: #13283F;
    font-size: 35px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
  }
  .auth-section .auth-box p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .auth-section .auth-box p a{
    text-decoration: none;
    font-weight: bold;
    color: #13283F;
  }
  .auth-section .auth-box p a:hover{
    text-decoration: none;
    color: #C50129;
  }
  .auth-section .auth-box .form-group {
    margin-bottom: 15px;
    position: relative;
  }
  .auth-section .auth-box .form-group .icon {
    position: absolute;
    left: 15px;
    top: 22px;
    color: #B0CAE3;
    font-size: 25px;
  }
  .auth-section .auth-box .form-group .icon:active,
  .auth-section .auth-box .form-group .icon:focus {
    color: #B0CAE3 !important;
  }
  .auth-section .auth-box .form-group .icon-right {
    position: absolute;
    right: 15px;
    top: 22px;
    color: #B0CAE3;
    font-size: 25px;
  }

  .auth-section .auth-box .form-control{
    height: 70px;
    width: 100%;
    font-size: 16px;
    margin-top: 0;
    font-weight: 400 !important;
    border-radius: 3px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background: #FFFFFF !important;
    color: #13283F;
    padding-left: 55px;
  }
  .auth-section .auth-box .form-group input:focus,
  .auth-section .auth-box .form-group input.active,
  .auth-section .auth-box .form-group input:active {
    background: #FFFFFF !important;
  }
  .auth-section .auth-box .form-group input:-webkit-autofill,
  .auth-section .auth-box .form-group input:-webkit-autofill:hover,
  .auth-section .auth-box .form-group input:-webkit-autofill:focus input:-webkit-autofill,
  .auth-section .auth-box .form-group textarea:-webkit-autofill,
  .auth-section .auth-box .form-group textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  .auth-section .auth-box .form-group select:-webkit-autofill,
  .auth-section .auth-box .form-group select:-webkit-autofill:hover,
  .auth-section .auth-box .form-group select:-webkit-autofill:focus {
    -moz-text-fill-color: #13283F !important;
    -webkit-text-fill-color: #13283F !important;
    transition: background-color 5000s ease-in-out 0s;
  }
  .auth-section .auth-box .input-error, .auth-section .auth-box .invalid-feedback{
    color: #C50129;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    margin-top: 5px;
  }
  
  .auth-section .auth-footer{
    background: #B0CAE3;
    padding: 15px;
  }
  .auth-section .auth-box .forgot{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #13283F;
  }
  .auth-section .auth-box .forgot span{
    text-decoration: none;
    font-size: 14.3px;
    margin-bottom: 10px;
    color: #555;
    display: block;
  }
  .auth-section .auth-box .forgot a{
    text-decoration: none;
  }
  .auth-section .auth-box .forgot a:hover{
    text-decoration: none;
    color: #C50129;
  }
  .auth-section .auth-box label{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 400;
  }


  .third-section{
    padding-top: 10rem;
    padding-bottom: 10rem; 
    background: #FFFFFF;
  }
  .third-section .title h1{
    color: #13283F;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 80px;
    margin-top: 20px; 
  }

  .third-section img{
    margin-bottom: 20px;
  }
  
  .fourth-section{
    padding-top: 50px;
    padding-bottom: 10rem; 
    background: #FFFFFF;
  }
  .fourth-section .title h1{
    color: #13283F;
    font-size: 6rem;
    margin: 0;
    padding: 0;
    font-family: 'LinoHeavy';
    margin-bottom: 10px;
    margin-top: 40px; 
  }
  .fourth-section .title p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .fourth-section img{
    margin-bottom: 20px;
  }

  .topevents-section{
    padding-top: 10rem;
    padding-bottom: 10rem; 
    position: relative;
  }
  .topevents-section .title i{
    font-size: 40px;
    color: #FCE9EE;
  }
  .topevents-section .title h1{
    color: #FFFFFF;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 40px;
    text-align: center;
  }

  .legal-section{
    padding-top: 50px;
    padding-bottom: 10rem; 
    background: #FFFFFF;
  }
  .legal-section .info-box{
    margin-bottom: 40px;
  }
  .legal-section .info-box h1{
    color: #13283F;
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
  }
  .legal-section .info-box p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .legal-section .info-box p a{
    color: #ED819E;
    font-size: 16px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  }
  .legal-nav{
    background: #FEF3F7;
    border: 1px #FDE1EC solid;
    border-radius: 5px;
  }
  .legal-nav .legal-box{
    padding: 40px;
  }
  .legal-nav .legal-box h1{
    color: #13283F;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
  }
  .legal-nav .legal-box p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 24px;
  }
  .legal-nav .legal-box .btn{ border-radius: 5px; font-size: 18px; }

  .legal-nav li{
    list-style-type: none;
    border-bottom: 1px #FDE1EC solid;
    padding: 15px;
    font-size: 15px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  }
  .legal-nav li:last-child{
    border-bottom: 0px #ddd solid;
  }
  .legal-nav li a{
    color: #13283F;
  }
  .legal-nav li a:hover{
    color: #222;
    text-decoration: none;
  }
  
  .contact-section{
    padding-top: 10rem;
    padding-bottom: 10rem; 
    background: #FCE9EE;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .contact-section .title{
    margin-bottom: 40px;
    margin-top: 100px;
  }
  .contact-section .title h1{
    color: #13283F;
    font-size: 50px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
  }
  .contact-section .title p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 28px;
  }
  .contact-section .box{
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 5px;
  }
  .contact-section .box .box-content{
    padding: 50px 40px 10px 40px;
  }

  .contact-section .box .form-group{
    margin-bottom: 40px;
  }
  .contact-section .box .form-group label{
    color: #13283F;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold' !important;
    margin-bottom: 10px;
  }
  .contact-section .box .form-group textarea{
    color: #13283F;
    font-size: 14px;
    font-family: 'Circular' !important;
    padding-left: 20px;
    padding-top: 10px;
    line-height: 25px;
  }

  .testimonial-section{
    padding-top: 50px;
    padding-bottom: 8rem;
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .testimonial-section .title h1{
    color: #FCE9EE;
    font-size: 40px;
    text-align: center;
    font-family: 'CircularBold';
    margin-bottom: 10px;
    margin-top: 30px; 
  }
  
  .cta-section{
    padding-top: 20px;
    padding-bottom: 10rem; 
    position: relative;
  }
  .cta-section .title h1{
    color: #13283F;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: 'CircularBold';
    margin-bottom: 10px;
    margin-top: 40px; 
  }
  .cta-section .title p{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .cta-section .btn{ margin-left:20px; }
  .cta-section [class*=bubble-] {
    width: 26px;
    height: 26px;
    border-radius: 5%;
    position: absolute;
    background-color: #ede8ff;
    border: 1px solid #a98fff;
    -webkit-animation-name: bubbleMover;
            animation-name: bubbleMover;
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-perspective: 100px;
            perspective: 100px;
  }
  @keyframes bubbleMover {
    0% {
      -webkit-transform: translateY(0px) translateX(0) rotate(0);
              transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
      -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
              transform: translateY(30px) translateX(50px) rotate(15deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
    }
    50% {
      -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
              transform: translateY(50px) translateX(100px) rotate(45deg);
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
    }
    80% {
      -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
              transform: translateY(30px) translateX(50px) rotate(15deg);
      -webkit-transform-origin: left top;
              transform-origin: left top;
    }
    100% {
      -webkit-transform: translateY(0px) translateX(0) rotate(0);
              transform: translateY(0px) translateX(0) rotate(0);
      -webkit-transform-origin: center center;
              transform-origin: center center;
    }
  }
  .cta-section .bubble-2 {
    background-color: #fff1ec;
    border-color: #ffb59d;
    bottom: 30px;
    left: 10%;
  }
  .cta-section .bubble-5 {
    background-color: #ede8ff;
    border-color: #a98fff;
    bottom: 30px;
    right: 25%;
  }
  .cta-section .inner-container {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    padding: 86px 0;
  }
    
  .border-line{ 
    width: 30%; margin-bottom: 20px;
    height: 3px; background: linear-gradient(to right, #C50129 10%, #C50129 10%, #C50129 10%, #C50129 80%, #033953 20%, #033953 45%, #033953 75%);
  }
  
  .footer{
    border-top:1px #EFEFEF solid;
    background: #FDFDFD url(../images/footer-pattern.png) no-repeat !important;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  
  .footer h1{ 
    font-family: 'CircularBold';
    font-size: 20px;
    color: #13283F;
    letter-spacing: .1px;
    padding: 0; margin: 0;
    margin-bottom: 10px;
  }
  
  .footer ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .footer li{
    display: block;
    position: relative;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
  }
  
  .footer li a{
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14.5px;
    font-weight: 400 !important;
    text-decoration: none;
  }
  
  .footer li a:hover{
    color: #C50129;
    text-decoration: none;
  }
  
  .footer p{ 
    color: #13283F;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 14.5px;
    font-weight: 400 !important;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  .footer .copylegal{ 
    color: #888;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .footer-contact{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .footer-contact p{ 
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    color: #13283F;
    margin-top: 12px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  
  .footer-social {
    list-style: none;
    display: inline-block;
    margin: 0;
  }
  .footer-social li {
    display: inline-block;
    margin-right: 20px;
    padding-left: 0;
  }
  .footer-social li a {
    color: #13283F;
    font-size: 20px;
  }
  .footer-social li a:hover,
  .footer-social li a:focus {
    color: #555;
  }
  .footer-social li:last-child {
    margin: 0;
  }
  
  .footer-copyright{ 
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .footer-copyright span{ 
    display: block;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400 !important;
    font-size: 12px;
    color: #13283F;
    text-align: center;
  }
