* {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    
  }
  .clearfix{
    clear:both;
  }
  .header-banner{
    padding-top:35px;
    padding-bottom:100px;
    color:#ffffff;
    font-family:Helvetica, serif;
    font-weight:100;
    background-image: url("background.jpg");
    background-attachment:scroll, scroll;
    background-position:left top, center center;
    background-repeat:repeat-y, no-repeat;
    background-size:contain, cover;
  }
  .container-width{
    width:90%;
    max-width:90%;
    margin:0 auto;
  }
  .logo-container{
    float:left;
    width:50%;
  }
  .logo{
    background-color:#fff;
    border-radius:5px;
    width:130px;
    padding:10px;
    min-height:30px;
    min-width: 130px;
    text-align:center;
    line-height:30px;
    color:#20a8bd;
    font-size:23px;
  }
  .menu{
    float:right;
    width:50%;
  }
  .lead-title{
    margin:150px 0 30px 0;
    font-size:40px;
  }
  .sub-lead-title{
    max-width:650px;
    line-height:30px;
    margin-bottom:30px;
    color:#c6c6c6;
  }
  .lead-btn{
    margin-top:15px;
    padding:10px;
    width:190px;
    min-height:30px;
    min-width: 80px;
    font-size:20px;
    text-align:center;
    letter-spacing:3px;
    line-height:30px;
    background-color:#20a8bd;
    border-radius:5px;
    transition:all 0.5s ease;
    cursor:pointer;
  }
  .lead-btn:hover{
    background-color:#ffffff;
    color:#4c114e;
  }
  .lead-btn:active{
    background-color:#4d114f;
    color:#fff;
  }
  #i3suf{
    margin:0px 0px 0px 0px;
    width:24%;
    min-height:50%;
    float:right;
    color:#000000;
    border:0px solid black;
    opacity:1;
    transition:all 0.5s ease-in;
    display:block;
    padding:1.5% 1.5% 1.5% 1.5%;
  }
  #i0gt8{
    margin:10% 0px 0px 0px;
    padding:0px 0px 0px 0.4%;
  }
  #ih6b2{
    font-size:18px;
    font-weight:400;
    color:#ffffff;
    opacity:1;
    margin:0px 0px 0px 0px;
    max-width:60%;
    padding:0px 0px 0px 0.4%;
  }
  #i62l{
    color:#ffffff;
    background-repeat:repeat;
    background-position:left top;
    background-attachment:scroll;
    background-size:cover;
    background-image:url("background.jpg");
  }
  #izn0b{
    padding:0.4% 0px 0.4% 0.4%;
    position:static;
    font-size:12px;
    margin:0px 0px 4% 0px;
  }
  #i63zg{
    padding:1% 1% 1% 0.4%;
    margin:2% 15% 0px 15%;
    font-size: 18px;
  }
  #iyhy{
    max-width:70%;
  }
  #i8jn{
    padding:1.5% 1.5% 1.5% 1.5%;
    width:24%;
    min-height:50%;
  }
  #i0oq1o{
    height:600px;
    width:100%;
    margin:0px 0 0px 0px;
    padding:0px 15% 0px 15%;
  }
  #inkk{
    background-repeat:repeat;
    background-position:left top;
    background-attachment:scroll;
    background-size:auto;
    background-image:linear-gradient(to bottom, black 0%, #bababa 0%, white 100%);
  }
  #ia6gfl{
    color:rgb(32, 33, 34);
    font-family:sans-serif;
    font-size:14px;
    background-color:rgb(253, 253, 253);
  }
  #imlxux{
    text-align:center;
  }
  @keyframes fadeEffect{
    from{
      opacity:0;
    }
    to{
      opacity:1;
    }
  }
