#sec-1 {
    width: 100%;
    display: flex;
    align-items: center;
    background: rgb(63, 94, 251);
    background: radial-gradient(circle, rgba(0, 42, 255, 0.144) 0%, rgba(252, 70, 107, 0) 100%);
    justify-content: center;
    padding: 30px 30px;
    margin-top: 6rem;
}
  .mybluetext{
    color: #0079FD;
  }
  #sec-1 h2{
    font-size: 50px;
    font-weight: 700;
  }
  #sec-1 h2 > span{
    font-size: 50px;
    font-weight: 700;
  }
  #sec-1 p{
    font-size: 15px;
    font-weight: 400;
  }
  .sec-5-sub{
    background-color: #0079FD;
    padding: 15px 50px;
    border: 0;
    border-radius: 15px;
    font-weight: bold;
    color: white;
  }
  #sec-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
}
.a-btn{
border: 0.5px solid #0079FD;
display: flex;
flex-wrap: nowrap;
align-items: center;
height: 60px;
font-weight: 700;
line-height: 90%;
color: #00346C;
background-color: white;
padding: 5px 20px;
width: 16rem;
transition: all 0.5s;
}
.a-btn:hover{
color: #ffffff;
background-color: #0065d1;
}
.a-btn:hover img{
filter: invert(100%);
}
.a-btn img{
    width: 45px;
    height: 45px;
    margin-right: 7px;
}

#sec-7 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
box-sizing: border-box;
}
.sec-7-col{
border: 2px solid #0065d1;
}
.sec-7-col1{
border: 2px solid #0065d100;
}
.sec-7-hov{
  transition: 0.3s;
}
.sec-7-hov:hover{
  border: 2px solid #003063;
  border-radius: 40px !important;
}
