html,
body {
  width: 100vw;
  padding: 0;
  margin: 0;
  background-color: #f5fafa;
  font-family: 'open-sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  color: #353d51;
}

.splash-page {
  height: 100vh;
}


.main-splash {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.top-menu-padding{
    padding-top: 80px;
}


.img,
.img img {
    max-width: 100%;
    height: auto;
}

a{
   color: rgba(0,186,102,1);
   text-decoration:  underline; 
}
a:hover{
   color: rgba(0,186,102,0.8);
   text-decoration:  underline; 
}
/*TYPOGRAPHY*/
h1,h2,h3,h4,h5,h6,p,strong{
    color: #353d51;
}

h1,h2,h3,h4,h5,h6{
    font-weight: Bold;
}

.hero-title{
    font-size: 36px;
    line-height: 36px;
}

.md-hero-title{
    font-size: 24px;
    line-height: 24px;
}

.sml-hero-title{
    font-size: 18px;
}

.md-copy-size{
    font-size: 18px;
}
/*CARDS*/

.card {
    background-color: rgba(255,255,255,0.9);
    background-clip: border-box;
    border: none;
    border-radius: 25px;
    
}

.card-header:first-child ,
.card-img-top {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.card-outline {
    background-color: transparent;
    background-clip: border-box;
    border: 3px solid rgba(255,255,255,1) ;
    border-radius: 25px;
    
}

.card-ghost {
    background-color: rgba(255,255,255,0.1);
    
    
}

.card-blue {
    background-color: rgba(53,61,81,1);
    
    
}

.card-green {
    background-color: rgba(40,193,117,0.9);
    
    
}

.card-footer-blue {
    background-color: rgba(73,84,111,0.9);
    
    
}

.card-footer:last-child {
    border-radius: 25px;
    border-top: none;
}

.floating-card{
    position: absolute;
    top: -200px;
}

/*COLOURS*/
.text-bold{
    font-family: 'open-sans', sans-serif;
}

.text-white{
    color: rgba(255,255,255,1);
}

.text-white svg,
.text-white path{
    fill: rgba(255,255,255,1);
}


.text-green{
    color: rgba(0,186,102,1);
}

.text-green svg,
.text-green path{
    fill: rgba(0,186,102,1);
}

.text-red{
    color: rgba(182,0,31,1);
}

.text-red svg,
.text-red path{
    fill: rgba(182,0,31,1);
}

.text-yellow{
    color: rgba(251,254,0,1);
}

.text-yellow svg,
.text-yellow path{
    fill: rgba(251,254,0,1);
}

.text-dark{
    color: rgba(78,101,96,1);
}

.border-green{
    border: 3px solid rgba(0,186,102,1) !important;

}
/*Backgrounds*/
.form-card{
    
    background-color:rgba(1,13,31,0.8);
    border:3px solid #ffffff;
}

.mask-section{
    position: absolute;
    bottom: 0;
    width:100%;
}

.bg-footer{
    background: #f8f8f8;
}

.w-plane-header-holder-100{
    top:-2px !important;
    left:-15% !important;
    width:351px !important;
    height:261px !important;
    overflow:hidden;
}
.w-plane-header-100{
    
    width:352px;
    height:262px;
}



.bg-red{
    background: #b6001f;
}


.bg-green{
    background: rgba(0,186,102,1);
}

.bg-blue{
    background: rgba(53,61,81,1);
}


.hr-blue {
    border-top: 1px solid rgba(87,196,253,1);
}

.hr-light {
    border-top: 1px solid rgba(201,201,201,1);
}

/*Styled Lists */
.star-tick-list-white li{
    display: block;
    list-style-type: none;
    line-height: 36px;

}

.star-tick-list-white li:before { 
    position: relative; 
    content:"";
    background: url(../icons/star-tick-white.svg) no-repeat left center;
    padding-right: 24px; 
    margin-right: 10px; 
    margin-left:-34px;
}

.star-tick-list-green li{
    display: block;
    list-style-type: none;
    line-height: 36px;

}

.star-tick-list-green li:before { 
    position: relative; 
    content:"";
    background: url(../icons/star-tick-green.svg) no-repeat left center;
    padding-right: 24px; 
    margin-right: 10px; 
    margin-left:-34px;
}


.question-mark-list-blue li{
    display: block;
    list-style-type: none;
    line-height: 36px;

}

.question-mark-list-blue li:before { 
    position: relative; 
    content:"";
    background: url(../icons/question-mark-blue.svg) no-repeat left center;
    padding-right: 24px; 
    margin-right: 10px; 
    margin-left:-34px;
}


/*FORMS*/
.banner-form input, 
.banner-form textarea, 
.banner-form select, 
.banner-form button, 
.banner-form  .input-group-text, 
.banner-form .custom-file-label, 
.banner-form .custom-file-label::after,
.btn{
    border: 3px solid rgba(127,143,164,1) ;
    border-radius: 10px ;
    padding: 15px 20px;
}

.banner-form  .input-group-text{
    border-right:none;
}

.input-group>.input-group-prepend>.input-group-text{
    border-radius: 10px ;
}

.banner-form .input-group-text, .banner-form .custom-file-label::after {
    color: rgba(127,143,164,1);
    background-color: rgba(255,255,255,0.7);
    fill: rgba(127,143,164,1);
}
/*.banner-form .input-group-text {
    border: 1px solid rgba(182,0,31,1);
    
}*/

/*.banner-form .input-group>.custom-select:nth-child(2), 
.banner-form .input-group>.form-control:nth-child(2) {
    border-left:1px solid rgba(182,0,31,1);
}*/

.banner-form  .input-group-text{
    background: rgba(229,236,255,1);
    border-radius: 10px ;
}

.banner-form  .input-group-text svg{
    fill: rgba(53,61,81,1);
}

.banner-form .form-label{
    font-weight:600;
    color: rgba(127,143,164,1);
}

.webo-email-error svg,
.webo-phone-error svg,
.icon-error svg{
    fill: #e53935 !important;
}

.webo-email-success svg,
.webo-phone-success svg,
.icon-success svg{
    fill: #7cb342 !important;
}

/*BUTONS*/
.btn-cta{
    color:#212121;
    background-color:rgba(255,255,255,1);
    border:3px solid rgba(255,255,255,1) !important;
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
    border-radius: 10px;
    font-weight: bold;
}

.btn-cta p{
    color:#c9c9c9;
}

.btn-cta svg,
.btn-cta path,
.btn-cta rect{
    fill: rgba(201,201,201,1);
}


.btn-cta:hover, 
.cta .btn:hover,
.btn-cta-active{
    color:#fff;
    background-color:rgba(182,0,31,1) !important;
    border-color:rgba(255,255,255,1)
}

.btn-cta:hover p,
.cta .btn:hover p,
.btn-cta-active p{
    color:#ffffff;
}

.btn-cta:hover svg,
.btn-cta:hover path,
.btn-cta:hover rect,
.cta .btn:hover svg,
.cta .btn:hover path,
.cta .btn:hover rect,
.btn-cta-active svg,
.btn-cta-active path,
.btn-cta-active rect{
    fill: rgba(255,255,255,1);
}
.btn-cta:focus,
.btn-cta.focus, 
.cta .btn:focus, 
.cta .btn.focus{
    box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)
}
.btn-cta.disabled,
.btn-cta:disabled, 
.cta .btn.disabled, 
.cta .btn:disabled{
    color:#fff;
    background-color:rgba(0,186,102,0.2);
    border-color:rgba(27,129,199,0.2)
}
.btn-cta:not(:disabled):not(.disabled):active,
.btn-cta:not(:disabled):not(.disabled).active,
.show>.btn-cta.dropdown-toggle,
.cta .btn:not(:disabled):not(.disabled):active,
.cta .btn:not(:disabled):not(.disabled).active,
.show>.cta .btn.dropdown-toggle{
    color:#fff;
    background-color:#00b3b3;
    border-color:#000
}
.btn-cta:not(:disabled):not(.disabled):active:focus,
.btn-cta:not(:disabled):not(.disabled).active:focus,
.show>.btn-cta.dropdown-toggle:focus,
.cta .btn:not(:disabled):not(.disabled):active:focus,
.cta .btn:not(:disabled):not(.disabled).active:focus,
.show>.cta .btn.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)
}

