html,
body {
  width: 100vw;
  padding: 0;
  margin: 0;
  background-color: #f8f8f8;
  font-family:'Montserrat',sans-serif;
    -webkit-font-smoothing:antialiased !important;
  font-size: 16px;
  overflow-x: hidden;
  color: #211c23;
}

.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(132,184,24,1);
   text-decoration:  underline; 
}
a:hover{
   color: rgba(132,184,24,0.8);
   text-decoration:  underline; 
}
/*TYPOGRAPHY*/
h1,h2,h3,h4,h5,h6,p,strong{
    color: #211c23;
}

h1,h2,h3,h4,h5,h6{
    font-weight: Bold;
}

.mega-hero-title{
    font-size:48px;
    font-weight:900;
}

.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;
}

.sml-copy-size{
    font-size: 16px;
}
/*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(0,127,170,1);
    
    
}

.card-footer-blue {
    background-color: rgba(73,84,111,0.9);
    
    
}

.card-green {
    background-color: #84b818;
    
    
}

.card-yellow {
    background-color: #f5a623;
    
    
}

.card-grey {
    background-color: #54585b;
    
    
}

.card-footer:last-child {
    border-radius: 25px;
    border-top: none;
}

.floating-card{
    position: absolute;
    top: -200px;
}

/*COLOURS*/
.text-bold{
    font-weight: 900;
}

.text-outline{
    color: #fff;
  text-shadow:
    3px 3px 0 #000,
    -3px 3px 0 #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}

.text-white{
    color: rgba(255,255,255,1);
}

.text-white svg,
.text-white path{
    fill: rgba(255,255,255,1);
}


.text-green{
    color: rgba(132,184,24,1);
}

.text-green svg,
.text-green path{
    fill: rgba(132,184,24,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(245,166,35,1);
}

.text-yellow svg,
.text-yellow path{
    fill: rgba(245,166,35,1);
}

.text-blue{
    color: rgba(0,127,170,1);
}

.text-blue svg,
.text-blue path{
    fill: rgba(0,127,170,1);
}

.text-dark{
    color: rgba(78,101,96,1);
}

.border-green{
    border: 3px solid rgba(132,184,24,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:352px !important;
}
.w-plane-header-100{
    
    width:100.1%;
}



.bg-red{
    background: #b6001f;
}


.bg-green{
    background: rgba(132,184,24,1);
}

.bg-dark-green{
    background: rgba(89,134,43,1);
}

.bg-blue{
    background: rgba(0,127,170,1);
}

.bg-dark{
    background:#282728;
}


.hr-blue {
    border-top: 1px solid rgba(87,196,253,1);
}

.hr-light {
    border-top: 1px solid rgba(201,201,201,1);
}

.hr-green {
    border-top: 1px solid #84b818;
}

/*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;
}

.star-tick-list-blue li{
    display: block;
    list-style-type: none;
    line-height: 36px;

}

.star-tick-list-blue li:before { 
    position: relative; 
    content:"";
    background: url(../icons/star-tick-blue.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 select, 
.banner-form button, 
.banner-form textarea,
.banner-form  .input-group-text, 
.banner-form .custom-file-label, 
.banner-form .custom-file-label::after,
.btn{
    border: 3px solid rgba(84,88,90,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(0,127,170,1);
    background-color: rgba(255,255,255,0.7);
    fill: rgba(0,127,170,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(0,127,170,0.1);
    border-radius: 10px ;
}

.banner-form  .input-group-text svg{
    fill: rgba(0,127,170,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(132,184,24,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(132,184,24,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(132,184,24,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(105,183,46,1);
    border:3px solid rgba(105,183,46,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-green:hover{
    color:rgba(255,255,255,1);
    background-color:rgba(105,183,46,0.5);
    border-color:rgba(255,255,255,1) 
}
.btn-green:focus,
.btn-green.focus{
    box-shadow:0 0 0 .2rem rgba(0,128,128,0.5)
}

.btn-checkbox{
    color:rgba(0,127,170,1);
    background-color:rgba(255,255,255,1);
    border:3px solid rgba(84,88,90,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(0,127,170,1);
}

.btn-checkbox svg{
    fill: rgba(0,127,170,1);
}


.btn-checkbox-active{
    color:rgba(255,255,255,1);
    background-color:rgba(245,166,35,1) !important;
    border-color:rgba(245,166,35,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(0,127,170,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: 0px;
  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: 20px;
    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(132,184,24,1) !important;
}

.carousel-buttons{
    width:50px;
    position:absolute;
    right:0;
    top:15px;
}

/*Sun*/
.sun{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 40000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 40000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 40000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 40000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@media (min-width: 992px) {


    /*Layouts*/
    .bottomdiv {
        height: auto;
        width: 100%;
        position:absolute;
        left:0;
        bottom:0;
    }

    /*Typography*/
    .mega-hero-title{
        font-size:160px;
        line-height:160px;
    }
    .hero-title{
        font-size: 60px;
        line-height: 60px;
    }

    .md-hero-title{
        font-size: 36px;
        line-height: 36px;
    }

    .sml-hero-title{
        font-size: 24px;
    }
    .carousel-indicators {
      position: absolute;
      right: 60px;
      bottom: 0;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: right;
      padding: 0;
      list-style: none;
      margin-right:0;
    }
    .carousel-buttons{
        top:27px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .mega-hero-title{
        font-size:60px;
    }
    .hero-title{
        font-size: 48px;
        line-height: 48px;
    }

    .md-hero-title{
        font-size: 24px;
        line-height: 24px;
    }

    .sml-hero-title{
        font-size: 18px;
    }
}

