/** GLOBAL **/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  background: #ffffff; }

h1, h2, h3, h4, h5 {
  color: #000000; }

.gap80 {
  height: 80px; }
  @media screen and (max-width: 991px) {
    .gap80 {
      height: 20px; } }

/** NAV **/
.topnav {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 991px) {
    .topnav {
      text-align: center; } }
  .topnav a {
    display: inline-block;
    padding: 0;
    margin: 5px 0;
    color: #004fb3 !important;
    font-weight: 400;
    font-size: 20px; }
    @media screen and (max-width: 991px) {
      .topnav a {
        margin: 0;
        font-size: 18px; } }
    .topnav a:hover {
      text-decoration: none; }

.navbar-light .navbar-toggler {
  background: #00b732;
  color: #ffffff; }

/** SECTION 1 **/
.section-1 {
  background: url(../img/section1-bg.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px; }
  .section-1 h1 {
    font-weight: 700;
    margin-top: 130px;
    line-height: normal;
    font-size: 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .section-1 h1 {
        font-size: 20px;
        margin: 0;
        text-align: center; } }
  .section-1 h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 100px;
    line-height: normal; }
    @media screen and (max-width: 991px) {
      .section-1 h4 {
        font-size: 14px;
        margin: 0 0 20px 0;
        text-align: center; } }
  .section-1 .formwrap .form-header {
    background: #47c93d;
    color: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 15px 10px;
    margin: 0;
    line-height: normal;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center; }
  .section-1 .formwrap .form-arrow {
    background: #ffffff; }
    .section-1 .formwrap .form-arrow img {
      width: 100%;
      margin-top: -5px; }
  .section-1 .formwrap .form-body {
    background: #ffffff;
    padding: 20px; }
    .section-1 .formwrap .form-body p {
      font-size: 11px;
      font-weight: 300; }
    .section-1 .formwrap .form-body .form-group input.error {
      border: 1px solid red; }
    .section-1 .formwrap .form-body .form-group label {
      font-size: 16px;
      color: #000000;
      padding-left: 35px;
      text-indent: -35px; }
      .section-1 .formwrap .form-body .form-group label span {
        background: #47c93d;
        border-radius: 50%;
        display: inline-block;
        width: 30px;
        height: 30px;
        font-size: 15px;
        text-align: center;
        padding-top: 2px;
        margin-right: 5px;
        color: #ffffff;
        text-indent: 0 }
    .section-1 .formwrap .form-body .btn-form {
      border-style: solid;
      border-width: 1px;
      border-color: #f89d1c;
      background-image: -moz-linear-gradient(90deg, #f7970d 0%, #fab95b 100%);
      background-image: -webkit-linear-gradient(90deg, #f7970d 0%, #fab95b 100%);
      background-image: -ms-linear-gradient(90deg, #f7970d 0%, #fab95b 100%);
      color: #ffffff;
      font-size: 18px;
      display: block;
      width: 100%;
      border-radius: 50px;
      padding: 10px 20px;
      text-transform: uppercase;
      position: relative;
      margin: 20px auto; }
      .section-1 .formwrap .form-body .btn-form:hover {
        opacity: 0.8; }
      .section-1 .formwrap .form-body .btn-form i {
        font-size: 30px;
        top: 8px;
        position: absolute;
        text-shadow: -3px 0 0 #dd8f1e;
        margin-left: 10px; }
    .section-1 .formwrap .form-body .custom-radio {
      box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
      background: #fbfbfb;
      border: 1px #e1e1e1 solid;
      border-radius: 50px;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left: 30px;
      margin-bottom: 10px;
      display: block;
      cursor: pointer; }
      .section-1 .formwrap .form-body .custom-radio label {
        display: block;
        line-height: 20px; }
    .section-1 .formwrap .form-body .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
      background: #f89d1c; }
    .section-1 .formwrap .form-body .custom-control-input:checked ~ .custom-control-label::before {
      background: #f89d1c; }
    .section-1 .formwrap .form-body .form-control {
      box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
      background: #fbfbfb;
      border: 1px #e1e1e1 solid;
      border-radius: 50px;
      font-weight: 400;
      color: #000 }
      .section-1 .formwrap .form-body .form-control::-webkit-input-placeholder {
        font-weight: 200;
        color: #495057; }
      .section-1 .formwrap .form-body .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-weight: 200;
        color: #495057; }
      .section-1 .formwrap .form-body .form-control::placeholder {
        font-weight: 200;
        color: #495057; }
    .section-1 .formwrap .form-body span.error {
      color: red;
      font-size: 10px;
      position: relative;
      float: left; }
  .section-1 .formwrap .form-footer {
    background: url(../img/form-footer.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 11px; }
    .section-1 .formwrap .form-footer .media {
      width: 250px;
      margin: 0 auto; }
  .section-1 .formwrap .form-group .col-lg-6:first-child {
    padding-right: 10px; }
    @media screen and (max-width: 991px) {
      .section-1 .formwrap .form-group .col-lg-6:first-child {
        padding-right: 15px; } }
  .section-1 .formwrap .form-group .col-lg-6:last-child {
    padding-left: 10px; }
    @media screen and (max-width: 991px) {
      .section-1 .formwrap .form-group .col-lg-6:last-child {
        padding-left: 15px; } }
  .section-1 .formwrap .blueguide {
    background: #004fb3;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 10px; }
  .section-1 .formwrap .arrow_box {
    position: relative;
    background: #004fb3;
    border: 4px solid #004fb3; }
  .section-1 .formwrap .arrow_box:after, .section-1 .formwrap .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .section-1 .formwrap .arrow_box:after {
    border-color: rgba(0, 79, 179, 0);
    border-bottom-color: #004fb3;
    border-width: 5px;
    margin-left: -5px; }
  .section-1 .formwrap .arrow_box:before {
    border-color: rgba(0, 79, 179, 0);
    border-bottom-color: #004fb3;
    border-width: 11px;
    margin-left: -11px; }

.section-2 {
  background: #004fb3;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .section-2 {
      background: #006be2; } }
  .section-2 h4 {
    font-size: 16px;
    color: #47c93d; }
  .section-2 p {
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 200; }
  .section-2 img {
    max-width: 50px;
    margin-top: 5px; }
  @media screen and (max-width: 991px) {
    .section-2 .media {
      margin-bottom: 10px;
      margin-top: 10px; } }

.section-3 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-3 img {
    margin-top: 10px;
    margin-bottom: 10px; }
  .section-3 .media {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 200; }
  .section-3 h3 {
    font-weight: 700;
    color: #1d3349;
    font-size: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .section-3 h3 {
        font-size: 36px; } }
    .section-3 h3 span {
      font-weight: 500;
      color: #0179ff;
      font-size: 18px;
      text-transform: none;
      display: block; }
      @media screen and (max-width: 991px) {
        .section-3 h3 span {
          font-size: 14px; } }
  .section-3 ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .section-3 ul i {
      color: #47c93d; }
    .section-3 ul li {
      font-size: 18px;
      font-weight: 200;
      margin: 10px 0; }
      @media screen and (max-width: 991px) {
        .section-3 ul li {
          font-size: 16px; } }
  .section-3 h2 {
    color: #0179ff;
    font-size: 36px; }
    @media screen and (max-width: 991px) {
      .section-3 h2 {
        font-size: 24px; } }
  .section-3 p {
    line-height: 24px; }
  .section-3 .corner-right {
    background: url(../img/tr-corner.png) 100% 0 no-repeat, url(../img/br-corner.png) 100% 100% no-repeat; }
    @media screen and (max-width: 991px) {
      .section-3 .corner-right {
        background: none; } }
  .section-3 .corner-left {
    background: url(../img/tl-corner.png) 0 0 no-repeat, url(../img/bl-corner.png) 0 100% no-repeat; }
    @media screen and (max-width: 991px) {
      .section-3 .corner-left {
        background: none; } }

.call-to-action {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/cta-circles.png) 62% 50% no-repeat, #004fb3; }
  @media screen and (max-width: 991px) {
    .call-to-action {
      text-align: center;
      background-position: 100% 100%; } }
  .call-to-action h2 {
    font-size: 20px;
    display: block;
    color: #ffffff;
    font-weight: 300;
    background: url(../img/cta-arrow.png) 100% 50% no-repeat;
    background-size: contain;
    padding: 0 100px 0 0;
    margin: 0; }
    @media screen and (max-width: 991px) {
      .call-to-action h2 {
        background: none;
        padding: 0; } }
  .call-to-action p {
    padding: 0;
    margin: 0; }
  .call-to-action .btn-action {
    font-size: 18px;
    padding: 10px 40px;
    background: #47c93d;
    border-radius: 50px;
    color: #ffffff; }
    .call-to-action .btn-action:hover {
      opacity: 0.8; }
    @media screen and (max-width: 991px) {
      .call-to-action .btn-action {
        margin-top: 20px; } }

.section-4 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-4 h2 {
    text-align: center;
    font-weight: 700;
    color: #1d3349;
    font-size: 50px;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .section-4 h2 {
        font-size: 36px; } }
    .section-4 h2 span {
      font-weight: 500;
      color: #0179ff;
      font-size: 20px;
      text-transform: none;
      display: block; }
      @media screen and (max-width: 991px) {
        .section-4 h2 span {
          font-size: 14px; } }
  .section-4 .testimonial {
    padding: 40px 20px;
    text-align: center;
    background: #ffffff;
    border: 1px #e1e1e1 solid;
    border-radius: 50px 0 50px 0;
    margin-bottom: 120px; }
    .section-4 .testimonial i {
      color: #ffb717; }
    .section-4 .testimonial h3 {
      color: #47c93d; }
    .section-4 .testimonial p {
      font-weight: 200; }
      .section-4 .testimonial p span {
        color: #47c93d; }
    .section-4 .testimonial .client {
      margin-bottom: -140px; }
      .section-4 .testimonial .client img {
        border-radius: 50%;
        border: 3px #0179ff solid; }
      .section-4 .testimonial .client p {
        margin-top: 10px; }

#popInd .modal-dialog {
  max-width: 600px; }
#popInd .modal-content {
  background: url(../img/pop-bg.png) top center no-repeat;
  background-size: cover;
  border: 10px #4477f9 solid; }
#popInd .close {
  color: #ffffff;
  background: #173e68;
  font-weight: 300;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  top: 10px; }
#popInd .modal-body {
  padding-top: 30px;
  padding-bottom: 30px; }
  #popInd .modal-body h2 {
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-size: 28px; }
  #popInd .modal-body h3 {
    margin-top: 20px;
    color: #7bd723;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
  #popInd .modal-body .btn-modal {
    background: #47c93d;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 26px;
    display: inline-block;
    margin: 10px auto;
    position: relative;
    transition: all 0.3s liner; }
    @media screen and (max-width: 991px) {
      #popInd .modal-body .btn-modal {
        font-size: 20px; } }
    #popInd .modal-body .btn-modal:hover {
      background: #f8a732; }
      #popInd .modal-body .btn-modal:hover:before {
        content: url(../img/l-arrow.png);
        position: absolute;
        left: -40px; }
      #popInd .modal-body .btn-modal:hover:after {
        content: url(../img/r-arrow.png);
        position: absolute;
        right: -40px; }
    #popInd .modal-body .btn-modal:before {
      content: url(../img/l-arrow.png);
      position: absolute;
      left: -50px;
      transition: all 0.3s liner; }
      @media screen and (max-width: 991px) {
        #popInd .modal-body .btn-modal:before {
          content: none; } }
    #popInd .modal-body .btn-modal:after {
      content: url(../img/r-arrow.png);
      position: absolute;
      right: -50px;
      transition: all 0.3s liner; }
      @media screen and (max-width: 991px) {
        #popInd .modal-body .btn-modal:after {
          content: none; } }
  #popInd .modal-body p {
    text-align: center; }
    #popInd .modal-body p a {
      color: #ffffff;
      text-decoration: underline; }
      #popInd .modal-body p a:hover {
        text-decoration: none; }

/** FOOTER **/
.footer {
  background: #0179ff;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px; }
  .footer a {
    color: #ffffff;
    display: inline-block;
    padding: 0 4px; }
    .footer a:hover {
      text-decoration: underline; }
  .footer p {
    margin: 0;
    padding: 0; }
  .footer hr.thin {
    margin-top: 30px;
    margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .footer {
      text-align: center; } }

/*MULTI*/
.no-js .multi-step-form fieldset button, .no-js .multi-step-form h2, .multi-step-form.edit-form fieldset button, .multi-step-form.edit-form h2 {
  display: none !important; }
.no-js .multi-step-form fieldset, .multi-step-form.edit-form fieldset {
  display: block !important; }
.no-js .multi-step-form [type="submit"], .no-js .multi-step-form [type="reset"], .multi-step-form.edit-form [type="submit"], .multi-step-form.edit-form [type="reset"] {
  display: inline-block !important; }
.no-js .multi-step-form .steps, .multi-step-form.edit-form .steps {
  display: none; }
.multi-step-form fieldset {
  display: none; }
  .multi-step-form fieldset:first-of-type {
    display: block; }
  .multi-step-form fieldset.hidden {
    display: none; }
  .multi-step-form fieldset.visible {
    display: block; }
.multi-step-form .steps button {
  border: 0; }
.multi-step-form .steps [disabled] {
  background: none; }
.multi-step-form .steps .active {
  background: #eee; }

.cake-image {
  display: block;
  float: left;
  position: relative; }

.topnav, .topnav * {
  background: white !important; }

.topnav, .footer {
  z-index: 1;
  position: relative; }

.fixed-background {
  z-index: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/stripe.png), url(../img/section1-bg.jpg) !important;
  background-size: auto, cover !important;
  background-repeat: repeat, no-repeat !important;
  background-position: top left, top center !important; }

.thankyou.hide-background {
  z-index: -1; }
  .thankyou.hide-background .container {
    z-index: 1; }

.thankyou {
  background: url(../img/stripe.png) top left repeat, url(../img/section1-bg.jpg) top center no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 87vh; }
  @media screen and (max-width: 991px) {
    .thankyou {
      min-height: auto;
      padding-top: 50px;
      padding-bottom: 50px; } }
  .thankyou h3 {
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .thankyou h3 {
        font-size: 18px; } }
  .thankyou .tywrap {
    background: url(../img/ty-bg.png) top left no-repeat;
    background-size: cover;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px; }
    .thankyou .tywrap h2 {
      color: #0179ff;
      font-weight: 700;
      font-size: 50px; }
      @media screen and (max-width: 991px) {
        .thankyou .tywrap h2 {
          font-size: 40px; } }
    .thankyou .tywrap .green-line {
      background: #47c93d;
      height: 2px;
      width: 50px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .thankyou .tywrap a {
      color: #47c93d; }

.visible-xs {
  display: none; }

@media screen and (max-width: 991px) {
  .text-xs-center {
    text-align: center; }

  .hidden-xs {
    display: none; }

  .visible-xs {
    display: block; } }
button.onsubmit {
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15) !important;
  background: #fbfbfb !important;
  color: #495057 !important;
  border: 1px #e1e1e1 solid !important; }

@keyframes submit_animate {
  0% {
    transform: translate(0px, 0) scale(2); }
  100% {
    transform: translate(40px, 0) scale(2); } }
button.onsubmit[type=submit]::after {
  content: ".";
  display: block;
  animation-name: submit_animate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: 0;
  right: 30%; }

.appear-popup-left, .appear-popup-right {
  display: block;
  position: fixed;
  top: 0;
  width: 50%;
  height: 5px;
  background: transparent;
  z-index: 1000; }

.appear-popup-left {
  left: 0; }

.appear-popup-right {
  right: 0; }

/*# sourceMappingURL=style.css.map */

@media (max-width:767px){
	.section-1 .formwrap .form-body .form-group label {
		font-size: 16px;
	}
	.section-1 .formwrap .form-body .btn-form{
		font-size:25px;
		font-weight:bold;
	}
	
	.section-1 .formwrap .form-body .custom-radio label{
		font-weight: 500;
	}
}


.custom-control.custom-radio{
  position:relative;
  overflow: hidden;
  height: 35px;
  cursor: pointer;
}
.custom-control.custom-radio label.custom-control-label{
  position:absolute;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 35px !important;
  cursor: pointer;
  
}
.section-1 .formwrap .form-body .custom-radio .custom-control-input:checked ~ .custom-control-label::before{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: -1;
}


.section-1 .formwrap .form-body .custom-radio .custom-control-input:checked ~ .custom-control-label {
  color:white;
}