*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Roboto, sans-serif;
    
    
    
}
/* header section start */

.head_container{
    display: flex;
    padding: 16px 70px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    background-color: #fff;

}

.nav1{
    list-style: none;
    display: flex;
    width: 300px;
    justify-content: space-around; 
    
}

.nav1 a{
    text-decoration: none;
    color: #53627c;
}
/* header section end */
/* first section start */
.banner{
    display: flex;
   padding: 100px 0;
    height: auto;
    z-index: 0;
    position: relative;
    justify-content: space-around;
    background-color: #f6f8f9;
    
}
.banner_photo img{
    
    height: 100%;
    /* width: 50%; */
    padding-right: 15px;
    padding-left: 15px;
    
    
}
.text{
    margin-top: 100px;
    padding: 20px 60px;
    /* width: 600px; */
    width: 50%;
}
.text span{
    color: #0095f7;
    text-transform: uppercase;
    font-weight: 400;
}

.text h1{
    font-weight: 10;
    font-size: 50px;
}
.text p{
    font-size: 24px;
    color: #8da2b5;
    margin-top: 10px;
    font-weight: 300;
}
.text button{
    background-color: #0095f7;
    padding: 10px 25px;
    border: none;
    color: white;
    border-radius: 2px;
    margin: 25px 0 0 0;
}

/* first section end */
.second{
    display: flex;
    height: auto;
    padding: 100px 0;
    justify-content: space-around;
    width: 100%;
    
}

.second2 img{
    height: 80vh;
    /* width: 80%; */
    width: auto;
    
}
.second1{
    margin-top: 100px;
    padding: 20px 60px;
    /* width: 600px; */
    width: 50%;
}
.second1 span{
    color: #0095f7;
    text-transform: uppercase;
    font-weight: 400;
}
.second1 h2{
    font-weight: 10;
    font-size: 50px;

}
.second1 p{
    font-size: 24px;
    color: #8da2b5;
    margin-top: 10px;
    font-weight: 300;
}
.second1 button{
    background-color: #0095f7;
    padding: 10px 25px;
    border: none;
    color: white;
    border-radius: 2px;
    margin: 25px 0 0 0;
}
/* second end */
/* third start */
.third{
    
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
    
    
    background-color: #f6f8f9;
}

.third1{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 100px;
}
.third1 h2{
    font-weight: 10;
    font-size: 50px;
    font-weight: 700;
    

}
.third1 p{
    font-size: 24px;
    color: #8da2b5;
    margin-top: 10px;
    /* font-weight: 300; */
    
}
.third2{
    display: flex;
    justify-content: center;
    
    padding: 20px 30px;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 70px;
}

.post1{
    width: 40%;
    margin: 10px;
   
}
.post01{
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, .04), 0 10px 16px 0 rgba(10, 31, 68, .06);
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
}
.post01 p{
    margin: 25px 0 16px;
}
.post001{
background-image: url(profile-picture-one.jpg);
border-radius: 50%;
height: 60px;
width: 60px;
background-repeat: no-repeat;
background-position: center ;
background-size: cover;


}
.postm{
    display: flex;
    padding: 10px 12px;
}
.postc{
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #edf1f2;
    margin-left: 5px;
    
}
.postc h6 span{
    border-radius: 50px;
    background-color: #0095f7;
    color: #fff;
    padding: 2px 12px;
    font-size: 1rem;
}
.postc h6{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 5px;
    margin-bottom: 0;
}

.postc small{
    color: #8da2b5;
}

.post1 p{
    font-size: 16px;
    
    margin-top: 25px;
    
    color: #53627c;
    
}

/* third end */
/* fourth start */
.fourth{
    width: 100%;
   height: auto;
 
  
}
.fourth_container{
padding: 100px 0;
}
.fourth_text{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
    
}

.fourth_text h2{
    font-size: 50px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 5px;
    margin-bottom: 0;
}
.fourth_text p{
    color: #8da2b5;
    font-size: 22px;
    font-weight: 300;
}
.fourth_price1{
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, .04), 0 10px 16px 0 rgba(10, 31, 68, .06);
    border-radius: 20px;
    padding: 40px 20px;
    margin-top: 30px;
   max-width:  25%;
   margin-left: 15px;
   margin-right: 15px;
   
}
   
    
    


.fourth_price1 h3{
    color:  #6772e5;
    font-size: 22px;
    font-weight: 300; 
    margin-bottom: 25px; 
    letter-spacing: 0.1em; 
    
}
.fourth_price1 h6{
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    
}
.fourth_price1 small{
    color: #8da2b5;
  
    font-weight: 400;

}
.fourth_price1 p{
    color: #53627c;
    font-size: 17px;
    margin-top: 15px;
}

.line{
    border-bottom: 1px solid #edf1f2;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fourth_price1 ul{
    list-style: none;
    padding-right: 10px;
    margin-bottom: 16px;

}
.fourth_price1 li{
    padding: 8px 0;
    color: #8da2b5;
}

.fourth_price1 li span{
    color: #0095f7;
}
.fourth_price1 ul li i{
    color: #6772e5;
    margin-right: 15px;
    
}
.fourth_price1 a{
    color: #fff;
    background-color: #6772e5;
    text-decoration: none;
    border-radius: 3px;
    
    padding: 15px 48px;
    width: 100%;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .08);
    text-align: center;
    align-items: center;
}
    
    
.fourth_price_container{
    display: flex;
 justify-content: center;   
}

.fourth_changes h3{
    color: #0095f7;
    
}
.fourth_changes a{
    background-color: #0095f7;
    
}

/* fourth end  */
/* fiveth start */

.fiveth_container{
    background-image: url(call-to-action.png);
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;

}
.fiveth_content h2{
    text-align: center;
    color: #edf1f2;
    font-weight: 700;
    font-size: 44px;

}
.five2{
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
}
.five2 p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    opacity: .8;
    margin-bottom: 90px;
}

.five2 a{
    text-decoration: none;
    background-color: #edf1f2;
    padding: 18px 48px;
    color: #0095f7;
    margin-top: 25px;
}
/* five end */
/* six start */

footer{
    background-color: #292c31;
    padding: 60px 0;
    height: auto;
}
.footer_container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}

.footer_first{
    margin-left: auto;
    margin-right: auto;
}
.footer_first h5{
    color: #aeb3bd;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.footer_first ul{
list-style: none;
padding: 0;


}

.footer_first ul li{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 10px
}

.footer_first ul li a{
    text-decoration: none;
    color: #62656a;
}

.footer_first ul li a:hover{
    color: #0095f7;
}
.footer_row{
    display: flex;
    justify-content: center;
}
.footer_divider{
    border-bottom: 1px solid #3c3f45;
    margin-top: 40px;
    
}
.footer_row2{
    display: flex;
    justify-content: flex-start;
}
.footer_row2 i{
    color: #62656a;
    margin-top: 30px;
    margin-left: 20px;
}