body{
  font-family: 'Josefin Sans', sans-serif;
  /* background: #f9f9f9; */
  font-size: 16px;
  position: relative;
}
/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
.navbar {
  height: 80px;
  background-color: transparent;
  border: none;
  color: white;
  padding: 10px 0 10px;
  z-index: 100;
  -webkit-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}
.navbar-default .navbar-brand {
  margin-top: 10px;
  color: white;
}
.navbar-default .navbar-brand:hover {
  color: #C57ED3;
  border: 1px solid #C57ED3;
}
.navbar-default .navbar-nav > li > a {
  color: black;
  margin: 4px 2px 4px 2px;
  padding: 15px 12px 12px 10px;
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a:visited {
  color: #000;
}
.navbar-brand{
    padding:0px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
  color: #33cc99;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #C57ED3;
}
.navbar-default .navbar-toggle {
  border-color: #C57ED3;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #490D40;
}
.navbar-default .navbar-toggle .icon-bar {
  color: #C57ED3;
  background-color: #C57ED3;
}
.navbar-default .navbar-collapse.collapse.in ul {
  /* background-color: #490D40; */
}

/* Solid class attached on scroll past first section */
.navbar.solid {
  background-color: #490D40;
  -webkit-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px grey;
}
.navbar.solid .navbar-brand {
  color: #C57ED3;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
}
.navbar.solid .navbar-nav > li > a {
  color: #C57ED3;
  -webkit-transition: color 1s ease 0s;
  transition: color 1s ease 0s;
}
.navbar-brand{
  height: auto;
}
@media (min-width: 768px){
.navbar-right {margin-top: 7px;margin-right: 0;}
}
@media (min-width: 320px) and (max-width:400px) {
.navbar-brand img{
width: 90%;
  padding: 0px 80px 0px;
}

}

@media (min-width: 400px) and (max-width:530px) {
.navbar-brand img{
width: 70%;
  padding: 0px 80px 0px;
}

}

@media (min-width: 530px) and (max-width:760px) {
.navbar-brand img{
width: 55%;
  padding: 0px 80px 0px;
}

}
@media (min-width: 760px) and (max-width:776px) {
.navbar-brand img{
width: 100%;
  padding: 0px 80px 0px;
}
}
@media (min-width: 776px) and (max-width:1000px) {
.navbar-brand img{
width: 100%;
  padding: 0px 80px 0px;
}}
@media (min-width: 1000px) and (max-width:1200px) {
.navbar-brand img{
width: 83%;
  padding: 0px 80px 0px;
}
}
@media (min-width: 1200px) {
.navbar-brand img{
width: 262px;
/* padding: 0px 80px 0px; */
}
}
/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */
img{max-width:100%}
.home-section {position: relative;z-index: 999;background: url(../images/banner.jpg) center 90% no-repeat;overflow: hidden;position: relative;padding-top: 0%;padding-bottom: 4%;background-color: #141414;}
.home-section:before {
  -webkit-transform: rotate(177deg);
  background: #990fc3;
  background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
  background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
  background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
  background: linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
  border-radius: 750px;
  content: "";
  height: 1250px;
  left: -400px;
  /* position: absolute; */
  top: -590px;
  transform: rotate(177deg);
  width: 2250px;
  z-index: -100;
}
.home-section-overlay {
  background: url(../images/banner.jpg) top no-repeat;
  background-size: cover;
  width: 100%;
  opacity: 0.79;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-section .home-section-heading-wrapper{
    padding: 32% 0 32%;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner{
    background: #facc81;
    padding: 2% 4% 3% 4%;
    margin-bottom: 20px;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner h2{
  line-height: 1.3;
  font-weight: 700;
  color: #222;
  font-size: 40px;
}
.home-section .home-section-heading-wrapper .home-section-heading-inner p{font-size: 24px;}
.home-section .home-section-heading-wrapper a{background: #86e42e;float: right;padding: 16px 30px 12px 30px;color: #fff;font-size: 24px;transition: all 0.3s ease;/* max-width: 275px; */}
.home-section .home-section-heading-wrapper a:hover{ background: #222; text-decoration: none;}
.home-section .home-section-heading-wrapper a i{transition: all 0.3s ease;}
.home-section .home-section-heading-wrapper a:hover i{margin-left: 5px;}
.btn-primary{background: #86e42e;border: none;font-size: 18px;/* line-height: 1; */height: auto;padding: 6px 20px 5px;}
.banner-center-box{padding: 74px 0 87px;max-height:100%;max-width:100%;width:100%;}
.banner-center-box .form-group{
  margin-bottom: 25px;
}
.banner-center-box > *{position:relative;}
input, input.form-control, button, button.form-control, textarea, textarea.form-control, select, select.form-control {
  width: 100%;
  font-size: 20px;
  height: 58px;
  line-height: 51px;
  border-radius: 4px;
  color: #a79797;
  outline: none;
  padding: 0 20px;
  /* margin-bottom: 15px; */
  transition: all 0.2s;
  box-shadow: none;
  border: 2px solid #d0c2c6;
  background: #d8ccd0;
}
.box-signup-form{position:relative;padding:50px;text-align:center;border-radius:10px;background: rgba(255, 255, 255, 0.35);}
.box-signup-form.bs-form-1{padding:25px 50px 20px;}
.banner-center-box h2{
    color: #125a70;
    font-size: 2.8em;
    font-weight: 800;
    text-align: left;
    margin-bottom: 35px;
}
.box-signup-form h3{margin-bottom:0;font-size:2.2em;color: #125a70;font-weight:700;margin-bottom: 24px;/* text-transform:uppercase; */}
input[type="submit"], input[type="submit"].form-control, input[type="submit"], input[type="submit"].form-control {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2;
  padding: 6px 30px 1px;
  font-size: 26px;
  position: relative;
  border: none;
  color: #fff;
  background: #ff6101;
  transition: all 0.2s;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: none;
}
.two_col_desc{
  padding: 4% 0 4%;
}
  .two_col_desc .two_col_desc_content{
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
  }
  .two_col_desc .content-figure{}
  .two_col_desc .content-figure img{}
  .two_col_desc .content-block{}
  .two_col_desc .content-block h2{
      font-size: 3.725em;
      line-height: 1;
      color: #125a70;
      margin-bottom: 0.625em;
      }
      .two_col_desc .content-block h2 span{    
          display: block;
          color: #1c1c1c;
          font-size: 0.575em;}
  .two_col_desc .content-block p{}

  .how_it_work {
      background:#33cc99;
      background: linear-gradient(0deg, rgba(106,152,165,1) 7%, rgba(22,95,114,1) 97%);
      padding: 4% 0 4%;
      padding: 4% 0 4%;
      background-position: top left;
      background-repeat: no-repeat;
  }
  h2.how_it_work_heading {
      text-align: center;
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 42px;
      color: #fff;
  }
  span.highlight {
      color: #ffffff;
  }

.three_col_point{background: #facc81;padding: 20px 0 20px;}
.three_col_point .three_col_point_content{max-width: 894px;margin: 0 auto;}
.three_col_point .three_col_point_content img{max-width: 100%;}
.three_col_point .three_col_point_content h3{color: #1d1d1d;font-size: 26px;margin: 20px 0 2px -18px;/* vertical-align: middle; */}
.what-and-why{
  padding: 4% 0 4%;
}
.what-and-why h2{
  text-align: center;
  margin-bottom: 4%;
  font-size: 38px;
}
.what-and-why h2 b{color: #facc81;}
.what-and-why h2 span{}
.what-and-why .what-and-why-content{
  background: #facc81;
  display: inline-block;
  padding: 5% 4% 5% 4%;
  position: relative;
}
.what-and-why-content img{
max-width: 100%;
}
.what-and-why-content .what-and-why-desc{
  padding: 0 30% 0 6%;
}
.what-and-why-content .what-and-why-desc h3{
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 30px;
}
.what-and-why-content .what-and-why-desc ul{
  list-style: none;
  padding-left: 0;
}
.what-and-why-content .what-and-why-desc ul li{
  margin-bottom: 18px;
}
.what-and-why-content .what-and-why-desc ul li p{}
.what-and-why-content .what-and-why-desc .why-2-img{
  width: 153px;
  height: 170px;
  position: absolute;
  right: 0;
  bottom: -9%;
  background: url(../images/why-2.png) no-repeat center;
  background-size: contain;
}
.worksboxes {
  z-index: 1;
  padding: 48px 40px;
  margin: 0 15px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
  margin-top: 40px;
  height: 328px;
  text-align: center;
}
.worksboxes img{
  width: 90px;
  margin: 0 auto 25px;
}
.hover-up {
  top: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.hover-up:hover {
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  top: -2px;
}

.steps-section{
  text-align: center;
  padding: 1% 0 5%;
}
.steps-section h2{text-align: center;margin-bottom: 70px;font-size: 36px;}
.steps-section h2 b{
    color: #facc81;
}
.steps-section .col{
    padding: 0 5%;
}
.steps-section .col.border_border{
border-left: 2px solid #facc81;
border-right: 2px solid #facc81;
}
.steps-section .col img{
  width: 85px;
  margin-bottom: 26px;
}
.steps-section .col h3{}
.steps-section .col p{}
.rv_cta{ background: url(../images/cta-bg.jpg) no-repeat; padding: 5% 0 5%;}

.rv_cta .rv_cta_desc{}

.rv_cta .rv_cta_desc p{color:#fff;font-size: 32px;}

.rv_cta .rv_cta_btn{}

.rv_cta .rv_cta_btn a{
  background: #86e42e;
  float: right;
  padding: 16px 30px 12px 30px;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease;}
.rv_cta .rv_cta_btn a i{transition: all 0.3s ease; }
.rv_cta .rv_cta_btn a:hover{background: #facc81; text-decoration: none;}
.rv_cta .rv_cta_btn a:hover i{margin-left: 5px;}
.section-07 .section-block {
  font-size: 1.125em;
  padding: 4.5em 0;
}
.wbl_container{background: #6a98a5 url(../images/what_is_bg_img_1.png) top center no-repeat;background-size:cover;padding: 110px 0 62px;min-height:350px;}
.wbl_container h2{color:#fff;font-size: 36px;margin-bottom: 26px;}
.wbl_container p{color:#fff;font-size: 20px;}
.wbl_container a{
  background: #ff6100;
  /* float: right; */
  margin-top: 19px;
  display: inline-block;
  padding: 16px 30px 12px 30px;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease;
}
.wbl_container a:hover{background:#fff;color:#444; text-decoration: none;}
.wbl_container .wbl_btn_2{color:#fff;margin-right:20px;padding:7px 20px 7px;border:1px solid #fff;font-size:15px;}
.wbl_container .wbl_btn_2:hover{background:#fff;color:#444;}
.faq_content{}
.faq_content img{width: 220px;}
.faq_content h2{color: #115a70;font-size: 42px;font-weight: 700;}
.faq_content h4{color: #135d72;font-size: 28px;font-weight: 500;}
.section-07 .accordion-item {
  background: #e2ecee;
  /* color: #ffffff; */
  margin-top: 1em;
}
.section-07 .accordion-head {
  padding: 1em 1.75em;
  cursor: pointer;
}
.section-07 .accordion-body {
  padding: 0.425em 1.75em 1.5em;
  display: none;
}
.section-07 .accordion-head {
  padding: .5em 1.75em;
  cursor: pointer;
}
.section-07 .accordion-head h3 {
  font-size: 1.15em;
  color: #222228;
  position: relative;
  padding-right: 2.5em;
}
.section-07 .accordion-head h3:before {
  content: '+';
  /* background: url('imgs/acc-img.png') no-repeat -44px -17px; */
  width: 13px;
  height: 11px;
  font-size: 22px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-07 .accordion-head.open h3:before {
  content: '-';
  background: url('imgs/acc-img.png') no-repeat -63px -22px;
	width: 13px;
	height: 3px;
}
@media (min-width: 1300px){
.what-and-why .container {
width: 1280px;
}
}
/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer{position: relative;overflow: hidden;display: block;padding: 48px 0px 14px 0px;background-color: #d5d5d5;}


.footer p {font-size: 16px;margin-bottom: 30px;/* color: #fff; */}
.footerlogoImg {
  width: 100%;
}
.footer_content .secure-logo {
  display: flex;
  /* justify-content: center; */
}
.footerseals{
  display: flex;
  justify-content: space-between;
  margin: 3rem 0rem 2rem;
}
.footer p a {
font-size: 16px;
color: #fff;
text-decoration:none;
}

.footer_content{
  text-align: center;
}
.footer_content ul{
  list-style: none;
  margin-bottom: 22px;
}
.footer_content ul li{
  display: inline-block;
}
.footer_content ul li a{
  color: #222;
  font-size: 20px;
}
.footer_content ul li a::after{content:'-';margin: 6px;}
.footer_content ul li:last-child a::after{content: '';}
.footer_content .footer_logo_div{
  max-width: 750px;
  margin: 0 auto 10px;
  /* border-bottom: 2px solid #222; */
}
.footer_content .footer_logo_div img{
  margin: 0 auto 22px;
}
.footer_content .footer_logo_div p{
  font-size: 20px;
  margin-bottom: 4px;
}

@media (max-width: 991px){
/* .navbar-default .navbar-collapse, .navbar-default .navbar-form{background: #e5e5e5;} */
.navbar-default .navbar-nav > li > a{padding: 17px 6px 15px;}
.home-section .home-section-heading-wrapper{padding:20% 0 20%;}
}
@media (max-width: 767px){
.three_col_point{
  text-align: center;
  padding-top: 12%;
}
.three_col_point .three_col_point_content h3{
  margin-bottom: 40px;
}
.three_col_point .three_col_point_content img{
  margin: auto;
  width: 100px;
}
.what-and-why-content .what-and-why-desc{
  padding: 0;
  text-align: center;
  margin-top: 50px;
}
.what-and-why-content .what-and-why-desc .why-2-img{
  /* z-index: -1; */
  opacity: .2;
}
.steps-section .col.border_border{
  border:none;
}
.steps-section .col{
  margin-bottom: 35px;
}
.rv_cta{
  text-align: center;
}
.rv_cta .rv_cta_btn a{
  float: none;
}
}
@media (max-width: 767px){
.home-section .home-section-heading-wrapper .home-section-heading-inner h2{font-size: 28px;}
}
@media screen and (max-width: 425px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{background: #e5e5e5;}
  .banner-center-box h2 {
    color: #125a70;
    font-size: 2.2em;
  }
  .navbar-default .navbar-toggle {
    border-color: #C57ED3;
    padding: 0px 8px;
    margin: 0px 10px 0px 0px;
    width: 10%;
}
  .wbl_container p {
    color: #fff;
    font-size: 16px;
}
  .box-signup-form.bs-form-1 {
    padding: 27px 20px 20px;
  }
  .two_col_desc .two_col_desc_content {
    display: block;
  }
  .two_col_desc .content-figure img {
    display: none;
  }
  .wbl_container {
    background-position: left;
    text-align: center;
  }
  .footerseals {
    display: block;
    margin: 3rem 10rem 0rem;
  }
  .footer_content .secure-logo {
    justify-content: center;
    margin-top: 2rem;
    margin: 2rem auto 2rem;
    display: flex;
    padding: 0rem 0rem;
  }
  img[alt="OLA Seal"] {
    margin: 0px 5px;
    min-width: 40px !important;
    min-height: 40px !important;
  }
  .footer p {
    font-size: 13px;
    /* color: #fff; */
    text-align: center;
  }
  .footer {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0px 0px 14px 0px;
  }
  .footer_content ul li a {
    color: #222;
    font-size: 11px;
  }
  .two_col_desc .content-block h2 {
    font-size: 2.4em;
  }
  h2.how_it_work_heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 375px) {
  .footerseals {
    display: block;
    margin: 3rem 7rem 0rem;
  }

}
@media screen and (max-width: 320px) {
  .footerseals {
    display: block;
    margin: 3rem 5rem 0rem;
}
.navbar-default .navbar-toggle {
  border-color: #C57ED3;
  padding: 0px 4px;
}
}