*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*::selection{
  color: #000000;
  background: #FF8C44;
}*/
html{
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
     scroll-behavior: smooth;

}


body {
    margin: 0;
    padding: 0;
    margin: 0;
/*    font-family: ibmplexsans,sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #161c2d;
    text-align: left;
    overflow-x: hidden;
}
li{
    list-style: none;
}
a:hover,
a:focus,
a{
    text-decoration: none;
    color: #28262b;
}
a,button{
    outline: none !important;
}
h1,h2,h3,h4,h5,h6,p,ul,li,button{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}

p{
    font-size: 17px;
}
@media screen and (max-width:500px){
    p{
        font-size: 15px !important;
    }
}

@media screen and (max-width:430px){
    p{
        font-size: 14px !important;
    }
}
.site_container{
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: auto;
}

@media screen and (max-width:1000px){
    .nav_container,
.site_container{
    width: 90% !important;
    margin-left: 5% !important;
}
}

.nav_container{
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: auto;
}



/*site_nav*/
.site_nav{
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1000;
}

@media screen and (max-width:900px){
    .site_nav{
        height: 70px !important;
    }
}

.site_nav .nav_container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
}

.nav_brand img{
    max-width: 110px;
}
@media screen and (max-width:600px){
    .nav_brand img{
    max-width: 100px !important;
}
}
.site_nav ul{
    display: inline-flex;
    align-items: center;
    grid-gap: 30px;
}
.site_nav ul li a{
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    color: #ffffff;
}

.site_nav ul li a img{
    width: 20px;
}

@media screen and (max-width:400px){
    .site_nav ul{
        grid-gap: 15px !important;
    }
    .site_nav ul li a img{
        width: 15px !important;
    }
    .site_nav ul li a{
        grid-gap: 7px !important;
    }
}

@media screen and (max-width:320px){
    .site_nav ul li:last-child{
        display: none !important;
    }
}



/*site-footer*/
.site-footer{
    width: 100%;
    height: auto;
    background: #000000;
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    color: #ffffff;
}
.footer-content{
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 10px;
}
.footer-content h3{
    font-size:17px;
    margin: 0;
    padding: 0;
    margin-bottom:15px;
    font-weight:700;
}
.footer-content ul{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-bottom:10px;
}
.footer-content ul li{
    display: flex;
    align-items: center;
    padding:5px 0px;
}
.footer-content ul li a{
    font-size:15px;
        color:#bababa;
}

.footer-content ul li  i{
    margin-right: 10px;
}
.footer-content p{
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.footer-content  img{
    width:150px;
    margin-bottom: 20px;
}
/*sub-footer*/
.sub-footer{
    border-top:1px solid rgba(0,0,0,0.2);
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
}

.sub-footer h4{
    font-size:15px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
@media screen and (max-width:450px){
    .sub-footer h4,
    .footer-content ul li a,
    .footer-content p{
    font-size: 14px !important;
}
}
.sub-footer ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.sub-footer ul li{
    margin-left: 10px;
    margin-top: 10px;
}
.sub-footer ul li:first-child{
    margin-left: 0px;
}
.sub-footer ul li a i{
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background:rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
}



