.bg_theme{
    background-color:#0c8bed;
}
.border_theme{
    border-color: #0c8bed;
}
a{
    color:#0c8bed;
}
.color_theme{
    color: #0c8bed;
}
.btn_contacttop a:hover {
    opacity: 0.8;
}
.navbar_top li.nav-item a.nav-link {
    font-weight: 600;
    color:rgba(0, 0, 0, 0.87)
}
.navbar_top li.nav-item a.nav-link {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.87);
    padding: 10px 20px;
}
.bg_banner{
    background:url(../images/pattern.webp);
    background-repeat: repeat;
}

.banner_title h1 {
    font-size: 3.75rem;
    font-weight: bold;
}   
.banner_title {
    font-size: 20px;
    font-weight: 500;
}
a.btn.btnstart {
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 35px;
    border: 2px solid #0c8bed;
}
a.btn.btnstart:hover{
    border: 2px solid #0c8bed;
    color: #0c8bed !important;
}
.title h2 {
    font-size: 40px;    
}

.earn_icon {
    flex: 0 60px;
    height: 60px;
    border-radius: 10px;
    padding: 8px;
    margin-right: 10px;
}
.earnbox{
    background: rgb(0 83 188 / 10%);
    height: 100%;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.box_chooseimg {
    text-align: center;
    border-radius: 50px 50px 0 0;
    padding: 35px;
}

.bg_plate1{
    background-color: #3155c7;
}
.bg_plate2{
    background-color: #5d77e8;
}
.bg_plate3{
    background-color: #8daefd;
}
ul.footer-link li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0px;
}

ul.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer{
    background-color: #e2eaff;
}
.footer-note{
    background: #cbd9fd;
    border-radius: 8px;
    padding: 10px;
    color: #0c8bed;
}
.newsletter_main {
    background-image: url(../images/animated-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}




@media(max-width:767px){
  .navbar_top li.nav-item a.nav-link{
    padding: 10px 0;
  }
  .banner_title h1{
      font-size:2rem;
  }
}
