*{ 
    margin:0;
    padding:0;
    font-family:Century Gothic;
}
header{
    background-image:linear-gradient( rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../website/image.jpg');
    height:100vh;
    background-size:cover;
    background-position:center;
}
ul{
    float:right;
    List-style-type:none;
    margin-top:25px;
}
ul li{
    display:inline-block;
}
ul li a{
    text-decoration:none;
    color:#fff;
    padding:5px 20px;
    transition:0.6s ease;
}
ul li a:hover{
    background-color:#fff;
    color:#000;
}
.logo img{ 
    float:left;
    width:120px;
    height:auto;
}
.main{
    max-width:1200px;
    margin:auto;
}

 .search{
    width: 330px;
    float: left;
    margin-left: 270px;
}

.srch{
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    border-right: none;
    font-size: 20px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 13px;
    color: #fff;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.2s ease;
    cursor: pointer;
}
.btn:hover{
    color: #000;
}

.btn:focus{
    outline: none;
}

.srch:focus{
    outline: none;
}

.content{
    width: 1200px;
    height: auto;
    margin: auto;
    color: #fff;
    position: relative;
    padding-left: 10px;
    padding-top: 5%;

}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-right: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}
.content1{
    width: 1200px;
    height: auto;
    margin: auto;
    color: #fff;
    position: relative;
    padding-left: 10px;

}

.content1 .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content1 h1{
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-right: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}
.content1 .cn{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
    
}

.content1 .cn a{
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}

.cn:hover{
    background-color: #fff;
}