@import url(fancybox/fancybox.css);
body {
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif !important;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    font-size: 16px;
    outline: none;
    /* disable copy content */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* margin: 0;
    padding: 0;
    border: 0; */
}

ul,
ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: .5s;
}

section {
    padding: var(--section-padding);
    position: relative;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

p {
    color: #8a919c;
}
