* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

header {
    width: 100%;
    padding: 10px 10px;
    background: #fff;
}

.hero_sect {
    width: 100%;
    height: 82vh;
    background: url('../img/img4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: relative;
    overflow: hidden;
}

.sec_btns {
    display: flex;
    align-items: center;
}

.hero_sect_content ul li {
    list-style: none;
}

.hero_sect_content {
    margin-top: 25%;
}

.sitebtn {
    color: #fff;
    border-radius: 25px;
    padding: 10px 15px;
}

.sitebtn:hover {
    color: #fff;
    box-shadow: 0px 4px 5px #888787;
    transition: 0.3s all linear;
}

.greenbtn {
    background: #5db307;  
}

.purplebtn
{
background: #2d67b2;
}

.hero_sect_content h1
{
font-weight: bold;
color: #2d67b2;
font-size: 60px;
}

.hero_sect_content li
{
font-weight: bold;
color: #2d67b2;
font-size: 18px;
line-height: 36px;
}

.rb_circle
{
position: absolute;
bottom: -34%;
right: -12%;
width: 400px;
height: 400px;
border-radius: 50%;
background: #8bb8f9;
}

.logo
{
position: absolute;
top: 0px;
left: 0px;
}

.abt-us {
box-shadow: 0px 0px 8px #ddd;
}

.abt-us li {
list-style: none;
line-height: 22px;
}

.bc {
width: 100%;
height: 350px;
display: flex;
justify-content: center;
align-items: center;
background: -webkit-linear-gradient(top,#fffdf2 0,#ffeff5 100%);
background: linear-gradient(to right,#9eecff 0,#8bb8f9 100%);
}

.bc h1 {
color: #fff;
text-shadow: 0px 0px 5px #000;
}


