body, html {
    font-family: 'ingFangSC';
    font-size: 15px;
    /*line-height: 24px;*/
    color: #464646;
    overflow-x:hidden;
    padding-right:0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a {
    color: #464646;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color:#78939a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.active_link{
    border-bottom: solid calc(100vw * (5/1920)) #f4bd3d;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins';
    line-height: 1.1;
    text-transform:capitalize;
    font-weight:400;
    color: #464646;
    margin:0;
    padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: #464646;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
p{
    margin:0;
    color:#777777;
}
input, select, button, textarea {
    outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
    box-shadow:none;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
