*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, ul{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
}
header{
    width: 100%;
    height: 100px;
    background-color: #fff;
}
.header_section{
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.logo{
    width: 20%;
    height: 100%;
}
.logo img{
    width: 100%;
    height: 55%;
    padding-top: 22px;
}
nav{
    width: 20%;
    height: 100%;
}
nav h1{
    text-align: right;
    padding-top: 35px;
    color: #97999b;
}
.banner_section{
    width: 100%;
    height: 650px;
    background-image: url(https://img.freepik.com/premium-photo/star-field-background-starry-outer-space-background-texture_78899-1949.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner{
    width: 50%;
    height: 100%;
    margin: auto;
    text-align: center;
    padding-top: 200px;
}
.banner h1{
    color: #fff;
    font-size: 50px;
    padding: 30px 0px;
}
.banner h2{
    color: #fff;
    font-weight: 400;
    padding-bottom: 65px;
}
.banner button{
    background-color: #fb6e52;
    padding: 15px 40px;
    border: solid;
    border-color: #fff;
    border-width: 1px;
    border-radius: 5px;
}
.banner button a{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.service_section{
    width: 100%;

    background-color: #fff;
}
.service_section_top{
    width: 80%;
 
    margin: auto;
    display: flex;
    padding-top: 80px;
}
.top_services{
    width: 30%;
  
    text-align: center;
    padding: 10px;
}
.top_services img{
    background: #fb6e52;
    padding: 20px;
    border-radius: 35px;
}
.top_services h1{
    font-size: 20px;
    padding: 20px 0px;
    color: #292c34;
}
.top_services h2{
    font-size: 18px;
    font-weight: 400;
    color: #97999b;
}
.service_section_center{
    width: 60%;
 
    margin: auto;
}
.service_section_center h1{
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    color: #fb6e52;
    text-align: center;
    padding: 50px 0px;
}
.service_section_bottom{
    width: 80%;
    padding-bottom: 100px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.bottom_services{
    width: 30%;
}
.bottom_service_image{
    width: 100%;
    height: 300px;
}
.bottom_service_image img{
    width: 100%;
    height: 100%;
}
.bottom_service_text{

}
.bottom_service_text h1{
    font-size: 20px;
    padding: 20px 0px;
    color: #292c34;
}
.bottom_service_text h2{
    font-size: 18px;
    font-weight: 400;
    color: #97999b;
}
.blog_section{
   width: 100%;
   height: 900px;
   background-color: #f1f1f1;
}
.blog_title{
    width: 80%;
    height: 17%;
    margin: auto;   
    text-align: center;
}
.blog_title h1{
    padding: 50px 0px;
}
.blog_main{
    width: 80%;
    height: 83%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.blog{
    width: 50%;
    height: 85%;
}
.blog_imaage{
   width: 95%;
   height: 70%
}
.blog_imaage img{
    width: 100%;
    height: 100%;
}
.blog_text{
    width: 100%;
    height: 30%
}
.blog_text h1{
    font-size: 24px;
    color: #fb6e52;
    padding: 20px 0px;
}
.blog_text p{
    color: #97999b;
    padding-right: 51px;
    font-size: 20px;
}
footer{
    width: 100%;
    height: 100px;
    background-color: #292c34;
}
.footer_main{
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer_left{
    width: 50%;
    display: flex;
}
.footer_logo{

}
.footer_logo img{
    padding: 20px;
    width: 60px;
}
.footer_left_text{

}
.footer_left_text p{
    color: #80848b;
    padding: 40px 0px;
}
.footer_right{
    width: 50%;
}
.footer_right ul{
    display: flex;
    justify-content: end;
}
.footer_right ul li{
    list-style: none;
}
.footer_right ul li i{
    color: #e6e7e8;
    padding: 40px 10px;
}