html{font-family: 'Roboto', sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(22,28,45,0); overflow-x: hidden !important;  }

/*
 *
 * Forms, Buttons, Etc.
 *
 */

.btn {
    display: inline-block;
    font-weight: 600;
    color: #161c2d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .8125rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.6;
    border-radius: .375rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #84C241;
    border-color: #84C241;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #18814C;
    border-color: #18814C;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #18814C !important;
    border-color: #18814C !important;
}

.lift {
    -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
    transition: all 0.3s;
}

.lift:focus, .lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem + 2px);
    padding: .8125rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161c2d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f1f4f8;
    border-radius: .375rem;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #161c2d;
    background-color: #fff;
    border-color: #a7b9f6;
    outline: 0;
}

/*
 *
 * Headings
 *
 */

 .display-1, .display-2, .display-3, .display-4 {
    letter-spacing: -.02em;
    font-family: "Oswald", sans-serif;
    padding: 2rem 0 !important;
}

.display-3 {
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.2;
}

.display-2 {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.2;
}

.text-success {
    color: #84C241 !important;
}

.h1, h1 {
    line-height: 1.3;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    letter-spacing: -.01em;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1;
    padding: 1rem auto !important;  
}

.mb-md-8, .my-md-8 {
    margin-bottom: 3rem!important;
}

.mb-md-9 {
    margin-bottom: 2.4rem!important;
}

.mb-6 {
    margin-bottom: 2rem !important;
}

.pb-md-14, .py-md-14 {
    padding-bottom: 12rem!important;
}

.pt-md-14, .py-md-14 {
    padding-top: 5rem!important;
}

.pb-8, .py-8 {
    padding-bottom: 3rem!important;
}

.mb-3, .my-3 {
    margin-bottom: .75rem!important;
}



.text-muted {
    color: #869ab8!important;
}

/*
 *
 * General
 *
 */

 
.large-logo {
    max-width: 600px !important;
}

.bg-gradient-light {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f9fbfd),to(#fff));
    background-image: linear-gradient(to bottom,#f9fbfd 0,#fff 100%);
}

 @media (min-width: 768px) {
    .pb-md-14, .py-md-14 {
        padding-bottom: 12rem!important;
    }

    .pt-md-11, .py-md-11 {
        padding-top: 6rem!important;
    }

    .pb-md-11, .py-md-11 {
        padding-bottom: 6rem!important;
    }

    .pt-md-11, .py-md-11 {
        padding-top: 6rem!important;
    }

    .large-logo {
        max-width: 400px !important;
        margin: 0 auto !important;
    }
}



.vw-50 {
    width: 50vw!important;
}

/*
 *
 * Slider, Flickity
 *
 */

 .shape-left {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.shape {
    position: absolute;
    pointer-events: none;
}

.shape:not([class*=shape-blur])>* {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.shape-fluid-y>* {
    width: auto;
    height: 100%;
}
.shape-left>* {
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

svg {
    overflow: hidden;
    vertical-align: middle;
    max-width: 250px;
    margin: 0 auto;
}

.shape:not([class*=shape-blur])>* {
    -webkit-transform: scale(2);
    transform: scale(2);
}


.shape:not([class*=shape-blur]) {
    overflow: hidden;
}

.shape:not([class*=shape-blur])>* {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.h-100 {
    height: 100%!important;
}
.w-100 {
    width: 100%!important;
}

.img-cover {
    width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw);
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-button-bottom .flickity-button.previous {
    left: auto;
    right: 6.375rem;
}

.flickity-button-bottom .flickity-button {
    top: auto;
    bottom: 1.5rem;
    -webkit-transform: none;
    transform: none;
}

.flickity-button-white .flickity-button {
    background-color: #fff;
    color: #335eea;
}

.flickity-button-bottom .flickity-button.next {
    left: auto;
    right: 2.5rem;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 35%;
    top: 35%;
    width: 30%;
    height: 30%;
}

.card img {
    max-width:150px;
}

.card {
    border: 0;
    background: none;
}
/* 
svg {
    filter: brightness(0) sepia(1) hue-rotate(180deg) saturate(5);
    opacity: 0.5;
    transition: all 0.2s;
}

svg:hover {
    filter: none;
    opacity: 1;
    
} */

  
  .pulse-box {
    float: left;
    width: 350px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pulse-box-2 {
    width: 250px;
    height: 550px;
  }
  
  /* pulse in SVG */
  svg.pulse-svg {
    overflow: visible;
  }
  svg.pulse-svg .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle {
    fill: #84C241;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
  }
  svg.pulse-svg .second-circle {
    animation-delay: 1s;
  }
  svg.pulse-svg .third-circle {
    animation-delay: 2s;
  }
  
  /* pulse in CSS */
  .pulse-css {
      left:40%;
      top:45%;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #84C241;
    position: relative;
  }
  
  .pulse-css.second {
      left:100%;
      top:55%;
      position: relative;
      background: #84C241;
  }

  
  .pulse-css:before, .pulse-css:after {
    content: "";
    width: 30px;
    height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #84C241;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
  }
  .pulse-css:after {
    animation-delay: 2s;
  }
  
  @keyframes pulse-me {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 0.1;
    }
    70% {
      opacity: 0.39;
    }
    100% {
      transform: scale(5);
      opacity: 0;
    }
  }
  
  .choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}

  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 1.625rem + 2px);
    padding: .8125rem 3.25rem .8125rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161c2d;
    vertical-align: middle;
    border: 1px solid #f1f4f8;
    border-radius: .375rem;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #a7b9f6;
    outline: 0 !important;
}

.choices .dropdown-menu {
    width: 100%;
}

.dropdown-menu {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: 1.625rem 0;
    margin: 0 0 0;
    font-size: .9375rem;
    color: #161c2d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(22,28,45,.15);
    border-radius: .375rem;
    box-shadow: 0 0.5rem 1.5rem rgba(22,28,45,.1);
}

.navbar-light .navbar-toggler-icon {
    url("background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EMenu Hamburger%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer2' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='4' d='M2 14h60M2 32h36' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3Cpath data-name='layer1' fill='none' stroke='%23202020' stroke-miterlimit='10' stroke-width='4' d='M2 50h60' stroke-linejoin='round' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");")
    border: 0 !important;
}

.frm_inline_form .frm_submit {
    border-top: 1px solid rgb(241, 244, 248);
}