@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;600;700&display=swap');
body{font-family: 'Urbanist', sans-serif;padding-top: 88px;}

.logo img{width:250px;}
header{padding:20px 0px;width: 100%;top:0px;left: 0px;position: fixed;background: #fff;box-shadow: 0px 0px 40px rgba(0,0,0,0.05)}
.header-link{color:#333;text-decoration: none;font-weight: 600;font-size: 18px;border: solid 1px #666;display: inline-block;padding: 7px 30px;border-radius:30px;}
.header-link:hover{background:#F4A31F;color: #fff;}
.section{padding:60px 0px;}
.section1{height: auto;background: url(../images/bg1.jpg) center center no-repeat;background-size: cover}
.section1 h1{color:#333;font-size: 60px;}
.section1 p{    color: #666;font-size: 18px;text-align: justify;}
.section1 p a{color:#000;}
.section1 h1 span{    font-weight: 700;
    color: #e8881f;}
.iconbox {margin-bottom: 30px;}
.iconbox i{font-size:40px;margin-right: 30px;}
a{color:#000;font-weight: 700;text-decoration: none;}


.section2{height: auto;background: url(../images/bg2.jpg) center center no-repeat;background-size: cover}
.section2 h1{color:#333;font-size: 60px;}
.section2 p{    color: #666;font-size: 18px;text-align: justify;}
.section2 p a{color:#000;}
.section2 h1 span{    font-weight: 700;
    color: #e8881f;}