*{
    margin:0;
    padding:0;
}
#home .section1{
    height:100vh;
}
#home  .section1 nav a{
font-size: 20px;
color:white;
margin-left: 30px;
}
#home  .section1 nav {
background-color:  #1A2E35;;
}
#home  .section1 nav a:hover{
    color:#D54853;
}

#home nav span{
font-size: 40px;
font-weight: 500;
}
#home  .section1 .description{
    float:left;
    width:50%;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 15px;
    line-height: 60px;
    background-color: #1A2E35;
    color:white;
}
#home .section1  .description h1{
    font-size: 60px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
#home .section1  .description p{
    font-size: 25px;
}
#home  .section1 .description button{
    padding:0 20px;
    color:white;
    background: transparent;
    border:none;
    border-radius: 5px;
}
#home  .section1 .description .btn1{
background-color: #D54853;
}
#home .section1  .description .btn2{
background-color: #fff;
color:gray;
}
#home  .section1 .image{
    float:right;
    width:50%;
    background-color: #1CBBB4;
}
#home .section1  .image img{
width:100%;
}
.clr{
    clear:both;
}
#home .section2{
    margin: 100px 0px 40px 0px;
}
#home .section2 .person{
    float:left;
    width:50%;
}
#home .section2  .image img{
    width:100%;
    }
    #home .section2 .title{
        float:right;
        width:50%;
        padding:5px;
    }
    #home  .section2 .title button{
        padding:15px 30px;
        color:white;
        border:none;
    }
    #home .section2 .title h2{
        color:black;
        font-size: 35px;
        font-weight: 800;
    }
    #home .section2 .title p{
        color:black;
        font-size: 20px;
    }
    #home  .section2 .title .btn1{
    background-color: #D54853;
    }
    #home .section2  .title .btn2{
    color:#1A2E35;
    background-color: #1CBBB4;
    margin-left: 5px;}
    #home .section3{
        background-color:#1CBBB4;
        color:white;
    margin-top: 30px;
    text-align: center;
}
#home .section3 h3{
    padding:50px 10px 0px 10px;
}
#home .section3 h4{
    margin:10px;
}
#home .section3 .line{
    background-color: #fff;
    width: 150px;
    height:1px;
    margin: auto;
}
#About .section1 .photo{
    width:100%;
    padding:20px;
    
}
#About .section1 .photo img{
    width: 50%;
    margin-left: 20%;


}
#About .section1 .desription{
    text-align: center;
}
#About .section1 .desription h2{
    font-size: 50px;
    padding-bottom: 10px;
    font-weight: 500;
}
#About .section1 .desription p{
    font-size: 18px;
    padding: 50px;
}
#About .section1 .desription button{
    background-color: #D54853;
    border: none;
    border-radius: 3px;
    color:White;
    font-size: 20px;
    padding: 10px 50px;
}
#work{
    margin:40px 3px;
    overflow: hidden;
}
#work h2{
    margin:40px 20px;
}
#work .salary{
    width:50%;
    float:left;
    padding-left: 40px;
}
#work .salary i{
font-size: 50px;
border:1px solid #1A2E35;
border-radius: 50%;
color:#1CBBB4;
margin-right: 20px;
margin-bottom: 5px;
padding:10px;
}
#work .salary i:hover{
color:#D54853;
background-color: #1A2E35;

}
#work .salary p{
    font-weight: 600;
font-size: 30px;
}
#work .salary .select{
color:#D54853 ;
font-size: 25px;
font-weight: 900;
}
#work .people{
    width:50%;
    float:right;
}
#work .people img{
    width:80%;
}
#footer{
    margin:50px 5px;
    background-color: #1A2E35;
    overflow: hidden;
    color:white;
}
#footer .logofoot{
    float:left;
    width:50%;
    padding:30px;
    font-size: 30px;
    font-weight: 500;
    
}
#footer .contact {
    float:right;
    width:50%;
    padding-left: 100px;
    padding-top: 20px;
}
#footer .contact i {
font-size: 30px;
margin:20px;
text-align: right;
}
#footer .container button {
    padding:10px 30px;
    color:white;
    border:none;
    background-color: #D54853;
    margin-top: 10px;
}
#footer .container p {
    padding: 0px 20px ;

}
