@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,245,249,1) 83%, rgba(241,245,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(83%, rgba(241,245,249,1)), color-stop(100%, rgba(241,245,249,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,245,249,1) 83%, rgba(241,245,249,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,245,249,1) 83%, rgba(241,245,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,245,249,1) 83%, rgba(241,245,249,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,245,249,1) 83%, rgba(241,245,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f5f9', GradientType=0 );
}
.custom-container{}
.custom-container .section-one{
    position: relative;
}
.custom-container .section-one .right-img{
    position: absolute;
    right: 0;
    top: 0;
    width: 770px;
    z-index: -1;
}
.custom-container .section-one .left-img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    z-index: -1;
}
.custom-container .section-one .header{
    padding: 45px 60px;
}
.custom-container .section-one .header a{
    display: inline-block;
}
.custom-container .section-one .header a img{}
.custom-container .section-one .slogan{
    padding: 0px 80px 20px;
}
.custom-container .section-one .slogan p{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #343434;
    padding-bottom: 12px;
}
.custom-container .section-one .slogan img{
    max-width: 100%;
}
.custom-container .section-one .intro{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 100px;
}
.custom-container .section-one .intro h4{
    color: #707070;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
}
.custom-container .section-one .intro img{
    margin: 0 60px;
    display: inline-block;
}
.custom-container .section-one .intro span{
    font-size: 60px;
    color: #707070;
    display: inline-block;
}
.custom-container .section-one .intro p{
    font-size: 32px;
    max-width: 960px;
    margin: 0 auto;
    color: #343434;
    line-height: 40px;
    padding: 25px 0 60px;
}
.custom-container .section-one .intro .btn{
    font-size: 24px;
    text-decoration: none;
    width: 325px;
    padding: 27px 0px;
    display: inline-block;
    margin: 0 35px 15px;
    color: #fff;
}
.custom-container .section-one .intro .btn.btn-orange{
    background: #F7931E;
}
.custom-container .section-one .intro .btn.btn-orange:hover{
    background-color: #ec8a16;
}
.custom-container .section-one .intro .btn.btn-blue{
    background: #1B75BC;
}
.custom-container .section-one .intro .btn.btn-blue:hover{
    background-color: #1a6bab;
}
.custom-container .section-two{
    border-top: 4px solid #fff;
    padding-bottom: 20px;
}
.custom-container .section-two p.title{
    color: #29AAE2;
    font-size: 60px;
    line-height: 48px;
    text-align: center;
    padding: 45px 0 40px;
}
.custom-container .section-two .cards {
    /* text-align: center; */
    /* width: calc(100% - 40px); */
    /* margin: 0 auto; */
}
.custom-container .section-two .cards .card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 20px 33px #5468D322;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    min-height: 415px;
    margin: 15px 0px;
    padding: 25px;
    vertical-align: top;
    text-align: center;
}
.custom-container .section-two .cards .card .icon{
    width: 180px;
    height: 151px;
    margin: 0 auto;
}
.custom-container .section-two .cards .card img{}
.custom-container .section-two .cards .card svg{
    margin-top: 30px;
}
.custom-container .section-two .cards .card .icon.calc svg{
    padding: 0;
    margin-top: 30px;
}
.custom-container .section-two .cards .card .icon.wave svg{
    margin-top: 70px;
}
.custom-container .section-two .cards .card .icon.power svg{
    padding-top: 20px;
}
.custom-container .section-two .cards .card .icon.bom svg{
    padding-top: 15px;
}
.custom-container .section-two .cards .card .icon.full svg{
    padding-top: 19px;
}
.custom-container .section-two .cards .card h5{
    font-size: 30px;
    line-height: 32px;
    color: #FF7600;
    padding: 20px 0 15px;
}
.custom-container .section-two .cards .card p{
    font-size: 20px;
    line-height: 28px;
}
.custom-container .section-two .cards div.card:last-of-type{
    /* max-width: 1409px; */
    /* width: calc(100% - 75px); */
    /* min-height: 330px; */
}
.custom-container .section-two .cards div.card:last-of-type p{
    max-width: 1150px;
    margin: 0 auto;
}
.custom-container .section-three{
    background: #fff;
    text-align: center;
    padding-bottom: 100px;
}
.custom-container .section-three h5{
    color: #FF7600;
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    padding: 100px 0 50px;
}
.custom-container .section-three a{
    display: inline-block;
    border: 1px solid gray;
    width: 420px;
    text-decoration: none;
    margin: 0 10px 20px;
    text-align: left;
    padding: 10px 7px;
}
.custom-container .section-three a svg{
    vertical-align: middle;
}
.custom-container .section-three a span{
    font-size: 20px;
    color: #FF7600;
    text-transform: uppercase;
    padding-left: 5px;
}
.custom-container .section-three a span b{
    color: #606060;
}
.custom-container .section-four{
    background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, rgba(145, 170, 196, 0.35) 100%) 0% 0% no-repeat padding-box;
    padding: 60px 80px 100px;
}
.custom-container .section-four h5{
    font-size: 60px;
    font-weight: 600;
    color: #343434;
    padding-bottom: 15px;
}
.custom-container .section-four p{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1500px){
    .custom-container .section-one .right-img {
        top: 8%;
		width: 45%;
    }
}
@media screen and (max-width: 1300px){
    .custom-container .section-one .right-img {
        top: 16%;
		width: 35%;
    }
}
@media screen and (max-width: 1200px){
    .custom-container .section-one .right-img {
		top: 16%;
        width: 35%;
    }
    .custom-container .section-one .left-img {
        width: 20%;
    }
}
@media screen and (max-width: 1100px){
    .custom-container .section-one .right-img {
		top: 0%;
        width: 40%;
    }
}