@font-face {
    src: url('../fonts/Quicksand-Bold.ttf');
    font-family: "Quicksand-Bold";
}

@font-face {
    src: url('../fonts/Quicksand-Light.ttf');
    font-family: "Quicksand-Light";
}

@font-face {
    src: url('../fonts/Quicksand-Medium.ttf');
    font-family: "Quicksand-Medium";
}

@font-face {
    src: url('../fonts/Quicksand-Regular.ttf');
    font-family: "Quicksand-Regular";
}

@font-face {
    src: url('../fonts/Quicksand-SemiBold.ttf');
    font-family: "Quicksand-SemiBold";
}

body {
    font-family: "Quicksand-Light";
}

.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand-Bold";
}

/**header**/
div#logo img {
    width: 160px !important;
    margin-bottom: 20px;
}

.bk-top p.company-name {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Quicksand-Bold";
    color: #383838;
}

.bk-top {
    text-align: center;
}

.bk-top p {
    font-family: "Quicksand-Regular";
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px !important;
    color: #383838
}

.bk-top p:not(:last-child) {
    margin-bottom: 10px !important;
}

.bk-top p i {
    color: var(--primary-color)
}

.header-wrapper.stuck .bk-top {
    display: none !important;
}

/**menu**/
div#wide-nav ul li {
    margin: 0px !important;
}

div#wide-nav ul li a {
    color: #fff;
    font-family: "Quicksand-Regular";
    font-size: 14px;
    padding: 0px 15px;
}

.header-wrapper.stuck div#masthead {
    display: none;
}

/**footer**/
footer#footer {
    width: 100%;
    font-family: "Quicksand-Regular";
    display: inline-block;
    padding: 40px 0 20px 0;
}

footer#footer .footer-top, footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title h3 {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-family: "Quicksand-Bold" !important;
    text-transform: uppercase;
    font-size: 18px;
}

footer#footer .footer-logo img {
    max-width: 150px;
    margin-bottom: 15px;
}

footer#footer .footer-description {
    font-size: 15px;
}

footer#footer .footer-address p:not(:last-child) {
    margin-bottom: 10px;
}

footer#footer .footer-address p {
    font-size: 15px;
    width: 100%;
    display: inline-block;
}

footer#footer .footer-address p i {
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: var(--primary-color);
    font-size: 15px;
    float: left;
}

footer#footer .footer-address p span {
    float: left;
    width: calc(100% - 30px);
    padding-left: 10px;
}

footer#footer nav.footer-menu-container ul li {
    border: 0px !important;
    margin: 0px !important;
}

footer#footer nav.footer-menu-container ul li a {
    padding: 0px !important;
    font-size: 15px;
}

footer#footer nav.footer-menu-container ul li:not(:last-child) a {
    padding-bottom: 10px !important;
}

footer#footer nav.footer-menu-container ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.footer-absolute {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    border-top: 1px solid var(--primary-color);
    font-family: "Quicksand-Regular";
    font-size: 15px;
}

/**form register**/
section#form-register {
    width: 100%;
    padding: 25px 0;
    background: var(--primary-color);
}

section#form-register .formRegister h3 {
    color: #fff;
    font-family: "Quicksand-Bold";
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

section#form-register .formRegister {
    width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
}

section#form-register .formRegister form {
    margin: 0px !important;
    position: relative;
}

section#form-register input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.input-email {
    border: 0px !important;
    border-radius: 50px;
    width: 100%;
    font-family: "Quicksand-Regular";
    padding-left: 20px;
    margin: 0;
    box-shadow: unset !important;
}

section#form-register input.wpcf7-form-control.wpcf7-submit.btnRegister {
    margin: 0px !important;
    border: 0px !important;
    border-radius: 50px;
    position: absolute;
    top: 51.2px;
    min-height: 24px !important;
    right: 4px;
    font-family: "Quicksand-Regular";
    padding: 0px 15px;
    font-size: 13.5px;
}

footer#footer .footer-social ul li a img {
    width: 35px;
    height: 35px;
}

footer#footer .footer-social ul li a i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #295396;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

footer#footer .footer-social ul li {
    float: left;
    margin-right: 15px;
}

/**bk-info**/
section#bk-information {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.bk-info-item {
    width: 100%;
    display: inline-block;
}

.bk-info-item .bk-info-content h5 {
    font-family: "Quicksand-Bold";
    font-size: 15px;
    margin-bottom: 0px;
}

.bk-info-item .bk-info-content {
    float: left;
    padding-left: 10px;
}

.bk-info-item .bk-info-icon img {
    width: 100%;
    height: 100%;
}

.bk-info-item .bk-info-icon {
    width: 50px;
    height: 50px;
    float: left;
}

.bk-info-item .bk-info-content p {
    font-size: 14px;
    margin: 5px 0 0 0;
}

/**title**/
h3.section-title.section-title-center {
    text-align: center;
    display: block;
    font-family: "Quicksand-Bold";
    font-size: 25px;
    margin: 0px !important;
    color: var(--primary-color) !important;
}

h3.section-title.section-title-center b {
    display: none !important;
}

div#tableProduct table {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

div#tableProduct {
    width: 900px;
    margin: auto;
}

div#tableProduct table tr td:nth-child(1), div#tableProduct table tr th:nth-child(1) {
    border-right: 1px solid #f2f2f2;
}

div#tableProduct table tr th {
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: "Quicksand-Bold";
    text-transform: uppercase;
}

div#tableProduct table tr th:nth-child(1) {
    border-radius: 5px 0px 0 0;
}

div#tableProduct table tr th:nth-child(2) {
    border-radius: 0px 5px 0 0;
}

div#tableProduct table tr td {
    padding: 10px;
    font-family: "Quicksand-Regular";
    font-size: 15px;
    color: #000;
}

div#tableProduct table tr td:nth-child(2) {
    text-align: center;
    font-weight: 700;
}

.message {
    text-align: center;
    font-family: "Quicksand-Regular";
    color: #333;
}

div#tableProduct table tr td a.active {
    font-weight: 700;
}

#btnLoading {
    width: 150px;
    padding: 8px 20px;
    background: var(--primary-color);
    display: block;
    margin: 20px auto 0;
    font-family: "Quicksand-Regular";
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}