*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar{
    background-color: #f8f8f8;
    padding: 0;
    height: 75px;
}
.navbar-brand img{
    height: 70px;
    padding-left: 5px;
    margin-left: 10px;
}
.navbar-nav{
    padding: 0 30px ;
    padding-right: 10px;
}
.navbar-nav li{
    padding: 0 12px;
}
.navbar-nav li a{
    color: black !important;
    font-weight: 500;
    font-size: 17px;
    float: right;
    text-align: left;
}
.navbar-nav li a:hover{
    border-bottom: 2px solid white;
}
.but .btn-primary{
    color: white;
    width: 130px;
    height: 35px;
    margin-right: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    padding: 5px;
    margin: 10px;
    background-color: #09DCA4;
    border: none;
}
.but .btn-primary:hover {
    background-color: rgb(235, 247, 184);
    color: black;
}
.fa-bars{
    color: white;
    font-size: 30px !important;
    padding-bottom: 35px;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-light .navbar-toggler {
    color: black;
    background-color: white;
    height: 40px;
    width: 50px;
    padding: 5px;
    text-align: center;
}
/*-----Banner*/
#banner{
    background-color: #3375AB; 
    color:white;
    padding-top: 5%;
}
.promo-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 80px;
    margin-left: 10PX;
}
.but1 .btn-primary{
    color: white;
    width: 200px;
    height: 50px;
    margin-right: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    padding: 10px;
    margin: 10px;
    background-color: #09DCA4;
    border: none;
    align-items: center;
}
.but1 .btn-primary:hover {
    background-color: rgb(235, 247, 184);
    color: black;
}
.col-md-6 .img-fluid img{
    position: relative;
    height: 800px;
    width: 6000px;
    top:-100px;
}
.bottom-img{
    padding-top: -20px;
    margin-right: 50px;
    width: 100%;
}
/*----About Us----*/
h1{
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    color: black;
    font-size: 35px;
}
.row h1 .heading{
    font-size: 35px;
}
.para{
    padding-top: 10px;
    padding-left: 1000px;
    padding-left: 1000px;
    text-align: center;
    font-size: 18px;
}
.but2 .btn-primary{
    color: white;
    width: 400px;
    height: 50px;
    margin-left: 350px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    padding: 10px;
    background-color: #09DCA4;
    border: none;
    margin-top: 15px;
}
.but2 .btn-primary:hover {
    background-color: rgb(235, 247, 184);
    color: black;
}
#banner2 .promo-title{
    font-size: 30px;
    font-weight: 600;
    margin-top: 160px;
    margin-left: 10PX;
}
/*---Kewy Benefits---*/
.box .icons-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    flex-wrap: wrap;
    text-align: center;
}
.box .icons-container .icons{
    flex:1 1 35rem;
    padding:1rem;
    margin:1rem;
    text-align: center;
    border:.2rem solid #09DCA4 ;
}
.box .icons-container .icons .img-fluid{
    font-size: 4rem;
    padding:1rem 0;
}
.icons h3{
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.icons p{
    font-size: 15px;
    font-weight: 400;
}
#banner3 .promo-title{
    font-size: 30px;
    font-weight: 600;
    margin-top: 120px;
    margin-left: 10PX;
}
/*---footer section---*/
#footer{
    background-color: #3375AB;
    color: white;
}
.footer-img{
    width: 100%;
}
.footer-box{
    padding: 20px;
}
.footer-box img{
    width: 180px;
    margin-bottom: 20px;
}
.col-md-3{
    text-align: center;
}
.col-md-3 h5{
    font-size: 20px;
}
.col-md-3 a{
    font-size: 18px;
    color: white;
    text-align: center;
    text-decoration: none;
}
.col-md-3 a:hover{
    color: white;
    border-bottom: 2px solid white;
}
