@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-Thin.otf) format('opentype');
    font-display: swap;
    font-weight: 100;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-ExtraLight.otf) format('opentype');
    font-display: swap;
    font-weight: 200;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-Light.otf) format('opentype');
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-Regular.otf) format('opentype');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-Medium.otf) format('opentype');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-SemiBold.otf) format('opentype');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-Bold.otf) format('opentype');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-ExtraBold.otf) format('opentype');
    font-display: swap;
    font-weight: 800;
}

@font-face {
    font-family: "Poppins";
    src: url(../../assets/fonts/Poppins-Black.otf) format('opentype');
    font-display: swap;
    font-weight: 900;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Konqueror HTML */
    -khtml-user-select: none;
    /* Old versions of Firefox */
    -moz-user-select: none;
    /* Internet Explorer/Edge */
    -ms-user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    user-select: none;
}

.tupp {
    text-transform: uppercase;
}

input[type="checkbox"] {
    border-color: #006FA6;
}

img,
picture {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

a {
    text-decoration: none;
    color: #000;
}

.uptitle {}

.subtitle {}

.sectitle {}

.sectitle::before {}

.telp strong,
.mailp strong {
    cursor: pointer;
}

.dbtn {
    width: fit-content;
    color: #fff;
    background-color: #C8281E !important;
    padding: 0 29px;
    height: 62px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
}

.dbtn svg {}

.dbtn:hover {
	color: #fff;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
}

.menu-header-menu-container ul,
.menu-header-menu-container li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-header-menu-container a {
    white-space: nowrap;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children a {
    width: fit-content;
    position: relative;
}

.menu-item-has-children>a::before {
    content: '';
    width: 7px;
    height: 2px;
    background-color: #006FA6;
    position: absolute;
    bottom: 16px;
    right: 4px;
    transform: rotateZ(45deg);
}

.menu-item-has-children>a::after {
    content: '';
    width: 7px;
    height: 2px;
    background-color: #006FA6;
    position: absolute;
    bottom: 16px;
    right: 0;
    transform: rotateZ(-45deg);
}

.menu-header-menu-container li ul a::after,
.menu-header-menu-container li ul a::before {
    bottom: 9px;
}

.menu-item-has-children .sub-menu {
    width: fit-content;
    position: absolute;
    background-color: #006FA6;
    right: -8px;
    padding: 8px;
    border-radius: 5px;
    top: 35px;
    opacity: 0;
    transform: translateY(.6rem);
    transition: .3s ease-in-out;
}

.offcanvas .menu-item-has-children .sub-menu {
    width: 100%;
    height: 0;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 8px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(-.6rem);
    transition: .3s ease-in-out;
}

.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease-in-out;
}

.offcanvas .menu-item-has-children:hover>.sub-menu {
    position: initial;
    height: fit-content;
    border-radius: 0;
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease-in-out;
}

.menu-item-has-children>.sub-menu .sub-menu {
    right: 120%;
    top: -8px;
}

h1.entry-title {
    text-align: center;
    margin: 30px 0;
}

@media(max-width: 992px) {}