*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background:#004ec8 !important;;
    /* overflow: hidden; */
    
    /* background-repeat: no-repeat; */
}
.banner-caption {
    margin-top: 140px;

}
/* .banner-caption h2{
     color: #fff; 
     font-size:30px;
     margin: 20px 0px;

} */
.banner-caption2{
    display: flex;
    align-items: center;
    color: #ffffff;
    grid-gap: 10px;
    margin: 20px 0px;
}
.banner-caption2 i{
    font-size:50px;
    color: #fea500;
}
.banner-caption p{
    color: #cdcdcd;
}
.cus-btn{
    background-color: #ffffff;
    color: black;
    padding: 5px 20px;
    font-weight: 500;
}
.img-box img{
    margin-top: 140px;
   width: 200px;
   height: 200px;
  
} 
.caption{
    color: #fff;
    margin: 40px 0px;
    font-weight: 500;
}
.cus-navbar{
    position: absolute;
    color: #fff;
    top:5%;
    width: 100%;
    background-color:#fc9a01!important;
    /* border-bottom: 1px solid #fff; */
}
.cus-brand img{
    width: 60px;
    transform: scale(1.3);
}
.banner-caption2 img{
    width: 100px;
    height: 200px;
}
/* .circle-box{
    background-color: blue;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 29px;
    right: -30px;
}
.circle-box2 {
    background-color: blue;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: -45px;
    left: -9px;
} */
.cus-link{
    color: #fff!important;
    font-weight: 500;
}

@media screen and (max-width:600px) {
    .cus-navbar{
        position: absolute;
        color: #fff;
        top:5%;
        width: 100%;
        background-color:#fea500!important;
        /* border-bottom: 1px solid #fff; */
    }
    .banner-caption h2 {
        color: #fff;
        font-size: 35px;
    }
    .img-box img {
        margin-top: 62px;
        width: 300px;
        height: 300px;
        /* background-size: cover; */
        border-radius: 50%;
        z-index: 1000;
        position: relative;
    }

    .circle-box{
        background-color: blue;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        bottom: 29px;
        right: -30px;
        display: none;
    }
    .circle-box2 {
        background-color: blue;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        bottom: -45px;
        left: -9px;
        display: none;
    }
    body{
        background-color:#171717;
        overflow:auto;
        
        /* background-repeat: no-repeat; */
    }
    
}