@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Figtree-Bold';
    src: url('../fonts/Figtree-Bold.ttf');
}
body {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 200;
    visibility: visible;
    font-family:'Poppins-Regular',arial,sans-serif;
    color: #000;
  }
  
p{
    margin-bottom: 10px;
}
ul,li{
    list-style: none;
}
ul{
    padding-left: 0px;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #fa6605;
}

.pc{
    display: block;
}@media(max-width:992px){
    .pc{
        display: none;
    }
}

.w-94{
    width: 94%;
    max-width: 1805px;
    margin: 0 auto;
}
.w-90{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

.btn:focus,
.btn:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

b, strong {
    font-weight: bold;
}