.btn-yes{
    color:#fff;
    background-color:
    rgba(141,206,70,1);
    border: none;
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
    border-radius: 10px;
    font-weight: bold;
}

.btn-yes:hover, 
.yes .btn:hover{
    color:#fff;
    background-color:rgba(3,241,187,1);
    border-color:rgba(3,241,187,1)
}
.btn-yes:focus,
.btn-yes.focus, 
.yes .btn:focus, 
.yes .btn.focus{
    box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)
}
.btn-yes.disabled,
.btn-yes:disabled, 
.yes .btn.disabled, 
.yes .btn:disabled{
    color:#fff;
    background-color:rgba(141,206,70,0.2);
    border-color:rgba(27,129,199,0.2)
}
.btn-yes:not(:disabled):not(.disabled):active,
.btn-yes:not(:disabled):not(.disabled).active,
.show>.btn-yes.dropdown-toggle,
.yes .btn:not(:disabled):not(.disabled):active,
.yes .btn:not(:disabled):not(.disabled).active,
.show>.yes .btn.dropdown-toggle{
    color:#fff;
    background-color:#00b3b3;
    border-color:#000
}
.btn-yes:not(:disabled):not(.disabled):active:focus,
.btn-yes:not(:disabled):not(.disabled).active:focus,
.show>.btn-yes.dropdown-toggle:focus,
.yes .btn:not(:disabled):not(.disabled):active:focus,
.yes .btn:not(:disabled):not(.disabled).active:focus,
.show>.yes .btn.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)
}

