.font-blue {color: #3d58a7}
span.font-black {color: black;font-weight: bold}
ul.a {
    font-family: "Karla", sans-serif;
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400; 
    list-style-position: outside;
    }
    li.a {
      font-family: "Karla", sans-serif;
      color: #707070;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 400; 
      list-style: disc;
    } 
    ul.a-white-header {
    font-family: "Karla", sans-serif;
    color: white;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400; 
    list-style-position: outside;
    }
    li.a-white-header {
      font-family: "Karla", sans-serif;
      color: white;
      font-size: 20px;
      line-height: 1.7;
      font-weight: 400; 
      list-style: disc;
    } 
.a-white-header{
  font-family: "Karla", sans-serif;
      color: white;
      font-size: 20px;
      line-height: 1.7;
      font-weight: 400; 
      list-style: disc;
}
.float{
   position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-text{
    position: fixed;
    width: 200px;
    height: 50px;
    bottom: 40px;
    right: 110px;
    background-color: #2653a3;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float i:hover{
  font-size:35px;}
.float a:hover{
  font-size: 35px;
}
.float-text a:hover:not(.active) {
  position: fixed;
    width: 200px;
    height: 50px;
    bottom: 40px;
    right: 110px;
    background-color: #2653a3;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.tex-hover a:hover
{
    position: fixed;
    width: 275px;
    height: 55px;
    bottom: 40px;
    right: 170px;
    background-color: #2653a3;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
  margin-top:16px;
}
.sub-header {
  color: white;
}
.custome-font{
    font-family: "Karla", sans-serif;
    color: white;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400; 
    list-style-position: outside;
  }

.carousel {
  width: 100%;
  text-align: center;
  font-family: Trebuchet MS;
  display: block;
  font-size: 6vmin;

  page {
    position: absolute;
    top: 2em;
    left: 0;
    width: 100%;
    transition: transform 0.5s;
    transform: scale(0);
    div {
      padding: 3em;
    }
    label {
      cursor: pointer;
      background: #d9ff4f;
      padding: 1em 2em;
    }
  }
  @for $i from 1 through 5 {
    #page#{$i}cb:checked ~ {
      #page#{$i} {
        transform: scale(1);
      }
    }
  }
}

.button-custome {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