.btn-white{
    color:rgba(0,186,102,1);
    background-color:
    rgba(255,255,255,1);
    border: none;
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
    border-radius: 10px;
    font-weight: bold;
}

.btn-white:hover{
    color:rgba(0,186,102,1);
    background-color:rgba(3,241,187,1);
    border-color:rgba(255,255,255,1)
}
.btn-white:focus,
.btn-white.focus{
    box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)
}


.btn-red{
    color:rgba(255,255,255,1);
    background-color: rgba(182,0,31,1);
    border: none;
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
    border-radius: 10px;
    font-weight: bold;
}

.btn-red:hover{
    color:rgba(255,255,255,1);
    background-color:rgba(182,0,31,0.5);
    border-color:rgba(255,255,255,1)
}
.btn-red:focus,
.btn-red.focus{
    box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)
}

.btn-green{
    color:rgba(255,255,255,1);
    background-color: rgba(0,186,102,1);
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
    border-radius: 10px;
    font-weight: bold;
}

.btn-green:hover{
    color:rgba(255,255,255,1);
    background-color:rgba(0,186,102,1);
    border-color:rgba(0,186,102,1)
}
.btn-green:focus,
.btn-green.focus{
    box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)
}

.btn-checkbox{
    color:rgba(53,61,81,1);
    background-color:rgba(229,236,255,1);
    border:3px solid rgba(127,143,164,1) !important;
    -webkit-transition : all 500ms ease-out;
    -moz-transition : all 500ms ease-out;
    -o-transition : all 500ms ease-out;
    transition : all 500ms ease-out;
    border-radius: 10px;
    font-weight: bold;
}

.btn-checkbox p{
    color:rgba(53,61,81,1);
    font-size:14px;
}

.btn-checkbox svg{
    fill: rgba(53,61,81,1);
}


.btn-checkbox-active{
    color:rgba(255,255,255,1);
    background-color:rgba(0,186,102,1) !important;
    border-color:rgba(0,186,10,1) !important;
}

.btn-checkbox-active p{
    color:rgba(255,255,255,1);
}

.btn-checkbox-active svg{
    fill: rgba(255,255,255,1);
}

.btn-checkbox:hover{
    color:#fff;
    background-color:rgba(73,84,111,1) !important;
}

.btn-checkbox:hover p{
    color:#ffffff;
}

.btn-checkbox:hover svg{
    fill: rgba(255,255,255,1);
}
.btn-checkbox:focus,
.btn-checkbox.focus{
    box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)
}
.btn-checkbox.disabled,
.btn-checkbox:disabled{
    color:#fff;
    background-color:rgba(219,66,116,0.2);
    border-color:rgba(255,255,255,0.2)
}
.btn-checkbox:not(:disabled):not(.disabled):active,
.btn-checkbox:not(:disabled):not(.disabled).active{
    color:#fff;
    background-color:rgba(219,66,116,1);
    border-color:#ffffff;
}
.btn-checkbox:not(:disabled):not(.disabled):active:focus,
.btn-checkbox:not(:disabled):not(.disabled).active:focus{
    box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)
}

/*carousels*/
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: right;
  padding: 0;
  list-style: none;
  margin-right:0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;

}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent; 
    border-bottom: 0px solid transparent;
    border-radius: 10px;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1 !important;
    background-color: rgba(182,0,31,1) !important;
}

@media (min-width: 992px) {
    .hero-title{
        font-size: 48px;
        line-height: 48px;
    }

    .md-hero-title{
        font-size: 36px;
        line-height: 36px;
    }

    .sml-hero-title{
        font-size: 24px;
    }
}
@media (min-width: 769px) {
}

@media (max-width: 991px) and (min-width: 769px) {
    .hero-title{
        font-size: 60px;
        line-height: 60px;
    }

    .md-hero-title{
        font-size: 24px;
        line-height: 24px;
    }

    .sml-hero-title{
        font-size: 18px;
    }
}
@media (max-width: 769px) {
    .btn-checkbox:hover{
        color:#fff;
        background-color:rgba(0,186,102,1) !important;
    }
    .btn-checkbox:hover p{
        color:rgba(255,255,255,1);
        font-size:14px;
    }

    .btn-checkbox:hover svg{
        fill: rgba(255,255,255,1);
    }
}

@media (max-width: 1699px) {
    /*.above-fold-person-left{
        margin-left:-100px;
    }
    .above-fold-person-right{
        margin-right:-100px;
    }*/
}